Re: [Openvpn-users] 100% CPU without traffic

2014-05-07 Thread Jan Just Keijser
Hi Florent, On 06/05/14 18:59, Florent B wrote: > Without "engine padlock", speeds are the same : > > type 16 bytes 64 bytes256 bytes 1024 bytes 8192 > bytes > bf-cbc 42424.58k50268.65k52581.63k53539.16k > 53766.83k it seems that it does not use the pa

Re: [Openvpn-users] 100% CPU without traffic

2014-05-06 Thread Jan Just Keijser
Florent B wrote: > Hi Jan, > > make test is giving me : > > ALL TESTS SUCCESSFUL. > > > And openssl speed -engine padlock -evp bf-cbc : > > > engine "padlock" set. > Doing bf-cbc for 3s on 16 size blocks: 7954726 bf-cbc's in 3.00s > Doing bf-cbc for 3s on 64 size blocks: 2356547 bf-cbc's in 3.00s >

Re: [Openvpn-users] 100% CPU without traffic

2014-05-06 Thread Jan Just Keijser
Hi Florent, Florent B wrote: > Hi all, > > I am running a Debian Wheezy over a VIA Nano processor U2250 processor. > > This processor does not support AES Intel instructions, but supports VIA > Padlock which can do AES. > > Kernel modules are loaded : > > root@sd-39714:~# lsmod | grep padlock > pa

Re: [Openvpn-users] 100% CPU without traffic

2014-05-06 Thread Florent B
perf top is giving me "_vpaes_encrypt_core" (75%) and "sha1_block_data_order_ssse3" (20%) functions of openvpn process consumming all my CPU... (it has changed from packaged, it was an openssl function that was consumming) ---