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)
Dec 20 2023, 2:55 AM
Unknown Object (File)
Sep 13 2023, 3:10 PM
Unknown Object (File)
Jun 20 2023, 11:47 PM
Unknown Object (File)
Apr 19 2023, 6:51 PM
Unknown Object (File)
Apr 8 2023, 9:15 PM
Unknown Object (File)
Mar 23 2023, 6:38 AM
Unknown Object (File)
Jan 5 2023, 3:19 AM
Unknown Object (File)
Nov 28 2022, 12:50 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.