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 A71EE3B2A4 for ; Wed, 19 Dec 2018 08:24:42 -0500 (EST) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 9544561B6A; Wed, 19 Dec 2018 13:24:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1545225881; bh=yiIN4fur8lbH+uHQqh2udCBdjKxcORWwHVEUYTrKIpI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=WCNJR/e6EGHAZoGk4e6/KcLgLx4GmCs+MLDwJhHy/0ln62/D5VX3LMNVl7y9wGjOc qp0dbJy4BJKY6/AVdV3F97yotYzx6R8dbcuyQiuK5vxAagVgMicfsc5fDvMQ8V7qxQ I5d89yVZBhxCN8+rR2QWciwopp6OVWwq8TiPmbOQ= 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=-2.7 required=2.0 tests=ALL_TRUSTED,BAYES_00, DKIM_INVALID,DKIM_SIGNED 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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id CC7CA61AF9; Wed, 19 Dec 2018 13:24:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1545225881; bh=yiIN4fur8lbH+uHQqh2udCBdjKxcORWwHVEUYTrKIpI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=WCNJR/e6EGHAZoGk4e6/KcLgLx4GmCs+MLDwJhHy/0ln62/D5VX3LMNVl7y9wGjOc qp0dbJy4BJKY6/AVdV3F97yotYzx6R8dbcuyQiuK5vxAagVgMicfsc5fDvMQ8V7qxQ I5d89yVZBhxCN8+rR2QWciwopp6OVWwq8TiPmbOQ= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org CC7CA61AF9 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 From: Kalle Valo To: Rajkumar Manoharan Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, make-wifi-fast@lists.bufferbloat.net, Toke =?utf-8?Q?H=C3=B8iland-J?= =?utf-8?Q?=C3=B8rgensen?= References: <1545181331-5288-1-git-send-email-rmanohar@codeaurora.org> <1545181331-5288-6-git-send-email-rmanohar@codeaurora.org> Date: Wed, 19 Dec 2018 15:24:37 +0200 In-Reply-To: <1545181331-5288-6-git-send-email-rmanohar@codeaurora.org> (Rajkumar Manoharan's message of "Tue, 18 Dec 2018 17:02:10 -0800") Message-ID: <87o99hvecq.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Make-wifi-fast] [PATCH v5 5/6] ath10k: migrate to mac80211 txq scheduling 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, 19 Dec 2018 13:24:42 -0000 Rajkumar Manoharan writes: > From: Toke H=C3=B8iland-J=C3=B8rgensen > > ath10k maintains common txqs list for all stations. This txq > management can be removed by migrating to mac80211 txq APIs > and let mac80211 handle txqs reordering based on reported airtime. > By doing this, txq fairness maintained in ath10k i.e processing > N frames per txq is removed. By adapting to mac80211 APIs, > ath10k will support mac80211 based airtime fairness algorithm. > > Tested-by: Venkateswara Naralasetty > Co-developed-by: Rajkumar Manoharan > Signed-off-by: Toke H=C3=B8iland-J=C3=B8rgensen > Signed-off-by: Rajkumar Manoharan Please always add hardware and firmware versions used for testing. But I can add that, so no need to resend because of this. Just let me know what to add. --=20 Kalle Valo