Re: [PATCH bpf-next] selftests/bpf: reduce more flakyness in sockmap_listen
From: sunyucong@gmail.com <hidden>
Date: 2021-08-26 02:37:55
From: sunyucong@gmail.com <hidden>
Date: 2021-08-26 02:37:55
TCP was fixed differently in
commit 30b4cb36b111 ("selftests/bpf: Fix spurious failures in accept
due to EAGAIN").
Would a similar approach work here?I think so, will send a update patch to switch all read to poll_read() instead.