David Miller <[EMAIL PROTECTED]> wrote: [...] >Ok, since __vlan_hwaccel_rx() bypasses the netif_receive_skb() >that would normally occur, we have to duplicate the bonding >drop checks. > >The submitted patch put skb_bond() into if_vlan.h which is >definitely the wrong thing to do. This is a generic operation >and therefore belongs in linux/netdevice.h at best. > >Furthermore, we're only interested in the packet drop check, >so that's the only part of the logic we need to export, >the rest can stay private to skb_bond() in net/core/dev.c > >Can the folks who can reproduce this try this patch?
I have successfully reproduced the problem and subsequently validated this patch against 2.6.17.6. I'm building netdev-2.6#upstream right now, but I expect it will work as well (and will report back only if it does not). Acked-by: Jay Vosburgh <[EMAIL PROTECTED]> -J --- -Jay Vosburgh, IBM Linux Technology Center, [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html