[PATCH] net: netcp: Fixes SGMII reset on network interface shutdown

2015-07-24 Thread WingMan Kwok
This patch asserts SGMII RTRESET, i.e. resetting the SGMII Tx/Rx logic, during network interface shutdown to avoid having the hardware wedge when shutting down with high incoming traffic rates. This is cleared (brought out of RTRESET) when the interface is brought back up. Signed-off-by: WingMan

Re: [PATCH] net: netcp: Fixes SGMII reset on network interface shutdown

2015-07-27 Thread David Miller
From: WingMan Kwok Date: Fri, 24 Jul 2015 15:02:29 -0400 > This patch asserts SGMII RTRESET, i.e. resetting the SGMII Tx/Rx > logic, during network interface shutdown to avoid having the > hardware wedge when shutting down with high incoming traffic rates. > This is cleared (brought out of RTRES