Re: [PATCH v4 3/3] net/cnxk: skip red drop for ingress policer

2023-02-09 Thread Jerin Jacob
On Thu, Feb 9, 2023 at 2:06 PM Rakesh Kudurumalla wrote: > > Dropping of packets is based on action configured > to meter.If both skip_red and drop actions are configured > then tail dropping in invoked else if only drop action is > configured then RED drop is invoked.This action is supported > on

[PATCH v4 3/3] net/cnxk: skip red drop for ingress policer

2023-02-09 Thread Rakesh Kudurumalla
Dropping of packets is based on action configured to meter.If both skip_red and drop actions are configured then tail dropping in invoked else if only drop action is configured then RED drop is invoked.This action is supported only when RED is configured using rte_eth_cman_config_set() Signed-off-