From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org (smtp.codeaurora.org [198.145.29.96]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id DE08E3B29E for ; Tue, 12 Feb 2019 13:45:44 -0500 (EST) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 31349608A5; Tue, 12 Feb 2019 18:45:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1549997144; bh=cBs2qsOgt2Pp1+10w7CYlKr2ObY5/XgaF//tr52//7Q=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=nVWGcJLqj80eOVmMOgTGR59Si0j25OcLm5q42dFkXOP5Pt3UdaY4hiTinbsQZ5Mjr /CwiSV9Ns95sFguySUxCKD2F7hKSgCWucbrhQLotBMbiTtjE1OZMem3l4Rvm9D/og+ dHTXAGpGSkVt3NXY4roof76Fssoll5Dl0R93Kmnw= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=2.0 tests=ALL_TRUSTED,BAYES_00, DKIM_INVALID,DKIM_SIGNED,MISSING_DATE,MISSING_MID autolearn=no autolearn_force=no version=3.4.0 Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0610E6030D; Tue, 12 Feb 2019 18:45:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1549997143; bh=cBs2qsOgt2Pp1+10w7CYlKr2ObY5/XgaF//tr52//7Q=; h=Subject:From:In-Reply-To:References:To:Cc:From; b=aQbXcs6BNKBVgaJL2u9cWLYCayNtx5a2TooT+vEI2DDALqDGfA3SYvhuJ940n2xZH rTzNlmMh9GDE7BWSn1E9w4oy+jKDty2gbXbcvoRL10OVWEKYrBekxJ7crQ8Vei75SW 8cNfOJ9dX0il+xDr9Z6RdL8j7J/fiwKU6izhBASw= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0610E6030D Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Kalle Valo In-Reply-To: <20190122142019.21417-3-toke@redhat.com> References: <20190122142019.21417-3-toke@redhat.com> To: =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= Cc: linux-wireless@vger.kernel.org, =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , Rajkumar Manoharan , ath10k@lists.infradead.org, make-wifi-fast@lists.bufferbloat.net User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20190212184544.31349608A5@smtp.codeaurora.org> Date: Tue, 12 Feb 2019 18:45:44 +0000 (UTC) Subject: Re: [Make-wifi-fast] [PATCH v6 2/4] ath9k: Switch to mac80211 TXQ scheduling and airtime APIs 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, 12 Feb 2019 18:45:45 -0000 Toke Høiland-Jørgensen wrote: > This moves the ath9k driver to use the mac80211 TXQ scheduling and > airtime accounting APIs, removing the corresponding state tracking > inside the driver. > > Signed-off-by: Toke Høiland-Jørgensen > [rmanohar@codeaurora.org: fixed checkpatch error and warnings] > Signed-off-by: Rajkumar Manoharan > Signed-off-by: Kalle Valo 3 patches applied to ath-next branch of ath.git, thanks. 89cea7493a34 ath9k: Switch to mac80211 TXQ scheduling and airtime APIs bb2edb733586 ath10k: migrate to mac80211 txq scheduling d1ce37b7831a ath10k: report estimated frame transmit airtime to improve fairness -- https://patchwork.kernel.org/patch/10775549/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches