Re: [Kgdb-bugreport] [PATCH] netpoll: trapping fix/cleanup

2007-04-04 Thread Tom Rini
On Tue, Apr 03, 2007 at 10:30:46PM -0400, Jeff Garzik wrote: > Sergei Shtylyov wrote: > > CONFIG_NETPOLL_TRAP causes the TX queue controls to be completely bypassed > > in > > the netpoll's "trapped" mode which easily causes overflows in the drivers > > with > > short TX queues (most notably, in

Re: [PATCH] netpoll: trapping fix/cleanup

2007-04-04 Thread Sergei Shtylyov
Hello. Jeff Garzik wrote: CONFIG_NETPOLL_TRAP causes the TX queue controls to be completely bypassed in the netpoll's "trapped" mode which easily causes overflows in the drivers with short TX queues (most notably, in 8139too with its 4-deep queue). Make this option more sensible by only bypas

Re: [PATCH] netpoll: trapping fix/cleanup

2007-04-03 Thread Jeff Garzik
Sergei Shtylyov wrote: CONFIG_NETPOLL_TRAP causes the TX queue controls to be completely bypassed in the netpoll's "trapped" mode which easily causes overflows in the drivers with short TX queues (most notably, in 8139too with its 4-deep queue). Make this option more sensible by only bypassing TX

[PATCH] netpoll: trapping fix/cleanup

2007-03-30 Thread Sergei Shtylyov
CONFIG_NETPOLL_TRAP causes the TX queue controls to be completely bypassed in the netpoll's "trapped" mode which easily causes overflows in the drivers with short TX queues (most notably, in 8139too with its 4-deep queue). Make this option more sensible by only bypassing TX softirq wakeup and remov