- Spam protected email address for mailman archive
- Subversion to DVCS - Your mindset has to change as well
- DNMA92, ath9k and hostapd with Voyage Linux
- Slides for Open Source Developer talk at SFD
- Open Source Developer talk at Software Freedom Day 2009 HK
- Building compat-wireless drivers for 2.6.30
- leds-alix2 module in 2.6.30 kernel
- squashfs 4.0 on Debian Lenny and 2.6.30 kernel
- Upgrade Debian Etch Xen 3.0.2 to Lenny Xen 3.2
- Modrewriting viewcvs to viewvc in Apache2
OCF-enabled Voyage Lenny and test on ALIX1C
Submitted by punkytse on December 2, 2008 - 09:56.
Developer | Linux | Voyage Linux
I have included ocf patch to 2.6.26 voyage kernel and rebuild libssl and openssh package. Voyage Lenny now includes ocf enabled kernel and libssl.
To test, you need to install ocf-enabled openssl, which could be found in here.
Before you test, you need to enable cryptodev, geode_aes and cryptosoft modules.
# modprobe cryptodev # modprobe geode-aes # modprobe cryptosoft
Here are the test result on ALIX1C.
voyage:~# openssl speed -evp aes-128-cbc -engine cryptodev engine "cryptodev" set. Doing aes-128-cbc for 3s on 16 size blocks: 171575 aes-128-cbc's in 0.10s Doing aes-128-cbc for 3s on 64 size blocks: 161556 aes-128-cbc's in 0.18s Doing aes-128-cbc for 3s on 256 size blocks: 133868 aes-128-cbc's in 0.11s Doing aes-128-cbc for 3s on 1024 size blocks: 78685 aes-128-cbc's in 0.07s Doing aes-128-cbc for 3s on 2048 size blocks: 50938 aes-128-cbc's in 0.05s OpenSSL 0.9.8g 19 Oct 2007 built on: Thu Nov 27 01:34:17 HKT 2008 options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) aes(partial) blo compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DM available timing options: TIMES TIMEB HZ=100 [sysconf value] timing function used: times The 'numbers' are in 1000s of bytes per second processed. type 16 bytes 64 bytes 256 bytes 1024 bytes 2048 bytes aes-128-cbc 27452.00k 57442.13k 311547.35k 1151049.14k 2086420.48k
However, I cannot get the same result in ALIX3C.
Regards, Punky» punkytse's blog | login to post comments


