linux_dsm_epyc7002/drivers/net/ethernet/hisilicon/hns3
Weihang Li 00ea6e5fda net: hns3: delay and separate enabling of NIC and ROCE HW errors
All RAS and MSI-X should be enabled just in the final stage of HNS3
initialization. It means that they should be enabled in
hclge_init_xxx_client_instance instead of hclge_ae_dev(). Especially
MSI-X, if it is enabled before opening vector0 IRQ, there are some
chances that a MSI-X error will cause failure on initialization of
 NIC client instane. So this patch delays enabling of HW errors.
Otherwise, we also separate enabling of ROCE RAS from NIC, because
it's not reasonable to enable ROCE RAS if we even don't have a ROCE
driver.

Signed-off-by: Weihang Li <liweihang@hisilicon.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Huazhong tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-03 15:32:50 -07:00
..
hns3pf net: hns3: delay and separate enabling of NIC and ROCE HW errors 2019-06-03 15:32:50 -07:00
hns3vf net: hns3: stop schedule reset service while unloading driver 2019-05-28 17:39:01 -07:00
hclge_mbx.h net: hns3: use a reserved byte to identify need_resp flag 2019-04-26 12:13:28 -04:00
hnae3.c net: hns3: set ops to null when unregister ad_dev 2019-06-03 15:32:50 -07:00
hnae3.h net: hns3: fix VLAN filter restore issue after reset 2019-06-03 15:32:50 -07:00
hns3_dcbnl.c net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting 2018-11-07 11:42:17 -08:00
hns3_debugfs.c net: hns3: add support for dump firmware statistics by debugfs 2019-05-28 17:39:01 -07:00
hns3_enet.c net: hns3: add a check to pointer in error_detected and slot_reset 2019-06-03 15:32:50 -07:00
hns3_enet.h net: hns3: fix VLAN filter restore issue after reset 2019-06-03 15:32:50 -07:00
hns3_ethtool.c net: hns3: add counter for times RX pages gets allocated 2019-05-07 10:37:13 -07:00
Makefile net: hns3: Add debugfs framework registration 2018-11-23 17:28:59 -08:00