Re: [dpdk-dev] [PATCH v7 6/7] eal: add failure handle mechanism for hotplug

2018-07-10 Thread Jeff Guo
On 7/9/2018 9:50 PM, Andrew Rybchenko wrote: On 09.07.2018 15:01, Jeff Guo wrote: This patch introduces a failure handle mechanism to handle device hotplug removal event. First it can register sigbus handler when enable device event monitor. Once sigbus error be captured, it will check the

Re: [dpdk-dev] [PATCH v7 6/7] eal: add failure handle mechanism for hotplug

2018-07-09 Thread Andrew Rybchenko
On 09.07.2018 15:01, Jeff Guo wrote: This patch introduces a failure handle mechanism to handle device hotplug removal event. First it can register sigbus handler when enable device event monitor. Once sigbus error be captured, it will check the failure address and accordingly remap the invalid

[dpdk-dev] [PATCH v7 6/7] eal: add failure handle mechanism for hotplug

2018-07-09 Thread Jeff Guo
This patch introduces a failure handle mechanism to handle device hotplug removal event. First it can register sigbus handler when enable device event monitor. Once sigbus error be captured, it will check the failure address and accordingly remap the invalid memory for the corresponding device. Be

[dpdk-dev] [PATCH v7 6/7] eal: add failure handle mechanism for hotplug

2018-07-09 Thread Jeff Guo
This patch introduces a failure handle mechanism to handle device hotplug removal event. First it can register sigbus handler when enable device event monitor. Once sigbus error be captured, it will check the failure address and accordingly remap the invalid memory for the corresponding device. Be