On Wed, May 6, 2020 at 5:54 AM Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> wrote: > > Added notes about RCU defer queue APIs. > > Signed-off-by: Honnappa Nagarahalli <honnappa.nagaraha...@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 >
Applied, thanks. -- David Marchand