Re: [PATCH net] amd-xgbe-phy: Fix initial mode when autoneg is disabled

2015-05-26 Thread David Miller
From: Tom Lendacky Date: Tue, 26 May 2015 09:57:33 -0500 > On 05/26/2015 09:51 AM, Tom Lendacky wrote: >> When the ethtool command is used to set the speed of the device while >> the device is down, the check to set the initial mode may fail when >> the device is brought up, causing failure to br

Re: [PATCH net] amd-xgbe-phy: Fix initial mode when autoneg is disabled

2015-05-26 Thread Tom Lendacky
On 05/26/2015 09:51 AM, Tom Lendacky wrote: When the ethtool command is used to set the speed of the device while the device is down, the check to set the initial mode may fail when the device is brought up, causing failure to bring the device up. Update the code to set the initial mode based on

[PATCH net] amd-xgbe-phy: Fix initial mode when autoneg is disabled

2015-05-26 Thread Tom Lendacky
When the ethtool command is used to set the speed of the device while the device is down, the check to set the initial mode may fail when the device is brought up, causing failure to bring the device up. Update the code to set the initial mode based on the desired speed if auto-negotiation is disa