]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r261242:
authorjch <jch@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 18 Jul 2016 08:20:31 +0000 (08:20 +0000)
committerjch <jch@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 18 Jul 2016 08:20:31 +0000 (08:20 +0000)
commitc82dd3713cc70350eebee238f104501e6c532be8
tree4ddfdf09a5be255f36224bb7ab7db30747ea7f72
parent1f205bc0061ee55e4d7113291cff88633b61d8f4
MFC r261242:

Decrease lock contention within the TCP accept case by removing
the INP_INFO lock from tcp_usr_accept.  As the PR/patch states
this was following the advice already in the code.
See the PR below for a full discussion of this change and its
measured effects.

PR: 183659
Submitted by: Julien Charbon
Reviewed by: jhb

git-svn-id: svn://svn.freebsd.org/base/stable/10@302995 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/tcp_syncache.c
sys/netinet/tcp_usrreq.c