[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120124.181547.254158756396281234.davem@davemloft.net>
Date: Tue, 24 Jan 2012 18:15:47 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: roland@...nel.org
CC: sean.hefty@...el.com, hal.rosenstock@...il.com,
linux-rdma@...r.kernel.org, netdev@...r.kernel.org
Subject: [PATCH 0/3] Initial conversions over to dst_neigh_lookup()
We'll be moving to a model wherein dst_entry route objects do not
have a precomputed neighbour entry attached to them, instead they
are looked up efficiently on an as-needed basis.
Most of the covnersions consist of simply using dst_neigh_lookup() to
find the neigh (using dst_entry and IPV4/IPV6 destination address as
the necessary arguments) and then explicitly releasing the neigh entry
once we are with it.
I intend to toss these into net-next, thanks.
--
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