On Thu, Dec 22, 2022 at 8:32 AM Stephen Hemminger <[email protected]> wrote: > > On Thu, 22 Dec 2022 07:09:02 +0530 > Rakesh Kudurumalla <[email protected]> wrote: > > > Dropping of packets based on RED can be skipped > > with meter action, when RED is configured using > > rte_eth_cman_config_set() > > > > Signed-off-by: Rakesh Kudurumalla <[email protected]> > > Should this be more general and apply to all congestion > management options. Assuming the hardware can do something > better than RED.
Yes. We can use "enum rte_cman_mode mode" in the descriptor to future-proof.

