From patchwork Mon Mar 18 13:32:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Qiming Yang X-Patchwork-Id: 51254 X-Patchwork-Delegate: qi.z.zhang@intel.com 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 A59F24CC7; Mon, 18 Mar 2019 07:09:34 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id CF1682C30 for ; Mon, 18 Mar 2019 07:09:24 +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:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,492,1544515200"; d="scan'208";a="152619866" Received: from dpdk-qiming2.sh.intel.com ([10.67.119.132]) by fmsmga002.fm.intel.com with ESMTP; 17 Mar 2019 23:09:23 -0700 From: Qiming Yang To: dev@dpdk.org Cc: qi.z.zhang@intel.com, Qiming Yang Date: Mon, 18 Mar 2019 21:32:30 +0800 Message-Id: <20190318133230.140978-5-qiming.yang@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190318133230.140978-1-qiming.yang@intel.com> References: <20190102143829.7624-1-qiming.yang@intel.com> <20190318133230.140978-1-qiming.yang@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2 4/4] doc: add release note for VXLAN-GPE support 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" Signed-off-by: Qiming Yang --- doc/guides/rel_notes/release_19_05.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index 61a2c73..2aef044 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -91,6 +91,12 @@ New Features * Added promiscuous mode support. +* **Updated the i40e driver.** + + New features for PF: + + * Support for VXLAN-GPE packet on IntelĀ® 40GbE Controllers. + * Added support for VXLAN-GPE classification. Removed Items -------------