[dpdk-dev,1/2] doc: add vxlan support to release notes

Message ID 1418914328-22145-2-git-send-email-siobhan.a.butler@intel.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

Siobhan Butler Dec. 18, 2014, 2:52 p.m. UTC
  Added to New and Supported features for VXLAN feature.

Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com>
---
 doc/guides/rel_notes/new_features.rst       | 2 ++
 doc/guides/rel_notes/supported_features.rst | 5 +++++
 2 files changed, 7 insertions(+)
  

Comments

Iremonger, Bernard Dec. 18, 2014, 4:58 p.m. UTC | #1
> -----Original Message-----

> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Siobhan Butler

> Sent: Thursday, December 18, 2014 2:52 PM

> To: dev@dpdk.org

> Subject: [dpdk-dev] [PATCH 1/2] doc: add vxlan support to release notes

> 

> Added to New and Supported features for VXLAN feature.

> 

> Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com>


Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>


 I have applied the patch to my tree next/dpdk-doc.
  

Patch

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.