From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
sean.wang@mediatek.com
Subject: [PATCH 0/2] mt76u: convert rx/status path to worker APIs
Date: Tue, 20 Oct 2020 11:13:09 +0200 [thread overview]
Message-ID: <cover.1603184783.git.lorenzo@kernel.org> (raw)
In order to improve parallelism and improve performances, convert
rx and status path in mt76-usb module to mt76 worker APIs.
mt7663u upstream codepath:
TCP tx: ~420Mbps
TCP rx: ~360Mbps
mt7663u worker APIs:
TCP tx: ~455Mbps
TCP rx: ~380Mbps
Lorenzo Bianconi (2):
mt76: mt76u: rely on woker APIs for rx work
mt76: mt76u: use dedicated thread for status work
drivers/net/wireless/mediatek/mt76/mt76.h | 4 +-
.../net/wireless/mediatek/mt76/mt7615/usb.c | 9 ++-
.../net/wireless/mediatek/mt76/mt76x0/usb.c | 1 +
.../net/wireless/mediatek/mt76/mt76x2/usb.c | 1 +
drivers/net/wireless/mediatek/mt76/usb.c | 68 +++++++++++++------
5 files changed, 56 insertions(+), 27 deletions(-)
--
2.26.2
next reply other threads:[~2020-10-20 9:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-20 9:13 Lorenzo Bianconi [this message]
2020-10-20 9:13 ` [PATCH 1/2] mt76: mt76u: rely on woker APIs for rx work Lorenzo Bianconi
2020-10-20 9:13 ` [PATCH 2/2] mt76: mt76u: use dedicated thread for status work 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.1603184783.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.