Loading
sock/posix: return error immediately if epoll_ctl fails
We do not want to do any further work on adding the sock to the group if the epoll_ctl (or kevent) fails. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I44b6dc86ce5676aa1b8d6c50b86f22758e4e37fa Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7594 Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot