Re: [dpdk-dev] [PATCH V19 4/4] app/testpmd: use auto handle for hotplug

2018-04-13 Thread Matan Azrad
Hi Guo From: Guo, Jia, Friday, April 13, 2018 1:48 PM > hi matan > > > On 4/12/2018 1:31 PM, Matan Azrad wrote: > > Hi All > > > > From: Jeff Guo, Friday, April 6, 2018 1:57 PM > >> Use testpmd for example, to show how an application smoothly handle > >> failure when device be hot removal, and s

Re: [dpdk-dev] [PATCH V19 4/4] app/testpmd: use auto handle for hotplug

2018-04-13 Thread Guo, Jia
hi matan On 4/12/2018 1:31 PM, Matan Azrad wrote: Hi All From: Jeff Guo, Friday, April 6, 2018 1:57 PM Use testpmd for example, to show how an application smoothly handle failure when device be hot removal, and show how to auto bind kernal driver to preparing attach device when device being h

Re: [dpdk-dev] [PATCH V19 4/4] app/testpmd: use auto handle for hotplug

2018-04-11 Thread Matan Azrad
Hi All From: Jeff Guo, Friday, April 6, 2018 1:57 PM > Use testpmd for example, to show how an application smoothly handle > failure when device be hot removal, and show how to auto bind kernal driver > to preparing attach device when device being hot insertion. I saw the kmod of old devices were

[dpdk-dev] [PATCH V19 4/4] app/testpmd: use auto handle for hotplug

2018-04-06 Thread Jeff Guo
Use testpmd for example, to show how an application smoothly handle failure when device be hot removal, and show how to auto bind kernal driver to preparing attach device when device being hot insertion. Signed-off-by: Jeff Guo --- v19->v18: clean code --- app/test-pmd/testpmd.c | 199 ++