<font face="verdana, sans-serif">Hello All,</font><div><font face="verdana, sans-serif"><br></font></div><div><font face="verdana, sans-serif">As planned I got 10GbE interfaces(with linux TOE) on my server(long wait...!!) and got two debian containers up with following configuration: </font></div>

<div><font face="verdana, sans-serif"><br></font></div><div><font face="verdana, sans-serif">>Set macvlan on the 10GbE physical interface</font></div><div>
<font face="verdana, sans-serif">      <i> sudo ip link add link eth0 address 00:00:00:ab:00:01 macvlan0 type macvlan mode bridge</i></font></div>
<div><font face="verdana, sans-serif"><br></font></div><div><font face="verdana, sans-serif">> Setup containers with macvlan </font></div><div><span style="color:rgb(34, 34, 34);line-height:19px"><pre><font face="verdana, sans-serif">   <i> lxc.network.type = macvlan
    lxc.network.macvlan.mode = bridge
    lxc.network.link = eth0</i></font></pre><pre><font face="verdana, sans-serif">The containers can ping eachother but the problem is they are no way near the 10gig mark (throughput IPERF < 1Mbps). Am I missing any configuration here? my goal is to bridge the containers @ 10gig using macvlan. The veth bridging yields 2.8Gbps ,with MTU tweak, but thats the maximum I can get to. Need your expertise on pushing the rates !</font></pre>

<pre style="font-family:palatino, georgia, verdana, arial, sans-serif"><br></pre><pre style="font-family:palatino, georgia, verdana, arial, sans-serif">Thanks & Regards</pre><pre style="font-family:palatino, georgia, verdana, arial, sans-serif">
Mayur</pre>
<pre style="font-family:palatino, georgia, verdana, arial, sans-serif"><br></pre></span></div><div><br><div class="gmail_quote">On Mon, Mar 14, 2011 at 7:15 PM, Daniel Lezcano <span dir="ltr"><<a href="mailto:daniel.lezcano@free.fr" target="_blank">daniel.lezcano@free.fr</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div>On 03/14/2011 05:23 PM, Mayur Gowda wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello Everyone,<br>
                         I plan to use a 10GbE network interface on a PC<br>
running ubuntu and want to pump traffic between 2 LXC containers close to<br>
10gig. Previous old posts indicate that bridging between containers with<br>
VETH for 10GbE has limited performance and higher loss, is it true???<br>
Mac-vlan has better performance at 10gig but how do I use to communicate<br>
between multiple containers??<br>
</blockquote>
<br></div></div>
Hi Mayur,<br>
<br>
I think you can try with macvlan, yes.<br>
Make sure in your configuration you specify lxc.network.macvlan.mode = bridge for both containers.<br>
<br>
Let us know about the results<br>
<br>
Thanks<br><font color="#888888">
  -- Daniel<br>
</font></blockquote></div><br></div>