The tests do not depend on ixgbe or i40e drivers, just remove this explicit link that likely comes from a copy/paste from testpmd.
Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test") Cc: sta...@dpdk.org Signed-off-by: David Marchand <david.march...@redhat.com> --- app/test/meson.build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/test/meson.build b/app/test/meson.build index 4e0b266..1f70295 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -309,12 +309,6 @@ endif if dpdk_conf.has('RTE_LIBRTE_PDUMP') test_deps += 'pdump' endif -if dpdk_conf.has('RTE_LIBRTE_I40E_PMD') - test_deps += 'pmd_i40e' -endif -if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD') - test_deps += 'pmd_ixgbe' -endif if dpdk_conf.has('RTE_LIBRTE_BOND_PMD') test_deps += 'pmd_bond' endif -- 1.8.3.1