> -----Original Message-----
> From: Guo, Junfeng <[email protected]>
> Sent: Tuesday, September 15, 2020 4:18 PM
> To: Zhang, Qi Z <[email protected]>; Wu, Jingjing <[email protected]>;
> Xing, Beilei <[email protected]>
> Cc: [email protected]; Guo, Junfeng <[email protected]>
> 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 <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi