From: Dave Taht <dave@taht.net>
To: "Toke Høiland-Jørgensen" <toke@toke.dk>
Cc: make-wifi-fast@lists.bufferbloat.net,
Johannes Berg <johannes@sipsolutions.net>,
linux-wireless@vger.kernel.org, ath10k@lists.infradead.org,
Rajkumar Manoharan <rmanohar@codeaurora.org>
Subject: Re: [Make-wifi-fast] [PATCH v5 0/6] Move TXQ scheduling and airtime fairness into mac80211
Date: Wed, 19 Dec 2018 05:34:59 -0800 [thread overview]
Message-ID: <87mup1od18.fsf@taht.net> (raw)
In-Reply-To: <877eg5hd8k.fsf@toke.dk> ("Toke \=\?utf-8\?Q\?H\=C3\=B8iland-J\?\= \=\?utf-8\?Q\?\=C3\=B8rgensen\=22's\?\= message of "Wed, 19 Dec 2018 14:12:27 +0100")
Toke Høiland-Jørgensen <toke@toke.dk> writes:
> Rajkumar Manoharan <rmanohar@codeaurora.org> writes:
>
>> All,
>>
>> Sorry for the long delay. Here is the consolidated series of mac80211,
>> ath9k and ath10k changes for moving TXQ scheduling and airtime fairness
>> into mac80211 and support airtime fairness.
>
> Thanks for taking care of the respin!
>
> Johannes, I think it's safe for you to review this version. I have
> started working on another approach for the scheduler algorithm itself,
> but it is fine to do as an incremental patch on top of this as it
> shouldn't impact the API. Having a separate patch also makes testing
> easier anyway. I'll see if I can't get it to a working state over the
> holidays...
There comes a time in all patch series where the best thing to do is
commit it, and inflict it on others. Now may be that time.
Acked-by: Dave Taht <dave.taht@gmail.com>
>
> -Toke
> _______________________________________________
> Make-wifi-fast mailing list
> Make-wifi-fast@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/make-wifi-fast
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
WARNING: multiple messages have this Message-ID (diff)
From: Dave Taht <dave@taht.net>
To: "Toke Høiland-Jørgensen" <toke@toke.dk>
Cc: Rajkumar Manoharan <rmanohar@codeaurora.org>,
linux-wireless@vger.kernel.org, ath10k@lists.infradead.org,
Johannes Berg <johannes@sipsolutions.net>,
make-wifi-fast@lists.bufferbloat.net
Subject: Re: [Make-wifi-fast] [PATCH v5 0/6] Move TXQ scheduling and airtime fairness into mac80211
Date: Wed, 19 Dec 2018 05:34:59 -0800 [thread overview]
Message-ID: <87mup1od18.fsf@taht.net> (raw)
In-Reply-To: <877eg5hd8k.fsf@toke.dk> ("Toke \=\?utf-8\?Q\?H\=C3\=B8iland-J\?\= \=\?utf-8\?Q\?\=C3\=B8rgensen\=22's\?\= message of "Wed, 19 Dec 2018 14:12:27 +0100")
Toke Høiland-Jørgensen <toke@toke.dk> writes:
> Rajkumar Manoharan <rmanohar@codeaurora.org> writes:
>
>> All,
>>
>> Sorry for the long delay. Here is the consolidated series of mac80211,
>> ath9k and ath10k changes for moving TXQ scheduling and airtime fairness
>> into mac80211 and support airtime fairness.
>
> Thanks for taking care of the respin!
>
> Johannes, I think it's safe for you to review this version. I have
> started working on another approach for the scheduler algorithm itself,
> but it is fine to do as an incremental patch on top of this as it
> shouldn't impact the API. Having a separate patch also makes testing
> easier anyway. I'll see if I can't get it to a working state over the
> holidays...
There comes a time in all patch series where the best thing to do is
commit it, and inflict it on others. Now may be that time.
Acked-by: Dave Taht <dave.taht@gmail.com>
>
> -Toke
> _______________________________________________
> Make-wifi-fast mailing list
> Make-wifi-fast@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/make-wifi-fast
next prev parent reply other threads:[~2018-12-19 13:35 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
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 ` Dave Taht [this message]
2018-12-19 13:34 ` [Make-wifi-fast] " 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=87mup1od18.fsf@taht.net \
--to=dave@taht.net \
--cc=ath10k@lists.infradead.org \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=make-wifi-fast@lists.bufferbloat.net \
--cc=rmanohar@codeaurora.org \
--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.