Skip to content

Commit f07cbf0

Browse files
committed
chore: update CHANGELOG with network improvements
Add a note about new `VIRTIO_NET_F_RX_MRGBUF` feature in the virtio-net device. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 81b3c6b commit f07cbf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to
1010

1111
### Added
1212

13+
- [#4834](https://github.com/firecracker-microvm/firecracker/pull/4834): Add
14+
`VIRTIO_NET_F_RX_MRGBUF` support to the `virtio-net` device. When this feature
15+
is negotiated, guest `virtio-net` driver can perform more efficient memory
16+
management which in turn improves RX and TX performance.
17+
1318
### Changed
1419

1520
### Deprecated

0 commit comments

Comments
 (0)