'\" t
.\" Title: nvme-read
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 05/16/2016
+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\" Date: 06/20/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
-.TH "NVME\-READ" "1" "05/16/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-READ" "1" "06/20/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Start block\&.
.RE
.PP
+\-\-block\-count, \-c
+.RS 4
+The number of blocks to transfer\&. This is a zeroes based value to align with the kernel\(cqs use of this field\&. (ie\&. 0 means transfer 1 block)\&.
+.RE
+.PP
\-\-latency, \-t
.RS 4
Print out the latency the IOCTL took (in us)\&.
p.table {\r
margin-top: 0;\r
}\r
-/* Because the table frame attribute is overridden by CSS in most browsers. */\r
+/* Because the table frame attribute is overriden by CSS in most browsers. */\r
div.tableblock > table[frame="void"] {\r
border-style: none;\r
}\r
</p>\r
</dd>\r
<dt class="hdlist1">\r
+--block-count\r
+</dt>\r
+<dt class="hdlist1">\r
+-c\r
+</dt>\r
+<dd>\r
+<p>\r
+ The number of blocks to transfer. This is a zeroes based value to\r
+ align with the kernel’s use of this field. (ie. 0 means transfer\r
+ 1 block).\r
+</p>\r
+</dd>\r
+<dt class="hdlist1">\r
--latency\r
</dt>\r
<dt class="hdlist1">\r
<div id="footnotes"><hr /></div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 2015-10-14 13:01:29 MDT\r
+Last updated 2016-06-20 17:02:08 MDT\r
</div>\r
</div>\r
</body>\r
-s <slba>::
Start block.
+--block-count::
+-c::
+ The number of blocks to transfer. This is a zeroes based value to
+ align with the kernel's use of this field. (ie. 0 means transfer
+ 1 block).
+
--latency::
-t::
Print out the latency the IOCTL took (in us).
'\" t
.\" Title: nvme-write
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 05/14/2016
+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\" Date: 06/20/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
-.TH "NVME\-WRITE" "1" "05/14/2016" "NVMe" "NVMe Manual"
+.TH "NVME\-WRITE" "1" "06/20/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Start block\&.
.RE
.PP
+\-\-block\-count, \-c
+.RS 4
+The number of blocks to transfer\&. This is a zeroes based value to align with the kernel\(cqs use of this field\&. (ie\&. 0 means transfer 1 block)\&.
+.RE
+.PP
\-\-latency, \-t
.RS 4
Print out the latency the IOCTL took (in us)\&.
</p>\r
</dd>\r
<dt class="hdlist1">\r
+--block-count\r
+</dt>\r
+<dt class="hdlist1">\r
+-c\r
+</dt>\r
+<dd>\r
+<p>\r
+ The number of blocks to transfer. This is a zeroes based value to\r
+ align with the kernel’s use of this field. (ie. 0 means transfer\r
+ 1 block).\r
+</p>\r
+</dd>\r
+<dt class="hdlist1">\r
--latency\r
</dt>\r
<dt class="hdlist1">\r
<div id="footnotes"><hr /></div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 2016-03-02 08:05:01 MST\r
+Last updated 2016-06-20 17:02:21 MDT\r
</div>\r
</div>\r
</body>\r
-s <slba>::
Start block.
+--block-count::
+-c::
+ The number of blocks to transfer. This is a zeroes based value to
+ align with the kernel's use of this field. (ie. 0 means transfer
+ 1 block).
+
--latency::
-t::
Print out the latency the IOCTL took (in us).
__u16 control = 0;
const char *start_block = "64-bit addr of first block to access";
- const char *block_count = "number of blocks on device to access";
+ const char *block_count = "number of blocks (zeroes based) on device to access";
const char *data_size = "size of data in bytes";
const char *metadata_size = "size of metadata in bytes";
const char *ref_tag = "reference tag (for end to end PI)";