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-users

Re: [Xen-users] xen bridge jumbo frame problems starting new DomU

To: Fischer Udo Attila <udo@xxxxxx>
Subject: Re: [Xen-users] xen bridge jumbo frame problems starting new DomU
From: Peter Viskup <skupko.sk@xxxxxxxxx>
Date: Mon, 26 Oct 2009 15:29:53 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 26 Oct 2009 09:49:14 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=HCRw1O/Gig5dQSoqPa0WMaM2xWUfJjo/nc89SKwquWo=; b=lZXCqUmX7SIf0ffKc5+NM0thehS1IiSGz0b83/MIqimmcnka/5HGqJeu9KmOviZMaL OBoKxnVa/VChajnarqNYYpbXoo1x0d0/cBZUK1gZdyWAwz5/9Kv9Ycg5iKbYUVedZCaR P7VxowwjVxR4EZNnrCpNdzN89f+bMqSgt6yTw=
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=iB3UvldJiv+HHT0RUSgmYl4rCQQgJOFPg9lgsXJKg/9eXroONzbZnfIZFaW4Lxacok Z0FBT0KkbKZLPXtR+XMW3N/ygunCEog7Bgl2urVPP/ft1LucTbggnAHsgI1LNlQdEAyR xHXuN6HV3TceMRSaO386x/4mFvpsD0z6XcddQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4AE58AA9.7070404@xxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <4AE58AA9.7070404@xxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello Udo,
I sent email to Xen-devel mailing group [1] regarding MTU configuration option for VIF interfaces just some days before.
MTU is hard-coded now and there is no way to change it within Xen configuration files. At this time you have to change MTU settings manually.
I think that my very simple patch will not work - anyway you can test it and probably somebody more experienced in Xen development could work on this.
It will be very helpful to have this option and it is good to see that I am not the only one looking for that.


Best regards,
Peter Viskup

2009/10/26 Fischer Udo Attila <udo@xxxxxx>
Hi all,

My problem is using jumbo frames in vm-s using networking via bridge:

Facts I discovered:
- bridge will set automatically his mtu to the lowest interface MTU
- MTU can only set to max 1500 in the initialization phase of an DomU (via vif-bridge or vif common)
- MTU can only set higher some seconds after the DomU started

So the problem
I have to wait some seconds after I started a DomO and set manually
It sets the bridge back to MTU 1500 when the initialization script is running, affecting all DomUs using this bridge!!! It is not acceptable I think!

So I have a workaround:
I have created an additional bridge
set it in the DomU config and a vifname for the interface for easier scripting
start the DomU
sleep 5
brctl delif br2 xxx #where br2 is the additional bridge
ifconfig xxx mtu 9000
brctl addif br1 xxx #where br1 is the right one
So the problem is here not having network in the DomU for 5 seconds... (The smalles time was 2 seconds, but 5 for safety.. Ok I can write a script tries till its succeed.)

It is a very dirty solution....

Is there any other solution?
Is there any patch witch removes the 1500 MTU limit in the driver for the initialization phase, or a type=xxxx that allowes setting it higher?


Is there any solution planned to remove this behavior in the future? I think using Jumbo Frames is now everyday requirement to lower CPU IO utilization by Gigabit networks.

So the main point is, the bridge should not change the MTU downto 1500 by starting a new DomU affecting existing DomUs...


Other question:
Is there any patch that change the bridge behavior to the following way:
try to set the interface to the bridge MTU
if it fails it goes down in MTU till it works, and than set all other interfaces and the bridge down to this MTU...
It not solves the first problem (init phase may 1500 MTU), but would be remove the problem by adding a new interface without increased MTU)

Best regards,
Udo Attila Fischer


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

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