cloud-hypervisor/virtio-devices/src
Rob Bradford 4959434219 Revert "virtio-devices: net: Improve throughput with virtio features"
This reverts commit 58d25b3ccc.

This change introduced a regression when running iperf with the guest
running as the server:

marvin:~/src/cloud-hypervisor ((58d25b3c...))$ iperf  -c 192.168.249.2
------------------------------------------------------------
Client connecting to 192.168.249.2, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.249.1 port 47078 connected with 192.168.249.2 port 5001
[ ID] Interval       Transfer     Bandwidth
[  1] 0.00-10.40 sec  14.0 MBytes  11.3 Mbits/sec
marvin:~/src/cloud-hypervisor ((58d25b3c...))$ iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.249.1 port 5001 connected with 192.168.249.2 port 42866
[ ID] Interval       Transfer     Bandwidth
[  1] 0.00-10.01 sec  51.2 GBytes  44.0 Gbits/sec

Fixes: #3450

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-12-13 08:33:27 +00:00
..
transport virtio-devices: add or adjust comments for impl ByteValued 2021-11-17 14:40:51 +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 virtio-devices: add or adjust comments for impl ByteValued 2021-11-17 14:40:51 +00:00
block.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
console.rs virtio-devices: add or adjust comments for impl ByteValued 2021-11-17 14:40:51 +00:00
device.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
epoll_helper.rs virtio-devices: Update some comments in epoll_helper.rs 2021-11-23 14:03:05 +01:00
iommu.rs virtio-devices: add or adjust comments for impl ByteValued 2021-11-17 14:40:51 +00:00
lib.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
mem.rs virtio-devices: add or adjust comments for impl ByteValued 2021-11-17 14:40:51 +00:00
net.rs Revert "virtio-devices: net: Improve throughput with virtio features" 2021-12-13 08:33:27 +00:00
pmem.rs virtio-devices: add or adjust comments for impl ByteValued 2021-11-17 14:40:51 +00: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