From owner-freebsd-infiniband@FreeBSD.ORG Thu Sep 25 02:11:47 2014 Return-Path: Delivered-To: freebsd-infiniband@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 539E2CAD for ; Thu, 25 Sep 2014 02:11:47 +0000 (UTC) Received: from nm17-vm7.bullet.mail.gq1.yahoo.com (nm17-vm7.bullet.mail.gq1.yahoo.com [98.137.177.231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20BAAD34 for ; Thu, 25 Sep 2014 02:11:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1411611100; bh=tllObC9nldnuAri8xtWXmqX3DuSIBNNfxzCZJARRxtA=; h=Received:Received:Received:X-Yahoo-Newman-Property:X-Yahoo-Newman-Id:Date:From:Reply-To:To:Cc:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Length:From:Subject; b=n80FJbMSdCg0tnNah2sl+NW46wjzk8AgB0Iqn1+SioQpGqkuncopA0ip6PNciSlAyJItSSVlWghFBlQRHp618Ea5bVAYCBzBnxv429qDyhJefGlhPjNwu9LZPHr8lXod6m5IstOE1KKPb/dMo3Xjw08gd5H9/IJoCzSZiK8VeVAnELjhVXO1XAmZVdiIZIn71/3GrX84tkdVN+PuzpnoasRWRK8zM3m+XMsQnh6Fe5A/gD+rylOewmMLMnvXjNIoas2Fjo+hwO+oNoI502DDHKUUFKVT2PY4UXFG/mpqG0Tq2t0i59hoRsklibvBhKNZWkuU7t3MfZ3F6NzsutcZ0g== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com; b=MFrWPF4Y06g4B7pTGCNsS8CZEulJyecStuPXREd+eiqBcqYSqce4m5EwS8zhYcu+oGGEV/Thpkw9Mo4q6ZOrjCsVxerAYS+FvoTCEgyt1GodurkubY2Ln74QPR4xiEUvPuqK/u74JohE5GuNv5nEazNZ1A89IH+SWRkSDtFoLiYjhNaedrmCRYnGmmYp5QG/p3oUZ0rQW2Eo3Wm2kd04HoShTch0MvUSZDyLicEsqBxVA4R3KfIjjp+0OuxP93sNIm4NWXwyPB4Xh1W8B8JS3l3zKVSvoUIKD/eIuqqfDr2aiAjh2xs7fmdWrdjayy+uopj0Mzlwu8rpXwoSJZFV3w==; Received: from [98.137.12.57] by nm17.bullet.mail.gq1.yahoo.com with NNFMP; 25 Sep 2014 02:11:40 -0000 Received: from [98.137.12.197] by tm2.bullet.mail.gq1.yahoo.com with NNFMP; 25 Sep 2014 02:11:40 -0000 Received: from [127.0.0.1] by omp1005.mail.gq1.yahoo.com with NNFMP; 25 Sep 2014 02:11:40 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 704452.64420.bm@omp1005.mail.gq1.yahoo.com Date: Thu, 25 Sep 2014 02:11:39 +0000 (UTC) From: James Pan Reply-To: James Pan To: Anthony Cornehl Message-ID: <854976404.184894.1411611099842.JavaMail.yahoo@jws10780.mail.gq1.yahoo.com> In-Reply-To: References: Subject: Re: ib_umad module? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-infiniband@freebsd.org" X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 02:11:47 -0000 Hi Anthony, Thanks for you reply!I didn't enable OFED because I saw this in the README = of Mallenox's driver: 2.2 Installing the Driver--------------------------------------------------= -----------------------------=C2=A0 |--------------------------------------= --------------------------------|=C2=A0 |Note: Prior to installing the driv= er, please re-compile (and install) |=C2=A0 |=C2=A0 =C2=A0 =C2=A0 the kerne= l with NO OFED options/devices enabled.=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 |=C2=A0 |---------------------------------------------= -------------------------|=C2=A0=C2=A0 =C2=A0Best Regards, James Jiaming Pan=20 On Thursday, September 25, 2014 5:01 AM, Anthony Cornehl wrote: =20 The kernel needs to be compiled with OFED to use the IB core modules. Check out the instructions on the wiki and let us know what worked: https://wiki.freebsd.org/InfiniBand Cheers! On Sep 23, 2014 8:03 PM, "James Pan via freebsd-infiniband" < freebsd-infiniband@freebsd.org> wrote: > Hi,I have installed Mellanox's latest driver (MLNX_EN_FreeBSD_v2.1) and i= t > seems the device is recognized.I also build the ofed tools from > /usr/src/contrib/ofed but when I try to run ibstat it prints the followin= g > message: > root@c4:~ # ibstat ibwarn: [30785] umad_init: can't read ABI version from > /sys/class/infiniband_mad/abi_version (m): is ib_umad module > loaded?ibpanic: [30785] main: can't init UMAD library: (m) > Do I miss something? Thanks! > Best Regards, > > > > James Jiaming Pan > _______________________________________________ > freebsd-infiniband@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-infiniband > To unsubscribe, send any mail to " > freebsd-infiniband-unsubscribe@freebsd.org" _______________________________________________ freebsd-infiniband@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-infiniband To unsubscribe, send any mail to "freebsd-infiniband-unsubscribe@freebsd.or= g"