Re: [dpdk-dev] [PATCH v8 11/13] doc: add telemetry documentation

2018-10-25 Thread Thomas Monjalon
24/10/2018 18:03, Kevin Laatz: > --- a/MAINTAINERS > +++ b/MAINTAINERS > +Telemetry - EXPERIMENTAL > +M: Kevin Laatz > +F: lib/librte_telemetry/ > +F: usertools/dpdk-telemetry-client.py > +F: doc/guides/howto/telemetry.rst It would be a bit better to introduce it in previous patches when files ar

[dpdk-dev] [PATCH v8 11/13] doc: add telemetry documentation

2018-10-24 Thread Kevin Laatz
From: Ciara Power This patch adds all documentation for telemetry. A description on how to use the Telemetry API with a DPDK application is given in this document. It also adds the MAINTAINERS file entry and a release notes update for telemetry. Signed-off-by: Ciara Power Signed-off-by: Brian