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
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
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
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
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
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
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