app/testpmd: add 5-tuple swap forwarding engine
[dpdk.git] / app / test-pmd / meson.build
index 4872882..ea56e54 100644 (file)
@@ -4,7 +4,8 @@
 # override default name to drop the hyphen
 name = 'testpmd'
 cflags += '-Wno-deprecated-declarations'
-sources = files('cmdline.c',
+sources = files('5tswap.c',
+       'cmdline.c',
        'cmdline_flow.c',
        'cmdline_mtr.c',
        'cmdline_tm.c',
@@ -36,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('softnicfwd.c')
-       deps += 'pmd_softnic'
-endif
 if dpdk_conf.has('RTE_LIBRTE_DPAA_PMD')
        deps += ['bus_dpaa', 'mempool_dpaa', 'pmd_dpaa']
 endif