freebsd-skq/usr.bin
fabient 97541ca804 Add a SPD cache to speed up lookups.
When large SPDs are used, we face two problems:

- too many CPU cycles are spent during the linear searches in the SPD
  for each packet
- too much contention on multi socket systems, since we use a single
  shared lock.

Main changes:

- added the sysctl tree 'net.key.spdcache' to control the SPD cache
  (disabled by default).
- cache the sp indexes that are used to perform SP lookups.
- use a range of dedicated mutexes to protect the cache lines.

Submitted by: Emeric Poupon <emeric.poupon@stormshield.eu>
Reviewed by: ae
Sponsored by:	Stormshield
Differential Revision: https://reviews.freebsd.org/D15050
2018-05-22 15:54:25 +00:00
..
addr2line
alias
apply
ar
asa
at
atm
awk awk(1): Don't install tests at all 2018-01-29 14:15:44 +00:00
banner
basename
bc
biff
bluetooth
bmake Merge bmake-20180512 2018-05-19 00:26:00 +00:00
brandelf
bsdcat MFV r328323,328324: 2018-01-24 14:24:17 +00:00
bsdiff
bzip2
bzip2recover
c89
c99
caesar
calendar Update account and given names in committers-src.dot and calendar.freebsd 2018-04-22 20:47:16 +00:00
cap_mkdb
chat
chkey
chpass chpass: reject change/expiry dates beyond y2106 2018-04-19 12:50:49 +00:00
cksum
clang Regenerate clang man page after upstream change to document the possible 2018-04-11 18:39:47 +00:00
cmp cmp(1): Provide some long options 2018-05-02 01:32:34 +00:00
col
colldef
colrm
column
comm
compile_et
compress
cpio
cpuset Implement several enhancements to NUMA policies. 2018-03-29 02:54:50 +00:00
csplit
ctags
ctlstat
cut
cxxfilt
dc
diff
diff3
dirname
dpv Use full month in dpv(3), figpar(3), and bsdconfig(8) manuals 2018-03-14 19:09:06 +00:00
drill
dtc dtc(1): Update to upstream 006664a 2018-04-13 18:04:51 +00:00
du
ee
elf2aout
elfcopy
elfdump
enigma enigma(1) Remove reference to PGP; modernize a bit 2018-05-09 07:46:57 +00:00
env
etdump Update release version of FreeBSD. 2018-04-25 18:56:27 +00:00
expand [expand] add __dead2 annotation to usage 2018-05-11 06:55:02 +00:00
factor
false
fetch Support If-Modified-Since for https as well as http. 2018-05-12 17:04:40 +00:00
file
file2c
find Allow compiling usr.bin/find on Linux and Mac 2018-02-06 15:41:26 +00:00
finger
fmt
fold
fortune fortune(6): Fix gcc80 -Wbool-operation warnings. 2018-01-27 17:43:09 +00:00
from
fstat
fsync
ftp
gcore
gencat
getaddrinfo
getconf
getent
getopt
gprof
grdc
grep Standardize SPDX tag on files I've added 2018-05-09 16:52:28 +00:00
gzip Remove "All rights reserved" from my files. 2018-05-10 06:41:08 +00:00
head head(1): Provide long options 2018-04-10 14:44:07 +00:00
hesinfo
hexdump Standardize SPDX tag on files I've added 2018-05-09 16:52:28 +00:00
host
iconv
id
ident Remove "All rights reserved" from my files. 2018-05-10 06:41:08 +00:00
indent
ipcrm Fix build post r330299 2018-03-02 23:31:55 +00:00
ipcs Follow r329348 in ipcs for getting rid of the requirement to include SysV IPC 2018-02-16 18:07:04 +00:00
iscsictl Make iscsictl(1) display "Disabled" status for disabled sessions. 2018-03-10 14:33:00 +00:00
join
jot
kdump kdump: simplify/remove per-arch #ifdefs 2018-04-24 19:23:26 +00:00
keylogin
keylogout
killall
ktrace
ktrdump
lam
last
lastcomm
ldd
leave
less
lessecho
lesskey
lex Fix broken SPDX comment in usr.bin/lex/initparse.c 2018-02-07 17:09:12 +00:00
limits limits(1): fix always true condition 2018-01-21 08:48:26 +00:00
locale
localedef
locate
lock Make lock(1) use PAM. This makes the -p option work again. (Well, kind of, 2018-02-11 13:35:31 +00:00
lockf
logger
login
logins
logname
look
lorder
lsvfs
lzmainfo
m4 m4: add annotations to various functions 2018-01-24 07:01:44 +00:00
mail
man Clean up .Xrs in man(1). 2018-04-25 15:39:36 +00:00
mandoc reinstall the roff(7) manpage 2018-04-13 09:04:31 +00:00
mesg
minigzip
ministat ministat: disallow negative variance / nan Stddev 2018-02-21 15:54:23 +00:00
mkcsmapper
mkcsmapper_static
mkdep
mkesdb
mkesdb_static
mkfifo
mkimg Fix a conditional that got mucked up. 2018-04-12 17:16:13 +00:00
mklocale
mkstr
mktemp
mkuzip
morse
msgs
mt
nc
ncal Based on multiple sources including the State Gazette the last day of 2018-05-18 16:19:45 +00:00
netstat Add a SPD cache to speed up lookups. 2018-05-22 15:54:25 +00:00
newgrp
newkey
nfsstat nfsstat: Add libxo output 2018-01-30 09:59:52 +00:00
nice
nl
nm
nohup
numactl
number
opieinfo
opiekey
opiepasswd
pagesize
pamtest
passwd
paste
patch
pathchk
perror
pom
pr
primes
printenv
printf
proccontrol
procstat Don't escape '?'s in protocol output. 2018-01-23 20:07:51 +00:00
protect
quota quota(1): Fix calculation overflow and underflow 2018-04-16 19:33:04 +00:00
random
rctl .Xr rctl(8) and cpuset(1). 2018-02-26 18:04:17 +00:00
readelf
renice
resizewin
rev
revoke
rpcgen
rpcinfo
rs
rup
ruptime
rusers
rwall
rwho
script
sdiff
sdiotool
sed
send-pr
seq seq(1): Move long_opts up with globals 2018-05-02 01:04:13 +00:00
setchannel
shar
showmount
size
smbutil
sockstat sockstat: add break that was forgot in 328279 2018-01-23 14:33:19 +00:00
soelim
sort Fix the WITH_SORT_THREADS build. 2018-02-07 20:36:37 +00:00
split
ssh-copy-id my copyright: some minor adjustments 2018-05-19 20:35:15 +00:00
stat
stdbuf
strings
su
svn Update svn_private_config.h - I misread an autoconf change. 2018-05-08 21:01:04 +00:00
systat Reduce <sys/queue.h> pollution. 2018-05-11 00:01:43 +00:00
tabs
tail tail(1): Address mandoc concern (space before punctuation after macro) 2018-04-10 14:42:24 +00:00
talk
tar
tcopy
tee
telnet
tests
tftp tftpd: Flush files as soon as they are fully received 2018-03-09 23:25:18 +00:00
time time(1): use the monotonic clock 2018-05-04 14:39:32 +00:00
timeout timeout.1: Try to improve clarity 2018-03-29 02:13:58 +00:00
tip Add EXAMPLES to tip(1) man page. 2018-04-28 12:24:05 +00:00
top top(1): increase size of 'status' buffer 2018-05-22 07:56:58 +00:00
touch
tput
tr
true
truncate
truss Reformat the enum of syscall argument types. 2018-03-29 00:12:50 +00:00
tset
tsort
tty
ul
uname
unexpand
unifdef
uniq uniq(1): Add some long options 2018-05-02 01:17:08 +00:00
units
unvis
unzip
usbhidaction
usbhidctl
users
uudecode
uuencode
vacation
vgrind
vi
vis
vmstat Temporarily widen count for interrupt rate calculations on 32-bit archs 2018-02-08 05:18:30 +00:00
vtfontcvt vtfontcvt: allow .bdf characters less than full height 2018-04-03 18:43:00 +00:00
w
wall Add RFC 5424 syslog message output to syslogd. 2018-04-15 08:34:16 +00:00
wc
what
whereis
which
who
whois
write
xargs
xinstall Allow xinstall and makefs to be crossbuilt on Linux and Mac 2018-01-16 21:43:46 +00:00
xo
xohtml
xolint
xopo
xstr
xz
xzdec
yacc
yes
ypcat
ypmatch
ypwhich
zstd Use a script wrapper for <compress>grep 2018-04-25 13:23:58 +00:00
Makefile Add the etdump utility for dumping El Torito boot catalog information. 2018-04-03 21:08:10 +00:00
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.inc
Makefile.powerpc
Makefile.sparc64