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
Unknown Object (File)
Mon, Sep 14, 9:11 PM
Unknown Object (File)
Sun, Sep 6, 2:43 AM
Unknown Object (File)
Sat, Sep 5, 3:24 AM
Unknown Object (File)
Sun, Aug 30, 3:07 PM
Unknown Object (File)
Sat, Aug 22, 7:04 AM
Unknown Object (File)
Aug 19 2026, 4:46 PM
Unknown Object (File)
Aug 18 2026, 9:20 PM
Unknown Object (File)
Aug 18 2026, 10:42 AM
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