You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I know that
IORING_SETUP_COOP_TASKRUN
actually schedules any system calls as they occur.IORING_SETUP_ATTACH_WQ
is for someio_uring
to share the asynchronous thread backend.i
o_uring_register_iowq_aff
is to register the affinity of the asynchronous threads.So am I right in guessing that
IORING_SETUP_ATTACH_WQ
andio_uring_register_iowq_aff
have no effect onIORING_SETUP_COOP_TASKRUN
?Beta Was this translation helpful? Give feedback.
All reactions