Skip to content

Commit 6ea76f3

Browse files
jsmart-ghsagigrimberg
authored andcommitted
Add type 0x28 NVME type code to scsi fc headers
Signed-off-by: James Smart <[email protected]> Acked-by: Johannes Thumshirn <[email protected]> Reviewed-by: Jay Freyensee <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 885aa40 commit 6ea76f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/uapi/scsi/fc/fc_fs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ enum fc_fh_type {
190190
FC_TYPE_FCP = 0x08, /* SCSI FCP */
191191
FC_TYPE_CT = 0x20, /* Fibre Channel Services (FC-CT) */
192192
FC_TYPE_ILS = 0x22, /* internal link service */
193+
FC_TYPE_NVME = 0x28, /* FC-NVME */
193194
};
194195

195196
/*
@@ -203,6 +204,7 @@ enum fc_fh_type {
203204
[FC_TYPE_FCP] = "FCP", \
204205
[FC_TYPE_CT] = "CT", \
205206
[FC_TYPE_ILS] = "ILS", \
207+
[FC_TYPE_NVME] = "NVME", \
206208
}
207209

208210
/*

0 commit comments

Comments
 (0)