diff options
| author | Magnus Karlsson <magnus.karlsson@intel.com> | 2020-12-10 19:34:07 +0300 |
|---|---|---|
| committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-12-11 01:13:43 +0300 |
| commit | 092fde0f863b72b67c4d6dc03844f5658fc00a35 (patch) | |
| tree | 5a20111f66b94fd0aa33b22bbc7d59104cdb77c3 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 41003dd0241c2ceb2461a88a18ff461795f2af57 (diff) | |
| download | linux-092fde0f863b72b67c4d6dc03844f5658fc00a35.tar.xz | |
samples/bpf: Fix possible hang in xdpsock with multiple threads
Fix a possible hang in xdpsock that can occur when using multiple
threads. In this case, one or more of the threads might get stuck in
the while-loop in tx_only after the user has signaled the main thread
to stop execution. In this case, no more Tx packets will be sent, so a
thread might get stuck in the aforementioned while-loop. Fix this by
introducing a test inside the while-loop to check if the benchmark has
been terminated. If so, return from the function.
Fixes: cd9e72b6f210 ("samples/bpf: xdpsock: Add option to specify batch size")
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20201210163407.22066-1-magnus.karlsson@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
