From owner-freebsd-net@freebsd.org Thu May 10 09:12:04 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 485D1FBE011 for ; Thu, 10 May 2018 09:12:04 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CAB1386A85 for ; Thu, 10 May 2018 09:12:03 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id w4A9C2AH047143 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 10 May 2018 09:12:02 GMT (envelope-from list1@gjunka.com) Subject: Re: Missing mlx4, was Re: Unrecognized Inifiniband HCA To: Ben RUBSON Cc: freebsd-net@freebsd.org References: <201805090039.w490dfXn063341@pdx.rh.CN85.dnsmgr.net> <848a8ac1-0b04-82fe-eb01-e5b7ec331ccb@gjunka.com> <67F517E4-15D7-4F40-A85F-D60F5338BEFB@gmail.com> From: Grzegorz Junka Message-ID: <7c340b53-e9a1-b8d9-3879-18dbd4a20978@gjunka.com> Date: Thu, 10 May 2018 09:12:02 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <67F517E4-15D7-4F40-A85F-D60F5338BEFB@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB-large X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 09:12:04 -0000 On 10/05/2018 09:06, Ben RUBSON wrote: > 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 :) Right, I meant that they are not being build as modules along with the default kernel, unlike mx5/en currently for example (which are available with the default FreeBSD installation) :) > >> 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 > That looks easy, will give it a try. Thanks! GrzegorzJ