Re: [PATCH v8 10/10] app/testpmd: add RSS hash algorithms display

2023-11-02 Thread Jie Hai
On 2023/11/1 21:42, Ferruh Yigit wrote: On 11/1/2023 7:40 AM, 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 algorithm: toeplitz Signed-off-by: Jie Hai Acked-by:

Re: [PATCH v8 10/10] app/testpmd: add RSS hash algorithms display

2023-11-01 Thread Ferruh Yigit
On 11/1/2023 7:40 AM, 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 algorithm: > toeplitz > > Signed-off-by: Jie Hai > Acked-by: Huisong Li > --- > app/t

[PATCH v8 10/10] app/testpmd: add RSS hash algorithms display

2023-11-01 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 algorithm: toeplitz Signed-off-by: Jie Hai Acked-by: Huisong Li --- app/test-pmd/cmdline.c | 29 - app/t