HomeFreeBSD

nvme: Warn if there's system interrupt issues.

Description

nvme: Warn if there's system interrupt issues.

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
Reviewed by: gallatin
Differential Revision: https://reviews.freebsd.org/D46031

Details

Provenance
impAuthored on Jul 23 2024, 11:02 PM
Reviewer
gallatin
Differential Revision
D46031: nvme: Warn if there's system interrupt issues.
Parents
rGaa41354349c1: nvme: Optimize timeout code further
Branches
Unknown
Tags
Unknown