Re: [PATCH] app/testpmd: fix unpassed RSS algorithm

2024-03-18 Thread Jie Hai
On 2024/3/15 19:17, Ferruh Yigit wrote: On 3/15/2024 3:00 AM, Jie Hai wrote: The RSS algorithm from user is parased but not passed to the rte_eth_dev_rss_hash_update() API as we wanted, this patch fixes it. Fixes: 3da59f30a23f ("app/testpmd: set RSS hash algorithm") Cc: sta...@dpdk.org Signed-

Re: [PATCH] app/testpmd: fix unpassed RSS algorithm

2024-03-15 Thread Ferruh Yigit
On 3/15/2024 3:00 AM, Jie Hai wrote: > The RSS algorithm from user is parased but not passed to the > rte_eth_dev_rss_hash_update() API as we wanted, this patch > fixes it. > > Fixes: 3da59f30a23f ("app/testpmd: set RSS hash algorithm") > Cc: sta...@dpdk.org > > Signed-off-by: Jie Hai > Review

[PATCH] app/testpmd: fix unpassed RSS algorithm

2024-03-14 Thread Jie Hai
The RSS algorithm from user is parased but not passed to the rte_eth_dev_rss_hash_update() API as we wanted, this patch fixes it. Fixes: 3da59f30a23f ("app/testpmd: set RSS hash algorithm") Cc: sta...@dpdk.org Signed-off-by: Jie Hai --- app/test-pmd/cmdline.c | 1 + 1 file changed, 1 insertion(