diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-12-05 15:16:19 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-12-05 15:16:19 +0000 |
commit | 04f1690bf0f7cf363abdf4257a64f23eb4b26f7d (patch) | |
tree | c0a04890a491f877bfa1fabde99b4620d420d4a8 /sys/modules/mlx5/Makefile | |
parent | c4c88d4718ff26fda74343e189c0b9ab0b3c9133 (diff) |
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
Notes
Notes:
svn path=/head/; revision=355421
Diffstat (limited to 'sys/modules/mlx5/Makefile')
-rw-r--r-- | sys/modules/mlx5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |