Page MenuHomeFreeBSD

Implement PCI SR-IOV initialization methods
ClosedPublic

Authored by rstone on Jan 24 2015, 10:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 4, 5:57 AM
Unknown Object (File)
Wed, Oct 29, 3:13 PM
Unknown Object (File)
Wed, Oct 29, 10:11 AM
Unknown Object (File)
Mon, Oct 27, 5:56 AM
Unknown Object (File)
Tue, Oct 21, 7:09 AM
Unknown Object (File)
Fri, Oct 17, 7:37 PM
Unknown Object (File)
Oct 8 2025, 8:38 AM
Unknown Object (File)
Oct 6 2025, 8:05 PM
Subscribers

Details

Reviewers
jfv
Summary

Implement the two new PCI methods used to initialize and uninitialize
SR-IOV on a PF. On initialization, the PF must allocate a VEB,
which is a virtual switch instance implemented by the hardware. The
PF's interface is made a child of this switch.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rstone retitled this revision from to Implement PCI SR-IOV initialization methods.
rstone edited the test plan for this revision. (Show Details)
rstone added a reviewer: jfv.
rstone updated this object.
rstone added a subscriber: Unknown Object (MLST).
jfv edited edge metadata.

Don't see any issues, of course the proof will come in the actual use when we
have the infrastructure :)

This revision is now accepted and ready to land.Jan 28 2015, 11:02 PM