From: Honnappa Nagarahalli Date: Wed, 6 May 2020 03:54:15 +0000 (-0500) Subject: doc: add RCU defer queue API in release notes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=4a06afd41026c8570a62f03f0eb8bf697b10e657;p=dpdk.git doc: add RCU defer queue API in release notes Added a note about RCU defer queue APIs. Signed-off-by: Honnappa Nagarahalli --- diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 437fa97dff..2e94566c08 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -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.