Re: [PATCH net-next v04 3/3] selftests: net/psock_fanout: unbound socket fanout

2024-10-14 Thread Willem de Bruijn
Gur Stavi wrote: > Add a test that validates that an unbound packet socket cannot create/join > a fanout group. > > Signed-off-by: Gur Stavi Reviewed-by: Willem de Bruijn

[PATCH net-next v04 3/3] selftests: net/psock_fanout: unbound socket fanout

2024-10-13 Thread Gur Stavi
Add a test that validates that an unbound packet socket cannot create/join a fanout group. Signed-off-by: Gur Stavi --- tools/testing/selftests/net/psock_fanout.c | 36 ++ 1 file changed, 36 insertions(+) diff --git a/tools/testing/selftests/net/psock_fanout.c b/tools/testi