Hi Rakesh, > -----Original Message----- > From: Rakesh Kudurumalla <[email protected]> > Sent: Thursday, 9 February 2023 10:36 > Subject: [PATCH v4 1/3] ethdev: skip congestion management configuration > > Introduce new flow action to skip congestion management configuration > This feature helps to skip the congestion management processing > based on per flow or the packet color identified by > rte_flow meter object. For example, If one Rx queue configured as > RED congestion and application wants tobypass the RED congestion > processing for all GREEN color packet can be expressed though > RTE_FLOW_ACTION_TYPE_SKIP_CMAN flow action > > Signed-off-by: Rakesh Kudurumalla <[email protected]> > ---
Acked-by: Ori Kam <[email protected]> Best, Ori

