netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* TX VLAN acceleration on bridges broken in 2.6.37?
@ 2011-02-21 23:29 Jan Niehusmann
  2011-02-23  1:32 ` Jesse Gross
  2011-02-25 22:53 ` Jesse Gross
  0 siblings, 2 replies; 6+ messages in thread
From: Jan Niehusmann @ 2011-02-21 23:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: netdev

With the following configuration, sending vlan tagged traffic from a
bridged interface doesn't work in 2.6.37.
The same configuration does work with 2.6.36:

- bridge br0 with physical interface eth0
- eth0 being an e1000e device (don't know if that's important)
- vlan interface br0.10
- (on 2.6.37) tx vlan acceleration active on br0 (default)

Networking on br0.10 doesn't work, and tcpdump on eth0 shows packets
sent on br0.10 as untagged, instead of vlan 10 tagged.

After turning vlan tx offloading off with 'ethtool -K br0 txvlan off',
everything works as expected, again.

The workaround is made permanent by reverting "bridge: Add support for
TX vlan offload.", 361ff8a6cf90d62c0071b7e532e37369bfd3ae77, turning
of the feature on bridges completely.

Jan

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-02-26  1:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 23:29 TX VLAN acceleration on bridges broken in 2.6.37? Jan Niehusmann
2011-02-23  1:32 ` Jesse Gross
2011-02-25 22:53 ` Jesse Gross
2011-02-26  0:19   ` Jan Niehusmann
2011-02-26  1:16     ` Jesse Gross
2011-02-26  1:22       ` Jeff Kirsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).