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
| ||
|
Message-Id: <166141681399.8929.6193115207084669995.git-patchwork-notify@kernel.org> Date: Thu, 25 Aug 2022 08:40:13 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Richard Gobert <richardbgobert@...il.com> Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, yoshfuji@...ux-ipv6.org, dsahern@...nel.org, xeb@...l.ru, roopa@...dia.com, eng.alaamohamedsoliman.am@...il.com, bigeasy@...utronix.de, heikki.krogerus@...ux.intel.com, gregkh@...uxfoundation.org, iwienand@...hat.com, netdev@...r.kernel.org Subject: Re: [PATCH V2] net: gro: skb_gro_header helper function Hello: This patch was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@...hat.com>: On Tue, 23 Aug 2022 09:10:49 +0200 you wrote: > Introduce a simple helper function to replace a common pattern. > When accessing the GRO header, we fetch the pointer from frag0, > then test its validity and fetch it from the skb when necessary. > > This leads to the pattern > skb_gro_header_fast -> skb_gro_header_hard -> skb_gro_header_slow > recurring many times throughout GRO code. > > [...] Here is the summary with links: - [V2] net: gro: skb_gro_header helper function https://git.kernel.org/netdev/net-next/c/35ffb6654729 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