Re: [dpdk-dev] [PATCH v7 2/6] bus: introduce parsing functionality

2017-07-06 Thread Gaëtan Rivet
On Thu, Jul 06, 2017 at 06:42:23PM +0530, santosh wrote: > On Thursday 06 July 2017 06:00 PM, Gaëtan Rivet wrote: > > > On Thu, Jul 06, 2017 at 02:49:41PM +0530, santosh wrote: > >> Hi Gaetan, > >> > >> On Wednesday 05 July 2017 05:25 AM, Gaetan Rivet wrote: > >> > >>> This operation can be used e

Re: [dpdk-dev] [PATCH v7 2/6] bus: introduce parsing functionality

2017-07-06 Thread santosh
On Thursday 06 July 2017 06:00 PM, Gaëtan Rivet wrote: > On Thu, Jul 06, 2017 at 02:49:41PM +0530, santosh wrote: >> Hi Gaetan, >> >> On Wednesday 05 July 2017 05:25 AM, Gaetan Rivet wrote: >> >>> This operation can be used either to validate that a device >>> representation can be understood by a

Re: [dpdk-dev] [PATCH v7 2/6] bus: introduce parsing functionality

2017-07-06 Thread Gaëtan Rivet
On Thu, Jul 06, 2017 at 02:49:41PM +0530, santosh wrote: > Hi Gaetan, > > On Wednesday 05 July 2017 05:25 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

Re: [dpdk-dev] [PATCH v7 2/6] bus: introduce parsing functionality

2017-07-06 Thread santosh
Hi Gaetan, On Wednesday 05 July 2017 05:25 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. > > Signed-off-by:

Re: [dpdk-dev] [PATCH v7 2/6] bus: introduce parsing functionality

2017-07-05 Thread Shreyansh Jain
On Wednesday 05 July 2017 05:25 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. Signed-off-by: Gaetan Rivet ---

[dpdk-dev] [PATCH v7 2/6] bus: introduce parsing functionality

2017-07-04 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 ++