From: Joyce Kong <joyce.kong@arm.com>
To: Ruifeng Wang <ruifeng.wang@arm.com>,
Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org, nd@arm.com, Joyce Kong <joyce.kong@arm.com>
Subject: [PATCH] config/arm: enable rcpc feature on neoverse n1
Date: Mon, 20 Mar 2023 03:26:55 +0000 [thread overview]
Message-ID: <20230320032655.2119718-1-joyce.kong@arm.com> (raw)
Enable rcpc meson configuration for Neoverse N1 platform.
Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
---
config/arm/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/arm/meson.build b/config/arm/meson.build
index 5ff66248de..5213434ca4 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -65,7 +65,7 @@ part_number_config_arm = {
'0xd0b': {'compiler_options': ['-mcpu=cortex-a76']},
'0xd0c': {
'march': 'armv8.2-a',
- 'march_features': ['crypto'],
+ 'march_features': ['crypto', 'rcpc'],
'compiler_options': ['-mcpu=neoverse-n1'],
'flags': [
['RTE_MACHINE', '"neoverse-n1"'],
--
2.25.1
next reply other threads:[~2023-03-20 3:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-20 3:26 Joyce Kong [this message]
2023-03-20 16:10 ` Thomas Monjalon
2023-03-21 2:13 ` Joyce Kong
2023-03-21 9:44 ` [PATCH v2] config/arm: support ldapr " Joyce Kong
2023-03-21 11:16 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230320032655.2119718-1-joyce.kong@arm.com \
--to=joyce.kong@arm.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=nd@arm.com \
--cc=ruifeng.wang@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).