All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajkumar Manoharan <rmanohar@codeaurora.org>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: make-wifi-fast@lists.bufferbloat.net,
	"Toke Høiland-Jørgensen" <toke@toke.dk>,
	linux-wireless@vger.kernel.org, ath10k@lists.infradead.org
Subject: Re: [PATCH v5 5/6] ath10k: migrate to mac80211 txq scheduling
Date: Thu, 10 Jan 2019 14:46:24 -0800	[thread overview]
Message-ID: <7365e300cf7f73e6c4a0774d6a4b7806@codeaurora.org> (raw)
In-Reply-To: <87o99hvecq.fsf@kamboji.qca.qualcomm.com>

On 2018-12-19 05:24, Kalle Valo wrote:
> Rajkumar Manoharan <rmanohar@codeaurora.org> writes:
> 
>> From: Toke Høiland-Jørgensen <toke@toke.dk>
>> 
>> 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 <vnaralas@codeaurora.org>
>> Co-developed-by: Rajkumar Manoharan <rmanohar@codeaurora.org>
>> Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
>> Signed-off-by: Rajkumar Manoharan <rmanohar@codeaurora.org>
> 
> 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.
> 
Thanks Kalle. Please amend the commit log with

Tested on QCA4019 with firmware version 10.4-3.2.1.1-00015
Tested on QCA9984 with firmware version 10.4-3.9.0.1-00005

-Rajkumar

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

WARNING: multiple messages have this Message-ID (diff)
From: Rajkumar Manoharan <rmanohar@codeaurora.org>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org,
	make-wifi-fast@lists.bufferbloat.net,
	"Toke Høiland-Jørgensen" <toke@toke.dk>
Subject: Re: [PATCH v5 5/6] ath10k: migrate to mac80211 txq scheduling
Date: Thu, 10 Jan 2019 14:46:24 -0800	[thread overview]
Message-ID: <7365e300cf7f73e6c4a0774d6a4b7806@codeaurora.org> (raw)
In-Reply-To: <87o99hvecq.fsf@kamboji.qca.qualcomm.com>

On 2018-12-19 05:24, Kalle Valo wrote:
> Rajkumar Manoharan <rmanohar@codeaurora.org> writes:
> 
>> From: Toke Høiland-Jørgensen <toke@toke.dk>
>> 
>> 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 <vnaralas@codeaurora.org>
>> Co-developed-by: Rajkumar Manoharan <rmanohar@codeaurora.org>
>> Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
>> Signed-off-by: Rajkumar Manoharan <rmanohar@codeaurora.org>
> 
> 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.
> 
Thanks Kalle. Please amend the commit log with

Tested on QCA4019 with firmware version 10.4-3.2.1.1-00015
Tested on QCA9984 with firmware version 10.4-3.9.0.1-00005

-Rajkumar

  reply	other threads:[~2019-01-10 22:46 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-19  1:02 [PATCH v5 0/6] Move TXQ scheduling and airtime fairness into mac80211 Rajkumar Manoharan
2018-12-19  1:02 ` Rajkumar Manoharan
2018-12-19  1:02 ` [PATCH v5 1/6] mac80211: Add TXQ scheduling API Rajkumar Manoharan
2018-12-19  1:02   ` Rajkumar Manoharan
2018-12-19  1:02 ` [PATCH v5 2/6] cfg80211: Add airtime statistics and settings Rajkumar Manoharan
2018-12-19  1:02   ` Rajkumar Manoharan
2018-12-19  1:02 ` [PATCH v5 3/6] mac80211: Add airtime accounting and scheduling to TXQs Rajkumar Manoharan
2018-12-19  1:02   ` Rajkumar Manoharan
2018-12-19 15:29   ` kbuild test robot
2018-12-19 15:29     ` kbuild test robot
2018-12-19  1:02 ` [PATCH v5 4/6] ath9k: Switch to mac80211 TXQ scheduling and airtime APIs Rajkumar Manoharan
2018-12-19  1:02   ` Rajkumar Manoharan
2019-01-21 16:51   ` Toke Høiland-Jørgensen
2019-01-21 16:51     ` Toke Høiland-Jørgensen
2018-12-19  1:02 ` [PATCH v5 5/6] ath10k: migrate to mac80211 txq scheduling Rajkumar Manoharan
2018-12-19  1:02   ` Rajkumar Manoharan
2018-12-19 13:24   ` Kalle Valo
2018-12-19 13:24     ` Kalle Valo
2019-01-10 22:46     ` Rajkumar Manoharan [this message]
2019-01-10 22:46       ` Rajkumar Manoharan
2018-12-19  1:02 ` [PATCH v5 6/6] ath10k: reporting estimated tx airtime for fairness Rajkumar Manoharan
2018-12-19  1:02   ` Rajkumar Manoharan
2018-12-19 13:25   ` Kalle Valo
2018-12-19 13:25     ` Kalle Valo
2018-12-19 13:12 ` [PATCH v5 0/6] Move TXQ scheduling and airtime fairness into mac80211 Toke Høiland-Jørgensen
2018-12-19 13:12   ` Toke Høiland-Jørgensen
2018-12-19 13:34   ` [Make-wifi-fast] " Dave Taht
2018-12-19 13:34     ` Dave Taht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7365e300cf7f73e6c4a0774d6a4b7806@codeaurora.org \
    --to=rmanohar@codeaurora.org \
    --cc=ath10k@lists.infradead.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=make-wifi-fast@lists.bufferbloat.net \
    --cc=toke@toke.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.