linux_dsm_epyc7002/drivers/net/ethernet/hisilicon/hns3
Fuyun Liang 6a814413eb net: hns3: Fixes the missing PCI iounmap for various legs
We call pcim_iomap in hclge_pci_init, pcim_iounmap should be called
in error handle of hclge_init_ae_dev.

We call pcim_iomap in hclge_pci_init, but do not call pcim_iounmap in
hclge_pci_uninit. When we remove the hclge.ko and insert it again, a
problem that pci can not map will happen. pcim_iounmap need to be called
in hclge_pci_uninit.

Fixes: 46a3df9f97 ("net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support")
Signed-off-by: Fuyun Liang <liangfuyun1@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>
2018-05-16 11:33:08 -04:00
..
hns3pf net: hns3: Fixes the missing PCI iounmap for various legs 2018-05-16 11:33:08 -04:00
hns3vf net: hns3: Change return type of hnae3_register_ae_algo 2018-05-16 11:33:07 -04:00
hclge_mbx.h net: hns3: Add *Asserting Reset* mailbox message & handling in VF 2018-03-22 15:29:04 -04:00
hnae3.c net: hns3: Change return value in hnae3_register_client 2018-05-16 11:33:08 -04:00
hnae3.h net: hns3: Change return type of hnae3_register_ae_algo 2018-05-16 11:33:07 -04:00
hns3_dcbnl.c net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC 2017-12-15 10:55:34 -05:00
hns3_enet.c net: hns3: Add support of .sriov_configure in HNS3 driver 2018-05-16 11:33:08 -04:00
hns3_enet.h net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES 2018-04-04 11:46:14 -04:00
hns3_ethtool.c net: hns3: refactor the loopback related function 2018-05-10 17:27:10 -04:00
Makefile net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC 2017-12-15 10:55:34 -05:00