netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: netdev@vger.kernel.org
Subject: [PATCH 0/2] Consolidate ipv4 default route selection
Date: Mon, 31 Jan 2011 16:25:42 -0800 (PST)	[thread overview]
Message-ID: <20110131.162542.229747542.davem@davemloft.net> (raw)


We've had two copies of this code for ages, and it has always driven
me crazy when I've seen these things.

With some minor changes, we can have one generic copy which is also
much more efficient than what we have right now.

Part of what makes this so easy to do right now is all of the RCU work
Eric has done in the FIB layers.  Since all of the datastructures are
RCU protected, and fib_select_default() already runs in an RCU read
side protected area, there is no special locking needed.

                 reply	other threads:[~2011-02-01  0:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20110131.162542.229747542.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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 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).