- File:
-
- 1 edited
-
libcfa/src/concurrency/io/setup.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
r19cb0cb r8bee858 228 228 229 229 #if !defined(CFA_WITH_IO_URING_IDLE) 230 {231 230 // Step 4 : eventfd 232 231 __cfadbg_print_safe(io_core, "Kernel I/O : registering %d for completion with ring %d\n", procfd, fd); … … 238 237 239 238 __cfadbg_print_safe(io_core, "Kernel I/O : registered %d for completion with ring %d\n", procfd, fd); 240 } 241 #endif 242 243 // TODO: implement a proper version of this. 244 // I have not found a better maximum that works in general but users should be able to configure it 245 // the same way they configure other I/O options 239 #endif 240 246 241 // #if defined(CFA_HAVE_IORING_REGISTER_IOWQ_MAX_WORKERS) 247 // {248 242 // // Step 5 : max worker count 249 243 // __cfadbg_print_safe(io_core, "Kernel I/O : lmiting max workers for ring %d\n", fd); … … 258 252 259 253 // __cfadbg_print_safe(io_core, "Kernel I/O : lmited max workers for ring %d\n", fd); 260 // }261 254 // #endif 262 255
Note:
See TracChangeset
for help on using the changeset viewer.