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

2021-10-12 Thread Ferruh Yigit
On 10/12/2021 3:54 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. --- v12: update the commit log and the API comment. v11: - update the commit log. - rename the function and variable na

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

2021-10-11 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. --- v12: update the commit log and the API comment. v11: - update the commit log. - rename the function and variable name. v10: - update the commit log. - merge