Page MenuHomeFreeBSD

if_vtnet: Support VIRTIO_NET_F_MTU
ClosedPublic

Authored by bryanv on Jan 2 2021, 8:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 21 2023, 3:34 AM
Unknown Object (File)
Dec 20 2023, 4:28 AM
Unknown Object (File)
Oct 19 2023, 3:17 AM
Unknown Object (File)
Sep 26 2023, 4:31 PM
Unknown Object (File)
Sep 8 2023, 12:05 AM
Unknown Object (File)
Sep 8 2023, 12:04 AM
Unknown Object (File)
Sep 7 2023, 10:03 PM
Unknown Object (File)
Feb 14 2023, 1:51 AM
Subscribers

Details

Summary

This feature lets the guest driver know the maximum MTU size
supported by the host device. If set, use this to limit the
acceptable MTUs, and improve how the receive mbuf cluster size
then is selected.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bryanv held this revision as a draft.
bryanv published this revision for review.Jan 2 2021, 10:00 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 19 2021, 5:11 AM
This revision was automatically updated to reflect the committed changes.