[dpdk-dev,v4,2/8] doc: added new features to release notes

Message ID 1418834857-8643-3-git-send-email-pablo.de.lara.guarch@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

De Lara Guarch, Pablo Dec. 17, 2014, 4:47 p.m. UTC
  From: Siobhan Butler <siobhan.a.butler@intel.com>

Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com>
---
 doc/guides/rel_notes/new_features.rst | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
  

Comments

Iremonger, Bernard Dec. 18, 2014, 3:18 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Wednesday, December 17, 2014 4:48 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v4 2/8] doc: added new features to release notes
> 
> From: Siobhan Butler <siobhan.a.butler@intel.com>
> 
> 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 a93aa3c..00895ce 100644
--- a/doc/guides/rel_notes/new_features.rst
+++ b/doc/guides/rel_notes/new_features.rst
@@ -30,6 +30,30 @@ 
 
 New Features
 ============
+*   Link Bonding
 
+    *   Support for 802.3ad link aggregation (mode 4) and transmit load balancing (mode 5) to the link bonding library.
+
+    *   Support for registration of link status change callbacks with link bonding devices.
+
+    *   Support for slaves devices which do not support link status change interrupts in the link bonding library via a link status polling mechanism.
+
+*   Poll Mode Driver - 40 GbE Controllers (librte_pmd_i40e)
+
+    *   Support for Flow Director
+
+    *   Support for ethertype filter
+
+    *   Support RSS in VF
+
+    *   Support configuring redirection table with different size from 1GbE and 10 GbE
+
+       -   128/512 entries of 40GbE PF
+
+       -   64 entries of 40GbE VF
+
+    *   Support configuring hash functions
+
+*   Packet Distributor Sample Application
 
 For further features supported in this release, see Chapter 3 Supported Features.