From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: Re: [PATCH] eal/ppc: fix secondary process to map hugepages in correct order Date: Tue, 22 Mar 2016 12:11:06 +0000 Message-ID: <56F1365A.8070709@intel.com> References: <1457360003-30055-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> <56EA3B33.4040000@linux.vnet.ibm.com> <2090665.MjcR1UzGxo@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, gowrishankar To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6A6D62BAC for ; Tue, 22 Mar 2016 13:11:09 +0100 (CET) In-Reply-To: <2090665.MjcR1UzGxo@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 22/03/2016 11:36, Thomas Monjalon wrote: > Sergio, your help is required here. I missed it with the /ppc tag. I'll get to it. Sergio > Thanks > > 2016-03-17 10:35, gowrishankar: >> Could this patch be reviewed please. >> >> Thanks, >> Gowrishankar >> >> On Monday 07 March 2016 07:43 PM, Gowrishankar wrote: >>> From: Gowri Shankar >>> >>> For a secondary process address space to map hugepages from every segment of >>> primary process, hugepage_file entries has to be mapped reversely from the >>> list that primary process updated for every segment. This is for a reason that, >>> in ppc64, hugepages are sorted for decrementing addresses. >>> >>> Signed-off-by: Gowrishankar >>> --- >>> lib/librte_eal/linuxapp/eal/eal_memory.c | 26 ++++++++++++++++---------- >>> 1 file changed, 16 insertions(+), 10 deletions(-) >