mbox series

[0/4] mt76: add tx napi polling support to mt7603/mt7615

Message ID cover.1556718795.git.lorenzo@kernel.org (mailing list archive)
Headers show
Series mt76: add tx napi polling support to mt7603/mt7615 | expand

Message

Lorenzo Bianconi May 1, 2019, 2:06 p.m. UTC
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(-)

Comments

Felix Fietkau May 11, 2019, 1:27 p.m. UTC | #1
On 2019-05-01 16:06, Lorenzo Bianconi wrote:
> 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
Applied, thanks.

- Felix