mbox series

[bpf-next,v2,0/2] cleanups for sockmap_listen

Message ID cover.1696490003.git.geliang.tang@suse.com (mailing list archive)
Headers show
Series cleanups for sockmap_listen | expand

Message

Geliang Tang Oct. 5, 2023, 7:21 a.m. UTC
v2:
 - rename c0/c1 to cli0/cli1, p0/p1 to peer0/perr1 as Daniel suggested.

Two cleanups for sockmap_listen selftests: enable a kconfig and add a
new helper.

Geliang Tang (2):
  selftests/bpf: Enable CONFIG_VSOCKETS in config
  selftests/bpf: Add pairs_redir_to_connected helper

 tools/testing/selftests/bpf/config            |   1 +
 .../selftests/bpf/prog_tests/sockmap_listen.c | 159 ++++--------------
 2 files changed, 36 insertions(+), 124 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 6, 2023, 5:10 a.m. UTC | #1
Hello:

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

On Thu,  5 Oct 2023 15:21:50 +0800 you wrote:
> v2:
>  - rename c0/c1 to cli0/cli1, p0/p1 to peer0/perr1 as Daniel suggested.
> 
> Two cleanups for sockmap_listen selftests: enable a kconfig and add a
> new helper.
> 
> Geliang Tang (2):
>   selftests/bpf: Enable CONFIG_VSOCKETS in config
>   selftests/bpf: Add pairs_redir_to_connected helper
> 
> [...]

Here is the summary with links:
  - [bpf-next,v2,1/2] selftests/bpf: Enable CONFIG_VSOCKETS in config
    https://git.kernel.org/bpf/bpf-next/c/d549854bc58f
  - [bpf-next,v2,2/2] selftests/bpf: Add pairs_redir_to_connected helper
    (no matching commit)

You are awesome, thank you!