mbox series

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

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

Message

Liu, Lingyu May 31, 2021, 12:38 p.m. UTC
  Support AVF RSS and FDIR for GTPoGRE packet.

Lingyu Liu (4):
  net/iavf: support flow pattern for GTPoGRE
  common/iavf: add header types for GRE
  net/iavf: support AVF FDIR for GTPoGRE tunnel packet
  net/iavf: support AVF RSS for GTPoGRE packet
---
 V2 change:
 - append new protocol to the tail
 - correct commit message title

 drivers/common/iavf/virtchnl.h       |   1 +
 drivers/net/iavf/iavf_fdir.c         |  42 ++++
 drivers/net/iavf/iavf_generic_flow.c | 288 +++++++++++++++++++++++++++
 drivers/net/iavf/iavf_generic_flow.h |  40 ++++
 drivers/net/iavf/iavf_hash.c         |  24 +++
 5 files changed, 395 insertions(+)