net/ice/base: fix ptype bitmap for IP fragment
authorTing Xu <ting.xu@intel.com>
Thu, 10 Jun 2021 02:45:09 +0000 (10:45 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Wed, 16 Jun 2021 13:33:24 +0000 (15:33 +0200)
commit08c16b212d036faedc74ae6ad3d159594a8836b9
treeb3ca67e942ae6dcd9d6462a845a15ac7b421e324
parent218018ebfe0e315d96031868c51834b63839d13d
net/ice/base: fix ptype bitmap for IP fragment

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 bitmaps.

Fixes: 843452817561 ("net/ice/base: support IP fragment RSS and FDIR")
Cc: stable@dpdk.org
Signed-off-by: Ting Xu <ting.xu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/base/ice_flow.c