Re: ~3 hours old git tree: Virtual device lo asks to queue packet!

2007-07-20 Thread David Miller
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

Re: ~3 hours old git tree: Virtual device lo asks to queue packet!

2007-07-20 Thread Patrick McHardy
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

Re: ~3 hours old git tree: Virtual device lo asks to queue packet!

2007-07-20 Thread David Miller
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

Re: ~3 hours old git tree: Virtual device lo asks to queue packet!

2007-07-19 Thread Patrick McHardy
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

Re: ~3 hours old git tree: Virtual device lo asks to queue packet!

2007-07-19 Thread Arkadiusz Miskiewicz
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

Re: ~3 hours old git tree: Virtual device lo asks to queue packet!

2007-07-19 Thread Patrick McHardy
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

Re: ~3 hours old git tree: Virtual device lo asks to queue packet!

2007-07-19 Thread Patrick McHardy
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

Re: ~3 hours old git tree: Virtual device lo asks to queue packet!

2007-07-18 Thread Arkadiusz Miskiewicz
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 >

Re: ~3 hours old git tree: Virtual device lo asks to queue packet!

2007-07-18 Thread Patrick McHardy
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