Re: [cryptodev:master 22/36] arch/x86/crypto/crc32-pclmul_asm.S:87:2: warning: #warning Using 32bit code support

2013-01-19 Thread Alexander Boyko
You can kill it. 1/20/13 4:55 AM, Herbert Xu пишет: > On Sun, Jan 20, 2013 at 08:50:00AM +0800, kbuild test robot wrote: >> tree: >> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git >> master >> head: d3f5188dfea70e7ea6570bd4bc9d6d7dbd431e39 >> commit: 78c37d191dd6899d8

Re: [PATCH v4] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation

2013-01-10 Thread Alexander Boyko
1/11/13 12:08 AM, Tim Chen пишет: > On Thu, 2013-01-10 at 23:26 +0400, Alexander Boyko wrote: >> 1/10/13 9:54 PM, Tim Chen пишет: >>> On Thu, 2013-01-10 at 18:54 +0400, Alexander Boyko wrote: >>>> From: Alexander Boyko >>>> >>>> This patch add

Re: [PATCH v4] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation

2013-01-10 Thread Alexander Boyko
1/10/13 9:54 PM, Tim Chen пишет: > > On Thu, 2013-01-10 at 18:54 +0400, Alexander Boyko wrote: >> From: Alexander Boyko >> >> This patch adds crc32 algorithms to shash crypto api. One is wrapper to >> gerneric crc32_le function. Second is crc32 pclmulqdq impl

[PATCH v4] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation

2013-01-10 Thread Alexander Boyko
From: Alexander Boyko This patch adds crc32 algorithms to shash crypto api. One is wrapper to gerneric crc32_le function. Second is crc32 pclmulqdq implementation. It use hardware provided PCLMULQDQ instruction to accelerate the CRC32 disposal. This instruction present from Intel Westmere and

[PATCH v3] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation

2012-12-20 Thread Alexander Boyko
From: Alexander Boyko This patch adds crc32 algorithms to shash crypto api. One is wrapper to generic crc32_le function. Second is crc32 pclmulqdq implementation. It use hardware provided PCLMULQDQ instruction to accelerate the CRC32 disposal. This instruction present from Intel Westmere and

[PATCH v2] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation

2012-07-30 Thread Alexander Boyko
From: Alexander Boyko This patch adds crc32 algorithms to shash crypto api. One is wrapper to generic crc32_le function. Second is crc32 pclmulqdq implementation. It use hardware provided PCLMULQDQ instruction to accelerate the CRC32 disposal. This instruction present from Intel Westmere and

[PATCH v1] crypto api: add crc32 pclmulqdq implementation and wrappers for table implementation

2012-07-24 Thread Alexander Boyko
From: Alexander Boyko This patch adds crc32 algorithms to shash crypto api. One is wrapper to generic crc32_le function. Second is crc32 pclmulqdq implementation. It use hardware provided PCLMULQDQ instruction to accelerate the CRC32 disposal. This instruction present from Intel Westmere and