From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:72ef::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 257693B2A4 for ; Tue, 10 Oct 2017 11:54:53 -0400 (EDT) Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1e1wrs-0003dR-87; Tue, 10 Oct 2017 17:54:52 +0200 Message-ID: <1507650891.26041.71.camel@sipsolutions.net> From: Johannes Berg To: Toke =?ISO-8859-1?Q?H=F8iland-J=F8rgensen?= , make-wifi-fast@lists.bufferbloat.net, linux-wireless@vger.kernel.org Date: Tue, 10 Oct 2017 17:54:51 +0200 In-Reply-To: <20171010140208.1515-2-toke@toke.dk> (sfid-20171010_160341_629286_01B5926E) References: <20171010140208.1515-1-toke@toke.dk> <20171010140208.1515-2-toke@toke.dk> (sfid-20171010_160341_629286_01B5926E) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.0-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [Make-wifi-fast] [RFC 2/3] ath9k: Move to mac80211 TXQ scheduling API 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: Tue, 10 Oct 2017 15:54:53 -0000 On Tue, 2017-10-10 at 16:02 +0200, Toke Høiland-Jørgensen wrote: > This removes TXQ scheduling from ath9k and changes it to use the > mac80211 TXQ scheduling API introduced in the previous patch. I can't really comment on this, but I'll note that the patches need to be all combined into a single one eventually, so that it compiles. johannes