[dpdk-dev] [PATCH] doc: add rcu defer queue API info
Honnappa Nagarahalli
honnappa.nagarahalli at arm.com
Wed May 6 05:54:15 CEST 2020
Added notes about RCU defer queue APIs.
Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>
---
doc/guides/rel_notes/release_20_05.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index c287cb48a..0d505d7f1 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.
--
2.17.1
More information about the dev
mailing list