[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131108042827.GB14577@gondor.apana.org.au>
Date: Fri, 8 Nov 2013 12:28:27 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: David Miller <davem@...emloft.net>, bhutchings@...arflare.com,
christoph.paasch@...ouvain.be, netdev@...r.kernel.org,
hkchu@...gle.com, mwdalton@...gle.com
Subject: Re: [PATCH v4 net-next] net: introduce dev_set_forwarding()
On Thu, Nov 07, 2013 at 08:24:43PM -0800, Eric Dumazet wrote:
> On Fri, 2013-11-08 at 12:10 +0800, Herbert Xu wrote:
>
> > Well you still don't seem to be getting this: If you need it for
> > the host then you will need it even more for virt because the
> > network stack there is much longer.
> >
> > So having it only available to the host without also giving it
> > to virt makes *zero* sense.
>
> I am fine with this, but how can we know the packet is going to be
> delivered to virt instead of forwarded to ethernet ?
That's the crux of our disagreement :)
My preference is that if we can make it work at least as good
as before (if not better) in the forwarding case then we won't
need to care.
And so far I haven't seen any convincing argument why this cannot
be fixed in the forwarding case.
> Do we want the equivalent of 'IP early demux', done at GRO layer ? ;)
Won't help because the virt guest may end up forwarding the packet
anyway and you can't rely on it telling you that.
Cheers,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
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