From: Christoph Hellwig Date: Wed, 10 Jan 2024 16:51:26 +0000 (+0100) Subject: add a Numerical Conventions section X-Git-Tag: draft-ietf-nfsv4-scsi-layout-nvme-07 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=HEAD;p=users%2Fhch%2Fscsi-layout-nvme.git add a Numerical Conventions section From David Black. --- diff --git a/scsi-nvme.md b/scsi-nvme.md index 428e04c..4104373 100644 --- a/scsi-nvme.md +++ b/scsi-nvme.md @@ -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}