From mboxrd@z Thu Jan 1 00:00:00 1970 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 Received: from b06cxnps4074.portsmouth.uk.ibm.com (9.149.109.196) by e06smtp04.uk.ibm.com (192.168.101.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Wed, 20 Feb 2019 08:07:11 -0000 Received: from b06wcsmtp001.portsmouth.uk.ibm.com (b06wcsmtp001.portsmouth.uk.ibm.com [9.149.105.160]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x1K87AWg25165828 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 20 Feb 2019 08:07:10 GMT Received: from b06wcsmtp001.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 8034DA4060; Wed, 20 Feb 2019 08:07:10 +0000 (GMT) Received: from b06wcsmtp001.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id E93B4A405C; Wed, 20 Feb 2019 08:07:08 +0000 (GMT) Received: from DESKTOP7JL9IS1 (unknown [9.181.88.84]) by b06wcsmtp001.portsmouth.uk.ibm.com (Postfix) with ESMTP; Wed, 20 Feb 2019 08:07:08 +0000 (GMT) From: "Chao Zhu" To: "'Thomas Monjalon'" , "'David Wilder'" Cc: , References: <20181116173538.5321-1-dwilder@us.ibm.com> <2948898.EADOih85qf@xps> In-Reply-To: <2948898.EADOih85qf@xps> Date: Wed, 20 Feb 2019 16:07:09 +0800 X-Mailer: Microsoft Outlook 16.0 Content-Language: zh-cn Thread-Index: AQCzFB9xJ2QRGmveMKi4Hdg/wYQvGwI7nbuoqBnhIgA= X-TM-AS-GCONF: 00 x-cbid: 19022008-0016-0000-0000-000002589822 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19022008-0017-0000-0000-000032B2E026 Message-Id: <002001d4c8f3$4848dd90$d8da98b0$@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-02-20_07:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1902200059 Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v3] mem: Fix anonymous mapping on Power9. 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: Wed, 20 Feb 2019 08:07:17 -0000 +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? >