]> www.infradead.org Git - users/hch/scsi-layout-nvme.git/commitdiff
add a Numerical Conventions section master draft-ietf-nfsv4-scsi-layout-nvme-07
authorChristoph Hellwig <hch@lst.de>
Wed, 10 Jan 2024 16:51:26 +0000 (17:51 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 10 Jan 2024 16:54:02 +0000 (17:54 +0100)
From David Black.

scsi-nvme.md

index 428e04c72cfded393cebadaef3772635cb2e559c..4104373dd9b8501d225024ef91ecfcaaaa69bcea 100644 (file)
@@ -159,6 +159,14 @@ Metadata Server (MDS)
   client access to a set of file systems and is identified by a server
   owner.
 
+## Numerical Conventions {#ssc:intro:conv}
+
+Numerical values defined in the SCSI specifications, e.g., {{SPC5}}, and the
+NVMe specifications, e.g., {{NVME-BASE}}, are represented using the same
+conventions as those specifications wherein a 'b' suffix denotes a binary
+(base 2) number, e.g., 110b = 6 decimal, and an 'h' suffix denotes a
+hexadecimal (base 16) number, e.g., 1ch = 28 decimal.
+
 
 # SCSI Layout mapping to NVMe {#sec:slm}