On Tue, 13 Dec 2005 18:59:30 +0100
Christian Borntraeger <[EMAIL PROTECTED]> wrote:

> On Tuesday 13 December 2005 18:47, Stephen Hemminger wrote:
> > Is there any chance of removing usage of netif_rx_reschedule()?
> > qeth seems to be the only remaining user of this interface.
> 
> Huh?
> 
> I guess you are talking about the ibmveth driver for the POWER boxes? qeth 
> (for zSeries and z9 boxes) currently does not use NAPI and therefore it does 
> not use netif_rx_reschedule.
> 
> 

yes,
you are talking about ibm veth driver...

fgrep -r netif_rx_reschedule drivers/*
drivers/net/ibmveth.c:  if(ibmveth_rxq_pending_buffer(adapter) && 
netif_rx_reschedule(netdev, frames_processed))

Frank
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to