[dpdk-dev] doc: update release notes for ip_pipeline app

Message ID 1457963076-163259-1-git-send-email-jasvinder.singh@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Commit Message

Jasvinder Singh March 14, 2016, 1:44 p.m. UTC
  This patch updates the release notes with the features that
have been added to ip_pipeline application.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
---
 doc/guides/rel_notes/release_16_04.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)
  

Comments

Thomas Monjalon March 16, 2016, 8:35 p.m. UTC | #1
2016-03-14 13:44, Jasvinder Singh:
> This patch updates the release notes with the features that
> have been added to ip_pipeline application.
> 
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied, thanks

Please try to integrate the release notes updates when doing
the changes themselves.
  

Patch

diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst
index b729b67..a4e02fc 100644
--- a/doc/guides/rel_notes/release_16_04.rst
+++ b/doc/guides/rel_notes/release_16_04.rst
@@ -127,6 +127,15 @@  This section should contain new features added in this release. Sample format:
 
   Added new Crypto PMD to support null crypto operations in SW.
 
+* **IP Pipeline Application.**
+
+  The following features have been added to ip_pipeline application;
+
+  * Added CPU utilization measurement and idle cycle rate computation.
+  * Added link idenfication support through existing port-mask option or by
+    specifying PCI device in every LINK section in the configuration file.
+  * Added load balancing support in passthrough pipeline.
+
 Resolved Issues
 ---------------
 
@@ -172,6 +181,10 @@  Libraries
   Fix crc32c hash functions to return a valid crc32c value for data lengths
   not multiple of 4 bytes.
 
+* **librte_port: fixed segmentation fault for ring and ethdev writer nodrop.**
+
+  Fix core dump issue on txq and swq when dropless is set to yes.
+
 
 Examples
 ~~~~~~~~