Re: [dpdk-dev] [PATCH v5 5/7] bus: add helper to find a bus from a device name

2017-06-29 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gaëtan Rivet > Sent: Thursday, June 29, 2017 11:24 AM > To: Jan Blunck > Cc: Thomas Monjalon ; dev > Subject: Re: [dpdk-dev] [PATCH v5 5/7] bus: add helper to find a bus from > a device nam

Re: [dpdk-dev] [PATCH v5 5/7] bus: add helper to find a bus from a device name

2017-06-29 Thread Gaëtan Rivet
On Thu, Jun 29, 2017 at 09:56:30AM +0200, Jan Blunck wrote: > On Wed, Jun 28, 2017 at 7:03 PM, Thomas Monjalon wrote: > > 27/06/2017 20:55, Jan Blunck: > >> On Wed, Jun 21, 2017 at 1:30 AM, Gaetan Rivet > >> wrote: > >> > /** > >> > + * Find a bus capable of identifying a device. > >> > + * > >

Re: [dpdk-dev] [PATCH v5 5/7] bus: add helper to find a bus from a device name

2017-06-29 Thread Thomas Monjalon
29/06/2017 09:56, Jan Blunck: > On Wed, Jun 28, 2017 at 7:03 PM, Thomas Monjalon wrote: > > 27/06/2017 20:55, Jan Blunck: > >> On Wed, Jun 21, 2017 at 1:30 AM, Gaetan Rivet > >> wrote: > >> > /** > >> > + * Find a bus capable of identifying a device. > >> > + * > >> > + * @param str > >> > + *

Re: [dpdk-dev] [PATCH v5 5/7] bus: add helper to find a bus from a device name

2017-06-29 Thread Jan Blunck
On Wed, Jun 28, 2017 at 7:03 PM, Thomas Monjalon wrote: > 27/06/2017 20:55, Jan Blunck: >> On Wed, Jun 21, 2017 at 1:30 AM, Gaetan Rivet wrote: >> > /** >> > + * Find a bus capable of identifying a device. >> > + * >> > + * @param str >> > + * A device identifier (PCI address, virtual PMD name

Re: [dpdk-dev] [PATCH v5 5/7] bus: add helper to find a bus from a device name

2017-06-28 Thread Thomas Monjalon
27/06/2017 20:55, Jan Blunck: > On Wed, Jun 21, 2017 at 1:30 AM, Gaetan Rivet wrote: > > /** > > + * Find a bus capable of identifying a device. > > + * > > + * @param str > > + * A device identifier (PCI address, virtual PMD name, ...). > > + * > > + * @return > > + * A valid bus handle if f

Re: [dpdk-dev] [PATCH v5 5/7] bus: add helper to find a bus from a device name

2017-06-27 Thread Jan Blunck
On Wed, Jun 21, 2017 at 1:30 AM, Gaetan Rivet wrote: > Find which bus should be able to parse this device name into an internal > device representation. > > Signed-off-by: Gaetan Rivet > --- > lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + > lib/librte_eal/common/eal_common_bus.c

Re: [dpdk-dev] [PATCH v5 5/7] bus: add helper to find a bus from a device name

2017-06-27 Thread Bruce Richardson
On Wed, Jun 21, 2017 at 01:30:34AM +0200, Gaetan Rivet wrote: > Find which bus should be able to parse this device name into an internal > device representation. > > Signed-off-by: Gaetan Rivet > --- Acked-by: Bruce Richardson