mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-11 11:55:28 +02:00
nvme-tcp: add definitions for TLS cipher suites
[ Upstream commita86062aac3
] Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Keith Busch <kbusch@kernel.org> Stable-dep-of:a2e4c5f5f6
("nvme-multipath: fix io accounting on failover") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
5a91116b00
commit
87d78f7eb7
|
@ -18,6 +18,12 @@ enum nvme_tcp_pfv {
|
|||
NVME_TCP_PFV_1_0 = 0x0,
|
||||
};
|
||||
|
||||
enum nvme_tcp_tls_cipher {
|
||||
NVME_TCP_TLS_CIPHER_INVALID = 0,
|
||||
NVME_TCP_TLS_CIPHER_SHA256 = 1,
|
||||
NVME_TCP_TLS_CIPHER_SHA384 = 2,
|
||||
};
|
||||
|
||||
enum nvme_tcp_fatal_error_status {
|
||||
NVME_TCP_FES_INVALID_PDU_HDR = 0x01,
|
||||
NVME_TCP_FES_PDU_SEQ_ERR = 0x02,
|
||||
|
|
Loading…
Reference in New Issue
Block a user