diff options
author | 2018-06-01 17:52:06 +0100 | |
---|---|---|
committer | 2018-06-01 14:23:56 -0400 | |
commit | cd8c5c269b1d807028e939293002c989e7c07e51 (patch) | |
tree | fc74c22879536cfcdb1efce8f856a77e919cd577 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: hns3: Fix for service_task not running problem after resetting (diff) | |
download | wireguard-linux-cd8c5c269b1d807028e939293002c989e7c07e51.tar.xz wireguard-linux-cd8c5c269b1d807028e939293002c989e7c07e51.zip |
net: hns3: Fix for hclge_reset running repeatly problem
When hardware sends the HCLGE_VECTOR0_EVENT_RST event through
hclge_misc_irq_handle, currently driver enables misc_vector in
the interrupt handle, and hardware generates the same interrupt
for the same reset event again and again until the reset is
complete, which causes hclge_reset running repeatly problem.
This patch fixes by enabling the misc_vector after reset is
complete.
Fixes: 4ed340ab8f49 ("net: hns3: Add reset process in hclge_main")
Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions