Re: [dpdk-dev] [PATCH V4 6/9] eal: add failure handle mechanism for hot plug

2018-06-29 Thread Ananyev, Konstantin
> -Original Message- > From: Guo, Jia > Sent: Friday, June 29, 2018 12:15 PM > To: Ananyev, Konstantin ; > step...@networkplumber.org; Richardson, Bruce > ; Yigit, Ferruh ; > gaetan.ri...@6wind.com; Wu, Jingjing > ; tho...@monjalon.net; mo...@mellanox.com; > ma...@mellanox.com; Van Ha

Re: [dpdk-dev] [PATCH V4 6/9] eal: add failure handle mechanism for hot plug

2018-06-29 Thread Guo, Jia
hi,konstantin On 6/29/2018 6:49 PM, Ananyev, Konstantin wrote: Hi Jeff, This patch introduces a failure handler mechanism to handle device hot plug removal event. First register sigbus handler, once sigbus error be captured, will check the failure address and accordingly remap the invalid me

Re: [dpdk-dev] [PATCH V4 6/9] eal: add failure handle mechanism for hot plug

2018-06-29 Thread Ananyev, Konstantin
Hi Jeff, > > This patch introduces a failure handler mechanism to handle device > hot plug removal event. > > First register sigbus handler, once sigbus error be captured, will > check the failure address and accordingly remap the invalid memory > for the corresponding device. Bese on this mecha