From: Siobhan Butler Date: Thu, 18 Dec 2014 15:48:46 +0000 (+0000) Subject: doc: add i40e vxlan support to release notes X-Git-Tag: spdx-start~9866 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5b81c76005d5cf8b72beaaeb771d7f8134175897;p=dpdk.git doc: add i40e vxlan support to release notes Added to New and Supported features for VXLAN feature. Signed-off-by: Siobhan Butler Acked-by: Bernard Iremonger --- diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index 00895ceec4..2993b1e7ec 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® 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 37e5416980..7936e933e1 100644 --- a/doc/guides/rel_notes/supported_features.rst +++ b/doc/guides/rel_notes/supported_features.rst @@ -47,9 +47,9 @@ Supported Features * Support for Intel 40GbE Controllers: - * Intel(R) XL710 40 Gigabit Ethernet Controller + * Intel® XL710 40 Gigabit Ethernet Controller - * Intel(R) X710 40 Gigabit Ethernet Controller + * Intel® X710 40 Gigabit Ethernet Controller * Support NIC filters in addition to flow director for Intel� 1GbE and 10GbE Controllers @@ -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® 40GbE Controllers.