mbox

[v3,0/3] Enable Protocol Agnostic Flow Offloading FDIR in AVF

Message ID 20220408091218.240922-1-junfeng.guo@intel.com (mailing list archive)
Headers

Message

Junfeng Guo April 8, 2022, 9:12 a.m. UTC
  This patch set enabled Protocol Agnostic Flow (raw flow) Offloading
for FDIR in AVF.

[PATCH v3 1/3] common/iavf: support raw packet in protocol header
[PATCH v3 2/3] net/iavf: align with proto hdr struct change
[PATCH v3 3/3] net/iavf: enable Protocol Agnostic Flow Offloading FDIR

v3:
fix CI build issue.

v2:
add release notes and document update.

Junfeng Guo (3):
  common/iavf: support raw packet in protocol header
  net/iavf: align with proto hdr struct change
  net/iavf: enable Protocol Agnostic Flow Offloading FDIR

 doc/guides/rel_notes/release_22_07.rst |   4 +
 drivers/common/iavf/virtchnl.h         |  20 ++-
 drivers/net/iavf/iavf_fdir.c           |  67 +++++++++
 drivers/net/iavf/iavf_generic_flow.c   |   6 +
 drivers/net/iavf/iavf_generic_flow.h   |   3 +
 drivers/net/iavf/iavf_hash.c           | 180 +++++++++++++------------
 6 files changed, 188 insertions(+), 92 deletions(-)