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)
Wed, May 20, 3:16 PM
Unknown Object (File)
Wed, May 20, 3:43 AM
Unknown Object (File)
Tue, May 19, 10:05 PM
Unknown Object (File)
Sun, May 17, 11:41 PM
Unknown Object (File)
Sun, May 17, 9:46 AM
Unknown Object (File)
Fri, Apr 24, 3:13 PM
Unknown Object (File)
Fri, Apr 24, 10:39 AM
Unknown Object (File)
Apr 21 2026, 3:48 AM
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