Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 03:03:11 +0000 (UTC)
From:      James Pan <jiaming.pan@yahoo.com>
To:        "freebsd-infiniband@freebsd.org" <freebsd-infiniband@freebsd.org>
Subject:   ib_umad module?
Message-ID:  <1501732298.39786.1411527791931.JavaMail.yahoo@jws10710.mail.gq1.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi,I have installed Mellanox's latest driver (MLNX_EN_FreeBSD_v2.1) and it =
seems the device is recognized.I also build the ofed tools from /usr/src/co=
ntrib/ofed but when I try to run ibstat it prints the following message:
root@c4:~ # ibstat=C2=A0ibwarn: [30785] umad_init: can't read ABI version f=
rom /sys/class/infiniband_mad/abi_version (m): is ib_umad module loaded?ibp=
anic: [30785] main: can't init UMAD library: (m)
Do I miss something? Thanks!=C2=A0
Best Regards,



James Jiaming Pan
From owner-freebsd-infiniband@FreeBSD.ORG  Wed Sep 24 21:01:04 2014
Return-Path: <owner-freebsd-infiniband@FreeBSD.ORG>
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 DA89F716
 for <freebsd-infiniband@freebsd.org>; Wed, 24 Sep 2014 21:01:04 +0000 (UTC)
Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com
 [IPv6:2a00:1450:4010:c03::22e])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 62533B57
 for <freebsd-infiniband@freebsd.org>; Wed, 24 Sep 2014 21:01:04 +0000 (UTC)
Received: by mail-la0-f46.google.com with SMTP id gi9so1138741lab.33
 for <freebsd-infiniband@freebsd.org>; Wed, 24 Sep 2014 14:01:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 bh=hBlBtkRF96qbSqC7CDcivaKRwnY7SZhRBvcex0DFZqY=;
 b=C+zLyii3XIYbTUMJvU+sDP5tQ46XUYY+/4KfeyfSPtxvZ0Tfzp79o01j7Fiqd3fi5C
 gpIOi8B/Kz5FkRH3n/GPvwuPwg/ee276bAYo9kVRwHwmj8PEyfM7QmXC9bAtMUYZudXB
 fHDrOiUHG2JYPDzE/FcRAdi3wm+TxjntROCUj8BVz72rOV04+Lf4AXfeRsQSFNjDx2Yv
 Vz6taPZYMIHm+CuijDxn8QVm1nK37ORxtEWKVCzUuvzfpGSbvhHY+nOLjtriqxULIstL
 e9NQU0/4jTdygVQH7DGwT0fjyYchrgPMz7KGHgTzG2px4dpb2DwTSbySXESuzJAPXhMd
 Cx0g==
MIME-Version: 1.0
X-Received: by 10.112.128.135 with SMTP id no7mr7983999lbb.74.1411592462172;
 Wed, 24 Sep 2014 14:01:02 -0700 (PDT)
Received: by 10.25.162.76 with HTTP; Wed, 24 Sep 2014 14:01:02 -0700 (PDT)
Received: by 10.25.162.76 with HTTP; Wed, 24 Sep 2014 14:01:02 -0700 (PDT)
In-Reply-To: <1501732298.39786.1411527791931.JavaMail.yahoo@jws10710.mail.gq1.yahoo.com>
References: <1501732298.39786.1411527791931.JavaMail.yahoo@jws10710.mail.gq1.yahoo.com>
Date: Wed, 24 Sep 2014 14:01:02 -0700
Message-ID: <CAAoDvRzKQRcgnFhX5Pb1i7DgeJo6AS8XGbJY9oxRPtNmwqwX2A@mail.gmail.com>
Subject: Re: ib_umad module?
From: Anthony Cornehl <accornehl@gmail.com>
To: James Pan <jiaming.pan@yahoo.com>
Content-Type: text/plain; charset=UTF-8
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 <freebsd-infiniband.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-infiniband>, 
 <mailto:freebsd-infiniband-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-infiniband/>;
List-Post: <mailto:freebsd-infiniband@freebsd.org>
List-Help: <mailto:freebsd-infiniband-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-infiniband>, 
 <mailto:freebsd-infiniband-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Sep 2014 21:01:05 -0000

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 it
> 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 following
> 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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1501732298.39786.1411527791931.JavaMail.yahoo>