Skip to content

Move uring initialization onto scheduler thread#10

Merged
vadimskipin merged 1 commit intomainfrom
vskipin/fix-uring-init
May 6, 2026
Merged

Move uring initialization onto scheduler thread#10
vadimskipin merged 1 commit intomainfrom
vskipin/fix-uring-init

Conversation

@vadimskipin
Copy link
Copy Markdown
Collaborator

uring initialization setups memory mappings to communicate with kernel - and this memory will be allocated on the NUMA node of running thread. So it is important to initialize ring after thread is pinned to CPU.

@vadimskipin vadimskipin merged commit 97ecb6c into main May 6, 2026
14 checks passed
@vadimskipin vadimskipin deleted the vskipin/fix-uring-init branch May 6, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant