Page MenuHomeFreeBSD

Implement PCI SR-IOV initialization methods
ClosedPublic

Authored by rstone on Jan 24 2015, 10:44 PM.
Tags
None
Referenced Files
F81574734: D1641.diff
Thu, Apr 18, 8:24 AM
Unknown Object (File)
Dec 23 2023, 6:20 AM
Unknown Object (File)
Dec 23 2023, 5:33 AM
Unknown Object (File)
Nov 5 2023, 7:15 PM
Unknown Object (File)
Nov 4 2023, 3:56 AM
Unknown Object (File)
Oct 31 2023, 8:40 AM
Unknown Object (File)
Oct 4 2023, 6:08 PM
Unknown Object (File)
Oct 3 2023, 3:45 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