[PATCH v5 0/4] Enable Protocol Agnostic Flow Offloading in AVF
    Junfeng Guo 
    junfeng.guo at intel.com
       
    Fri May 20 11:16:44 CEST 2022
    
    
  
This patch set enabled Protocol Agnostic Flow (raw flow) Offloading
for FDIR and RSS in AVF, based on the Parser Library feature and the
existing rte_flow `raw` API.
[PATCH v4 1/4] common/iavf: support raw packet in protocol header
[PATCH v4 2/4] net/iavf: align with proto hdr struct change
[PATCH v4 3/4] net/iavf: enable Protocol Agnostic Flow Offloading FDIR
[PATCH v4 4/4] net/iavf: support Protocol Agnostic Flow Offloading VF RSS
v5:
code rebase and update commit messages.
v4:
add support raw flow for RSS in AVF.
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
Ting Xu (1):
  net/iavf: support Protocol Agnostic Flow Offloading VF RSS
 doc/guides/rel_notes/release_22_07.rst |   1 +
 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           | 276 +++++++++++++++++--------
 6 files changed, 281 insertions(+), 92 deletions(-)
-- 
2.25.1
    
    
More information about the dev
mailing list