[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130129.162944.795210914241663520.davem@davemloft.net>
Date: Tue, 29 Jan 2013 16:29:44 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: nhorman@...driver.com
Cc: netdev@...r.kernel.org, pv-drivers@...are.com,
bhutchings@...arflare.com
Subject: Re: [PATCH v3] vmxnet3: set carrier state properly on probe
From: Neil Horman <nhorman@...driver.com>
Date: Tue, 29 Jan 2013 16:15:45 -0500
> vmxnet3 fails to set netif_carrier_off on probe, meaning that when an interface
> is opened the __LINK_STATE_NOCARRIER bit is already cleared, and so
> /sys/class/net/<ifname>/operstate remains in the unknown state. Correct this by
> setting netif_carrier_off on probe, like other drivers do.
>
> Also, while we're at it, lets remove the netif_carrier_ok checks from the
> link_state_update function, as that check is atomically contained within the
> netif_carrier_[on|off] functions anyway
>
> Tested successfully by myself
>
> Signed-off-by: Neil Horman <nhorman@...driver.com>
Applied, thanks Neil.
--
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