netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bonding questions: carrier based link monitoring / slave device state flags
@ 2006-08-03  5:59 Or Gerlitz
  2006-08-04  0:19 ` Jay Vosburgh
  2006-08-08 14:05 ` bonding questions: "replaying" call to set_multicast_list and sending IGMP doing Fail-Over Or Gerlitz
  0 siblings, 2 replies; 6+ messages in thread
From: Or Gerlitz @ 2006-08-03  5:59 UTC (permalink / raw)
  To: netdev; +Cc: rdreier

First, i'd like to verify what is the parameter setting to have the
bonding driver use netif_carrier_ok(slave_device) as the means for
link detection. Is setting use_carrier = 1 enough or one needs to set
miimon to non-zero as well??? (where the value of miimon translates
to the link monitoring frequency).

Second, I understand that an enslaved device must **not** be UP, so
when enslaving a device the bonding driver calls dev_open(slave_device),
and make sure the device is UP, correct?

What i want to better understand here, is whether for the bonding driver
to declare a slave as "being able to carry traffic" it assumes the slave
will move from UP to RUNNING state (and later netif_carrier_ok would
return TRUE) without an IP address being set for the slave device ???

Is (per the bonding driver) the **time** it should take the slave to get
from UP to (RUNNING && carrier_ok) state limited and/or controlled?

Or.


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

end of thread, other threads:[~2006-08-10 13:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-03  5:59 bonding questions: carrier based link monitoring / slave device state flags Or Gerlitz
2006-08-04  0:19 ` Jay Vosburgh
2006-08-08 13:24   ` Or Gerlitz
2006-08-08 14:05 ` bonding questions: "replaying" call to set_multicast_list and sending IGMP doing Fail-Over Or Gerlitz
2006-08-08 17:20   ` Jay Vosburgh
2006-08-10 13:03     ` Or Gerlitz

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