Skip to content

Commit

Permalink
fix(virtio-net): enable notification data feature
Browse files Browse the repository at this point in the history
QEMU does not support it, but we do.

Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed May 30, 2024
1 parent 1fe0476 commit b911737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/net/virtio_net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ impl VirtioNetDriver {
| virtio_spec::net::F::INDIRECT_DESC
// Packed Vq can be used
| virtio_spec::net::F::RING_PACKED
| virtio_spec::net::F::NOTIFICATION_DATA
// Host should avoid the creation of checksums
| virtio_spec::net::F::CSUM
// Guest avoids the creation of checksums
Expand Down

0 comments on commit b911737

Please sign in to comment.