linux_dsm_epyc7002/drivers/net/ethernet/hisilicon/hns3
Huazhong Tan 0d4411408a net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problem
The current driver supports handling two vector0 interrupts, reset and
mailbox. When the hardware reports an interrupt of another type of
interrupt source, if the driver does not process the interrupt, but
enables the interrupt, the hardware will repeatedly report the unknown
interrupt.

Therefore, the driver enables the vector0 interrupt after clearing the
known type of interrupt source. Other conditions are not enabled.

Fixes: cd8c5c269b ("net: hns3: Fix for hclge_reset running repeatly problem")
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
..
hns3pf net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problem 2018-10-31 12:42:38 -07:00
hns3vf net: hns3: Add PCIe AER error recovery 2018-10-22 19:31:13 -07:00
hclge_mbx.h net: hns3: Drop depricated mta table support 2018-10-05 12:01:55 -07:00
hnae3.c net: hns3: Fix client initialize state issue when roce client initialize failed 2018-09-19 21:20:22 -07:00
hnae3.h net: hns3: Add PCIe AER error recovery 2018-10-22 19:31:13 -07:00
hns3_dcbnl.c net: hns3: Add SPDX tags to HNS3 PF driver 2018-07-21 08:44:23 -07:00
hns3_enet.c net: hns3: bugfix for buffer not free problem during resetting 2018-10-31 12:42:38 -07:00
hns3_enet.h net: hns3: move DMA map into hns3_fill_desc 2018-10-16 10:09:59 -07:00
hns3_ethtool.c net: hns3: Resume promisc mode and vlan filter status after loopback test 2018-10-12 11:23:45 -07:00
Makefile