> -----Original Message-----
> From: Guo, Junfeng <[email protected]>
> Sent: Tuesday, February 8, 2022 3:09 PM
> To: Zhang, Qi Z <[email protected]>; Wu, Jingjing
> <[email protected]>; Xing, Beilei <[email protected]>
> Cc: [email protected]; [email protected]; Guo, Junfeng <[email protected]>
> Subject: [PATCH v3] net/ice: fix pattern check logic in FDIR
>
> Mask for IPv4/UDP/TCP/SCTP addr/port are not supported in current code.
> Thus we need to check each pattern mask. Only zero-mask and full-mask are
> allowed to pass the pattern parse, otherwise will return failure.
>
> Fixes: 54be6102ef97 ("net/ice: fix pattern check for FDIR parser")
> Cc: [email protected]
>
> Signed-off-by: Junfeng Guo <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi