Actions
Feature #5754
openio_uring support in libosmo-mgcp-client
Status:
New
Priority:
Normal
Assignee:
-
Category:
libosmo-mgcp_client
Target version:
-
Start date:
11/09/2022
Due date:
% Done:
0%
Spec Reference:
Description
Once libosmocore provides the new API for the upcoming io_uring backend (#5751) we will need to port libosmo-mgcp-client over to this new API.
Currently we're using the following code-paths for I/O
libosmo-mgcp-client function | I/O function | provided by |
---|---|---|
mgcp_do_write | write | - |
mgcp_do_read | read | - |
We need to analyze each of those and migrate, if possible.
Related issues
Updated by laforge about 1 year ago
- Related to Feature #5751: io_uring support in libosmocore added
Actions