On 4/15/25 07:51, Jens Axboe wrote: > On x86, rep stos will be emitted to clear the the blk_mq_alloc_data > struct, as not all members are being initialied. Depending on the > type of CPU, this is a noticeable slowdown compared to just ensuring > that the struct is fully initialized when setup. > > Signed-off-by: Jens Axboe<axboe@xxxxxxxxx> Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck