Re: [tcpm] New Version - draft-ietf-tcpm-newcwv-07.txt

Mirja Kühlewind <mirja.kuehlewind@tik.ee.ethz.ch> Mon, 06 October 2014 09:30 UTC

Return-Path: <mirja.kuehlewind@tik.ee.ethz.ch>
X-Original-To: tcpm@ietfa.amsl.com
Delivered-To: tcpm@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5C0921A1B7B for <tcpm@ietfa.amsl.com>; Mon, 6 Oct 2014 02:30:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.686
X-Spam-Level:
X-Spam-Status: No, score=-4.686 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.786] autolearn=ham
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 muj6QC0-JBqt for <tcpm@ietfa.amsl.com>; Mon, 6 Oct 2014 02:30:45 -0700 (PDT)
Received: from smtp.ee.ethz.ch (smtp.ee.ethz.ch [129.132.2.219]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 07AF61A1B25 for <tcpm@ietf.org>; Mon, 6 Oct 2014 02:30:44 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by smtp.ee.ethz.ch (Postfix) with ESMTP id 2B540D930E; Mon, 6 Oct 2014 11:30:42 +0200 (MEST)
X-Virus-Scanned: by amavisd-new on smtp.ee.ethz.ch
Received: from smtp.ee.ethz.ch ([127.0.0.1]) by localhost (.ee.ethz.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qOvz31r8lGw3; Mon, 6 Oct 2014 11:30:41 +0200 (MEST)
Received: from [82.130.103.143] (nb-10510.ethz.ch [82.130.103.143]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mirjak) by smtp.ee.ethz.ch (Postfix) with ESMTPSA id EA74BD930B; Mon, 6 Oct 2014 11:30:41 +0200 (MEST)
Message-ID: <54326141.5050803@tik.ee.ethz.ch>
Date: Mon, 06 Oct 2014 11:30:41 +0200
From: Mirja Kühlewind <mirja.kuehlewind@tik.ee.ethz.ch>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2
MIME-Version: 1.0
To: Yuchung Cheng <ycheng@google.com>, "Zimmermann, Alexander" <Alexander.Zimmermann@netapp.com>, "gorry@erg.abdn.ac.uk" <gorry@erg.abdn.ac.uk>
References: <20140913074311.28129.72796.idtracker@ietfa.amsl.com> <0db9fb03774c3c5002530064864d496e.squirrel@www.erg.abdn.ac.uk> <DE036639-1BCA-491D-96F3-ED38F14CE892@netapp.com> <CAK6E8=dADj39VBAq29=oZKWGk_wC3XwtcOBi=ZhTyf1GbkfeSQ@mail.gmail.com>
In-Reply-To: <CAK6E8=dADj39VBAq29=oZKWGk_wC3XwtcOBi=ZhTyf1GbkfeSQ@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/tcpm/XowtY-by362SL6VoTsmqXwmMGgQ
Cc: "tcpm@ietf.org Extensions" <tcpm@ietf.org>
Subject: Re: [tcpm] New Version - draft-ietf-tcpm-newcwv-07.txt
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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: Mon, 06 Oct 2014 09:30:49 -0000

Hi Yucheng,

On 22.09.2014 21:40, Yuchung Cheng wrote:
> The latest Linux uses an algorithm by Neal Cardwell that incidentally is similar
> to the proposed newcwv draft sec 4.2. The key differences are
>
> 1) it uses FlightSize instead of the pipe variable
> 2) it takes care of the TSO deferral. The TSO deferral part is important because
> TCP may not always fill cwnd in order to build bigger packet.
>
> http://patchwork.ozlabs.org/patch/351512/

Would you and/or Neal be able to write this algorithm down in a small draft, so 
that it is easier to compare the differences between your approach and newcwv?

Mirja


>
> Note there is a preceeding bug-fix patch done by Eric Dumazet, where TSO and TCP
> small queue, could trick TCP not to slow start fast. This demonstrates the
> complexity to determine if TCP is cwnd limited or not, in modern networking stack.
>
> http://patchwork.ozlabs.org/patch/344293/
>
> Linux does not implement newcwv. I guess it's not clear if the other parts are
> useful or not, other than not being so conservative in growing cwnd. Lastly, I
> would recommend newcwv draft to be more specific on the algorithm in Sec 4.2.
>
> HTH
>
>