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

2018-07-08 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 --- v6->v5: refine some typo --- drivers/bus/pci/pci_common.c

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

2018-07-08 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 --- v6->v5: refine some typo --- drivers/bus/pci/pci_common.c