From d956a34657cf02e5f39b82ed0a722d30b0b57f45 Mon Sep 17 00:00:00 2001 From: Keith Busch Date: Wed, 4 Feb 2015 15:38:10 -0700 Subject: [PATCH] git add missing files Signed-off-by: Keith Busch --- Documentation/nvme-read.txt | 40 ++++++++++++++++++++++++++++++++++++ Documentation/nvme-write.txt | 40 ++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 Documentation/nvme-read.txt create mode 100644 Documentation/nvme-write.txt diff --git a/Documentation/nvme-read.txt b/Documentation/nvme-read.txt new file mode 100644 index 00000000..f380c162 --- /dev/null +++ b/Documentation/nvme-read.txt @@ -0,0 +1,40 @@ +nvme-compare(1) +=============== + +NAME +---- +nvme-read - Send an NVMe Read command, provide results + +SYNOPSIS +-------- +[verse] +'nvme-read' [--start-block= | -s ] + [--block-count= | -c ] + [--data-size= | -z ] + [--ref-tag= | -r ] + [--data= | -d ] + [--prinfo= | -p ] + [--app-tag-mask= | -m ] + [--app-tag= | -a ] + [--limited-retry | -l] + [--force-unit-access | -f] + +DESCRIPTION +----------- +The Read command reads the logical blocks specified by the command from +the medium and copies to the data data buffer provided. Will use stdout +by default if you don't provide a file. + +OPTIONS +------- +--start-block=:: +-s :: + Start block. + +EXAMPLES +-------- +No examples yet. + +NVME +---- +Part of the nvme-user suite diff --git a/Documentation/nvme-write.txt b/Documentation/nvme-write.txt new file mode 100644 index 00000000..14533f99 --- /dev/null +++ b/Documentation/nvme-write.txt @@ -0,0 +1,40 @@ +nvme-compare(1) +=============== + +NAME +---- +nvme-write - Send an NVMe write command, provide results + +SYNOPSIS +-------- +[verse] +'nvme-write' [--start-block= | -s ] + [--block-count= | -c ] + [--data-size= | -z ] + [--ref-tag= | -r ] + [--data= | -d ] + [--prinfo= | -p ] + [--app-tag-mask= | -m ] + [--app-tag= | -a ] + [--limited-retry | -l] + [--force-unit-access | -f] + +DESCRIPTION +----------- +The Write command writes the logical blocks specified by the command to +the medium from the data data buffer provided. Will use stdin by default +if you don't provide a file. + +OPTIONS +------- +--start-block=:: +-s :: + Start block. + +EXAMPLES +-------- +No examples yet. + +NVME +---- +Part of the nvme-user suite -- 2.50.1