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 ACF5F3BA8E for ; Mon, 21 May 2018 10:00:16 -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=1526911212; bh=gd5S27mkzwFKFf/t2gpfjSo9unhvqzYGgJC5dqP0F/Y=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=CDUs9spyI5r8w42cJs9Ves8nvwY0e6ptnpQNhR44eK0cYdD660CtnMJ8rdD1FQ4CT 6y29jNZVr5hUOyKeDg4uIWvOpUrJ1ZjenPmgcNogVisEkhEQFozLZi2G4RRxFOXt0S oUvF30UhFNXAskrZaguM0+lldHyx6yMcblHTzDD6BvZy19keMFsHZmoI3M279OKK/p EWyMo+3dSomqBsHUuLYFsC22wZaQyNMzylKkcWT1Pa1eDRrFoveY2rAe8CnjdYx+sI KzqDx7ZCiKJcF1T0NTcZ5SFbWEfT3oHjv29l3vtsxHivDjaE8B48sNcRWhKb9Ebt0s VH912EpduUqbg== 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> <87zi0uxpp6.fsf@toke.dk> <87wovyxnjr.fsf@toke.dk> <987bfc2f508c224c8d2ce672160670bfff691512.camel@gmail.com> <87tvr2xd1w.fsf@toke.dk> Date: Mon, 21 May 2018 16:00:11 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87h8n1glck.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: Mon, 21 May 2018 14:00:16 -0000 Georgios Amanakis writes: > I am well aware of that :) > On my system though with tc-adv@aa554002 and sch_cake/cobalt@842d7f0 > it doesn't produce any detailed stats: Hmm, the thing is that I can reproduce your error if I use commit d52fe0077637caa1e3a4b1242d2bf935929b8275 in tc-adv I can reproduce your error, but not if I use the current HEAD (aa554002). So I'm guessing there's something else going on here, and moving the PAD attribute is just treating a symptom. Did you do `make clean && make` in the tc-adv repo? Just changing pkt_sched.h doesn't trigger a rebuild if you just run make... -Toke