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

2018-04-05 Thread Guo, Jia
On 4/6/2018 5:48 AM, Thomas Monjalon wrote: 05/04/2018 18:10, 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 belo

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

2018-04-05 Thread Thomas Monjalon
05/04/2018 18:10, 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/testp

[dpdk-dev] [PATCH V20 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