Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    r19cb0cb r8bee858  
    228228
    229229                #if !defined(CFA_WITH_IO_URING_IDLE)
    230                 {
    231230                        // Step 4 : eventfd
    232231                        __cfadbg_print_safe(io_core, "Kernel I/O : registering %d for completion with ring %d\n", procfd, fd);
     
    238237
    239238                        __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
    246241                // #if defined(CFA_HAVE_IORING_REGISTER_IOWQ_MAX_WORKERS)
    247                 // {
    248242                //      // Step 5 : max worker count
    249243                //      __cfadbg_print_safe(io_core, "Kernel I/O : lmiting max workers for ring %d\n", fd);
     
    258252
    259253                //      __cfadbg_print_safe(io_core, "Kernel I/O : lmited max workers for ring %d\n", fd);
    260                 // }
    261254                // #endif
    262255
Note: See TracChangeset for help on using the changeset viewer.