All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] mt76: ethtool stats features and fixes
@ 2021-10-19 10:12 Lorenzo Bianconi
  2021-10-19 10:12 ` [PATCH v2 01/10] mt76: move mt76_sta_stats in mt76.h Lorenzo Bianconi
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Lorenzo Bianconi @ 2021-10-19 10:12 UTC (permalink / raw)
  To: nbd; +Cc: linux-wireless, lorenzo.bianconi, sean.wang, greearb, ryder.lee

- mt7921: add ethtool support similar to mt7915 driver
- mt7915: some ethtool fixes

Changes since v1:
- rebase on top of "Add MT7921 SDIO WiFi support"
  https://patchwork.kernel.org/project/linux-wireless/list/?series=565859
- do not reset MIB counters in .get_stats callback

Lorenzo Bianconi (10):
  mt76: move mt76_sta_stats in mt76.h
  mt76: move mt76_ethtool_worker_info in mt76 module
  mt76: mt7915: run mt7915_get_et_stats holding mt76 mutex
  mt76: mt7915: move tx amsdu stats in mib_stats
  mt76: do not reset MIB counters in get_stats callback
  mt76: mt7921: add some more MIB counters
  mt76: mt7921: introduce stats reporting through ethtool
  mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skb
  mt76: mt7921: move tx amsdu stats in mib_stats
  mt76: mt7921: add per-vif counters in ethtool

 drivers/net/wireless/mediatek/mt76/mac80211.c |  28 +++
 drivers/net/wireless/mediatek/mt76/mt76.h     |  17 ++
 .../net/wireless/mediatek/mt76/mt7615/main.c  |   2 -
 .../wireless/mediatek/mt76/mt7915/debugfs.c   |  24 +--
 .../net/wireless/mediatek/mt76/mt7915/mac.c   |  11 +-
 .../net/wireless/mediatek/mt76/mt7915/main.c  |  60 ++-----
 .../wireless/mediatek/mt76/mt7915/mt7915.h    |  13 +-
 .../wireless/mediatek/mt76/mt7921/debugfs.c   |  27 ++-
 .../net/wireless/mediatek/mt76/mt7921/mac.c   |  49 ++++-
 .../net/wireless/mediatek/mt76/mt7921/main.c  | 169 +++++++++++++++++-
 .../wireless/mediatek/mt76/mt7921/mt7921.h    |  22 +++
 .../net/wireless/mediatek/mt76/mt7921/regs.h  |  28 +++
 12 files changed, 362 insertions(+), 88 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-19 10:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19 10:12 [PATCH v2 00/10] mt76: ethtool stats features and fixes Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 01/10] mt76: move mt76_sta_stats in mt76.h Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 02/10] mt76: move mt76_ethtool_worker_info in mt76 module Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 03/10] mt76: mt7915: run mt7915_get_et_stats holding mt76 mutex Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 04/10] mt76: mt7915: move tx amsdu stats in mib_stats Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 05/10] mt76: do not reset MIB counters in get_stats callback Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 06/10] mt76: mt7921: add some more MIB counters Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 07/10] mt76: mt7921: introduce stats reporting through ethtool Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 08/10] mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skb Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 09/10] mt76: mt7921: move tx amsdu stats in mib_stats Lorenzo Bianconi
2021-10-19 10:12 ` [PATCH v2 10/10] mt76: mt7921: add per-vif counters in ethtool Lorenzo Bianconi

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.