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
Unknown Object (File)
Aug 2 2025, 6:03 AM
Unknown Object (File)
Jul 5 2025, 10:54 PM
Unknown Object (File)
Jul 1 2025, 9:39 PM
Unknown Object (File)
Jun 19 2025, 9:30 AM
Unknown Object (File)
Jun 18 2025, 11:35 AM
Unknown Object (File)
Jun 15 2025, 9:26 PM
Unknown Object (File)
Jun 12 2025, 11:26 PM
Unknown Object (File)
May 11 2025, 8:45 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

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.