public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* question about netif_rx
@ 2013-08-11  9:56 Julia Lawall
  2013-08-11 15:56 ` Francois Romieu
  0 siblings, 1 reply; 11+ messages in thread
From: Julia Lawall @ 2013-08-11  9:56 UTC (permalink / raw)
  To: romieu, grant.likely, rob.herring, netdev, linux-kernel,
	devicetree

To my limited understanding, in a NAPI polling function, one should use 
netif_receive_skb, rather than netif_rx.  However, the via-velocity driver 
defines the NAPI polling function velocity_poll, which is the only caller 
of velocity_rx_srv, which is the only caller of velocity_receive_frame, 
which calls netif_rx.  The call to netif_rx seems to predate the 
introduction of NAPI in this driver.  Is this correct?

thanks,
julia

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

end of thread, other threads:[~2013-08-14 15:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-11  9:56 question about netif_rx Julia Lawall
2013-08-11 15:56 ` Francois Romieu
2013-08-11 16:12   ` Julia Lawall
2013-08-13  5:20     ` Francois Romieu
2013-08-13  5:45       ` David Shwatrz
2013-08-13  6:28         ` Francois Romieu
2013-08-13  6:29       ` Julia Lawall
2013-08-13  6:53         ` David Shwatrz
2013-08-13 20:41           ` Francois Romieu
2013-08-14 10:44             ` Rami Rosen
2013-08-14 15:18               ` Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox