DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] support L2TPv2 for AVF RSS hash and FDIR
@ 2022-02-11  2:21 Jie Wang
  2022-02-11  2:21 ` [PATCH 1/2] net/iavf: support L2TPv2 for AVF HASH Jie Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Jie Wang @ 2022-02-11  2:21 UTC (permalink / raw)
  To: dev; +Cc: stevex.yang, jingjing.wu, beilei.xing, qi.z.zhang, Jie Wang

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-02-15  8:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11  2:21 [PATCH 0/2] support L2TPv2 for AVF RSS hash and FDIR Jie Wang
2022-02-11  2:21 ` [PATCH 1/2] net/iavf: support L2TPv2 for AVF HASH Jie Wang
2022-02-11  2:21 ` [PATCH 2/2] net/iavf: support L2TPv2 for AVF FDIR Jie Wang
2022-02-11  7:36 ` [PATCH v2 0/2] support L2TPv2 for AVF RSS hash and FDIR Jie Wang
2022-02-11  7:36   ` [PATCH v2 1/2] net/iavf: support L2TPv2 for AVF HASH Jie Wang
2022-02-11  7:36   ` [PATCH v2 2/2] net/iavf: support L2TPv2 for AVF FDIR Jie Wang
2022-02-11  8:09   ` [PATCH v3 0/2] support L2TPv2 for AVF RSS and FDIR Jie Wang
2022-02-11  8:09     ` [PATCH v3 1/2] net/iavf: support L2TPv2 for AVF RSS Jie Wang
2022-02-15  2:00       ` Xing, Beilei
2022-02-11  8:09     ` [PATCH v3 2/2] net/iavf: support L2TPv2 for AVF FDIR Jie Wang
2022-02-11  8:14       ` Xing, Beilei
2022-02-15  8:25     ` [PATCH v4 0/2] support L2TPv2 for AVF RSS and FDIR Jie Wang
2022-02-15  8:25       ` [PATCH v4 1/2] net/iavf: support L2TPv2 for AVF RSS Jie Wang
2022-02-15  8:25       ` [PATCH v4 2/2] net/iavf: support L2TPv2 for AVF FDIR Jie Wang
2022-02-15  8:28       ` [PATCH v4 0/2] support L2TPv2 for AVF RSS and FDIR Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).