Re: [dpdk-dev] [PATCH V18 2/4] eal: add device event monitor framework

2018-04-04 Thread Guo, Jia
On 4/4/2018 10:53 AM, Tan, Jianfeng wrote: -Original Message- From: Guo, Jia Sent: Tuesday, April 3, 2018 6:34 PM To: step...@networkplumber.org; Richardson, Bruce; Yigit, Ferruh; Ananyev, Konstantin; gaetan.ri...@6wind.com; Wu, Jingjing; tho...@monjalon.net; mo...@mellanox.com; Van H

Re: [dpdk-dev] [PATCH V18 2/4] eal: add device event monitor framework

2018-04-03 Thread Tan, Jianfeng
> -Original Message- > From: Guo, Jia > Sent: Tuesday, April 3, 2018 6:34 PM > To: step...@networkplumber.org; Richardson, Bruce; Yigit, Ferruh; > Ananyev, Konstantin; gaetan.ri...@6wind.com; Wu, Jingjing; > tho...@monjalon.net; mo...@mellanox.com; Van Haaren, Harry; Tan, > Jianfeng > Cc:

[dpdk-dev] [PATCH V18 2/4] eal: add device event monitor framework

2018-04-03 Thread Jeff Guo
This patch aims to add a general device event monitor framework at EAL device layer, for device hotplug awareness and actions adopted accordingly. It could also expand for all other types of device event monitor, but not in this scope at the stage. To get started, users firstly call below new adde