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

Zhang, Qi Z qi.z.zhang at intel.com
Wed Jun 16 15:35:48 CEST 2021



> -----Original Message-----
> From: Xu, Ting <ting.xu at intel.com>
> Sent: Thursday, June 10, 2021 10:45 AM
> To: dev at dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang at intel.com>; Xu, Ting <ting.xu at intel.com>;
> stable at 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 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 at dpdk.org
> 
> Signed-off-by: Ting Xu <ting.xu at intel.com>

Acked-by: Qi Zhang <qi.z.zhang at intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi



More information about the stable mailing list