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

2023-11-30 Thread Jie Hai
On 2023/11/30 17:02, Ferruh Yigit wrote: On 11/22/2023 9:48 AM, Jie Hai wrote: This patch set supports setting RSS hash algorithm. Jie Hai (2): ethdev: add new API to get RSS hash algorithm by name app/testpmd: support set RSS hash algorithm app/test-pmd/cmdline.c

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

2023-11-30 Thread Ferruh Yigit
On 11/22/2023 9:48 AM, Jie Hai wrote: > This patch set supports setting RSS hash algorithm. > > Jie Hai (2): > ethdev: add new API to get RSS hash algorithm by name > app/testpmd: support set RSS hash algorithm > > app/test-pmd/cmdline.c | 79 + > doc

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

2023-11-22 Thread Jie Hai
On 2023/11/22 18:46, Ferruh Yigit wrote: On 11/22/2023 9:48 AM, Jie Hai wrote: This patch set supports setting RSS hash algorithm. Jie Hai (2): ethdev: add new API to get RSS hash algorithm by name app/testpmd: support set RSS hash algorithm Hi Jie, Hi, ferruh, It is too late for th

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

2023-11-22 Thread Ferruh Yigit
On 11/22/2023 9:48 AM, Jie Hai wrote: > This patch set supports setting RSS hash algorithm. > > Jie Hai (2): > ethdev: add new API to get RSS hash algorithm by name > app/testpmd: support set RSS hash algorithm > Hi Jie, It is too late for the current release, can you please rebase it on v2

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

2023-11-22 Thread Jie Hai
This patch set supports setting RSS hash algorithm. Jie Hai (2): ethdev: add new API to get RSS hash algorithm by name app/testpmd: support set RSS hash algorithm app/test-pmd/cmdline.c | 79 + doc/guides/rel_notes/release_23_11.rst | 3 + doc/g