Re: [dpdk-dev] [PATCH V20 3/4] eal/linux: uevent parse and process

2018-04-05 Thread Guo, Jia
On 4/6/2018 5:58 AM, Thomas Monjalon wrote: 05/04/2018 18:10, Jeff Guo: In order to handle the uevent which has been detected from the kernel side, add uevent parse and process function to translate the uevent into device event, which user has subscribed to monitor. Signed-off-by: Jeff Guo -

Re: [dpdk-dev] [PATCH V20 3/4] eal/linux: uevent parse and process

2018-04-05 Thread Guo, Jia
thanks. On 4/6/2018 12:22 AM, Tan, Jianfeng wrote: On 4/6/2018 12:10 AM, Jeff Guo wrote: In order to handle the uevent which has been detected from the kernel side, add uevent parse and process function to translate the uevent into device event, which user has subscribed to monitor. Signed-

Re: [dpdk-dev] [PATCH V20 3/4] eal/linux: uevent parse and process

2018-04-05 Thread Thomas Monjalon
05/04/2018 18:10, Jeff Guo: > In order to handle the uevent which has been detected from the kernel > side, add uevent parse and process function to translate the uevent into > device event, which user has subscribed to monitor. > > Signed-off-by: Jeff Guo > --- > lib/librte_eal/linuxapp/eal/eal

Re: [dpdk-dev] [PATCH V20 3/4] eal/linux: uevent parse and process

2018-04-05 Thread Tan, Jianfeng
On 4/6/2018 12:10 AM, Jeff Guo wrote: In order to handle the uevent which has been detected from the kernel side, add uevent parse and process function to translate the uevent into device event, which user has subscribed to monitor. Signed-off-by: Jeff Guo Other than two nits below, Reviewe

[dpdk-dev] [PATCH V20 3/4] eal/linux: uevent parse and process

2018-04-05 Thread Jeff Guo
In order to handle the uevent which has been detected from the kernel side, add uevent parse and process function to translate the uevent into device event, which user has subscribed to monitor. Signed-off-by: Jeff Guo --- v20->v19: add socket error handler --- lib/librte_eal/linuxapp/eal/eal_de