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 6AB61A327F for ; Mon, 21 Oct 2019 21:20:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADFD01BF13; Mon, 21 Oct 2019 21:20:12 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 424B91BEB0 for ; Mon, 21 Oct 2019 21:20:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571685610; 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=HzzcKjO0ZZDbdFgguDTTzghJF8qJGJ0pJk7EqXtlo1F8lqMQSt+7EGq/WNkaYMsEEOSQYK hpkOBfbKUkDrlejhvExehV4oPIL40mvz45AZdQw39at0N1RVKvgXl/QsWXWVIN/ZQJNipY qtQ/tBkNwE9XQB1aRAb1WlnNVvz+qFw= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-281-KSRrZiWAMg-hmf8yPDuOaA-1; Mon, 21 Oct 2019 15:20:07 -0400 Received: by mail-vs1-f71.google.com with SMTP id p6so3224486vsq.9 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=sKjjmjNbGNZk1yu/NGg2jl1LsUDEVOzIoZws5yFe565hlRrRBmtBoOC+r0HkhSg7Te raG0VhRmW0okSiLJQMqIkKpYRrWtFwuU7zthstflgDTLdhzWmO62FpeQBsN6BJlVKVOU BcpDLFX/9T2hYSAVbC/3ZJI2Dx8x3pEWP3gRmSXG3l+zJcyM7cZinkacRzf3PgzG+Njq NYSCGm8RZ1guAarWGWfE+s1Rd4FsBfY/4L+nVKv8Val7AmcVIWPxMWtc3j5/3cyeCP4Q pl6nv6bAOBKJ8EhLF95LpOH2/LVvhfbCQG9BWLmQXUO8WtQSdXaPzTt4vteMo/W9J/PA lY8Q== X-Gm-Message-State: APjAAAUTJ95CmQfhi5PsjAqiEnJKTGUHAiev2vesyyhgUmasSgT9Ey84 aJ3ctXo2P4TN5KFVPEokJ6YP/ivZCNUtBnHLPYqdksYNDNzGSdxPB4tRMOqb3Ca8JvihTktKfnW 5QDglJEhNWK0t9psf3SM= X-Received: by 2002:a05:6102:387:: with SMTP id m7mr14692764vsq.105.1571685607133; 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: KSRrZiWAMg-hmf8yPDuOaA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH 0/7] typo, doc, simple fixes and some optimizations 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 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