Hi,
I recently installed cryptodev on my E02 which I mostly use for SSL transfers via sabnzb. To do so I followed the edited instructions in the first post.
However, I see a massive performance DEcrease (from ~2.5 mb/s down to 400 kb/s). The performance test seems OK I guess:
- Code: Select all
openssl speed -evp aes-128-cbc
Doing aes-128-cbc for 3s on 16 size blocks: 39330 aes-128-cbc's in 0.09s
Doing aes-128-cbc for 3s on 64 size blocks: 42815 aes-128-cbc's in 0.07s
Doing aes-128-cbc for 3s on 256 size blocks: 16261 aes-128-cbc's in 0.04s
Doing aes-128-cbc for 3s on 1024 size blocks: 16304 aes-128-cbc's in 0.07s
Doing aes-128-cbc for 3s on 8192 size blocks: 3617 aes-128-cbc's in 0.01s
Any ideas why I see this?
So to be able to pinpoint the drop to the cryptodev module I'd want to revert the system back to the previous state, i.e. let it use the conventional openssl package. Unfortunately, I'm not sure how.
Is this as easy as pacman -S openssl to re-install the old package and removing the cryptodev out of modules() in /etc/rc.conf?
Thanks,
HA