cloud-hypervisor/virtio-devices/src
Sebastien Boeuf 58d25b3ccc virtio-devices: net: Improve throughput with virtio features
By merging receive buffers through the VIRTIO_NET_F_MRG_RXBUF feature,
as well as enabling the use of indirect descriptors through
VIRTIO_RING_F_INDIRECT_DESC feature, we achieve better throughput for
the virtio-net device without hurting its latency.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-11-03 17:11:59 +00:00
..
transport pci, virtio-devices, vmm: Allocate PCI 64-bit bars per segment 2021-11-02 16:55:42 +00:00
vhost_user Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
vsock Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
balloon.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
block.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
console.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
device.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
epoll_helper.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
iommu.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
lib.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
mem.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
net.rs virtio-devices: net: Improve throughput with virtio features 2021-11-03 17:11:59 +00:00
pmem.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
rng.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
seccomp_filters.rs vmm, pci: Implement virtio-mem support for vfio-user 2021-09-21 15:42:49 +01:00
thread_helper.rs virtio-devices: Call closure directly rather than indirect 2021-10-19 19:42:36 +01:00
watchdog.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00