This document discusses tuning hardware and software for zero-frame loss when virtualizing network functions. It describes matching virtual network interface configurations in the hypervisor to the underlying hardware by adjusting queue sizes. A code snippet is provided to modify QEMU commands to set rx_queue_size and tx_queue_size for virtio-net-pci devices during VM instantiation. The goal is a perfect hardware-software match to eliminate dropped network frames.
Related topics: