Page MenuHomeFreeBSD

if_vtnet: Defer updating generated MAC address until attached
ClosedPublic

Authored by bryanv on Jan 2 2021, 8:59 PM.
Tags
None
Referenced Files
F110474122: D27910.diff
Tue, Feb 18, 10:57 PM
Unknown Object (File)
Tue, Jan 28, 6:16 AM
Unknown Object (File)
Dec 27 2024, 9:51 PM
Unknown Object (File)
Dec 11 2024, 8:58 AM
Unknown Object (File)
Oct 22 2024, 12:02 PM
Unknown Object (File)
Oct 8 2024, 7:51 AM
Unknown Object (File)
Oct 7 2024, 11:39 AM
Unknown Object (File)
Oct 4 2024, 10:44 AM
Subscribers

Details

Summary

This improves spec compliance because the driver is not suppose
to notify the device prior to setting the DRIVER_OK status, which
could happen with the VIRTIO_NET_F_CTRL_MAC_ADDR.

The VIRTIO_NET_F_MAC feature should always be negotiated so would
be a rare situation.

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.