Re: [dpdk-dev] [PATCH v5 12/19] devargs: generic device representation

2017-06-28 Thread Gaƫtan Rivet
On Wed, Jun 28, 2017 at 09:44:18AM +0200, Thomas Monjalon wrote: > 21/06/2017 01:35, Gaetan Rivet: > > Remove the dependency of this subsystem upon bus specific device > > representation. > > > > Devargs only validates that a device declaration is correct and handled > > by a bus. The device inter

Re: [dpdk-dev] [PATCH v5 12/19] devargs: generic device representation

2017-06-28 Thread Thomas Monjalon
21/06/2017 01:35, Gaetan Rivet: > Remove the dependency of this subsystem upon bus specific device > representation. > > Devargs only validates that a device declaration is correct and handled > by a bus. The device interpretation is done afterward within the bus. > > Signed-off-by: Gaetan Rivet

[dpdk-dev] [PATCH v5 12/19] devargs: generic device representation

2017-06-20 Thread Gaetan Rivet
Remove the dependency of this subsystem upon bus specific device representation. Devargs only validates that a device declaration is correct and handled by a bus. The device interpretation is done afterward within the bus. Signed-off-by: Gaetan Rivet --- app/test-pmd/testpmd.c