mbox series

[v2,0/4] support AVF RSS and FDIR for GRE tunnel packet

Message ID 20210602022442.264961-1-wenjun1.wu@intel.com (mailing list archive)
Headers
Series support AVF RSS and FDIR for GRE tunnel packet |

Message

Wenjun Wu June 2, 2021, 2:24 a.m. UTC
  [PATCH v2 1/4] net/iavf: support flow pattern for GRE
[PATCH v2 2/4] common/iavf: add header types for GRE
[PATCH v2 3/4] net/iavf: support AVF RSS for GRE tunnel packet
[PATCH v2 4/4] net/iavf: support AVF FDIR for GRE tunnel packet

v2:
* Delete the share code patch, because it is not necessary for this
  patch set.
* Delete the definition of ETH_RSS_GRE and related dependencies,
  because GRE header is not needed for hash input set.

Wenjun Wu (4):
  net/iavf: support flow pattern for GRE
  common/iavf: add header types for GRE
  net/iavf: support AVF RSS for GRE tunnel packet
  net/iavf: support AVF FDIR for GRE tunnel packet

 drivers/common/iavf/virtchnl.h       |   1 +
 drivers/net/iavf/iavf_fdir.c         |  55 ++++++++++++++
 drivers/net/iavf/iavf_generic_flow.c | 105 +++++++++++++++++++++++++++
 drivers/net/iavf/iavf_generic_flow.h |  14 ++++
 drivers/net/iavf/iavf_hash.c         |  27 +++++--
 5 files changed, 197 insertions(+), 5 deletions(-)
  

Comments

Qi Zhang June 21, 2021, 2:54 a.m. UTC | #1
> -----Original Message-----
> From: Wu, Wenjun1 <wenjun1.wu@intel.com>
> Sent: Wednesday, June 2, 2021 10:25 AM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; Xing, Beilei <beilei.xing@intel.com>
> Cc: Wu, Wenjun1 <wenjun1.wu@intel.com>
> Subject: [PATCH v2 0/4] support AVF RSS and FDIR for GRE tunnel packet
> 
> [PATCH v2 1/4] net/iavf: support flow pattern for GRE [PATCH v2 2/4]
> common/iavf: add header types for GRE [PATCH v2 3/4] net/iavf: support AVF
> RSS for GRE tunnel packet [PATCH v2 4/4] net/iavf: support AVF FDIR for GRE
> tunnel packet
> 
> v2:
> * Delete the share code patch, because it is not necessary for this
>   patch set.
> * Delete the definition of ETH_RSS_GRE and related dependencies,
>   because GRE header is not needed for hash input set.
> 
> Wenjun Wu (4):
>   net/iavf: support flow pattern for GRE
>   common/iavf: add header types for GRE
>   net/iavf: support AVF RSS for GRE tunnel packet
>   net/iavf: support AVF FDIR for GRE tunnel packet
> 
>  drivers/common/iavf/virtchnl.h       |   1 +
>  drivers/net/iavf/iavf_fdir.c         |  55 ++++++++++++++
>  drivers/net/iavf/iavf_generic_flow.c | 105 +++++++++++++++++++++++++++
> drivers/net/iavf/iavf_generic_flow.h |  14 ++++
>  drivers/net/iavf/iavf_hash.c         |  27 +++++--
>  5 files changed, 197 insertions(+), 5 deletions(-)
> 
> --
> 2.25.1

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi
  
Thomas Monjalon July 6, 2021, 8 p.m. UTC | #2
21/06/2021 04:54, Zhang, Qi Z:
> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
> 
> Applied to dpdk-next-net-intel.

GRE should have been added to the new flow features table
in doc/guides/nics/features/iavf.ini

Will fix when pulling.

For future pulls, please run devtools/check-doc-vs-code.sh
  
Qi Zhang July 6, 2021, 11:38 p.m. UTC | #3
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday, July 7, 2021 4:00 AM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: Wu, Wenjun1 <wenjun1.wu@intel.com>; dev@dpdk.org; Wu, Jingjing
> <jingjing.wu@intel.com>; Xing, Beilei <beilei.xing@intel.com>; Yigit, Ferruh
> <ferruh.yigit@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v2 0/4] support AVF RSS and FDIR for GRE
> tunnel packet
> 
> 21/06/2021 04:54, Zhang, Qi Z:
> > Acked-by: Qi Zhang <qi.z.zhang@intel.com>
> >
> > Applied to dpdk-next-net-intel.
> 
> GRE should have been added to the new flow features table in
> doc/guides/nics/features/iavf.ini
> 
> Will fix when pulling.
> 
> For future pulls, please run devtools/check-doc-vs-code.sh

Thanks!
>