From: Simon Arlott <simon@fire.lp0.eu>
To: netdev <netdev@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: jesse@nicira.com
Subject: 2.6.37 regression: adding main interface to a bridge breaks vlan interface RX
Date: Sun, 16 Jan 2011 14:09:32 +0000 [thread overview]
Message-ID: <4D32FC1C.3010905@simon.arlott.org.uk> (raw)
[ 1.666706] forcedeth 0000:00:08.0: ifname eth0, PHY OUI 0x5043 @ 16, addr 00:e0:81:4d:2b:ec
[ 1.666767] forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt gbit lnktim msi desc-v3
I have eth0 and eth0.3840 which works until I add eth0 to a bridge.
While eth0 is in a bridge (the bridge device is up), eth0.3840 is unable
to receive packets. Using tcpdump on eth0 shows the packets being
received with a VLAN tag but they don't appear on eth0.3840. They appear
with the VLAN tag on the bridge interface.
If I remove eth0 from the bridge, eth0.3840 starts working again. It
still works if eth0.3840 is part of a bridge but eth0 isn't (the device
is in promiscuous mode). I've only tested with broadcast traffic.
This works with 2.6.36.
git bisect produces 3701e51382a026cba10c60b03efabe534fba4ca4 as the
first bad commit.
The behaviour of drivers/net/forcedeth.c nv_rx_process_optimized looks
ok - vlan_gro_receive and napi_gro_receive are called correctly. (The
likely(!np->vlangrp) looks odd as it'll always be false if vlans are in
use).
--
Simon Arlott
next reply other threads:[~2011-01-16 14:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-16 14:09 Simon Arlott [this message]
2011-01-17 16:00 ` 2.6.37 regression: adding main interface to a bridge breaks vlan interface RX Ben Hutchings
2011-01-17 18:17 ` Simon Arlott
2011-01-19 16:26 ` Jesse Gross
2011-01-23 17:45 ` Maciej Rutecki
2011-01-23 21:29 ` Jesse Gross
2011-01-24 15:25 ` Maciej Rutecki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D32FC1C.3010905@simon.arlott.org.uk \
--to=simon@fire.lp0.eu \
--cc=jesse@nicira.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox