Page MenuHomeFreeBSD

nvme: Warn if there's system interrupt issues.
ClosedPublic

Authored by imp on Jul 18 2024, 9:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 20, 4:29 AM
Unknown Object (File)
Wed, Dec 18, 7:21 AM
Unknown Object (File)
Nov 29 2024, 9:57 AM
Unknown Object (File)
Nov 26 2024, 9:35 AM
Unknown Object (File)
Nov 24 2024, 10:35 PM
Unknown Object (File)
Nov 20 2024, 2:05 AM
Unknown Object (File)
Nov 19 2024, 8:16 PM
Unknown Object (File)
Nov 19 2024, 7:18 PM
Subscribers

Details

Summary

Issue a warning if we have system interrupt issues. If you get this
warning, then we submitted a request, it timed out without an interrupt
being posted, but when we polled the card's completion, we found
completion events. This indicates that we're missing interrupts, and to
date all the times I've helped people track issues like this down it has
been a system issue, not an NVMe driver isseue.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Jul 18 2024, 9:55 PM
This revision is now accepted and ready to land.Jul 18 2024, 9:56 PM
This revision now requires review to proceed.Jul 18 2024, 10:01 PM

Misc updates with testing

This revision was not accepted when it landed; it landed in state Needs Review.Jul 23 2024, 11:04 PM
This revision was automatically updated to reflect the committed changes.