[PATCH 09/18] nvme-tcp: enable TLS handshake upcall

Daniel Wagner dwagner at suse.de
Thu Mar 30 05:54:24 PDT 2023


On Wed, Mar 29, 2023 at 03:59:29PM +0200, Hannes Reinecke wrote:
 --- a/drivers/nvme/host/fabrics.c
> +++ b/drivers/nvme/host/fabrics.c
> @@ -609,6 +609,7 @@ static const match_table_t opt_tokens = {
>  	{ NVMF_OPT_DISCOVERY,		"discovery"		},
>  	{ NVMF_OPT_DHCHAP_SECRET,	"dhchap_secret=%s"	},
>  	{ NVMF_OPT_DHCHAP_CTRL_SECRET,	"dhchap_ctrl_secret=%s"	},
> +	{ NVMF_OPT_TLS,			"tls"			},
>  	{ NVMF_OPT_ERR,			NULL			}
>  };

This should be ifdef out for !CONFIG_NVME_TLS



More information about the Linux-nvme mailing list