Re: [dpdk-dev] [PATCH v7 00/17] Generic devargs parsing

2017-07-09 Thread Gaƫtan Rivet
On Sun, Jul 09, 2017 at 07:16:45AM -0400, Jan Blunck wrote: > On Sun, Jul 9, 2017 at 6:17 AM, Thomas Monjalon wrote: > > 09/07/2017 10:37, Jan Blunck: > >> On Sat, Jul 8, 2017 at 6:28 PM, Thomas Monjalon > >> wrote: > >> > 07/07/2017 02:04, Gaetan Rivet: > >> >> In this patchset, the representat

Re: [dpdk-dev] [PATCH v7 00/17] Generic devargs parsing

2017-07-09 Thread Jan Blunck
On Sun, Jul 9, 2017 at 6:17 AM, Thomas Monjalon wrote: > 09/07/2017 10:37, Jan Blunck: >> On Sat, Jul 8, 2017 at 6:28 PM, Thomas Monjalon wrote: >> > 07/07/2017 02:04, Gaetan Rivet: >> >> In this patchset, the representation of devices in rte_devargs is made >> >> generic >> >> to remove some de

Re: [dpdk-dev] [PATCH v7 00/17] Generic devargs parsing

2017-07-09 Thread Thomas Monjalon
09/07/2017 10:37, Jan Blunck: > On Sat, Jul 8, 2017 at 6:28 PM, Thomas Monjalon wrote: > > 07/07/2017 02:04, Gaetan Rivet: > >> In this patchset, the representation of devices in rte_devargs is made > >> generic > >> to remove some dependencies of the EAL on specific buses implementations. > >> F

Re: [dpdk-dev] [PATCH v7 00/17] Generic devargs parsing

2017-07-09 Thread Jan Blunck
On Sat, Jul 8, 2017 at 6:28 PM, Thomas Monjalon wrote: > 07/07/2017 02:04, Gaetan Rivet: >> In this patchset, the representation of devices in rte_devargs is made >> generic >> to remove some dependencies of the EAL on specific buses implementations. >> Following the device types being characteri

Re: [dpdk-dev] [PATCH v7 00/17] Generic devargs parsing

2017-07-08 Thread Thomas Monjalon
07/07/2017 02:04, Gaetan Rivet: > In this patchset, the representation of devices in rte_devargs is made generic > to remove some dependencies of the EAL on specific buses implementations. > Following the device types being characterized by their bus, the DEVTYPE > flags are updated not to referenc

[dpdk-dev] [PATCH v7 00/17] Generic devargs parsing

2017-07-06 Thread Gaetan Rivet
The second part of the work outlined in [1] and [2]. The first part is at [3]. In this patchset, the representation of devices in rte_devargs is made generic to remove some dependencies of the EAL on specific buses implementations. Following the device types being characterized by their bus, the D