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: Sun, 06 Feb 2022 11:10:09 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Juhee Kang <claudiajkang@...il.com> Cc: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org, ennoerlangen@...il.com, george.mccollister@...il.com, olteanv@...il.com, marco.wenzel@...berle.de, xiong.zhenwu@....com.cn Subject: Re: [PATCH v4 net-next] net: hsr: use hlist_head instead of list_head for mac addresses Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller <davem@...emloft.net>: On Sat, 5 Feb 2022 15:40:38 +0000 you wrote: > Currently, HSR manages mac addresses of known HSR nodes by using list_head. > It takes a lot of time when there are a lot of registered nodes due to > finding specific mac address nodes by using linear search. We can be > reducing the time by using hlist. Thus, this patch moves list_head to > hlist_head for mac addresses and this allows for further improvement of > network performance. > > [...] Here is the summary with links: - [v4,net-next] net: hsr: use hlist_head instead of list_head for mac addresses https://git.kernel.org/netdev/net-next/c/4acc45db7115 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