dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Wathsala Vithanage <wathsala.vithanage@arm.com>
Cc: dev@dpdk.org
Subject: MS-R1 ARM support
Date: Mon, 8 Dec 2025 13:48:00 -0800	[thread overview]
Message-ID: <20251208134800.6889316d@phoenix.local> (raw)

I just got a new mini-PC ARM system. Which has 2 100G Realtek ports
and PCI express slot. Which seemed like a good box for ARM testing.

The ARM configuration in meson doesn't seem to know this CPU type.

config/arm/meson.build:947:8: ERROR: Problem encountered: Unsupported part number 0xd81 of implementer 0x41. Please add support for it or use the generic (-Dplatform=generic) build.

My simplistic attempt to add was:


part_number_config_arm = {
...
    '0xd81': {
        'mcpu' : 'cortex-a72.cortex-a53',
        'flags': [
            ['RTE_MACHINE', '"cortex-a720"'],
            ['RTE_ARM_FEATURE_ATOMICS', true],
            ['RTE_ARM_FEATURE_WFXT', true],
            ['RTE_MAX_LCORE', 128],
            ['RTE_MAX_NUMA_NODES', 2]
        ]
    },

But then power won't build

FAILED: lib/librte_eal.a.p/eal_arm_rte_power_intrinsics.c.o 
cc -Ilib/librte_eal.a.p -Ilib -I../lib -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/argparse -I../lib/argparse -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=cortex-a72.cortex-a53 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="26.1"' -DRTE_EAL_PTHREAD_ATTR_SETAFFINITY_NP -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/librte_eal.a.p/eal_arm_rte_power_intrinsics.c.o -MF lib/librte_eal.a.p/eal_arm_rte_power_intrinsics.c.o.d -o lib/librte_eal.a.p/eal_arm_rte_power_intrinsics.c.o -c ../lib/eal/arm/rte_power_intrinsics.c
/tmp/ccSpmqE0.s: Assembler messages:
/tmp/ccSpmqE0.s:80: Error: selected processor does not support `wfet x1'
[117/3873] Compiling C object lib/librte_ring.a.p/ring_soring.c.o

Not sure what the best option. Looks like this an Android style CPU with big/little.

Any ARM expertise would help here.
Posting on mailing list so that others can find the answer.

                 reply	other threads:[~2025-12-08 21:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20251208134800.6889316d@phoenix.local \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=wathsala.vithanage@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).