app/testpmd: move dumping packets to a separate function
[dpdk.git] / app / test-pmd / meson.build
index 9ef6ed9..cd66618 100644 (file)
@@ -21,7 +21,8 @@ sources = files('cmdline.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')