From: Andi Kleen Subject: Re: [PATCH] [CRYPTO] cast6: inline bloat-- Date: Thu, 10 Jan 2008 04:03:43 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Herbert Xu , linux-crypto@vger.kernel.org To: =?iso-8859-1?Q?Ilpo_J=E4rvinen?= Return-path: Received: from ns.suse.de ([195.135.220.2]:43895 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754436AbYAJDDp convert rfc822-to-8bit (ORCPT ); Wed, 9 Jan 2008 22:03:45 -0500 In-Reply-To: ("Ilpo =?iso-8859-1?Q?J=E4rvinen=22's?= message of "Mon\, 7 Jan 2008 15\:40\:58 +0200 \(EET\)") Sender: linux-crypto-owner@vger.kernel.org List-ID: "Ilpo J=E4rvinen" writes: > Bloat-o-meter shows rather high readings for cast6... Have you measured if the performance doesn't suffer from that change? Inner loops of ciphers tend to be quite performance sensitive and the inlines might actually help a lot.=20 On the other hand setkey is probably not as sensitive. -Andi