commit | e233516e6a92baeec20aa40fa5b63be6b94f1627 | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Sat Apr 06 15:43:36 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 08 15:30:49 2019 -0700 |
tree | 286bb79be8766fb520c00d54dab1cec4de2352eb | |
parent | 7d60070668e4bf53571f43c6cf30838ca5dccffd [diff] |
net: hns3: fix keep_alive_timer not stop problem When hclgevf_client_start() fails or VF driver unloaded, there is nobody to disable keep_alive_timer. So this patch fixes them. Fixes: a6d818e31d08 ("net: hns3: Add vport alive state checking support") Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>