Re: [dpdk-dev] [PATCH] doc/guides: fix telemetry register command example

2020-05-24 Thread Thomas Monjalon
22/05/2020 18:44, Laatz, Kevin: > On 22/05/2020 17:27, Ciara Power wrote: > > The example shown for registering telemetry commands was previously > > missing the help text parameter. > > > > Fixes: 24cd1b529f35 ("doc: update telemetry guides") > > > > Signed-off-by: Ciara Power > > Reviewed-by: K

Re: [dpdk-dev] [PATCH] doc/guides: fix telemetry register command example

2020-05-22 Thread Laatz, Kevin
On 22/05/2020 17:27, Ciara Power wrote: The example shown for registering telemetry commands was previously missing the help text parameter. Fixes: 24cd1b529f35 ("doc: update telemetry guides") Signed-off-by: Ciara Power --- doc/guides/prog_guide/telemetry_lib.rst | 14 +- 1 fil

[dpdk-dev] [PATCH] doc/guides: fix telemetry register command example

2020-05-22 Thread Ciara Power
The example shown for registering telemetry commands was previously missing the help text parameter. Fixes: 24cd1b529f35 ("doc: update telemetry guides") Signed-off-by: Ciara Power --- doc/guides/prog_guide/telemetry_lib.rst | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-)