Page MenuHomeFreeBSD

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

Authored by mhorne on May 28 2022, 4:12 PM.
Tags
None
Referenced Files
F132349627: D35343.id106449.diff
Thu, Oct 16, 3:32 AM
Unknown Object (File)
Sat, Oct 11, 7:50 PM
Unknown Object (File)
Sat, Oct 11, 7:50 PM
Unknown Object (File)
Sat, Oct 11, 7:50 PM
Unknown Object (File)
Sat, Oct 11, 10:52 AM
Unknown Object (File)
Thu, Oct 9, 11:02 PM
Unknown Object (File)
Thu, Sep 25, 11:54 PM
Unknown Object (File)
Wed, Sep 24, 9:45 AM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.