mbox series

[v4,0/2] add AVF RSS support for IPv6 prefix

Message ID 20200915081759.4072947-1-junfeng.guo@intel.com (mailing list archive)
Headers
Series add AVF RSS support for IPv6 prefix |

Message

Junfeng Guo Sept. 15, 2020, 8:17 a.m. UTC
  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(-)
  

Comments

Qi Zhang Sept. 15, 2020, 8:40 a.m. UTC | #1
> -----Original Message-----
> From: Guo, Junfeng <junfeng.guo@intel.com>
> Sent: Tuesday, September 15, 2020 4:18 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>;
> Xing, Beilei <beilei.xing@intel.com>
> Cc: dev@dpdk.org; Guo, Junfeng <junfeng.guo@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.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi