Page MenuHomeFreeBSD

irdma: fix LINT-NOIP/NOINET/NOINET6 builds
ClosedPublic

Authored by mhorne on May 28 2022, 4:12 PM.
Tags
None
Referenced Files
F115863410: D35343.diff
Tue, Apr 29, 5:40 PM
Unknown Object (File)
Mon, Apr 28, 8:21 AM
Unknown Object (File)
Mon, Apr 21, 12:26 PM
Unknown Object (File)
Sun, Apr 20, 7:53 AM
Unknown Object (File)
Thu, Apr 10, 8:25 PM
Unknown Object (File)
Mar 10 2025, 2:14 AM
Unknown Object (File)
Mar 8 2025, 6:43 AM
Unknown Object (File)
Feb 22 2025, 2:11 PM
Subscribers
None

Details

Summary

This module depends on the presence of both INET and INET6 options in
order to compile.

Fixes: cdcd52d41e24 ("irdma: Add RDMA driver for Intel(R) Ethernet...")

Test Plan

make MAKE_LINT_KERNELS=y WITHOUT_WORLDS=y tinderbox succeeds with this change

Diff Detail

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

Event Timeline

mhorne created this revision.

I think this change should work for now; I don't know if we'll ever plan to support no INET/INET6 kernels for this driver.

This revision is now accepted and ready to land.May 30 2022, 3:54 PM
This revision was automatically updated to reflect the committed changes.