Missing mlx4, was Re: Unrecognized Inifiniband HCA
Ben RUBSON
ben.rubson at gmail.com
Thu May 10 09:06:38 UTC 2018
On 10 May 2018 10:36, Grzegorz Junka wrote:
> Does it mean, that mlx4 is no longer compiled in the default kernel
It has never been, but I think modules have been added recently, I can
remember HPS did it :)
> Can I just compile the mlx4/en/ib kernel module without having to compile
> the whole kernel?
Yes, here are at least the instructions for FreeBSD 11.0 which could help
you :
cd /usr/src/sys/modules/mlx4
make
make install
make clean
cd /usr/src/sys/modules/mlxen
make
make install
make clean
Ben
More information about the freebsd-net
mailing list