[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200120144226.27538-1-urezki@gmail.com>
Date: Mon, 20 Jan 2020 15:42:24 +0100
From: "Uladzislau Rezki (Sony)" <urezki@...il.com>
To: LKML <linux-kernel@...r.kernel.org>,
"Paul E . McKenney" <paulmck@...nel.org>,
Joel Fernandes <joel@...lfernandes.org>
Cc: RCU <rcu@...r.kernel.org>, Uladzislau Rezki <urezki@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
Oleksiy Avramchenko <oleksiy.avramchenko@...ymobile.com>
Subject: [v2 PATCH 0/2] enhance kfree_rcu() throughput
Here we go with V2 version of the "support kfree_bulk() interface in
kfree_rcu()" patchest. Apart of that there is one more, it just adds
a trace event for kfree_bulk() call.
Boths patches are based on "dev.2020.01.10a" branch of the linux-rcu.git
V1 -> V2:
- fix and support debugobjects;
- updated the commit message of [1]. Added test results
of CONFIG_SLAB / CONFIG_SLUB configurations together
with recent new parameter kfree_vary_obj_size=1;
- add more comments.
Rezki (Sony) (2):
[1] rcu/tree: support kfree_bulk() interface in kfree_rcu()
[2] rcu/tree: add a trace invoke event of the kfree_bulk()
include/trace/events/rcu.h | 28 +++++
kernel/rcu/tree.c | 207 ++++++++++++++++++++++++++++++-------
2 files changed, 200 insertions(+), 35 deletions(-)
--
2.20.1
Powered by blists - more mailing lists