On Fri, Jul 04, 2025 at 02:54:50PM +0100, Simon Horman wrote:
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 leitao@debian.org
I note that Jakub's review of v1 has been addressed here.
Thanks for the whole review, Simon. I appreciate it!
--breno