All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mt7663s: move tx/rx processing in a dedicated wq
@ 2020-07-30 14:09 Lorenzo Bianconi
  2020-07-30 14:09 ` [PATCH 1/4] mt76: mt76s: move tx " Lorenzo Bianconi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lorenzo Bianconi @ 2020-07-30 14:09 UTC (permalink / raw)
  To: nbd; +Cc: lorenzo.bianconi, sean.wang, linux-wireless

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


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

end of thread, other threads:[~2020-07-30 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-30 14:09 [PATCH 0/4] mt7663s: move tx/rx processing in a dedicated wq Lorenzo Bianconi
2020-07-30 14:09 ` [PATCH 1/4] mt76: mt76s: move tx " 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

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.