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 E53B23B2A0 for ; Thu, 13 Oct 2016 11:41:57 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Filter: OpenDKIM Filter v2.10.3 mail2.tohojo.dk 844C340B8A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1476373315; bh=Ig1izv3miFVCmWmCIcfCjTyKt37ksEioRQoJc7JTH2k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=RQWVogPVgvvddzlt0JgUx42oMgidmXA1bhC+EeSrhNolmvUeM5RGl09COntV1I/uj EG7AI9UZD56OygxiAz9lSjNeN1+zx4qS3dHtYlXe/nz11TwvQp/S0hme640jBMbSK1 ygjlq7LRKSiBVQkDBJJmEzURv3yRuEndjWZmmJWE= Sender: toke@toke.dk Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id A0575D067; Thu, 13 Oct 2016 17:41:54 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Noah Causin Cc: make-wifi-fast@lists.bufferbloat.net References: Date: Thu, 13 Oct 2016 17:41:54 +0200 In-Reply-To: (Noah Causin's message of "Thu, 13 Oct 2016 11:27:45 -0400") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87y41sxnlp.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] ath10k fq_codel support 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: Thu, 13 Oct 2016 15:41:58 -0000 Noah Causin writes: > Hi, > > I was looking into getting an Ubiquiti Unifi AC-Pro to flash LEDE onto for > testing the ath10k performance and latency with fq_codel. > > I already have an Archer C7 V2 which uses the ath10k-firmware-qca988x package, > which the Unifi AC-Pro and Lite seem to use. > > Would I have all I need if I flashed the latest git version of LEDE? > > Also, what firmware versions support the intermediate software queues, > and would my Archer C7 be fine for preliminary testing? You can check if it's active by seeing if you can read /sys/kernel/debug/ieee80211/phy0/aqm - if that exists and outputs anything when you 'cat' it, the intermediate queues are active. They are disabled for some hardware revisions, but not sure which ones. -Toke