From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [198.137.202.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 4149E208AC5; Thu, 10 May 2012 20:38:38 -0700 (PDT) Received: from localhost (cpe-66-108-118-54.nyc.res.rr.com [66.108.118.54]) (authenticated bits=0) by shards.monkeyblade.net (8.14.4/8.14.4) with ESMTP id q4B3aWEp009644 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Thu, 10 May 2012 20:36:33 -0700 Date: Thu, 10 May 2012 23:36:32 -0400 (EDT) Message-Id: <20120510.233632.1955738491150675180.davem@davemloft.net> To: eric.dumazet@gmail.com From: David Miller In-Reply-To: <1336672285.31653.102.camel@edumazet-glaptop> References: <1336399043.3752.2318.camel@edumazet-glaptop> <1336571439.12504.27.camel@edumazet-glaptop> <1336672285.31653.102.camel@edumazet-glaptop> X-Mailer: Mew version 6.5 on Emacs 24.0.95 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (shards.monkeyblade.net [198.137.202.13]); Thu, 10 May 2012 20:36:35 -0700 (PDT) X-Mailman-Approved-At: Thu, 10 May 2012 20:41:31 -0700 Cc: dave.taht@bufferbloat.net, netdev@vger.kernel.org, mattmathis@google.com, codel@lists.bufferbloat.net, ycheng@google.com, bloat@lists.bufferbloat.net, shemminger@vyatta.com Subject: Re: [Codel] [PATCH v13 net-next] codel: Controlled Delay AQM 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: Fri, 11 May 2012 03:38:38 -0000 From: Eric Dumazet Date: Thu, 10 May 2012 19:51:25 +0200 > From: Eric Dumazet > > An implementation of CoDel AQM, from Kathleen Nichols and Van Jacobson. ... > Signed-off-by: Eric Dumazet > Signed-off-by: Dave Taht Applied, but there was a lot of trailing whitespace and a few comments mis-formatted which I had to fix up. Thanks.