linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] mt7915 stats and debugging improvements.
@ 2021-08-11 21:44 greearb
  2021-08-11 21:44 ` [PATCH 01/15] mt76: mt7915: add comments about rx descriptor parsing greearb
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: greearb @ 2021-08-11 21:44 UTC (permalink / raw)
  To: linux-wireless; +Cc: Ben Greear

From: Ben Greear <greearb@candelatech.com>

Allow enabling group-5 rx stats, improve ethtool counters,
debugfs entries to getting some fw stats.

This goes on top of the previous two series I have posted
for this driver.

Ben Greear (15):
  mt76: mt7915:  add comments about rx descriptor parsing
  mt76: mt7915:  print out hw revision
  mt76: mt7915:  tx_stats debugfs to read from mib
  mt76: mt7915:  support enabling rx group-5 status
  mt76: mt7915:  use nss for calculating rx-chains
  mt76: mt7915:  rename amsdu_pack_stats to tx_amsdu_pack_stats
  mt76: mt7915:  ethtool group-5 rx stats information
  mt76: mt7915:  ethtool counters for driver rx path
  mt76: mt7915:  fix rate rix and flags in txs path
  mt76: mt7915:  add ethtool tx/rx pkts/bytes
  mt76: mt7915:  debugfs display for pse non-empty queues
  mt76: mt7915: add more pse queue data to debugfs
  mt76: mt7915:  add rx-ppdu-size-out-of-range ethtool counter
  mt76: mt7915:  ethtool and mib rx stats
  mt76: mt7915:  poll mib counters every 200ms

 .../wireless/mediatek/mt76/mt7915/debugfs.c   | 305 ++++++++++-
 .../net/wireless/mediatek/mt76/mt7915/init.c  |   3 +-
 .../net/wireless/mediatek/mt76/mt7915/mac.c   | 195 +++++--
 .../net/wireless/mediatek/mt76/mt7915/main.c  | 161 +++++-
 .../net/wireless/mediatek/mt76/mt7915/mmio.c  |   2 +-
 .../wireless/mediatek/mt76/mt7915/mt7915.h    |  49 +-
 .../net/wireless/mediatek/mt76/mt7915/regs.h  | 493 ++++++++++++++++++
 7 files changed, 1160 insertions(+), 48 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2021-08-11 21:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11 21:44 [PATCH 00/15] mt7915 stats and debugging improvements greearb
2021-08-11 21:44 ` [PATCH 01/15] mt76: mt7915: add comments about rx descriptor parsing greearb
2021-08-11 21:44 ` [PATCH 02/15] mt76: mt7915: print out hw revision greearb
2021-08-11 21:44 ` [PATCH 03/15] mt76: mt7915: tx_stats debugfs to read from mib greearb
2021-08-11 21:44 ` [PATCH 04/15] mt76: mt7915: support enabling rx group-5 status greearb
2021-08-11 21:44 ` [PATCH 05/15] mt76: mt7915: use nss for calculating rx-chains greearb
2021-08-11 21:44 ` [PATCH 06/15] mt76: mt7915: rename amsdu_pack_stats to tx_amsdu_pack_stats greearb
2021-08-11 21:44 ` [PATCH 07/15] mt76: mt7915: ethtool group-5 rx stats information greearb
2021-08-11 21:44 ` [PATCH 08/15] mt76: mt7915: ethtool counters for driver rx path greearb
2021-08-11 21:44 ` [PATCH 09/15] mt76: mt7915: fix rate rix and flags in txs path greearb
2021-08-11 21:44 ` [PATCH 10/15] mt76: mt7915: add ethtool tx/rx pkts/bytes greearb
2021-08-11 21:44 ` [PATCH 11/15] mt76: mt7915: debugfs display for pse non-empty queues greearb
2021-08-11 21:44 ` [PATCH 12/15] mt76: mt7915: add more pse queue data to debugfs greearb
2021-08-11 21:44 ` [PATCH 13/15] mt76: mt7915: add rx-ppdu-size-out-of-range ethtool counter greearb
2021-08-11 21:44 ` [PATCH 14/15] mt76: mt7915: ethtool and mib rx stats greearb
2021-08-11 21:44 ` [PATCH 15/15] mt76: mt7915: poll mib counters every 200ms greearb

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).