net/txgbe: add Rx and Tx start and stop
[dpdk.git] / examples / ioat / meson.build
index ed83289..6afbaa6 100644 (file)
@@ -6,9 +6,10 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-build = dpdk_conf.has('RTE_LIBRTE_PMD_IOAT_RAWDEV')
+allow_experimental_apis = true
+build = dpdk_conf.has('RTE_RAW_IOAT')
 
-deps += ['rawdev_ioat']
+deps += ['raw_ioat']
 
 sources = files(
        'ioatfwd.c'