From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chao Zhu" Subject: Re: [dpdk-stable] [PATCH v3] mem: Fix anonymous mapping on Power9. Date: Wed, 20 Feb 2019 16:07:09 +0800 Message-ID: <002001d4c8f3$4848dd90$d8da98b0$@linux.vnet.ibm.com> References: <20181116173538.5321-1-dwilder@us.ibm.com> <2948898.EADOih85qf@xps> Cc: , To: "'Thomas Monjalon'" , "'David Wilder'" Return-path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by dpdk.org (Postfix) with ESMTP id 150971D7 for ; Wed, 20 Feb 2019 09:07:16 +0100 (CET) Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x1K81HFi018464 for ; Wed, 20 Feb 2019 03:07:16 -0500 Received: from e06smtp04.uk.ibm.com (e06smtp04.uk.ibm.com [195.75.94.100]) by mx0a-001b2d01.pphosted.com with ESMTP id 2qs211ap7x-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 20 Feb 2019 03:07:15 -0500 Received: from localhost by e06smtp04.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 20 Feb 2019 08:07:13 -0000 In-Reply-To: <2948898.EADOih85qf@xps> Content-Language: zh-cn List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" +Pradeep > -----Original Message----- > From: Thomas Monjalon > Sent: Monday, February 18, 2019 11:47 PM > To: David Wilder > Cc: dev@dpdk.org; chaozhu@linux.vnet.ibm.com > Subject: Re: [dpdk-stable] [PATCH v3] mem: Fix anonymous mapping on > Power9. > > Hi, > > Long time no talk about the IBM Power support status. > > 16/11/2018 18:35, David Wilder: > > --- a/doc/guides/rel_notes/release_18_11.rst > > +++ b/doc/guides/rel_notes/release_18_11.rst > > +* IBM Power8 is not supported by this release of DPDK. IBM Power9 is > supported. > > The config file is defconfig_ppc_64-power8-linuxapp-gcc. > Given that only Power9 is supported, should we rename it? > > Is there more changes required to make Power9 working with the latest DPDK? >