lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <174109143450.124302.2708662777154071510.git-patchwork-notify@kernel.org>
Date: Tue, 04 Mar 2025 12:30:34 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Lorenzo Bianconi <lorenzo@...nel.org>
Cc: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
 kuba@...nel.org, pabeni@...hat.com, nbd@....name, sean.wang@...iatek.com,
 matthias.bgg@...il.com, angelogioacchino.delregno@...labora.com,
 p.zabel@...gutronix.de, robh@...nel.org, krzk+dt@...nel.org,
 conor+dt@...nel.org, chester.a.unal@...nc9.com, daniel@...rotopia.org,
 dqfext@...il.com, andrew@...n.ch, olteanv@...il.com, netdev@...r.kernel.org,
 linux-arm-kernel@...ts.infradead.org, linux-mediatek@...ts.infradead.org,
 devicetree@...r.kernel.org, upstream@...oha.com, sayantan.nandy@...oha.com,
 ansuelsmth@...il.com, krzysztof.kozlowski@...aro.org
Subject: Re: [PATCH net-next v8 00/15] Introduce flowtable hw offloading in
 airoha_eth driver

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@...hat.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



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ