Re: [dpdk-dev] [PATCH v1] net/ice/base: fix wrong ptype bitmap for IP fragment

2021-06-16 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Thursday, June 10, 2021 10:45 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Xu, Ting ; > sta...@dpdk.org > Subject: [PATCH v1] net/ice/base: fix wrong ptype bitmap for IP fragment > > IPv4 and IPv6 fragment ptypes are supposed to be separated f

[dpdk-dev] [PATCH v1] net/ice/base: fix wrong ptype bitmap for IP fragment

2021-06-09 Thread Ting Xu
IPv4 and IPv6 fragment ptypes are supposed to be separated from IP other ptypes. New bitmaps for IP fragment ptypes were created, but the IP fragment ptypes were not deleted from the previous non-frag bitmaps, which will cause conflicts. This patch removes IP fragment ptypes from the non-frag bitma