Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/tcp: flush potential wait obj interupts from uring on close
When using a FI_WAIT_FD wait object with uring polled connections it's possible for interrupts to be sent from the kernel after the urings are unregistered. To circumvent potential "dangling" interrupts later in the applcation flow, do one final epoll after destroying urings this issue was caught by the eq_wait_fd_sread flow of fi_eq_test
- Loading branch information