From: Jasvinder Singh Date: Mon, 14 Mar 2016 13:44:36 +0000 (+0000) Subject: doc: add packet framework release notes X-Git-Tag: spdx-start~7255 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=67010b8e38250007605ad4470db5e718738f40b1;p=dpdk.git doc: add packet framework release notes This patch updates the release notes with the features that have been added to ip_pipeline application. Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu --- diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst index 7aed64745a..2785b293c2 100644 --- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst @@ -235,6 +235,15 @@ This section should contain new features added in this release. Sample format: Added new Crypto PMD to support null crypto operations in SW. +* **Improved 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. + * **Added IPsec security gateway example.** New application implementing an IPsec Security Gateway. @@ -342,6 +351,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.** + + Fixed core dump issue on txq and swq when dropless is set to yes. + Examples ~~~~~~~~