Re: [PATCH net] ibmvnic: Wait until reset is complete to set carrier on

2018-02-14 Thread David Miller
From: Thomas Falcon Date: Tue, 13 Feb 2018 15:32:50 -0600 > Pushes back setting the carrier on until the end of the reset > code. This resolves a bug where a watchdog timer was detecting > that a TX queue had stalled before the adapter reset was complete. > > Signed-off-by: Thomas Falcon Appli

[PATCH net] ibmvnic: Wait until reset is complete to set carrier on

2018-02-13 Thread Thomas Falcon
Pushes back setting the carrier on until the end of the reset code. This resolves a bug where a watchdog timer was detecting that a TX queue had stalled before the adapter reset was complete. Signed-off-by: Thomas Falcon --- drivers/net/ethernet/ibm/ibmvnic.c | 4 ++-- 1 file changed, 2 insertio