> -----Original Message-----
> From: Su, Simei <[email protected]>
> Sent: Thursday, July 2, 2020 1:12 PM
> To: Zhang, Qi Z <[email protected]>; Xing, Beilei <[email protected]>
> Cc: [email protected]; Guo, Jia <[email protected]>; Guo, Junfeng
> <[email protected]>; Su, Simei <[email protected]>
> 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 <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi