]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
upic_ktrls: make RSS compile again here
authorbz <bz@FreeBSD.org>
Tue, 3 Mar 2020 14:07:44 +0000 (14:07 +0000)
committerbz <bz@FreeBSD.org>
Tue, 3 Mar 2020 14:07:44 +0000 (14:07 +0000)
commit8b54a95f8d75b5dbab8f0277531ae544c40ef2ed
treee8fe40daa4ac9611e35b4379ede31b5e038a581a
parent65bd542d1344e9d696d427596805f23c95f0c75e
upic_ktrls: make RSS compile again here

The results of ktls_get_cpu() are stored in u_int and NETISR_CPUID_NONE
requires u_int.  Adjust uint16_t to uint_t in order to make RSS kernels
compile some more again.

HPTS still has to be fixed, which is a bit more complicated.

Reviewed by: jhb, gallatin, rrs
Differential Revision: https://reviews.freebsd.org/D23726
sys/kern/uipc_ktls.c