linux/drivers/net/ethernet/hisilicon/hns3/hns3vf
Huazhong Tan 29118ab962 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: 6988eb2a9b ("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>
2018-10-31 12:42:38 -07:00
..
Makefile net: hns3: Add HNS3 VF driver to kernel build framework 2017-12-15 10:55:34 -05:00
hclgevf_cmd.c net: hns3: Add handle for default case 2018-09-21 19:29:32 -07:00
hclgevf_cmd.h net: hns3: Add RSS tuples support for VF 2018-10-10 22:59:08 -07:00
hclgevf_main.c net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset() 2018-10-31 12:42:38 -07:00
hclgevf_main.h net: hns3: Add RSS tuples support for VF 2018-10-10 22:59:08 -07:00
hclgevf_mbx.c net: hns3: Fix for mailbox message truncated problem 2018-07-07 11:13:06 +09:00