Page MenuHomeFreeBSD

ena: Add reset reason for missing admin interrupt
Needs ReviewPublic

Authored by osamaabb_amazon.com on Aug 20 2024, 8:46 AM.
Tags
None
Referenced Files
F152599082: D46346.id142205.diff
Wed, Apr 15, 10:19 PM
F152598619: D46346.id142205.diff
Wed, Apr 15, 10:13 PM
Unknown Object (File)
Sat, Apr 11, 9:12 PM
Unknown Object (File)
Mar 12 2026, 1:16 PM
Unknown Object (File)
Mar 12 2026, 1:08 PM
Unknown Object (File)
Dec 27 2025, 10:40 PM
Unknown Object (File)
Dec 21 2025, 5:15 AM
Unknown Object (File)
Dec 20 2025, 9:35 PM
Subscribers

Details

Reviewers
cperciva
Summary

There can be cases when we trigger reset if an admin interrupt
is missing.
In order to identify this use-case specifically,
this commit adds a new reset reason.

Approved by: cperciva
MFC after: 2 weeks
Sponsored by: Amazon, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 59075
Build 55962: arc lint + arc unit

Event Timeline

this commit adds a new reset reason.

I see a new reason defined in ena_regs_defs.h but it doesn't look like it's actually being used?

this commit adds a new reset reason.

I see a new reason defined in ena_regs_defs.h but it doesn't look like it's actually being used?

Right, this is the ena-com commit, this reset reason will be used a latter commit down this patch series