Re: [PATCH v5 40/40] app/testpmd: add RSS hash algorithms display

2023-10-11 Thread fengchengwen
Hi HaiJie, On 2023/10/11 17:28, Jie Hai wrote: > Add the command "show port X rss-hash algorithm" to display > the RSS hash algorithms of port X. An example is shown: > > testpmd> show port 0 rss-hash algorithm > RSS algorithms: > toeplitz > > Signed-off-by: Jie Hai > --- > app/test-pmd/cmdl

[PATCH v5 40/40] app/testpmd: add RSS hash algorithms display

2023-10-11 Thread Jie Hai
Add the command "show port X rss-hash algorithm" to display the RSS hash algorithms of port X. An example is shown: testpmd> show port 0 rss-hash algorithm RSS algorithms: toeplitz Signed-off-by: Jie Hai --- app/test-pmd/cmdline.c | 29 - app/test-pmd/config.c | 3