[dpdk-dev] [PATCH V4 9/9] app/testpmd: enable device hotplug monitoring

2018-06-29 Thread Jeff Guo
As we know, there 2 different hotplug mechanisms in dpdk, the one is ethdev event + kernel driver hotplug solution, while the other one is eal device event + pci uio driver hotplug solution, each of them have different configure and callback process in testpmd. In oder to avoid the race between the

[dpdk-dev] [PATCH V4 9/9] app/testpmd: enable device hotplug monitoring

2018-06-29 Thread Jeff Guo
As we know, there 2 different hotplug mechanisms in dpdk, the one is ethdev event + kernel driver hotplug solution, while the other one is eal device event + pci uio driver hotplug solution, each of them have different configure and callback process in testpmd. In oder to avoid the race between the