> -----Original Message-----
> From: Su, Simei <simei...@intel.com>
> Sent: Thursday, July 2, 2020 1:12 PM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>; Xing, Beilei <beilei.x...@intel.com>
> Cc: dev@dpdk.org; Guo, Jia <jia....@intel.com>; Guo, Junfeng
> <junfeng....@intel.com>; Su, Simei <simei...@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.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi