From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id EF29E1DB1 for ; Thu, 6 Apr 2017 11:32:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491471137; x=1523007137; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=+t3f3ANmMhFWSPs3RsYMK6baEoEXYScuaQECgkqR840=; b=OhRyR8gga0Xomfk6L+q5xIUmd+oHai8i98uzgtYIzl4gV1sdPyj21JSf O43OmAdgZ9Om7g33q+dX6z9Tsmhiuw==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 02:32:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,283,1488873600"; d="scan'208";a="1131760716" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.23]) ([10.237.221.23]) by fmsmga001.fm.intel.com with ESMTP; 06 Apr 2017 02:32:13 -0700 To: gowrishankar muthukrishnan , Chao Zhu , dev@dpdk.org References: <1488435413-14667-1-git-send-email-chaozhu@linux.vnet.ibm.com> Cc: david.marchand@6wind.com From: Sergio Gonzalez Monroy Message-ID: <71dfcf1e-372e-82da-9496-d0da72d55e9d@intel.com> Date: Thu, 6 Apr 2017 10:32:13 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/2] ppc:Fix the memory initialization for IBM POWER X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2017 09:32:17 -0000 I cannot manage to find the patch set in patchwork or the mailing list. Could you provide patchwork links for those patches? Regards, Sergio On 06/04/2017 06:47, gowrishankar muthukrishnan wrote: > Could this patch be reviewed and added ? This is required in ppc64le > for multiprocess support. > > Regards, > Gowrishankar > > On Thursday 02 March 2017 11:46 AM, Chao Zhu wrote: >> Due to mmap implementation on IBM POWER, the secondary process memory >> initialization may fail (mmap will not respect the required address >> hints). >> This patch sets add the fixes and guides to fix this problem. >> >> Chao Zhu (2): >> eal/ppc: fix mmap for memory initialization >> doc/guides: Add hugepage reserve instructions for IBM POWER >> >> doc/guides/linux_gsg/sys_reqs.rst | 6 ++++++ >> lib/librte_eal/linuxapp/eal/eal_memory.c | 8 ++++++++ >> 2 files changed, 14 insertions(+) >> > >