Re: [PATCH] *icsk_ca_priv: Reduce inet_connection_sock size?
From: David Miller <davem@davemloft.net>
Date: 2008-09-01 04:05:06
From: David Miller <davem@davemloft.net>
Date: 2008-09-01 04:05:06
From: Daniele Lacamera <redacted> 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.