Re: Atom C2758 - loading aesni(4) reduces performance

2015-05-25 Thread Christoph Moench-Tegeder
## Kevin Day (toa...@dragondata.com): > > If you have cryptodev loaded, this is to be expected as OpenSSL will > > use /dev/crypto instead of the AES-NI instructions.. Just don't load > > cryptodev and you'll be fine.. > > So to make sure I’m understanding… openssl has native AES-NI support, and

Re: Atom C2758 - loading aesni(4) reduces performance

2015-05-25 Thread RW
On Mon, 25 May 2015 13:41:31 +0200 Christoph Moench-Tegeder wrote: > ## Kevin Day (toa...@dragondata.com): > > > > If you have cryptodev loaded, this is to be expected as OpenSSL > > > will use /dev/crypto instead of the AES-NI instructions.. Just > > > don't load cryptodev and you'll be fine..

Re: Atom C2758 - loading aesni(4) reduces performance

2015-05-25 Thread Christoph Moench-Tegeder
## RW (rwmailli...@googlemail.com): > But AFAIK you need the crypto module for AES-NI support in geli. > > Is there any way to have both work optimally? geli needs crypto(4), but does not use cryptodev(4) - at least, that's what I gather from the man page. Regards, Christoph -- Spare Space __

Re: Atom C2758 - loading aesni(4) reduces performance

2015-05-25 Thread John-Mark Gurney
Christoph Moench-Tegeder wrote this message on Mon, May 25, 2015 at 15:46 +0200: > ## RW (rwmailli...@googlemail.com): > > > But AFAIK you need the crypto module for AES-NI support in geli. > > > > Is there any way to have both work optimally? > > geli needs crypto(4), but does not use cryptodev