From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, sean.wang@mediatek.com,
linux-wireless@vger.kernel.org
Subject: [PATCH 0/4] mt7663s: move tx/rx processing in a dedicated wq
Date: Thu, 30 Jul 2020 16:09:47 +0200 [thread overview]
Message-ID: <cover.1596115358.git.lorenzo@kernel.org> (raw)
Introduce mt76s_txrx_wq workqueue and move tx/rx processing from
kthreads to dedicated works.
Split tx/rx status processing in two separated works.
This series improves device throughput increasing tx/rx parallelization
Lorenzo Bianconi (4):
mt76: mt76s: move tx processing in a dedicated wq
mt76: mt7663s: move rx processing in txrx wq
mt76: mt76s: move status processing in txrx wq
mt76: mt76s: move tx/rx processing in 2 separate works
drivers/net/wireless/mediatek/mt76/mt76.h | 12 +-
.../wireless/mediatek/mt76/mt7615/mt7615.h | 3 +-
.../net/wireless/mediatek/mt76/mt7615/sdio.c | 10 +-
.../wireless/mediatek/mt76/mt7615/sdio_txrx.c | 134 ++++++++++--------
drivers/net/wireless/mediatek/mt76/sdio.c | 75 +++++-----
5 files changed, 127 insertions(+), 107 deletions(-)
--
2.26.2
next reply other threads:[~2020-07-30 14:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-30 14:09 Lorenzo Bianconi [this message]
2020-07-30 14:09 ` [PATCH 1/4] mt76: mt76s: move tx processing in a dedicated wq Lorenzo Bianconi
2020-07-30 14:09 ` [PATCH 2/4] mt76: mt7663s: move rx processing in txrx wq Lorenzo Bianconi
2020-07-30 14:09 ` [PATCH 3/4] mt76: mt76s: move status " Lorenzo Bianconi
2020-07-30 14:09 ` [PATCH 4/4] mt76: mt76s: move tx/rx processing in 2 separate works 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.1596115358.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 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.