From patchwork Thu Dec 18 14:52:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Siobhan Butler X-Patchwork-Id: 2095 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 2F45E803F; Thu, 18 Dec 2014 15:56:26 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 445F67E7C for ; Thu, 18 Dec 2014 15:56:23 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 18 Dec 2014 06:52:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="430757325" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 18 Dec 2014 06:40:58 -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 sBIEqA5O032591; Thu, 18 Dec 2014 14:52:10 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id sBIEqAcl022189; Thu, 18 Dec 2014 14:52:10 GMT Received: (from sabutler@localhost) by sivswdev02.ir.intel.com with id sBIEqABc022185; Thu, 18 Dec 2014 14:52:10 GMT From: Siobhan Butler To: dev@dpdk.org Date: Thu, 18 Dec 2014 14:52:07 +0000 Message-Id: <1418914328-22145-2-git-send-email-siobhan.a.butler@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1418914328-22145-1-git-send-email-siobhan.a.butler@intel.com> References: <1418914328-22145-1-git-send-email-siobhan.a.butler@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] =?utf-8?q?=5BPATCH_1/2=5D_doc=3A_add_vxlan_support_to_?= =?utf-8?q?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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Added to New and Supported features for VXLAN feature. Signed-off-by: Siobhan Butler Acked-by: Bernard Iremonger --- 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 568d0c9..9c6ba51 100644 --- a/doc/guides/rel_notes/new_features.rst +++ b/doc/guides/rel_notes/new_features.rst @@ -49,4 +49,6 @@ New Features * Support NIC filters in addition to flow director for IntelĀ® 1GbE and 10GbE Controllers +* Support for VXLAN packet on Intel(R) 40GbE Controllers + 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 c51eb26..510d489 100644 --- a/doc/guides/rel_notes/supported_features.rst +++ b/doc/guides/rel_notes/supported_features.rst @@ -360,3 +360,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.