From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Infiniband support Date: Thu, 7 Jan 2016 09:32:54 +0000 Message-ID: <1452159174.21055.127.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aH6y3-0002F9-Om for xen-devel@lists.xenproject.org; Thu, 07 Jan 2016 09:34:51 +0000 In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Gohar Irfan , "xen-devel@lists.xenproject.org" List-Id: xen-devel@lists.xenproject.org On Wed, 2016-01-06 at 06:54 +0000, Gohar Irfan wrote: > Hi, > > Can anyone guide me on how to compile Xen with Infiniband support? > (Particularly Mellanox) > I want to perform some RDMA read/write functionality from within the Xen > code (it is for a course project) using the Verbs API. Xen itself doesn't typically contain I/O drivers at all, that is delegated to the domain 0 or driver domain kernel(s). IOW you need to be looking at how to compile Infiniband support into your dom0 kernel, i.e. in Linux or BSD or whatever, I would presume there are plenty of resources on that subject on the web. Ian. > > Thanks, > Gohar > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel