Re: [dpdk-dev] [PATCH] app/testpmd: fix testpmd doesn't show RSS hash offload

2021-07-12 Thread Li, Xiaoyun
> -Original Message- > From: Wang, Jie1X > Sent: Tuesday, July 13, 2021 10:34 > To: Li, Xiaoyun ; andrew.rybche...@oktetlabs.ru; > dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] app/testpmd: fix testpmd doesn't show RSS > hash offload

Re: [dpdk-dev] [PATCH] app/testpmd: fix testpmd doesn't show RSS hash offload

2021-07-11 Thread Li, Xiaoyun
> -Original Message- > From: Andrew Rybchenko > Sent: Friday, July 9, 2021 17:27 > To: Wang, Jie1X ; dev@dpdk.org > Cc: Li, Xiaoyun ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix testpmd doesn't show RSS > hash offload > > O

Re: [dpdk-dev] [PATCH] app/testpmd: fix testpmd doesn't show RSS hash offload

2021-07-09 Thread Andrew Rybchenko
On 7/9/21 6:57 PM, Jie Wang wrote: > This patch reapply Rx/Tx offloads configuration for all ports > after the program configuring the device port. When the program > configures the ports, the default Rx/Tx offloads are modified. > > So it is need to reapply Rx/Tx offloads configuration before > t

[dpdk-dev] [PATCH] app/testpmd: fix testpmd doesn't show RSS hash offload

2021-07-09 Thread Jie Wang
This patch reapply Rx/Tx offloads configuration for all ports after the program configuring the device port. When the program configures the ports, the default Rx/Tx offloads are modified. So it is need to reapply Rx/Tx offloads configuration before testpmd showing offloads. Fixes: ce8d561418d4 (