From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 2CA73A00E6 for ; Tue, 19 Mar 2019 10:13:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DB5D62956; Tue, 19 Mar 2019 10:13:50 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id B000B11A4 for ; Tue, 19 Mar 2019 10:13:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Mar 2019 02:13:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,497,1544515200"; d="scan'208";a="153664890" Received: from dpdk-qiming2.sh.intel.com ([10.67.119.132]) by fmsmga004.fm.intel.com with ESMTP; 19 Mar 2019 02:13:47 -0700 From: Qiming Yang To: dev@dpdk.org Cc: qi.z.zhang@intel.com, Qiming Yang Date: Wed, 20 Mar 2019 00:36:53 +0800 Message-Id: <20190319163658.115513-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190318154200.28409-1-qiming.yang@intel.com> References: <20190318154200.28409-1-qiming.yang@intel.com> Subject: [dpdk-dev] [PATCH v4 0/5] Supported VXLAN-GPE in i40e 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" Content-Type: text/plain; charset="UTF-8" Message-ID: <20190319163653.oKinNWm9Of_dqjsXPveZGj7fsdxGEfYy2Sh5k13yPJY@z> This patch set supported new packet type VXLAN-GPE and add support for VXLAN-GPE packet classification. Acked-by: Qi Zhang --- 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): 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