From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 5541F21F0C6; Wed, 16 May 2012 00:42:33 -0700 (PDT) Received: by bkty5 with SMTP id y5so722997bkt.16 for ; Wed, 16 May 2012 00:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; bh=/gG+F5dgeLnwa9/Te0nwjWB6y6J/fEyqSjb2rFPXQCw=; b=bNBVnGTmthakXFt5toxRCZqXt+kHjYirJkCi920YUuKpyn4AF+lUbuzSADsHiNUs7S DaUkl7kWyh/JnlYm1l/9dRwNKNltzjWADIjtw9ICG2NqeLCFeUhsnqrbiBo2DO7qnApt k5QSu7AuAPzdb1SaC2eBVcAZfRkOdUMGY2U8Np9t8BNm1Swn/5hf26hsfTL5FIYfqkCl aJ2tw0jaW9CXh1FFxr8bD9KhjX8n6qU/7v9qZS/lNFSpFDq9IcaJ8aiMFY9Ql4cIp/8N FCHFfC1wR6YrjBh2FXxyOe2Db5ptqThu3kIusO4flkbyaMRw+ahjgW4Mnvmjm+MbRUJV KX9g== Received: by 10.204.9.199 with SMTP id m7mr730461bkm.66.1337154151077; Wed, 16 May 2012 00:42:31 -0700 (PDT) Received: from [172.28.91.41] ([74.125.122.49]) by mx.google.com with ESMTPS id e20sm2738379bkw.3.2012.05.16.00.42.29 (version=SSLv3 cipher=OTHER); Wed, 16 May 2012 00:42:30 -0700 (PDT) From: Eric Dumazet To: Dave Taht In-Reply-To: References: <4FA9FDC0.9010600@superduper.net> <1337148560.8512.1123.camel@edumazet-glaptop> <4FB3519D.3020809@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 16 May 2012 09:42:27 +0200 Message-ID: <1337154147.8512.1143.camel@edumazet-glaptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Cc: codel@lists.bufferbloat.net, bloat@lists.bufferbloat.net Subject: Re: [Codel] [Bloat] Exploring the potential of codel, fq_codel, and qfq X-BeenThere: codel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: CoDel AQM discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 07:42:34 -0000 On Wed, 2012-05-16 at 00:20 -0700, Dave Taht wrote: > After running those numbers I tried pure codel with ecn and with noecn > just to verify results, against the 50 streams. > > of note: I was unable to duplicate the initial 120ms > spike I saw. Definately more tests and more rigorous testing is needed. > > All tests were against v13 of the code. > > codel ecn off, you get an initial spike of about 30ms, then it settles > down in this range. Spike is probably because of ARP resolution. You should first populate ARP cache if you want to remoe ARP from the equation (it adds another RTT for first ICMP packet)