Re: [PATCH blktests v4 09/11] nvme{045,047}: Calculate IO size for random fio jobs

From: Chaitanya Kulkarni
Date: Wed May 17 2023 - 00:44:29 EST


On 5/11/23 07:09, Daniel Wagner wrote:
> _nvme_calc_run_io_size() returns the jobs size for _run_fio_rand_io()
> function. The jobs size is the size per job, thus we have to divide
> through the number of CPUs.

sorry I didn't understand why we have to divide through number of
CPUs ? isn't tht will change the current job size of the test ?

unless we are increasing somewhere which I missed it .

-ck