> > -if not is_linux<br />> > +if not is_linux or not dpdk_conf.get('RTE_ARCH_64')<br />> >      build = false<br />> > -    reason = 'only supported on Linux' <br />> > -    subdir_done()<br />> > -endif<br />> > -<br />> > -if arch_subdir != 'x86' and arch_subdir != 'arm' or not dpdk_conf.get('RTE_ARCH_64')<br />> > -    build = false<br />> > -    reason = 'only supported on x86_64 and aarch64' <br />> > +    reason = 'only supported on 64-bit Linux' <br />> >      subdir_done()<br /> <br />> There is also powerpc. Do you think it will compile?<br /> <br />Yes, it will. And the compilation is fine.<br />