Page MenuHomeFreeBSD

sfxge(4): only raise an exception after MC assert or reboot in the common code
ClosedPublic

Authored by arybchik on May 16 2016, 9:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 5:07 AM
Unknown Object (File)
Thu, Oct 2, 7:28 AM
Unknown Object (File)
Thu, Oct 2, 6:43 AM
Unknown Object (File)
Thu, Oct 2, 4:12 AM
Unknown Object (File)
Wed, Oct 1, 8:09 PM
Unknown Object (File)
Aug 14 2025, 7:16 AM
Unknown Object (File)
Aug 4 2025, 4:29 AM
Unknown Object (File)
Aug 3 2025, 12:40 AM
Subscribers

Details

Summary

Fix efx_mcdi_request_poll so it only raises an exception if EIO is
reported from a detected MC assert or reboot. This prevents
an unnecessary exception being raised if an MCDI response error
code is trandlated to EIO.

Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week

Test Plan

tinderbox amd64 kernels build sanity checked

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arybchik retitled this revision from to sfxge(4): only raise an exception after MC assert or reboot in the common code.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, philip, np, bz.
This revision was automatically updated to reflect the committed changes.