All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
	ryder.lee@mediatek.com
Subject: [PATCH 0/4] mt76: add tx napi polling support to mt7603/mt7615
Date: Wed,  1 May 2019 16:06:19 +0200	[thread overview]
Message-ID: <cover.1556718795.git.lorenzo@kernel.org> (raw)

Use napi polling for tx cleanup in mt7603 and mt7615 drivers in order
to allow tx scheduling and tx cleanup to run concurrently

Lorenzo Bianconi (4):
  mt76: move tx_napi in mt76_dev
  mt76: mt7603: use napi polling for tx cleanup
  mt76: mt7615: use napi polling for tx cleanup
  mt76: move netif_napi_del in mt76_dma_cleanup

 drivers/net/wireless/mediatek/mt76/dma.c      |  1 +
 drivers/net/wireless/mediatek/mt76/mt76.h     |  1 +
 .../net/wireless/mediatek/mt76/mt7603/core.c  |  2 +-
 .../net/wireless/mediatek/mt76/mt7603/dma.c   | 29 +++++++++++++++++--
 .../net/wireless/mediatek/mt76/mt7603/mac.c   |  4 ++-
 .../net/wireless/mediatek/mt76/mt7615/dma.c   | 23 +++++++++++++--
 .../net/wireless/mediatek/mt76/mt7615/pci.c   |  2 +-
 drivers/net/wireless/mediatek/mt76/mt76x02.h  |  1 -
 .../net/wireless/mediatek/mt76/mt76x02_mmio.c | 18 ++++++------
 9 files changed, 63 insertions(+), 18 deletions(-)

-- 
2.20.1


             reply	other threads:[~2019-05-01 14:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-01 14:06 Lorenzo Bianconi [this message]
2019-05-01 14:06 ` [PATCH 1/4] mt76: move tx_napi in mt76_dev Lorenzo Bianconi
2019-05-01 14:06 ` [PATCH 2/4] mt76: mt7603: use napi polling for tx cleanup Lorenzo Bianconi
2019-05-01 14:06 ` [PATCH 3/4] mt76: mt7615: " Lorenzo Bianconi
2019-05-01 14:06 ` [PATCH 4/4] mt76: move netif_napi_del in mt76_dma_cleanup Lorenzo Bianconi
2019-05-11 13:27 ` [PATCH 0/4] mt76: add tx napi polling support to mt7603/mt7615 Felix Fietkau

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.1556718795.git.lorenzo@kernel.org \
    --to=lorenzo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lorenzo.bianconi@redhat.com \
    --cc=nbd@nbd.name \
    --cc=ryder.lee@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.