Re: [dpdk-dev] [PATCH V5 3/7] bus: add sigbus handler

2018-07-06 Thread He, Shaopeng
> -Original Message- > From: Guo, Jia > > When device be hotplug out, if data path still read/write device, the > sigbus error will occur, this error need to be handled. So a handler > need to be here to capture the signal and handle it correspondingly. > > This patch introduces a bus o

[dpdk-dev] [PATCH V5 3/7] bus: add sigbus handler

2018-07-05 Thread Jeff Guo
When device be hotplug out, if data path still read/write device, the sigbus error will occur, this error need to be handled. So a handler need to be here to capture the signal and handle it correspondingly. This patch introduces a bus ops to handle sigbus error, it is a bus specific behavior,so t