From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
ryder.lee@mediatek.com, evelyn.tsai@mediatek.com,
shayne.chen@mediatek.com, Bo.Jiao@mediatek.com,
sujuan.chen@mediatek.com, linux-mediatek@lists.infradead.org
Subject: [PATCH v3 00/13] wifi: mt7996: add wed support
Date: Fri, 20 Oct 2023 12:30:47 +0200 [thread overview]
Message-ID: <cover.1697797422.git.lorenzo@kernel.org> (raw)
Similar to MT7915, introduce Wireless Ethernet Dispatcher (WED)
support for MT7996 driver to offload transmitted/received traffic.
Changes since v2:
- fix compilation errors if wed is not enabled
- add RRO garbage collector patch to the series
Changes since v1:
- add wed reset support
- unmap rro buffer on module unload
- check ind reason to check if the rx buffer must be discarded
Bo Jiao (1):
wifi: mt76: mt7996: add wed rx support
Lorenzo Bianconi (11):
wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common
code
wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code
wifi: mt76: move mt76_net_setup_tc in common code
wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine
wifi: mt76: introduce wed pointer in mt76_queue
wifi: mt76: increase MT_QFLAG_WED_TYPE size
wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine
wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro
signature
mt76: move wed reset common code in mt76 module
mt76: mt7996: add wed reset support
wifi: mt76: mt7996: add wed rro delete session garbage collector
Sujuan Chen (1):
wifi: mt76: mt7996: add wed tx support
drivers/net/wireless/mediatek/mt76/dma.c | 246 +++++++++++-----
drivers/net/wireless/mediatek/mt76/dma.h | 52 ++++
drivers/net/wireless/mediatek/mt76/mac80211.c | 19 +-
drivers/net/wireless/mediatek/mt76/mmio.c | 105 +++++++
drivers/net/wireless/mediatek/mt76/mt76.h | 96 +++++-
.../net/wireless/mediatek/mt76/mt7603/dma.c | 9 +-
.../net/wireless/mediatek/mt76/mt7615/dma.c | 6 +-
.../net/wireless/mediatek/mt76/mt76_connac.h | 3 +-
.../wireless/mediatek/mt76/mt76_connac_mac.c | 5 +-
.../wireless/mediatek/mt76/mt76_connac_mcu.h | 1 +
.../net/wireless/mediatek/mt76/mt76x02_mmio.c | 5 +-
.../net/wireless/mediatek/mt76/mt7915/dma.c | 46 +--
.../net/wireless/mediatek/mt76/mt7915/main.c | 16 +-
.../net/wireless/mediatek/mt76/mt7915/mmio.c | 116 +-------
.../net/wireless/mediatek/mt76/mt7921/pci.c | 2 +-
.../net/wireless/mediatek/mt76/mt7925/pci.c | 2 +-
.../net/wireless/mediatek/mt76/mt7996/dma.c | 276 ++++++++++++++++--
.../net/wireless/mediatek/mt76/mt7996/init.c | 256 +++++++++++++++-
.../net/wireless/mediatek/mt76/mt7996/mac.c | 122 +++++++-
.../net/wireless/mediatek/mt76/mt7996/main.c | 42 +++
.../net/wireless/mediatek/mt76/mt7996/mcu.c | 115 +++++++-
.../net/wireless/mediatek/mt76/mt7996/mcu.h | 37 +++
.../net/wireless/mediatek/mt76/mt7996/mmio.c | 245 ++++++++++++++--
.../wireless/mediatek/mt76/mt7996/mt7996.h | 79 ++++-
.../net/wireless/mediatek/mt76/mt7996/pci.c | 61 ++--
.../net/wireless/mediatek/mt76/mt7996/regs.h | 78 ++++-
26 files changed, 1695 insertions(+), 345 deletions(-)
--
2.41.0
next reply other threads:[~2023-10-20 10:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-20 10:30 Lorenzo Bianconi [this message]
2023-10-20 10:30 ` [PATCH v3 01/13] wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 02/13] wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} " Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 03/13] wifi: mt76: move mt76_net_setup_tc " Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 04/13] wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 05/13] wifi: mt76: introduce wed pointer in mt76_queue Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 06/13] wifi: mt76: increase MT_QFLAG_WED_TYPE size Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 07/13] wifi: mt76: mt7996: add wed tx support Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 08/13] wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 09/13] wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 10/13] wifi: mt76: mt7996: add wed rx support Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 11/13] mt76: move wed reset common code in mt76 module Lorenzo Bianconi
2023-10-20 10:30 ` [PATCH v3 12/13] mt76: mt7996: add wed reset support Lorenzo Bianconi
2023-10-20 10:31 ` [PATCH v3 13/13] wifi: mt76: mt7996: add wed rro delete session garbage collector 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.1697797422.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=Bo.Jiao@mediatek.com \
--cc=evelyn.tsai@mediatek.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=ryder.lee@mediatek.com \
--cc=shayne.chen@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).