<div dir="ltr"><div><div><div><div><div><div>Hello<br><br></div>I need to change MTU of OVS bridge to 9000. And this is only possible if all ports of OVS are mtu 9000.<br><br></div>I am using XEN (xl toolstack) which is creating  emulated interface in OVS for each port it create. for example each port is added in ovs as two ports<br><br></div>ethxxxxx<br></div>ethxxxxx-emu<br><br></div>i can set the mtu for ethxxxxx but if i try to set mtu &gt; 1500 for emulated interface ethxxxx-emu, i get the error<br><br>SIOCSIFMTU: Invalid argument<br><br></div>So it seems those emulated ports dont support MTU greater then 1500. In this case how can i switch MTU of bridge to 9000 ?<br><div><br></div><div>Thanks for any help you can provide.<br></div></div>