test mbuf attach
[dpdk.git] / app / test-pmd / meson.build
index 4c9fbbf..ea56e54 100644 (file)
@@ -3,8 +3,9 @@
 
 # override default name to drop the hyphen
 name = 'testpmd'
-allow_experimental_apis = true
-sources = files('cmdline.c',
+cflags += '-Wno-deprecated-declarations'
+sources = files('5tswap.c',
+       'cmdline.c',
        'cmdline_flow.c',
        'cmdline_mtr.c',
        'cmdline_tm.c',
@@ -16,12 +17,14 @@ sources = files('cmdline.c',
        'iofwd.c',
        'macfwd.c',
        'macswap.c',
+       'noisy_vnf.c',
        'parameters.c',
        'rxonly.c',
        'testpmd.c',
-       'txonly.c')
+       'txonly.c',
+       'util.c')
 
-deps = ['ethdev', 'gro', 'gso', 'cmdline', 'metrics', 'meter', 'bus_pci']
+deps += ['ethdev', 'gro', 'gso', 'cmdline', 'metrics', 'meter', 'bus_pci']
 if dpdk_conf.has('RTE_LIBRTE_PDUMP')
        deps += 'pdump'
 endif
@@ -34,10 +37,6 @@ endif
 if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD')
        deps += 'pmd_ixgbe'
 endif
-if dpdk_conf.has('RTE_LIBRTE_SOFTNIC_PMD')
-       sources += files('tm.c')
-       deps += 'pmd_softnic'
-endif
 if dpdk_conf.has('RTE_LIBRTE_DPAA_PMD')
        deps += ['bus_dpaa', 'mempool_dpaa', 'pmd_dpaa']
 endif