netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* netif_rx_schedule_prep() returning false?
@ 2005-02-02 18:04 Asim Shankar
  2005-02-02 19:16 ` Scott Feldman
  0 siblings, 1 reply; 3+ messages in thread
From: Asim Shankar @ 2005-02-02 18:04 UTC (permalink / raw)
  To: netdev

Hi,

In NAPI related drivers, is it expected that netif_rx_schedule_prep()
will return false? Does the fact that it returns false mean something
is wrong?

Specifically, in e1000 driver, when loaded with TxIntDelay=0,
RxIntDelay=0, InterruptThrottleRate=0 (i.e., no hardware
interrupt-coalescing), I've observed that the call to
netif_rx_schedule_prep() in the interrupt handler (e1000_intr())
ocassionally returns false. Further investigation shows that this is
because the __LINK_STATE_RX_SCHED bit of the struct net_device's state
is already set (netif_running(dev) is always true). I also checked the
interrupt cause register (ICR) in the interrupt handler and it seems
the interrupts were caused by packet receives (ICR == E1000_ICR_RXT0,
no other bits in the ICR register were set), which by my understanding
should have not been possible.

In other words, it seems the device is already scheduled for polling
when a receive-related interrupt is received and handled.

Is this behavior normal?

Thanks,

-- Asim

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-02 20:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-02 18:04 netif_rx_schedule_prep() returning false? Asim Shankar
2005-02-02 19:16 ` Scott Feldman
2005-02-02 20:41   ` Asim Shankar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).