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, by splitting by a comma > > delimiter only once to remove the command part of the string. This will > > enable future commands to take multiple param values. > > > > Fixes: b1ad0e124536 ("rawdev: add telemetry callbacks") > > Fixes: c190daedb9b1 ("ethdev: add telemetry callbacks") > > Fixes: 6dd571fd07c3 ("telemetry: introduce new functionality") > > Cc: bruce.richard...@intel.com > > Cc: sta...@dpdk.org > > > > Signed-off-by: Ciara Power <ciara.po...@intel.com> > > > Missed threading with V1, but otherwise LGTM. > > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied, thanks