mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-25 15:24:17 +08:00
nvme: fixup comment for nvme RDMA Provider Type
[ Upstream commitf80a55fa90
] PRTYPE is the provider type, not the QP service type. Fixes:eb793e2c92
("nvme.h: add NVMe over Fabrics definitions") Signed-off-by: Hannes Reinecke <hare@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
41e58607a5
commit
e834fecf66
@ -90,8 +90,8 @@ enum {
|
||||
NVMF_RDMA_QPTYPE_DATAGRAM = 2, /* Reliable Datagram */
|
||||
};
|
||||
|
||||
/* RDMA QP Service Type codes for Discovery Log Page entry TSAS
|
||||
* RDMA_QPTYPE field
|
||||
/* RDMA Provider Type codes for Discovery Log Page entry TSAS
|
||||
* RDMA_PRTYPE field
|
||||
*/
|
||||
enum {
|
||||
NVMF_RDMA_PRTYPE_NOT_SPECIFIED = 1, /* No Provider Specified */
|
||||
|
Loading…
Reference in New Issue
Block a user