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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <172847523450.1241124.965690201878894665.git-patchwork-notify@kernel.org>
Date: Wed, 09 Oct 2024 12:00:34 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jonas Rebmann <jre@...gutronix.de>
Cc: davem@...emloft.net, dsahern@...nel.org, edumazet@...gle.com,
 kuba@...nel.org, pabeni@...hat.com, madalin.bucur@....com,
 sean.anderson@...o.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
 kernel@...gutronix.de
Subject: Re: [PATCH 0/2] improve multicast join group performance

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@...emloft.net>:

On Mon, 07 Oct 2024 16:17:10 +0200 you wrote:
> This series seeks to improve performance on updating igmp group
> memberships such as with IP_ADD_MEMBERSHIP or MCAST_JOIN_SOURCE_GROUP.
> 
> Our use case was to add 2000 multicast memberships on a TQMLS1046A which
> took about 3.6 seconds for the membership additions alone. Our userspace
> reproducer tool was instrumented to log runtimes of the individual
> setsockopt invocations which clearly indicated quadratic complexity of
> setting up the membership with regard to the total number of multicast
> groups to be joined. We used perf to locate the hotspots and
> subsequently optimized the most costly sections of code.
> 
> [...]

Here is the summary with links:
  - [1/2] net: ipv4: igmp: optimize ____ip_mc_inc_group() using mc_hash
    https://git.kernel.org/netdev/net-next/c/69a3272d787c
  - [2/2] net: dpaa: use __dev_mc_sync in dpaa_set_rx_mode()
    https://git.kernel.org/netdev/net-next/c/298f70b37144

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