telemetry: add utility functions for creating JSON
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 30 Apr 2020 16:01:24 +0000 (17:01 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 10 May 2020 21:52:41 +0000 (23:52 +0200)
commit52af6ccb2b39b91b2cb48a11510392ca480d7f99
treec531100f7da364e593e3de757d757866dcdbca23
parent07c1b6925b6592191b4959caa1bc2a847e36665a
telemetry: add utility functions for creating JSON

The functions added in this patch will make it easier for telemetry
to convert data to correct JSON responses to telemetry requests.
Tests are also  added for these json utility functions.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Keith Wiles <keith.wiles@intel.com>
MAINTAINERS
app/test/Makefile
app/test/meson.build
app/test/test_telemetry_json.c [new file with mode: 0644]
lib/librte_telemetry/telemetry_json.h [new file with mode: 0644]