K 10 svn:author V 7 rscheff K 8 svn:date V 27 2021-04-16T22:12:37.476060Z K 7 svn:log V 602 tcp: For hostcache performance, use atomics instead of counters As accessing the tcp hostcache happens frequently on some classes of servers, it was recommended to use atomic_add/subtract rather than (per-CPU distributed) counters, which have to be summed up at high cost to cache efficiency. PR: 254333 MFC after: 2 weeks Sponsored by: NetApp, Inc. Reviewed By: #transport, tuexen, jtl Differential Revision: https://reviews.freebsd.org/D29522 (cherry picked from commit 529a2a0f2765f6c57c50a5af6be242c03bf714e3) Git Hash: 254b56ac2a9ee43d10b0a4f8eeb20b722bb7fd74 Git Author: rscheff@FreeBSD.org END