netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* netif_receive_skb_list and interrupts enabled/disabled
@ 2019-03-26 20:04 Heiner Kallweit
  2019-03-27  8:20 ` Jesper Dangaard Brouer
  0 siblings, 1 reply; 3+ messages in thread
From: Heiner Kallweit @ 2019-03-26 20:04 UTC (permalink / raw)
  To: Edward Cree, Jesper Dangaard Brouer; +Cc: netdev@vger.kernel.org

A question inspired by 0a25d92c6f4f ("dpaa2-eth: use netif_receive_skb_list"):
kerneldoc of netif_receive_skb_list states that interrupts should be
enabled. When used from NAPI context irqs typically are disabled.
And if the NAPI budget is fully consumed then interrupts don't get enabled
in the same NAPI poll loop. How is this supposed to play together?

Thanks, Heiner

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

end of thread, other threads:[~2019-03-27 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 20:04 netif_receive_skb_list and interrupts enabled/disabled Heiner Kallweit
2019-03-27  8:20 ` Jesper Dangaard Brouer
2019-03-27 18:55   ` Heiner Kallweit

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