From patchwork Thu Mar 14 11:38:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavan Nikhilesh Bhagavatula X-Patchwork-Id: 138381 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 1087943CA5; Thu, 14 Mar 2024 12:39:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D62342E93; Thu, 14 Mar 2024 12:39:13 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id A53B042E7E for ; Thu, 14 Mar 2024 12:39:09 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 42E5JIS5011171; Thu, 14 Mar 2024 04:39:06 -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=UGqwfqKwzKaWTcxJ6Lh7zlpt8xJ886X+G8vuMgHEG1A=; b=g+U 7906M9RzOzBawrYYd3vTOlKjDcc+BmEsL1MR77JXmser55UL8UiVWLtQRJOP0HKD zq91f4NzsbRNt7CydP+zrq3hAhWX3uNH+GajJhNPgTduXKbMn4azXHIAA7bhE5Tq 7CuAz54yoiVDXilc1/q8DWkEohxhdB6eOXyH4oYTADDQ1V0uUbSGeCsiuTQmfU5q hb8qxri78EsXZIR8EZB5uRqXEPXbn+hPIo2oZ7f3Yu/+rkYsJIwy+Sf4Lg6HN5vl TplqqKxfNurhRUmQ3R1iY1SYT+6oioyLkMrH26525gnOfdP8Mik4fav5IkXwpJeq zzWCmMifz2RY/MPtSJg== Received: from dc6wp-exch02.marvell.com ([4.21.29.225]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3wutyq9agp-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 14 Mar 2024 04:39:05 -0700 (PDT) Received: from DC6WP-EXCH02.marvell.com (10.76.176.209) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.12; Thu, 14 Mar 2024 04:38:45 -0700 Received: from maili.marvell.com (10.69.176.80) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server id 15.2.1258.12 via Frontend Transport; Thu, 14 Mar 2024 04:38:45 -0700 Received: from MININT-80QBFE8.corp.innovium.com (MININT-80QBFE8.marvell.com [10.28.164.106]) by maili.marvell.com (Postfix) with ESMTP id D14363F7067; Thu, 14 Mar 2024 04:38:41 -0700 (PDT) From: To: , , , , Ruifeng Wang , "Bruce Richardson" CC: , Pavan Nikhilesh Subject: [PATCH v8 2/5] config/arm: add armv9-a march support Date: Thu, 14 Mar 2024 17:08:26 +0530 Message-ID: <20240314113829.2511-2-pbhagavatula@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240314113829.2511-1-pbhagavatula@marvell.com> References: <20240306154957.750-1-pbhagavatula@marvell.com> <20240314113829.2511-1-pbhagavatula@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: h-76wZiUctrL4u71zNHVVvh7s-0xqOen X-Proofpoint-ORIG-GUID: h-76wZiUctrL4u71zNHVVvh7s-0xqOen X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1011,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2024-03-14_10,2024-03-13_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 Add armv9-a as supported march flag for ARM neoverse class of processors. Update supported march list to include armv9-a. Signed-off-by: Pavan Nikhilesh --- config/arm/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/arm/meson.build b/config/arm/meson.build index 4e7e072053..0e7f54862a 100644 --- a/config/arm/meson.build +++ b/config/arm/meson.build @@ -92,6 +92,7 @@ part_number_config_arm = { 'march': 'armv8.4-a', }, '0xd49': { + 'march': 'armv9-a', 'march_features': ['sve2'], 'mcpu': 'neoverse-n2', 'flags': [ @@ -102,6 +103,7 @@ part_number_config_arm = { ] }, '0xd4f': { + 'march': 'armv9-a', 'march_features': ['sve2'], 'mcpu' : 'neoverse-v2', 'flags': [ @@ -827,7 +829,7 @@ if update_flags if part_number_config.get('force_march', false) candidate_march = part_number_config['march'] else - supported_marchs = ['armv8.6-a', 'armv8.5-a', 'armv8.4-a', 'armv8.3-a', + supported_marchs = ['armv9-a', 'armv8.6-a', 'armv8.5-a', 'armv8.4-a', 'armv8.3-a', 'armv8.2-a', 'armv8.1-a', 'armv8-a'] check_compiler_support = false foreach supported_march: supported_marchs