Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 02 Jul 2025 03:06:32 -0700 you wrote:
Refactors the netpoll UDP transmit path to improve code clarity, maintainability, and protocol-layer encapsulation.
Function netpoll_send_udp() has more than 100 LoC, which is hard to understand and review. After this patchset, it has only 32 LoC, which is more manageable.
[...]
Here is the summary with links: - [net-next,v2,1/7] netpoll: Improve code clarity with explicit struct size calculations https://git.kernel.org/netdev/net-next/c/4b52cdfcce21 - [net-next,v2,2/7] netpoll: factor out UDP checksum calculation into helper https://git.kernel.org/netdev/net-next/c/01dae7a61c1a - [net-next,v2,3/7] netpoll: factor out IPv6 header setup into push_ipv6() helper https://git.kernel.org/netdev/net-next/c/839388f39aee - [net-next,v2,4/7] netpoll: factor out IPv4 header setup into push_ipv4() helper https://git.kernel.org/netdev/net-next/c/8c27639dbe54 - [net-next,v2,5/7] netpoll: factor out UDP header setup into push_udp() helper https://git.kernel.org/netdev/net-next/c/cacfb1f4e9f6 - [net-next,v2,6/7] netpoll: move Ethernet setup to push_eth() helper https://git.kernel.org/netdev/net-next/c/eb4e773f13fb - [net-next,v2,7/7] selftests: net: Add IPv6 support to netconsole basic tests https://git.kernel.org/netdev/net-next/c/3dc6c76391cb
You are awesome, thank you!