nvmf: change listen associate description

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

Signed-off-by: Jacek 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: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Jacek Kalwas 2020-12-22 10:19:51 -05:00 committed by Tomasz Zawadzki
parent 3790a412b8
commit 8162070997

View File

@ -245,10 +245,9 @@ struct spdk_nvmf_transport_ops {
const struct spdk_nvme_transport_id *trid); const struct spdk_nvme_transport_id *trid);
/** /**
* A listener has been associated with a subsystem with the given NQN. * It is a notification that a listener is being associated with the subsystem.
* This is only a notification. Most transports will not need to take any * Most transports will not need to take any action here, as the enforcement
* action here, as the enforcement of the association is done in the generic * of the association is done in the generic code.
* code.
* *
* Returns a negated errno code to block the association. 0 to allow. * Returns a negated errno code to block the association. 0 to allow.
*/ */