Page MenuHomeFreeBSD

sfxge(4): fix efx_filter_reconfigure parameter type
ClosedPublic

Authored by arybchik on May 10 2016, 8:04 AM.
Tags
None
Referenced Files
F153145973: D6294.id16110.diff
Sun, Apr 19, 11:30 AM
F153128205: D6294.id.diff
Sun, Apr 19, 8:50 AM
Unknown Object (File)
Tue, Apr 14, 11:25 PM
Unknown Object (File)
Sun, Apr 12, 1:34 PM
Unknown Object (File)
Sat, Apr 11, 1:58 PM
Unknown Object (File)
Thu, Apr 9, 5:44 PM
Unknown Object (File)
Thu, Apr 9, 12:22 PM
Unknown Object (File)
Mon, Mar 30, 8:14 AM
Subscribers

Details

Summary

This caused signed/unsigned errors in some subsequent patches.
The only value passed to this is a uint32_t.

Submitted by: Mark Spender <mspender at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week

Test Plan

Build tested, driver loaded/unloaded

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3657
Build 3700: arc lint + arc unit

Event Timeline

arybchik retitled this revision from to sfxge(4): fix efx_filter_reconfigure parameter type.
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.