> -----Original Message----- > From: Mingjin Ye <[email protected]> > Sent: Friday, November 4, 2022 12:57 AM > To: [email protected] > Cc: [email protected]; Zhou, YidingX <[email protected]>; Ye, MingjinX > <[email protected]>; Zhang, Yuying <[email protected]>; Xing, > Beilei <[email protected]>; Alvin Zhang <[email protected]>; Zhang, > Qi Z <[email protected]> > 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: [email protected] > > Signed-off-by: Mingjin Ye <[email protected]> > ---
Tested-by: Lingli Chen <[email protected]>

