Re: [BUG net-next-2.6] vlan, bonding, bnx2 problems

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jay Vosburgh
Date: Tuesday, July 20, 2010 - 3:58 pm

Jay Vosburgh <fubar@us.ibm.com> wrote:


	Just an update; the "VLAN 0" patch:

commit ad1afb00393915a51c21b1ae8704562bf036855f
Author: Pedro Garcia <pedro.netdev@dondevamos.com>
Date:   Sun Jul 18 15:38:44 2010 -0700

    vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)

	has broken a bunch of VLAN-related things in bonding (more than
just the ipv6 event thing that was already fixed).  Now, 8021q will do
an "add_vid" for VLAN 0 without doing a vlan_rx_register and supplying a
struct vlan_group; this confuses the existing bonding code, which
assumes that register comes first.

	I'm working out the best way to fix the VLAN breakage before I
can test the below patch (which may have to change).

	-J


---
	-Jay Vosburgh, IBM Linux Technology Center, fubar@us.ibm.com
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] vlan_dev: VLAN 0 should be treated as &quot;no vlan ..., Pedro Garcia Pelaez, (Thu Jun 24, 11:28 am)
[BUG net-next-2.6] vlan, bonding, bnx2 problems, Eric Dumazet, (Mon Jul 19, 6:24 am)
Re: [BUG net-next-2.6] vlan, bonding, bnx2 problems, David Miller, (Mon Jul 19, 9:35 am)
Re: [BUG net-next-2.6] vlan, bonding, bnx2 problems, Michael Chan, (Mon Jul 19, 11:14 am)
Re: [BUG net-next-2.6] vlan, bonding, bnx2 problems, Jay Vosburgh, (Mon Jul 19, 1:19 pm)
Re: [BUG net-next-2.6] vlan, bonding, bnx2 problems, Jay Vosburgh, (Tue Jul 20, 3:58 pm)