]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/meson.build
net/mlx5: add Altivec Rx
[dpdk.git] / drivers / net / mlx5 / meson.build
index 0cf545675dc443d9eb52d9768d640c0e073ba6f9..02494cff4f6aad2282de250714446120816ae941 100644 (file)
@@ -59,7 +59,9 @@ if build
                'mlx5_vlan.c',
                'mlx5_devx_cmds.c',
        )
                'mlx5_vlan.c',
                'mlx5_devx_cmds.c',
        )
-       if dpdk_conf.has('RTE_ARCH_X86_64') or dpdk_conf.has('RTE_ARCH_ARM64')
+       if (dpdk_conf.has('RTE_ARCH_X86_64')
+               or dpdk_conf.has('RTE_ARCH_ARM64')
+               or dpdk_conf.has('RTE_ARCH_PPC_64'))
                sources += files('mlx5_rxtx_vec.c')
        endif
        if not pmd_dlopen
                sources += files('mlx5_rxtx_vec.c')
        endif
        if not pmd_dlopen