From 8e79b60b61e4a5f70d5fe5b574326182c6601064 Mon Sep 17 00:00:00 2001 From: John Kariuki Date: Mon, 29 Feb 2016 08:34:23 -0700 Subject: [PATCH] doc/nvmf: fixed io unit size typo Update doc to fix typo in the io unit size for TCP. Using an io unit size of 16348 results in an invalid io size error which is resolved once you change the value to 16384 Change-Id: Id52715305a395d4b1f769568d4738bab4466ea27 Signed-off-by: John Kariuki Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/448315 Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Jim Harris --- doc/nvmf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nvmf.md b/doc/nvmf.md index 790954e89..f2ff1e75f 100644 --- a/doc/nvmf.md +++ b/doc/nvmf.md @@ -137,7 +137,7 @@ and an in capsule data size of 0 bytes. The TCP transport is configured with an ~~~{.sh} app/nvmf_tgt/nvmf_tgt scripts/rpc.py nvmf_create_transport -t RDMA -u 8192 -p 4 -c 0 -scripts/rpc.py nvmf_create_transport -t TCP -u 16348 -p 8 -c 8192 +scripts/rpc.py nvmf_create_transport -t TCP -u 16384 -p 8 -c 8192 ~~~ Below is an example of creating a malloc bdev and assigning it to a subsystem. Adjust the bdevs,