From: Dave Taht <dave.taht@gmail.com>
To: Simon Barber <simon@superduper.net>
Cc: "Toke Høiland-Jørgensen" <toke@toke.dk>,
"Rajkumar Manoharan" <rmanohar@codeaurora.org>,
Make-Wifi-fast <make-wifi-fast@lists.bufferbloat.net>,
linux-wireless <linux-wireless@vger.kernel.org>,
ath10k <ath10k@lists.infradead.org>,
"Felix Fietkau" <nbd@nbd.name>
Subject: Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs
Date: Mon, 19 Nov 2018 15:47:05 -0800 [thread overview]
Message-ID: <CAA93jw4Cih5HkHYUOy7Vr5G7zi0KkKmNnNohDAVaj65goWOh+A@mail.gmail.com> (raw)
In-Reply-To: <4DD985B6-7DBE-42F8-AC87-D6B40CEAE553@superduper.net>
On Mon, Nov 19, 2018 at 3:30 PM Simon Barber <simon@superduper.net> wrote:
>
>
>
> On Nov 19, 2018, at 2:44 PM, Toke Høiland-Jørgensen <toke@toke.dk> wrote:
>
> Dave Taht <dave@taht.net> writes:
>
> Toke Høiland-Jørgensen <toke@toke.dk> writes:
>
> Felix Fietkau <nbd@nbd.name> writes:
>
> On 2018-11-14 18:40, Toke Høiland-Jørgensen wrote:
>
> This part doesn't really make much sense to me, but maybe I'm
> misunderstanding how the code works.
> Let's assume we have a driver like ath9k or mt76, which tries to keep a
>
> ….
>
>
> Well, there's going to be a BQL-like queue limit (but for airtime) on
> top, which drivers can opt-in to if the hardware has too much queueing.
>
>
> Very happy to read this - I first talked to Dave Taht about the need for Time Queue Limits more than 5 years ago!
Michal faked up a dql estimator 3 (?) years ago. it worked.
http://blog.cerowrt.org/post/dql_on_wifi_2/
As a side note, in *any* real world working mu-mimo situation at any
scale, on any equipment, does anyone have any stats on how often the
feature is actually used and useful?
My personal guess, from looking at the standard, was in home
scenarios, usage would be about... 0, and in a controlled environment
in a football stadium, quite a lot.
In a office or apartment complex, I figured interference and so forth
would make it a negative benefit due to retransmits.
I felt when that part of the standard rolled around... that mu-mimo
was an idea that should never have escaped the lab. I can be convinced
by data, that we can aim for a higher goal here. But it would be
comforting to have a measured non-lab, real-world, at real world
rates, result for it, on some platform, of it actually being useful.
> Simon
>
> _______________________________________________
> Make-wifi-fast mailing list
> Make-wifi-fast@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/make-wifi-fast
--
Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-205-9740
next prev parent reply other threads:[~2018-11-19 23:47 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-12 22:51 [Make-wifi-fast] [PATCH v3 0/6] Move TXQ scheduling and airtime fairness into mac80211 Rajkumar Manoharan
2018-11-12 22:51 ` [Make-wifi-fast] [PATCH v3 1/6] mac80211: Add TXQ scheduling API Rajkumar Manoharan
2018-11-12 22:51 ` [Make-wifi-fast] [PATCH v3 2/6] cfg80211: Add airtime statistics and settings Rajkumar Manoharan
2018-11-12 22:51 ` [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs Rajkumar Manoharan
2018-11-14 10:57 ` Felix Fietkau
2018-11-14 17:40 ` Toke Høiland-Jørgensen
2018-11-15 11:09 ` Felix Fietkau
2018-11-15 17:24 ` Toke Høiland-Jørgensen
2018-11-19 17:55 ` Dave Taht
2018-11-19 22:44 ` Toke Høiland-Jørgensen
2018-11-19 23:30 ` Dave Taht
2018-11-19 23:30 ` Simon Barber
2018-11-19 23:47 ` Dave Taht [this message]
[not found] ` <b0662c97-fb17-3f9d-693e-2fec92535076@candelatech.com>
2018-11-20 0:13 ` Dave Taht
[not found] ` <6beaeb84-b705-335b-93a7-36176495099b@candelatech.com>
2018-11-20 0:37 ` Dave Taht
2018-11-20 2:12 ` David Lang
2018-11-20 0:52 ` Simon Barber
2018-11-20 1:04 ` Dave Taht
2018-11-19 23:02 ` Toke Høiland-Jørgensen
2018-12-04 14:55 ` Toke Høiland-Jørgensen
2018-11-15 8:18 ` Louie Lu
2018-11-15 17:10 ` Toke Høiland-Jørgensen
2018-12-18 12:11 ` Johannes Berg
2018-12-18 14:08 ` Dave Taht
2018-12-18 19:19 ` Toke Høiland-Jørgensen
2018-11-12 22:51 ` [Make-wifi-fast] [PATCH v3 4/6] ath9k: Switch to mac80211 TXQ scheduling and airtime APIs Rajkumar Manoharan
2018-11-12 22:51 ` [Make-wifi-fast] [PATCH v3 5/6] ath10k: migrate to mac80211 txq scheduling Rajkumar Manoharan
2018-11-12 22:51 ` [Make-wifi-fast] [PATCH v3 6/6] ath10k: reporting estimated tx airtime for fairness Rajkumar Manoharan
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
List information: https://lists.bufferbloat.net/postorius/lists/make-wifi-fast.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAA93jw4Cih5HkHYUOy7Vr5G7zi0KkKmNnNohDAVaj65goWOh+A@mail.gmail.com \
--to=dave.taht@gmail.com \
--cc=ath10k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=make-wifi-fast@lists.bufferbloat.net \
--cc=nbd@nbd.name \
--cc=rmanohar@codeaurora.org \
--cc=simon@superduper.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox