projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d11a0c
)
collectd: disable dpdk_telemetry module
author
Hannu Nyman
<hannu.nyman@iki.fi>
Mon, 23 Mar 2020 05:58:25 +0000
(07:58 +0200)
committer
Hannu 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
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index 7378d608c8d9b93dd6970610c389ce7e32d4628a..3f4eb83698c6ef43bb7c02046a6a51fc76e3afa5 100644
(file)
--- a/
utils/collectd/Makefile
+++ b/
utils/collectd/Makefile
@@
-43,6
+43,7
@@
COLLECTD_PLUGINS_DISABLED:= \
dcpmm \
dpdkevents \
dpdkstat \
+ dpdk_telemetry \
drbd \
fhcount \
genericjmx \