Thread (29 messages) 29 messages, 5 authors, 2020-03-02
STALE2287d

[patch net-next 09/10] flow_offload: introduce "disabled" HW stats type and allow it in mlxsw

From: Jiri Pirko <jiri@resnulli.us>
Date: 2020-02-21 09:57:00
Subsystem: mellanox ethernet switch drivers, networking drivers, networking [general], the rest · Maintainers: Ido Schimmel, Petr Machata, Andrew Lunn, "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Linus Torvalds

From: Jiri Pirko <redacted>

Introduce new type for disabled HW stats and allow the value in
mlxsw offload.

Signed-off-by: Jiri Pirko <redacted>
---
 drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c | 2 ++
 include/net/flow_offload.h                            | 1 +
 2 files changed, 3 insertions(+)
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
index a3e9f72f50de..108a96901721 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
+++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
@@ -37,6 +37,8 @@ mlxsw_sp_flower_parse_actions(struct mlxsw_sp *mlxsw_sp,
 		if (err)
 			return err;
 		break;
+	case FLOW_CLS_HW_STATS_TYPE_DISABLED:
+		break;
 	default:
 		NL_SET_ERR_MSG_MOD(extack, "Unsupported HW stats type");
 		return -EOPNOTSUPP;
diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h
index 4cff09890725..447e039762dd 100644
--- a/include/net/flow_offload.h
+++ b/include/net/flow_offload.h
@@ -354,6 +354,7 @@ enum flow_cls_hw_stats_type {
 	FLOW_CLS_HW_STATS_TYPE_ANY,
 	FLOW_CLS_HW_STATS_TYPE_IMMEDIATE,
 	FLOW_CLS_HW_STATS_TYPE_DELAYED,
+	FLOW_CLS_HW_STATS_TYPE_DISABLED,
 };
 
 struct flow_cls_common_offload {
-- 
2.21.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help