Page MenuHomeFreeBSD

Implement PCI SR-IOV method to initialize individual VFs
ClosedPublic

Authored by rstone on Jan 24 2015, 10:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 22 2023, 8:40 PM
Unknown Object (File)
Oct 6 2023, 10:41 AM
Unknown Object (File)
Jun 20 2023, 7:17 PM
Unknown Object (File)
Mar 29 2023, 7:07 PM
Unknown Object (File)
Mar 3 2023, 4:41 PM
Unknown Object (File)
Feb 1 2023, 5:46 PM
Unknown Object (File)
Apr 9 2017, 7:16 AM
Unknown Object (File)
Apr 5 2017, 12:17 PM
Subscribers

Details

Reviewers
jfv
Summary

For each VF that has been allocated, the PF driver must allocate
a Virtual Switch Interface (VSI), which is a virtual port on the
virtual Fortville switch (VEB).

In device_attach() for the PF, we now have to initialize all RX
and TX queues instead just those that will be used by the PF,
as there is no way of know how many will be allocated at runtime
for the VFs.

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 method to initialize individual VFs.
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.
This revision is now accepted and ready to land.Jan 28 2015, 11:00 PM