> -----Original Message-----
> From: Mingjin Ye <mingjinx...@intel.com>
> Sent: Friday, January 24, 2025 5:13 PM
> To: dev@dpdk.org
> Cc: Ye, MingjinX <mingjinx...@intel.com>; Richardson, Bruce
> <bruce.richard...@intel.com>; Burakov, Anatoly
> <anatoly.bura...@intel.com>
> Subject: [PATCH v2 3/3] net/ice: ACL filter support for IPv4 fragment
>
> Enable ACL filter on PF. Add support for FRAG_IPV4 pattern and queue action.
>
> Flow rule can be created by the following command:
> flow create 0 ingress group 1 pattern eth /
> ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x3FFF /
> end actions queue index <queue id> / end
>
> Signed-off-by: Mingjin Ye <mingjinx...@intel.com>
> ---
Tested-by: Jiale Song <songx.ji...@intel.com>