Re: [dpdk-dev] [PATCH] lib/telemetry: fix passing full params string to command

2020-08-25 Thread Bruce Richardson
On Tue, Aug 25, 2020 at 01:01:33PM +0100, Ciara Power wrote: > Telemetry only passed the first param to the command handler if multiple > were entered by the user, separated by commas. Telemetry is required to > pass the full params string to the command, by splitting by a comma > delimiter only on

[dpdk-dev] [PATCH] lib/telemetry: fix passing full params string to command

2020-08-25 Thread Ciara Power
Telemetry only passed the first param to the command handler if multiple were entered by the user, separated by commas. Telemetry is required to pass the full params string to the command, by splitting by a comma delimiter only once to remove the command part of the string. This will enable future