* [PATCH] nvme-cli: match treq value names to spec
@ 2016-09-07 22:43 Jay Freyensee
2016-09-08 9:55 ` Sagi Grimberg
0 siblings, 1 reply; 2+ messages in thread
From: Jay Freyensee @ 2016-09-07 22:43 UTC (permalink / raw)
Fabrics spec uses "not specified" as one of the values for treq,
just like other discovery parameters (like rdma_prtype).
Signed-off-by: Jay Freyensee <james_p_freyensee at linux.intel.com>
---
fabrics.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fabrics.c b/fabrics.c
index 18e961c..e7e3c56 100644
--- a/fabrics.c
+++ b/fabrics.c
@@ -116,7 +116,7 @@ static inline const char *nqntype_str(__u8 nqntype)
}
static const char * const treqs[] = {
- [NVMF_TREQ_NOT_SPECIFIED] = "unspecified transport requirements",
+ [NVMF_TREQ_NOT_SPECIFIED] = "not specified",
[NVMF_TREQ_REQUIRED] = "required",
[NVMF_TREQ_NOT_REQUIRED] = "not required",
};
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] nvme-cli: match treq value names to spec
2016-09-07 22:43 [PATCH] nvme-cli: match treq value names to spec Jay Freyensee
@ 2016-09-08 9:55 ` Sagi Grimberg
0 siblings, 0 replies; 2+ messages in thread
From: Sagi Grimberg @ 2016-09-08 9:55 UTC (permalink / raw)
Reviewed-by: Sagi Grimberg <sagi at grimberg.me>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-08 9:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07 22:43 [PATCH] nvme-cli: match treq value names to spec Jay Freyensee
2016-09-08 9:55 ` Sagi Grimberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).