[PATCH v1] net/zxdh: add support compiling on riscv-64 systems

Junlong Wang wang.junlong1 at zte.com.cn
Wed Sep 24 04:42:11 CEST 2025


> > -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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250924/ea27d810/attachment.htm>


More information about the dev mailing list