Re: [dpdk-dev] [PATCH V12 2/3] eal: add uevent pass and process function

2018-01-24 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Thursday, January 18, 2018 12:12 PM > To: step...@networkplumber.org; Richardson, Bruce > ; > Yigit, Ferruh ; gaetan.ri...@6wind.com > Cc: Ananyev, Konstantin ; jblu...@infradead.org; > shreyansh.j...@nxp.com; Wu, Jingjing ; dev@dpdk.org; >

[dpdk-dev] [PATCH V12 2/3] eal: add uevent pass and process function

2018-01-17 Thread Jeff Guo
In order to handle the uevent which have been detected from the kernel side, add uevent process function, let hot plug event to be example to show uevent mechanism how to pass the uevent and process the uevent. About uevent passing and processing, add below functions in linux eal dev layer. FreeBS