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)
Sat, May 11, 1:51 AM
Unknown Object (File)
Thu, Apr 25, 12:24 AM
Unknown Object (File)
Feb 7 2024, 1:16 PM
Unknown Object (File)
Dec 19 2023, 9:40 AM
Unknown Object (File)
Nov 24 2023, 11:31 AM
Unknown Object (File)
Nov 3 2023, 7:47 PM
Unknown Object (File)
Oct 27 2023, 1:27 AM
Unknown Object (File)
Sep 3 2023, 10:45 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?