From 2b43f6353f50e2ac489f8403a9d6ad19f91fe40c Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Fri, 21 Feb 2020 13:10:57 -0700 Subject: [PATCH] test/nvmf: add verify_backlog to fio SGL tests. On newer versions of FIO, there is an issue with heavy verify workloads where one of the headers (rand_seed) gets incorrectly generated by fio during verify. This can be circumvented by using the verify_backlog flag. This is needed because it will enable testing this workload on the tcp transport using fio in the SPDK test pool. Change-Id: I028be3fdb72a76733b4226a37b6332cd45d0f774 Signed-off-by: Seth Howell Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/988 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto Reviewed-by: Tomasz Zawadzki --- examples/nvme/fio_plugin/mock_sgl_config.fio | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/nvme/fio_plugin/mock_sgl_config.fio b/examples/nvme/fio_plugin/mock_sgl_config.fio index 7602087d7..713fce0a2 100644 --- a/examples/nvme/fio_plugin/mock_sgl_config.fio +++ b/examples/nvme/fio_plugin/mock_sgl_config.fio @@ -11,6 +11,7 @@ iodepth=128 rw=randrw bs=16k verify=md5 +verify_backlog=32 [test] numjobs=1