From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com,
sean.wang@mediatek.com
Subject: [PATCH 0/4] convert mt76 sdio to mt76 workers APIs
Date: Sat, 26 Sep 2020 17:06:21 +0200 [thread overview]
Message-ID: <cover.1601132347.git.lorenzo@kernel.org> (raw)
Convert mt76-sdio/mt7663s tx/rx path to mt76 worker threads APIs.
On mt8183 device, this series improves available throughput of ~60Mbps.
- mt76-sdio tx-rx workqueue: tcp ~ 390Mbps
- mt76-sdio tx-rx workers: tcp ~ 450Mbps
Lorenzo Bianconi (4):
mt76: mt7663s: move tx/rx processing in the same txrx workqueue
mt76: mt7663s: convert txrx_work to mt76_worker
mt76: mt7663s: disable interrupt during txrx_worker processing
mt76: sdio: convert {status/net}_work to mt76_worker
drivers/net/wireless/mediatek/mt76/mt76.h | 13 +-
.../wireless/mediatek/mt76/mt7615/mt7615.h | 2 +-
.../net/wireless/mediatek/mt76/mt7615/sdio.c | 45 ++++--
.../wireless/mediatek/mt76/mt7615/sdio_txrx.c | 112 +++++++--------
drivers/net/wireless/mediatek/mt76/sdio.c | 130 +++++++++---------
5 files changed, 154 insertions(+), 148 deletions(-)
--
2.26.2
next reply other threads:[~2020-09-26 15:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-26 15:06 Lorenzo Bianconi [this message]
2020-09-26 15:06 ` [PATCH 1/4] mt76: mt7663s: move tx/rx processing in the same txrx workqueue Lorenzo Bianconi
2020-09-26 15:06 ` [PATCH 2/4] mt76: mt7663s: convert txrx_work to mt76_worker Lorenzo Bianconi
2020-09-26 15:06 ` [PATCH 3/4] mt76: mt7663s: disable interrupt during txrx_worker processing Lorenzo Bianconi
2020-09-26 15:06 ` [PATCH 4/4] mt76: sdio: convert {status/net}_work to mt76_worker 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.1601132347.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--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 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).