From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 72563201 for ; Mon, 18 Mar 2019 07:09:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Mar 2019 23:09:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,492,1544515200"; d="scan'208";a="152619851" Received: from dpdk-qiming2.sh.intel.com ([10.67.119.132]) by fmsmga002.fm.intel.com with ESMTP; 17 Mar 2019 23:09:19 -0700 From: Qiming Yang To: dev@dpdk.org Cc: qi.z.zhang@intel.com, Qiming Yang Date: Mon, 18 Mar 2019 21:32:26 +0800 Message-Id: <20190318133230.140978-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190102143829.7624-1-qiming.yang@intel.com> References: <20190102143829.7624-1-qiming.yang@intel.com> Subject: [dpdk-dev] [PATCH v2 0/4] 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: , X-List-Received-Date: Mon, 18 Mar 2019 06:09:23 -0000 This patch set supported new packet type VXLAN-GPE and add support for inner checksum, RSS and classification for VXLAN-GPE. --- V2: 1. move testpmd related changes to a new patch 2. added release note update. Qiming Yang (4): 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 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 99799A00E6 for ; Mon, 18 Mar 2019 07:09:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 50314201; Mon, 18 Mar 2019 07:09:24 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 72563201 for ; Mon, 18 Mar 2019 07:09:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Mar 2019 23:09:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,492,1544515200"; d="scan'208";a="152619851" Received: from dpdk-qiming2.sh.intel.com ([10.67.119.132]) by fmsmga002.fm.intel.com with ESMTP; 17 Mar 2019 23:09:19 -0700 From: Qiming Yang To: dev@dpdk.org Cc: qi.z.zhang@intel.com, Qiming Yang Date: Mon, 18 Mar 2019 21:32:26 +0800 Message-Id: <20190318133230.140978-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190102143829.7624-1-qiming.yang@intel.com> References: <20190102143829.7624-1-qiming.yang@intel.com> Subject: [dpdk-dev] [PATCH v2 0/4] 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: <20190318133226.gTmf_Tbh7GltKxlkpM2KmqzufVZd3dMrx2GTOdzOFO0@z> This patch set supported new packet type VXLAN-GPE and add support for inner checksum, RSS and classification for VXLAN-GPE. --- V2: 1. move testpmd related changes to a new patch 2. added release note update. Qiming Yang (4): 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