Message ID | cover.1651141755.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | generic net and ipv6 minor optimisations | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Thu, 28 Apr 2022 11:58:43 +0100 you wrote: > 1-3 inline simple functions that only reshuffle arguments possibly adding > extra zero args, and call another function. It was benchmarked before with > a bunch of extra patches, see for details > > https://lore.kernel.org/netdev/cover.1648981570.git.asml.silence@gmail.com/ > > It may increase the binary size, but it's the right thing to do and at least > without modules it actually sheds some bytes for some standard-ish config. > > [...] Here is the summary with links: - [net-next,1/5] net: inline sock_alloc_send_skb https://git.kernel.org/netdev/net-next/c/de32bc6aad09 - [net-next,2/5] net: inline skb_zerocopy_iter_dgram https://git.kernel.org/netdev/net-next/c/657dd5f97b2e - [net-next,3/5] net: inline dev_queue_xmit() https://git.kernel.org/netdev/net-next/c/c526fd8f9f4f - [net-next,4/5] ipv6: help __ip6_finish_output() inlining https://git.kernel.org/netdev/net-next/c/4b143ed7dde5 - [net-next,5/5] ipv6: refactor ip6_finish_output2() https://git.kernel.org/netdev/net-next/c/58f71be58b87 You are awesome, thank you!