ioengines: bump up FIO_IOOPS_VERSION
authorAnkit Kumar <ankit.kumar@samsung.com>
Wed, 17 Jul 2024 06:35:50 +0000 (12:05 +0530)
committerAnkit Kumar <ankit.kumar@samsung.com>
Wed, 17 Jul 2024 15:39:54 +0000 (21:09 +0530)
commit72fb82077a8e9ccd49b349c084d2a96476ea0bd1
tree7bf391d6e1be514d55924775a537ef310112280d
parent6715cca205f814d6cc3e984fed140cfe67ce02f1
ioengines: bump up FIO_IOOPS_VERSION

For fdp backend the way ruhs are fetched has been changed.
Earlier fdp_fetch_ruhs was called once with a buffer that can store
ruhs upto FDP_MAX_RUHS. The new fdp_fetch_ruhs is called twice. The
first call doesn't have any buffer for ruhs, and is only to get the
number of ruhs reported by the device. The second call has the buffer
that can store all the ruhs.

This impacts any external ioengines, so bump up FIO_IOOPS_VERSION.

Fixes: commit 56d12245 (dataplacement: update ruh info initialization)

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
ioengines.h