[dpdk-dev] [PATCH V19 4/4] app/testpmd: enable device hotplug monitoring

2018-04-05 Thread Jeff Guo
Use testpmd for example, to show how an application uses device event APIs to monitor the hotplug events, including both hot removal event and hot insertion event. The process is that, testpmd first enable hotplug by below commands, E.g. ./build/app/testpmd -c 0x3 --n 4 -- -i --hot-plug then tes

[dpdk-dev] [PATCH V19 4/4] app/testpmd: enable device hotplug monitoring

2018-04-05 Thread Jeff Guo
Use testpmd for example, to show how an application uses device event APIs to monitor the hotplug events, including both hot removal event and hot insertion event. The process is that, testpmd first enable hotplug by below commands, E.g. ./build/app/testpmd -c 0x3 --n 4 -- -i --hot-plug then tes