From: "H. Peter Anvin" Subject: Re: [PATCH 0/3 v2] Optimize CRC32C calculation using PCLMULQDQ in crc32c-intel module Date: Thu, 27 Sep 2012 19:54:27 -0700 Message-ID: <50651163.5050101@zytor.com> References: <1348785854.17632.15.camel@schen9-DESK> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Herbert Xu , "David S. Miller" , Fengguang Wu , David Cote , Suresh Siddha , Chaohong Guo , Austin Zhang , linux-kernel , linux-crypto@vger.kernel.org, James Guilford , Wajdi Feghali , Min Li To: Tim Chen Return-path: Received: from terminus.zytor.com ([198.137.202.10]:36109 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755482Ab2I1Cyh (ORCPT ); Thu, 27 Sep 2012 22:54:37 -0400 In-Reply-To: <1348785854.17632.15.camel@schen9-DESK> Sender: linux-crypto-owner@vger.kernel.org List-ID: On 09/27/2012 03:44 PM, Tim Chen wrote: > Version 2 > This version of the patch series fixes compilation errors for > 32 bit x86 targets. > > Version 1 > This patch series optimized CRC32C calculations with PCLMULQDQ > instruction for crc32c-intel module. It speeds up the original > implementation by 1.6x for 1K buffer and by 3x for buffer 4k or > more. The tcrypt module was enhanced for doing speed test > on crc32c calculations. > Herbert - you are handling this one, right? -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.