From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (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 A9786200CCC for ; Sat, 5 May 2012 13:05:32 -0700 (PDT) Received: by wibhn14 with SMTP id hn14so1878215wib.10 for ; Sat, 05 May 2012 13:05:30 -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=jJr/ToOYLJz5QijQ5glBtj57IyimClhjeaWXCWdxPJo=; b=Ip5U/Sli3S6pnT/XE9zWq3iEK4XItdJ51zXGdITbPvgitirrPW+RfrnS61F0hyfxUQ KuC+44DwrPPsxDNbA3IDeMss85YDIDDy5RubPKJIhF8m+gPogBr1lgwf+pZjtku8hyks t5xfXO6d0W/e4o8eHLi9KsfTkZghr90RUXHNqIWBK82b+hOLyMUqYTKtViYKBNbNjfcG KrFWQMQ0XtCjcwfejxxcpPEaFHX/oo3azw3C1JgsZjXUtllT35YH4uXalU0UA69hCFTJ NMdoPVbi1w3ItPsU9j6t3TVbPuJsaouzynzMxIjsNQV6rM3jyRjWn78mIv5IuImarlWm d1iw== Received: by 10.216.135.20 with SMTP id t20mr6003852wei.99.1336248330514; Sat, 05 May 2012 13:05:30 -0700 (PDT) Received: from [172.28.130.107] ([74.125.122.49]) by mx.google.com with ESMTPS id k6sm8347372wiy.7.2012.05.05.13.05.28 (version=SSLv3 cipher=OTHER); Sat, 05 May 2012 13:05:29 -0700 (PDT) From: Eric Dumazet To: Dave Taht In-Reply-To: References: <1336246349-20228-1-git-send-email-dave.taht@bufferbloat.net> Content-Type: text/plain; charset="UTF-8" Date: Sat, 05 May 2012 22:05:27 +0200 Message-ID: <1336248327.3752.538.camel@edumazet-glaptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Cc: Eric Dumazet , codel@lists.bufferbloat.net, Dave Taht Subject: Re: [Codel] [PATCH 1/2] 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: Sat, 05 May 2012 20:05:33 -0000 On Sat, 2012-05-05 at 12:47 -0700, Dave Taht wrote: > I note that your recent work on ECN for netem crept in, and it should > probably stay in whatever patches exist out of tree for it. > Please feel free to rework these two patches into one, add my > signed-off-by, and resubmit. > Dont worry : Stephen usually syncs the include file with the kernel one, he will do this before applying the netem bits or codel bits. Also I redid the whole tc patch copying choke file (instead of trying to fix your first tc codel patch), but I'll add you as co-author of course.