Page MenuHomeFreeBSD

Fix races during ixl SR-IOV initialization
ClosedPublic

Authored by rstone on Mar 11 2015, 3:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 12 2024, 5:31 AM
Unknown Object (File)
Nov 9 2024, 1:32 PM
Unknown Object (File)
Oct 16 2024, 5:50 PM
Unknown Object (File)
Oct 3 2024, 10:09 PM
Unknown Object (File)
Oct 3 2024, 5:04 PM
Unknown Object (File)
Oct 3 2024, 4:27 AM
Unknown Object (File)
Sep 30 2024, 7:09 AM
Unknown Object (File)
Sep 27 2024, 5:34 PM
Subscribers

Details

Reviewers
jfv
erj
Summary

Fix a number of races during initialization of SR-IOV on ixl:

  • Fix cases that were touching ixl_vf instances before they were initialized
  • I'm seeing issues where adminq interrupts seemingly are never delivered. I haven't been able to get to root cause so instead make sure that the timer is running while SR-IOV is enabled, which has a safety belt for missed adminq interrupts already.
  • Flush register writes that enable/disable interrupts in the SR-IOV code paths.

Diff Detail

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

Event Timeline

rstone retitled this revision from to Fix races during ixl SR-IOV initialization.
rstone edited the test plan for this revision. (Show Details)
rstone added reviewers: jfv, erj.
rstone updated this object.
jfv edited edge metadata.
This revision is now accepted and ready to land.Mar 11 2015, 4:18 PM
erj edited edge metadata.

Like @D2050, this hasn't made it in yet. Does this need more work or testing?