On Tue, Mar 08, 2011 at 05:58:56PM +0800, Amerigo Wang wrote:V2: avoid calling slave_diable_netpoll() with write_lock_bh() held.You still haven't explained why it needs to be this way. what exactly is the
netconsole doesn't work in active-backup mode, because we don't do anything
for nic failover in active-backup mode. We should disable netpoll on the
failing slave when it is detected down and enable netpoll when it becomes
the active slave.
shortcomming with leaving netpoll enabled on all slaves, regardless of state?
It should be sufficient if, during a failover in a mode where the inactive slave
should not tx data, that you simply clear the slave __LINK_STATE_START bit. That will
prevent higher layers from sending any queued data without you needing to muck
about with netpoll state.