diff options
author | James Smart <james.smart@broadcom.com> | 2016-08-02 03:41:20 -0400 |
---|---|---|
committer | Sagi Grimberg <sagi@grimberg.me> | 2016-09-23 18:37:37 -0400 |
commit | 4a9f05c57f98e794763650056731a0023ebfab5f (patch) | |
tree | 1727d08b94ae1223fb3c614a555408ca70490c13 | |
parent | 0fe51ff269da745078e0ab2b90dfdf2a58d6f3e7 (diff) |
nvme-fabrics: revise host transport option descriptions
Revise some of the comments so not so ethernet-network centric
Signed-off-by: James Smart <james.smart@broadcom.com>
Acked-by: Johannes Thumshirn <jth@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
-rw-r--r-- | drivers/nvme/host/fabrics.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/nvme/host/fabrics.h b/drivers/nvme/host/fabrics.h index 89df52c8be97..2755efde16ac 100644 --- a/drivers/nvme/host/fabrics.h +++ b/drivers/nvme/host/fabrics.h | |||
@@ -64,9 +64,10 @@ enum { | |||
64 | * being added. | 64 | * being added. |
65 | * @subsysnqn: Hold the fully qualified NQN subystem name (format defined | 65 | * @subsysnqn: Hold the fully qualified NQN subystem name (format defined |
66 | * in the NVMe specification, "NVMe Qualified Names"). | 66 | * in the NVMe specification, "NVMe Qualified Names"). |
67 | * @traddr: network address that will be used by the host to communicate | 67 | * @traddr: The transport-specific TRADDR field for a port on the |
68 | * to the added NVMe controller. | 68 | * subsystem which is adding a controller. |
69 | * @trsvcid: network port used for host-controller communication. | 69 | * @trsvcid: The transport-specific TRSVCID field for a port on the |
70 | * subsystem which is adding a controller. | ||
70 | * @queue_size: Number of IO queue elements. | 71 | * @queue_size: Number of IO queue elements. |
71 | * @nr_io_queues: Number of controller IO queues that will be established. | 72 | * @nr_io_queues: Number of controller IO queues that will be established. |
72 | * @reconnect_delay: Time between two consecutive reconnect attempts. | 73 | * @reconnect_delay: Time between two consecutive reconnect attempts. |