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

2017-06-26 Thread santosh
Hi Olivier, On Friday 23 June 2017 10:38 PM, Jan Blunck wrote: > On Fri, Jun 23, 2017 at 10:11 AM, Olivier Matz wrote: >> Hi Jan, >> >> On Sat, 10 Jun 2017 10:31:22 +0200, Jan Blunck wrote: >>> On Fri, Jun 9, 2017 at 10:29 AM, Olivier Matz >>> wrote: When populating a mempool with a virt

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

2017-06-23 Thread Jan Blunck
On Fri, Jun 23, 2017 at 10:11 AM, Olivier Matz wrote: > Hi Jan, > > On Sat, 10 Jun 2017 10:31:22 +0200, Jan Blunck wrote: >> 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 phys

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

2017-06-23 Thread Olivier Matz
Hi Jan, On Sat, 10 Jun 2017 10:31:22 +0200, Jan Blunck wrote: > 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,

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

2017-06-12 Thread Adrien Mazarguil
On Fri, Jun 09, 2017 at 10:29:37AM +0200, 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

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