[PATCH v2 0/2] support L2TPv2 for AVF RSS hash and FDIR

Jie Wang jie1x.wang at intel.com
Fri Feb 11 08:36:44 CET 2022


Support IAVF L2TPv2(include PPP over L2tpv2) RSS hash and flow
director. Required to distribute packets based on outer MAC src/dst
address and L2TPv2 session ID.

Support IAVF PPPoL2TPv2oUDP flow director. Required to distribute
packets based on inner IP src+dest address and TCP/UDP src+dest port.

---
v2: upadte release notes.

Jie Wang (2):
  net/iavf: support L2TPv2 for AVF HASH
  net/iavf: support L2TPv2 for AVF FDIR

 doc/guides/rel_notes/release_22_03.rst     |   9 ++
 doc/guides/rel_notes/release_22_03.rst.rej |  12 ++
 drivers/net/iavf/iavf.h                    |   2 +
 drivers/net/iavf/iavf_fdir.c               | 169 +++++++++++++++++----
 drivers/net/iavf/iavf_generic_flow.c       |  34 +++++
 drivers/net/iavf/iavf_generic_flow.h       |  10 ++
 drivers/net/iavf/iavf_hash.c               |  81 +++++++++-
 7 files changed, 285 insertions(+), 32 deletions(-)
 create mode 100644 doc/guides/rel_notes/release_22_03.rst.rej

-- 
2.25.1



More information about the dev mailing list