Re: [PATCH net-next v7 1/8] net: pktgen: fix mix of int/long

From: Simon Horman
Date: Thu Feb 27 2025 - 05:21:19 EST


On Mon, Feb 24, 2025 at 10:38:56AM +0100, Peter Seiderer wrote:
> Hello *,
>
> On Mon, 24 Feb 2025 10:22:35 +0100, Peter Seiderer <ps.report@xxxxxxx> wrote:
>
> > Fix mix of int/long (and multiple conversion from/to) by using consequently
> > size_t for i and max and ssize_t for len and adjust function signatures
> > of hex32_arg(), count_trail_chars(), num_arg() and strn_len() accordingly.
> >
> > Signed-off-by: Peter Seiderer <ps.report@xxxxxxx>
>
> Actual missing the rev-by Simon Horman given for the v5 version of the
> patch set (see [1]) and indicated in the change description v5->v6...

No problem, let's use this:

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>