Re: [dpdk-dev] [PATCH v5 2/7] bus: introduce parsing functionality

2017-07-03 Thread Gaƫtan Rivet
On Tue, Jun 27, 2017 at 09:26:20PM +0200, Jan Blunck wrote: > On Wed, Jun 21, 2017 at 1:30 AM, Gaetan Rivet wrote: > > This operation can be used either to validate that a device > > representation can be understood by a bus, as well as store the resulting > > specialized device representation in

Re: [dpdk-dev] [PATCH v5 2/7] bus: introduce parsing functionality

2017-06-27 Thread Jan Blunck
On Wed, Jun 21, 2017 at 1:30 AM, Gaetan Rivet wrote: > This operation can be used either to validate that a device > representation can be understood by a bus, as well as store the resulting > specialized device representation in any format determined by the bus. > Again, I don't think this makes

Re: [dpdk-dev] [PATCH v5 2/7] bus: introduce parsing functionality

2017-06-27 Thread Bruce Richardson
On Wed, Jun 21, 2017 at 01:30:31AM +0200, Gaetan Rivet wrote: > This operation can be used either to validate that a device > representation can be understood by a bus, as well as store the resulting > specialized device representation in any format determined by the bus. > > Signed-off-by: Gaetan

[dpdk-dev] [PATCH v5 2/7] bus: introduce parsing functionality

2017-06-20 Thread Gaetan Rivet
This operation can be used either to validate that a device representation can be understood by a bus, as well as store the resulting specialized device representation in any format determined by the bus. Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/include/rte_bus.h | 21 ++