From: Lorenzo Bianconi <lorenzo@kernel.org>
To: Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
Paolo Abeni <pabeni@redhat.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, netdev@vger.kernel.org,
Lorenzo Bianconi <lorenzo@kernel.org>
Subject: [PATCH net-next 0/6] net: airoha: Introduce NPU callbacks for wlan offloading
Date: Wed, 02 Jul 2025 00:23:29 +0200 [thread overview]
Message-ID: <20250702-airoha-en7581-wlan-offlaod-v1-0-803009700b38@kernel.org> (raw)
Similar to wired traffic, EN7581 SoC allows to offload traffic to/from
the MT76 wireless NIC configuring the NPU module via the Netfilter
flowtable. This series introduces the necessary NPU callback used by
the MT76 driver in order to enable the offloading.
Subsequent patches will introduce the required MT76 support.
---
Lorenzo Bianconi (6):
net: airoha: npu: Add NPU wlan memory initialization commands
net: airoha: npu: Add more wlan NPU callbacks
net: airoha: npu: Add wlan irq management callbacks
net: airoha: npu: Read NPU interrupt lines from the DTS
net: airoha: npu: Enable core 3 for WiFi offloading
net: airoha: Add airoha_offload.h header
drivers/net/ethernet/airoha/airoha_npu.c | 326 +++++++++++++++++++++++++++++-
drivers/net/ethernet/airoha/airoha_npu.h | 36 ----
drivers/net/ethernet/airoha/airoha_ppe.c | 2 +-
include/linux/soc/airoha/airoha_offload.h | 295 +++++++++++++++++++++++++++
4 files changed, 619 insertions(+), 40 deletions(-)
---
base-commit: 21deb2d966920f0d4dd098ca6c3a55efbc0b2f23
change-id: 20250701-airoha-en7581-wlan-offlaod-67c9daff8473
Best regards,
--
Lorenzo Bianconi <lorenzo@kernel.org>
next reply other threads:[~2025-07-01 22:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-01 22:23 Lorenzo Bianconi [this message]
2025-07-01 22:23 ` [PATCH net-next 1/6] net: airoha: npu: Add NPU wlan memory initialization commands Lorenzo Bianconi
2025-07-04 14:47 ` Simon Horman
2025-07-01 22:23 ` [PATCH net-next 2/6] net: airoha: npu: Add more wlan NPU callbacks Lorenzo Bianconi
2025-07-04 14:51 ` Simon Horman
2025-07-01 22:23 ` [PATCH net-next 3/6] net: airoha: npu: Add wlan irq management callbacks Lorenzo Bianconi
2025-07-04 14:52 ` Simon Horman
2025-07-01 22:23 ` [PATCH net-next 4/6] net: airoha: npu: Read NPU interrupt lines from the DTS Lorenzo Bianconi
2025-07-04 14:56 ` Simon Horman
2025-07-05 7:39 ` Lorenzo Bianconi
2025-07-01 22:23 ` [PATCH net-next 5/6] net: airoha: npu: Enable core 3 for WiFi offloading Lorenzo Bianconi
2025-07-04 14:52 ` Simon Horman
2025-07-01 22:23 ` [PATCH net-next 6/6] net: airoha: Add airoha_offload.h header 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=20250702-airoha-en7581-wlan-offlaod-v1-0-803009700b38@kernel.org \
--to=lorenzo@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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).