From: Honnappa Nagarahalli Date: Sun, 26 Jan 2020 17:40:29 +0000 (-0600) Subject: doc: fix release notes for custom ring element size X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=dd87623b65fd5a88578e09decd12f8ae8890e577;p=dpdk.git doc: fix release notes for custom ring element size Added introduction of rte_ring_xxx_elem APIs to release notes. Fixes: cc4b218790f6 ("ring: support configurable element size") Signed-off-by: Honnappa Nagarahalli --- diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index a1930a2e23..78dab7cfc3 100644 --- a/doc/guides/rel_notes/release_20_02.rst +++ b/doc/guides/rel_notes/release_20_02.rst @@ -61,6 +61,10 @@ New Features A new API has been added to wait for a memory location to be updated with a 16-bit, 32-bit, 64-bit value. +* **Added rte_ring_xxx_elem APIs.** + + New APIs have been added to support rings with custom element size. + * **Updated rte_flow api to support L2TPv3 over IP flows.** Added support for new flow item to handle L2TPv3 over IP rte_flow patterns.