RE: [PATCH] net/cpfl: fix fail to re-configure RSS

2023-06-18 Thread Zhang, Qi Z
> -Original Message- > From: Wu, Jingjing > Sent: Friday, June 16, 2023 4:41 PM > To: Xing, Beilei ; Zhang, Yuying > > Cc: dev@dpdk.org > Subject: RE: [PATCH] net/cpfl: fix fail to re-configure RSS > > > > > -Original Message- > >

RE: [PATCH] net/cpfl: fix fail to re-configure RSS

2023-06-16 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Friday, June 16, 2023 8:00 PM > To: Wu, Jingjing ; Zhang, Yuying > > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH] net/cpfl: fix fail to re-configure RSS > > From: Beilei Xing > > Currently

[PATCH] net/cpfl: fix fail to re-configure RSS

2023-06-15 Thread beilei . xing
From: Beilei Xing 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,