Re: [PATCH net-next v3 06/10] net: pktgen: fix ctrl interface command parsing
From: Simon Horman
Date: Tue Feb 04 2025 - 09:45:24 EST
On Mon, Feb 03, 2025 at 06:01:57PM +0100, Peter Seiderer wrote:
> Enable command writing without trailing '\n':
>
> - the good case
>
> $ echo "reset" > /proc/net/pktgen/pgctrl
>
> - the bad case (before the patch)
>
> $ echo -n "reset" > /proc/net/pktgen/pgctrl
> -bash: echo: write error: Invalid argument
>
> - with patch applied
>
> $ echo -n "reset" > /proc/net/pktgen/pgctrl
>
> Signed-off-by: Peter Seiderer <ps.report@xxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>