commit | 29118ab962d5476fdc65fae312ac38db68092d78 | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Tue Oct 30 21:50:53 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 31 12:42:38 2018 -0700 |
tree | 21cf022779b02c35f829e374ccba404b07314850 | |
parent | a963052e539887df481d4d3a6ad4c92ca6461852 [diff] |
net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset() Since hclgevf_reset_wait() is used to wait for the hardware to complete the reset, it is not necessary to hold the rtnl_lock during hclgevf_reset_wait(). So this patch releases the lock for the duration of hclgevf_reset_wait(). Fixes: 6988eb2a9b77 ("net: hns3: Add support to reset the enet/ring mgmt layer") Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>