[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130129.154430.2272042048726099861.davem@davemloft.net>
Date: Tue, 29 Jan 2013 15:44:30 -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 v2] vmxnet3: set carrier state properly on probe
From: Neil Horman <nhorman@...driver.com>
Date: Tue, 29 Jan 2013 13:36:51 -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>
This doesn't apply to the current 'net' tree. Please respin.
--
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