From owner-freebsd-infiniband@freebsd.org Thu Mar 31 14:10:29 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 72645AE4C52 for ; Thu, 31 Mar 2016 14:10:29 +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 3E9171B05 for ; Thu, 31 Mar 2016 14:10:28 +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 0DB361FE023; Thu, 31 Mar 2016 16:10:25 +0200 (CEST) Subject: Re: OFED v3.2 update To: Jason Bacon , "freebsd-infiniband@freebsd.org" References: <56FCF309.1070406@selasky.org> <56FD2DB4.5030308@gmail.com> From: Hans Petter Selasky Message-ID: <56FD3088.5050406@selasky.org> Date: Thu, 31 Mar 2016 16:13:28 +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: <56FD2DB4.5030308@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 14:10:29 -0000 On 03/31/16 16:01, Jason Bacon wrote: > One question: Is it possible to build the driver as a kernel module? Yes, everything is buildable as kernel modules. --HPS