> -----Original Message----- > From: Mingjin Ye <mingjinx...@intel.com> > Sent: Friday, November 4, 2022 12:57 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX <yidingx.z...@intel.com>; Ye, MingjinX > <mingjinx...@intel.com>; Zhang, Yuying <yuying.zh...@intel.com>; Xing, > Beilei <beilei.x...@intel.com>; Alvin Zhang <alvinx.zh...@intel.com>; Zhang, > Qi Z <qi.z.zh...@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: sta...@dpdk.org > > Signed-off-by: Mingjin Ye <mingjinx...@intel.com> > ---
Tested-by: Lingli Chen <linglix.c...@intel.com>