netty5/transport-native-io_uring
Josef Grieb bf6a14effb Removed poll before the read event
Motivation:

no need to poll in front of the read operation since IORING_FEAT_FAST_POLL polls anyway

Modification:

removed poll before the read event

Result:

netty echo prototype works on a custom kernel https://github.com/1Jo1/linux/tree/io_uring_off7(merge linux-block/io_uring-5.9 branch into 5.8.0) and Linux 5.9-rc1 should work as well(not tested yet)
2020-08-18 06:45:42 +02:00
..
src Removed poll before the read event 2020-08-18 06:45:42 +02:00
pom.xml Added io_uring JNI 2020-06-28 15:25:19 +02:00