diff options
Diffstat (limited to 'results/classifier/118/network/1861875')
| -rw-r--r-- | results/classifier/118/network/1861875 | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/results/classifier/118/network/1861875 b/results/classifier/118/network/1861875 new file mode 100644 index 000000000..b6e365a08 --- /dev/null +++ b/results/classifier/118/network/1861875 @@ -0,0 +1,65 @@ +network: 0.926 +x86: 0.900 +device: 0.774 +performance: 0.707 +architecture: 0.691 +graphic: 0.688 +virtual: 0.686 +peripherals: 0.672 +VMM: 0.661 +PID: 0.658 +hypervisor: 0.641 +mistranslation: 0.598 +user-level: 0.582 +kernel: 0.582 +vnc: 0.577 +semantic: 0.574 +socket: 0.563 +i386: 0.526 +files: 0.520 +ppc: 0.507 +register: 0.496 +permissions: 0.477 +debug: 0.448 +risc-v: 0.415 +boot: 0.411 +assembly: 0.408 +TCG: 0.365 +KVM: 0.340 +arm: 0.324 + +VDE networking barely working + +Running qemu with a vde_switch and slirpvde: + + vde_switch -F -sock /tmp/qemu_vde_switch -M /tmp/qemu_vde_mgmt + slirpvde -s /tmp/qemu_vde_switch -dhcp + qemu-system-x86_64 -m 2048 -smp 2 -serial mon:stdio -display none -vga none -nodefaults -accel hax -net nic,macaddr=52:54:00:0e:e0:61,model=virtio -net vde,sock=/tmp/qemu_vde_switch -device virtio-rng-pci -drive file=worker.qcow2,if=virtio -drive file=cloud-init.iso,format=raw,if=virtio + +There is some network connectivity, ping and curl work, but bigger transfers like apt-get update break with the following errors printed in the output of vde_switch: + + vde_switch: send_sockaddr port 2: No buffer space available + vde_switch: send_sockaddr port 2: No buffer space available + vde_switch: send_sockaddr port 2: No buffer space available + +I've tried to change the MTU size and model of the adapter inside of the VM, but nothing worked. + +OS: macOS 10.15.2 +qemu: 4.2.0 +vde2 (vde_switch / slirpvde): 2.3.2 + +The QEMU project is currently considering to move its bug tracking to +another system. For this we need to know which bugs are still valid +and which could be closed already. Thus we are setting older bugs to +"Incomplete" now. + +If you still think this bug report here is valid, then please switch +the state back to "New" within the next 60 days, otherwise this report +will be marked as "Expired". Or please mark it as "Fix Released" if +the problem has been solved with a newer version of QEMU already. + +Thank you and sorry for the inconvenience. + + +[Expired for QEMU because there has been no activity for 60 days.] + |