rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2 PATCH 0/2] enhance kfree_rcu() throughput
@ 2020-01-20 14:42 Uladzislau Rezki (Sony)
  2020-01-20 14:42 ` [v2 PATCH 1/2] rcu/tree: support kfree_bulk() interface in kfree_rcu() Uladzislau Rezki (Sony)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Uladzislau Rezki (Sony) @ 2020-01-20 14:42 UTC (permalink / raw)
  To: LKML, Paul E . McKenney, Joel Fernandes
  Cc: RCU, Uladzislau Rezki, Steven Rostedt, Oleksiy Avramchenko

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-22  1:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20 14:42 [v2 PATCH 0/2] enhance kfree_rcu() throughput Uladzislau Rezki (Sony)
2020-01-20 14:42 ` [v2 PATCH 1/2] rcu/tree: support kfree_bulk() interface in kfree_rcu() Uladzislau Rezki (Sony)
2020-01-20 14:42 ` [v2 PATCH 2/2] rcu/tree: add a trace invoke event of the kfree_bulk() Uladzislau Rezki (Sony)
2020-01-22  1:16 ` [v2 PATCH 0/2] enhance kfree_rcu() throughput Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).