aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorFabien Thomas <fabient@FreeBSD.org>2016-11-25 13:49:33 +0000
committerFabien Thomas <fabient@FreeBSD.org>2016-11-25 13:49:33 +0000
commitdcf3302859e24b26f3b1dff2c8e104fdbe976825 (patch)
tree6c1f381e067b38b71c2103456e46ff550b78d573 /sys/net
parent0aa5466e7d5279f04c22add1ee218a879753b94e (diff)
downloadsrc-dcf3302859e24b26f3b1dff2c8e104fdbe976825.tar.gz
src-dcf3302859e24b26f3b1dff2c8e104fdbe976825.zip
In a dual processor system (2*6 cores) during IPSec throughput tests,
we see a lot of contention on the arc4 lock, used to generate the IV of the ESP output packets. The idea of this patch is to split this mutex in order to reduce the contention on this lock. Reviewed by: delphij, markm, ache Approved by: so Obtained from: emeric.poupon@stormshield.eu MFC after: 1 month Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D8130
Notes
Notes: svn path=/head/; revision=309143
Diffstat (limited to 'sys/net')
0 files changed, 0 insertions, 0 deletions