Re: [dpdk-dev] [PATCH v1] net/ice: fix wrong FDIR flow type for IPv4 fragment

2021-06-06 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Wednesday, June 2, 2021 4:21 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Xu, Ting ; sta...@dpdk.org > Subject: [PATCH v1] net/ice: fix wrong FDIR flow type for IPv4 fragment > > When creating FDIR rule and parsing the pattern

[dpdk-dev] [PATCH v1] net/ice: fix wrong FDIR flow type for IPv4 fragment

2021-06-02 Thread Ting Xu
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 d