doc: add RCU defer queue API in release notes
authorHonnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Wed, 6 May 2020 03:54:15 +0000 (22:54 -0500)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 18 May 2020 16:14:41 +0000 (18:14 +0200)
Added a note about RCU defer queue APIs.

Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
doc/guides/rel_notes/release_20_05.rst

index 437fa97..2e94566 100644 (file)
@@ -66,6 +66,13 @@ New Features
   Added tracepoints in ``EAL``, ``ethdev``, ``cryptodev``, ``eventdev`` and
   ``mempool`` libraries for important functions.
 
+* **Added APIs for RCU defer queue.**
+
+  Added APIs to create and delete defer queue. Additional APIs are provided
+  to enqueue a deleted resource and reclaim the resource in the future.
+  These APIs help the application use lock-free data structures with
+  less effort.
+
 * **Added new API for rte_ring.**
 
   * New synchronization modes for rte_ring.