Re: [dpdk-dev] [PATCH v13 0/2] testpmd shows incorrect rx_offload configuration

2021-10-15 Thread Ferruh Yigit
On 10/14/2021 1:56 PM, Ferruh Yigit wrote: On 10/14/2021 11:31 AM, Jie Wang wrote: Launch testpmd with multiple queues, and check rx_offload info. When testpmd shows the port configuration, it doesn't show RSS_HASH. --- v13:   - update the API comment.   - fix the bug that testpmd failed to ru

Re: [dpdk-dev] [PATCH v13 0/2] testpmd shows incorrect rx_offload configuration

2021-10-15 Thread Ferruh Yigit
On 10/14/2021 1:56 PM, Ferruh Yigit wrote: On 10/14/2021 11:31 AM, Jie Wang wrote: Launch testpmd with multiple queues, and check rx_offload info. When testpmd shows the port configuration, it doesn't show RSS_HASH. --- v13:   - update the API comment.   - fix the bug that testpmd failed to ru

Re: [dpdk-dev] [PATCH v13 0/2] testpmd shows incorrect rx_offload configuration

2021-10-14 Thread Ferruh Yigit
On 10/14/2021 11:31 AM, Jie Wang wrote: Launch testpmd with multiple queues, and check rx_offload info. When testpmd shows the port configuration, it doesn't show RSS_HASH. --- v13: - update the API comment. - fix the bug that testpmd failed to run test_pf_tx_rx_queue test case. v12: update

[dpdk-dev] [PATCH v13 0/2] testpmd shows incorrect rx_offload configuration

2021-10-14 Thread Jie Wang
Launch testpmd with multiple queues, and check rx_offload info. When testpmd shows the port configuration, it doesn't show RSS_HASH. --- v13: - update the API comment. - fix the bug that testpmd failed to run test_pf_tx_rx_queue test case. v12: update the commit log and the API comment. v11: -