From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bifrost.lang.hm (lang.hm [66.167.227.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 296543B2BF for ; Mon, 7 Nov 2016 00:47:47 -0500 (EST) Received: from dlang-laptop ([10.2.0.122]) by bifrost.lang.hm (8.13.4/8.13.4/Debian-3) with ESMTP id uA75leHx008362; Sun, 6 Nov 2016 21:47:40 -0800 Date: Sun, 6 Nov 2016 21:47:40 -0800 (PST) From: David Lang X-X-Sender: root@dlang-laptop To: James Cloos cc: cerowrt-devel@lists.bufferbloat.net In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20.17 (DEB 179 2016-10-28) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Subject: Re: [Cerowrt-devel] Turris Omnia X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 05:47:48 -0000 On Mon, 7 Nov 2016, James Cloos wrote: >>>>>> "DL" == David Lang writes: > > DL> I wonder if you are running into the problem with encryption and > DL> packet re-ordering that was solved a couple months ago, try disabling > DL> fq_codel or test without encryption to see if that's the problem. > > THanks for the idea, but tc fails to delete the qdiscs: what does throughput look like without encryption? David Lang > Running commands like: > > :; tc qdisc del dev wlan0 root > > returns ENOENT. > > Running: > > :; wshaper.htb stop > > doesn't work either. > > -JimC >