diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-03-23 07:58:25 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-03-23 07:58:25 +0200 |
commit | b936fc4e0da71df1b8ea17ed6ed3f4eedb664106 (patch) | |
tree | f2c7348bbef829d1c7d52f3637e6dd1de465b2a8 /utils | |
parent | 1d11a0c892d953d7053b4548d957e3ec6a153b99 (diff) |
collectd: disable dpdk_telemetry module
Explicitly disable the new dpdk_telemetry module to fix
compilation in buildbot.
(other dpdk modules are aleady disabled)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/collectd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 7378d608c..3f4eb8369 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -43,6 +43,7 @@ COLLECTD_PLUGINS_DISABLED:= \ dcpmm \ dpdkevents \ dpdkstat \ + dpdk_telemetry \ drbd \ fhcount \ genericjmx \ |