> Many variables are 'uint32_t', like, 'pause_duration', 'scale_freq_min'
> and so on. They use parse_int() to parse it from command line.
> But overflow problem occurs when this function return.
>
> Fixes: 59f2853c4cae ("examples/l3fwd_power: add configuration options")
> Cc: [email protected]
>
> Signed-off-by: Huisong Li <[email protected]>
> ---Acked-by: Konstantin Ananyev <[email protected]> > 2.22.0

