Re: [PATCH 0/4] virtio-blk: prepare for the multi-queue block layer

2023-12-19 Thread Kevin Wolf
Am 14.09.2023 um 16:00 hat Stefan Hajnoczi geschrieben: > The virtio-blk device will soon be able to assign virtqueues to IOThreads, > eliminating the single IOThread bottleneck. In order to do that, the I/O code > path must support running in multiple threads. > > This patch series removes the Ai

Re: [PATCH 0/4] virtio-blk: prepare for the multi-queue block layer

2023-09-15 Thread Michael S. Tsirkin
On Thu, Sep 14, 2023 at 10:00:57AM -0400, Stefan Hajnoczi wrote: > The virtio-blk device will soon be able to assign virtqueues to IOThreads, > eliminating the single IOThread bottleneck. In order to do that, the I/O code > path must support running in multiple threads. > > This patch series remov

[PATCH 0/4] virtio-blk: prepare for the multi-queue block layer

2023-09-14 Thread Stefan Hajnoczi
The virtio-blk device will soon be able to assign virtqueues to IOThreads, eliminating the single IOThread bottleneck. In order to do that, the I/O code path must support running in multiple threads. This patch series removes the AioContext lock from the virtio-blk I/O code path, adds thread-safet