summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/2762
blob: 5f978d37421f542fa44d0b7194f2dae2fcdf6052 (plain) (blame)
1
2
3
4
5
6
virtio-net regression for aarch64 guests
Description of problem:
The host system is running DHCP via dnsmasq 2.88. QEMU 9.1 works properly and completes DHCP handshake. QEMU 9.2 fails the DHCP handshake after DHCPOFFER with "eth0: checksum failure from 10.2.83.1".

I found by bisecting that the issue was introduced by commit 7987d2be5a8bc3a502f89ba8cf3ac3e09f64d1ce "virtio-net: Copy received header to buffer". Reverting that commit on 9.2.0 corrects the issue.