Add type 0x28 NVME type code to scsi fc headers
authorJames Smart <jsmart2021@gmail.com>
Fri, 2 Dec 2016 08:28:38 +0000 (00:28 -0800)
committerSagi Grimberg <sagi@grimberg.me>
Tue, 6 Dec 2016 08:17:03 +0000 (10:17 +0200)
Signed-off-by: James Smart <james.smart@broadcom.com>
Acked-by: Johannes Thumshirn <jth@kernel.org>
Reviewed-by: Jay Freyensee <james_p_freyensee@linux.intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/uapi/scsi/fc/fc_fs.h

index 50f28b1..dcf314d 100644 (file)
@@ -190,6 +190,7 @@ enum fc_fh_type {
        FC_TYPE_FCP =   0x08,   /* SCSI FCP */
        FC_TYPE_CT =    0x20,   /* Fibre Channel Services (FC-CT) */
        FC_TYPE_ILS =   0x22,   /* internal link service */
+       FC_TYPE_NVME =  0x28,   /* FC-NVME */
 };
 
 /*
@@ -203,6 +204,7 @@ enum fc_fh_type {
        [FC_TYPE_FCP] =         "FCP",                  \
        [FC_TYPE_CT] =          "CT",                   \
        [FC_TYPE_ILS] =         "ILS",                  \
+       [FC_TYPE_NVME] =        "NVME",                 \
 }
 
 /*