Re: [Ocf-linux-users] hardware acceleration question
Brought to you by:
david-m
From: Max <ma...@da...> - 2009-05-14 07:44:49
|
Hello. I double-checked and it seems that ocf do not see driver aes-7108 at all: when I remove built-in aes support from linux kernel crypto api (CONFIG_CRYPTO_AES option) when cryptotest says: ~ # cryptotest -v -c -a aes 4 cipher aes keylen 16 CIOCGSESSION: Invalid argument hardware doesn't support algorithm; skip it Here I'm stuck - aes-7108 driver is in kernel, it is initialized (according to dmesg: cypher_7108_crypto_init(80113694) 7108: AES @ 0xbb500100 (0x1b500100 phys) CTR mode [3]) but ocf behaves like there is no such driver at all. Do you have any idea what am I doing wrong? best regards, Max. |