commit | cddd5648926d7a6e84526dadd8bfb21609a14fb7 | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Mon Jul 06 19:26:00 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 06 12:33:28 2020 -0700 |
tree | 2d8ba71807ae2bd63072719775bafb09aafee8b8 | |
parent | bb3d866882c280a85e8950d4d72af1e294d2e69c [diff] |
net: hns3: fix for mishandle of asserting VF reset fail When asserts VF reset fail, flag HCLGEVF_STATE_CMD_DISABLE and handshake status should not set, otherwise the retry will fail. So adds a check for asserting VF reset and returns directly when fails. Fixes: ef5f8e507ec9 ("net: hns3: stop handling command queue while resetting VF") Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>