From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9ACEBA0C41; Wed, 23 Jun 2021 10:24:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2062A4003F; Wed, 23 Jun 2021 10:24:46 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id C316A4003E for ; Wed, 23 Jun 2021 10:24:44 +0200 (CEST) Received: from dggemv704-chm.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4G8x791LW1z73R3; Wed, 23 Jun 2021 16:21:25 +0800 (CST) Received: from dggpeml500024.china.huawei.com (7.185.36.10) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Wed, 23 Jun 2021 16:24:36 +0800 Received: from [127.0.0.1] (10.40.190.165) by dggpeml500024.china.huawei.com (7.185.36.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Wed, 23 Jun 2021 16:24:36 +0800 To: Thomas Monjalon CC: , Honnappa Nagarahalli , "jerinj@marvell.com" , Ruifeng Wang , "juraj.linkes@pantheon.tech" , "ferruh.yigit@intel.com" , "viktorin@rehivetech.com" , "bruce.richardson@intel.com" , "jerinjacobk@gmail.com" , nd , , References: <1620808126-18876-1-git-send-email-fengchengwen@huawei.com> <616fa425-6bb9-54cc-2493-e1963afe0a27@huawei.com> <17283472.kmRaX2h9hS@thomas> From: fengchengwen Message-ID: <8319bed4-0de8-75db-3e66-3a01f027a467@huawei.com> Date: Wed, 23 Jun 2021 16:24:34 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <17283472.kmRaX2h9hS@thomas> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.40.190.165] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggpeml500024.china.huawei.com (7.185.36.10) X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH v8 1/2] config/arm: select most suitable -march for kunpeng soc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 2021/6/23 16:08, Thomas Monjalon wrote: > 21/06/2021 02:52, fengchengwen: >> Hi, Thomas >> >> Another patch '[dpdk-dev] [PATCH v8 2/2] net/hns3: refactor SVE code compile method' >> has nothing to do with this patch (they're just in the same patchset) and has been >> reviewed by ARM guys. > > If they are unrelated, why are they in the same patchset? They're all SVE-related issues, so put in the same patchset. I will send one new patchset include following two patch because they both ref 'RTE_HAS_SVE_ACLE' which you mention previous thread. build: fix SVE compile error with gcc8.3 net/hns3: refactor SVE code compile method > >> So please review it, thanks. > > > > > > > . >