mbox series

[v2,0/3] net/ice: enable advanced RSS for PPPoE

Message ID 1593666710-343445-1-git-send-email-simei.su@intel.com (mailing list archive)
Headers
Series net/ice: enable advanced RSS for PPPoE |

Message

Simei Su July 2, 2020, 5:11 a.m. UTC
  [PATCH v2 1/3] ethdev: add rss offload types.
[PATCH v2 2/3] app/testpmd: add cmdline support fo rss types.
[PATCH v2 3/3] net/ice: add RSS support for PPPoE control packets
               and data packets in rte_flow.

v2:
* Refine commit log.

Simei Su (3):
  ethdev: add new RSS offload types
  app/testpmd: support extended RSS offload types
  net/ice: add RSS support for PPPoE

 app/test-pmd/cmdline.c         |  6 ++++--
 app/test-pmd/config.c          |  1 +
 drivers/net/ice/ice_hash.c     | 31 ++++++++++++++++++++++++++++++-
 lib/librte_ethdev/rte_ethdev.h |  2 +-
 4 files changed, 36 insertions(+), 4 deletions(-)
  

Comments

Qi Zhang July 7, 2020, 12:24 a.m. UTC | #1
> -----Original Message-----
> From: Su, Simei <simei.su@intel.com>
> Sent: Thursday, July 2, 2020 1:12 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Xing, Beilei <beilei.xing@intel.com>
> Cc: dev@dpdk.org; Guo, Jia <jia.guo@intel.com>; Guo, Junfeng
> <junfeng.guo@intel.com>; Su, Simei <simei.su@intel.com>
> Subject: [PATCH v2 0/3] net/ice: enable advanced RSS for PPPoE
> 
> [PATCH v2 1/3] ethdev: add rss offload types.
> [PATCH v2 2/3] app/testpmd: add cmdline support fo rss types.
> [PATCH v2 3/3] net/ice: add RSS support for PPPoE control packets
>                and data packets in rte_flow.
> 
> v2:
> * Refine commit log.
> 
> Simei Su (3):
>   ethdev: add new RSS offload types
>   app/testpmd: support extended RSS offload types
>   net/ice: add RSS support for PPPoE
> 
>  app/test-pmd/cmdline.c         |  6 ++++--
>  app/test-pmd/config.c          |  1 +
>  drivers/net/ice/ice_hash.c     | 31
> ++++++++++++++++++++++++++++++-
>  lib/librte_ethdev/rte_ethdev.h |  2 +-
>  4 files changed, 36 insertions(+), 4 deletions(-)
> 
> --
> 1.8.3.1

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

Applied to dpdk-next-net-intel.

Thanks
Qi