Attention is currently required from: daniel, jolly, pespin.
View Change
1 comment:
Patchset:
Patch Set #1:
passing -1 makes it work indeed. […]
IMHO, in most of our use cases, re-ordering of messages transmitted roughly at the same time (Abis-over-IPA, ...) would unlikely create problems.
And I don't think io_uring makes any guarantees about write ordering if there are multiple in the queue at the same time. You either have the option of only submitting one and waiting for completion until you submit the next, or you should link them to enforce ordering.
To view, visit change 39363. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-MessageType: comment
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Iefcbc7d09f429f4ecc611227cb5ef796f50c0539
Gerrit-Change-Number: 39363
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: jolly <andreas@eversberg.eu>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Attention: jolly <andreas@eversberg.eu>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-Attention: daniel <dwillmann@sysmocom.de>
Gerrit-Comment-Date: Fri, 17 Jan 2025 21:07:01 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge@osmocom.org>
Comment-In-Reply-To: pespin <pespin@sysmocom.de>