File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ SYNOPSIS
10
10
[verse]
11
11
'nvme-compare' <device> [--start-block=<slba> | -s <slba>]
12
12
[--block-count=<nlb> | -c <nlb>]
13
+ [--block-size=<size> | -b <size>]
13
14
[--data-size=<size> | -z <size>]
14
15
[--metadata-size=<metasize> | -y <metasize>]
15
16
[--ref-tag=<reftag> | -r <reftag>]
@@ -52,6 +53,12 @@ OPTIONS
52
53
--block-count=<nlb>::
53
54
Number of blocks to be accessed (zero-based).
54
55
56
+ -b <size>::
57
+ --block-size=<size>::
58
+ If specified, the logical block size in bytes, with metasize
59
+ also describing the metadata size for an individual block.
60
+ Discovered by identify namespace otherwise.
61
+
55
62
-z <size>::
56
63
--data-size=<size>::
57
64
Size of data to be compared in bytes.
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ SYNOPSIS
10
10
[verse]
11
11
'nvme-read' <device> [--start-block=<slba> | -s <slba>]
12
12
[--block-count=<nlb> | -c <nlb>]
13
+ [--block-size=<size> | -b <size>]
13
14
[--data-size=<size> | -z <size>]
14
15
[--metadata-size=<size> | -y <size>]
15
16
[--ref-tag=<reftag> | -r <reftag>]
@@ -45,6 +46,12 @@ OPTIONS
45
46
align with the kernel's use of this field. (ie. 0 means transfer
46
47
1 block).
47
48
49
+ -b <size>::
50
+ --block-size=<size>::
51
+ If specified, the logical block size in bytes, with metasize
52
+ also describing the metadata size for an individual block.
53
+ Discovered by identify namespace otherwise.
54
+
48
55
-z <size>::
49
56
--data-size=<size>::
50
57
Size of data, in bytes.
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ SYNOPSIS
10
10
[verse]
11
11
'nvme-write' <device> [--start-block=<slba> | -s <slba>]
12
12
[--block-count=<nlb> | -c <nlb>]
13
+ [--block-size=<size> | -c <size>]
13
14
[--data-size=<size> | -z <size>]
14
15
[--metadata-size=<size> | -y <size>]
15
16
[--ref-tag=<reftag> | -r <reftag>]
@@ -45,6 +46,12 @@ OPTIONS
45
46
align with the kernel's use of this field. (ie. 0 means transfer
46
47
1 block).
47
48
49
+ -b <size>::
50
+ --block-size=<size>::
51
+ If specified, the logical block size in bytes, with metasize
52
+ also describing the metadata size for an individual block.
53
+ Discovered by identify namespace otherwise.
54
+
48
55
-z <size>::
49
56
--data-size=<size>::
50
57
Size of data, in bytes.
You can’t perform that action at this time.
0 commit comments