lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 9 Mar 2015 14:14:56 -0700
From:	Maciej Żenczykowski <zenczykowski@...il.com>
To:	Maciej Żenczykowski <maze@...gle.com>,
	David Miller <davem@...emloft.net>,
	Eric Dumazet <edumazet@...gle.com>
Cc:	"Theodore Ts'o" <tytso@....edu>,
	Linux NetDev <netdev@...r.kernel.org>
Subject: [PATCH net-next] Performance improvements for socket/close and accept/close.

Currently socket/close and accept/close require the acquisition of the
files lock 3 times
(twice in socket/accept, once in close), this patch series cuts this down to 2.

net-next performance on dual socket, 8 cores per socket, 2 HTs per
core, i.e. 32 hyperthreaded intel x86_64 machine:

prior to patch series:

843780 socket/close per sec (single thread)
629763 socket/close per sec (32 threaded process)

after patch series:

856149 socket/close per sec (single thread)
763282 socket/close per sec (32 threaded process)

- Maciej
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ