netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Consolidate ipv4 default route selection
@ 2011-02-01  0:25 David Miller
  0 siblings, 0 replies; only message in thread
From: David Miller @ 2011-02-01  0:25 UTC (permalink / raw)
  To: netdev


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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-01  0:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01  0:25 [PATCH 0/2] Consolidate ipv4 default route selection David Miller

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