]> git.baikalelectronics.ru Git - kernel.git/commit
bpf, sockmap: fix cork timeout for select due to epipe
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 8 Aug 2018 17:23:15 +0000 (19:23 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 8 Aug 2018 19:06:17 +0000 (12:06 -0700)
commit991b433cdcf3356a31b53d9724ff2a55d74cc3b2
treef9f065f65726c9f51b21051ea0c003fbaac5706d
parent0bf98b7400a869e9e4b6d51bcf637fab7feaa14a
bpf, sockmap: fix cork timeout for select due to epipe

I ran into the same issue as 209f09fcd37b ("selftests/bpf:
test_sockmap, timing improvements") where I had a broken
pipe error on the socket due to remote end timing out on
select and then shutting down it's sockets while the other
side was still sending. We may need to do a bigger rework
in general on the test_sockmap.c, but for now increase it
to a more suitable timeout.

Fixes: 45f5f806a0fd ("bpf: reduce runtime of test_sockmap tests")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/test_sockmap.c