All of lore.kernel.org
 help / color / mirror / Atom feed
* From __cpu_raise_softirq() to net_rx_action()
@ 2002-12-22 21:11 Joshua Stewart
  2002-12-22 21:15 ` Randy.Dunlap
  2002-12-22 21:36 ` Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 5+ messages in thread
From: Joshua Stewart @ 2002-12-22 21:11 UTC (permalink / raw)
  To: linux-kernel

I'm still trying to follow a packet (or even better an sk_buff) from the
NIC card to user space.  I think I have a good chunk of it figured out,
but I'm missing a bit from the time that the __netif_rx_schedule()
routine calls __cpu_raise_softirq() until the routine net_rx_action()
occurs.  I read in a book on Linux TCP/IP implementation that the
softirq basically leads to a call to net_rx_action(), but I don't see
the connection yet.  It's probably due to my lack of understanding of
IRQ's (and software IRQ's).

Any help is appreciated.

Thanks,
	Josh 




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

end of thread, other threads:[~2002-12-22 21:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-22 21:11 From __cpu_raise_softirq() to net_rx_action() Joshua Stewart
2002-12-22 21:15 ` Randy.Dunlap
2002-12-22 21:35   ` Joshua Stewart
2002-12-22 21:31     ` Randy.Dunlap
2002-12-22 21:36 ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.