From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Sat, 21 Jul 2007 05:38:10 +0200
> Yes, some constant limit definitely makes sense. The Tx batching
> patches motivated me to work through struct net_device with pahole
> and I have some patches that rearrange it to save about 64 bytes and
> move some
David Miller wrote:
> From: Patrick McHardy <[EMAIL PROTECTED]>
> Date: Thu, 19 Jul 2007 12:11:10 +0200
>
>
>>The easiest fix would be to use egress_subqueue[1] in struct
>>net_device, but I think that may cause warnings with newer gccs
>>when using a constant index that is > 0. OTOH using consta
From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Thu, 19 Jul 2007 12:11:10 +0200
> The easiest fix would be to use egress_subqueue[1] in struct
> net_device, but I think that may cause warnings with newer gccs
> when using a constant index that is > 0. OTOH using constant
> indices doesn't seem to
Arkadiusz Miskiewicz wrote:
On Thursday 19 of July 2007, Patrick McHardy wrote:
OK I see what the problem is. The loopback device is statically
allocated, so it doesn't have any room for the subqueues reserved.
The easiest fix would be to use egress_subqueue[1] in struct
net_device, but I th
On Thursday 19 of July 2007, Patrick McHardy wrote:
> Patrick McHardy wrote:
> > Arkadiusz Miskiewicz wrote:
> CONFIG_NETDEVICES_MULTIQUEUE=y
> >>>
> >>>Does it go away if you disable this option?
> >>
> >>Yes, it goes away after disabling this.
> >
> > I don't see a bug in the code itself, may
Patrick McHardy wrote:
> Arkadiusz Miskiewicz wrote:
>
CONFIG_NETDEVICES_MULTIQUEUE=y
>>>
>>>Does it go away if you disable this option?
>>
>>
>>Yes, it goes away after disabling this.
>
>
> I don't see a bug in the code itself, maybe the queue_mapping points
> to an invalid subqueue. Could
Arkadiusz Miskiewicz wrote:
> On Thursday 19 of July 2007, Patrick McHardy wrote:
>
>>Arkadiusz Miskiewicz wrote:
>>
>>>I'm having problems with networking on recent git kernel.
>>>
>>>kernel logs tons of "Virtual device lo asks to queue packet!"
>>>and networking stops working correctly:
>>>
>>>C
On Thursday 19 of July 2007, Patrick McHardy wrote:
> Arkadiusz Miskiewicz wrote:
> > I'm having problems with networking on recent git kernel.
> >
> > kernel logs tons of "Virtual device lo asks to queue packet!"
> > and networking stops working correctly:
> >
> > CONFIG_NETDEVICES_MULTIQUEUE=y
>
Arkadiusz Miskiewicz wrote:
> I'm having problems with networking on recent git kernel.
>
> kernel logs tons of "Virtual device lo asks to queue packet!"
> and networking stops working correctly:
>
> CONFIG_NETDEVICES_MULTIQUEUE=y
Does it go away if you disable this option?
-
To unsubscribe from