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(-) -- 2.25.1