Page MenuHomeFreeBSD

Fix races during ixl SR-IOV initialization
ClosedPublic

Authored by rstone on Mar 11 2015, 3:04 PM.
Tags
None
Referenced Files
F58280383: D2046.diff
Tue, Mar 21, 2:50 PM
Unknown Object (File)
Sat, Mar 4, 12:18 AM
Unknown Object (File)
Feb 7 2023, 8:36 PM
Unknown Object (File)
Jan 5 2023, 7:15 AM
Unknown Object (File)
Dec 19 2022, 7:22 AM
Unknown Object (File)
Dec 11 2022, 2:29 AM
Unknown Object (File)
Nov 28 2022, 2:56 AM
Unknown Object (File)
Apr 10 2017, 5:25 AM
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?