netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* is it useful testing __LINK_STATE_RX_SCHED in dev_close()?
@ 2007-11-21  1:40 wyb
  2007-11-21  4:54 ` Herbert Xu
  0 siblings, 1 reply; 4+ messages in thread
From: wyb @ 2007-11-21  1:40 UTC (permalink / raw)
  To: netdev

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, the
testing maybe of no use.




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

end of thread, other threads:[~2007-11-21  8:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-21  1:40 is it useful testing __LINK_STATE_RX_SCHED in dev_close()? wyb
2007-11-21  4:54 ` Herbert Xu
2007-11-21  7:09   ` wyb
2007-11-21  8:54     ` Herbert Xu

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