DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/2] app/testpmd: remove unneeded dependency on meter
@ 2021-11-05 13:30 David Marchand
  2021-11-05 13:30 ` [dpdk-dev] [PATCH 2/2] app/testpmd: remove double dependency on bitrate David Marchand
  2021-11-05 13:40 ` [dpdk-dev] [PATCH 1/2] app/testpmd: remove unneeded dependency on meter Bruce Richardson
  0 siblings, 2 replies; 5+ messages in thread
From: David Marchand @ 2021-11-05 13:30 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, ferruh.yigit, thomas, Xiaoyun Li

testpmd depends on ethdev, which itself depends on meter.
No need for an explicit dependency, since no testpmd code directly calls
in the meter library.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 app/test-pmd/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/meson.build b/app/test-pmd/meson.build
index b5a0f7b620..21d50e92d0 100644
--- a/app/test-pmd/meson.build
+++ b/app/test-pmd/meson.build
@@ -28,7 +28,7 @@ sources = files(
         'util.c',
 )
 
-deps += ['ethdev', 'gro', 'gso', 'cmdline', 'metrics', 'meter', 'bus_pci']
+deps += ['ethdev', 'gro', 'gso', 'cmdline', 'metrics', 'bus_pci']
 if dpdk_conf.has('RTE_LIB_BITRATESTATS')
     deps += 'bitratestats'
 endif
-- 
2.23.0


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

end of thread, other threads:[~2021-11-05 23:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05 13:30 [dpdk-dev] [PATCH 1/2] app/testpmd: remove unneeded dependency on meter David Marchand
2021-11-05 13:30 ` [dpdk-dev] [PATCH 2/2] app/testpmd: remove double dependency on bitrate David Marchand
2021-11-05 23:55   ` Ferruh Yigit
2021-11-05 13:40 ` [dpdk-dev] [PATCH 1/2] app/testpmd: remove unneeded dependency on meter Bruce Richardson
2021-11-05 23:54   ` Ferruh Yigit

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).