From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) (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 36DFA208AC5; Thu, 10 May 2012 23:01:17 -0700 (PDT) Received: by wejx9 with SMTP id x9so1659306wej.16 for ; Thu, 10 May 2012 23:01:15 -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=55tIvd0Xy5pNffseNsW+8buEqbEgC3xK6J84JcPMUcE=; b=gXcl18GEolwFCTG62pWAsIq0u7pRfIYTYhJOrCAw6k6Bbma4mi6K5mob/zd54WTXnD fqE1Plfekch2xQM2egYSoFYXmYhT4O9WBSWz4eoTId5YSSg/DVscf5P146EBqF2L0T74 /klJzlQUSgMYj8MxuRmOY6XwAHP1b8ABiqN8m895JV5t2YO15J3nDhuAPdwJruSrzWEc Q+X8QnlHOw86k7V/a+bMgqNuaq2BRx7aEzyj7HKE4iH8QuI52jBEzyno5KEDXfPDOS45 hjWCiB+v13fFjjQLCxwjUsF1aercmmt5dnqiZrnN8QxqRsn/BCulOKqNGG513t4F89zX WClQ== Received: by 10.180.109.197 with SMTP id hu5mr4307016wib.8.1336716075573; Thu, 10 May 2012 23:01:15 -0700 (PDT) Received: from [192.168.179.128] ([74.125.122.49]) by mx.google.com with ESMTPS id k6sm8270545wiy.7.2012.05.10.23.01.12 (version=SSLv3 cipher=OTHER); Thu, 10 May 2012 23:01:14 -0700 (PDT) From: Eric Dumazet To: David Miller In-Reply-To: <20120510.233632.1955738491150675180.davem@davemloft.net> References: <1336399043.3752.2318.camel@edumazet-glaptop> <1336571439.12504.27.camel@edumazet-glaptop> <1336672285.31653.102.camel@edumazet-glaptop> <20120510.233632.1955738491150675180.davem@davemloft.net> Content-Type: text/plain; charset="UTF-8" Date: Fri, 11 May 2012 08:01:11 +0200 Message-ID: <1336716071.31653.122.camel@edumazet-glaptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 10 May 2012 23:03:42 -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 06:01:18 -0000 On Thu, 2012-05-10 at 23:36 -0400, David Miller wrote: > Applied, but there was a lot of trailing whitespace and a few > comments mis-formatted which I had to fix up. > > Thanks. Arg, Stephen told me that too but I didnt have a chance to send a v14 ;) Thanks !