Re: [PATCH v2 2/2] app/testpmd: support set RSS hash algorithm

2023-12-01 Thread Ferruh Yigit
On 12/1/2023 8:52 AM, Jie Hai wrote: > Since API rte_eth_dev_rss_hash_update() supports setting RSS hash > algorithm, add new command to support it: > > testpmd> port config 0 rss-hash-algo symmetric_toeplitz > > Signed-off-by: Jie Hai > Reviewed-by: Huisong Li > Reviewed-by: Ferruh Yigit

[PATCH v2 2/2] app/testpmd: support set RSS hash algorithm

2023-12-01 Thread Jie Hai
Since API rte_eth_dev_rss_hash_update() supports setting RSS hash algorithm, add new command to support it: testpmd> port config 0 rss-hash-algo symmetric_toeplitz Signed-off-by: Jie Hai Reviewed-by: Huisong Li --- app/test-pmd/cmdline.c | 81 + doc/gui