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)
Sun, Dec 22, 1:41 PM
Unknown Object (File)
Oct 2 2024, 8:27 AM
Unknown Object (File)
Sep 18 2024, 8:30 PM
Unknown Object (File)
Sep 12 2024, 4:31 AM
Unknown Object (File)
Aug 21 2024, 3:10 PM
Unknown Object (File)
Jul 8 2024, 4:14 AM
Unknown Object (File)
Jul 3 2024, 2:32 AM
Unknown Object (File)
Jul 1 2024, 7: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.