[dpdk-dev] [PATCH v7 2/7] bus/pci: implement hotplug failure handler ops

2018-07-09 Thread Jeff Guo
This patch implements the ops of hotplug failure handler for PCI bus, it is functional to remap a new dummy memory which overlap to the failure memory to avoid MMIO read/write error. Signed-off-by: Jeff Guo Acked-by: Shaopeng He --- v7->v6: no change --- drivers/bus/pci/pci_common.c | 28 ++

[dpdk-dev] [PATCH v7 2/7] bus/pci: implement hotplug failure handler ops

2018-07-09 Thread Jeff Guo
This patch implements the ops of hotplug failure handler for PCI bus, it is functional to remap a new dummy memory which overlap to the failure memory to avoid MMIO read/write error. Signed-off-by: Jeff Guo --- drivers/bus/pci/pci_common.c | 28 drivers/bus/pci/p