From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from p-mail1.rd.orange.com (p-mail1.rd.orange.com [195.101.245.15]) by huchra.bufferbloat.net (Postfix) with ESMTP id D28D321F09E for ; Wed, 22 Apr 2015 10:28:04 -0700 (PDT) Received: from p-mail1.rd.orange.com (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id B8C20410246; Wed, 22 Apr 2015 19:28:02 +0200 (CEST) Received: from FTRDCH01.rd.francetelecom.fr (unknown [10.194.32.11]) by p-mail1.rd.orange.com (Postfix) with ESMTP id AC048410243; Wed, 22 Apr 2015 19:28:02 +0200 (CEST) Received: from [10.193.116.35] (10.193.116.35) by FTRDCH01.rd.francetelecom.fr (10.194.32.11) with Microsoft SMTP Server id 14.3.224.2; Wed, 22 Apr 2015 19:28:01 +0200 Message-ID: <5537DA20.1090008@orange.com> Date: Wed, 22 Apr 2015 19:28:00 +0200 From: MUSCARIELLO Luca IMT/OLN User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Eric Dumazet References: <8E4F61CA-4274-4414-B4C0-F582167D66D6@gmx.de> <2C987A4B-7459-43C1-A49C-72F600776B00@gmail.com> <14cd9e74e48.27f7.e972a4f4d859b00521b2b659602cb2f9@superduper.net> <20150422040453.GB36239@sesse.net> , <1429676935.18561.42.camel@edumazet-glaptop2.roam.corp.google.com> <12383_1429692679_55376107_12383_9099_1_p7gmr0psut68sen0sao8o4lp.1429692550899@email.android.com> , <1429710657.18561.68.camel@edumazet-glaptop2.roam.corp.google.com> <25065_1429716388_5537BDA4_25065_2328_1_63pyislbvtjf653k3qt8gw2c.1429715929544@email.android.com> <1429717468.18561.90.camel@edumazet-glaptop2.roam.corp.google.com> <5537CDB7.60301@orange.com> <1429722979.18561.112.camel@edumazet-glaptop2.roam.corp.google.com> In-Reply-To: <1429722979.18561.112.camel@edumazet-glaptop2.roam.corp.google.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: bloat Subject: Re: [Bloat] DSLReports Speed Test has latency measurement built-in X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: MUSCARIELLO Luca IMT/OLN List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 17:28:33 -0000 On 04/22/2015 07:16 PM, Eric Dumazet wrote: > On Wed, 2015-04-22 at 18:35 +0200, MUSCARIELLO Luca IMT/OLN wrote: > >> FQ gives you flow isolation. > So does fq_codel. yes, the FQ part of fq_codel. that's what I meant. Not the FQ part of sch_fq. > > sch_fq adds *pacing*, which in itself has benefits, regardless of fair > queues : Smaller bursts, less self inflicted drops. This I understand. But it can't protect from non self inflicted drops. > > If flows are competing, this is the role of Congestion Control module, > not packet schedulers / AQM. Exactly. Two same CC modules competing on the same link, one w pacing the other one w/o pacing. The latter will have negative impact on the former in FIFO. Not in FQ (fq_codel to clarify). And that's my incentive argument which comes from the flow isolation feature of FQ (_codel).