Infiniband Documentation

palesius . palesius at gmail.com
Sun Jul 26 14:53:07 UTC 2015


On: https://wiki.freebsd.org/InfiniBand

it indicates several options that are needed in your KERNCONF.
Among them is:

options        OFED            # Infiniband protocol stack and support
(needed for FreeBSD 9.X only)

To me, that reads as if it is not needed for Freebsd 10.

However, if you try to build the kernel without including OFED, you
will get many undefined reference to 'M_KMALLOC' among other things.

Adding that option back, allows it to compile successfully (at least
on 10.1-stable).


So perhaps the note should read something more like:
(needed for FreeBSD 9.X and above only)


More information about the freebsd-doc mailing list