[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1386090753.30495.33.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Tue, 03 Dec 2013 09:12:33 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Or Gerlitz <ogerlitz@...lanox.com>
Cc: Eric Dumazet <edumazet@...gle.com>,
Alexei Starovoitov <ast@...mgrid.com>,
Pravin B Shelar <pshelar@...ira.com>,
David Miller <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>
Subject: Re: vxlan/veth performance issues on net.git + latest kernels
On Tue, 2013-12-03 at 17:05 +0200, Or Gerlitz wrote:
> ----------------------
>
> ip link add vxlan42 type vxlan id 42 group 239.0.0.42 ttl 10 dev ethN
> ifconfig vxlan42 192.168.42.144/24 up
>
> brctl addbr br-vx
> ip link set br-vx up
>
> ifconfig br-vx 192.168.52.144/24 up
> brctl addif br-vx vxlan42
>
> ip link add type veth
> brctl addif br-vx veth1
Aside question : If I do not have brctl on my host,
how can I use "ip" command to perform this "brctl addif" action ?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists