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

2018-03-29 Thread Guo, Jia
jianfeng On 3/29/2018 12:15 AM, Tan, Jianfeng wrote: BTW, adding new .c file needs to update meson.build now. thanks for your info . On 3/26/2018 7:20 PM, Jeff Guo wrote: In order to handle the uevent which have been detected from the kernel side, add uevent parse and process function to tr

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

2018-03-29 Thread Guo, Jia
hi, harry thanks for your review. On 3/29/2018 9:32 PM, Van Haaren, Harry wrote: Two additional input along with Jianfeng's existing comments; -Original Message- From: Tan, Jianfeng Sent: Wednesday, March 28, 2018 5:16 PM To: Guo, Jia ; step...@networkplumber.org; Richardson, Bruce ; Y

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

2018-03-29 Thread Van Haaren, Harry
Two additional input along with Jianfeng's existing comments; > -Original Message- > From: Tan, Jianfeng > Sent: Wednesday, March 28, 2018 5:16 PM > To: Guo, Jia ; step...@networkplumber.org; Richardson, > Bruce ; Yigit, Ferruh ; > Ananyev, Konstantin ; gaetan.ri...@6wind.com; > Wu, Jingji

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

2018-03-28 Thread Tan, Jianfeng
BTW, adding new .c file needs to update meson.build now. On 3/26/2018 7:20 PM, Jeff Guo wrote: In order to handle the uevent which have been detected from the kernel side, add uevent parse and process function to translate the uevent into device event, which user has subscribe to monitor. Signe

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

2018-03-26 Thread Jeff Guo
In order to handle the uevent which have been detected from the kernel side, add uevent parse and process function to translate the uevent into device event, which user has subscribe to monitor. Signed-off-by: Jeff Guo --- 1.move all linux specific together --- lib/librte_eal/linuxapp/eal/eal_de