Re: [PATCH v2 1/3] lib: skip congestion management configuration

2023-01-25 Thread Jerin Jacob
On Wed, Jan 25, 2023 at 1:03 PM Rakesh Kudurumalla wrote: > > Skip the congestion management configuration applied using > rte_eth_cman_config_set() API on the given ethdev Rx queue. 1) Add more comments. Also starts with ethdev: example, ethdev: introduce flow action to skip congestion manageme

[PATCH v2 1/3] lib: skip congestion management configuration

2023-01-24 Thread Rakesh Kudurumalla
Skip the congestion management configuration applied using rte_eth_cman_config_set() API on the given ethdev Rx queue. Signed-off-by: Rakesh Kudurumalla --- V2: Rename action name to skip congestion management lib/ethdev/rte_flow.h | 9 + 1 file changed, 9 insertions(+) diff --git a/lib