From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 9EC2721F635; Sat, 20 Jun 2015 03:55:49 -0700 (PDT) Received: by qkeo142 with SMTP id o142so57114334qke.1; Sat, 20 Jun 2015 03:55:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=f4Sas0esuC4bJNpRKztDt/DEKKT3GMUjYMXWqHDWt6w=; b=BM9G4ytBQc+cBBCOqI9xNeR7XWfKBVjjxQdxvU1L4HIQo8Uf40EqRA/yB11Kii/f6Y 4MO1H9XiiDivsRXVyCl7jl7Yk+pQicEAU1BAtBTRS1V9RohoLzKOPU31yfEjbddFtgx4 R4dM9pS13sfTZCRxmaOQfUn2Rcf9zDVNedjjlrDEue1OHNMVANxe+rtkR9YRc5WzF9FJ g7YSo85Zok410yYsqFR2QPjdDxT1Fot1MsFAxpv9oNWVTD0s0nSGoyDyc+ORJuEB+qud xo9pz14FPFWTYre+QcXJSM7Z3Z0Y8ECO32C0OWEU9Sde060JzuiT3ZYTFqWHt8YkSUNi M4bg== MIME-Version: 1.0 X-Received: by 10.140.148.72 with SMTP id 69mr28172710qhu.15.1434797748356; Sat, 20 Jun 2015 03:55:48 -0700 (PDT) Received: by 10.96.183.194 with HTTP; Sat, 20 Jun 2015 03:55:48 -0700 (PDT) Date: Sat, 20 Jun 2015 11:55:48 +0100 Message-ID: From: Alan Jenkins To: cerowrt-devel , cake Content-Type: text/plain; charset=UTF-8 Cc: Jonathan Morton Subject: Re: [Cerowrt-devel] Latest build test - new sqm-scripts seem to work; "cake overhead 40" [still] didn't X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2015 10:56:18 -0000 On 19/06/2015, Dave Taht wrote: > Fresh bits! Get your fresh bits here! (totally untested) > > http://snapon.lab.bufferbloat.net/~cero3/lupin/ar71xx/ Good news: it lives! Yum, fresh bits. So now I can update and install packages. Including tc-adv. It looks like it was overriding tc already though. Bad news: I still can't set cake's overhead option (sticks at 0). # tc -V tc utility, iproute2-ss4.1.0-git-1-openwrt # tc qdisc del dev pppoe-wan root # tc qdisc |grep "dev pppoe-wan" qdisc fq_codel 0: dev pppoe-wan root refcnt 2 limit 1024p flows 1024 quantum 300 target 5.0ms interval 100.0ms ecn qdisc ingress ffff: dev pppoe-wan parent ffff:fff1 ---------------- # tc qdisc add dev pppoe-wan root cake bandwidth 970Kbit besteffort flows atm overhead 40 # tc qdisc |grep "dev pppoe-wan" qdisc cake 800d: dev pppoe-wan root refcnt 2 bandwidth 970Kbit besteffort flows atm overhead 0 qdisc ingress ffff: dev pppoe-wan parent ffff:fff1 ---------------- Alan