git: f9322ff6efa5 - main - Enable KERN_TLS by default in ARM64 GENERIC

Allan Jude allanjude at FreeBSD.org
Thu Jan 28 20:50:28 UTC 2021


The branch main has been updated by allanjude:

URL: https://cgit.FreeBSD.org/src/commit/?id=f9322ff6efa508df8368e31e3c4880cff11b0e23

commit f9322ff6efa508df8368e31e3c4880cff11b0e23
Author:     Allan Jude <allanjude at FreeBSD.org>
AuthorDate: 2021-01-28 20:48:37 +0000
Commit:     Allan Jude <allanjude at FreeBSD.org>
CommitDate: 2021-01-28 20:48:37 +0000

    Enable KERN_TLS by default in ARM64 GENERIC
    
    Sponsored-by:   Ampere Computing
    Submitted-by:   Klara, Inc.
---
 sys/arm64/conf/GENERIC | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index d1ad101975de..59f89555dd88 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -36,6 +36,7 @@ options 	TCP_OFFLOAD		# TCP offload
 options 	TCP_HHOOK		# hhook(9) framework for TCP
 options		TCP_RFC7413		# TCP Fast Open
 options 	SCTP_SUPPORT		# Allow kldload of SCTP
+options		KERN_TLS		# TLS transmit & receive offload
 options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support
 options 	UFS_ACL			# Support for access control lists


More information about the dev-commits-src-all mailing list