WITH_OFED build option: fix

Userspace has OFED build enabled for quite some time, but kernel modules
were not. This is useless config because any userspace IB code requires
kernel support. So enable modules build by default.

Move WITH_OFED to WITHOUT_OFED since defaults are now enabled.

Reviewed by:	emaste, hselasky, kevans
MFC after:	3 days
Sponsored by:	NVidia Networking / Mellanox Technologies
Differential Revision:	https://reviews.freebsd.org/D28460
This commit is contained in:
Konstantin Belousov 2021-02-02 15:01:26 +02:00
parent e40787f900
commit ff975f15d8
3 changed files with 5 additions and 5 deletions

View File

@ -41,6 +41,7 @@ __DEFAULT_YES_OPTIONS = \
ISCSI \ ISCSI \
KERNEL_SYMBOLS \ KERNEL_SYMBOLS \
NETGRAPH \ NETGRAPH \
OFED \
PF \ PF \
SCTP_SUPPORT \ SCTP_SUPPORT \
SOURCELESS_HOST \ SOURCELESS_HOST \
@ -55,7 +56,6 @@ __DEFAULT_NO_OPTIONS = \
INIT_ALL_PATTERN \ INIT_ALL_PATTERN \
INIT_ALL_ZERO \ INIT_ALL_ZERO \
KERNEL_RETPOLINE \ KERNEL_RETPOLINE \
OFED \
RATELIMIT \ RATELIMIT \
REPRODUCIBLE_BUILD REPRODUCIBLE_BUILD

View File

@ -0,0 +1,4 @@
.\" $FreeBSD$
Set to disable the build of the
.Dq "OpenFabrics Enterprise Distribution"
Infiniband software stack, including kernel modules and userspace libraries.

View File

@ -1,4 +0,0 @@
.\" $FreeBSD$
Set to build the
.Dq "OpenFabrics Enterprise Distribution"
Infiniband software stack.