mbox series

[v6,0/3] support AVF RSS and FDIR for GTPoGRE packet

Message ID 20210621142320.76143-1-lingyu.liu@intel.com (mailing list archive)
Headers
Series support AVF RSS and FDIR for GTPoGRE packet |

Message

Liu, Lingyu June 21, 2021, 2:23 p.m. UTC
  Support AVF RSS and FDIR for GTPoGRE packet.

Lingyu Liu (3):
  net/iavf: support flow pattern for GTPoGRE
  net/iavf: support AVF FDIR for GTPoGRE tunnel packet
  net/iavf: support AVF RSS for GTPoGRE packet
---
  V6 change:
  - rebase and remove GRE pattern parse in FDIR
  V5 change:
  - refine protocol header for two tunnels case
  - move IPV6 patterns to the IPV6 block in pattern list
  V4 change:
  - add RTE_FLOW_ITEM_TYPE_GRE in hash parse pattern function
  V3 change:
  - add GTPU extension header pattern

 drivers/net/iavf/iavf_fdir.c         |  48 +++
 drivers/net/iavf/iavf_generic_flow.c | 600 +++++++++++++++++++++++++++
 drivers/net/iavf/iavf_generic_flow.h |  80 ++++
 drivers/net/iavf/iavf_hash.c         | 142 +++++--
 4 files changed, 846 insertions(+), 24 deletions(-)
  

Comments

Qi Zhang June 21, 2021, 8:26 a.m. UTC | #1
> -----Original Message-----
> From: Liu, Lingyu <lingyu.liu@intel.com>
> Sent: Monday, June 21, 2021 10:23 PM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>
> Cc: Guo, Junfeng <junfeng.guo@intel.com>; Liu, Lingyu <lingyu.liu@intel.com>
> Subject: [PATCH v6 0/3] support AVF RSS and FDIR for GTPoGRE packet
> 
> Support AVF RSS and FDIR for GTPoGRE packet.
> 
> Lingyu Liu (3):
>   net/iavf: support flow pattern for GTPoGRE
>   net/iavf: support AVF FDIR for GTPoGRE tunnel packet
>   net/iavf: support AVF RSS for GTPoGRE packet
> ---
>   V6 change:
>   - rebase and remove GRE pattern parse in FDIR
>   V5 change:
>   - refine protocol header for two tunnels case
>   - move IPV6 patterns to the IPV6 block in pattern list
>   V4 change:
>   - add RTE_FLOW_ITEM_TYPE_GRE in hash parse pattern function
>   V3 change:
>   - add GTPU extension header pattern
> 
>  drivers/net/iavf/iavf_fdir.c         |  48 +++
>  drivers/net/iavf/iavf_generic_flow.c | 600 +++++++++++++++++++++++++++
> drivers/net/iavf/iavf_generic_flow.h |  80 ++++
>  drivers/net/iavf/iavf_hash.c         | 142 +++++--
>  4 files changed, 846 insertions(+), 24 deletions(-)
> 
> --
> 2.25.1

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

Applied to dpdk-next-net-intel.

Thanks
Qi