From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com,
Bo.Jiao@mediatek.com, sujuan.chen@mediatek.com,
ryder.Lee@mediatek.com, evelyn.tsai@mediatek.com
Subject: [PATCH 0/8] mt7915: introduce WED RX support
Date: Sat, 12 Nov 2022 16:40:33 +0100 [thread overview]
Message-ID: <cover.1668267241.git.lorenzo@kernel.org> (raw)
Similar to TX counterpart available on MT7622 and MT7986, introduce RX Wireless
Ethernet Dispatch available on MT7986 SoC in order to offload traffic received
by wlan nic to the wired interfaces (lan/wan).
This series is based on the following net-next series:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=573c38533c0d7f7a8964530c2c606eb691ba28ec
Lorenzo Bianconi (4):
wifi: mt76: add WED RX support to mt76_dma_{add,get}_buf
wifi: mt76: add WED RX support to mt76_dma_rx_fill
wifi: mt76: add WED RX support to dma queue alloc
wifi: mt76: mt7915: enable WED RX support
Sujuan Chen (4):
wifi: mt76: introduce rxwi and rx token utility routines
wifi: mt76: add info parameter to rx_skb signature
wifi: mt76: connac: introduce mt76_connac_mcu_sta_wed_update utility
routine
wifi: mt76: mt7915: enable WED RX stats
drivers/net/wireless/mediatek/mt76/dma.c | 244 +++++++++++---
drivers/net/wireless/mediatek/mt76/dma.h | 8 +
drivers/net/wireless/mediatek/mt76/mac80211.c | 10 +-
drivers/net/wireless/mediatek/mt76/mt76.h | 26 +-
.../net/wireless/mediatek/mt76/mt7603/dma.c | 2 +-
.../wireless/mediatek/mt76/mt7603/mt7603.h | 2 +-
.../net/wireless/mediatek/mt76/mt7615/mac.c | 2 +-
.../wireless/mediatek/mt76/mt7615/mt7615.h | 2 +-
.../wireless/mediatek/mt76/mt76_connac_mcu.c | 22 ++
.../wireless/mediatek/mt76/mt76_connac_mcu.h | 1 +
drivers/net/wireless/mediatek/mt76/mt76x02.h | 2 +-
.../net/wireless/mediatek/mt76/mt76x02_txrx.c | 2 +-
.../net/wireless/mediatek/mt76/mt7915/dma.c | 26 +-
.../net/wireless/mediatek/mt76/mt7915/mac.c | 44 ++-
.../net/wireless/mediatek/mt76/mt7915/main.c | 8 +
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 22 ++
.../net/wireless/mediatek/mt76/mt7915/mmio.c | 319 +++++++++++++-----
.../wireless/mediatek/mt76/mt7915/mt7915.h | 5 +-
.../net/wireless/mediatek/mt76/mt7915/regs.h | 7 +
.../net/wireless/mediatek/mt76/mt7921/mac.c | 2 +-
.../wireless/mediatek/mt76/mt7921/mt7921.h | 2 +-
drivers/net/wireless/mediatek/mt76/sdio.c | 2 +-
drivers/net/wireless/mediatek/mt76/tx.c | 30 ++
drivers/net/wireless/mediatek/mt76/usb.c | 2 +-
24 files changed, 630 insertions(+), 162 deletions(-)
--
2.38.1
next reply other threads:[~2022-11-12 15:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-12 15:40 Lorenzo Bianconi [this message]
2022-11-12 15:40 ` [PATCH 1/8] wifi: mt76: introduce rxwi and rx token utility routines Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 2/8] wifi: mt76: add WED RX support to mt76_dma_{add,get}_buf Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 3/8] wifi: mt76: add WED RX support to mt76_dma_rx_fill Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 4/8] wifi: mt76: add WED RX support to dma queue alloc Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 5/8] wifi: mt76: add info parameter to rx_skb signature Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 6/8] wifi: mt76: connac: introduce mt76_connac_mcu_sta_wed_update utility routine Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 7/8] wifi: mt76: mt7915: enable WED RX support Lorenzo Bianconi
2022-11-12 15:40 ` [PATCH 8/8] wifi: mt76: mt7915: enable WED RX stats 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.1668267241.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=Bo.Jiao@mediatek.com \
--cc=evelyn.tsai@mediatek.com \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=ryder.Lee@mediatek.com \
--cc=sujuan.chen@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).