Re: [Detnet] questions about draft-eckert-detnet-mpls-tc-tcqf

Toerless Eckert <tte@cs.fau.de> Thu, 11 November 2021 16:24 UTC

Return-Path: <eckert@i4.informatik.uni-erlangen.de>
X-Original-To: detnet@ietfa.amsl.com
Delivered-To: detnet@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 17D373A0BD6; Thu, 11 Nov 2021 08:24:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.869
X-Spam-Level:
X-Spam-Status: No, score=-0.869 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_NEUTRAL=0.779, URIBL_BLOCKED=0.001] autolearn=no 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 uBzTXXQB8eWS; Thu, 11 Nov 2021 08:24:42 -0800 (PST)
Received: from faui40.informatik.uni-erlangen.de (faui40.informatik.uni-erlangen.de [IPv6:2001:638:a000:4134::ffff:40]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B6E593A0BA9; Thu, 11 Nov 2021 08:24:42 -0800 (PST)
Received: from faui48e.informatik.uni-erlangen.de (faui48e.informatik.uni-erlangen.de [IPv6:2001:638:a000:4134::ffff:51]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by faui40.informatik.uni-erlangen.de (Postfix) with ESMTPS id 3DA6E548073; Thu, 11 Nov 2021 17:24:36 +0100 (CET)
Received: by faui48e.informatik.uni-erlangen.de (Postfix, from userid 10463) id 2C2C84E9D69; Thu, 11 Nov 2021 17:24:36 +0100 (CET)
Date: Thu, 11 Nov 2021 17:24:36 +0100
From: Toerless Eckert <tte@cs.fau.de>
To: peng.shaofu@zte.com.cn
Cc: draft-eckert-detnet-mpls-tc-tcqf@ietf.org, detnet@ietf.org
Message-ID: <YY1DxML3rLfxj8M5@faui48e.informatik.uni-erlangen.de>
References: <202111111500108747580@zte.com.cn>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <202111111500108747580@zte.com.cn>
Archived-At: <https://mailarchive.ietf.org/arch/msg/detnet/b65zsbj2YEWPwDiQGLbthb9eok8>
Subject: Re: [Detnet] questions about  draft-eckert-detnet-mpls-tc-tcqf
X-BeenThere: detnet@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Discussions on Deterministic Networking BoF and Proposed WG <detnet.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/detnet>, <mailto:detnet-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/detnet/>
List-Post: <mailto:detnet@ietf.org>
List-Help: <mailto:detnet-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/detnet>, <mailto:detnet-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Nov 2021 16:24:47 -0000

Hi Shaofu,

Thanks for asking, and sorry for the answer to being so long, but i did
ponder about those questions quite a bit already.

On Thu, Nov 11, 2021 at 03:00:10PM +0800, peng.shaofu@zte.com.cn wrote:
> Hi authors,
> 
> Thanks for the effort to introduce TSN CQF to IP network, especially, a large scale WAN.

Thanks. Hope the answers  below will be satisfactory to support the draft.

> I have seen examples of single T-CQF flow competed with best-effor backgroup flows, that is OK. However, the competetion between multiple T-CQF flows may be more interesting.

> One may say that there is a central controller to plan and arrange T-CQF flows, and never permit more T-CQF flows match the same local cycle-id at the intermediate node then to avoid congestion. I think that may be possible for a small network, but may be challange for large scale WAN.

For use with DetNet, and as the really as the initial production deployment
goal, this is exactly how it would work. And this is exactly how CQF in TSN
is also used, so there is nothing new in principle.

Wrt to scalability, i think there are well known options from TSN and new
ones from wide-area/high-speed networking:

- you need to admit for every flow a maximum number of bits into a cycle.
  Important business cases like telemtry (traffic management in cities)
  or financial stock ticker (market data telemetry ;-) have small packets.
  This allows more flows.
- Typical TSN networks use 1 Gbps links. Typical Service Provider Networks
  will use 1 Tbps in a few years. That is a factor 1000 number of bits/cycle
  and therefore number of flows.
- The cycle time can be configured larger or smaller. The larger, the more bits
  will fit. The larger the physical propagation latency of paths is, the larger
  you may be willing to make cycle time.
- The admission controller may not admit every flow into every cycle, but
  manage bandwidth in terms of a sequence of cycles. This is also done
  by TSN controllers. This can increase the number of bursty flows that can
  be admitted sinificantly.

> Can you help me to understand how does T-CQF solve the congestion ?  For example, an intermediate node with multiple incoming ports may receive T-CQF packets from many sources, and  these packets are put into the same cycle-id related queue. Can they be guaranteed to be sent together in the next cycle?  Appreciate for additional description of that in the document.

Explanations like those bove do IMHO not belong into a normative forwarding
spec, which draft-eckert-detnet-mpls-tc-tcqf intends to be. Instead
they belong into an informatinal "architecture" document. 

As i think i said during our IETF112 WG meeting: If the working group
adopts draft-eckert-detnet-mpls-tc-tcqf, and is interested to see
all the collateral controller-plane aspects be document (such as
the explanations above), then i would be happy to see that we
adopt such an architecture document. For example, our two pre-existing
draft could be good starting points:

draft-dang-queuing-with-multiple-cyclic-buffers [1]
draft-qiang-detnet-large-scale-detnet [2]

When we wrote [1], we ONLY targeted it for DetNet, and did not ever consider
a case where we would have congestion, because we thought that would not
be in scope of DetNet.

When we where then sent around various WGs,  the colleagues who wrote [2]
actually did consider use within and outside of DetNet, aka: congestion
could be an option. The text does not say much about it though.

After my talk with Balazs yesterday, i conclde that even when we have
congestion, T-CQF would still be a DetNet solution, because it will
still guarantee a bounded latency. So this is i think an exciting
opportunity to add to the TCQF architectural document with text like the
following:

| When you use TCQF without an admission controller, congestion may happen
| and cycles may be overrun with traffic, and packets that will not fit a 
| cycle have to be dropped. The packets that do not get dropped will get
| forwarded with a guaraneed bounded latency though, so this
| type of operation is still a DetNet application. For example,
| such a deployment could exclusively use TCP traffic and achieve
| bounded latency for those TCP flows. Because theree is no further
| distinction of packets, a deployment needs to have all packets
| be either admission controlled or all be congestion controlled.

I consider this congestion controlled deployment with bounded latency 
a great area of research for congestion control researcher, but i
don't think that we have a well understood operational model yet.
So i might actually want to present about that option to e.g.: ICCRG,
we might even get some of those researcher then become interested in
DetNet!

Cheers
    Toerless