summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/2762
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/2762')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/27626
1 files changed, 6 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/2762 b/results/classifier/accel-gemma3:12b/kvm/2762
new file mode 100644
index 000000000..5f978d374
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/2762
@@ -0,0 +1,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.