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 E578AA0524; Fri, 14 May 2021 11:57:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A702540042; Fri, 14 May 2021 11:57:06 +0200 (CEST) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by mails.dpdk.org (Postfix) with ESMTP id 986F240042 for ; Fri, 14 May 2021 11:57:04 +0200 (CEST) Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4FhP4r55TFz1BMVp; Fri, 14 May 2021 17:54:20 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.498.0; Fri, 14 May 2021 17:56:58 +0800 From: Chengwen Feng To: , CC: , , , , , , , , Date: Fri, 14 May 2021 17:53:57 +0800 Message-ID: <1620986039-29475-1-git-send-email-fengchengwen@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1620808126-18876-1-git-send-email-fengchengwen@huawei.com> References: <1620808126-18876-1-git-send-email-fengchengwen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v5 0/2] bugfix for Kunpeng SVE compile 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" This patch set contains two bugfixes for Kunpeng SVE compile. --- v5: * make sure 'march_feature' parsed depend on 'march_base' * only the kunpeng930 use the new option v4: * fix compile option combine problem of 1/2 patch v3: * fix checkpatch error of 1/2 patch * modify comments of 1/2 patch v2: * support select best -march parameter for kunpeng soc Chengwen Feng (2): config/arm: select most suitable -march for kunpeng soc net/hns3: refactor SVE code compile method config/arm/meson.build | 31 +++++++++++++++++++++++++++++-- drivers/net/hns3/hns3_rxtx.c | 2 +- drivers/net/hns3/meson.build | 13 +++++++++++++ 3 files changed, 43 insertions(+), 3 deletions(-) -- 2.8.1