From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6D754A0555; Wed, 19 Feb 2020 21:32:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 563421B951; Wed, 19 Feb 2020 21:32:51 +0100 (CET) Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by dpdk.org (Postfix) with ESMTP id BD4EB4C81 for ; Wed, 19 Feb 2020 21:32:48 +0100 (CET) Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 01JKUO2Y032197; Wed, 19 Feb 2020 15:32:45 -0500 Received: from pps.reinject (localhost [127.0.0.1]) by mx0a-001b2d01.pphosted.com with ESMTP id 2y8uedkvad-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 19 Feb 2020 15:32:44 -0500 Received: from m0098396.ppops.net (m0098396.ppops.net [127.0.0.1]) by pps.reinject (8.16.0.36/8.16.0.36) with SMTP id 01JKWB3i036744; Wed, 19 Feb 2020 15:32:44 -0500 Received: from ppma03wdc.us.ibm.com (ba.79.3fa9.ip4.static.sl-reverse.com [169.63.121.186]) by mx0a-001b2d01.pphosted.com with ESMTP id 2y8uedkv91-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 19 Feb 2020 15:32:44 -0500 Received: from pps.filterd (ppma03wdc.us.ibm.com [127.0.0.1]) by ppma03wdc.us.ibm.com (8.16.0.27/8.16.0.27) with SMTP id 01JKUNuc028549; Wed, 19 Feb 2020 20:32:43 GMT Received: from b01cxnp22035.gho.pok.ibm.com (b01cxnp22035.gho.pok.ibm.com [9.57.198.25]) by ppma03wdc.us.ibm.com with ESMTP id 2y6896pqrd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 19 Feb 2020 20:32:43 +0000 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 01JKWgQ852101452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 19 Feb 2020 20:32:42 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 9B04AAC05F; Wed, 19 Feb 2020 20:32:42 +0000 (GMT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A8BDFAC059; Wed, 19 Feb 2020 20:32:41 +0000 (GMT) Received: from ltc.linux.ibm.com (unknown [9.16.170.189]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Wed, 19 Feb 2020 20:32:41 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 19 Feb 2020 12:32:41 -0800 From: dwilder To: David Marchand Cc: Aaron Conole , Michael Santana , Thomas Monjalon , "Yigit, Ferruh" , Andrew Rybchenko , dev , "Ruifeng Wang (Arm Technology China)" , David Christensen , David Wilder In-Reply-To: References: <20200219011007.8611-1-dwilder@us.ibm.com> <20200219011007.8611-4-dwilder@us.ibm.com> Message-ID: X-Sender: dwilder@us.ibm.com User-Agent: Roundcube Webmail/1.0.1 X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138, 18.0.572 definitions=2020-02-19_06:2020-02-19, 2020-02-19 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 priorityscore=1501 mlxscore=0 adultscore=0 lowpriorityscore=0 bulkscore=0 impostorscore=0 phishscore=0 mlxlogscore=815 suspectscore=0 malwarescore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2002190154 Subject: Re: [dpdk-dev] [PATCH v2 3/3] ci: add travis ci support for native ppc64le 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2020-02-19 05:46, David Marchand wrote: > On Wed, Feb 19, 2020 at 2:10 AM David Wilder > wrote: >> >> This change follows the example of aarch64 Travis support >> by adding support for ppc64le gcc builds. Limitations for >> ppc64le are the same as aarch64 as described in commit >> 31bb45bcfd. > > checkpatch did not catch it because of the \n (?). > When referring to other commits, please use the format 'commit <12+ > chars of sha1> ("")'. > Ok > >> >> Signed-off-by: David Wilder <dwilder@us.ibm.com> >> Reviewed-by: David Christensen <drc@linux.vnet.ibm.com> > > I can see no clang compilation. > Is it unsupported? forgotten? unwanted? > Unsupported for now (issues with altivec). > >> --- >> .travis.yml | 30 ++++++++++++++++++++++++++++++ >> 1 file changed, 30 insertions(+) >> >> diff --git a/.travis.yml b/.travis.yml >> index 1d43f16ae..c15bf4f07 100644 >> --- a/.travis.yml >> +++ b/.travis.yml >> @@ -153,5 +153,35 @@ matrix: >> packages: >> - *extra_packages >> - *libabigail_build_packages >> + - env: DEF_LIB="static" >> + arch: ppc64le >> + compiler: gcc >> + addons: >> + apt: >> + packages: >> + - *required_packages > > Copy/pasting this part is useless. > The addons: global node would make all jobs use this required_packages > as a default. > I have a patch cleaning this for arm. I see your cleanup patch now. I will refactor the ppc support on top and let you know if I have issues. Thanks for the review.