> -----Original Message-----
> From: Xu, Ting <[email protected]>
> Sent: Wednesday, June 2, 2021 4:21 PM
> To: [email protected]
> Cc: Zhang, Qi Z <[email protected]>; Yang, Qiming
> <[email protected]>; Xu, Ting <[email protected]>; [email protected]
> Subject: [PATCH v1] net/ice: fix wrong FDIR flow type for IPv4 fragment
>
> When creating FDIR rule and parsing the pattern, if IPv4 fragment type is
> detected, the flow type is not changed to ICE_FLTR_PTYPE_FRAG_IPV4 from
> ICE_FLTR_PTYPE_NONF_IPV4_OTHER. It will cause profile confilict with other
> FDIR rules for IPv4 other type.
>
> Fixes: b7e8781de768 ("net/ice: support flow director for IP fragment packet")
> Cc: [email protected]
>
> Signed-off-by: Ting Xu <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi