[dpdk-dev] [PATCH v6 4/7] bus/pci: implement sigbus handler operation

2018-07-08 Thread Jeff Guo
This patch implements the ops of sigbus handler for PCI bus, it is functional to find the corresponding pci device which is been hotplug out, and then call the bus ops of hotplug failure handler to handle the failure for the device. Signed-off-by: Jeff Guo Acked-by: Shaopeng He --- v6->v5: refin

[dpdk-dev] [PATCH v6 4/7] bus/pci: implement sigbus handler operation

2018-07-08 Thread Jeff Guo
This patch implements the ops of sigbus handler for PCI bus, it is functional to find the corresponding pci device which is been hotplug out, and then call the bus ops of hotplug failure handler to handle the failure for the device. Signed-off-by: Jeff Guo Acked-by: Shaopeng He --- v6->v5: refin