From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x243.google.com (mail-lf0-x243.google.com [IPv6:2a00:1450:4010:c07::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 309723B29F for ; Tue, 27 Sep 2016 10:38:08 -0400 (EDT) Received: by mail-lf0-x243.google.com with SMTP id l131so1893130lfl.0 for ; Tue, 27 Sep 2016 07:38:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=a422Er031VcHUBpIlLxvVx3IfT8Jg8AfIA606dXAVuo=; b=TL6Z1FLyMQhjngSQawdyhcVR8JqNPCDB6GMiZKO7fpQCnmNnr7QWpnbb+FdLkv4DBr DToIMqpah43s0t5dmD1r/ZgRJTyvpC9mnxX/rSsJ+63TTVtMpsW8zk5JzcKcqm6KyTB3 KhRA5N1DsyVa20XoaQ6RDDVkzNU5vNMwUKUbQan+zlofCl0KkqD/4i0s7WNFjvbuOChV C4+5xsidOWhbAapUtsYavbOMW8Se+eUfWRYISIPiUN25eBZ1oEVmmu3aBKJI1jTMXlDm ZkB9OIJ4oEb8ATBDpEj03/aKmNi7q1AX5aGqEvSnGLJ8e1ohKN5QKx+befTuOXrklMxP TVtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=a422Er031VcHUBpIlLxvVx3IfT8Jg8AfIA606dXAVuo=; b=Hw+7KgK9EtoIhnduJbQ1H1xbdaxOdxPVeaNOkMl2+YN3Ga7JZgKhZ7GRHmABdGVw0q 7WFXxL1pY2+2El+PGEZELgzBO8+aENMFkSTq9z15tlfPEEjsMkctY3NQmLYNCrjUjWo7 Vd3iIEiYNGCCCpC6Ys2TGhkpAR/+k5nVvfd8XoVWrEGO+U69TgZLFcw5ErtOKkzjrC/v 0KZeUw47OkJpgnBQH+T57eV2Uoy9wjJmv/kEEQr5ze7FpVTNSShbAnSL89Pcd79XZhhM 0REW0uwfvjjB1OTZUl/vsctXKXrUWUkUBHAyVYyugYXfpAu1TnpOR3SEXng1d9tWdyi8 MB0g== X-Gm-Message-State: AE9vXwOugSQ5K+jgXUGeqqVhx2vS+KqPFpUG2FLJJRETM29rrF/6ysT4hMQ+RVzxqG0lEA== X-Received: by 10.25.74.20 with SMTP id x20mr9856025lfa.12.1474987086799; Tue, 27 Sep 2016 07:38:06 -0700 (PDT) Received: from [192.168.100.13] (37-33-90-35.bb.dnainternet.fi. [37.33.90.35]) by smtp.gmail.com with ESMTPSA id 2sm466774lja.34.2016.09.27.07.38.05 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 27 Sep 2016 07:38:06 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) From: Jonathan Morton In-Reply-To: Date: Tue, 27 Sep 2016 17:38:03 +0300 Cc: cake@lists.bufferbloat.net Content-Transfer-Encoding: quoted-printable Message-Id: <06273A79-CAEB-4981-9BEE-22939D333D66@gmail.com> References: To: Dave Taht X-Mailer: Apple Mail (2.3124) Subject: Re: [Cake] cake for net-next 4.8 X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 14:38:08 -0000 > On 25 Sep, 2016, at 21:30, Dave Taht wrote: >=20 > I quickly got sch_cake to work on top of net next. The attached diff > is probably not correct in some respect or another (what's to_free > for? And it looks like statistics collection has been parallelized > elsewhere) Yet another mail I had to fish out of my spam folder. Google really = doesn=E2=80=99t seem to like you - I=E2=80=99m going to try looking for = a whitelist option in the webmail interface (which I usually avoid). I=E2=80=99m pretty sure to_free is for attaching a list of skbs for = deferred bulk deletion. Might help under sustained overload, but not in = the common case. - Jonathan Morton