From 273442b3902a2188ce6bd25daff0ec13253cf789 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 22 Jan 2018 09:49:40 -0700 Subject: [PATCH] nvme/fio_plugin: update to fio 3.3 A previous commit updated the fio version for the bdev fio plugin, but the NVMe fio plugin should also be updated. Change-Id: I32fab18563b6b723a3e9b71589e3a3904196d07f Fixes: 21ec62533d24 ("CHANGELOG: add fio 3.3 support") Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/395788 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- examples/nvme/fio_plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nvme/fio_plugin/README.md b/examples/nvme/fio_plugin/README.md index 1103e6720..bcc0aba18 100644 --- a/examples/nvme/fio_plugin/README.md +++ b/examples/nvme/fio_plugin/README.md @@ -4,9 +4,9 @@ First, clone the fio source repository from https://github.com/axboe/fio git clone https://github.com/axboe/fio -Then check out the fio 2.21: +Then check out the fio 3.3: - cd fio && git checkout fio-2.21 + cd fio && git checkout fio-3.3 Finally, compile the code: