Re: [dpdk-dev] [PATCH] eal: remove vdev probe by dev args

2017-07-09 Thread Thomas Monjalon
09/07/2017 09:54, Jan Blunck: > On Fri, Jun 16, 2017 at 10:20 AM, Thomas Monjalon wrote: > > Please Jan, could you comment? > > > > My intention was to provide a way that devices can have arbitrary > names. Ferruh correctly pointed out that this is undocumented and > hidden functionality. Lets ap

Re: [dpdk-dev] [PATCH] eal: remove vdev probe by dev args

2017-07-09 Thread Jan Blunck
On Fri, Jun 16, 2017 at 10:20 AM, Thomas Monjalon wrote: > Please Jan, could you comment? > My intention was to provide a way that devices can have arbitrary names. Ferruh correctly pointed out that this is undocumented and hidden functionality. Lets apply this and I can rework this if it becomes

Re: [dpdk-dev] [PATCH] eal: remove vdev probe by dev args

2017-06-16 Thread Thomas Monjalon
Please Jan, could you comment? 09/06/2017 11:21, Ferruh Yigit: > On 6/8/2017 9:45 PM, Thomas Monjalon wrote: > > 10/05/2017 13:01, Ferruh Yigit: > >> Virtual device/driver probing done via name. > >> > >> A new alternative method introduced to probe the device with providing > >> driver name in de

Re: [dpdk-dev] [PATCH] eal: remove vdev probe by dev args

2017-06-09 Thread Ferruh Yigit
On 6/8/2017 9:45 PM, Thomas Monjalon wrote: > 10/05/2017 13:01, Ferruh Yigit: >> Virtual device/driver probing done via name. >> >> A new alternative method introduced to probe the device with providing >> driver name in devargs as "driver=". >> >> This patch removes alternative method and fixes vi

Re: [dpdk-dev] [PATCH] eal: remove vdev probe by dev args

2017-06-08 Thread Thomas Monjalon
10/05/2017 13:01, Ferruh Yigit: > Virtual device/driver probing done via name. > > A new alternative method introduced to probe the device with providing > driver name in devargs as "driver=". > > This patch removes alternative method and fixes virtual device usages > with proper device names. >

[dpdk-dev] [PATCH] eal: remove vdev probe by dev args

2017-05-10 Thread Ferruh Yigit
Virtual device/driver probing done via name. A new alternative method introduced to probe the device with providing driver name in devargs as "driver=". This patch removes alternative method and fixes virtual device usages with proper device names. Fixes: 87c3bf29c642 ("test: do not short-circui