linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Implement Airtime-based Queue Limit (AQL)
@ 2019-10-04  6:21 Kan Yan
  2019-10-04  6:21 ` [PATCH 1/2] mac80211: " Kan Yan
  2019-10-04  6:21 ` [PATCH 2/2] ath10k: Enable " Kan Yan
  0 siblings, 2 replies; 14+ messages in thread
From: Kan Yan @ 2019-10-04  6:21 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, make-wifi-fast, toke, nbd, yiboz, Kan Yan

This patch series implements Airtime-based Queue Limit (AQL) in the mac80211 and Ath10k driver. It is based on an earlier version from the ChromiumOS tree[0]. 

This version has been tested with QCA9884 platform with 4.14 kernel. Tests show AQL is able to reduce latency by an order of magnitude in a congested environment without negative impact on the throughput.

[0] https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/1703105/7

Kan Yan (2):
  mac80211: Implement Airtime-based Queue Limit (AQL)
  ath10k: Enable Airtime-based Queue Limit (AQL)

 drivers/net/wireless/ath/ath10k/mac.c  |  7 ++-
 drivers/net/wireless/ath/ath10k/txrx.c | 12 +++-
 include/net/cfg80211.h                 |  7 +++
 include/net/mac80211.h                 | 34 +++++++++++
 net/mac80211/debugfs.c                 | 79 ++++++++++++++++++++++++++
 net/mac80211/debugfs_sta.c             | 43 ++++++++++----
 net/mac80211/ieee80211_i.h             |  4 ++
 net/mac80211/main.c                    |  7 ++-
 net/mac80211/sta_info.c                | 23 ++++++++
 net/mac80211/sta_info.h                |  4 ++
 net/mac80211/tx.c                      | 60 +++++++++++++++----
 11 files changed, 253 insertions(+), 27 deletions(-)

-- 

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-10-10  2:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04  6:21 [PATCH 0/2] Implement Airtime-based Queue Limit (AQL) Kan Yan
2019-10-04  6:21 ` [PATCH 1/2] mac80211: " Kan Yan
2019-10-04 12:30   ` Johannes Berg
2019-10-04 12:34   ` Johannes Berg
2019-10-04 15:44   ` Toke Høiland-Jørgensen
2019-10-05  2:08     ` Kan Yan
2019-10-05  2:19       ` Kan Yan
2019-10-06 17:40       ` Toke Høiland-Jørgensen
2019-10-07 19:23         ` Johannes Berg
2019-10-07 19:32           ` [Make-wifi-fast] " Dave Taht
2019-10-07 19:40           ` Toke Høiland-Jørgensen
2019-10-07 19:43             ` Johannes Berg
2019-10-10  2:35               ` Kan Yan
2019-10-04  6:21 ` [PATCH 2/2] ath10k: Enable " Kan Yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).