Page MenuHomeFreeBSD

Implement PCI SR-IOV initialization methods
ClosedPublic

Authored by rstone on Jan 24 2015, 10:44 PM.
Tags
None
Referenced Files
F152466814: D1641.id3461.diff
Wed, Apr 15, 3:38 AM
F152432687: D1641.id3394.diff
Tue, Apr 14, 10:38 PM
Unknown Object (File)
Tue, Apr 14, 7:44 AM
Unknown Object (File)
Sat, Apr 11, 12:43 AM
Unknown Object (File)
Fri, Apr 10, 8:52 PM
Unknown Object (File)
Fri, Apr 10, 4:26 AM
Unknown Object (File)
Mon, Apr 6, 11:58 AM
Unknown Object (File)
Sat, Apr 4, 1:32 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