diff options
author | Felix Beck <felix.beck@de.ibm.com> | 2009-12-07 06:51:59 -0500 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2009-12-07 06:51:36 -0500 |
commit | 7a6f5cd07ee5648f5768637ff082133384af415c (patch) | |
tree | 598367f81afc71cc0ee3cc0df6295d476c2f7ee2 /drivers/s390/crypto | |
parent | 18278dffc18d3b22dedd6285b2bb491329d888f5 (diff) |
[S390] zcrypt: adjust speed rating of cex3 adapters
Cex3 needs a lower speed rating. Otherwise cex2 adapters will be
prefered.
Signed-off-by: Felix Beck <felix.beck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/crypto')
-rw-r--r-- | drivers/s390/crypto/zcrypt_cex2a.c | 2 | ||||
-rw-r--r-- | drivers/s390/crypto/zcrypt_pcixcc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/crypto/zcrypt_cex2a.c b/drivers/s390/crypto/zcrypt_cex2a.c index a90b76079fa9..c6fb0aa89507 100644 --- a/drivers/s390/crypto/zcrypt_cex2a.c +++ b/drivers/s390/crypto/zcrypt_cex2a.c | |||
@@ -43,7 +43,7 @@ | |||
43 | #define CEX3A_MAX_MOD_SIZE CEX2A_MAX_MOD_SIZE | 43 | #define CEX3A_MAX_MOD_SIZE CEX2A_MAX_MOD_SIZE |
44 | 44 | ||
45 | #define CEX2A_SPEED_RATING 970 | 45 | #define CEX2A_SPEED_RATING 970 |
46 | #define CEX3A_SPEED_RATING 1100 | 46 | #define CEX3A_SPEED_RATING 900 /* Fixme: Needs finetuning */ |
47 | 47 | ||
48 | #define CEX2A_MAX_MESSAGE_SIZE 0x390 /* sizeof(struct type50_crb2_msg) */ | 48 | #define CEX2A_MAX_MESSAGE_SIZE 0x390 /* sizeof(struct type50_crb2_msg) */ |
49 | #define CEX2A_MAX_RESPONSE_SIZE 0x110 /* max outputdatalength + type80_hdr */ | 49 | #define CEX2A_MAX_RESPONSE_SIZE 0x110 /* max outputdatalength + type80_hdr */ |
diff --git a/drivers/s390/crypto/zcrypt_pcixcc.c b/drivers/s390/crypto/zcrypt_pcixcc.c index 65cf17b7c5d0..79c120578e61 100644 --- a/drivers/s390/crypto/zcrypt_pcixcc.c +++ b/drivers/s390/crypto/zcrypt_pcixcc.c | |||
@@ -49,7 +49,7 @@ | |||
49 | #define PCIXCC_MCL2_SPEED_RATING 7870 | 49 | #define PCIXCC_MCL2_SPEED_RATING 7870 |
50 | #define PCIXCC_MCL3_SPEED_RATING 7870 | 50 | #define PCIXCC_MCL3_SPEED_RATING 7870 |
51 | #define CEX2C_SPEED_RATING 7000 | 51 | #define CEX2C_SPEED_RATING 7000 |
52 | #define CEX3C_SPEED_RATING 10000 /* FIXME: needs finetuning */ | 52 | #define CEX3C_SPEED_RATING 6500 /* FIXME: needs finetuning */ |
53 | 53 | ||
54 | #define PCIXCC_MAX_ICA_MESSAGE_SIZE 0x77c /* max size type6 v2 crt message */ | 54 | #define PCIXCC_MAX_ICA_MESSAGE_SIZE 0x77c /* max size type6 v2 crt message */ |
55 | #define PCIXCC_MAX_ICA_RESPONSE_SIZE 0x77c /* max size type86 v2 reply */ | 55 | #define PCIXCC_MAX_ICA_RESPONSE_SIZE 0x77c /* max size type86 v2 reply */ |