From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 62DAF7E7C for ; Thu, 18 Dec 2014 16:48:51 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 18 Dec 2014 07:48:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="430779003" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 18 Dec 2014 07:37:37 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id sBIFmnuj020763; Thu, 18 Dec 2014 15:48:49 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id sBIFmmNN022968; Thu, 18 Dec 2014 15:48:48 GMT Received: (from pdelarax@localhost) by sivswdev02.ir.intel.com with id sBIFmmfe022964; Thu, 18 Dec 2014 15:48:48 GMT From: Pablo de Lara To: dev@dpdk.org Date: Thu, 18 Dec 2014 15:48:46 +0000 Message-Id: <1418917727-22921-2-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1418917727-22921-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1418914328-22145-1-git-send-email-siobhan.a.butler@intel.com> <1418917727-22921-1-git-send-email-pablo.de.lara.guarch@intel.com> Subject: [dpdk-dev] [PATCH v2 1/2] doc: add vxlan support to release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 15:48:51 -0000 From: Siobhan Butler Added to New and Supported features for VXLAN feature. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 2 ++ doc/guides/rel_notes/supported_features.rst | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index 00895ce..2c37af7 100644 --- a/doc/guides/rel_notes/new_features.rst +++ b/doc/guides/rel_notes/new_features.rst @@ -54,6 +54,8 @@ New Features * Support configuring hash functions + * Support for VXLAN packet on Intel(R) 40GbE Controllers + * Packet Distributor Sample Application For further features supported in this release, see Chapter 3 Supported Features. diff --git a/doc/guides/rel_notes/supported_features.rst b/doc/guides/rel_notes/supported_features.rst index 37e5416..e683ead 100644 --- a/doc/guides/rel_notes/supported_features.rst +++ b/doc/guides/rel_notes/supported_features.rst @@ -382,3 +382,8 @@ Supported Features * Exact match flow classification in the L3 Forwarding sample application * Support in LPM for IPv6 addresses + +* Tunneling packet support: + + * Provide the APIs for VXLAN destination UDP port and VXLAN packet filter configuration + and support VXLAN TX checksum offload on Intel(R) 40GbE Controllers. -- 2.1.0