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

Message ID 20231122094900.788126-1-haijie1@huawei.com (mailing list archive)
Headers
Series app/testpmd: support set RSS hash algorithm |

Message

Jie Hai Nov. 22, 2023, 9:48 a.m. UTC
  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/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +++
 lib/ethdev/rte_ethdev.c                     | 15 ++++
 lib/ethdev/rte_ethdev.h                     | 20 ++++++
 lib/ethdev/version.map                      |  1 +
 6 files changed, 129 insertions(+)
  

Comments

Ferruh Yigit Nov. 22, 2023, 10:46 a.m. UTC | #1
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
v24.03-rc0 when it is out and send again?

Thanks,
ferruh
  
Jie Hai Nov. 23, 2023, 6:32 a.m. UTC | #2
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 the current release, can you please rebase it on
> v24.03-rc0 when it is out and send again?
Thanks and I will wait and send again.
> 
> Thanks,
> ferruh
> 

Thanks,
Jie Hai
> .
  
Ferruh Yigit Nov. 30, 2023, 9:02 a.m. UTC | #3
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/guides/rel_notes/release_23_11.rst      |  3 +
>

Hi Jie,

Can you rebase the patchset to new release please?

>  doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +++
>  lib/ethdev/rte_ethdev.c                     | 15 ++++
>  lib/ethdev/rte_ethdev.h                     | 20 ++++++
>  lib/ethdev/version.map                      |  1 +
>  6 files changed, 129 insertions(+)
>
  
Jie Hai Nov. 30, 2023, 10:01 a.m. UTC | #4
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                      | 79 +++++++++++++++++++++
>>   doc/guides/rel_notes/release_23_11.rst      |  3 +
>>
> 
> Hi Jie,
> 
> Can you rebase the patchset to new release please?
> 
Hi, Ferruh,

Thanks, I will do it as soon as possible.

Thanks,
Jie Hai
>>   doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +++
>>   lib/ethdev/rte_ethdev.c                     | 15 ++++
>>   lib/ethdev/rte_ethdev.h                     | 20 ++++++
>>   lib/ethdev/version.map                      |  1 +
>>   6 files changed, 129 insertions(+)
>>
> 
> .