From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id C9603A0679
	for <public@inbox.dpdk.org>; Fri,  5 Apr 2019 11:03:42 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 84DD81B48C;
	Fri,  5 Apr 2019 11:03:41 +0200 (CEST)
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id E8CCF1B48A
 for <dev@dpdk.org>; Fri,  5 Apr 2019 11:03:39 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga006.jf.intel.com ([10.7.209.51])
 by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 05 Apr 2019 02:03:38 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.60,312,1549958400"; d="scan'208";a="133191644"
Received: from dpdk51.sh.intel.com ([10.67.110.245])
 by orsmga006.jf.intel.com with ESMTP; 05 Apr 2019 02:03:37 -0700
From: Qi Zhang <qi.z.zhang@intel.com>
To: ferruh.yigit@intel.com, qi.z.zhang@intel.com, bernard.iremonger@intel.com
Cc: dev@dpdk.org
Date: Fri,  5 Apr 2019 17:05:30 +0800
Message-Id: <20190405090535.7604-1-qi.z.zhang@intel.com>
X-Mailer: git-send-email 2.13.6
Subject: [dpdk-dev] [PATCH v5 0/5] This patch set supported new packet type
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Content-Type: text/plain; charset="UTF-8"
Message-ID: <20190405090530.5fzUeM7naDMW-QbBM_ELEcH52FPuNXBUTbaT549yAl4@z>

---
v5:
1. add ABI break notification in commit log of PATCH 1/5
2. fix missing help string/document in testpmd cmdline (Bernard Iremonger's
   comments)

V4:
1. rebased to the latest code.
2. deleted misleading statement.

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):
  ethdev: 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                      | 19 ++++++++++++-------
 doc/guides/rel_notes/release_19_05.rst      |  7 +++++++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +++++++----
 drivers/net/i40e/i40e_ethdev.c              | 16 ++++++++++++----
 lib/librte_ethdev/rte_eth_ctrl.h            |  1 +
 5 files changed, 39 insertions(+), 15 deletions(-)

-- 
2.13.6