From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47034A0093; Mon, 18 May 2020 17:54:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F2E911D454; Mon, 18 May 2020 17:54:03 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id F37661D37F for ; Mon, 18 May 2020 17:54:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589817242; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=r29c8OgXOf+bk3I3PJpjWDLPzTs88jpGptKaeh676G8=; b=MpnI+CUatb5mfC6Mx49VS8iZsy3Vv9njvYbGlcl08WzxM3fHp9Eqp5A+kbk7oCfYhs5uMP F6CWWHMsDdWgGQdQErrlHPs7m8ibTJRHkRi2WCm73eyqJpF2yxY9rIeEqmENTN3Ig5BSuD SMmnlTUrDOMDrose2eVjEswsLcGhtcQ= Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-17-Pbsmk0OCMcaU0qpM3ICvOg-1; Mon, 18 May 2020 11:54:00 -0400 X-MC-Unique: Pbsmk0OCMcaU0qpM3ICvOg-1 Received: by mail-il1-f199.google.com with SMTP id m17so5639266ilq.20 for ; Mon, 18 May 2020 08:54:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=r29c8OgXOf+bk3I3PJpjWDLPzTs88jpGptKaeh676G8=; b=WnHHKW1dtJN4o6jwsi1+YgCbYrX5xsIyrVGKIHK4Bj1MFrOslJHq8wMsYZIqgSzJdq CXaWhQRQN6kYnf55WtyodIe4IXBMH2PdaTciBiObOKKlu2udVoRkIRcBbJ1ERBdQCkR8 F0ERwjbddBFlmXdg3w1NPAOV/FlhteZogmSAcNPVXZ3apbo0YKuGtg0dUv4DmX747x5c T0kE1ck3Yhr5cOnQeRNHcI2N92fcK63IfMSePuWsCRPu778SJ6fk3dkBZ+Xvt3hmXnDh +p5zAH4zZGezSiwMca1PLRNirfrNz8dPzbB5xfOYouf1hYSU2SHbpo/n6vGX6dMtDiG5 IF6Q== X-Gm-Message-State: AOAM5307NckzhQFWd5C9EMIPqx11TzUTjYAvAQ46a8TNid9rAcZwRIzs oEDPS411FrKoDgqFEIWEvWXrtDZ5SItOviCUD0riHkLLnIs0R8k8vY1xVb7GxnBQoj8unn1BKFy cH/1RGCZr/HpQVWu8IuM= X-Received: by 2002:a92:ba14:: with SMTP id o20mr17352121ili.23.1589817240115; Mon, 18 May 2020 08:54:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyvARAeNwaTmdUf9LZhd3hv7BNF+vb4u5w0376TTsy5xGv+mIF00WQKfoiNoRpMgQFOxkZRnYOOSyvyUzuc02E= X-Received: by 2002:a92:ba14:: with SMTP id o20mr17352111ili.23.1589817239907; Mon, 18 May 2020 08:53:59 -0700 (PDT) MIME-Version: 1.0 References: <20200506035415.29095-1-honnappa.nagarahalli@arm.com> In-Reply-To: <20200506035415.29095-1-honnappa.nagarahalli@arm.com> From: David Marchand Date: Mon, 18 May 2020 17:53:48 +0200 Message-ID: To: Honnappa Nagarahalli Cc: dev , Thomas Monjalon X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: add rcu defer queue API info X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, May 6, 2020 at 5:54 AM Honnappa Nagarahalli wrote: > > Added notes about RCU defer queue APIs. > > Signed-off-by: Honnappa Nagarahalli > --- > 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