OSDN Git Service

hw/nvme: add 'zoned.zasl' to documentation
authorKeith Busch <kbusch@kernel.org>
Tue, 29 Jun 2021 17:47:52 +0000 (10:47 -0700)
committerKlaus Jensen <k.jensen@samsung.com>
Tue, 29 Jun 2021 18:31:27 +0000 (20:31 +0200)
Signed-off-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
docs/system/nvme.rst

index 33a15c7..bff72d1 100644 (file)
@@ -202,6 +202,12 @@ The namespace may be configured with additional parameters
   allows all zones to be open. If ``zoned.max_active`` is specified, this value
   must be less than or equal to that.
 
+``zoned.zasl=UINT8`` (default: ``0``)
+  Set the maximum data transfer size for the Zone Append command. Like
+  ``mdts``, the value is specified as a power of two (2^n) and is in units of
+  the minimum memory page size (CAP.MPSMIN). The default value (``0``)
+  has this property inherit the ``mdts`` value.
+
 Metadata
 --------