<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hi experts,</div>
<div> </div>
<div>I’m integrating OpenvSwitch with Opennebula. The good news is, they work beautifully together <font face="Wingdings">J</font>. Bad news is very less documentation available for OpenvSwitch. Then I have doubt on the new setup of OpenvSwitch. When I deploying
VM through Opennebula, it created vnet as expected. Somehow the speed of it downgraded to 10MB-FD compare what I have on physical hardware, 1GB-FD. Could someone please advise me how to ensure that vnet speed same at physical network card? Here is my current
configuration:</div>
<div> </div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"># ovs-vsctl show</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">8167368c-a8f8-41dd-beab-7984a3e63ddb</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">    Bridge "ovsbr0"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">        Port "ovsbr0"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">            Interface "ovsbr0"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">                type: internal</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">        Port "vnet1"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">            tag: 407</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">            Interface "vnet1"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">        Port "ovsbond0"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">            Interface "eth1"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">            Interface "eth0"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">        Port "vnet0"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">            tag: 264</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">            Interface "vnet0"</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">    ovs_version: "1.10.0"</span></font></div>
<div> </div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"># ovs-appctl bond/show</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">---- ovsbond0 ----</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">bond_mode: active-backup</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">bond-hash-basis: 0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">updelay: 0 ms</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">downdelay: 0 ms</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">lacp_status: negotiated</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"> </span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">slave eth0: enabled</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">        may_enable: true</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"> </span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">slave eth1: enabled</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">        active slave</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">        may_enable: true</span></font></div>
<div> </div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"># ovs-ofctl show ovsbr0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">OFPT_FEATURES_REPLY (xid=0x2): dpid:0000e8393524b2b6</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">n_tables:254, n_buffers:256</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">actions: OUTPUT SET_VLAN_VID SET_VLAN_PCP STRIP_VLAN SET_DL_SRC SET_DL_DST SET_NW_SRC SET_NW_DST SET_NW_TOS SET_TP_SRC SET_TP_DST ENQUEUE</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"> 1(eth0): addr:e8:39:35:24:b2:b6</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     config:     0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     state:      0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     current:    1GB-FD COPPER AUTO_NEG</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD AUTO_NEG</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     <span style="background-color:lime;">speed: 1000 Mbps now, 1000 Mbps max</span></span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"> 2(eth1): addr:e8:39:xx:xx:xx:xx</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     config:     0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     state:      0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     current:    1GB-FD COPPER AUTO_NEG</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD AUTO_NEG</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     <span style="background-color:lime;">speed: 1000 Mbps now, 1000 Mbps max</span></span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"> 11(vnet0): addr:fe:00:xx:xx:xx:xx</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     config:     0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     state:      0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     <span style="background-color:yellow;">current:    10MB-FD COPPER</span></span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     speed: 10 Mbps now, 0 Mbps max</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"> 12(vnet1): addr:fe:00:xx:xx:xx:xx</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     config:     0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     state:      0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     <span style="background-color:yellow;">current:    10MB-FD COPPER</span></span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     speed: 10 Mbps now, 0 Mbps max</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;"> LOCAL(ovsbr0): addr:e8:39:xx:xx:xx:xx</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     config:     0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     state:      0</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">     speed: 0 Mbps now, 0 Mbps max</span></font></div>
<div><font face="Lucida Console" size="2"><span style="font-size:9pt;">OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0</span></font></div>
<div> </div>
<div> </div>
<div>Best regards,</div>
<div>.fahmie</div>
<div> </div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>

<p>

------------------------------------------------------------------<br>
-<br>
-<br>
DISCLAIMER: <br>
<br>
This e-mail (including any attachments) is for the addressee(s) <br>
only and may contain confidential information. If you are not the <br>
intended recipient, please note that any dealing, review, <br>
distribution, printing, copying or use of this e-mail is strictly <br>
prohibited. If you have received this email in error, please notify <br>
the sender  immediately and delete the original message. <br>
MIMOS Berhad is a research and development institution under <br>
the purview of the Malaysian Ministry of Science, Technology and <br>
Innovation. Opinions, conclusions and other information in this e-<br>
mail that do not relate to the official business of MIMOS Berhad <br>
and/or its subsidiaries shall be understood as neither given nor <br>
endorsed by MIMOS Berhad and/or its subsidiaries and neither <br>
MIMOS Berhad nor its subsidiaries accepts responsibility for the <br>
same. All liability arising from or in connection with computer <br>
viruses and/or corrupted e-mails is excluded to the fullest extent <br>
permitted by law.<br>
<br>
<br>
</p>