Skip the congestion management configuration applied using
rte_eth_cman_config_set() API on the given ethdev Rx queue.

Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com>
---
V2: Rename action name to skip congestion management
 lib/ethdev/rte_flow.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/lib/ethdev/rte_flow.h b/lib/ethdev/rte_flow.h
index b60987db4b..e62b57acfd 100644
--- a/lib/ethdev/rte_flow.h
+++ b/lib/ethdev/rte_flow.h
@@ -2203,6 +2203,15 @@ enum rte_flow_action_type {
         */
        RTE_FLOW_ACTION_TYPE_DROP,
 
+       /**
+        * Skip congestion management configuration
+        *
+        * Skip the congestion management configuration applied using
+        * rte_eth_cman_config_set() API on the given ethdev Rx queue.
+        *
+        */
+       RTE_FLOW_ACTION_TYPE_SKIP_CMAN,
+
        /**
         * Enables counters for this flow rule.
         *
-- 
2.25.1

Reply via email to