From patchwork Thu Jun 8 19:34:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavan Nikhilesh Bhagavatula X-Patchwork-Id: 128442 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EF80742C63; Thu, 8 Jun 2023 21:35:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7E6F040A4B; Thu, 8 Jun 2023 21:35:21 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 6066B40151 for ; Thu, 8 Jun 2023 21:35:20 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 358HsEvT023576; Thu, 8 Jun 2023 12:35:16 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=UJYDO97iNdemYMiF9+xbozBkqHA1kMLw9rfDczQ4TB0=; b=Kg9XvFS13ffBNXzHkwxmc4FsoNOh8HMBkoa3fFD0JgqSNhCEZNoxfIw90p9MvA01210+ 3AbOYtWKBIJFCkv4DySOHA8UMX5k4ksV1WumHzdcb4Eed9QCL+nAoHQi5GfttdI+83T3 8uxycGZUCCVXrCQyjBXg3xzAGFXtT0lpaoOdgfQSHsPRJzMFZWen0qLktz/1fu5hXv61 DZbcUb+F4VUSuoKam9MI3/x75AuwW3dSgE2EwA67alQ5WWiBrPAdt3oAfycX6H+WN5V6 QFPlyZc8AwLRS2OA8W/w201887hO71Znniw2cJuK2JU7v64M2kYfc3AtzYlAMnfwQUAe BQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3r329c4fqn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 08 Jun 2023 12:35:02 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Thu, 8 Jun 2023 12:35:00 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.48 via Frontend Transport; Thu, 8 Jun 2023 12:35:00 -0700 Received: from MININT-80QBFE8.corp.innovium.com (unknown [10.28.164.122]) by maili.marvell.com (Postfix) with ESMTP id 8D1883F707F; Thu, 8 Jun 2023 12:34:58 -0700 (PDT) From: To: , Ruifeng Wang , "Bruce Richardson" CC: , Pavan Nikhilesh , "Srikanth Yalavarthi" Subject: [PATCH v2] config/arm: fix Neoverse N2 march flag Date: Fri, 9 Jun 2023 01:04:56 +0530 Message-ID: <20230608193456.11446-1-pbhagavatula@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230608072757.9513-1-pbhagavatula@marvell.com> References: <20230608072757.9513-1-pbhagavatula@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: LbgaXra4fs7s1XbQjDj_3C3eWUokwsB9 X-Proofpoint-ORIG-GUID: LbgaXra4fs7s1XbQjDj_3C3eWUokwsB9 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-06-08_14,2023-06-08_01,2023-05-22_02 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 From: Pavan Nikhilesh The -march flag of Neoverse N2 should be removed with the introduction of -mcpu='neoverse-n2' as they are incompatible. Fixes: ea85ed1f6882 ("config/arm: increase nodes and cores for Neoverse N2") Signed-off-by: Pavan Nikhilesh Tested-by: Srikanth Yalavarthi Acked-by: Ruifeng Wang --- v2 Changes: - Remove adding armv9-a to march as it is incompatible with older GCC. config/arm/meson.build | 1 - 1 file changed, 1 deletion(-) -- 2.39.1 diff --git a/config/arm/meson.build b/config/arm/meson.build index 43f6a551a2..ae2226988e 100644 --- a/config/arm/meson.build +++ b/config/arm/meson.build @@ -89,7 +89,6 @@ part_number_config_arm = { 'march': 'armv8.4-a', }, '0xd49': { - 'march': 'armv8.5-a', 'march_features': ['sve2'], 'compiler_options': ['-mcpu=neoverse-n2'], 'flags': [