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

2018-04-05 Thread Tan, Jianfeng
On 4/5/2018 4:32 PM, Jeff Guo wrote: 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 s

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

2018-04-05 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

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

2018-04-05 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