[spring] Mirja Kühlewind's Discuss on draft-ietf-spring-segment-routing-msdc-08: (with DISCUSS and COMMENT)

Mirja Kühlewind <ietf@kuehlewind.net> Thu, 11 January 2018 14:41 UTC

Return-Path: <ietf@kuehlewind.net>
X-Original-To: spring@ietf.org
Delivered-To: spring@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 5F19812EB84; Thu, 11 Jan 2018 06:41:20 -0800 (PST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: Mirja Kühlewind <ietf@kuehlewind.net>
To: The IESG <iesg@ietf.org>
Cc: draft-ietf-spring-segment-routing-msdc@ietf.org, aretana.ietf@gmail.com, spring-chairs@ietf.org, bruno.decraene@orange.com, spring@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.68.3
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <151568168038.29462.6836614119659892188.idtracker@ietfa.amsl.com>
Date: Thu, 11 Jan 2018 06:41:20 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/spring/Z6MuOWSLmo27bKLsSIoPB8yg5FY>
Subject: [spring] Mirja Kühlewind's Discuss on draft-ietf-spring-segment-routing-msdc-08: (with DISCUSS and COMMENT)
X-BeenThere: spring@ietf.org
X-Mailman-Version: 2.1.22
List-Id: "Stacked Tunnels for Source Routing \(STATUS\)." <spring.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/spring>, <mailto:spring-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/spring/>
List-Post: <mailto:spring@ietf.org>
List-Help: <mailto:spring-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/spring>, <mailto:spring-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Jan 2018 14:41:20 -0000

Mirja Kühlewind has entered the following ballot position for
draft-ietf-spring-segment-routing-msdc-08: Discuss

When responding, please keep the subject line intact and reply to all
email addresses included in the To and CC lines. (Feel free to cut this
introductory paragraph, however.)


Please refer to https://www.ietf.org/iesg/statement/discuss-criteria.html
for more information about IESG DISCUSS and COMMENT positions.


The document, along with other ballot positions, can be found here:
https://datatracker.ietf.org/doc/draft-ietf-spring-segment-routing-msdc/



----------------------------------------------------------------------
DISCUSS:
----------------------------------------------------------------------

Sorry for the late input, but based on the additional TSV review provided by
Martin Stiemerling (Thanks!), I got convenienced that I would like to discuss
the TCP related parts of this document further before publication (even though
this is "only" an informational doc). I agree with the TSV review that the
solution approaches discussed in 7.1 and 7.2 are slightly speculative and
should therefore probably not be published in an RFC without further
discussions in respective other groups of the IETF.

Per-packet/flowlet path switching (7.1) will have an impact on the TCP
machinery and should be further discussed in a tsv group before it would be
presented as a solution approach in an RFC.

Performance-aware routing (7.2) is actually a hard problem as congestion state
is changing very dynamically and an attempt to utilize this information on a
different time-scale than TCP does can lead to unwanted interfere and
interdependencies. We currently have a proposed research group (PANRG) for this
sort of problems, and this group would probably a better place for discussing
these problems and proposed solutions (instead of an RFC-to-be).

The easiest way to address my concerns is probably to removed TCP-related
paragraph from section 3 as well as remove section 7.1 and 7.2 entirely and
follow on those discussions in tsv area/tcpm and panrg instead.


----------------------------------------------------------------------
COMMENT:
----------------------------------------------------------------------

I have a question regarding this part in section 3:
"The absence of path visibility leaves transport protocols, such as
      TCP, with a "blackbox" view of the network.  Some TCP metrics,
      such as SRTT, MSS, CWND and few others could be inferred and
      cached based on past history, but those apply to destinations,
      regardless of the path that has been chosen to get there.  Thus,
      for instance, TCP is not capable of remembering "bad" paths, such
      as those that exhibited poor performance in the past.  This means
      that every new connection will be established obliviously (memory-
      less) with regards to the paths chosen before, or chosen by other
      nodes."
Is that actually a well-known problem? This is not fully clear to me. Because
given that usually all paths in a data center network have roughly the same
characteristics (at least regarding the cached values such as SRTT and MSS)
caching of TCP parameters should not be a problem in symmetric topologies like
Clos. Or do you have any specific corner cases in mind?