Re: [dpdk-dev] [PATCH v10 2/2] app/testpmd: fix testpmd doesn't show RSS hash offload
From: Ferruh Yigit <hidden>
Date: 2021-10-08 12:12:52
From: Ferruh Yigit <hidden>
Date: 2021-10-08 12:12:52
On 10/8/2021 4:41 AM, Jie Wang wrote:
The driver may change offloads info into dev->data->dev_conf
in dev_configure which may cause port->dev_conf and port->rx_conf
contain outdated values.
This patch updates the offloads info if it changes to fix this issue.
Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings")
Signed-off-by: Jie Wang <redacted>CI shows following tests are failing [1], can you please double check if it is a real issue or infrastructure issue: | pf_smoke | test_pf_tx_rx_queue | FAILED| | vf_smoke | test_vf_tx_rx_queue | FAILED| [1] http://mails.dpdk.org/archives/test-report/2021-October/224962.html