* [PATCH] selftests/bpf: Drop tcp-{client,server}.py from Makefile
@ 2020-12-10 12:01 Veronika Kabatova
2020-12-10 15:50 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Veronika Kabatova @ 2020-12-10 12:01 UTC (permalink / raw)
To: bpf; +Cc: jolsa, brouer, alexanderduyck, Veronika Kabatova
The files don't exist anymore so this breaks generic kselftest builds
when using "make install" or "make gen_tar".
Fixes: 247f0ec361b7 ("selftests/bpf: Drop python client/server in favor of threads")
Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>
---
tools/testing/selftests/bpf/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index 542768f5195b..bc06ea263034 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -73,8 +73,6 @@ TEST_PROGS := test_kmod.sh \
TEST_PROGS_EXTENDED := with_addr.sh \
with_tunnels.sh \
- tcp_client.py \
- tcp_server.py \
test_xdp_vlan.sh
# Compile but not part of 'make run_tests'
--
2.26.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests/bpf: Drop tcp-{client,server}.py from Makefile
2020-12-10 12:01 [PATCH] selftests/bpf: Drop tcp-{client,server}.py from Makefile Veronika Kabatova
@ 2020-12-10 15:50 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2020-12-10 15:50 UTC (permalink / raw)
To: Veronika Kabatova; +Cc: bpf, jolsa, brouer, alexanderduyck
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Thu, 10 Dec 2020 13:01:34 +0100 you wrote:
> The files don't exist anymore so this breaks generic kselftest builds
> when using "make install" or "make gen_tar".
>
> Fixes: 247f0ec361b7 ("selftests/bpf: Drop python client/server in favor of threads")
> Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>
> ---
> tools/testing/selftests/bpf/Makefile | 2 --
> 1 file changed, 2 deletions(-)
Here is the summary with links:
- selftests/bpf: Drop tcp-{client,server}.py from Makefile
https://git.kernel.org/bpf/bpf-next/c/a5b7b1194a57
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-10 15:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-10 12:01 [PATCH] selftests/bpf: Drop tcp-{client,server}.py from Makefile Veronika Kabatova
2020-12-10 15:50 ` patchwork-bot+netdevbpf
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.