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)
Dec 20 2023, 2:24 AM
Unknown Object (File)
Oct 30 2023, 5:20 PM
Unknown Object (File)
Aug 2 2023, 3:31 PM
Unknown Object (File)
Jul 6 2023, 5:30 PM
Unknown Object (File)
Jun 25 2023, 2:58 PM
Unknown Object (File)
May 27 2023, 4:49 PM
Unknown Object (File)
May 14 2023, 6:14 AM
Unknown Object (File)
May 4 2023, 6:13 AM
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 Not Applicable
Unit
Tests Not Applicable

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.