Page MenuHomeFreeBSD

if_vtnet: Support VIRTIO_NET_F_SPEED_DUPLEX
ClosedPublic

Authored by bryanv on Jan 2 2021, 8:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 7:45 PM
Unknown Object (File)
Dec 22 2023, 9:48 PM
Unknown Object (File)
Dec 20 2023, 9:20 PM
Unknown Object (File)
Nov 11 2023, 2:03 PM
Unknown Object (File)
Nov 10 2023, 11:29 PM
Unknown Object (File)
Nov 7 2023, 5:14 PM
Unknown Object (File)
Nov 2 2023, 12:42 AM
Unknown Object (File)
Oct 30 2023, 8:15 PM
Subscribers

Details

Summary

This features lets the guest driver know the speed and duplex of
the "link". Instead of trying to support many media types based
on the possible/likley speeds/duplexes, only use the speed to
set the interface baudrate.

Cleanup ifmedia code to match other drivers.

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.