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 sourceware.org (Postfix) with ESMTPS id 9AEA1385742C for ; Fri, 30 Apr 2021 12:56:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9AEA1385742C Received: from pps.filterd (m0187473.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 13UCXGmv132742 for ; Fri, 30 Apr 2021 08:56:55 -0400 Received: from ppma04dal.us.ibm.com (7a.29.35a9.ip4.static.sl-reverse.com [169.53.41.122]) by mx0a-001b2d01.pphosted.com with ESMTP id 388drt0xkt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 30 Apr 2021 08:56:55 -0400 Received: from pps.filterd (ppma04dal.us.ibm.com [127.0.0.1]) by ppma04dal.us.ibm.com (8.16.0.43/8.16.0.43) with SMTP id 13UCmfTS014928 for ; Fri, 30 Apr 2021 12:56:53 GMT Received: from b01cxnp23034.gho.pok.ibm.com (b01cxnp23034.gho.pok.ibm.com [9.57.198.29]) by ppma04dal.us.ibm.com with ESMTP id 384ayaefug-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 30 Apr 2021 12:56:53 +0000 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp23034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 13UCurAD29229412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 30 Apr 2021 12:56:53 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 15F2E112062; Fri, 30 Apr 2021 12:56:53 +0000 (GMT) Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 0B8BA112065; Fri, 30 Apr 2021 12:56:51 +0000 (GMT) Received: from work-tp (unknown [9.65.216.65]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTPS; Fri, 30 Apr 2021 12:56:51 +0000 (GMT) Date: Fri, 30 Apr 2021 09:56:48 -0300 From: Raoni Fassina Firmino To: Tulio Magno Quites Machado Filho Cc: libc-alpha@sourceware.org, lamm@linux.ibm.com Subject: Re: [PATCHv2] powerpc64le: Optimize memcpy for POWER10 Message-ID: <20210430125648.rxqxmey77g2i3wmb@work-tp> Mail-Followup-To: Tulio Magno Quites Machado Filho , libc-alpha@sourceware.org, lamm@linux.ibm.com References: <20210428181349.zetopsdjpt4asafn@work-tp> <20210430002458.59571-1-tuliom@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210430002458.59571-1-tuliom@linux.ibm.com> X-TM-AS-GCONF: 00 X-Proofpoint-ORIG-GUID: 9jVfOAMDjycRSTCpg85XzR8HDR4Fbrnc X-Proofpoint-GUID: 9jVfOAMDjycRSTCpg85XzR8HDR4Fbrnc X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.761 definitions=2021-04-30_06:2021-04-30, 2021-04-30 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 impostorscore=0 mlxscore=0 bulkscore=0 spamscore=0 malwarescore=0 clxscore=1015 suspectscore=0 adultscore=0 priorityscore=1501 mlxlogscore=420 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104060000 definitions=main-2104300091 X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2021 12:56:57 -0000 Tested the patch with --with-cpu=power10 and with and without --disable-multi-arch on top of the master (commit e046d73e5f2f) with no regression from upstream. LGTM, and thanks for the patch Tulio. o/ Raoni