-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind #4727
tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind #4727
Conversation
Upstream branch: c721d8f |
6f336c4
to
64752e5
Compare
Upstream branch: c721d8f |
3bbfbf1
to
09fa3a7
Compare
64752e5
to
281625f
Compare
Upstream branch: c721d8f |
09fa3a7
to
483210c
Compare
281625f
to
ecfb2c8
Compare
Upstream branch: c721d8f |
483210c
to
f03e3c4
Compare
Upstream branch: c721d8f |
f03e3c4
to
ad7b441
Compare
ecfb2c8
to
a560614
Compare
Commit f803bcf ("selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh") added code that waits for the netcat server to start before the netcat client attempts to connect to it. However, not all calls to 'server_listen' were guarded. This patch adds the existing 'wait_for_port' guard after the remaining call to 'server_listen'. Fixes: f803bcf ("selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh") Signed-off-by: Marco Leogrande <[email protected]> Acked-by: Stanislav Fomichev <[email protected]>
Upstream branch: 932fc2f |
ad7b441
to
454684a
Compare
a560614
to
2566d40
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=913899 irrelevant now. Closing PR. |
Pull request for series with
subject: tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=913899