All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFCv2 0/2] nl80211/mac80211 Add support for per-rate rx statistics
@ 2018-05-28 13:34 Sriram R
  2018-05-28 13:34 ` [RFCv2 1/2] nl80211: support per-rate/per-station statistics Sriram R
  2018-05-28 13:34 ` [RFCv2 2/2] mac80211: Add support for per-rate rx statistics Sriram R
  0 siblings, 2 replies; 9+ messages in thread
From: Sriram R @ 2018-05-28 13:34 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Sriram R

This patchset adds support for the collection and propagating of
per-rate, per-station rx statistics when subscribed by userspace applications.

These statistics can be useful in understanding the quality of 
communication with our peers and in evaluating how different peers
are communicating in different MCS/BW/NSS during different time periods and environment.

This patchset is based on the below implementation by Johannes, to publish the stats when
user space clients have subscribed and  dump and clear when a certain threshold 
of stats is reached.

http://thread.gmane.org/gmane.linux.kernel.wireless.general/133172

Few changes are made to the above implementation,
	1. Dynamic memory allocation of stats data structures
	2. Rate is encoded and used as key of hash table for scalablility.

Johannes Berg(1):
  nl80211: support per-rate/per-station statistics

Sriram R (1):
  mac80211: Add support for per-rate rx statistics

 include/net/cfg80211.h       |  51 +++++++++++
 include/uapi/linux/nl80211.h |  76 ++++++++++++++++
 net/mac80211/cfg.c           |  36 ++++++++
 net/mac80211/ieee80211_i.h   |   2 +
 net/mac80211/main.c          |   2 +
 net/mac80211/rx.c            |  10 +-
 net/mac80211/sta_info.c      | 212 +++++++++++++++++++++++++++++++++++++++++++
 net/mac80211/sta_info.h      |  20 ++++
 net/wireless/core.c          |  18 ++++
 net/wireless/nl80211.c       | 175 ++++++++++++++++++++++++++++++++---
 net/wireless/nl80211.h       |  14 +++
 net/wireless/rdev-ops.h      |  10 ++
 net/wireless/trace.h         |  15 +++
 13 files changed, 626 insertions(+), 15 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-08-29 18:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28 13:34 [RFCv2 0/2] nl80211/mac80211 Add support for per-rate rx statistics Sriram R
2018-05-28 13:34 ` [RFCv2 1/2] nl80211: support per-rate/per-station statistics Sriram R
2018-06-15 12:19   ` Johannes Berg
2018-08-12  2:07     ` Sriram R
2018-05-28 13:34 ` [RFCv2 2/2] mac80211: Add support for per-rate rx statistics Sriram R
2018-06-15 12:25   ` Johannes Berg
2018-08-12  2:44     ` Sriram R
2018-08-28  9:00       ` Johannes Berg
2018-08-29 14:07         ` Sriram R

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.