commit | 146e92c13fdedf43a1ae211e85acde4631bb3c71 | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Thu Apr 25 20:42:51 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 26 12:13:28 2019 -0400 |
tree | d26e97cb9223de5231df1106ce81b048884b56db | |
parent | b7048d324b5ebcb99022e2e7296f03918e5f38c4 [diff] |
net: hns3: not reset TQP in the DOWN while VF resetting Since the hardware does not handle mailboxes and the hardware reset include TQP reset, so it is unnecessary to reset TQP in the hclgevf_ae_stop() while doing VF reset. Also it is unnecessary to reset the remaining TQP when one reset fails. 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>