Re: [PATCH net-next v2] selftests: add selftest for UDP SO_PEEK_OFF support

2024-09-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 3 Sep 2024 00:06:10 +0800 you wrote: > From: Jason Xing > > Add the SO_PEEK_OFF selftest for UDP. In this patch, I mainly do > three things: > 1. rename tcp_so_peek_off.c > 2. adjust for UDP protocol > 3.

[PATCH net-next v2] selftests: add selftest for UDP SO_PEEK_OFF support

2024-09-02 Thread Jason Xing
From: Jason Xing Add the SO_PEEK_OFF selftest for UDP. In this patch, I mainly do three things: 1. rename tcp_so_peek_off.c 2. adjust for UDP protocol 3. add selftests into it Suggested-by: Jon Maloy Reviewed-by: Willem de Bruijn Signed-off-by: Jason Xing --- v2 Link: https://lore.kernel.org