mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-12-30 21:07:02 +00:00
this a new option queue=(\d+) to net interface Allow to use more than 1 cpu for network stream, so this can improve network bandwidth, when vhost-net cpu is the bottleneck http://www.linux-kvm.org/page/Multiqueue#Enable_MQ_feature -netdev tap,vhost=on,queues=N -device virtio-net-pci,mq=on,vectors=2N+2 host requirement ---------------- this require host kernel >= 3.8 (or qemu die at start) linux guest requirement ----------------------- kernel >= 3.8 manual enabling multiqueue windows guest requierement -------------------------- recent virtio-net driver Signed-off-by: Alexandre Derumier <aderumier@odiso.com> |
||
|---|---|---|
| PVE | ||
| .gitignore | ||
| changelog.Debian | ||
| control.in | ||
| copyright | ||
| gen-vmconf-pod.pl | ||
| Makefile | ||
| pcitest.pl | ||
| postinst | ||
| postrm | ||
| pve-bridge | ||
| pve-bridgedown | ||
| pve-usb.cfg | ||
| qemu.init.d | ||
| qm | ||
| qmextract | ||
| qmrestore | ||
| qmupdate | ||
| sparsecp.c | ||
| utils.c | ||
| vmtar.c | ||