On Wed, Jul 02, 2025 at 03:06:38AM -0700, Breno Leitao wrote: > Refactor Ethernet header population into dedicated function, completing > the layered abstraction with: > > - push_eth() for link layer > - push_udp() for transport > - push_ipv4()/push_ipv6() for network > > Signed-off-by: Breno Leitao <lei...@debian.org>
I note that Jakub's review of v1 has been addressed here. Reviewed-by: Simon Horman <ho...@kernel.org>