Commit 81620709 authored by Jacek Kalwas's avatar Jacek Kalwas Committed by Tomasz Zawadzki
Browse files

nvmf: change listen associate description



It is not `only a notification` as by return value association can be
blocked.

Signed-off-by: default avatarJacek Kalwas <jacek.kalwas@intel.com>
Change-Id: I19800bc8e278a335aaee972eecca7b3c7e3ac7e5
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5670


Community-CI: Broadcom CI
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 3790a412
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -245,10 +245,9 @@ struct spdk_nvmf_transport_ops {
			    const struct spdk_nvme_transport_id *trid);

	/**
	 * A listener has been associated with a subsystem with the given NQN.
	 * This is only a notification. Most transports will not need to take any
	 * action here, as the enforcement of the association is done in the generic
	 * code.
	 * It is a notification that a listener is being associated with the subsystem.
	 * Most transports will not need to take any action here, as the enforcement
	 * of the association is done in the generic code.
	 *
	 * Returns a negated errno code to block the association. 0 to allow.
	 */