mbox series

[v1,0/2] extend RSS offload types

Message ID 20201116053238.440870-1-simei.su@intel.com (mailing list archive)
Headers
Series extend RSS offload types |

Message

Simei Su Nov. 16, 2020, 5:32 a.m. UTC
  [PATCH v1 1/2] ethdev: add RSS offload types.
[PATCH v1 2/2] app/testpmd: add cmdline support for RSS types.

Simei Su (2):
  ethdev: add eCPRI RSS offload types
  app/testpmd: support extended RSS offload types

 app/test-pmd/cmdline.c         | 9 ++++++---
 app/test-pmd/config.c          | 3 ++-
 lib/librte_ethdev/rte_ethdev.h | 1 +
 3 files changed, 9 insertions(+), 4 deletions(-)
  

Comments

Simei Su Nov. 18, 2020, 1:34 a.m. UTC | #1
[PATCH v2 1/2] ethdev: add RSS offload types.
[PATCH v2 2/2] app/testpmd: add cmdline support for RSS types.

v2:
* Update cmd_config_rss.help_str and cmd_help_long_parsed() to add the ecpri.
* Update the documentation to add the ecpri.

Simei Su (2):
  ethdev: add eCPRI RSS offload types
  app/testpmd: support extended RSS offload types

 app/test-pmd/cmdline.c                      | 13 ++++++++-----
 app/test-pmd/config.c                       |  3 ++-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  2 +-
 lib/librte_ethdev/rte_ethdev.h              |  1 +
 4 files changed, 12 insertions(+), 7 deletions(-)
  
Ferruh Yigit Nov. 18, 2020, 12:56 p.m. UTC | #2
On 11/18/2020 1:34 AM, Simei Su wrote:
> [PATCH v2 1/2] ethdev: add RSS offload types.
> [PATCH v2 2/2] app/testpmd: add cmdline support for RSS types.
> 
> v2:
> * Update cmd_config_rss.help_str and cmd_help_long_parsed() to add the ecpri.
> * Update the documentation to add the ecpri.
> 
> Simei Su (2):
>    ethdev: add eCPRI RSS offload types
>    app/testpmd: support extended RSS offload types
> 

Series applied to dpdk-next-net/main, thanks.