net: hns3: check reset pending after FLR prepare
authorHuazhong Tan <tanhuazhong@huawei.com>
Mon, 6 Jul 2020 11:25:59 +0000 (19:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jul 2020 19:33:28 +0000 (12:33 -0700)
commitbb3d866882c280a85e8950d4d72af1e294d2e69c
tree918681ef717a22600660656f67d1866e170d0fc5
parent2294ca7a47d7094706450d641b243fa3a61843a3
net: hns3: check reset pending after FLR prepare

If there is a PF reset pending before FLR prepare, FLR's
preparatory work will not fail, but the FLR rebuild procedure
will fail for this pending. So this PF reset pending should
be handled in the FLR preparatory.

Fixes: 8627bdedc435 ("net: hns3: refactor the precedure of PF FLR")
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c