mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* is it useful testing __LINK_STATE_RX_SCHED in dev_close()?
@ 2007-11-20 10:26 wyb
  2007-11-20 10:42 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: wyb @ 2007-11-20 10:26 UTC (permalink / raw)
  To: linux-kernel

cpu0 calling netif_rx_schedule_prep(), cpu1 calling dev_close():

cpu0: testing __LINK_STATE_START, already set
cpu1: clear__LINK_STATE_START
cpu1: testing __LINK_STATE_RX_SCHED, not set
cpu0: set __LINK_STATE_RX_SCHED
cpu0: enter net poll, ...

when cpu1 return from dev_close(),__LINK_STATE_RX_SCHED is still set.



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

end of thread, other threads:[~2007-11-20 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-20 10:26 is it useful testing __LINK_STATE_RX_SCHED in dev_close()? wyb
2007-11-20 10:42 ` David Miller

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

all inboxes | Powered by JetHome®