From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 347D9C433DF for ; Fri, 9 Oct 2020 06:35:04 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 0412F22255 for ; Fri, 9 Oct 2020 06:35:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0412F22255 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=chinasoftinc.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ABCA71BDCB; Fri, 9 Oct 2020 08:35:00 +0200 (CEST) Received: from incedge.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id 88B541BF3A for ; Fri, 9 Oct 2020 08:34:58 +0200 (CEST) X-ASG-Debug-ID: 1602225292-149d115bf8138e00001-TfluYd Received: from mail.chinasoftinc.com (inccas001.ito.icss [10.168.0.51]) by incedge.chinasoftinc.com with ESMTP id p9RyOtGv6lstAav0 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 09 Oct 2020 14:34:52 +0800 (CST) X-Barracuda-Envelope-From: huwei013@chinasoftinc.com X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.51 X-ASG-Whitelist: Client Received: from [192.168.1.199] (139.159.243.11) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Fri, 9 Oct 2020 14:34:53 +0800 X-Barracuda-RBL-Trusted-Forwarder: 192.168.1.199 To: Thomas Monjalon X-ASG-Orig-Subj: Re: [dpdk-dev] [PATCH v6 0/2] update CPU flags for arm64 platform CC: Ruifeng Wang , "dev@dpdk.org" , nd , Honnappa Nagarahalli , "jerinjacobk@gmail.com" , "xavier.huwei@huawei.com" , Ferruh Yigit References: <20200817124703.58157-1-huwei013@chinasoftinc.com> <20200819105638.52010-1-huwei013@chinasoftinc.com> From: "Wei Hu (Xavier)" Message-ID: <9c3e470a-2d09-7de9-5da5-32efc4b3bd8f@chinasoftinc.com> Date: Fri, 9 Oct 2020 14:34:51 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [139.159.243.11] X-Barracuda-Connect: inccas001.ito.icss[10.168.0.51] X-Barracuda-Start-Time: 1602225292 X-Barracuda-Encrypted: ECDHE-RSA-AES256-SHA X-Barracuda-URL: https://incspam.chinasofti.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at chinasoftinc.com X-Barracuda-Scan-Msg-Size: 1237 Subject: Re: [dpdk-dev] [PATCH v6 0/2] update CPU flags for arm64 platform 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" Hi, Thomas Monjalon For this series, ARM engineer has already given them backed by. If you have no other opinion, can we merge them? so we can continue to promote other patch sets accelerated by using SVE instructions. Hope for your reply, thanks. Regards Xavier On 2020/9/30 9:44, Ruifeng Wang wrote: > >> -----Original Message----- >> From: Wei Hu (Xavier) >> Sent: Wednesday, August 19, 2020 6:57 PM >> To: dev@dpdk.org >> Cc: nd ; Honnappa Nagarahalli >> ; Ruifeng Wang >> ; jerinjacobk@gmail.com; >> xavier.huwei@huawei.com >> Subject: [PATCH v6 0/2] update CPU flags for arm64 platform >> >> This series updates CPU flags for arm64 platform. >> >> Wei Hu (Xavier) (2): >> eal/arm64: update CPU flags >> test/cpuflag: add new flags for ARM64 platform >> >> app/test/test_cpuflags.c | 39 ++++++++++++++++++++ >> lib/librte_eal/arm/include/rte_cpuflags_64.h | 13 +++++++ >> lib/librte_eal/arm/rte_cpuflags.c | 13 +++++++ >> 3 files changed, 65 insertions(+) >> >> -- >> 2.27.0 > > For the series: > Acked-by: Ruifeng Wang >