patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] test: remove link to ixgbe/i40e drivers in meson
@ 2019-07-31  7:55 David Marchand
  2019-08-02 20:43 ` [dpdk-stable] [dpdk-dev] " Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2019-07-31  7:55 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, stable

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: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-stable] [dpdk-dev] [PATCH] test: remove link to ixgbe/i40e drivers in meson
  2019-07-31  7:55 [dpdk-stable] [PATCH] test: remove link to ixgbe/i40e drivers in meson David Marchand
@ 2019-08-02 20:43 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2019-08-02 20:43 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, bruce.richardson, stable

31/07/2019 09:55, David Marchand:
> 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: stable@dpdk.org
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Applied, thanks



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-02 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31  7:55 [dpdk-stable] [PATCH] test: remove link to ixgbe/i40e drivers in meson David Marchand
2019-08-02 20:43 ` [dpdk-stable] [dpdk-dev] " Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).