Skip to content
Snippets Groups Projects
Commit 196e2ec0 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'remove-obsolete-batch-meson-option' into 'master'

[meson] remove obsolete io_batch_anywhere_completions option

See merge request i4/manycore/emper!121
parents bc6e4139 0627a4b9
No related branches found
No related tags found
No related merge requests found
......@@ -97,11 +97,4 @@ static const bool IO_URING_SHARED_WQ =
false
#endif
;
static const bool IO_BATCH_ANYWHERE_COMPLETIONS =
#ifdef EMPER_IO_BATCH_ANYWHERE_COMPLETIONS
true
#else
false
#endif
;
} // namespace emper
......@@ -73,7 +73,6 @@ endif
io_bool_options = [
'uring_sqpoll',
'uring_shared_wq',
'batch_anywhere_completions',
]
io_raw_options = [
......
......@@ -115,9 +115,3 @@ option(
value: false,
description: 'Share a common async backend between all io_urings'
)
option(
'io_batch_anywhere_completions',
type: 'boolean',
value: false,
description: 'Collect and schedule all completions reaped by the global completer at once'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment