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

Bruce Richardson bruce.richardson at intel.com
Thu Aug 27 11:14:31 CEST 2020


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.richardson at intel.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Ciara Power <ciara.power at intel.com>
> 
Missed threading with V1, but otherwise LGTM.

Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the stable mailing list