[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120807102129.5C95.C42C3789@sakura.ad.jp>
Date: Tue, 07 Aug 2012 10:21:33 +0900
From: Naoto MATSUMOTO <n-matsumoto@...ura.ad.jp>
To: ebiederm@...ssion.com (Eric W. Biederman)
Cc: Ali Ayoub <ali@...lanox.com>, David Miller <davem@...emloft.net>,
ogerlitz@...lanox.com, roland@...nel.org, netdev@...r.kernel.org,
sean.hefty@...el.com, erezsh@...lanox.co.il, dledford@...hat.com
Subject: Re[2]: [PATCH V2 09/12] net/eipoib: Add main driver functionality
Hi Eric, Ali
On Mon, 06 Aug 2012 17:44:06 -0700
ebiederm@...ssion.com (Eric W. Biederman) wrote:
> Implementations involving bridges like macvlan and macvtap are
> performance optimizations, and the optimizations don't even apply in
> areas like 802.11, where only one mac address is supported per adapter.
We had nearly equal situation perfomance result. share for you.
-----------------------------------------------------------------------
Ethernet over EoIB using gretap with "Raid STP" performance result.
http://twitpic.com/agd1pp
How to use EoIB with gretap.
http://twitpic.com/agd4io
ifconfig ib0 10.1.1.1/24 up
ip link add eoib0 type gretap remote 10.1.1.2 local 10.1.1.1
ip link add eoib1 type gretap remote 10.1.1.3 local 10.1.1.1
ip link add type veth
ifconfig eoib0 up up
ifconfig eoib1 up up
ifconfig veth0 up up
ifconfig veth1 up up
brctl addbr br0
brctl addif br0 eoib0
brctl addif br0 eoib1
bcrtl addif br0 veth1
rstpd
rstpctl rstp br0 on
rstpctl setbridgeprio br0 40960
rstpctl setportpathcost br0 vpn1 40000
rstpctl sethello br0 1
rstpctl setmaxage br0 6
rstpctl setfdelay br0 4
brctl stp br0 on
brctl sethello br0 1
brctl setfd br0 4
brctl setmaxage br0 6
-----------------------------------------------------------------------
regards,
--
SAKURA Internet Inc. / Senior Researcher
Naoto MATSUMOTO <n-matsumoto@...ura.ad.jp>
SAKURA Research Center <http://research.sakura.ad.jp/>
--
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