From: Steven Whitehouse <swhiteho@redhat.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH 0/4] More work towards neigh-less dsts.
Date: Mon, 18 Jul 2011 10:11:28 +0100 [thread overview]
Message-ID: <1310980288.2691.2.camel@menhir> (raw)
In-Reply-To: <20110718.012453.560423538801097033.davem@davemloft.net>
Hi,
On Mon, 2011-07-18 at 01:24 -0700, David Miller wrote:
> This continues the effort to divorce neighbour from dst_entry as
> much as possible.
>
> When we remove the routing cache, route entries will be fully generic
> and not specific to any particular keyed destination. Therefore we'll
> need to lookup neigh entries dynamically, and quickly, at packet
> output time.
>
> To that end, this series:
>
> 1) Passes an explicit neighbour to packet out neigh_ops.
>
> 2) Abstracts all dst->neighbour behind helpers to ease the
> transition process.
>
> 3) Adds a new dst_ops entry, ->neigh_lookup(), to provide a transition
> scheme for dst->neighbour uses outside of the packet output path.
>
> The next set of patches after this one will deal with all of
> the dst_get_neighbour() code paths, converting them over to
> dst_neigh_lookup()/neigh_release() sequences.
>
> Then there will be a little bit of fiddling around in decnet since
> it's usage of dst->neighbour is still too tight in the packet output
> path.
>
I've not actually tested the decnet changes, but I've read through them
all and I think it looks good. Likewise the neigh simplification patch
set.
Acked-by: Steven Whitehouse <swhiteho@redhat.com>
Steve.
> Finally, we can kill dst->neighbour and do RCU neigh lookups in the
> packet output paths for all the protocols using the neighbour cache
> (ipv4, ipv6, decnet).
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2011-07-18 9:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-18 8:24 [PATCH 0/4] More work towards neigh-less dsts David Miller
2011-07-18 9:11 ` Steven Whitehouse [this message]
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=1310980288.2691.2.camel@menhir \
--to=swhiteho@redhat.com \
--cc=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