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

2021-07-14 Thread Li, Xiaoyun
Hi > -Original Message- > From: stable On Behalf Of Li, Xiaoyun > Sent: Thursday, July 15, 2021 10:30 > To: Wang, Jie1X ; dev@dpdk.org > Cc: andrew.rybche...@oktetlabs.ru; sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH v2] app/testpmd: fix testpmd doesn't show > RSS hash offload > >

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

2021-07-14 Thread Li, Xiaoyun
Hi > -Original Message- > From: Wang, Jie1X > Sent: Wednesday, July 14, 2021 01:04 > To: dev@dpdk.org > Cc: Li, Xiaoyun ; andrew.rybche...@oktetlabs.ru; Wang, > Jie1X ; sta...@dpdk.org > Subject: [PATCH v2] app/testpmd: fix testpmd doesn't show RSS hash offload > > This patch reapply Rx/

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

2021-07-13 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 in dev->data->dev_conf. So it is need to reapply Rx/Tx offloads configuration after dev_configure. Fixes: ce8