[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110131.162542.229747542.davem@davemloft.net>
Date: Mon, 31 Jan 2011 16:25:42 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: netdev@...r.kernel.org
Subject: [PATCH 0/2] Consolidate ipv4 default route selection
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists