From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 8A2473B29E for ; Sun, 20 May 2018 16:55:18 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1526849716; bh=+SNAJGBXF4l9i1+CTn02QK1EjOl2YBSpvUdGavsG2dE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=y+2olU6WWn1VaYwFMTUlzrRYSZjcypZM3zo2CeTtGCCo6z6aUlC/P/CN41C+BthuP +ocEvpL7HMpcYiIlnuEsiOJr0U4XWDqtWAdkcaSg5fTPhSuhyYCkYl7lG2IRWB2o3V sMyxshv4LaI2cXjdeeGwrn92Kle5QFFExIuabCF2RL/Toqfx/2av8Nlem6aOKNMJgp IX92BplY1ZUXWav8LUEgIcwIe/6eQ1vS7H1hSROp9zgkke979ZgkYqnH3ODO1VwTbX fFOmwyXDdi/0IV6s18iuhBdCMDCfCopdr/ud0vuBxpbv2ZojPXTLxLuScTXaVEdmy3 Qs5b/ZOJ5VREQ== To: Georgios Amanakis , Kevin Darbyshire-Bryant Cc: Cake List In-Reply-To: <987bfc2f508c224c8d2ce672160670bfff691512.camel@gmail.com> References: <9d73f1230b36d0c3ff9f35c38fafbece41404c96.camel@gmail.com> <5657EE7F-4A67-4E0C-9ECE-64F5BD67C3FB@darbyshire-bryant.me.uk> <87zi0uxpp6.fsf@toke.dk> <87wovyxnjr.fsf@toke.dk> <987bfc2f508c224c8d2ce672160670bfff691512.camel@gmail.com> Date: Sun, 20 May 2018 22:55:07 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87tvr2xd1w.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Cake] tc not showing detailed stats 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: Sun, 20 May 2018 20:55:18 -0000 Georgios Amanakis writes: > I am running everything on 4.16.9. > It seems the culprit is sch-cake. > tc-adv@d52fe00 and sch-cake@66e5d6 : detailed stats are printed > tc-adv@d52fe00 and sch-cake@842d7f : details not printed anymore. > > Could it be that the culprit is sch-cake@842d7f? Well, that commit breaks compatibility with tc-adv (again :P). You'll need to recompile tc-adv and make sure you have commit aa554002af169a135cb82fb809842f5d7afce309 -Toke