netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RCU : various patches  [0/5]
@ 2004-08-07 19:15 Dipankar Sarma
  2004-08-07 19:17 ` RCU : clean up code [1/5] Dipankar Sarma
  2004-08-09  1:17 ` RCU : various patches [0/5] Rusty Russell
  0 siblings, 2 replies; 7+ messages in thread
From: Dipankar Sarma @ 2004-08-07 19:15 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Rusty Russell, Paul E. McKenney, linux-kernel, Robert Olsson,
	netdev

This is a series of patches that are currently in my tree. These apply
on 2.6.8-rc3-mm1 (on top the earlier 3 patches in -mm). Of these,
the first one is a cleanup to avoid percpu data address calculations
and also prepration for call_rcu_bh(). The call-rcu-bh patches
introduce a separate RCU mechanism for softirq handlers with
handler completion as another quiescent state and use it
in route cache. This avoids the dst cache overflow problems 
Robert Olsson was seeing during his router DoS testing.
All this work happened after a long private email discussion
some months ago involving Alexey, Robert, Dave Miller and some of us.
I am publishing the work so that people can test it. It would
be nice to give the entire stack a spin in -mm. 

The remaining two patches are from Paul that documents RCU apis
and hides smp_read_barrier_depends() using a simple macro -
rcu_dereference().

I have tested the call-rcu-bh stuff with pktgen and saw no
route cache overflows. The complete stack is also sanity tested.

Thanks
Dipankar

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

end of thread, other threads:[~2004-08-09  1:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-07 19:15 RCU : various patches [0/5] Dipankar Sarma
2004-08-07 19:17 ` RCU : clean up code [1/5] Dipankar Sarma
2004-08-07 19:18   ` RCU : Introduce call_rcu_bh() [2/5] Dipankar Sarma
2004-08-07 19:20     ` RCU : Use call_rcu_bh() in route cache [3/5] Dipankar Sarma
2004-08-07 19:21       ` RCU : Document RCU api [4/5] Dipankar Sarma
2004-08-07 19:24         ` RCU : Abstracted RCU dereferencing [5/5] Dipankar Sarma
2004-08-09  1:17 ` RCU : various patches [0/5] Rusty Russell

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).