Date: Sun, 26 Jul 2015 10:53:04 -0400 From: "palesius ." <palesius@gmail.com> To: freebsd-doc@freebsd.org Subject: Infiniband Documentation Message-ID: <CAEGq%2B%2Bd_dXPpDAH1n2weQOQdvA8gYZnYu-Q56wBxi7NGtV2UhA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEGq%2B%2Bd_dXPpDAH1n2weQOQdvA8gYZnYu-Q56wBxi7NGtV2UhA>