Attention is currently required from: daniel, jolly, laforge, pespin.
laforge has uploaded a new patch set (#7) to the change originally created by jolly. ( https://gerrit.osmocom.org/c/libosmocore/+/35910?usp=email )
The following approvals got outdated and were removed: Code-Review+1 by pespin, Verified+1 by Jenkins Builder
Change subject: osmo_io: Use poll/select to notify socket connection at osmo_io_uring.c ......................................................................
osmo_io: Use poll/select to notify socket connection at osmo_io_uring.c
In order to receive a connect notification from SCTP socket, poll/select event must be used instead of a write notification via io_uring completion event.
Once the connect notification has been received, subsequent write notifications via io_uring are used.
Change-Id: I4eca9ea72beb0d6ea4d44cce81ed620033f07270 Related: OS#5751 --- M src/core/osmo_io_internal.h M src/core/osmo_io_uring.c 2 files changed, 83 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/10/35910/7