mbox series

[bpf-next,v4,0/2] Use start_server and connect_fd_to_fd

Message ID cover.1711447102.git.tanggeliang@kylinos.cn (mailing list archive)
Headers show
Series Use start_server and connect_fd_to_fd | expand

Message

Geliang Tang March 26, 2024, 10:03 a.m. UTC
From: Geliang Tang <tanggeliang@kylinos.cn>

v4:
 - Matt reminded me that I shouldn't send a square-to patch to BPF (thanks),
   so I update them into two patches in v4.

v3:
 - split v2 as two patches as Daniel suggested.
 - The patch "selftests/bpf: Use start_server in bpf_tcp_ca" is merged
   by Daniel (thanks), but I forgot to drop 'settimeo(lfd, 0)' in it, so
   I send a squash-to patch to fix this.

Geliang Tang (2):
  selftests/bpf: Use connect_fd_to_fd in bpf_tcp_ca
  selftests/bpf: Drop settimeo in do_test

 tools/testing/selftests/bpf/prog_tests/bpf_tcp_ca.c | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 28, 2024, 4:50 a.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau <martin.lau@kernel.org>:

On Tue, 26 Mar 2024 18:03:37 +0800 you wrote:
> From: Geliang Tang <tanggeliang@kylinos.cn>
> 
> v4:
>  - Matt reminded me that I shouldn't send a square-to patch to BPF (thanks),
>    so I update them into two patches in v4.
> 
> v3:
>  - split v2 as two patches as Daniel suggested.
>  - The patch "selftests/bpf: Use start_server in bpf_tcp_ca" is merged
>    by Daniel (thanks), but I forgot to drop 'settimeo(lfd, 0)' in it, so
>    I send a squash-to patch to fix this.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v4,1/2] selftests/bpf: Use connect_fd_to_fd in bpf_tcp_ca
    https://git.kernel.org/bpf/bpf-next/c/ed1697153d40
  - [bpf-next,v4,2/2] selftests/bpf: Drop settimeo in do_test
    https://git.kernel.org/bpf/bpf-next/c/9a3aa22de842

You are awesome, thank you!