DPDK patches and discussions
 help / color / mirror / Atom feed
From: Junfeng Guo <junfeng.guo@intel.com>
To: qi.z.zhang@intel.com, xiaolong.ye@intel.com, beilei.xing@intel.com
Cc: dev@dpdk.org, jia.guo@intel.com, junfeng.guo@intel.com,
	simei.su@intel.com
Subject: [dpdk-dev] [PATCH v5 0/2] add RSS support for ipv4 ipv6 mix of GTP on PF and VF
Date: Wed,  8 Jul 2020 11:27:37 +0800	[thread overview]
Message-ID: <20200708032739.156196-1-junfeng.guo@intel.com> (raw)
In-Reply-To: <20200618054305.8097-1-junfeng.guo@intel.com>

RSS for GTP with outer & inner ipv4 & ipv6 combination are supported
in this patchset, so that we can process RSS based on inner 5 tuples
or 3 tuples of all the cases below of GTP packets:
	1. ipv4 (outer) + ipv4 (inner)
	2. ipv4 (outer) + ipv6 (inner)
	3. ipv6 (outer) + ipv4 (inner)
	4. ipv6 (outer) + ipv6 (inner)

[PATCH v5 1/2] add RSS support for ipv4 ipv6 mix of GTP on PF.
[PATCH v5 2/2] add RSS support for ipv4 ipv6 mix of GTP on VF.

v5:
* Code rebase.

v4:
* Code rebase.

v3:
* Code rebase.

v2:
* Code rebase.


Junfeng Guo (2):
  net/ice: add RSS support for ipv4 ipv6 mix of GTP
  net/iavf: add RSS support for ipv4 ipv6 mix of GTP

 drivers/net/iavf/iavf_generic_flow.c |  283 +++-
 drivers/net/iavf/iavf_generic_flow.h |   39 +
 drivers/net/iavf/iavf_hash.c         | 1976 ++++++++++++++++++++++++--
 drivers/net/ice/ice_generic_flow.c   |  286 +++-
 drivers/net/ice/ice_generic_flow.h   |   39 +
 drivers/net/ice/ice_hash.c           |  120 ++
 6 files changed, 2586 insertions(+), 157 deletions(-)

-- 
2.25.1


  parent reply	other threads:[~2020-07-08  3:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-12  8:10 [dpdk-dev] [PATCH " Junfeng Guo
2020-06-12  8:10 ` [dpdk-dev] [PATCH 1/2] net/ice: add RSS support for ipv4 ipv6 mix of GTP Junfeng Guo
2020-06-12  8:10 ` [dpdk-dev] [PATCH 2/2] net/iavf: " Junfeng Guo
2020-06-17  7:36 ` [dpdk-dev] [PATCH v2 0/2] add RSS support for ipv4 ipv6 mix of GTP on VF and PF Junfeng Guo
2020-06-17  7:36   ` [dpdk-dev] [PATCH v2 1/2] net/ice: add RSS support for ipv4 ipv6 mix of GTP Junfeng Guo
2020-06-17  7:36   ` [dpdk-dev] [PATCH v2 2/2] net/iavf: " Junfeng Guo
2020-06-18  4:48   ` [dpdk-dev] [PATCH v3 0/2] add RSS support for ipv4 ipv6 mix of GTP on VF and PF Junfeng Guo
2020-06-18  4:48     ` [dpdk-dev] [PATCH v3 1/2] net/ice: add RSS support for ipv4 ipv6 mix of GTP Junfeng Guo
2020-06-18  4:48     ` [dpdk-dev] [PATCH v3 2/2] net/iavf: " Junfeng Guo
2020-06-18  5:43     ` [dpdk-dev] [PATCH v4 0/2] add RSS support for ipv4 ipv6 mix of GTP on VF and PF Junfeng Guo
2020-06-18  5:43       ` [dpdk-dev] [PATCH v4 1/2] net/ice: add RSS support for ipv4 ipv6 mix of GTP Junfeng Guo
2020-06-18  5:43       ` [dpdk-dev] [PATCH v4 2/2] net/iavf: " Junfeng Guo
2020-07-08  3:27       ` Junfeng Guo [this message]
2020-07-08  3:27         ` [dpdk-dev] [PATCH v5 1/2] net/ice: " Junfeng Guo
2020-07-08  3:27         ` [dpdk-dev] [PATCH v5 2/2] net/iavf: " Junfeng Guo
2020-07-08  8:46         ` [dpdk-dev] [PATCH v5 0/2] add RSS support for ipv4 ipv6 mix of GTP on PF and VF 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=20200708032739.156196-1-junfeng.guo@intel.com \
    --to=junfeng.guo@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jia.guo@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=simei.su@intel.com \
    --cc=xiaolong.ye@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).