From patchwork Sun Sep 8 22:49:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Honnappa Nagarahalli X-Patchwork-Id: 173347 Delivered-To: patch@linaro.org Received: by 2002:a05:6e02:ce:0:0:0:0 with SMTP id r14csp3621850ilq; Sun, 8 Sep 2019 15:50:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqzZIqaTzwZWHIkWudBxhHOy1IYz0xeAocmWOYkkZcuxtU9aGxbMRj3RR8kuQQzBW3d54zK+ X-Received: by 2002:a5d:678d:: with SMTP id v13mr16049988wru.133.1567983022968; Sun, 08 Sep 2019 15:50:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567983022; cv=none; d=google.com; s=arc-20160816; b=BxfLWvhaGE1gSzr9Skk8YlSQvns/5UFrfrP2514ZUjfJl9k1x/mpdDlpMuBBjO+T/D 1ktqwCZ1YIOKmuAJO04WElil3SqPP9pgqW8tMi8yTtQLHvEDwP6j7OfzBhrYjRctL0rc 7MXio9O1BID3i1Sj8QJyPWh1JO8VnIHQ199cb9KCznSfWhHnpUalZ3Bz9U6fqFrj/B48 mxDd0CVWx5yUATsgJNQ09A/vfJCnp/BQ8Ifb41AKyMcrhaUPyrsPmXc/WbgdJBjaP9dZ 2NXyKwdRTRg0nr8lfZsMul09pKuqSq9Qv4GWwUijuXTvWRzwp5RvTX7bdWSOeHI73s+k NUaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:message-id:date:cc:to :from; bh=jxyCStQMK/dfeZpmeDDXDFkQHt6IXy+pL9Lc051LreY=; b=ix4lso7h4TWeZUnZbD8raWJpGOG/GYyUpPb0v9JbfY2Qa69zPz6La7t/mSENYLglNP F2qfC5ehwt4xMGorZzse/aaf4WaF+0h2bG3M/itX+OghU11EAfL011iwTO9O1Rzl0yBV ZSJJU8T17JZO8TN/xlQfAq7A85lf1PK/vwd2aJIzonShp37OXzmazzBXsZZwY/qKan/J OTsRCyUp6rxM6rcV7gDgoyZTnpOGMUzXViYx9yZVo4htalrT8VfoTDEaSNNn1Pvf6zO6 mrQI4eIY6mATnvuP8wAkd0j8GL8BYXxOQR4R0nYXjFpmNty+QjCdoITWFDoEYeGs0Xm9 BQ3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id h1si11208322wre.176.2019.09.08.15.50.22; Sun, 08 Sep 2019 15:50:22 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B4581E9C4; Mon, 9 Sep 2019 00:50:21 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 092CA1E9C3 for ; Mon, 9 Sep 2019 00:50:18 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CB2CE337; Sun, 8 Sep 2019 15:50:17 -0700 (PDT) Received: from qc2400f-1.austin.arm.com (qc2400f-1.austin.arm.com [10.118.12.34]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BBB203F67D; Sun, 8 Sep 2019 15:50:17 -0700 (PDT) From: Honnappa Nagarahalli To: honnappa.nagarahalli@arm.com, konstantin.ananyev@intel.com Cc: dev@dpdk.org Date: Sun, 8 Sep 2019 17:49:42 -0500 Message-Id: <20190908224949.34851-1-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [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" 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. 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 app/test/test_rcu_qsbr_perf.c | 24 ++++++++------- doc/guides/prog_guide/rcu_lib.rst | 36 ++++++++++++---------- lib/librte_rcu/rte_rcu_qsbr.c | 4 +++ lib/librte_rcu/rte_rcu_qsbr.h | 50 +++++++++++++++++++++++++++++-- 4 files changed, 85 insertions(+), 29 deletions(-) -- 2.17.1