Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2018 11:06:37 +0200
From:      Ben RUBSON <ben.rubson@gmail.com>
To:        Grzegorz Junka <list1@gjunka.com>
Cc:        freebsd-net@freebsd.org, freebsd-rwg@pdx.rh.CN85.dnsmgr.net
Subject:   Re: Missing mlx4, was Re: Unrecognized Inifiniband HCA
Message-ID:  <67F517E4-15D7-4F40-A85F-D60F5338BEFB@gmail.com>
In-Reply-To: <848a8ac1-0b04-82fe-eb01-e5b7ec331ccb@gjunka.com>
References:  <201805090039.w490dfXn063341@pdx.rh.CN85.dnsmgr.net> <848a8ac1-0b04-82fe-eb01-e5b7ec331ccb@gjunka.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?67F517E4-15D7-4F40-A85F-D60F5338BEFB>