numam-dpdk/mk
Ciara Power ee5ff0d329 telemetry: add client feature and sockets
This patch introduces clients to the telemetry API.

When a client makes a connection through the initial telemetry
socket, they can send a message through the socket to be
parsed. Register messages are expected through this socket, to
enable clients to register and have a client socket setup for
future communications.

A TAILQ is used to store all clients information. Using this, the
client sockets are polled for messages, which will later be parsed
and dealt with accordingly.

Functionality that make use of the client sockets were introduced
in this patch also, such as writing to client sockets, and sending
error responses.

Signed-off-by: Ciara Power <ciara.power@intel.com>
Signed-off-by: Brian Archbold <brian.archbold@intel.com>
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
2018-10-27 15:18:23 +02:00
..
arch
exec-env
internal mk: use EXTRA_CFLAGS for pmdinfogen 2018-10-25 00:02:00 +02:00
machine mk: change TLS model for DPAA machine 2018-07-12 12:45:15 +02:00
target/generic mk: build with _GNU_SOURCE defined by default 2018-10-22 11:28:27 +02:00
toolchain mk: disable OcteonTx for buggy compilers only on arm64 2018-09-16 10:03:25 +02:00
rte.app.mk telemetry: add client feature and sockets 2018-10-27 15:18:23 +02:00
rte.bsdmodule.mk
rte.combinedlib.mk
rte.cpuflags.mk build: enable ARM NEON flag when __aarch64__ defined 2018-09-16 10:39:31 +02:00
rte.extapp.mk mk: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte.extlib.mk
rte.extobj.mk
rte.extshared.mk use SPDX tag for 6WIND copyrighted files 2018-05-25 10:47:06 +02:00
rte.extsubdir.mk use SPDX tag for 6WIND copyrighted files 2018-05-25 10:47:06 +02:00
rte.gnuconfigure.mk
rte.hostapp.mk
rte.hostlib.mk
rte.install.mk
rte.lib.mk
rte.module.mk
rte.obj.mk
rte.sdkbuild.mk
rte.sdkconfig.mk mk: fix make defconfig on FreeBSD 2018-04-23 22:55:36 +02:00
rte.sdkdepdirs.mk
rte.sdkdoc.mk mk: use templated doxygen config 2018-09-18 15:49:48 +02:00
rte.sdkexamples.mk use SPDX tag for 6WIND copyrighted files 2018-05-25 10:47:06 +02:00
rte.sdkgcov.mk
rte.sdkinstall.mk mk: fix permissions when using make install 2018-08-09 18:18:27 +02:00
rte.sdkroot.mk mk: remove unnecessary test rules 2018-07-31 16:38:45 +02:00
rte.sdktest.mk mk: remove unnecessary test rules 2018-07-31 16:38:45 +02:00
rte.shared.mk use SPDX tag for 6WIND copyrighted files 2018-05-25 10:47:06 +02:00
rte.subdir.mk
rte.vars.mk