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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 12 Mar 2022 07:40:16 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Eric Dumazet <eric.dumazet@...il.com> Cc: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org, edumazet@...gle.com, jeffreyji@...gle.com, brianvv@...gle.com, pabeni@...hat.com Subject: Re: [PATCH v4 net-next] net: add per-cpu storage and net->core_stats Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@...nel.org>: On Thu, 10 Mar 2022 21:14:20 -0800 you wrote: > From: Eric Dumazet <edumazet@...gle.com> > > Before adding yet another possibly contended atomic_long_t, > it is time to add per-cpu storage for existing ones: > dev->tx_dropped, dev->rx_dropped, and dev->rx_nohandler > > Because many devices do not have to increment such counters, > allocate the per-cpu storage on demand, so that dev_get_stats() > does not have to spend considerable time folding zero counters. > > [...] Here is the summary with links: - [v4,net-next] net: add per-cpu storage and net->core_stats https://git.kernel.org/netdev/net-next/c/625788b58445 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