Skip to content

Changes

Started by upstream project gerrit-libosmocore #2351
Started 15 hr ago
Queued 8.5 sec
Took 1 min 41 sec on build4-deb12build-ansible

Summary

  1. osmo_io_uring: Split global init from per-thread init (details)
Commit 10bf165c16ece88233e881235f8b21135b09ed05 by Pau Espin Pedrol
osmo_io_uring: Split global init from per-thread init

osmo_iofd_init() is expected to be called per-thread, while some code in
osmo_iofd_uring_init() was only expected to be called once.

Change-Id: Ifa5c46d7532ea49869f3cfe7268fdd082906fd10
The file was modifiedsrc/core/osmo_io.c
The file was modifiedsrc/core/osmo_io_internal.h
The file was modifiedsrc/core/osmo_io_uring.c