]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ktls: Use COUNTER_U64_DEFINE_EARLY for the ktls_toe_chacha20 counter.
authorJohn Baldwin <jhb@FreeBSD.org>
Sat, 20 Feb 2021 00:33:46 +0000 (16:33 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 25 Feb 2021 23:00:13 +0000 (15:00 -0800)
commit90972f04026a2248d616d7466053ff53cf8fdf9d
tree5ed8f6288b42517a24ac4aeedc1111aa399c7f3f
parent5f1b1f184b7f12330cf4a027e3db7c6700c67640
ktls: Use COUNTER_U64_DEFINE_EARLY for the ktls_toe_chacha20 counter.

I missed updating this counter when rebasing the changes in
9c64fc40290e08f6dc6b75aa04084b04e48a61af after the switch to
COUNTER_U64_DEFINE_EARLY in 1755b2b9891bb1bfa7a58383ef5126821f7e46e3.

Fixes: 9c64fc40290e Add Chacha20-Poly1305 as a KTLS cipher suite.
Sponsored by: Netflix
sys/kern/uipc_ktls.c