doc: add rte_ring_xxx_elem introduction to rel notes

Message ID 20200126174029.616-1-honnappa.nagarahalli@arm.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: add rte_ring_xxx_elem introduction to rel notes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Honnappa Nagarahalli Jan. 26, 2020, 5:40 p.m. UTC
  Added introduction of rte_ring_xxx_elem APIs to release notes.

Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
---
 doc/guides/rel_notes/release_20_02.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Thomas Monjalon Feb. 15, 2020, 2:54 p.m. UTC | #1
26/01/2020 18:40, Honnappa Nagarahalli:
> Added introduction of rte_ring_xxx_elem APIs to release notes.

Fixes: cc4b218790f6 ("ring: support configurable element size")

> Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst
index 50e2c1484..eecc938ed 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.