From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 2F4953B2A4 for ; Sat, 9 Jun 2018 13:36:34 -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=1528565792; bh=pC/S4qnsUFrlKnz6ydNdichioDSZ/h5L1y4t1xQRA4M=; h=From:To:Subject:In-Reply-To:References:Date:From; b=T6OR5ep99Wv78ZZ+5AGXYFfA+oUSxqZL9hto9869zgxIMXlqG5hUgwJA3+00fjlJ6 6N4TE/Z47oac8kgpa1JSMMlaq2qCrDJjlQLHboJbsGbiXTqVProFWvjjV/kn9MC3/g V5vJZpyyYgN6XvyBYvagcgXSuErs6yN5J3X2Tz/FlHIxZs2GCR6n2/vqe4WRidL+W3 yUEAA8k1sbnreEpZTw60sxzAvI8MJE1IJ6jPGplShGiNZGNNsoRINdd9oEPvsy8MVE KIiM9pPfyu1PvCUvPLvrey39EcQXPXOMBDmWWTaGyvfjMbI+Lz/uAq5hflNX0beIg/ l+aUvylI9xRRA== To: Kristjan Onu , Cake List In-Reply-To: <12b5cb74-aaaa-0c8f-466d-0bfee8591fc7@omnel.ml> References: <12b5cb74-aaaa-0c8f-466d-0bfee8591fc7@omnel.ml> Date: Sat, 09 Jun 2018 19:36:32 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <878t7nn9pb.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Cake] Cake Failure with Debian Linux 4.16.0-2 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: Sat, 09 Jun 2018 17:36:34 -0000 Kristjan Onu writes: > Hello, > > The computer on which I use Cake was upgraded to Debian > linux-image-4.16.0-2-amd64 and networking stopped working. > > I load Cake with: > > export TC=~/local/src/iproute2-cake-next/tc/tc > $TC qdisc add dev enp4s0 root cake bandwidth 850Kbit docsis nat \ > dual-srchost ack-filter > > Then network traffic appears to stop. I have tested with Cake/Cobalt > revisions 6f7e5af and 8da93e1. > > Can anyone give hints on how to troubleshoot this? What is the output of $TC -s qdisc? -Toke