DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Yang, Qiming" <qiming.yang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v3 0/5] Supported VXLAN-GPE in i40e
Date: Mon, 18 Mar 2019 12:33:26 +0000	[thread overview]
Message-ID: <039ED4275CED7440929022BC67E706115334E4E0@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <20190318154200.28409-1-qiming.yang@intel.com>



> -----Original Message-----
> From: Yang, Qiming
> Sent: Monday, March 18, 2019 11:42 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming <qiming.yang@intel.com>
> Subject: [PATCH v3 0/5] Supported VXLAN-GPE in i40e
> 
> 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

some reword needed on patch 2/5 commit log and please do a rebase.

otherwise
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
 

  reply	other threads:[~2019-03-18 12:33 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   ` [dpdk-dev] [PATCH v3 0/5] Supported VXLAN-GPE in i40e Qiming Yang
2019-03-18 12:33     ` Zhang, Qi Z [this message]
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=039ED4275CED7440929022BC67E706115334E4E0@SHSMSX103.ccr.corp.intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=qiming.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).