From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id EADB13B2A3 for ; Wed, 20 Jul 2016 09:15:09 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Filter: OpenDKIM Filter v2.10.3 mail2.tohojo.dk F3C1340472 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1469020508; bh=49Xv0gQbrkcwbNWlcaCa+nTMK8ortfzWPUzw55qQ4UI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=hM6Ele3Z20PaLBgAElzEJVgGJqiW5S/UP/DbGo8o9y1ulZ614pz696p/WIfOdVJMf r9x+i+20dMiqefH1SPSf4XEx25h4eRK0jIh013hDWrJhOgMMjT5FtarB4jxOEK3P+6 7l7ep9O6jpL5uH3k22gp4UutjXF+BKare72O6vok= Sender: toke@toke.dk Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id 3A8C7330F; Wed, 20 Jul 2016 15:15:07 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: N0man Tech Cc: make-wifi-fast@lists.bufferbloat.net References: Date: Wed, 20 Jul 2016 15:15:07 +0200 In-Reply-To: (N0man Tech's message of "Wed, 20 Jul 2016 08:52:47 -0400") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87y44wo3hg.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] Does mac80211 use fq_codel X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 13:15:10 -0000 N0man Tech writes: > I was wondering if mac80211 currently uses fq_codel in LEDE using > intermediate software queues. Depends on your driver: If you're using ath10k it does (I think). If you're using ath9k, there's a patch in nbd's staging tree. No other drivers use the intermediate queues that I'm aware of. -Toke