[Openstack] How to enable jumbo frames for instances ?

Gary Kotton gkotton at vmware.com
Mon Jan 27 08:25:03 UTC 2014


Hi,
There was a bug and that code was only fixed last week. Please see https://review.openstack.org/#/c/62221/
Thanks
Gary

From: <Li>, Chen <chen.li at intel.com<mailto:chen.li at intel.com>>
Date: Monday, January 27, 2014 9:39 AM
To: "openstack at lists.openstack.org<mailto:openstack at lists.openstack.org>" <openstack at lists.openstack.org<mailto:openstack at lists.openstack.org>>
Subject: [Openstack] How to enable jumbo frames for instances ?

Hi list,

I’m working under CentOS 6.4 + Havana + Neutron + OVS + gre.

I’m testing performance for gre.

I have a 10Gb/s NIC for compute Node.

While, the max bandwidth I can get is small then 3Gb/s, even I have enough instances.
I noticed the reason the bandwidth can’t reach higher is due to the utilization for one CPU core is already 100%.

So, I want to try if I can get higher bandwidth if I have bigger MTU, because the default MTU = 1500.

But, after I set network_device_mtu=8500in "/etc/nova/nova.conf", and restart openstack-nova-compute service and re-create a new instance, the MTU for devices is still 1500:

202: qbr053ac004-d6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
    link/ether da:c0:8d:c2:d5:1c brd ff:ff:ff:ff:ff:ff
203: qvo053ac004-d6: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether f6:0b:04:3f:9d:41 brd ff:ff:ff:ff:ff:ff
204: qvb053ac004-d6: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether da:c0:8d:c2:d5:1c brd ff:ff:ff:ff:ff:ff
205: tap053ac004-d6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc htb state UNKNOWN qlen 500
    link/ether fe:18:3e:c2:e9:84 brd ff:ff:ff:ff:ff:ff

Anyone know why is this happen ?
How can I solve it ??

Thanks.
-chen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140127/ad561d9b/attachment.html>


More information about the Openstack mailing list