Re: [tcpm] More motivating scenarios for tcpm-ack-pull

"Carles Gomez Montenegro" <carlesgo@entel.upc.edu> Sat, 07 December 2019 11:30 UTC

Return-Path: <carlesgo@entel.upc.edu>
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 4353B1201A3 for <tcpm@ietfa.amsl.com>; Sat, 7 Dec 2019 03:30:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.699
X-Spam-Level:
X-Spam-Status: No, score=-3.699 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, PDS_BTC_ID=0.499, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=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 NqPOUNwlEunH for <tcpm@ietfa.amsl.com>; Sat, 7 Dec 2019 03:30:47 -0800 (PST)
Received: from dash.upc.es (dash.upc.es [147.83.2.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76F081200F1 for <tcpm@ietf.org>; Sat, 7 Dec 2019 03:30:47 -0800 (PST)
Received: from entelserver.upc.edu (entelserver.upc.es [147.83.39.4]) by dash.upc.es (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id xB7BUd0L010763; Sat, 7 Dec 2019 12:30:40 +0100
Received: from webmail.entel.upc.edu (webmail.entel.upc.edu [147.83.39.6]) by entelserver.upc.edu (Postfix) with ESMTP id A41B91D53C1; Sat, 7 Dec 2019 12:30:38 +0100 (CET)
Received: from 83.37.3.185 by webmail.entel.upc.edu with HTTP; Sat, 7 Dec 2019 12:30:39 +0100
Message-ID: <ef6c55535a860b37056cd014ad178416.squirrel@webmail.entel.upc.edu>
In-Reply-To: <3f4d3d94-24a8-4ed8-a752-ae5242907d43@gmx.at>
References: <3326ed99-b077-592b-7913-aeb2286912c4@bobbriscoe.net> <13486113479ebcb344247daedda10467.squirrel@webmail.entel.upc.edu> <CAEeTejJC4KLbjLNWmVxPXwDtrC=rjrcOsVnwjEym2uEhJZq7cw@mail.gmail.com> <3f4d3d94-24a8-4ed8-a752-ae5242907d43@gmx.at>
Date: Sat, 07 Dec 2019 12:30:39 +0100
From: Carles Gomez Montenegro <carlesgo@entel.upc.edu>
To: "Scheffenegger, Richard" <rs.ietf@gmx.at>
Cc: Jon Crowcroft <jon.crowcroft@cl.cam.ac.uk>, tcpm IETF list <tcpm@ietf.org>
User-Agent: SquirrelMail/1.4.21-1.fc14
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
X-Virus-Scanned: clamav-milter 0.100.3 at dash
X-Virus-Status: Clean
X-Greylist: ACL matched, not delayed by milter-greylist-4.3.9 (dash.upc.es [147.83.2.50]); Sat, 07 Dec 2019 12:30:40 +0100 (CET)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tcpm/xXyG__rvCdgr9Yl4BjujFjFhOgQ>
Subject: Re: [tcpm] More motivating scenarios for tcpm-ack-pull
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: Sat, 07 Dec 2019 11:30:50 -0000

Hi Richard,

Thanks a lot for your message!

It is very interesting to witness how the patch you mention offers a way
to trigger immediate ACKs, and the related context and benefits.

Perhaps a combination or (re)use of existing TCP header fields (e.g.
CWR/PSH as per your suggestion below, or the Urgent pointer as suggested
earlier by Bob) could be a way to enable triggering immediate ACKs.

A concern with these techniques is that they are limited to some extent.
For example, some applications produce small segments with the PSH flag
set and benefit from Delayed ACKs (e.g. to piggyback ACKs and replies). In
those cases, even regardless of the CWR flag, triggering immediate ACKs
will avoid achieving performance benefits of Delayed ACKs.

In contrast, a dedicated resource (e.g. a TCP header reserved bit, as we
propose in the draft) will not suffer such limitations. However, that
resource needs to be allocated.

Summarizing, there may be two approaches to enable ACK Pull:

1.- Overloading semantics of existing TCP header fields.
2.- Dedicating a resource.

Then the question is, considering pros and cons of both approaches: which
one do we prefer?

It would be great to hear the WG feedback on the above question!

Thanks,

Carles




> Carles,
>
> I just found, that as a performance improvement measure, linux has
> recently added a patch to trigger immediate ACKs when a packet with CWR
> is received...
>
> While the underlying issue was found in the dctcp context, the patch
> appears to be against the generic rfc3168 ECN handling code.
>
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fd2123a3d7527d4c7092633d55e877c0cc1d84a3
>
> While that performance improvement has obvious benefits, RFC3168 is
> silent on this particular issue.
>
> But there are use cases where it is certainly valuable for the sender to
> be able to elicit an immediate ACK from the receiver.
>
>
> I don't know if it warrants a dedicated bit though - or if, for example,
> the combination of CWR/PSH could perhaps obtain the ACK PULL semantics
> as an overload of of their normal semantics...
>
>
> Best regards,
>     Richard
>
>
> Am 18.11.2019 um 08:21 schrieb Jon Crowcroft:
>> Mark Handley said a lot of the middlebox corner case avoidance stuff is
>> in the tcpmp RFC...have got time to look just yet...
>>
>> On Mon, 18 Nov 2019, 04:46 Carles Gomez Montenegro,
>> <carlesgo@entel.upc.edu <mailto:carlesgo@entel.upc.edu>> wrote:
>>
>>     Hi Bob,
>>
>>     Once again, thanks a lot for all the very useful feedback!
>>
>>     Please find below some inline responses.
>>
>>      > Carles, Jon, (re-sending, this time without accidentally omitting
>>     tcpm,
>>      > also see couple of addenda tagged [Bob adds:])
>>      >
>>      > I'm generally supportive of a mechanism to suppress delayed ACKs
>> from
>>      > the receiver (in any transport protocol including TCP). So thank
>> you.
>>      >
>>      > You might want to borrow at least some of the text for additional
>>      > motivating scenarios for such a facility from the first two posts
>>     on a
>>      > thread for a similar facility in QuiC:
>>      > https://github.com/quicwg/base-drafts/issues/1978
>>      >
>>      > Also pasted at the end.
>>      >
>>      > Some is not relevant to your specific ack-pull scheme, 'cos it's
>>      > proposing a more general facility in QUIC for the sender to the
>>     receiver
>>      > alters its ACK ratio. (theoretically there are more bits
>> available in
>>      > QUIC, but this particular request has been put on hold while
>> someone
>>      > goes and finds them ;)
>>
>>     Thanks a lot. This is indeed very useful!
>>
>>     As you explain, the more general facility for QUIC allows to
>> suppress
>>     Delayed ACKs and also allows to modify the ACK ratio in a more
>> general
>>     way.
>>
>>     Regarding the Delayed ACK suppression discussion, the additional
>>     motivation is definitely important.
>>
>>      >       Another motivating example (rather niche)
>>      >
>>      > Coincidentally, Just this morning I published a tech report that
>>     had to
>>      > use the hack of overlapping a byte from the previous segment to
>>     force a
>>      > quick ack:
>>      > TCP Prague Fall-back on Detection of a Classic ECN AQM
>>      > <https://arxiv.org/pdf/1911.00710.pdf#page9> (the link takes you
>>     to Fig
>>      > 2, which illustrates the hack)
>>      > I'd rather not have to do these sorts of hacks - it really messes
>>     with
>>      > the segmentation code.
>>
>>     This is very useful feedback as well, and a nice coincidence!
>>
>>     Regarding the hack, sending an old byte may be even worse when there
>> is
>>     not a next data segment readily available for sending, which would
>>     lead to
>>     sending a whole packet just to carry an old byte.
>>
>>      >       Middlebox traversal of bit 6
>>      >
>>      > I recall that someone did a study of traversal of each of the
>>     reserved
>>      > flags (Marcelo Bagnulo maybe?). I don't think it was that good
>> [Bob
>>      > adds: I mean traversal - not the study!].
>>      > A good search engine might find it ;)
>>
>>     I wasn't able to find the study, but this is an important
>>     consideration..
>>
>>     One might think that if new functionality is defined and
>> standardized,
>>     related middlebox traversal of it should improve over time. Perhaps
>> that
>>     might be optimistic...
>>
>>      >       More alternative approaches:
>>      >
>>      > 1/ At one stage, we tried to include a bit for Delayed Ack
>> control in
>>      > another protocol called Accurate ECN. We were persuaded to take
>>     it out,
>>      > because it was mission creep (outside the scope of the protocol
>>     we were
>>      > working on):
>>      >
>>     https://tools.ietf.org/html/draft-kuehlewind-tcpm-accurate-ecn-03#appendix-B.4
>>
>>     I was unaware of this, thanks!
>>
>>     This is actually very aligned with what we are proposing...
>>
>>      > 2/ Have you considered using the Urgent Pointer in a novel way?
>>     I.e. a
>>      > non-zero Urgent Pointer field, even tho the URG flag is zero.
>>      > [Bob adds:] From memory, traversal was pretty good - much better
>> than
>>      > bits 4-6. But I think Windows treated it as a potential attack. I
>>      > believe Fernando Gont did a study on how 'invalid' TCP header
>>     fields are
>>      > handled.
>>      >
>>      > You could assign, say, 3 bits of the urgent pointer for a
>> variable
>>      > ack_exp that is log base 2 of the ack ratio the sender would
>>     like. Then
>>      > the sender can request the receiver uses ack_ratio` = 2^ack_exp,
>>     as in
>>      > the QUIC proposal below,
>>      > With ack_exp = 0, you get ack_ratio = 2^0 = 1, which has the same
>>     effect
>>      > as ack-pull. But you also have a more general facility for high
>> speed
>>      > machines to widen out the ack ratio.
>>      >
>>      > If this works, you could open up a registry for the other 13
>> bits. So
>>      > instead of using up a precious bit, you generate 13 more ;)
>>
>>     Nice! :)
>>
>>     Actually, we had not considered such an idea.
>>
>>     In your proposal above, if a segment has the URG flag set to 1,
>>     would then
>>     the 3 ack_exp bits still be used as ack_exp bits, thus reducing the
>> size
>>     of the urgent pointer in practice to 13 bits?
>>
>>      > See:
>>      > https://tools.ietf.org/agenda/90/slides/slides-90-tcpm-10.pdf#page=5
>>      >
>>      > I think there were problems with some implementations and
>> middleboxes
>>      > (bound to be). I've checked the minutes of the IETF meeting where
>>     that
>>      > slide was presented
>>      > <https://www.ietf.org/proceedings/90/minutes/minutes-90-tcpm>,
>> but
>>      > there's no push-back in there. I suggest you delve back into the
>>      > archives of the tcpm mailing list around the time of that meeting
>> to
>>      > find out if there were any show-stoppers.
>>
>>     Thanks for the pointers!
>>
>>     Sure, we'll check the tcpm mailing list archive.
>>
>>     Cheers,
>>
>>     Carles
>>
>>
>>      > Cheers
>>      >
>>      >
>>      >
>>      > Bob
>>      >
>>      >
>>      > Paste from QUIC thread:
>>      >
>>     /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
>>      >
>>      >
>>      >
>>      >       Problem/goals:
>>      >
>>      >  1. Getting up to speed fast without inducing much queue is one
>>     of the
>>      >     main areas where latency reductions are needed (for short
>> and
>>     long
>>      >     flows). The sender needs frequent ACKing during this phase
>> in
>>     many
>>      >     approaches (hystart, etc). A Linux TCP receiver starts
>> with
>>      >     ack_ratio 1 and uses heuristics to identify the end of the
>>     sender's
>>      >     slow-start (or a re-start after idle). This has ossified a
>>     certain
>>      >     slow-start behaviour into all TCP senders (whether Linux
>> or
>>     not). We
>>      >     are trying to new sender behaviours (paced chirping being
>> an
>>      >     example), but we need a way for the sender to suppress
>>     delayed ACKs.
>>      >  2. At the other end of the scale, for long-running flows, many
>>     current
>>      >     CC approaches (e.g. BBR) use pacing not ACK-clocking so
>> they
>>     can use
>>      >     very few ACKs per RTT. And fewer means less cache
>> ejections
>>     for GRO.
>>      >     But the receiver doesn't know what CC the sender is using,
>> so it
>>      >     doesn't know how many or few is too many or too few.
>>      >  3. Some middleboxes and the majority of link technologies (e.g.
>>     DOCSIS,
>>      >     LTE, Satellite) thin TCP ACKs when they detect the
>> upstream is
>>      >     filled with TCP ACK stream(s), which are unresponsive.
>>     Otherwise the
>>      >     ACKs constrain downstream throughput (and any upstream
>> data
>>     either
>>      >     in the flow itself, or in others). We don't want these
>> links to
>>      >     attempt to guess which are the QUIC ACKs and try to thin
>>     them. QUIC
>>      >     can and should do this itself. QUIC has all the machinery
>> for the
>>      >     sender CC to detect ACK congestion, but not the protocol
>> to
>>     tell the
>>      >     receiver to do the thinning. This protocol addition would
>>     provide a
>>      >     sufficient hook for hosts to unilaterally add this to
>> their CC
>>      >     behaviour.
>>      >
>>      >
>>      >       Some scenarios where the sender's preferred ack_ratio
>> changes
>>      >       through the connection:
>>      >
>>      >  1.
>>      >
>>      >     A sender CC that wants the receiver to turn off DelAcks
>> during
>>      >     flow-start (e.g. it's using hybrid slow-start as in Cubic
>> and
>>     wants
>>      >     to get delay measurements more frequently) sets ack_exp=0
>> during
>>      >     flow-start (ack_ratio=1), then increases ack_exp during
>>     congestion
>>      >     avoidance. If it goes idle, then re-starts, it would set
>>     ack_exp=0
>>      >     again.
>>      >
>>      >     Note on heuristics: A Linux TCP receiver currently uses a
>>     heuristic
>>      >     to determine when the sender has exited slow-start.
>> However,
>>      >     heuristics -> ossification. A Linux receiver's heuristic
>> only
>>     works
>>      >     with the current pattern of slow-start. In TCP, when we
>> tried to
>>      >     improve the pattern on the sender (paced chirping), the
>>     heuristic on
>>      >     the receiver killed us.
>>      >
>>      >  2.
>>      >
>>      >     Imagine a paced sender has hardware generic receive
>> offload
>>     (GRO),
>>      >     so for a long-running flow it doesn't want a high rate of
>>     QUIC ACKs
>>      >     that are opaque to GRO. Let's say it would prefer at least
>> 8 ACKs
>>      >     per RTT. Again, it starts with ack_exp=0, but in
>> congestion
>>      >     avoidance it would use:
>>      >
>>      >     ack_ratio <= cwnd_in_packets/8
>>      >
>>      > Upshot: By remote controlling the receiver, the server offloads
>>     nearly
>>      > all the ACKs from large downloads, but still focuses its
>>     ACK-receiving
>>      > resources on getting each client up to speed.
>>      >
>>      > Note that calculation of ack_ratio lends itself to fast integer
>>      > arithmetic.
>>      >
>>      >
>>      >
>>      >
>>      >
>>      >
>>      >
>>      > Bob
>>      >
>>      >
>>      > --
>>      > ________________________________________________________________
>>      > Bob Briscoehttp://bobbriscoe.net/ <http://bobbriscoe.net/>
>>      >
>>      >
>>
>>
>>
>> _______________________________________________
>> tcpm mailing list
>> tcpm@ietf.org
>> https://www.ietf.org/mailman/listinfo/tcpm
>>
>