Re: [PATCH bpf-next 3/5] selftests/bpf: sockmap_redir: Rename functions

From: Jakub Sitnicki

Date: Fri Sep 19 2025 - 05:54:16 EST


On Fri, Sep 05, 2025 at 01:11 PM +02, Michal Luczaj wrote:
> Preparatory patch before adding SK_PASS/SK_DROP support:
>
> test_redir() => test_sockets()
> test_socket() => test_redir()
> test_send_redir_recv() => test_send_recv()
>
> After the change (and the following patch) the call stack will be:
>
> serial_test_sockmap_redir
> test_map
> test_sockets
> test_redir
> test_send_recv
> (test_verdict)
> (test_send_recv)
>
> Signed-off-by: Michal Luczaj <mhal@xxxxxxx>
> ---

Reviewed-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>