Re: [PATCH -mm crypto] AES: x86_64 asm implementation optimization

From: Sebastian Siewior
Date: Wed Apr 23 2008 - 18:32:40 EST


* Huang, Ying | 2008-04-17 11:36:43 [+0800]:

>Hi, Sebastian,
Hi Huang,

>The files attached is the separated patches, from step1 to step 7. Thank
>you very much for your help.
I've run the following script:

|#!/bin/bash
|check_error()
|{
| r=$?
| if [ ! $r -eq 0 ]
| then
| exit 1
| fi
|}
|
|modprobe tcrypt mode=200
|modprobe tcrypt mode=200
|dmesg -c > step-0.txt
|
|for ((i=1; i<=7; i++))
|do
| quilt push step${i}.patch
| check_error
|
| make
| check_error
|
| rmmod aes_x86_64
| check_error
|
| insmod arch/x86/crypto/aes-x86_64.ko
| check_error
|
| modprobe tcrypt mode=200
| modprobe tcrypt mode=200
| dmesg -c > step-${i}.txt
|done

and the result is attached.

>Best Regards,
>Huang Ying

Sebastian

Attachment: steps.tbz2
Description: Binary data