mbox

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

Message ID 20220211022146.197586-1-jie1x.wang@intel.com (mailing list archive)
Headers

Message

Jie Wang Feb. 11, 2022, 2:21 a.m. UTC
  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.

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 ++
 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 +++++++++++-
 6 files changed, 273 insertions(+), 32 deletions(-)