Vitaliy Filippov
|
b5c020ce0b
|
Use io_uring SQ size for ringloop capacity - otherwise get_sqe could return NULL when space_left() was > 0 under load
Raise default io_uring size to 1024 for the same effective capacity as previously
|
2023-11-20 03:04:06 +03:00 |
|
Vitaliy Filippov
|
1c316ef350
|
Reset eventfd on every ringloop::loop()
|
2023-07-21 00:04:41 +03:00 |
|
Vitaliy Filippov
|
30ac899074
|
Make QEMU driver compatible with older vitastor_client and with systems without io_uring
|
2023-07-04 15:51:43 +03:00 |
|
Vitaliy Filippov
|
07b2196bc2
|
Integrate QEMU driver with io_uring
|
2023-07-04 00:28:23 +03:00 |
|
Vitaliy Filippov
|
1a1ba0d1e7
|
Add set_immediate to ringloop and use it for bs/osd ops to prevent reenterability issues
|
2023-02-09 17:37:26 +03:00 |
|
Vitaliy Filippov
|
3d09c9cec7
|
Remove unused wait_sqe() from ringloop
|
2023-02-09 17:37:26 +03:00 |
|
Vitaliy Filippov
|
f712967079
|
And one more sqe starvation fix
|
2022-02-01 02:50:16 +03:00 |
|
Vitaliy Filippov
|
d9857a5340
|
Check for SQEs, not for completions
Should finally fix Assertion `sqe != NULL' failed introduced after journaling
refactor in 0.6.11...
|
2022-01-31 02:19:10 +03:00 |
|
Vitaliy Filippov
|
bf9a175efc
|
Move C/C++ sources to src subdirectory
|
2021-02-25 23:59:03 +03:00 |
|