mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-17 10:19:48 +00:00
813f4d976b
Comment in Linux sources: Since an ethernet header is 14 bytes network drivers often end up with the IP header at an unaligned offset. The IP header can be aligned by shifting the start of the packet by 2 bytes. Drivers should do this with: skb_reserve(skb, NET_IP_ALIGN); This is ensured when using netdev_alloc_skb_ip_align(). Issue #4094 |
||
---|---|---|
.. | ||
drivers | ||
include | ||
lib | ||
lx_kit | ||
server/usb_terminal | ||
test |