mbox series

[v2,0/2] extend RSS offload types

Message ID 1569247539-101249-1-git-send-email-simei.su@intel.com (mailing list archive)
Headers
Series extend RSS offload types |

Message

Simei Su Sept. 23, 2019, 2:05 p.m. UTC
  [PATCH v2 1/2] ethdev: add several bits for extending rss offload types.
[PATCH v2 2/2] app/testpmd: add cmdline support for extending rss types.

v2:
- revise annotation.

Simei Su (2):
  ethdev: extend RSS offload types
  app/testpmd: add RSS offload types extending support

 app/test-pmd/config.c          |  6 +++++
 lib/librte_ethdev/rte_ethdev.h | 60 ++++++++++++++++++++++++------------------
 2 files changed, 41 insertions(+), 25 deletions(-)
  

Comments

Qi Zhang Sept. 24, 2019, 5:32 a.m. UTC | #1
> -----Original Message-----
> From: Su, Simei
> Sent: Monday, September 23, 2019 10:06 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Ye, Xiaolong <xiaolong.ye@intel.com>
> Cc: dev@dpdk.org; Su, Simei <simei.su@intel.com>
> Subject: [PATCH v2 0/2] extend RSS offload types
> 
> [PATCH v2 1/2] ethdev: add several bits for extending rss offload types.
> [PATCH v2 2/2] app/testpmd: add cmdline support for extending rss types.
> 
> v2:
> - revise annotation.
> 
> Simei Su (2):
>   ethdev: extend RSS offload types
>   app/testpmd: add RSS offload types extending support
> 
>  app/test-pmd/config.c          |  6 +++++
>  lib/librte_ethdev/rte_ethdev.h | 60
> ++++++++++++++++++++++++------------------
>  2 files changed, 41 insertions(+), 25 deletions(-)
> 
> --
> 1.8.3.1

Reviewed by: Qi Zhang <qi.z.zhang@intel.com>