doc: add rcu defer queue API info

Message ID 20200506035415.29095-1-honnappa.nagarahalli@arm.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series doc: add rcu defer queue API info |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot warning Travis build: failed
ci/Intel-compilation success Compilation OK

Commit Message

Honnappa Nagarahalli May 6, 2020, 3:54 a.m. UTC
  Added notes about RCU defer queue APIs.

Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
---
 doc/guides/rel_notes/release_20_05.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

David Marchand May 18, 2020, 3:53 p.m. UTC | #1
On Wed, May 6, 2020 at 5:54 AM Honnappa Nagarahalli
<honnappa.nagarahalli@arm.com> wrote:
>
> Added notes about RCU defer queue APIs.
>
> Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@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.
  

Patch

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.