All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dipankar Sarma <dipankar@in.ibm.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
	"Paul E. McKenney" <paulmck@us.ibm.com>,
	linux-kernel@vger.kernel.org,
	Robert Olsson <Robert.Olsson@data.slu.se>,
	netdev@oss.sgi.com
Subject: RCU : various patches  [0/5]
Date: Sun, 8 Aug 2004 00:45:37 +0530	[thread overview]
Message-ID: <20040807191536.GA3936@in.ibm.com> (raw)

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

             reply	other threads:[~2004-08-06 19:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-07 19:15 Dipankar Sarma [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040807191536.GA3936@in.ibm.com \
    --to=dipankar@in.ibm.com \
    --cc=Robert.Olsson@data.slu.se \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    --cc=paulmck@us.ibm.com \
    --cc=rusty@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.