Page MenuHomeFreeBSD

sfxge(4): fix error code usage
ClosedPublic

Authored by arybchik on Nov 21 2018, 11:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 2:04 AM
Unknown Object (File)
Thu, Dec 5, 4:50 PM
Unknown Object (File)
Wed, Nov 27, 12:49 AM
Unknown Object (File)
Oct 5 2024, 4:36 PM
Unknown Object (File)
Oct 5 2024, 6:58 AM
Unknown Object (File)
Oct 5 2024, 5:40 AM
Unknown Object (File)
Oct 2 2024, 8:25 PM
Unknown Object (File)
Oct 2 2024, 1:21 PM
Subscribers

Details

Summary

MCDI results returned in req.emr_rc have already been translated
from MC_CMD_ERR_* to errno names, so using an MC_CMD_ERR_* value
is incorrect.

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

Test Plan

amd64 tinderbox kernel builds tested
driver loaded/unloaded, interfaces up/down, traffic works fine

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20925
Build 20290: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 23 2018, 7:51 AM
This revision was automatically updated to reflect the committed changes.