Message ID | 20230203131731.851116-1-eesposit@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | AioContext removal: LinuxAioState and ThreadPool | expand |
On Fri, Feb 03, 2023 at 08:17:27AM -0500, Emanuele Giuseppe Esposito wrote: > Just remove some AioContext lock in LinuxAioState and ThreadPool. > Not related to anything specific, so I decided to send it as > a separate patch. > > These patches are taken from Paolo's old draft series. Despite the concerns that I mentioned, an x86 guest booted up and ran fio benchmarks fine in various configurations (aio=threads/native/io_uring, iothread on/off). Stefan
Am 03.02.2023 um 14:17 hat Emanuele Giuseppe Esposito geschrieben: > Just remove some AioContext lock in LinuxAioState and ThreadPool. > Not related to anything specific, so I decided to send it as > a separate patch. > > These patches are taken from Paolo's old draft series. Thanks, applied to the block-next branch. Kevin