From: V Anil Kumar <anil at csir4pi.in>
To: mptcp at lists.01.org
Subject: [MPTCP] Re: [multipathtcp] MPTCP implementation feedback for RFC6824bis
Date: Fri, 13 Dec 2019 11:22:50 +0530 [thread overview]
Message-ID: <f97420243acd.5df3748a@nic.in> (raw)
In-Reply-To: 49ED222B-9E71-4A8F-A280-2521ED650454@apple.com
[-- Attachment #1: Type: text/plain, Size: 6153 bytes --]
Hi Christoph,
Thanks for your reply. Please see inline.
On 12/12/19 12:52 AM, Christoph Paasch <cpaasch(a)apple.com> wrote:
>
>
>
>
>
> Hello,
>
>
>
>
> >
> > On Dec 10, 2019, at 12:04 PM, V Anil Kumar <anil(a)csir4pi.in> wrote:
> >
> >
> > Hi Alan,
> >
> >
> >
> > Please see inline.
> >
> > On 12/06/19 09:28 PM, Alan Ford <alan.ford(a)gmail.com> wrote:
> > >
> > >
> > >
> > >
> > >
> > > Hi all,
> > >
> > >
> > >
> > >
> > > Following on from the discussion of implementation feedback with Christoph, I propose the following edits to RFC6824bis - which is currently in AUTH48 - as clarifications.
> > >
> > >
> > >
> > >
> > > ADs, please can you confirm you consider these edits sufficiently editorial to fit into AUTH48.
> > >
> > >
> > >
> > >
> > > WG participants, please speak up if you have any concerns.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Edit 1, clarifying reliability of MP_CAPABLE
> > >
> > >
> > >
> > >
> > > Change the sentence reading:
> > >
> > >
> > >
> > >
> > > The SYN with MP_CAPABLE occupies the first octet of data sequence space, although this does not need to be acknowledged at the connection level until the first data is sent (see Section 3.3).
> > >
> > >
> > >
> > >
> > > To:
> > >
> > >
> > >
> > >
> > > The SYN with MP_CAPABLE occupies the first octet of data sequence space, and this MUST be acknowledged at the connection level at or before the time the first data is sent or received (see Section 3.3).
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Change the sentence reading:
> > >
> > >
> > >
> > >
> > > If B has data to send first, then the reliable delivery of the ACK + MP_CAPABLE can be inferred by the receipt of this data with an MPTCP Data Sequence Signal (DSS) option (Section 3.3).
> > >
> > >
> > >
> > >
> > > To:
> > >
> > >
> > >
> > >
> > > If B has data to send first, then the reliable delivery of the ACK + MP_CAPABLE is ensured by the receipt of this data with an MPTCP Data Sequence Signal (DSS) option (Section 3.3) containing a DATA_ACK for the MP_CAPABLE (which is the first octet of the data sequence space).
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > In my personal opinion either one of these edits would be sufficient for making the point, however clearly this has caused some confusion amongst the implementor community so making both these changes should make it absolutely clear as to the expected behaviour here.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Edit 2, mapping constraint
> > >
> > >
> > >
> > >
> > > Change the sentence reading:
> > >
> > >
> > >
> > >
> > > A Data Sequence Mapping does not need to be included in every MPTCP packet, as long as the subflow sequence space in that packet is covered by a mapping known at the receiver.
> > >
> > >
> > >
> > >
> > > To:
> > >
> > >
> > >
> > >
> > > A Data Sequence Mapping MUST appear on a TCP segment which is covered by the mapping. It does not need to be included in every MPTCP packet, as long as the subflow sequence space in that packet is covered by a mapping known at the receiver.
> > >
> > >
> > >
> > >
> > >
> > >
> >
> > As far as I understand, the proposed change introduces a “MUST” to insist that the map in a segment must cover at least some data in the segment. But the document does not talk anything about the rational behind it. I guess it is purely an
> >
> > ease of implementation?
> >
> >
>
>
> For two reasons:
>
> 1. Ease of implementation
> 2. If an implementation tries to "remember" early mappings, it is not clear how many of these an implementation can hold. Thus, the sender does not know how many early mappings he can send. So, it is hard for a sender to do the right thing.
>
>
> >
> >
> >
> > I think the design/format of the Data Sequence Mapping permits the map to stand independent of the data being carried in a segment. So, as long as an implementation is willing to deal with the complexity of storing and processing late and early mappings (with respect to the data arrival), it could be permitted provided that the received map is for an in-window data.
> >
> >
>
>
> What is the concrete use-case for such early mappings? What are the benefits of it? I think that if we want to enable such implementation-complexity, we need a compelling use-case with a big benefit.
>
>
>
>
Consider a case where a MPTCP connection consists of two subflows, and the data segments are scheduled for transmission in the order shown below below.
Subflow-1: segment-1 segment-3 segment-5 segment-6
bytes:1-100 bytes:201-300 bytes:401-500 bytes:501-600
no map map for 1-100 map for 401-600 no map
Subflow-2: segment-2 segment-4 segment-7 segment-8
bytes: 101-200 bytes:301-400 bytes: 601-700 bytes:701-800
map for 101-200 map for 301-400 map for 601-800 no map
In the above case, the map for data in segment-1 is included in segment-3. Further, segment-3 cannot combine/cover the data in segment-1 and segment-3 in a "single map", as the data sequence space is not continuous, i.e., some in between data (segment-2) is mapped and transmitted through subflow-2. Here, the map in segment-3 does not even partially cover the data it carries.
Both RFC 6824 and the 6824-bis do not restrict the above scenario, and I guess the change proposed now does not permit this to happen.
Best regards,
Anil
>
>
>
>
>
>
>
> That's the reason why we (the MPTCP-upstreaming community) vouch to have this case restricted.
>
>
>
> Cheers,
> Christoph
>
>
>
>
>
> >
> >
> >
> >
> >
> >
> > Anil
> >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Best regards,
> > >
> > > Alan
> > >
> > >
> > >
> > >
> >
> >
>
>
>
>
>
>
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 14314 bytes --]
next reply other threads:[~2019-12-13 5:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-13 5:52 V Anil Kumar [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-20 8:42 [MPTCP] Re: [multipathtcp] MPTCP implementation feedback for RFC6824bis Christoph Paasch
2019-12-18 5:07 V Anil Kumar
2019-12-15 17:05 Christoph Paasch
2019-12-15 14:20 V Anil Kumar
2019-12-15 11:05 Yoshifumi Nishida
2019-12-14 17:18 Joe Touch
2019-12-14 13:39 V Anil Kumar
2019-12-13 18:24 Christoph Paasch
2019-12-13 18:11 V Anil Kumar
2019-12-13 16:29 Christoph Paasch
2019-12-11 19:22 Christoph Paasch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f97420243acd.5df3748a@nic.in \
--to=unknown@example.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.