Re: [dpdk-dev] [PATCH v15 4/7] bus/pci: implement sigbus handler ops

2018-10-15 Thread Thomas Monjalon
15/10/2018 15:41, Thomas Monjalon: > 15/10/2018 13:27, Jeff Guo: > > This patch implements the ops for the PCI bus sigbus handler. It finds the > > PCI device that is being hot-unplugged and calls the relevant ops of the > > hot-unplug handler to handle the hot-unplug failure of the device. > > >

Re: [dpdk-dev] [PATCH v15 4/7] bus/pci: implement sigbus handler ops

2018-10-15 Thread Thomas Monjalon
15/10/2018 13:27, Jeff Guo: > This patch implements the ops for the PCI bus sigbus handler. It finds the > PCI device that is being hot-unplugged and calls the relevant ops of the > hot-unplug handler to handle the hot-unplug failure of the device. > > Signed-off-by: Jeff Guo > Acked-by: Shaopeng

[dpdk-dev] [PATCH v15 4/7] bus/pci: implement sigbus handler ops

2018-10-15 Thread Jeff Guo
This patch implements the ops for the PCI bus sigbus handler. It finds the PCI device that is being hot-unplugged and calls the relevant ops of the hot-unplug handler to handle the hot-unplug failure of the device. Signed-off-by: Jeff Guo Acked-by: Shaopeng He Acked-by: Konstantin Ananyev --- v