Page MenuHomeFreeBSD

sfxge(4): do not use enum type when values are bitmask
ClosedPublic

Authored by arybchik on Dec 28 2016, 4:31 PM.
Tags
None
Referenced Files
F109183177: D8954.diff
Sat, Feb 1, 8:23 PM
Unknown Object (File)
Thu, Jan 30, 11:29 PM
Unknown Object (File)
Sun, Jan 26, 8:00 AM
Unknown Object (File)
Tue, Jan 7, 1:45 AM
Unknown Object (File)
Dec 13 2024, 3:45 PM
Unknown Object (File)
Dec 4 2024, 9:59 AM
Unknown Object (File)
Dec 2 2024, 8:00 AM
Unknown Object (File)
Nov 28 2024, 3:00 AM
Subscribers

Details

Summary

ICC complains that enumerated type mixed with another type.

Found by DPDK upstream build sanity check.

Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days

Test Plan

amd64 kernels tinderbox build tested
module load, interface up, RSS works fine

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): do not use enum type when values are bitmask.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, philip, np, bz.
gnn edited edge metadata.
This revision is now accepted and ready to land.Dec 28 2016, 4:46 PM
This revision was automatically updated to reflect the committed changes.