> -----Original Message-----
> From: Hajkowski, MarcinX
> Sent: Wednesday, April 3, 2019 6:16 PM
> To: Hunt, David <[email protected]>
> Cc: [email protected]; Hajkowski, MarcinX <[email protected]>
> Subject: [PATCH 4/4] power: add cmd to query CPU freq.
>
> From: Marcin Hajkowski <[email protected]>
>
> Add command and related logic to query CPU frequencies either for specified
> CPU or all cores.
>
> Signed-off-by: Marcin Hajkowski <[email protected]>
> ---
> .../guest_cli/vm_power_cli_guest.c | 150 ++++++++++++++++--
> 1 file changed, 138 insertions(+), 12 deletions(-)
>
> diff --git a/examples/vm_power_manager/guest_cli/vm_power_cli_guest.c
<...>
> +
> + pkt.command = CPU_POWER_QUERY_FREQ_LIST;
> + strcpy(pkt.vm_name, policy.vm_name);
Can you use the internal rte_strlcpy() functions for security.
Add my tag after small change above has been applied to all instances of
strcpy() in patchset.
For all in series:
Acked-by: Lee Daly <[email protected]>