Re: [dpdk-dev] [PATCH 2/2] drivers/net: use device name from device structure

2017-06-10 Thread Jan Blunck
On Fri, Jun 9, 2017 at 3:52 PM, Thomas Monjalon wrote: > 26/05/2017 18:11, Ferruh Yigit: >> Device name resides in two different locations, in rte_device->name and >> in ethernet device private data. > > Yes would be nice to remove the name from rte_eth_dev_data. > I wonder if this is really the

Re: [dpdk-dev] [PATCH v2] ring: use aligned memzone allocation

2017-06-10 Thread Ananyev, Konstantin
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Friday, June 9, 2017 6:29 PM > To: Stephen Hemminger > Cc: Yerden Zhumabekov ; Ananyev, Konstantin > ; Richardson, Bruce > ; Verkamp, Daniel ; > dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] ri

Re: [dpdk-dev] [PATCH] eal: don't advertise a physical address when no hugepages

2017-06-10 Thread Jan Blunck
On Fri, Jun 9, 2017 at 10:29 AM, Olivier Matz wrote: > When populating a mempool with a virtual memory area, the mempool > library expects to be able to get the physical address of each page. > > When started with --no-huge, the physical addresses may not be available > because the pages are not l

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

2017-06-10 Thread Jan Blunck
On Thu, Jun 8, 2017 at 2:51 PM, Gaëtan Rivet wrote: > On Thu, Jun 08, 2017 at 01:40:46PM +0200, Jan Blunck wrote: >> On Thu, Jun 8, 2017 at 1:36 PM, Gaëtan Rivet wrote: >> > On Thu, Jun 08, 2017 at 12:45:17PM +0200, Jan Blunck wrote: >> >> On Wed, Jun 7, 2017 at 10:03 PM, Gaëtan Rivet >> >> wro

Re: [dpdk-dev] [PATCH v3 01/10] bus: add bus iterator to find a particular bus

2017-06-10 Thread Jan Blunck
On Thu, Jun 8, 2017 at 1:53 AM, Gaetan Rivet wrote: > From: Jan Blunck > > Signed-off-by: Jan Blunck > Signed-off-by: Gaetan Rivet > --- > lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + > lib/librte_eal/common/eal_common_bus.c | 11 > lib/librte_eal/common/include/rt