> > -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.