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
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
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
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
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
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
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
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