[PATCH 1/4] Doc: Moved 1.7 "New Features" to "Supported Features" for 1.8 in Rel_Notes
From: Siobhan Butler <hidden>
Date: 2014-12-01 19:13:14
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Siobhan Butler <redacted> --- doc/guides/rel_notes/new_features.rst | 17 ----------------- doc/guides/rel_notes/supported_features.rst | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 17 deletions(-)
diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst
index 568d0c9..a93aa3c 100644
--- a/doc/guides/rel_notes/new_features.rst
+++ b/doc/guides/rel_notes/new_features.rst@@ -31,22 +31,5 @@ New Features ============ -* Packet Distributor library for dynamic, single-packet at a time, load balancing - -* IP fragmentation and reassembly library - -* Support for IPv6 in IP fragmentation and reassembly sample applications - -* Support for VFIO for mapping BARs and setting up interrupts - -* Link Bonding PMD Library supporting round-robin, active backup, balance(layer 2, layer 2+3, and layer 3+4) and broadcast bonding modes - -* Support zero copy mode RX/TX in user space vhost sample - -* Support multiple queues in virtio-net PMD - -* Support for Intel® 40GbE Controllers - -* Support NIC filters in addition to flow director for Intel® 1GbE and 10GbE 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..797b57e 100644
--- a/doc/guides/rel_notes/supported_features.rst
+++ b/doc/guides/rel_notes/supported_features.rst@@ -31,6 +31,28 @@ Supported Features ================== +* Packet Distributor library for dynamic, single-packet at a time, load balancing + +* IP fragmentation and reassembly library + +* Support for IPv6 in IP fragmentation and reassembly sample applications + +* Support for VFIO for mapping BARs and setting up interrupts + +* Link Bonding PMD Library supporting round-robin, active backup, balance(layer 2, layer 2+3, and layer 3+4) and broadcast bonding mode + +* Support zero copy mode RX/TX in user space vhost sample + +* Support multiple queues in virtio-net PMD + +* Support for Intel® 40GbE Controllers: + + * Intel® XL710 40 Gigabit Ethernet Controller + + * Intel® X710 40 Gigabit Ethernet Controller + +* Support NIC filters in addition to flow director for Intel® 1GbE and 10GbE Controllers + * Virtualization (KVM) * Userspace vhost switch:
--
1.8.5.3