[PATCH] net/i40e: fix PCTYPE configuration for X722

Chen, LingliX linglix.chen at intel.com
Wed Nov 9 02:35:55 CET 2022


> -----Original Message-----
> From: Mingjin Ye <mingjinx.ye at intel.com>
> Sent: Friday, November 4, 2022 12:57 AM
> To: dev at dpdk.org
> Cc: stable at dpdk.org; Zhou, YidingX <yidingx.zhou at intel.com>; Ye, MingjinX
> <mingjinx.ye at intel.com>; Zhang, Yuying <yuying.zhang at intel.com>; Xing,
> Beilei <beilei.xing at intel.com>; Alvin Zhang <alvinx.zhang at intel.com>; Zhang,
> Qi Z <qi.z.zhang at intel.com>
> Subject: [PATCH] net/i40e: fix PCTYPE configuration for X722
> 
> To make X722's PCTYPE is compatible with X710, the PCTYPE in the FD
> programming descriptor is translated into different types by using
> GLQF_FD_PCTYPE table. But the types of 'UNICAST_IPV4_UDP'
> and 'MULTICAST_IPV4_UDP' are only supported for X722, so that the
> corresponding registers can not be configured after translation.
> 
> This patch removes the transition before the FD filter is programmed.
> 
> Fixes: ef4c16fd9148 ("net/i40e: refactor RSS flow")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Mingjin Ye <mingjinx.ye at intel.com>
> ---

Tested-by: Lingli Chen <linglix.chen at intel.com>


More information about the stable mailing list