Re: [PATCH net] net: hns: Bugfix for Tx timeout handling in hns driver

2017-07-12 Thread David Miller
From: Lin Yun Sheng Date: Wed, 12 Jul 2017 19:09:59 +0800 > When hns port type is not debug mode, netif_tx_disable is called > when there is a tx timeout, which requires system reboot to return > to normal state. This patch fix this problem by resetting the net > dev. > > Fixes: b5996f11ea54 ("n

[PATCH net] net: hns: Bugfix for Tx timeout handling in hns driver

2017-07-12 Thread Lin Yun Sheng
When hns port type is not debug mode, netif_tx_disable is called when there is a tx timeout, which requires system reboot to return to normal state. This patch fix this problem by resetting the net dev. Fixes: b5996f11ea54 ("net: add Hisilicon Network Subsystem basic ethernet support") Signed-off