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

Thomas Monjalon thomas at monjalon.net
Tue Oct 6 22:32:13 CEST 2020


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.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>

Applied, thanks





More information about the dev mailing list