common/cnxk: add null authentication with IPsec
[dpdk.git] / drivers / dma / idxd / meson.build
index dcc0a29..f1396be 100644 (file)
@@ -5,6 +5,7 @@ build = dpdk_conf.has('RTE_ARCH_X86')
 reason = 'only supported on x86'
 
 deps += ['bus_pci']
+cflags += '-mavx2' # all platforms with idxd HW support AVX
 sources = files(
         'idxd_common.c',
         'idxd_pci.c',