> -----Original Message-----
> From: Guo, Junfeng <junfeng....@intel.com>
> Sent: Tuesday, September 15, 2020 4:18 PM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>; Wu, Jingjing <jingjing...@intel.com>;
> Xing, Beilei <beilei.x...@intel.com>
> Cc: dev@dpdk.org; Guo, Junfeng <junfeng....@intel.com>
> Subject: [PATCH v4 0/2] add AVF RSS support for IPv6 prefix
>
> RSS for IPv6 prefix fields are supported in this patchset, so that we can use
> prefixes instead of full IPv6 address for AVF RSS. The prefix here includes
> the
> first 64 bits of both SRC and DST IPv6 address.
>
> v4:
> * correct proto hdrs refine logic.
>
> v3:
> * code rebase.
>
> v2:
> * add support RSS for GTPU IPv6 prefix 64bit.
>
> [PATCH v4 1/2] net/iavf: replace function name with macro.
> [PATCH v4 2/2] net/iavf: support RSS for IPv6 prefix 64bit.
>
> Junfeng Guo (2):
> net/iavf: replace function name with macro
> net/iavf: support RSS for IPv6 prefix 64bit
>
> drivers/net/iavf/iavf_hash.c | 65 +++++++++++++++++++++---------------
> 1 file changed, 39 insertions(+), 26 deletions(-)
>
> --
> 2.25.1
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi