Loading
bdevperf: change the type of queue_depth to uint32_t
It doesn't make sense to have negative queue depth and having it defined as `int` would lead to issues. For example, if size_in_ios is greater than INT_MAX, casting it to an `int` to compare against queue depth results in a negative value. Change-Id: I033d5db6c95d83871230cba8a48450b21f6e71e1 Signed-off-by:Konrad Sztyber <ksztyber@nvidia.com> Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/26227 Reviewed-by:
Jim Harris <jim.harris@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by:
Ben Walker <ben@nvidia.com> Tested-by:
SPDK Automated Test System <spdkbot@gmail.com>