Re: [PATCH UPDATE netdev-2.6.git] bonding: suppress duplicate packets

2006-04-01 Thread Krzysztof Oledzki
On Fri, 31 Mar 2006, Jay Vosburgh wrote: Krzysztof Oledzki <[EMAIL PROTECTED]> wrote: [...] I took this patch from linux-2.6 using git tree and applied to 2.6.16.1 together with recent "link status" fix. Unfortunately broadcast packet duplication still occurs. I am unable to induce

Re: [PATCH UPDATE netdev-2.6.git] bonding: suppress duplicate packets

2006-03-31 Thread Jay Vosburgh
Krzysztof Oledzki <[EMAIL PROTECTED]> wrote: [...] >I took this patch from linux-2.6 using git tree and applied to 2.6.16.1 >together with recent "link status" fix. Unfortunately broadcast packet >duplication still occurs. I am unable to induce any duplicate packets using the current netde

Re: [PATCH UPDATE netdev-2.6.git] bonding: suppress duplicate packets

2006-03-31 Thread Krzysztof Oledzki
On Tue, 21 Feb 2006, Jay Vosburgh wrote: Originally submitted by Kenzo Iwami; his original description is: The current bonding driver receives duplicate packets when broadcast/ multicast packets are sent by other devices or packets are flooded by the switch. In this patch, new flags

Re: [PATCH UPDATE netdev-2.6.git] bonding: suppress duplicate packets

2006-03-03 Thread Jeff Garzik
Jay Vosburgh wrote: Originally submitted by Kenzo Iwami; his original description is: The current bonding driver receives duplicate packets when broadcast/ multicast packets are sent by other devices or packets are flooded by the switch. In this patch, new flags are added in priv_flags o

Re: [PATCH UPDATE netdev-2.6.git] bonding: suppress duplicate packets

2006-02-22 Thread Arnaldo Carvalho de Melo
On 2/21/06, Jay Vosburgh <[EMAIL PROTECTED]> wrote: > Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > >On Tue, 21 Feb 2006 16:36:44 -0800 > >Jay Vosburgh <[EMAIL PROTECTED]> wrote: > [...] > >> +if (dev->master->priv_flags & IFF_MASTER_8023AD && > >> +sk

Re: [PATCH UPDATE netdev-2.6.git] bonding: suppress duplicate packets

2006-02-21 Thread Jay Vosburgh
Stephen Hemminger <[EMAIL PROTECTED]> wrote: >On Tue, 21 Feb 2006 16:36:44 -0800 >Jay Vosburgh <[EMAIL PROTECTED]> wrote: [...] >> +if (dev->master->priv_flags & IFF_MASTER_8023AD && >> +skb->protocol == __constant_htons(ETH_P_SLOW)) > >Don't use the __c

Re: [PATCH UPDATE netdev-2.6.git] bonding: suppress duplicate packets

2006-02-21 Thread Stephen Hemminger
On Tue, 21 Feb 2006 16:36:44 -0800 Jay Vosburgh <[EMAIL PROTECTED]> wrote: > > Originally submitted by Kenzo Iwami; his original description is: > > The current bonding driver receives duplicate packets when broadcast/ > multicast packets are sent by other devices or packets are flooded by

[PATCH UPDATE netdev-2.6.git] bonding: suppress duplicate packets

2006-02-21 Thread Jay Vosburgh
Originally submitted by Kenzo Iwami; his original description is: The current bonding driver receives duplicate packets when broadcast/ multicast packets are sent by other devices or packets are flooded by the switch. In this patch, new flags are added in priv_flags of net_device structur