Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a9f05c5 authored by James Smart's avatar James Smart Committed by Sagi Grimberg
Browse files

nvme-fabrics: revise host transport option descriptions



Revise some of the comments so not so ethernet-network centric

Signed-off-by: default avatarJames Smart <james.smart@broadcom.com>
Acked-by: default avatarJohannes Thumshirn <jth@kernel.org>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarSagi Grimberg <sagi@grimberg.me>
parent 0fe51ff2
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -64,9 +64,10 @@ enum {
 *		being added.
 * @subsysnqn:	Hold the fully qualified NQN subystem name (format defined
 *		in the NVMe specification, "NVMe Qualified Names").
 * @traddr:	network address that will be used by the host to communicate
 *		to the added NVMe controller.
 * @trsvcid:	network port used for host-controller communication.
 * @traddr:	The transport-specific TRADDR field for a port on the
 *              subsystem which is adding a controller.
 * @trsvcid:	The transport-specific TRSVCID field for a port on the
 *              subsystem which is adding a controller.
 * @queue_size: Number of IO queue elements.
 * @nr_io_queues: Number of controller IO queues that will be established.
 * @reconnect_delay: Time between two consecutive reconnect attempts.