public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] reduce latency of normal synchronize_rcu() v2
@ 2023-10-30 13:12 Uladzislau Rezki (Sony)
  2023-10-30 13:12 ` [PATCH v2 1/3] rcu: Reduce synchronize_rcu() latency Uladzislau Rezki (Sony)
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Uladzislau Rezki (Sony) @ 2023-10-30 13:12 UTC (permalink / raw)
  To: Paul E . McKenney
  Cc: RCU, Neeraj upadhyay, Boqun Feng, Hillf Danton, Joel Fernandes,
	LKML, Uladzislau Rezki, Oleksiy Avramchenko, Frederic Weisbecker

v1 is here https://lore.kernel.org/lkml/20231025140915.590390-1-urezki@gmail.com/T/

The delta v1 -> v2:
- rework a commit message;
- use non-ordered __llist* API for a wait list manipulation.

The aim of this series is to reduce a latency, make synchronize_rcu()
more generic, unify it. Because currently a behavior depends much on
RCU kconfig combinations, like, CONFIG_RCU_NOCB_CPU, CONFIG_RCU_LAZY.
For example we have a soft-irq/ksoftirqd context or a regular kthread. 

Uladzislau Rezki (Sony) (3):
  rcu: Reduce synchronize_rcu() latency
  rcu: Add a trace event for synchronize_rcu_normal()
  doc: Add rcutree.rcu_normal_wake_from_gp to kernel-parameters.txt

 .../admin-guide/kernel-parameters.txt         |  14 ++
 include/trace/events/rcu.h                    |  27 +++
 kernel/rcu/tree.c                             | 156 +++++++++++++++++-
 kernel/rcu/tree_exp.h                         |   2 +-
 4 files changed, 197 insertions(+), 2 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2023-11-09 12:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30 13:12 [PATCH v2 0/3] reduce latency of normal synchronize_rcu() v2 Uladzislau Rezki (Sony)
2023-10-30 13:12 ` [PATCH v2 1/3] rcu: Reduce synchronize_rcu() latency Uladzislau Rezki (Sony)
2023-11-02  4:35   ` Paul E. McKenney
2023-11-06 12:04     ` Uladzislau Rezki
2023-11-07  5:32       ` Paul E. McKenney
2023-11-07 14:21         ` Uladzislau Rezki
2023-11-07 16:49           ` Paul E. McKenney
2023-11-08 10:56             ` Uladzislau Rezki
2023-11-08 15:24               ` Paul E. McKenney
2023-11-09 11:36   ` Z qiang
2023-11-09 12:34     ` Uladzislau Rezki
2023-10-30 13:12 ` [PATCH v2 2/3] rcu: Add a trace event for synchronize_rcu_normal() Uladzislau Rezki (Sony)
2023-11-02  4:36   ` Paul E. McKenney
2023-10-30 13:12 ` [PATCH v2 3/3] doc: Add rcutree.rcu_normal_wake_from_gp to kernel-parameters.txt Uladzislau Rezki (Sony)
2023-11-02  4:37   ` 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