Re: [PATCH v3 2/2] net/ice: support drop any and steer all to queue

2022-02-10 Thread Ferruh Yigit
On 1/26/2022 3:57 PM, Yuying Zhang wrote: This patch supports drop any and steer all to queue in switch filter. Support new rte_flow pattern any to handle all packets. The usage is listed below. 1. drop any: flow create 0 ingress pattern any / end actions drop / end All packets received in port

RE: [PATCH v3 2/2] net/ice: support drop any and steer all to queue

2022-02-08 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Yuying > Sent: Wednesday, January 26, 2022 11:57 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Zhang, Yuying > Subject: [PATCH v3 2/2] net/ice: support drop any and steer all to queue > > This patch supports drop any and steer all to queue in switch fil