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

2020-10-06 Thread Thomas Monjalon
27/08/2020 11:14, Bruce Richardson: > On Thu, Aug 27, 2020 at 09:39:22AM +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,

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

2020-08-27 Thread Bruce Richardson
On Thu, Aug 27, 2020 at 09:39:22AM +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 v2] lib/telemetry: fix passing full params string to command

2020-08-27 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