Re: [tcpm] [tsvwg] sce vs l4s comparison plots?

Dave Taht <dave@taht.net> Mon, 11 November 2019 18:25 UTC

Return-Path: <dave@taht.net>
X-Original-To: tcpm@ietfa.amsl.com
Delivered-To: tcpm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1FAE112013D; Mon, 11 Nov 2019 10:25:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0INBEzAdO1m0; Mon, 11 Nov 2019 10:25:26 -0800 (PST)
Received: from mail.taht.net (mail.taht.net [176.58.107.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02CF712008F; Mon, 11 Nov 2019 10:25:26 -0800 (PST)
Received: from dancer.taht.net (unknown [IPv6:2603:3024:1536:86f0:eea8:6bff:fefe:9a2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.taht.net (Postfix) with ESMTPSA id 7763321B1C; Mon, 11 Nov 2019 18:25:21 +0000 (UTC)
From: Dave Taht <dave@taht.net>
To: "alex.burr@ealdwulf.org.uk" <alex.burr@ealdwulf.org.uk>
Cc: Tom Henderson <tomh@tomh.org>, tcpm@ietf.org, tsvwg IETF list <tsvwg@ietf.org>
References: <742142FB-6233-4048-931B-EE2DD9024454@gmx.de> <87mud4ejl9.fsf@taht.net> <4b67d594-e4fc-92d8-fcdc-8384fcb7286b@tomh.org> <87a7931d1k.fsf@taht.net> <1369738724.1583995.1573472465758@mail.yahoo.com>
Date: Mon, 11 Nov 2019 10:25:08 -0800
In-Reply-To: <1369738724.1583995.1573472465758@mail.yahoo.com> (alex's message of "Mon, 11 Nov 2019 11:41:05 +0000 (UTC)")
Message-ID: <87k186z2wr.fsf@taht.net>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
Archived-At: <https://mailarchive.ietf.org/arch/msg/tcpm/i1aztjykozZTnxOsUuVGsx6LLEE>
Subject: Re: [tcpm] [tsvwg] sce vs l4s comparison plots?
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tcpm/>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 11 Nov 2019 18:25:28 -0000

"alex.burr@ealdwulf.org.uk" <alex.burr@ealdwulf.org.uk> writes:

> (see below)
>
> On Monday, November 11, 2019, 12:19:26 AM GMT, Dave Taht
> <dave@taht.net> wrote: 
>
> Cool. If only the dsl and cable worlds had adopted this! it allows for
> much smarter handling of packet delivery higher in the stack at the
> cost
> of one interrupt's worth of standing queue. Without BQL we wouldn't be
> scaling linux past 10GigE today.
>
> I keep hoping *switches* will start doing bql, also.
>
> [AB] at the CO end (ie downstream) my understanding (which may be out
> of date) 
> is that DSL ICs usually punt queuing to a switch IC. There's a
> standard (G999.1) which exists
> solely to enable this (it provides per-subscriber backpressure over
> ethernet). So, switches doing
> BQL is exactly what would be required for dsl to do BQL (in the
> downstream direction).

Given that a lot of stuff has moved to a purer software solution,
slicing, sdn, etc, including switching, I can imagine this would
move more into software, also - if folk were still producing new
dsl gear.

One thing that has always been unclear to me is where
dsl subscriber software rate limits are enforced. 

>
> (Given BQL is a workaround, switches would want to implement a direct
> solution if they do anything).

I'd hope so!

>
> Alex