From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ey0-f171.google.com (mail-ey0-f171.google.com [209.85.215.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 87E30201A91 for ; Mon, 7 May 2012 12:16:58 -0700 (PDT) Received: by eaal11 with SMTP id l11so2123464eaa.16 for ; Mon, 07 May 2012 12:16:56 -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=ov0DDbo9taIot3MXZn8XlQHcM8yUtLlyOejPYpy/s/w=; b=o8Q3xAo1mH/EYDg6Ca2VOjZ4A1ui9EDkTCcuDXSCNPPdwECA5RLrrtZMfHYW6bH1qQ qsqc0de99WDyfqit0ZJMfH9le2YaDpMzA7ETSR42xqhESb3U+HzBwRcIdYVt2BDS3GWm JXSwEvm9iGSFfZ40r+hPKwlylPLb4BB+6OYWp5PGMthGC/OVOBoXSp5HhIgWA2I0NJmd t/GxdogZbOChrsN1mpYVnbL9QSuXrwxsnq4emygedqNjQg8gO5WlCeNKDhXTm9KDVPTJ b+zj8mfykIX6cRW8t6eVGymlvhVPhJCCsOW4Uf+SL1xPH47njVDDzx1U9pZO8nRo7Ly/ J4EQ== Received: by 10.213.35.147 with SMTP id p19mr216929ebd.69.1336418216566; Mon, 07 May 2012 12:16:56 -0700 (PDT) Received: from [192.168.163.193] ([74.125.121.33]) by mx.google.com with ESMTPS id z47sm90681564een.5.2012.05.07.12.16.53 (version=SSLv3 cipher=OTHER); Mon, 07 May 2012 12:16:54 -0700 (PDT) From: Eric Dumazet To: Jim Gettys In-Reply-To: <4FA8197C.4090909@freedesktop.org> References: <1336246349-20228-1-git-send-email-dave.taht@bufferbloat.net> <4FA7FBC7.2040501@hp.com> <1336410626.3752.2329.camel@edumazet-glaptop> <4FA805F9.20004@hp.com> <1336412079.3752.2333.camel@edumazet-glaptop> <4FA81549.5060609@freedesktop.org> <4FA8197C.4090909@freedesktop.org> Content-Type: text/plain; charset="UTF-8" Date: Mon, 07 May 2012 21:16:51 +0200 Message-ID: <1336418211.3752.2353.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: Mon, 07 May 2012 19:16:59 -0000 On Mon, 2012-05-07 at 14:50 -0400, Jim Gettys wrote: > You want to turn it on in CeroWrt: sure. Expert audience, who may be > able to notice when things go sour, fine.... > > Neither you, nor I are expert at the current state of ECN in the global > Internet: but Steve Bauer is. We can have that conversation with him > shortly. > > So for now "First, do no harm" should be our mantra.... > > So the upstream patch default state should be off. We don't want to mix > "codel doesn't work" with "ecn is busted someplace", as it gets its trials. > ecn is negociated by peers, not a qdisc. ecn at qdisc level is only marking an already enabled ECN packet. Since most packets are not ECN enabled, they are dropped instead. If you read my ECN addition to Codel, you can see its disabled by default already. Its a toy for early adopters.