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 09C80A327F for ; Mon, 21 Oct 2019 21:20:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAD041BF23; Mon, 21 Oct 2019 21:20:15 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 7B8EB1BF24 for ; Mon, 21 Oct 2019 21:20:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571685612; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f/6mshd3sxdz7nT2rJTC+lG5ReLDIl8P1p5jLx/W+2I=; b=dFb4YD+51yji7mGQKMLaihGlJibz6BoRNDbj2o+XN4cmKKtNDsN2n6cuyhsh5G8ee8uaUA T8J8M1j7gK5zbhjwk7E9QXUl5kNa+S9j+rOkz6ROaebuR1h+Pz79MPwUdXxVmy9D4qsmfP p/ufla7jTRbjhH99RLDY67Ti6JlWmL8= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-354-mGG6-yqzMMWS21rdY18OxQ-1; Mon, 21 Oct 2019 15:20:07 -0400 Received: by mail-vk1-f197.google.com with SMTP id a130so6583652vke.0 for ; Mon, 21 Oct 2019 12:20:07 -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=f/6mshd3sxdz7nT2rJTC+lG5ReLDIl8P1p5jLx/W+2I=; b=lZAVpnAGvazKw89cS9PRCvYgEx6spV3HmaEatXk2HcRSbARTwEDAMdfza+JwE23+mR YR0AUON7prii4SZENCr3JwkG5I0vwgGAfe/COw+jSxfmp/UbHvQqTy4G3MVgxf1xVdf7 jFWwDqsaoZd9ayw71+Mrv+etQAwC5iDKhrEKHs2wK9lbFc5H2jmTTYTcG1LdO/YQZYYF 2zVMpAO8RMWLT2cn/hicwgNp5n+rk++EofHKX5SsZFv5EYsqY8c3g7jPsdpvmj4650/M EbDCZSn8lkxK86MkGTYg7pLZyFsdNsFnrvwudfwPLEzUycsdgwpOYMmtnvCOUrkTL+3i 5M9Q== X-Gm-Message-State: APjAAAW9ObblYjUkf1NP5mAbB/m7Up9Jy68iaVta9wp89g1C4KILZD3j Sx0finkc2zp4nSTjXQwRqvm9xFnCRJ61EmQm3x3GGID4N82kugd83eLDowRU+w7PE9xFv7JZdH1 or3BKWgq/xRwcNYr+YSntsPY= X-Received: by 2002:a05:6102:387:: with SMTP id m7mr14692761vsq.105.1571685607129; Mon, 21 Oct 2019 12:20:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqwAG3sP3FmUv0OoisEbpyBorsa10jCFb75m/MBlaVovN8CDd1kVi6wDJy0ZN4dQJ08iohJF4ZvJEehREQW/mhs= X-Received: by 2002:a05:6102:387:: with SMTP id m7mr14692746vsq.105.1571685606886; Mon, 21 Oct 2019 12:20:06 -0700 (PDT) MIME-Version: 1.0 References: <20191008211220.31586-1-honnappa.nagarahalli@arm.com> In-Reply-To: <20191008211220.31586-1-honnappa.nagarahalli@arm.com> From: David Marchand Date: Mon, 21 Oct 2019 21:19:55 +0200 Message-ID: To: Honnappa Nagarahalli Cc: "Ananyev, Konstantin" , dev , "Ruifeng Wang (Arm Technology China)" , dpdk stable , nd X-MC-Unique: mGG6-yqzMMWS21rdY18OxQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH 0/7] typo, doc, simple fixes and some optimizations X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, Oct 8, 2019 at 11:12 PM Honnappa Nagarahalli wrote: > > Few typo fixes, some corrections to the documentation and simple fixes to > the test cases. > > The last 2 commits contain simple optimizations with good amount of > performance improvements. Do you have numbers to illustrate? > > v2: > All instances of size_t fixed (Ruifeng) > > Honnappa Nagarahalli (7): > doc/rcu: fix typos > doc/rcu: correct the limitation on number of threads > doc/rcu: add information about storing token and resource > test/rcu: use size_t instead of int > test/rcu: use correct nomenclature while printing results > lib/rcu: add least acknowledged token optimization > lib/rcu: update QS only when there are updates from writer Series applied, thanks. -- David Marchand