[PATCH v1] net/zxdh: add support compiling on riscv-64 systems
Thomas Monjalon
thomas at monjalon.net
Thu Sep 18 14:23:50 CEST 2025
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?
More information about the dev
mailing list