Re: [dpdk-dev] [PATCH v2 00/14] Move PCI away from the EAL

2017-10-23 Thread Gaëtan Rivet
, Declan > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v2 00/14] Move PCI away from the EAL > > > > On Wed, Oct 11, 2017 at 03:19:31PM +0100, Doherty, Declan wrote: > > > On 18/09/2017 10:31 AM, Gaetan Rivet wrote: > > > >Hi all, > > > &

Re: [dpdk-dev] [PATCH v2 00/14] Move PCI away from the EAL

2017-10-23 Thread De Lara Guarch, Pablo
Hi Gaetan, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gaëtan Rivet > Sent: Wednesday, October 11, 2017 3:32 PM > To: Doherty, Declan > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 00/14] Move PCI away from the EAL > > On

Re: [dpdk-dev] [PATCH v2 00/14] Move PCI away from the EAL

2017-10-11 Thread Gaëtan Rivet
On Wed, Oct 11, 2017 at 03:19:31PM +0100, Doherty, Declan wrote: > On 18/09/2017 10:31 AM, Gaetan Rivet wrote: > >Hi all, > > > >Here is a new version of the PCI bus move out of the EAL. > > > >The EAL PCI implementation is divided in two parts: > > > > - librte_pci: library offering helpers to h

Re: [dpdk-dev] [PATCH v2 00/14] Move PCI away from the EAL

2017-10-11 Thread Doherty, Declan
On 18/09/2017 10:31 AM, Gaetan Rivet wrote: Hi all, Here is a new version of the PCI bus move out of the EAL. The EAL PCI implementation is divided in two parts: - librte_pci: library offering helpers to handle PCI objects - librte_bus_pci: bus driver for PCI devices This allows other l

[dpdk-dev] [PATCH v2 00/14] Move PCI away from the EAL

2017-09-18 Thread Gaetan Rivet
Hi all, Here is a new version of the PCI bus move out of the EAL. The EAL PCI implementation is divided in two parts: - librte_pci: library offering helpers to handle PCI objects - librte_bus_pci: bus driver for PCI devices This allows other libraries / tools to use PCI elements (location,