From patchwork Fri Apr 5 09:05:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 52323 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org 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 ; 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Reviewed-by: Ferruh Yigit --- 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(-)