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] Re: [PATCH] Remus breaks the build

To: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Re: [PATCH] Remus breaks the build
From: Brendan Cully <brendan@xxxxxxxxx>
Date: Wed, 18 Aug 2010 10:58:52 -0700
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, "Xen-devel@xxxxxxxxxxxxxxxxxxx" <Xen-devel@xxxxxxxxxxxxxxxxxxx>, Ian Campbell <Ian.Campbell@xxxxxxxxxx>, Stabellini <stefano.stabellini@xxxxxxxxxxxxx>, Stefano@xxxxxxxxx, Dulloor <dulloor@xxxxxxxxx>
Delivery-date: Wed, 18 Aug 2010 10:59:49 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <19563.58079.648445.441841@xxxxxxxxxxxxxxxxxxxxxxxx>
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>
Mail-followup-to: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>, Jeremy Fitzhardinge <jeremy@xxxxxxxx>, "Xen-devel@xxxxxxxxxxxxxxxxxxx" <Xen-devel@xxxxxxxxxxxxxxxxxxx>, Dulloor <dulloor@xxxxxxxxx>, Stabellini <stefano.stabellini@xxxxxxxxxxxxx>, Stefano@xxxxxxxxx, Ian Campbell <Ian.Campbell@xxxxxxxxxx>
References: <4C6493ED.3040605@xxxxxxxx> <20100813194217.GA6981@xxxxxxxxxxxxxxxxx> <4C65B5A5.8020202@xxxxxxxx> <AANLkTiktNSnHfF_v+L7Ad+6BcaYwuQVdWv1WKm_r7wFy@xxxxxxxxxxxxxx> <20100817173828.GA2898@xxxxxxxxxxxxxxxxx> <19563.58079.648445.441841@xxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.20 (2010-03-22)
On Wednesday, 18 August 2010 at 14:40, Ian Jackson wrote:
> Brendan Cully writes ("Re: [Xen-devel] Re: [PATCH] Remus breaks the build"):
> > We need a second module (IFB or IMQ, depending on the kernel version)
> > because Linux queueing disciplines only operate on a device's outbound
> > traffic. Since Remus runs in dom0, it sees the guest's outbound
> > traffic as _inbound_ traffic on a VIF device. So IMQ/IFB is used to
> > redirect that incoming VIF traffic to a virtual intermediate device
> > with the sch_queue queueing discipline installed on it.
> 
> Couldn't this be achieved simply by putting a dummy bridge or tap
> device in the way or something ?  You seem to be describing a device
> driver whose sole purpose is plumbing ...

You are correct, the device is just plumbing. But it isn't any extra
code, at least for pvops -- IFB is carried in upstream linux. You
could probably use a second-level bridge or tap or policy routing or
something to get the same effect, but I don't think I see the
advantage. You're certainly welcome to put together an alternative
approach for comparison.

What would be simpler and more efficient would be to move the queueing
directly into netback. That's on the todo list but hasn't gotten
attention yet.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel