From: Qiming Yang <qiming.yang@intel.com>
To: dev@dpdk.org
Cc: qi.z.zhang@intel.com, Qiming Yang <qiming.yang@intel.com>
Subject: [dpdk-dev] [PATCH v3 0/5] Supported VXLAN-GPE in i40e
Date: Mon, 18 Mar 2019 23:41:55 +0800 [thread overview]
Message-ID: <20190318154200.28409-1-qiming.yang@intel.com> (raw)
Message-ID: <20190318154155.YuxuV8BuTtjS56fLCSwLWx3_LoZ6bwODtmxm7CnluJs@z> (raw)
In-Reply-To: <20190318133230.140978-1-qiming.yang@intel.com>
This patch set supported new packet type VXLAN-GPE and add
support for inner checksum, RSS and classification for VXLAN-GPE.
---
V3:
1. fixed issue in release note.
2. fixed check patch issue.
3. spilted eal related change to a new patch.
V2:
1. move testpmd related changes to a new patch.
2. added release note update.
Qiming Yang (5):
eal: add VXLAN-GPE macro
net/i40e: add support for VXLAN-GPE
net/i40e: support VXLAN-GPE classification
app/testpmd: add VXLAN-GPE to tunnel type
doc: add release note for VXLAN-GPE support
app/test-pmd/cmdline.c | 10 +++++++---
doc/guides/rel_notes/release_19_05.rst | 6 ++++++
drivers/net/i40e/i40e_ethdev.c | 16 ++++++++++++----
lib/librte_ethdev/rte_eth_ctrl.h | 1 +
4 files changed, 26 insertions(+), 7 deletions(-)
--
2.9.5
next prev parent reply other threads:[~2019-03-18 8:18 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-02 14:38 [dpdk-dev] [PATCH 1/2] net/i40e: add support for VXLAN-GPE Qiming Yang
2019-01-02 14:38 ` [dpdk-dev] [PATCH 2/2] net/i40e: support VXLAN-GPE classification Qiming Yang
2019-03-18 13:32 ` [dpdk-dev] [PATCH v2 0/4] Supported VXLAN-GPE in i40e Qiming Yang
2019-03-18 13:32 ` Qiming Yang
2019-03-18 13:32 ` [dpdk-dev] [PATCH v2 1/4] net/i40e: add support for VXLAN-GPE Qiming Yang
2019-03-18 13:32 ` Qiming Yang
2019-03-18 13:32 ` [dpdk-dev] [PATCH v2 2/4] net/i40e: support VXLAN-GPE classification Qiming Yang
2019-03-18 13:32 ` Qiming Yang
2019-03-18 13:32 ` [dpdk-dev] [PATCH v2 3/4] app/testpmd: add VXLAN-GPE to tunnel type Qiming Yang
2019-03-18 13:32 ` Qiming Yang
2019-03-18 13:32 ` [dpdk-dev] [PATCH v2 4/4] doc: add release note for VXLAN-GPE support Qiming Yang
2019-03-18 13:32 ` Qiming Yang
2019-03-18 15:41 ` Qiming Yang [this message]
2019-03-18 12:33 ` [dpdk-dev] [PATCH v3 0/5] Supported VXLAN-GPE in i40e Zhang, Qi Z
2019-03-18 12:33 ` Zhang, Qi Z
2019-03-18 15:41 ` Qiming Yang
2019-03-18 15:41 ` [dpdk-dev] [PATCH v3 1/5] eal: add VXLAN-GPE macro Qiming Yang
2019-03-18 15:41 ` Qiming Yang
2019-03-18 15:41 ` [dpdk-dev] [PATCH v3 2/5] net/i40e: add support for VXLAN-GPE Qiming Yang
2019-03-18 12:25 ` Zhang, Qi Z
2019-03-18 12:25 ` Zhang, Qi Z
2019-03-18 15:41 ` Qiming Yang
2019-03-18 15:41 ` [dpdk-dev] [PATCH v3 3/5] net/i40e: support VXLAN-GPE classification Qiming Yang
2019-03-18 15:41 ` Qiming Yang
2019-03-18 15:41 ` [dpdk-dev] [PATCH v3 4/5] app/testpmd: add VXLAN-GPE to tunnel type Qiming Yang
2019-03-18 15:41 ` Qiming Yang
2019-03-18 15:42 ` [dpdk-dev] [PATCH v3 5/5] doc: add release note for VXLAN-GPE support Qiming Yang
2019-03-18 15:42 ` Qiming Yang
2019-03-19 16:36 ` [dpdk-dev] [PATCH v4 0/5] Supported VXLAN-GPE in i40e Qiming Yang
2019-03-19 13:03 ` Zhang, Qi Z
2019-03-19 13:03 ` Zhang, Qi Z
2019-03-19 16:36 ` Qiming Yang
2019-03-19 16:36 ` [dpdk-dev] [PATCH v4 1/5] eal: add VXLAN-GPE macro Qiming Yang
2019-03-19 13:50 ` David Marchand
2019-03-19 13:50 ` David Marchand
2019-03-19 16:34 ` Ferruh Yigit
2019-03-19 16:34 ` Ferruh Yigit
2019-03-19 16:36 ` Qiming Yang
2019-03-19 16:36 ` [dpdk-dev] [PATCH v4 2/5] net/i40e: add support for VXLAN-GPE Qiming Yang
2019-03-19 16:36 ` Qiming Yang
2019-03-19 16:36 ` [dpdk-dev] [PATCH v4 3/5] net/i40e: support VXLAN-GPE classification Qiming Yang
2019-03-19 16:36 ` Qiming Yang
2019-03-19 16:36 ` [dpdk-dev] [PATCH v4 4/5] app/testpmd: add VXLAN-GPE to tunnel type Qiming Yang
2019-03-19 16:36 ` Qiming Yang
2019-03-27 11:04 ` Iremonger, Bernard
2019-03-27 11:04 ` Iremonger, Bernard
2019-03-28 10:49 ` Iremonger, Bernard
2019-03-28 10:49 ` Iremonger, Bernard
2019-04-03 5:29 ` Yang, Qiming
2019-04-03 5:29 ` Yang, Qiming
2019-03-19 16:36 ` [dpdk-dev] [PATCH v4 5/5] doc: add release note for VXLAN-GPE support Qiming Yang
2019-03-19 16:36 ` Qiming Yang
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=20190318154200.28409-1-qiming.yang@intel.com \
--to=qiming.yang@intel.com \
--cc=dev@dpdk.org \
--cc=qi.z.zhang@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).