X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=app%2Ftest-pmd%2Fmeson.build;h=ea56e547bb233641502671ba872a026715e977b0;hb=e04449488fdb1ed4d94a2bd1e7f24dfeed84d862;hp=6006c60f99d5154907e5eb85218c3fd47641fe2b;hpb=57ae0ec6262076788b8b9acd4ed1527c3655f9a9;p=dpdk.git diff --git a/app/test-pmd/meson.build b/app/test-pmd/meson.build index 6006c60f99..ea56e547bb 100644 --- a/app/test-pmd/meson.build +++ b/app/test-pmd/meson.build @@ -3,9 +3,9 @@ # override default name to drop the hyphen name = 'testpmd' -allow_experimental_apis = true cflags += '-Wno-deprecated-declarations' -sources = files('cmdline.c', +sources = files('5tswap.c', + 'cmdline.c', 'cmdline_flow.c', 'cmdline_mtr.c', 'cmdline_tm.c', @@ -37,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