All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v4 0/3] expected throughput from AQL airtime
@ 2022-06-01 11:29 Baligh Gasmi
  2022-06-01 11:29 ` [RFC PATCH v4 1/3] mac80211: use AQL airtime for expected throughput Baligh Gasmi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Baligh Gasmi @ 2022-06-01 11:29 UTC (permalink / raw)
  To: Johannes Berg
  Cc: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-wireless, netdev, linux-kernel, Baligh Gasmi

v4:
- Fix compilation error
- Take into acount channel busy time

v3:
- Update to new MLO sta struct

v2:
- Total size overflow, use u64 instead of u32

v1:
- Make one div after at least 100ms rather than one div each skb

Baligh Gasmi (3):
  mac80211: use AQL airtime for expected throughput.
  mac80211: add periodic monitor for channel busy time
  mac80211: add busy time factor into expected throughput

 net/mac80211/driver-ops.h  |  2 ++
 net/mac80211/ieee80211_i.h |  6 ++++
 net/mac80211/iface.c       | 65 ++++++++++++++++++++++++++++++++++++++
 net/mac80211/sta_info.c    | 46 +++++++++++++++++++++++++++
 net/mac80211/sta_info.h    | 11 +++++++
 net/mac80211/status.c      |  2 ++
 net/mac80211/tx.c          |  8 ++++-
 7 files changed, 139 insertions(+), 1 deletion(-)

-- 
2.36.1


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

end of thread, other threads:[~2022-06-21  7:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-01 11:29 [RFC PATCH v4 0/3] expected throughput from AQL airtime Baligh Gasmi
2022-06-01 11:29 ` [RFC PATCH v4 1/3] mac80211: use AQL airtime for expected throughput Baligh Gasmi
2022-06-01 11:29 ` [RFC PATCH v4 2/3] mac80211: add periodic monitor for channel busy time Baligh Gasmi
2022-06-21  7:28   ` Kalle Valo
2022-06-01 11:29 ` [RFC PATCH v4 3/3] mac80211: add busy time factor into expected throughput Baligh Gasmi

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.