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)
Wed, Mar 19, 1:31 PM
Unknown Object (File)
Wed, Mar 5, 1:43 AM
Unknown Object (File)
Mon, Feb 24, 10:51 PM
Unknown Object (File)
Mon, Feb 24, 10:47 PM
Unknown Object (File)
Mon, Feb 24, 7:16 PM
Unknown Object (File)
Jan 10 2025, 7:21 PM
Unknown Object (File)
Jan 9 2025, 12:07 AM
Unknown Object (File)
Nov 12 2024, 5:31 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?