From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 5F2AD21F88F for ; Sat, 7 Nov 2015 08:24:14 -0800 (PST) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1446913451; bh=OcqFrKylmFMKEm8vyHy0++/195vgBATGrMPz02kjAcg=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=mZVfip0aRocU5I5Ik5LQQg5LVVQ9vBy9phSztgmvd/lq0DJzEWMj08YlrgFj7Osl7 CcuVVPjp6ua5GrtyoGTtRJEskj7iejRxImdPBnpp7GeIRO63HORk+K2KXAPll3lvXu LpcgZajoddea+116jVeGrxNHbf7hpp9ByFjHLbTM= Sender: toke@toke.dk Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id 2782E4FA43E; Sat, 7 Nov 2015 17:24:10 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Sebastian Moeller References: <87pozspckj.fsf@toke.dk> <6A2609D9-7747-487B-9484-ECC69C50DE96@gmx.de> <874mh3pai9.fsf@toke.dk> <50C2A7B7-1B81-41E1-B534-CA449296FE77@gmail.com> <87ziysldij.fsf@toke.dk> <87vb9fl7ec.fsf@toke.dk> <87611fkyd7.fsf@toke.dk> <340E3F23-2F9C-449F-ACA7-86031FBE3B31@gmail.com> <87y4eambyd.fsf@alrua-karlstad.karlstad.toke.dk> Date: Sat, 07 Nov 2015 17:24:10 +0100 In-Reply-To: (Sebastian Moeller's message of "Sat, 7 Nov 2015 16:08:29 +0100") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87io5dn5g5.fsf@alrua-karlstad.karlstad.toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cake@lists.bufferbloat.net Subject: Re: [Cake] Long-RTT broken again 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: Sat, 07 Nov 2015 16:24:38 -0000 Sebastian Moeller writes: > Oh, shiny ;) I take it the parameter is limiting the queue > memory as measured by skb->truesize ; just checked, it wants the > size in KB. I just committed a change to report that in the > usage help tc will display=E2=80=A6 Changed this to use the existing functionality in tc to parse different units of size (kbit, kbyte, etc), and default to bytes if no units specified. Also added the parameter to the man page. And for good measure I did a little bit of bikeshedding renamed the parameter to 'memlimit' as well :) -Toke