summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTim Sell <Timothy.Sell@unisys.com>2015-07-24 19:00:25 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-24 23:43:37 +0300
commitdb8499273e0110b2285f9190dcde5e8492d46076 (patch)
tree3de9e8a17d1172b3df4aa270bfc8303187b5407a /include/linux
parent81d275c6c37f075643fec3789ea3f3e4097cda41 (diff)
downloadlinux-db8499273e0110b2285f9190dcde5e8492d46076.tar.xz
staging: unisys: visornic - prevent NETDEV WATCHDOG timeouts after IO recovery
After IO partition recovery, it was possible to get into a situation where a visornic device would repeatedly report: NETDEV WATCHDOG: eth0 (): transmit queue 0 timed out The actual problem would affect any visornic device that was rapidly transmitting at the same time the IO partition was being recovered. Once you hit the problem, the only way to resume use of the nic would be to reboot the Linux client partition. The problem was caused by chstat.sent_xmit and chstat.got_xmit_done NOT getting cleared during IO partition recovery. This is necessary because outstanding xmits would essentially be "abandoned" during such recovery. These fields are now cleared in virtnic_serverdown_complete(). Signed-off-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions