[DMM] Warren Kumari's No Objection on draft-ietf-dmm-mag-multihoming-04: (with COMMENT)

Warren Kumari <warren@kumari.net> Thu, 17 August 2017 01:52 UTC

Return-Path: <warren@kumari.net>
X-Original-To: dmm@ietf.org
Delivered-To: dmm@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 72C8A13240C; Wed, 16 Aug 2017 18:52:41 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Warren Kumari <warren@kumari.net>
To: The IESG <iesg@ietf.org>
Cc: draft-ietf-dmm-mag-multihoming@ietf.org, Jouni Korhonen <jouni.nospam@gmail.com>, dmm-chairs@ietf.org, jouni.nospam@gmail.com, dmm@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.58.0
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <150293476142.12406.17685050843215071001.idtracker@ietfa.amsl.com>
Date: Wed, 16 Aug 2017 18:52:41 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/dmm/8H1zPP8KYT2wtzIwCQO7rYv9X5I>
Subject: [DMM] Warren Kumari's No Objection on draft-ietf-dmm-mag-multihoming-04: (with COMMENT)
X-BeenThere: dmm@ietf.org
X-Mailman-Version: 2.1.22
List-Id: Distributed Mobility Management Working Group <dmm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dmm>, <mailto:dmm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dmm/>
List-Post: <mailto:dmm@ietf.org>
List-Help: <mailto:dmm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dmm>, <mailto:dmm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 17 Aug 2017 01:52:41 -0000

Warren Kumari has entered the following ballot position for
draft-ietf-dmm-mag-multihoming-04: No Objection

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-dmm-mag-multihoming/



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

Sri Gundavelli's proposal text in
https://mailarchive.ietf.org/arch/msg/dmm/hh4xrA5vOkC3NuH3l-e3zH9-aM8 addresses
my concern.

Thanks Sri,
W

--------------

Old discuss position for posterity:
"Section 3.2.  Traffic distribution schemes
"Per-packet management: the LMA and the MAG distribute packets, belonging to a
same IP flow, over more than one bindings (i.e. more than one WAN interface)."
This immediately made my out-of-order-packets antenna pop up, so I read the
section looking for mitigations. The very next sentence reads: "Packet
distribution can be done either at the transport level, e.g. using MPTCP or at
When operating at the IP packet level, different packets distribution
algorithms are possible. " -- the fact that this sentence is a: malformed and
b: hand-wavy did nothing to allay my concerns, so I read further: "The
distribution algorithm is left to implementer but whatever the algorithm is,
packets distribution likely introduces packet latency and out-of-order
delivery.  LMA and MAG shall thus be able to make reordering before packets
delivery." - I agree with the first sentence (although it is poorly worded),
but the second sentence doesn't follow from the first; "shall thus be able to"
implies that the prior text somehow provides a solution, not points out a
problem (the sentence is also malformed)-- I think you mean something like "The
LMA and MAG thus need to be able reorder packets to their original order before
delivery."

This then continues with "Sequence number can be can be used for that purpose,
for example using GRE with sequence number option [RFC5845]." - I think that
the actual reference should be RFC2890, but regardless of this, I don't think
that what you are proposing works - "The Sequence Number field is used to
maintain sequence of packets **within** the GRE Tunnel." (from RFC2890,
emphasis added). This means that sequence numbers are local to the tunnel, and
(as I understand it) your solution involves diverse tunnels. Further, Section
2.2. Sequence Number says: "The receiver may perform a small amount of
buffering in an attempt to recover the original sequence of transmitted
packets. In this case, the packet may be placed in a buffer sorted by sequence
number." - if you are proposing using a single sequence number space for
multiple tunnels, you will end up with sequence number space gabs, and lots of
buffering, etc. The section ends with: "However, more detailed considerations
on reordering  and IP packet distribution scheme (e.g. definition of packets
distribution algorithm) are out the scope of this document." - I think that,
unless the prior paragraph is significantly reworked, it should not try and
suggest any mitigations.

The whole idea of striping packets of a flow across (notably) different
transports seems like a really bad idea to me -- is it actually needed?"