Page MenuHomeFreeBSD

Fix build with nodevice netmap
ClosedPublic

Authored by shurd on Oct 31 2017, 2:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 30, 6:08 AM
Unknown Object (File)
Sat, Sep 27, 7:24 PM
Unknown Object (File)
Sat, Sep 20, 1:00 PM
Unknown Object (File)
Sat, Sep 20, 2:02 AM
Unknown Object (File)
Aug 5 2025, 10:41 PM
Unknown Object (File)
Jul 24 2025, 9:10 AM
Unknown Object (File)
Jul 21 2025, 8:41 PM
Unknown Object (File)
Jul 20 2025, 9:43 PM
Subscribers

Details

Summary

iru_init() was declared and used outside the DEV_NETMAP
conditional blocks, but was implemented inside one. Move the
implementation out of the DEV_NETMAP block to allow building with
netmap disabled.

Test Plan

Build with netmap disabled.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Oct 31 2017, 2:47 AM
This revision was automatically updated to reflect the committed changes.