From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) (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 AC9223BA8E for ; Sat, 11 Nov 2017 08:38:10 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Dn6MpmF8Mo2U9t3agRwHyMGBXJGXkmK7Eq0b0WyUGNE=; b=ITKTjFB19V7NyeMDaKpCHKSyxN PViGBzeXRTpCTUYeTDYJ7+Cg1BkUQA3J3ZUpbuUiTeq8n0KWdAmLdgWi3ZS1ESlDwoZTcQgHbQJmK 8jfnrug9IzxkfWYrUCcuFhfYfFK9P3F73rOQ5ffU7y6Ta6LP9HRGz1rsJnO8HmUwpTfs=; To: =?UTF-8?Q?Toke_H=c3=b8iland-J=c3=b8rgensen?= , make-wifi-fast@lists.bufferbloat.net, linux-wireless@vger.kernel.org, ath10k@lists.infradead.org References: <20171110004839.7478-1-toke@toke.dk> From: Felix Fietkau Message-ID: Date: Sat, 11 Nov 2017 14:38:06 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171110004839.7478-1-toke@toke.dk> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Make-wifi-fast] [PATCH v2] ath10k: Re-enable TXQs for all devices 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: Sat, 11 Nov 2017 13:38:10 -0000 On 2017-11-10 01:48, Toke Høiland-Jørgensen wrote: > Commit 4ca1807815aa6801aaced7fdefa9edacc2521767 disables the use of the > mac80211 TXQs for some devices because of a theoretical throughput > regression. The original regression report[1] was related to fq_codel > qdisc drop performance, which was fixed in > 9d18562a227874289fda8ca5d117d8f503f1dcca. Since then, we have not seen > the TXQ-related regression, so it should be safe to re-enable TXQs. That commit is unrelated to the fq/codel implementations in mac80211, since mac80211 with txq does not use qdisc. - Felix