Because of the intricacies of this code it wasn't purely scripted, but
instead hand-mechanical.
Details
Details
- Reviewers
glebius • hselasky - Group Reviewers
network - Commits
- rG3e142e07675b: ofed: Mechanically convert to IfAPI
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 50546 Build 47437: arc lint + arc unit
Event Timeline
Comment Actions
Looks pretty good to me. If any issues pop up I know one commit to look at :-)
One idea that comes to mind:
if_getdrvflags(dev) & IFF_DRV_OACTIVE
Instead of doing bit-tests, maybe we should convert those flags to enums, so that we query a flag based on an enum. Then there can be more than 32-64 flags ...