net/ice/base: handle error gracefully in HW table calloc
[dpdk.git] / drivers / raw / ioat / meson.build
index 40fff66..0878418 100644 (file)
@@ -2,9 +2,10 @@
 # Copyright 2019 Intel Corporation
 
 build = dpdk_conf.has('RTE_ARCH_X86')
+reason = 'only supported on x86'
 sources = files('ioat_rawdev.c',
                'ioat_rawdev_test.c')
-deps += ['rawdev', 'bus_pci']
+deps += ['rawdev', 'bus_pci', 'mbuf']
 
 install_headers('rte_ioat_rawdev.h',
                'rte_ioat_spec.h')