From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from binarylane1.sektorseven.net (binarylane1.sektorseven.net [103.230.156.226]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id BB96F3B2A4 for ; Sun, 1 Nov 2020 05:15:51 -0500 (EST) Received: from mail.sektorseven.net (mail.sektorseven.net [110.173.226.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by binarylane1.sektorseven.net (Postfix) with ESMTPS id 9EC24E868 for ; Sun, 1 Nov 2020 21:15:45 +1100 (AEDT) Received: from mail.sektorseven.net (admin [110.173.226.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dos@scarff.id.au) by mail.sektorseven.net (Postfix) with ESMTPSA id D5DED1BC099 for ; Sun, 1 Nov 2020 18:15:43 +0800 (AWST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 01 Nov 2020 21:15:42 +1100 From: Dean Scarff To: Message-ID: <202fa41a446859d714728d90e890d1d2@scarff.id.au> X-Sender: dos@scarff.id.au User-Agent: Roundcube Webmail/0.5 Subject: [Cake] =?utf-8?q?NLA=5FF=5FNESTED_is_missing?= 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, 01 Nov 2020 10:15:52 -0000 Hi, I've been happily running the out-of-tree sch_cake on my Raspberry Pi since 2015. However, I recently upgraded my kernel (to 5.4.72 from Raspbian's raspberrypi-kernel 1.20201022-1), which comes with the sch_cake in mainline. Now, when running: sudo /sbin/tc qdisc add dev ppp0 root cake I get the error: Error: NLA_F_NESTED is missing. I get this error with the sch_cake in mainline, and also with sch_cake built out-of-tree. I also get the error with both Debian's iproute2 5.9.0-1 (built myself via debian/rules) and "tc" from dtaht's tc-adv repo. Any ideas on what this error means and how to fix it?