From 04f1690bf0f7cf363abdf4257a64f23eb4b26f7d Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Thu, 5 Dec 2019 15:16:19 +0000 Subject: Add basic support for TCP/IP based hardware TLS offload to mlx5core. The hardware offload is primarily targeted for TLS v1.2 and v1.3, using AES 128/256 bit pre-shared keys. This patch adds all the needed hardware structures, capabilites and firmware commands. Sponsored by: Mellanox Technologies --- sys/modules/mlx5/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/modules/mlx5/Makefile') diff --git a/sys/modules/mlx5/Makefile b/sys/modules/mlx5/Makefile index a9afa452650a..96d3af4d97de 100644 --- a/sys/modules/mlx5/Makefile +++ b/sys/modules/mlx5/Makefile @@ -26,6 +26,7 @@ mlx5_port.c \ mlx5_qp.c \ mlx5_rl.c \ mlx5_srq.c \ +mlx5_tls.c \ mlx5_transobj.c \ mlx5_uar.c \ mlx5_vport.c \ -- cgit v1.2.3