Re: [PATCH v2] virtio_blk: implement init_hctx MQ operation
From: Jens Axboe <axboe@kernel.dk>
Date: 2024-08-08 13:37:22
Also in:
kvm, linux-block
From: Jens Axboe <axboe@kernel.dk>
Date: 2024-08-08 13:37:22
Also in:
kvm, linux-block
On 8/7/24 4:41 PM, Max Gurtovoy wrote:
Set the driver data of the hardware context (hctx) to point directly to the virtio block queue. This cleanup improves code readability and reduces the number of dereferences in the fast path.
Looks good, and that is the idiomatic way to do this. Reviewed-by: Jens Axboe <axboe@kernel.dk> -- Jens Axboe