DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] config/arm: enable rcpc feature on neoverse n1
@ 2023-03-20  3:26 Joyce Kong
  2023-03-20 16:10 ` Thomas Monjalon
  2023-03-21  9:44 ` [PATCH v2] config/arm: support ldapr " Joyce Kong
  0 siblings, 2 replies; 5+ messages in thread
From: Joyce Kong @ 2023-03-20  3:26 UTC (permalink / raw)
  To: Ruifeng Wang, Bruce Richardson; +Cc: dev, nd, Joyce Kong

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-21 11:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20  3:26 [PATCH] config/arm: enable rcpc feature on neoverse n1 Joyce Kong
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

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).