From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::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 9866E21F3DD for ; Sun, 10 May 2015 07:02:19 -0700 (PDT) Received: by wizk4 with SMTP id k4so77704164wiz.1 for ; Sun, 10 May 2015 07:02:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=yHXL2kVWD4km6Nv0MWWiXEUVSlz2QRFD64xUlP0y3JU=; b=blJGnE3lxrFblwv+v/3huXQ2m3/LjZhpcIW9MuB8+Vt3DZB72gwhvf6t57U6RQoSWO TUfYjMPbtvOqKCoajvQNeVoOdR5JCzrd0Umnf4ph63VLEFRGVFuBi9sGIpqZwJJcB1xN pM1qhNw3ohYbaJCK4l7ZCq/479buibLpwKujo3eVKv80STfXIWvtwnGLkJq4vkhwm+3/ ylqNJKife+O/6WMiwuaPVi7rFCt7lMUMm32UhjeQaNUuDDAcIb2W/eFoQcA97q60Fi5D vhmKvr5SGpdUy84UDquWelEaiQUrUAACav/HMA4qSrZUgC02FVRejsQ1AwwtY8XIjQDd X3Jw== X-Received: by 10.194.223.66 with SMTP id qs2mr12557973wjc.6.1431266530698; Sun, 10 May 2015 07:02:10 -0700 (PDT) Received: from volcano.localdomain (host-92-31-3-75.as13285.net. [92.31.3.75]) by mx.google.com with ESMTPSA id fs9sm18148671wjc.34.2015.05.10.07.02.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 May 2015 07:02:10 -0700 (PDT) Message-ID: <554F64E1.6000609@gmail.com> Date: Sun, 10 May 2015 15:02:09 +0100 From: Alan Jenkins User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cake@lists.bufferbloat.net Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Cake] openwrt build with latest cake and other qdiscs X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 14:02:55 -0000 Hi First comment on testing cake: The usage in the wiki assumes you already know how to change qdiscs on the fly. Here's what happened when I tried the command from the wiki: root@mortar:~# tc qdisc add dev pppoe-wan cake RTNETLINK answers: Invalid argument Here's what doesn't get an error, maybe the wiki should show it instead: root@mortar:~# tc qdisc replace dev pppoe-wan root cake root@mortar:~# tc qdisc show dev pppoe-wan qdisc cake 8004: root refcnt 2 unlimited diffserv4 flows Regards Alan