dpdk: Telemetry thread is off by default. 94/29794/7
authorDmitry Vakrhushev <dmitry@netgate.com>
Fri, 6 Nov 2020 10:20:13 +0000 (05:20 -0500)
committerMatthew Smith <mgsmith@netgate.com>
Thu, 19 Nov 2020 20:54:53 +0000 (20:54 +0000)
commit83f37fc3bde149cc8cde7413691da1442dbf8f09
tree6a540b84b6772320d5f841ae045d8740f250f1c3
parent97d6860b229e15c5d34931f6ca440adb32e600dc
dpdk: Telemetry thread is off by default.

Currently thread with telemetry is enabled by default, to prevent
to use resources, thread should be off. The thread can be switch on
back using additional option in the dpdk's stanza.

dpdk {
telemetry
}

Type: feature

Change-Id: I1c25e8ee99f31dd01dc372f54e77e81a5bb67126
Signed-off-by: Dmitry Vakrhushev <dmitry@netgate.com>
src/plugins/dpdk/device/dpdk.h
src/plugins/dpdk/device/init.c