Re: [dpdk-dev] [PATCH v6 1/3] ethdev: add new RSS types for IPv6 prefix

2020-07-10 Thread Ferruh Yigit
On 7/9/2020 3:06 AM, Qi Zhang wrote: > From: Junfeng Guo > > This patch defines new RSS offload types for IPv6 prefix with 32, 40, 48, > 56, 64, 96 bits of both SRC and DST IPv6 address. > Ref https://tools.ietf.org/html/rfc6052. > > Signed-off-by: Junfeng Guo > Signed-off-by: Qi Zhang Review

[dpdk-dev] [PATCH v6 1/3] ethdev: add new RSS types for IPv6 prefix

2020-07-08 Thread Qi Zhang
From: Junfeng Guo This patch defines new RSS offload types for IPv6 prefix with 32, 40, 48, 56, 64, 96 bits of both SRC and DST IPv6 address. Ref https://tools.ietf.org/html/rfc6052. Signed-off-by: Junfeng Guo Signed-off-by: Qi Zhang --- v6: - rename to RTE_ETH_RSS_xxx v5: - add 40 56, 96 ac