From: Thomas Monjalon <thomas@monjalon.net>
To: Junlong Wang <wang.junlong1@zte.com.cn>
Cc: stephen@networkplumber.org, dev@dpdk.org
Subject: Re: [PATCH v1] net/zxdh: add support compiling on riscv-64 systems
Date: Thu, 18 Sep 2025 14:23:50 +0200 [thread overview]
Message-ID: <16432632.tv2OnDr8pf@thomas> (raw)
In-Reply-To: <20250911023211.3576860-1-wang.junlong1@zte.com.cn>
11/09/2025 04:32, Junlong Wang:
> modify meson.build for support compiling on riscv-64 systems
[...]
> -if not is_linux
> +if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
> build = false
> - reason = 'only supported on Linux'
> - subdir_done()
> -endif
> -
> -if arch_subdir != 'x86' and arch_subdir != 'arm' or not dpdk_conf.get('RTE_ARCH_64')
> - build = false
> - reason = 'only supported on x86_64 and aarch64'
> + reason = 'only supported on 64-bit Linux'
> subdir_done()
There is also powerpc. Do you think it will compile?
next prev parent reply other threads:[~2025-09-18 12:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-11 2:32 [PATCH v1] net/zxdh: add support compiling on riscv-64 systems Junlong Wang
2025-09-12 15:32 ` Stephen Hemminger
2025-09-18 12:23 ` Thomas Monjalon [this message]
2025-09-24 2:42 ` Junlong Wang
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=16432632.tv2OnDr8pf@thomas \
--to=thomas@monjalon.net \
--cc=dev@dpdk.org \
--cc=stephen@networkplumber.org \
--cc=wang.junlong1@zte.com.cn \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.