[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091113235210.GR19478@kvack.org>
Date: Fri, 13 Nov 2009 18:52:10 -0500
From: Benjamin LaHaise <bcrl@...et.ca>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: Octavian Purdila <opurdila@...acom.com>,
Eric Dumazet <eric.dumazet@...il.com>, netdev@...r.kernel.org
Subject: Re: [net-next-2.6 PATCH] net: fast consecutive name allocation
On Fri, Nov 13, 2009 at 03:39:24PM -0800, Stephen Hemminger wrote:
> Well TCP handles lots of connections, but a socket has different overhead
> than a network device. Why should 10Gbps need 10K PPPoE sessions?
> Even Vlan's are less overhead than PPP
PPP's overhead is acceptable. It makes managing networks a lot easier, since
the authentication done by PPP is able to look up any end user specific
information required (ie static ips and routes), while the access part of
the network is a fairly generic config that uses switchs and things like the
GVRP. Without that, the configuration of any aggregation switch becomes a
huge management nightmare.
If you don't want the overhead from this kind of scaling, stick it under a
config option, but please don't stop other people from pushing Linux into
new uses which have these scaling requirements.
-ben
--
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