We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a18ede commit ae30a82Copy full SHA for ae30a82
CHANGELOG.md
@@ -29,6 +29,14 @@ and this project adheres to
29
30
### Changed
31
32
+- [#4875](https://github.com/firecracker-microvm/firecracker/pull/4875):
33
+ Increase default queue size for the `virtio-net` device from 256 to 512. This
34
+ decreases wait time between guest and vmm threads for network packets
35
+ processing and allows for more throughput.
36
+- [#4844](https://github.com/firecracker-microvm/firecracker/pull/4844): Upgrade
37
+ `virtio-net` device to use `readv` syscall to avoid unnecessary memory copies
38
+ on RX path, increasing the RX performance.
39
+
40
### Deprecated
41
42
### Removed
0 commit comments