From: Ingo Molnar <[EMAIL PROTECTED]>
Date: Tue, 16 Oct 2007 00:07:20 +0200
> looking at the dev.c code - can napi_struct->weight be zero
> legitimately? If yes then the 0 gets passed to the driver and the driver
> would return 1 - violating the assertion.
I touched upon this in another reply.
Ingo Molnar wrote:
* David Miller <[EMAIL PROTECTED]> wrote:
From: Ingo Molnar <[EMAIL PROTECTED]>
Date: Mon, 15 Oct 2007 13:24:30 +0200
got this warning with Linus' latest -git tree:
WARNING: at net/core/dev.c:2161 net_rx_action()
[<80564db4>] net_rx_action+0xce/0x186
[<8011ba98>] _
From: Ingo Molnar <[EMAIL PROTECTED]>
Date: Tue, 16 Oct 2007 00:03:57 +0200
> * David Miller <[EMAIL PROTECTED]> wrote:
>
> > From: Ingo Molnar <[EMAIL PROTECTED]>
> > Date: Mon, 15 Oct 2007 13:24:30 +0200
> >
> > > got this warning with Linus' latest -git tree:
> > >
> > > WARNING: at net/co
* Ingo Molnar <[EMAIL PROTECTED]> wrote:
> > This is a driver bug, the work "budget" passed into a driver's
> > ->poll() handler should never be exceeded. That's what this warning
> > assertion is checking.
> >
> > What ethernet card is in your system and what driver is being used
> > to dri
* David Miller <[EMAIL PROTECTED]> wrote:
> From: Ingo Molnar <[EMAIL PROTECTED]>
> Date: Mon, 15 Oct 2007 13:24:30 +0200
>
> > got this warning with Linus' latest -git tree:
> >
> > WARNING: at net/core/dev.c:2161 net_rx_action()
> >[<80564db4>] net_rx_action+0xce/0x186
> >[<8011ba98>
From: Ingo Molnar <[EMAIL PROTECTED]>
Date: Mon, 15 Oct 2007 13:24:30 +0200
> got this warning with Linus' latest -git tree:
>
> WARNING: at net/core/dev.c:2161 net_rx_action()
>[<80564db4>] net_rx_action+0xce/0x186
>[<8011ba98>] __do_softirq+0x6c/0xcf
>[<8011bb2d>] do_softirq+0x32/
* Ingo Molnar <[EMAIL PROTECTED]> wrote:
> > WARNING: at net/core/dev.c:2161 net_rx_action()
> >[<80564db4>] net_rx_action+0xce/0x186
> >[<8011ba98>] __do_softirq+0x6c/0xcf
> >[<8011bb2d>] do_softirq+0x32/0x36
> >[<8011bcae>] irq_exit+0x35/0x40
> >[<80104fdb>] do_IRQ+0x5c/0x
* Ingo Molnar <[EMAIL PROTECTED]> wrote:
> got this warning with Linus' latest -git tree:
>
> WARNING: at net/core/dev.c:2161 net_rx_action()
>[<80564db4>] net_rx_action+0xce/0x186
>[<8011ba98>] __do_softirq+0x6c/0xcf
>[<8011bb2d>] do_softirq+0x32/0x36
>[<8011bcae>] irq_exit+0x
8 matches
Mail list logo