[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1307140667.22348.120.camel@localhost>
Date: Fri, 03 Jun 2011 23:37:46 +0100
From: Ben Hutchings <bhutchings@...arflare.com>
To: igor@...g.net
Cc: netdev@...r.kernel.org, bugzilla-daemon@...zilla.kernel.org,
bugme-daemon@...zilla.kernel.org,
Stephen Hemminger <shemminger@...ux-foundation.org>,
Neil Horman <nhorman@...driver.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [Bugme-new] [Bug 36602] New: Bridge fails to work normally
without net.ipv4.ip_forward=1
On Fri, 2011-06-03 at 12:36 -0700, Andrew Morton wrote:
[...]
> > At the bridge, on each interface i've created a vlan, and then bridged them:
> > # vconfig add eth0 102
> > # vconfig add eth1 102
> > # brctl addbr br0
> > # brctl addif br0 eth0.102
> > # brctl addif br0 eth1.102
> > # ip link set br0 mtu 9000 up
> > ...etc...
> >
> > At this point, the bridge seems to be working, i can ping between host1 &
> > host2, even with jumbo frames without fragmentation.
> >
> > BUT when i am trying to use iperf & friends to measure raw tcp speed between
> > hosts 1/2, i'm getting something weird like 7-10 MEGABITS per second, or even
> > an iperf hang until ctrl+c.
This sounds like a symptom of doing LRO on a bridged device. Normally
we turn off LRO for bridge members automatically, but we haven't been
doing that when the bridge members are VLAN devices.
> > If i attach an ip address to the bridge, and measure between hosts and the
> > bridge, it works flawlessly, rendering 9.8Gbit/s in both directions.
> >
> > While trying to find a solution, when i ran out of options, i've set
> > net.ipv4.ip_forward to 1, and, SURPRISE, the bridge started to work like a
> > charm, at almost 10gig speed.
[...]
Right, that should force LRO off for all devices with IPv4 set up.
This should be fixed by:
commit f11970e383acd6f505f492f1bc07fb1a4d884829
Author: Neil Horman <nhorman@...driver.com>
Date: Tue May 24 08:31:09 2011 +0000
net: make dev_disable_lro use physical device if passed a vlan dev (v2)
which is in 3.0-rc1.
Ben.
--
Ben Hutchings, Senior Software Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
--
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