2013-02-21 19:04:22

by Tim Chen

[permalink] [raw]
Subject: [PATCH] Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions.

Herbert,

The following patch update the stale link to the CRC32C white paper
that was referenced.

Tim


Signed-off-by: Tim Chen <[email protected]>
---
arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/x86/crypto/crc32c-pcl-intel-asm_64.S b/arch/x86/crypto/crc32c-pcl-intel-asm_64.S
index 93c6d39..f3f1e42 100644
--- a/arch/x86/crypto/crc32c-pcl-intel-asm_64.S
+++ b/arch/x86/crypto/crc32c-pcl-intel-asm_64.S
@@ -1,9 +1,10 @@
/*
* Implement fast CRC32C with PCLMULQDQ instructions. (x86_64)
*
- * The white paper on CRC32C calculations with PCLMULQDQ instruction can be
+ * The white papers on CRC32C calculations with PCLMULQDQ instruction can be
* downloaded from:
- * http://download.intel.com/design/intarch/papers/323405.pdf
+ * http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/crc-iscsi-polynomial-crc32-instruction-paper.pdf
+ * http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-crc-computation-paper.pdf
*
* Copyright (C) 2012 Intel Corporation.
*
--
1.7.6.5


2013-03-10 10:14:51

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions.

On Thu, Feb 21, 2013 at 11:04:22AM -0800, Tim Chen wrote:
> Herbert,
>
> The following patch update the stale link to the CRC32C white paper
> that was referenced.

Patch applied.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt