Re: [PATCH v4 net-next 3/3] bpf: selftests: use C99 initializers in test_sock.c

From: Eric Dumazet
Date: Thu Jan 06 2022 - 04:41:05 EST


On Wed, Jan 5, 2022 at 5:58 PM <menglong8.dong@xxxxxxxxx> wrote:
>
> From: Menglong Dong <imagedong@xxxxxxxxxxx>
>
> Use C99 initializers for the initialization of 'tests' in test_sock.c.
>
> Signed-off-by: Menglong Dong <imagedong@xxxxxxxxxxx>

I would have done this patch before 2/3 really.

This would make "bpf: selftests: add bind retry for post_bind{4, 6}"
much smaller.