Re: [PATCH net-next] amd-xgbe: Reset running devices after resume from hibernate

2016-08-29 Thread Tom Lendacky
On 08/26/2016 03:21 AM, James Morse wrote: > After resume from hibernate on arm64, any amd-xgbe devices that were > running when we hibernated are reported as down, even when it is not. > > Re-plugging the cables does not cause the interface to come back, the > link must be marked as down then up

Re: [PATCH net-next] amd-xgbe: Reset running devices after resume from hibernate

2016-08-28 Thread David Miller
From: James Morse Date: Fri, 26 Aug 2016 09:21:23 +0100 > After resume from hibernate on arm64, any amd-xgbe devices that were > running when we hibernated are reported as down, even when it is not. > > Re-plugging the cables does not cause the interface to come back, the > link must be marked a

[PATCH net-next] amd-xgbe: Reset running devices after resume from hibernate

2016-08-26 Thread James Morse
After resume from hibernate on arm64, any amd-xgbe devices that were running when we hibernated are reported as down, even when it is not. Re-plugging the cables does not cause the interface to come back, the link must be marked as down then up via 'ip set link' using the serial console. This hap