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

2018-07-09 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

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

2018-07-09 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