doc: add RCU defer queue API in release notes

Added a note about RCU defer queue APIs.

Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
This commit is contained in:
Honnappa Nagarahalli 2020-05-05 22:54:15 -05:00 committed by David Marchand
parent 9aef9b9fbc
commit 4a06afd410

View 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.