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 8CDD73B29E for ; Sun, 20 May 2018 12:22:02 -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=1526833320; bh=9wLxckznU50HMNpREYg0wy9zSq3QJtybXaqFx/4OjCI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=UkImN7Ljbe2DkxUx3/s2K6NRXEU0n2pud5LQgUrWIY7Gxu5VJUbKokqgebdQaDZgi 1zgrYxCHuXatemJJnwjVqMeozZU0Yo8nVBB+8nZr9xvwyaHHtOsUd2vYivixin3wTs 8QcSjstOxlQSq/7SbhcF2TVX83Cz84p6wIAms1MyGRMrN3vfWgtIXMO8TY/Ifk7CrC +6laX9N++yto709De0eknr4nsUclSz6Q4MM1Vy+kkdy2BZYv9ytpYsPu/HTiDVGBOp kaB+A/Yg3Te6rX5LfJay1CFrwwQiBlRRvDdZnr4r68Z2edCA5u5tGSLIgeh4PZbbVX yQSmsgTi0QVIw== To: Georgios Amanakis , Kevin Darbyshire-Bryant Cc: Cake List In-Reply-To: References: <9d73f1230b36d0c3ff9f35c38fafbece41404c96.camel@gmail.com> <5657EE7F-4A67-4E0C-9ECE-64F5BD67C3FB@darbyshire-bryant.me.uk> Date: Sun, 20 May 2018 18:21:57 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87zi0uxpp6.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 16:22:02 -0000 Georgios Amanakis writes: > This is on x86_64 running 4.16.9. OK, that is decidedly odd. I have just spent the last several hours debugging this, and I'm starting to lean towards this being an unrelated bug in openwrt, or something triggering such a bug. It seems tc doesn't get the 'TCA_STATS2' attribute, for *any* qdiscs... I have no idea why. >> > On 20 May 2018, at 14:23, Georgios Amanakis wrote: >> > >> > Hi All, >> > >> > I am running latest tc-adv (r4227) and sch-cake/cobalt (r500), and "tc >> > -s qdisc show" doesn't show detailed stats anymore. Latest known >> > working revisions for me were tc-adv:r4226 sch-cake:r494. What are the corresponding git commits; and does it still work if you revert to the previous versions of tc-adv/cake? How are you building tc-adv? -Toke