> -----Original Message-----
> From: Zhang, Yuying <yuying.zh...@intel.com>
> Sent: Wednesday, January 26, 2022 11:57 PM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: Zhang, Yuying <yuying.zh...@intel.com>
> 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 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 0 will be dropped.
> 
> 2. steer all to queue:
> flow create 0 ingress pattern any / end actions queue index 3 / end All
> packets received in port 0 will be steered to queue 3.
> 
> Signed-off-by: Yuying Zhang <yuying.zh...@intel.com>

Acked-by: Qi Zhang <qi.z.zh...@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi

Reply via email to