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)
Fri, May 8, 10:15 AM
Unknown Object (File)
Mon, May 4, 11:09 PM
Unknown Object (File)
Mon, Apr 27, 5:44 PM
Unknown Object (File)
Thu, Apr 23, 5:17 PM
Unknown Object (File)
Wed, Apr 22, 7:19 PM
Unknown Object (File)
Apr 19 2026, 8:18 AM
Unknown Object (File)
Apr 16 2026, 7:48 AM
Unknown Object (File)
Apr 6 2026, 3:31 PM
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.