]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/meson.build
app/testpmd: move dumping packets to a separate function
[dpdk.git] / app / test-pmd / meson.build
index 55539baa9bb0a9d05f368a26b9e1d7db9b052ab1..cd66618e94ba880874847a50db8c732fe632978a 100644 (file)
@@ -4,6 +4,7 @@
 # override default name to drop the hyphen
 name = 'testpmd'
 allow_experimental_apis = true
+cflags += '-Wno-deprecated-declarations'
 sources = files('cmdline.c',
        'cmdline_flow.c',
        'cmdline_mtr.c',
@@ -16,10 +17,12 @@ 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']
 if dpdk_conf.has('RTE_LIBRTE_PDUMP')