[PATCH v2] net/ice: DCF adds default RSS

Zhang, Qi Z qi.z.zhang at intel.com
Fri May 26 03:28:32 CEST 2023



> -----Original Message-----
> From: Ye, MingjinX <mingjinx.ye at intel.com>
> Sent: Wednesday, May 24, 2023 6:02 PM
> To: dev at dpdk.org
> Cc: Yang, Qiming <qiming.yang at intel.com>; Zhou, YidingX
> <yidingx.zhou at intel.com>; Ye, MingjinX <mingjinx.ye at intel.com>; Zhang, Qi
> Z <qi.z.zhang at intel.com>
> Subject: [PATCH v2] net/ice: DCF adds default RSS

net/ice: add default RSS for DCF

> 
> The default RSS configured by the kernel driver for the DCF port does not
> work properly when the DCF and iavf ports are used together.
> 
> This patch clears the RSS configured by the kernel driver and reconfigures the
> default RSS for it when the DCF port is initialized.

This patch enable the default RSS configure by clearing existing RSS
configured by kernel driver and reconfigures the RSS through virtchnl.

The patch also workaround below kernel driver defect:
The RSS configured by the kernel driver for the DCF port does not
work properly when the DCF and iavf ports are used together.

> 
> Signed-off-by: Mingjin Ye <mingjinx.ye at intel.com>

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

Applied to dpdk-next-net-intel after refining the commit log.

Thanks
Qi



More information about the dev mailing list