From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x243.google.com (mail-oi0-x243.google.com [IPv6:2607:f8b0:4003:c06::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 C34713B2AE for ; Tue, 7 Jun 2016 13:00:04 -0400 (EDT) Received: by mail-oi0-x243.google.com with SMTP id k63so5480923oib.2 for ; Tue, 07 Jun 2016 10:00:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=nW2bbqb6jDzij/Gj4YG4LrvqauZGRGpwxgMn00lK8ls=; b=sWboJjG15XF0qi9o2DCV++SDOK4qOXxq4jcn4KPkocRQFQQYDuP8r53jsu8cOEgIAa 4rSipF5v0Hnvi2sZ1699p4l0KQYObtHWHyHkxnfA5VPZsj0wQ/Mc6D3CJqyZDhGDmeV+ dF1rYIHXcQ5uhLMsBviNzc+EFkO0okfx/wXj61z6OSc7kPQ60w4dVl9KT+vh7ciWMlLo fglEGhov8D0qc4H3DV1Fbd7gW48KCrE9xj+ObZBnqSg8gwb41Zvd9LzNpHIwj9+wzuLb BxRiC0ijfC+YxjB7MWA+zmcSeU51Ln651Cq/4RE13Pd2P/8R1/wPr19EiKGzVQ0vI+MC CXew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=nW2bbqb6jDzij/Gj4YG4LrvqauZGRGpwxgMn00lK8ls=; b=i06uVNYtZlbyhvbJH2sLLCanzd+8+4fyg57zW3+kZADr1g3+Vw4hEvHpwfN7iP3ZxN ebU1mPKhT1qAv7OZ5T+AOFy65Q4g1CvSD5leJZAJrSQB3VWt96QzcluS4RuiJS90KZrS yAoJYSydAoxopvF2a7TJErwWhkQm1I3GwDJBDimu838uI6nMxQS+KLdJHAv8t9EtjTI2 vY45PQ1aefYizZJ4UHiyqNItxS+wuSEptTfrH0bBoxvKeENh8YVhV5WCGX6diRR7jts2 7DYI77GygKR8ILv7a7avNKDwSRNn9AmY15ovZOHfjiJ+XCmjBY5aAC8wIP24nd2T/fr0 DsuQ== X-Gm-Message-State: ALyK8tLI4bKUtwGrwUkEZLoENXAjfRNxMDHJLlocVh78CyQJr6XsdLjB+7isE2NLafcodoIAFJ6zxiiMtifdbQ== X-Received: by 10.157.34.14 with SMTP id o14mr312283ota.63.1465318804151; Tue, 07 Jun 2016 10:00:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.229.210 with HTTP; Tue, 7 Jun 2016 10:00:03 -0700 (PDT) In-Reply-To: <5756FCA1.5030705@darbyshire-bryant.me.uk> References: <57569996.9060301@darbyshire-bryant.me.uk> <5756FCA1.5030705@darbyshire-bryant.me.uk> From: Dave Taht Date: Tue, 7 Jun 2016 10:00:03 -0700 Message-ID: To: Kevin Darbyshire-Bryant Cc: cake@lists.bufferbloat.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Cake] CAKE upstream in LEDE 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, 07 Jun 2016 17:00:04 -0000 possibly 1. tc - 4.4.0-1 - Traffic control utility is what I have. kmod-sched-cake I installed. it is nice to just say opkg update; opkg install babeld luci-ssl luci-app-sqm kmod-sched-cake and have a working openwrt system. I could certainly have jumped the gun on seeing the full, correct build, go out the door. :) I'll poll for the ar71xx update, 'cause I want to retire this last cerowrt box.... On Tue, Jun 7, 2016 at 9:56 AM, Kevin Darbyshire-Bryant wrote: > Hmmm, either 1) the buildbot hadn't got around to building for that targe= t > when you downloaded it (mvebu??) and/or 2) you've not installed > kmod-sched-cake_4.4.12-1_arm_cortex-a9_vfpv3.ipk > > > > > On 07/06/16 17:07, Dave Taht wrote: >> >> shiny! I could not resist and installed lede head on my 1200ac just now. >> >> But: >> >> root@linksys-1200ac:/etc/config# tc qdisc add dev eth0 root cake bandwid= th >> 9mbit >> Unknown qdisc "cake", hence option "bandwidth" is unparsable >> root@linksys-1200ac:/etc/config# >> >> Also sqm-scripts fails silently when trying to configure this. >> >> root@linksys-1200ac:/etc/config# /etc/init.d/sqm start >> SQM: Stopping SQM on eth0 >> SQM: Starting SQM script: piece_of_cake.qos on eth0, in: 100000 Kbps, >> out: 9000 Kbps >> SQM: piece_of_cake.qos was started on eth0 successfully >> >> >> >> On Tue, Jun 7, 2016 at 2:53 AM, Kevin Darbyshire-Bryant >> wrote: >>> >>> Dear All, >>> >>> For those interested, Jonathan Morton's CAKE qdisc has made it into LED= E. >>> See >>> >>> https://git.lede-project.org/?p=3Dsource.git;a=3Dcommit;h=3D1a3c56f8322= d27f4652d23eb7dc14a45e1631e1c >>> for proof :-) >>> >>> The package to install for your target is 'kmod-sched-cake' >>> https://downloads.lede-project.org/snapshots/targets/ >>> >>> The base 'iproute2' package has also been taught how to speak 'CAKE' so >>> there's no longer any need to install a special version of 'tc' >>> (previously >>> supplied by the 'tc-adv' package) >>> >>> https://git.lede-project.org/?p=3Dsource.git;a=3Dcommit;h=3D23147dd43ac= 0835cc9077819c32a101dee42461d >>> >>> Package 'sqm-scripts' has known how to speak 'CAKE' for a while, with >>> choices between 'layer_cake' and 'piece_of_cake'. Also package >>> 'luci-app-sqm' provides a user friendly web based configuration page fo= r >>> 'sqm-scripts' >>> >>> Thanks must go to Hannu Nyman for distilling the relevant changes from >>> the >>> sch_cake and tc-adv code repositories (https://github.com/dtaht/sch_cak= e >>> & >>> https://github.com/dtaht/tc-adv) into nice, neat patches for LEDE. >>> >>> It may take a few days for the LEDE build bots to get around to your >>> target >>> platform of interest, but the import kernel module (kmod-sched-cake) is >>> there. >>> >>> Enjoy! >>> >>> Kevin >>> _______________________________________________ >>> Cake mailing list >>> Cake@lists.bufferbloat.net >>> https://lists.bufferbloat.net/listinfo/cake >> >> >> > --=20 Dave T=C3=A4ht Let's go make home routers and wifi faster! With better software! http://blog.cerowrt.org