From owner-freebsd-infiniband@FreeBSD.ORG Wed May 7 13:20:31 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 B4E22930 for ; Wed, 7 May 2014 13:20:31 +0000 (UTC) Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) (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 7F76E894 for ; Wed, 7 May 2014 13:20:31 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h3so1075270igd.2 for ; Wed, 07 May 2014 06:20:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=syAWne7wi19FnG9fGSQn7ykZlISAOTcb4PPclJWr8fc=; b=XT51GoIuQfM8d8QZuyLx+lh3IR8CDSlgiwRyakeqfA/+Wh6F1eduuXDRpyQysxSO4B dTg3GMgACOGwudPRGv63SXRugYkg45syBSai11Ttuw8YT6QGkibEiALXUAj/8rCN224+ pIMWF45wycHbNm9wKlVgmCepp2vSr+XfvukHF95S1MAAQrSRL0E7Ie2zEku2Ncqi9m1T yXGm4M76cgTjZePwcWUCg4jHHvcc38Qyo2gWOBSuURYnsEwGy11kzTRTlLZS4vTJbWg9 RDAOoNeMR1KBPp4ETowUmjNvQkQvR31rM1giNEDPHwDbAqFywH3DBCrrTr4uDeQDJx+6 77ZA== X-Gm-Message-State: ALoCoQl78wPZNsmlhcBxrGX9ohSAlUos9VduAU0SkKt454i72pmvsZs8WHP8armDZ4sg9vqv668X X-Received: by 10.50.111.138 with SMTP id ii10mr43438508igb.34.1399468830643; Wed, 07 May 2014 06:20:30 -0700 (PDT) Received: from freebie.acadix.biz (h69-131-101-133.nwblwi.broadband.dynamic.tds.net. [69.131.101.133]) by mx.google.com with ESMTPSA id e5sm4338866igl.20.2014.05.07.06.20.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 May 2014 06:20:30 -0700 (PDT) Message-ID: <536A331C.50808@tds.net> Date: Wed, 07 May 2014 08:20:28 -0500 From: Jason Bacon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Oded Shanoon , "freebsd-infiniband@freebsd.org" Subject: Re: Kernel module? References: <5368ED57.5090701@tds.net> <058596FC127BDB469D7D60F04E37C63F95E8B917@MTLDAG01.mtl.com> In-Reply-To: <058596FC127BDB469D7D60F04E37C63F95E8B917@MTLDAG01.mtl.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 13:20:31 -0000 Now I see, thanks. It might be good to update the wiki with all the recent developments: https://wiki.freebsd.org/InfiniBand It looks pretty outdated, and it's the first thing that comes up on a Google search for "freebsd infiniband". If nobody else is inclined to do so, I'd be happy to do it myself assuming I can get write access. Regards, JB On 05/06/14 23:39, Oded Shanoon wrote: > Hi, > > We (Mellanox) already did that in FreeBSD-10.0. > You can go to sys/modules and compile + kldload the following modules (in that specific order): mlx4, ibcore, mlx4ib, ipoib. > > We are planning on refining it and break ib_core into smaller modules (ib_sa, ib_mad...) on our next commit. > > Regards, > > Oded Shanoon > OFED-FreeBSD Team Leader > Mellanox Technologies, Raanana > > -----Original Message----- > From: owner-freebsd-infiniband@freebsd.org [mailto:owner-freebsd-infiniband@freebsd.org] On Behalf Of Jason Bacon > Sent: Tuesday, May 06, 2014 5:13 PM > To: freebsd-infiniband@freebsd.org > Subject: Kernel module? > > > Does anyone know if are any plans for converting the IB stack to a loadable kernel module? At present, freebsd-update will remove IB support if it updates the kernel, making it necessary to do another buildkernel following the updates. > > Certain other updates might necessitate a buildworld as well, which would also be nice to eliminate. > > Thanks, > > Jason > > _______________________________________________ > 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"