diff options
author | Andrei Gherzan <andrei.gherzan@canonical.com> | 2023-02-01 00:16:14 +0000 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-02-02 13:29:51 +0100 |
commit | dafe93b9ee21028d625dce347118b82659652eff (patch) | |
tree | 98d6ac05a8917c9e6fd61981a65707dac4a83720 /Kbuild | |
parent | db9b47ee9f5f375ab0c5daeb20321c75b4fa657d (diff) | |
download | linux-stable-dafe93b9ee21028d625dce347118b82659652eff.tar.gz linux-stable-dafe93b9ee21028d625dce347118b82659652eff.tar.bz2 linux-stable-dafe93b9ee21028d625dce347118b82659652eff.zip |
selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs
"udpgro_bench.sh" invokes udpgso_bench_rx/udpgso_bench_tx programs
subsequently and while doing so, there is a chance that the rx one is not
ready to accept socket connections. This racing bug could fail the test
with at least one of the following:
./udpgso_bench_tx: connect: Connection refused
./udpgso_bench_tx: sendmsg: Connection refused
./udpgso_bench_tx: write: Connection refused
This change addresses this by making udpgro_bench.sh wait for the rx
program to be ready before firing off the tx one - up to a 10s timeout.
Fixes: 3a687bef148d ("selftests: udp gso benchmark")
Signed-off-by: Andrei Gherzan <andrei.gherzan@canonical.com>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: Willem de Bruijn <willemb@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://lore.kernel.org/r/20230201001612.515730-3-andrei.gherzan@canonical.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions