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

2018-04-05 Thread Tan, Jianfeng
On 4/5/2018 12:31 AM, Matan Azrad wrote: Hi all What do you think about adding the "--hotplug" parameter as a new EAL command line parameter? +1 Thanks, Jianfeng From: Tan, Jianfeng, Wednesday, April 4, 2018 6:23 AM -Original Message- From: Guo, Jia Sent: Tuesday, April 3, 2018

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

2018-04-05 Thread Guo, Jia
On 4/5/2018 12:31 AM, Matan Azrad wrote: Hi all What do you think about adding the "--hotplug" parameter as a new EAL command line parameter? that just use testpmd for example at this stage, if the total solution is accept for all and got agreement for that i think could let it in EAL comma

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

2018-04-04 Thread Matan Azrad
Hi all What do you think about adding the "--hotplug" parameter as a new EAL command line parameter? From: Tan, Jianfeng, Wednesday, April 4, 2018 6:23 AM > > -Original Message- > > From: Guo, Jia > > Sent: Tuesday, April 3, 2018 6:34 PM > > To: step...@networkplumber.org; Richardson, Br

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

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 4/4] app/testpmd: enable device hotplug monitoring

2018-04-03 Thread Jeff Guo
Use testpmd for example, to show how an application use 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 test