Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
native-1.0.1
-
None
-
None
Description
ASYNCIO is making use of a kernel bypass to save syscalls while reading AIO events: it makes uses of specific bits re x86 architecture and if we want to support other archs (eg PowerPC) we need compatible way to provide it: I suggest to enable C11 support, but we need to evaluate effects on the docker images used for the build.
See https://developers.redhat.com/blog/2018/03/21/compiler-and-linker-flags-gcc/ for the side effect of this change.