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-prev] [day] [month] [year] [list]
Date:	Sun, 31 Aug 2008 21:05:00 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	root@...ielinux.net
Cc:	johnpol@....mipt.ru, netdev@...r.kernel.org,
	angelo.tornese@...il.com
Subject: Re: [PATCH] *icsk_ca_priv: Reduce inet_connection_sock size?

From: Daniele Lacamera <root@...ielinux.net>
Date: Sun, 31 Aug 2008 21:19:38 +0200

> fast path? I don't think so... the modules allocate the ca_priv once
> per connection, at the beginning of the connection and only if that
> specific module needs that.  Am I missing something?

Creating and destroying a connection is a fast path, that is
what you miss.

The performance of many workloads is directly dependent upon
how fast we can create and tear down a TCP connection.
--
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