Skip to content

Commit ae30a82

Browse files
committed
chore: update CHANGELOG with virtio-net changes
Add `readv` and queue size increase changes in virtio-net device to the CHANGELOG. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 5a18ede commit ae30a82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ and this project adheres to
2929

3030
### Changed
3131

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+
3240
### Deprecated
3341

3442
### Removed

0 commit comments

Comments
 (0)