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 C9377A00E6 for ; Tue, 19 Mar 2019 10:14:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A0D244CC7; Tue, 19 Mar 2019 10:14:02 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 3C9294C91 for ; Tue, 19 Mar 2019 10:13:54 +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:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,497,1544515200"; d="scan'208";a="153664930" Received: from dpdk-qiming2.sh.intel.com ([10.67.119.132]) by fmsmga004.fm.intel.com with ESMTP; 19 Mar 2019 02:13:52 -0700 From: Qiming Yang To: dev@dpdk.org Cc: qi.z.zhang@intel.com, Qiming Yang Date: Wed, 20 Mar 2019 00:36:58 +0800 Message-Id: <20190319163658.115513-6-qiming.yang@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20190319163658.115513-1-qiming.yang@intel.com> References: <20190318154200.28409-1-qiming.yang@intel.com> <20190319163658.115513-1-qiming.yang@intel.com> Subject: [dpdk-dev] [PATCH v4 5/5] 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" Content-Type: text/plain; charset="UTF-8" Message-ID: <20190319163658.I73-sj894JbEZTMSemYl-tg9dSEIG-xuDhsy3-YM_Vo@z> Updated release note. 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 610c4cd..ab184df 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -95,6 +95,12 @@ New Features Added support of SSE and AVX2 instructions in ICE RX and TX path. +* **Updated the i40e driver.** + + New features for PF: + + * Added support for VXLAN-GPE packet. + * Added support for VXLAN-GPE classification. Removed Items ------------- -- 2.9.5