File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,17 @@ and this project adheres to
1010
1111### Added
1212
13+ - [ #4875 ] ( https://github.com/firecracker-microvm/firecracker/pull/4875 ) : Increase
14+ default queue size for the ` virtio-net ` device from 256 to 512. This decreases
15+ wait time between guest and vmm threads for network packets processing and allows
16+ for more throughput.
1317- [ #4834 ] ( https://github.com/firecracker-microvm/firecracker/pull/4834 ) : Add
1418 ` VIRTIO_NET_F_RX_MRGBUF ` support to the ` virtio-net ` device. When this feature
1519 is negotiated, guest ` virtio-net ` driver can perform more efficient memory
1620 management which in turn improves RX and TX performance.
21+ - [ #4844 ] ( https://github.com/firecracker-microvm/firecracker/pull/4844 ) : Upgrade
22+ ` virtio-net ` device to use ` readv ` syscall to avoid unnecessary memory copies
23+ on RX path, increasing the RX performance.
1724- [ #4460 ] ( https://github.com/firecracker-microvm/firecracker/pull/4460 ) : Add a
1825 call to
1926 [ ` KVM_KVMCLOCK_CTRL ` ] ( https://docs.kernel.org/virt/kvm/api.html#kvm-kvmclock-ctrl )
You can’t perform that action at this time.
0 commit comments