Re: [PATCH] *icsk_ca_priv: Reduce inet_connection_sock size?
From: Daniele Lacamera <hidden>
Date: 2008-08-31 19:19:32
From: Daniele Lacamera <hidden>
Date: 2008-08-31 19:19:32
Evgeniy Polyakov wrote:
Hi. On Sun, Aug 31, 2008 at 08:26:50PM +0200, Daniele Lacamera (root@danielinux.net) wrote: This will also increase number of allocations in the fast path, isn't it? This overhead is not acceptible.
Hi Evgeniy, 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? -- Daniele