mbox series

[V3,0/4] Enable virtual time-based airtime scheduler support on ath10k

Message ID 1569223201-1490-1-git-send-email-yiboz@codeaurora.org (mailing list archive)
Headers show
Series Enable virtual time-based airtime scheduler support on ath10k | expand

Message

Yibo Zhao Sept. 23, 2019, 7:19 a.m. UTC
This series fix some issues when enabling virtual time-based airtime scheduler on ath10k.

Changes since v2:
  Changes station airtime weight to be per-AC based to avoid sync issue
  Remove Co-developed-by and Toke's sign-off as Toke suggested

Changes since v1:
  Modify the author of Co-developed-by as Johannes suggested

Toke Høiland-Jørgensen (1):
  mac80211: Switch to a virtual time-based airtime scheduler

Yibo Zhao (3):
  mac80211: defer txqs removal from rbtree
  mac80211: fix low throughput in multi-clients situation
  mac80211: Sync airtime weight sum with per AC synced sta airtime
    weight together

 include/net/mac80211.h     |  16 ++-
 net/mac80211/cfg.c         |  29 ++++-
 net/mac80211/debugfs.c     |  48 +++++++-
 net/mac80211/debugfs_sta.c |  18 +--
 net/mac80211/ieee80211_i.h |  17 ++-
 net/mac80211/main.c        |   8 +-
 net/mac80211/sta_info.c    |  25 +++-
 net/mac80211/sta_info.h    |   8 +-
 net/mac80211/tx.c          | 282 +++++++++++++++++++++++++++++++++------------
 9 files changed, 347 insertions(+), 104 deletions(-)

Comments

Johannes Berg Oct. 1, 2019, 10:19 a.m. UTC | #1
On Mon, 2019-09-23 at 15:19 +0800, Yibo Zhao wrote:
> This series fix some issues when enabling virtual time-based airtime scheduler on ath10k.
> 
Given the lengthy discussion here and also over in the related thread
about AQL, I'm assuming you're going to repost this eventually.

johannes
Yibo Zhao Oct. 1, 2019, 10:59 a.m. UTC | #2
On 2019-10-01 18:19, Johannes Berg wrote:
> On Mon, 2019-09-23 at 15:19 +0800, Yibo Zhao wrote:
>> This series fix some issues when enabling virtual time-based airtime 
>> scheduler on ath10k.
>> 
> Given the lengthy discussion here and also over in the related thread
> about AQL, I'm assuming you're going to repost this eventually.

Yes, will repost once Toke have updated "mac80211: Switch to a virtual 
time-based airtime scheduler" with his new ideas.
> 
> johannes
Toke Høiland-Jørgensen Oct. 1, 2019, 11:05 a.m. UTC | #3
Yibo Zhao <yiboz@codeaurora.org> writes:

> On 2019-10-01 18:19, Johannes Berg wrote:
>> On Mon, 2019-09-23 at 15:19 +0800, Yibo Zhao wrote:
>>> This series fix some issues when enabling virtual time-based airtime 
>>> scheduler on ath10k.
>>> 
>> Given the lengthy discussion here and also over in the related thread
>> about AQL, I'm assuming you're going to repost this eventually.
>
> Yes, will repost once Toke have updated "mac80211: Switch to a virtual 
> time-based airtime scheduler" with his new ideas.

Which in turn is waiting for the AQL stuff... :)

-Toke