From owner-freebsd-infiniband@freebsd.org Sat Apr 30 09:03:27 2016 Return-Path: Delivered-To: freebsd-infiniband@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 466A5B0F903 for ; Sat, 30 Apr 2016 09:03:27 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 107AA12C7 for ; Sat, 30 Apr 2016 09:03:26 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 5F2601FE022; Sat, 30 Apr 2016 11:03:17 +0200 (CEST) Subject: Re: QLogic IBA7322 QDR InfiniBand HCA on 10.3-RELEASE To: =?UTF-8?B?Vmluw61jaXVzIEZlcnLDo28=?= , "freebsd-infiniband@freebsd.org" References: <1E132EAE-8287-4407-BBBD-25319FB0091C@vmio.com.br> From: Hans Petter Selasky Message-ID: <5724759A.1090805@selasky.org> Date: Sat, 30 Apr 2016 11:06:34 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1E132EAE-8287-4407-BBBD-25319FB0091C@vmio.com.br> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 09:03:27 -0000 On 04/30/16 09:54, Vinícius Ferrão wrote: > Hello guys, > > I’m playing with Inifinband for the first time on FreeBSD and I already have problems with it. I’ve got a machine with this card in specific and I’m trying to use this card without any success. > > pciconf -lv outputs this: > root@freebsd1:~ # pciconf -lv | grep -i Qlogic -A3 -B1 > none17@pci0:2:0:0: class=0x0c0600 card=0x73221077 chip=0x73221077 rev=0x02 hdr=0x00 > vendor = 'QLogic Corp.' > device = 'IBA7322 QDR InfiniBand HCA' > class = serial bus > > So at least the system is aware of the card, but I can’t see it on dmesg, so something is missing. Drivers? Support? Kernel Module? > > I came across this webpage https://wiki.freebsd.org/InfiniBand and cannot find the card on the table of supported hardware, so at this point I started to believe that the card is just unsupported. > > But here we are on the mailing list, to see if anyone can help. > > Thanks in advance. Hi, Try loading qlxgb or qlxgbe. --HPS