From: Junlong Wang <wang.junlong1@zte.com.cn>
To: thomas@monjalon.net
Cc: stephen@networkplumber.org, dev@dpdk.org
Subject: Re: [PATCH v1] net/zxdh: add support compiling on riscv-64 systems
Date: Wed, 24 Sep 2025 10:42:11 +0800 [thread overview]
Message-ID: <20250924024211.27501-1-wang.junlong1@zte.com.cn> (raw)
In-Reply-To: <20250911023211.3576860-1-wang.junlong1@zte.com.cn>
[-- Attachment #1.1.1: Type: text/plain, Size: 543 bytes --]
> > -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?
Yes, it will. And the compilation is fine.
[-- Attachment #1.1.2: Type: text/html , Size: 1309 bytes --]
prev parent reply other threads:[~2025-09-24 2:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-11 2:32 Junlong Wang
2025-09-12 15:32 ` Stephen Hemminger
2025-09-18 12:23 ` Thomas Monjalon
2025-09-24 2:42 ` Junlong Wang [this message]
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=20250924024211.27501-1-wang.junlong1@zte.com.cn \
--to=wang.junlong1@zte.com.cn \
--cc=dev@dpdk.org \
--cc=stephen@networkplumber.org \
--cc=thomas@monjalon.net \
/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).