Loading
conf: parse "C2HSuccess" parameter for TCP transport only
"C2HSuccess" is only valid for TCP transport. So this parameter should be looked up only for TCP transport. Without the change, spdk_nvmf_parse_transport() would bailout early for RDMA and other transports without every creating them. Signed-off-by:Anil Veerabhadrappa <anil.veerabhadrappa@broadcom.com> Change-Id: I34bdff2f4ab930516743cd5dbf022d75e60fd85c Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459571 Reviewed-by:
Maciej Szwed <maciej.szwed@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>