From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com,
sean.wang@mediatek.com, greearb@candelatech.com,
ryder.lee@mediatek.com
Subject: [PATCH v2 00/10] mt76: ethtool stats features and fixes
Date: Tue, 19 Oct 2021 12:12:22 +0200 [thread overview]
Message-ID: <cover.1634637742.git.lorenzo@kernel.org> (raw)
- 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
next reply other threads:[~2021-10-19 10:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-19 10:12 Lorenzo Bianconi [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1634637742.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=greearb@candelatech.com \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=ryder.lee@mediatek.com \
--cc=sean.wang@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.