]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cxgbe(4): meminfo should get the TLS region's limits from the hardware.
authorNavdeep Parhar <np@FreeBSD.org>
Tue, 5 Apr 2022 21:54:11 +0000 (14:54 -0700)
committerNavdeep Parhar <np@FreeBSD.org>
Wed, 6 Apr 2022 20:15:25 +0000 (13:15 -0700)
commitf88b31885c4fd1f80bed2c3b3f2eb05f98367f31
treef12c002fdd4b13349948f7e7b03fe8ecadc43a3b
parent9983e5cce6c77c791bd914648b2acc2e54acc515
cxgbe(4): meminfo should get the TLS region's limits from the hardware.

meminfo is meant for debugging and it should read hardware configuration
directly when possible instead of relying on values queried from the
firmware.  Rename the region to "TLSKey region" to match other drivers
while here.

MFC after: 1 week
Sponsored by: Chelsio Communications
sys/dev/cxgbe/t4_main.c