[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090819141136.74f5c266@s6510>
Date: Wed, 19 Aug 2009 14:11:36 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Petri Gynther <pgynther@...gle.com>
Cc: benh@...nel.crashing.org, davem@...emloft.net,
netdev@...r.kernel.org
Subject: Re: [PATCH] ibm_newemac: emac_close() needs to call
netif_carrier_off()
On Wed, 19 Aug 2009 14:00:00 -0700 (PDT)
Petri Gynther <pgynther@...gle.com> wrote:
> When ibm_newemac netdev instance is shutdown with "ifconfig down",
> the netdev interface does not go properly down. netif_carrier_ok()
> keeps returning TRUE even after "ifconfig down".
>
> The problem can be seen when ibm_newemac instances are slaves of
> a bonding interface. The bonding interface code uses netif_carrier_ok()
> to determine the link status of its slaves. When ibm_newemac slave is
> shutdown with "ifconfig down", the bonding interface won't detect any
> link status change because netif_carrier_ok() keeps returning TRUE.
Bonding should be testing for netif_running() && netif_carrier_ok().
In many devices state of carrier is undefined when device is down.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists