DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jie Wang <jie1x.wang@intel.com>
To: dev@dpdk.org
Cc: stevex.yang@intel.com, jingjing.wu@intel.com,
	beilei.xing@intel.com, qi.z.zhang@intel.com,
	Jie Wang <jie1x.wang@intel.com>
Subject: [PATCH v4 0/2] support L2TPv2 for AVF RSS and FDIR
Date: Tue, 15 Feb 2022 16:25:35 +0800	[thread overview]
Message-ID: <20220215082538.1010351-1-jie1x.wang@intel.com> (raw)
In-Reply-To: <20220211080929.424165-1-jie1x.wang@intel.com>

Support L2TPv2(include PPP over L2tpv2) for AVF RSS and FDIR based on
outer MAC src/dst address and L2TPv2 session ID.

Support PPPoL2TPv2oUDP for AVF FDIR based on inner IP src/dst address
and TCP/UDP src/dst port.

---
v4: rebase main branch.
v3: update commit log and release notes.
v2: upadte release notes.

Jie Wang (2):
  net/iavf: support L2TPv2 for AVF RSS
  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


  parent reply	other threads:[~2022-02-15  8:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11  2:21 [PATCH 0/2] support L2TPv2 for AVF RSS hash " 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     ` Jie Wang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220215082538.1010351-1-jie1x.wang@intel.com \
    --to=jie1x.wang@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=stevex.yang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).