[dpdk-dev] [PATCH v2 12/17] pci: add a helper for device name

2016-05-04 Thread Thomas Monjalon
2016-05-04 16:25, Bruce Richardson: > On Wed, Apr 20, 2016 at 01:44:12PM +0200, David Marchand wrote: > > eal is a better place than crypto / ethdev for naming resources. > > Add a helper in eal and make use of it in crypto / ethdev. > > > > Signed-off-by: David Marchand > > --- > >

[dpdk-dev] [PATCH v2 12/17] pci: add a helper for device name

2016-05-04 Thread Bruce Richardson
On Wed, May 04, 2016 at 06:26:18PM +0200, Thomas Monjalon wrote: > 2016-05-04 16:25, Bruce Richardson: > > On Wed, Apr 20, 2016 at 01:44:12PM +0200, David Marchand wrote: > > > eal is a better place than crypto / ethdev for naming resources. > > > Add a helper in eal and make use of it in crypto /

[dpdk-dev] [PATCH v2 12/17] pci: add a helper for device name

2016-05-04 Thread Bruce Richardson
On Wed, Apr 20, 2016 at 01:44:12PM +0200, David Marchand wrote: > eal is a better place than crypto / ethdev for naming resources. > Add a helper in eal and make use of it in crypto / ethdev. > > Signed-off-by: David Marchand > --- > lib/librte_cryptodev/rte_cryptodev.c| 27

[dpdk-dev] [PATCH v2 12/17] pci: add a helper for device name

2016-04-20 Thread David Marchand
eal is a better place than crypto / ethdev for naming resources. Add a helper in eal and make use of it in crypto / ethdev. Signed-off-by: David Marchand --- lib/librte_cryptodev/rte_cryptodev.c| 27 --- lib/librte_eal/common/include/rte_pci.h | 25