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