From 1ba959c6b342b314dfb01ca0a926ed6832c090b3 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 22 Apr 2008 17:40:50 +0100 Subject: [NETDEV] Add notion of link state Add ability for network devices to flag link up/down state to the networking core. Autobooting code will now wait for link-up before attempting DHCP. IPoIB reflects the Infiniband link state as the network device link state (which is not strictly correct; we also need a succesful IPoIB IPv4 broadcast group join), but is probably more informative. --- src/drivers/net/mtnic.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/drivers/net/mtnic.c') diff --git a/src/drivers/net/mtnic.c b/src/drivers/net/mtnic.c index 536fcb8d7..575070655 100755 --- a/src/drivers/net/mtnic.c +++ b/src/drivers/net/mtnic.c @@ -1731,6 +1731,9 @@ mtnic_probe(struct pci_device *pci, mac = mac >> 8; } + /* Mark as link up; we don't yet handle link state */ + netdev_link_up ( dev ); + if (register_netdev(dev)) { eprintf("Netdev registration failed\n"); return MTNIC_ERROR; -- cgit v1.2.3-55-g7522