From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (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 2A26821F637; Fri, 12 Dec 2014 18:55:20 -0800 (PST) Received: by mail-lb0-f180.google.com with SMTP id l4so6708001lbv.25 for ; Fri, 12 Dec 2014 18:55:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=RVtf6eTmeDj+w4cAb2AUEmPPRSB6wvSy0Xpy9fhPkfE=; b=e5XtwAUlRiz7igSxE9Z3QcruD5f9832tkIEYN71+cXqN1gnaWVDHFmEcQa9Pgh3gzK oFcD77Y+uPqIZk8p6Yi3Ll8+gWF4s84HhmWOd8SucTpABNeMoUq5f4QzNKvtGokQmyPI +pugmi2HJz4rNaabw1eJTKf/L5JcDI9uncj6SfJCVKOppN8KZAVa1fnHzY4BMMD9l4aN cAHpwg94+iHu3bsbONHO/yMw43mdJJ2WrASEnADUh00CWOwvi4LPYwBROszb4mHxpug0 dT2uirPgiZBfzTxADbaewhHAAAMIrhbip+ae2GZ7oxGzEZH09LZpwqSr5eAL0zyejqrG RL1A== X-Received: by 10.152.36.165 with SMTP id r5mr18329292laj.93.1418439318423; Fri, 12 Dec 2014 18:55:18 -0800 (PST) Received: from bass.home.chromatix.fi (87-95-139-188.bb.dnainternet.fi. [87.95.139.188]) by mx.google.com with ESMTPSA id j19sm859798lbl.23.2014.12.12.18.55.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 12 Dec 2014 18:55:17 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: cake: changing bandwidth on the rate limiter dynamically From: Jonathan Morton In-Reply-To: Date: Sat, 13 Dec 2014 04:55:14 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: To: Dave Taht X-Mailer: Apple Mail (2.1993) Cc: bloat-devel , "cerowrt-devel@lists.bufferbloat.net" X-BeenThere: bloat-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Developers working on AQM, device drivers, and networking stacks" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 02:55:49 -0000 > On 12 Dec, 2014, at 19:44, Dave Taht wrote: > > While fiddling with the idea a bit, I found that you can add a > bandwidth limit to cake on the fly, but once added you cant remove it > with the syntax at hand. Yes you can: # tc qdisc change dev ifb0 handle 2: cake unlimited - Jonathan Morton