[PATCH net-next v8 00/15] Introduce flowtable hw offloading in airoha_eth driver
patchwork-bot+netdevbpf at kernel.org
patchwork-bot+netdevbpf at kernel.org
Tue Mar 4 04:30:34 PST 2025
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni at redhat.com>:
On Fri, 28 Feb 2025 11:54:08 +0100 you wrote:
> Introduce netfilter flowtable integration in airoha_eth driver to
> offload 5-tuple flower rules learned by the PPE module if the user
> accelerates them using a nft configuration similar to the one reported
> below:
>
> table inet filter {
> flowtable ft {
> hook ingress priority filter
> devices = { lan1, lan2, lan3, lan4, eth1 }
> flags offload;
> }
> chain forward {
> type filter hook forward priority filter; policy accept;
> meta l4proto { tcp, udp } flow add @ft
> }
> }
>
> [...]
Here is the summary with links:
- [net-next,v8,01/15] net: airoha: Move airoha_eth driver in a dedicated folder
https://git.kernel.org/netdev/net-next/c/fb3dda82fd38
- [net-next,v8,02/15] net: airoha: Move definitions in airoha_eth.h
https://git.kernel.org/netdev/net-next/c/b38f4ff0ceac
- [net-next,v8,03/15] net: airoha: Move reg/write utility routines in airoha_eth.h
https://git.kernel.org/netdev/net-next/c/e0758a8694fb
- [net-next,v8,04/15] net: airoha: Move register definitions in airoha_regs.h
https://git.kernel.org/netdev/net-next/c/ec663d9a82bf
- [net-next,v8,05/15] net: airoha: Move DSA tag in DMA descriptor
https://git.kernel.org/netdev/net-next/c/af3cf757d5c9
- [net-next,v8,06/15] net: dsa: mt7530: Enable Rx sptag for EN7581 SoC
https://git.kernel.org/netdev/net-next/c/ab667db1e601
- [net-next,v8,07/15] net: airoha: Enable support for multiple net_devices
https://git.kernel.org/netdev/net-next/c/80369686737f
- [net-next,v8,08/15] net: airoha: Move REG_GDM_FWD_CFG() initialization in airoha_dev_init()
https://git.kernel.org/netdev/net-next/c/67fde5d58cd4
- [net-next,v8,09/15] net: airoha: Rename airoha_set_gdm_port_fwd_cfg() in airoha_set_vip_for_gdm_port()
https://git.kernel.org/netdev/net-next/c/c28b8375f6d0
- [net-next,v8,10/15] dt-bindings: net: airoha: Add the NPU node for EN7581 SoC
https://git.kernel.org/netdev/net-next/c/266f7a0f81c0
- [net-next,v8,11/15] dt-bindings: net: airoha: Add airoha,npu phandle property
https://git.kernel.org/netdev/net-next/c/9b1a0b72264c
- [net-next,v8,12/15] net: airoha: Introduce Airoha NPU support
https://git.kernel.org/netdev/net-next/c/23290c7bc190
- [net-next,v8,13/15] net: airoha: Introduce flowtable offload support
https://git.kernel.org/netdev/net-next/c/00a7678310fe
- [net-next,v8,14/15] net: airoha: Add loopback support for GDM2
https://git.kernel.org/netdev/net-next/c/9cd451d414f6
- [net-next,v8,15/15] net: airoha: Introduce PPE debugfs support
https://git.kernel.org/netdev/net-next/c/3fe15c640f38
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
More information about the linux-arm-kernel
mailing list