]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/meson.build
net/mlx5: fix representor port xstats
[dpdk.git] / app / test-pmd / meson.build
index 4c9fbbfda7ef853132e979c5e0ce23465b6cd16c..a0b3be07f05b87e1b5ffdc472492b9907e8d8141 100644 (file)
@@ -4,6 +4,7 @@
 # override default name to drop the hyphen
 name = 'testpmd'
 allow_experimental_apis = true
 # 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',
 sources = files('cmdline.c',
        'cmdline_flow.c',
        'cmdline_mtr.c',
@@ -35,7 +36,7 @@ if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD')
        deps += 'pmd_ixgbe'
 endif
 if dpdk_conf.has('RTE_LIBRTE_SOFTNIC_PMD')
        deps += 'pmd_ixgbe'
 endif
 if dpdk_conf.has('RTE_LIBRTE_SOFTNIC_PMD')
-       sources += files('tm.c')
+       sources += files('softnicfwd.c')
        deps += 'pmd_softnic'
 endif
 if dpdk_conf.has('RTE_LIBRTE_DPAA_PMD')
        deps += 'pmd_softnic'
 endif
 if dpdk_conf.has('RTE_LIBRTE_DPAA_PMD')