[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120613163108.GE2361@kvack.org>
Date: Wed, 13 Jun 2012 12:31:08 -0400
From: Benjamin LaHaise <bcrl@...ck.org>
To: David Woodhouse <dwmw2@...radead.org>
Cc: Nathan Williams <nathan@...verse.com.au>,
Karl Hiramoto <karl@...amoto.org>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
Paul Mackerras <paulus@...ba.org>,
John Crispin <blogic@...nwrt.org>
Subject: Re: PPPoE performance regression
On Wed, Jun 13, 2012 at 05:11:34PM +0100, David Woodhouse wrote:
> On Wed, 2012-06-13 at 11:55 -0400, Benjamin LaHaise wrote:
> > Does this actually work? Could the skb not end up sitting on the
> > receive queue of a user socket indefinitely, deferring all further
> > transmits? From an ISP point of view,
>
> I haven't tried it; only compiled it. Certainly, the similar approach in
> PPPoATM in commit 9d02daf7 *does* work for limiting the bufferbloat and
> keeping the queues under control. And it'll let me do BQL for PPPoA.
>
> I'm looking at this from the client side, not the ISP side. And in that
> case the local interface *is* the bottleneck. When it's a PPPoE over
> br2684 interface and it's full, we should stop the PPP netdev from
> spewing packets at it, rather than just dropping them.
I would contend that PPPoE over br2684 is not the common case. The vast
majority of users in client mode are going to be using PPPoE over an
ethernet link to a DSL modem (or cable or wireless radios even). Just look
at what DSL modems are available for users in computer stores / what ISPs
actually ship to their users. Real ATM exposing devices are rare.
> On the ISP side if the skb ends up sitting on a receive queue of a user
> socket, and nothing is servicing that socket, surely the transmits on
> this channel weren't happening anyway?
True, but it's a design issue we've had to contend with elsewhere in the
various tunnelling protocols.
Don't get me wrong: I am very much in favour of intelligent queue
management, but this approach simply does not work for the vast majority
of PPPoE users, while it adds overhead that will negatively impact access
concentrators. If you can somehow restrict the overhead to only impacting
your use-case, that would be an improvement.
-ben
--
"Thought is the essence of where you are now."
--
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