CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2026/06/18 03:10:12

Modified files:
        sys/dev/pv     : if_vio.c 

Log message:
sys/vio: align receive buffers

vio removes the virtio net header before handing packets to the Ethernet
input path. With the 12 byte modern virtio net header this leaves the
Ethernet frame at an address where the following IP header is not 32 bit
aligned; armv7 traps on the resulting unaligned access while processing
DHCP traffic.

OK: dlg@

Reply via email to