collectd: disable dpdk_telemetry module
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 23 Mar 2020 05:58:25 +0000 (07:58 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 23 Mar 2020 05:58:25 +0000 (07:58 +0200)
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>
utils/collectd/Makefile

index 7378d608c8d9b93dd6970610c389ce7e32d4628a..3f4eb83698c6ef43bb7c02046a6a51fc76e3afa5 100644 (file)
@@ -43,6 +43,7 @@ COLLECTD_PLUGINS_DISABLED:= \
        dcpmm \
        dpdkevents \
        dpdkstat \
+       dpdk_telemetry \
        drbd \
        fhcount \
        genericjmx \