From owner-freebsd-questions@FreeBSD.ORG Wed Jun 5 17:25:36 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B504CF4E; Wed, 5 Jun 2013 17:25:36 +0000 (UTC) (envelope-from alexl@mellanox.com) Received: from eu1sys200aog105.obsmtp.com (eu1sys200aog105.obsmtp.com [207.126.144.119]) by mx1.freebsd.org (Postfix) with ESMTP id 17A7B1638; Wed, 5 Jun 2013 17:25:34 +0000 (UTC) Received: from MTLCAS02.mtl.com ([193.47.165.155]) (using TLSv1) by eu1sys200aob105.postini.com ([207.126.147.11]) with SMTP ID DSNKUa90hz8OlSTV5819r9UgteaN7dNl4Ucj@postini.com; Wed, 05 Jun 2013 17:25:36 UTC Received: from MTLDAG01.mtl.com ([10.0.8.75]) by MTLCAS02.mtl.com ([10.0.8.72]) with mapi id 14.03.0123.003; Wed, 5 Jun 2013 20:22:01 +0300 From: Alex Liptsin To: John Baldwin Subject: Re: How to compile ipoib module manually? Thread-Topic: How to compile ipoib module manually? Thread-Index: Ac5hBINaGaDVjqC1T4OcCXIOoLbpUQA4RRMAAArmUzs= Date: Wed, 5 Jun 2013 17:22:01 +0000 Message-ID: <2243E588-1BF8-4935-ACA2-48BA173335FB@Mellanox.Com> References: <64DAB3164E410447932305F50F896D8D6AF6B412@MTLDAG01.mtl.com>, <201306051109.57160.jhb@freebsd.org> In-Reply-To: <201306051109.57160.jhb@freebsd.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 05 Jun 2013 17:58:23 +0000 Content-Type: text/plain; charset="iso-8859-8-i" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" , Oded Shanoon , Regev Lev , "freebsd-infiniband@freebsd.org" , Meny Yossefi , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 17:25:36 -0000 Thanks a lot. Alex L. Sent from my iPhone On 5 =E1=E9=E5=F0 2013, at 18:13, "John Baldwin" > wrote: On Tuesday, June 04, 2013 5:18:46 am Alex Liptsin wrote: I commented on that lines, because I want to compile and load that modules manually. I had succeed to compile and load mlx4, mlx4ib and mlxen from /sys/modules: [root@h-qa-033 mlxen]# kldstat Id Refs Address Size Name 1 14 0xffffffff80200000 13acbd8 kernel 2 1 0xffffffff81612000 21e5 if_mos.ko 3 3 0xffffffff81615000 124eb mlx4.ko 4 1 0xffffffff81628000 e225 mlx4ib.ko 5 1 0xffffffff81637000 ec60 mlxen.ko The problem is that IPOIB module is missing in /sys/modules. 1. Where can I find it? 2. How can I compile ipoib support? You will have to create one. You should be able to use the existing module Makefiles as a guide. -- John Baldwin