WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Are there source codes for Xen-IB?

To: Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Are there source codes for Xen-IB?
From: maus <maustudent@xxxxxxxxx>
Date: Thu, 26 May 2011 22:04:14 +0800
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Fajar A. Nugraha" <list@xxxxxxxxx>
Delivery-date: Fri, 03 Jun 2011 09:53:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=vT5jfZLlSkkN/MokrhN/HQmPbKrDIkEr6Sn3y07WktY=; b=gN5ZWXApA4U8ohNiDFt04YARdCFKSSXmFjTIUBPmpYzXDl12Wblwk9YeHaDwLzD0fa rIVHGBU4Wv4MJ6ycdCN9y7FkbImRlKsETHRnFLeapbgvyY4XQOIIjQvo5lvVFNv9FCxk AK5vSrScH9bI8ZPygzVZ1bcZHH9/bbZOLeo8k=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gqYblAbKXuIBxenNoqmuQZuN1G13pFu7UiAb7pej8Nd7OxcOPZpX/9DFNVAJ2QoF0G WNiv9pNzVY4yMDoqg8rXwZ5p6728wKXvhKugjXnXbg/D8uPCJxE9coTAmmO405zB9Kcz 4sjqN9Jv+pbyNCAhXOCi8kVfXkvc7jatO3q0M=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1306395870.775.8.camel@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <BANLkTi=eg4T77cjfjKKyWhDZTTTYMO13Wg@xxxxxxxxxxxxxx> <BANLkTikSVUa2d6ccZWDBCyAODJ-6fvWnvg@xxxxxxxxxxxxxx> <1306147218.20576.79.camel@xxxxxxxxxxxxxxxxxxxxxx> <BANLkTikybX1pE0wYMwx9LLSLnVLWecU2uA@xxxxxxxxxxxxxx> <1306232138.20576.147.camel@xxxxxxxxxxxxxxxxxxxxxx> <BANLkTinrLrNs3t3GzV2NH4cPm-uuOk63OA@xxxxxxxxxxxxxx> <1306395870.775.8.camel@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,
 
I know use IP-over-IB can let KVM or Xen use IB, but what I have to do is like Xen-IB. Not just use IB.
So, there is no toturial for Xen-IB,right?
 
 
Yi-Man


 
2011/5/26 Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
On Wed, 2011-05-25 at 14:40 +0100, maus wrote:
> Hi,
>
> I have a project which is make KVM use InfiniBand.
> However, since Xen can use InfiniBand through Xen-IB, I want to try to
> make Xen use InfiniBand first.
> Through that way, I think it may give me some idea about how to make
> KVM use InfiniBand.
> So, as you said, I just use "Updated defconfig to include infiniband
> driver as modules for dom0/domU" to do?
> And since I don't know how to I do first for Xen-IB, is there any
> tutorial for Xen-IB?
> Or does Xen build-in support IB currently?

I'm not sure what IB support you expect Xen to have over and above the
driver and utils support, which are functions of the dom0 kernel and
distro and not the hypervisor.

Have you got IB working on a native system? I expect that if you do that
then Xen or KVM will be able to make use of it basically for free, i.e.
configure a VIF on an IP-over-IB bridge or use a local IP-over-IB
address in dom0 for migration etc etc.

Ian.

>
> Yi-Man
>
>
>
> 2011/5/24 Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
>         Please do not top post.
>
>         On Tue, 2011-05-24 at 11:07 +0100, maus wrote:
>         > Hi,
>         >
>         > There many file in
>          http://xenbits.xensource.com/ext/xen-smartio/ ,
>         > which should I use for Xen-IB?
>         > Use the following three?
>         > Updated defconfig to include infiniband driver as modules
>         for
>         > dom0/domU
>         > Updating drivers/infiniband to latest. Should shrink size of
>         > xen_ib.patch in
>         > Add support for Infiniband into Xen
>
>
>         Again, these changesets are >5 years old and have not been
>         looked at or
>         maintained since -- I am very sceptical that you will find
>         anything of
>         use on a modern Xen system in there.
>
>         I expect that IB support in the kernels we currently use for
>         dom0 is
>         vastly improved over what was available in the 2.6.16 tree
>         referenced in
>         the above repository. Perhaps you don't even need anything
>         special
>         outside of what is available in the upstream dom0 kernel.
>
>         Perhaps if you explain what you are actually trying to achieve
>         then
>         people will be able to better advise you?
>
>         Ian.
>
>
>



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>