> -----Original Message-----
> From: Xing, Beilei <[email protected]>
> Sent: Friday, June 16, 2023 8:00 PM
> To: Wu, Jingjing <[email protected]>; Zhang, Yuying
> <[email protected]>
> Cc: [email protected]; Xing, Beilei <[email protected]>
> Subject: [PATCH] net/cpfl: fix fail to re-configure RSS
>
> From: Beilei Xing <[email protected]>
>
> Currently, if launch testpmd with multiple queues and re-configure
> rxq with 'port config all rxq 1', Rx queue 0 may not receive packets.
> that's because RSS lookup tale is not re-configured when Rxq number
> is 1.
> Although Rxq number is 1 and multi queue mode is RTE_ETH_MQ_RX_NONE,
> cpfl PMD should init RSS to allow RSS re-configuration.
>
> Fixes: cfbc66551a14 ("net/cpfl: support RSS")
>
> Signed-off-by: Beilei Xing <[email protected]>
Acked-by: Jingjing Wu <[email protected]>