app/crypto-perf: add script to graph perf results
[dpdk.git] / app / test-crypto-perf / configs / crypto-perf-qat.json
1 {
2         "throughput": {
3                 "default": {
4                         "eal": {
5                                 "l": "1,2"
6                         },
7                         "app": {
8                                 "csv-friendly": true,
9                                 "buffer-sz": "64,128,256,512,768,1024,1408,2048",
10                                 "burst-sz": "1,4,8,16,32",
11                                 "devtype": "crypto_qat",
12                                 "ptest": "throughput"
13                         }
14                 },
15                 "AES-CBC-128 SHA1-HMAC auth-then-cipher decrypt": {
16                         "cipher-algo": "aes-cbc",
17                         "cipher-key-sz": "16",
18                         "auth-algo": "sha1-hmac",
19                         "optype": "auth-then-cipher",
20                         "cipher-op": "decrypt"
21                 },
22                 "AES-CBC-128 SHA1-HMAC cipher-then-auth encrypt": {
23                         "cipher-algo": "aes-cbc",
24                         "cipher-key-sz": "16",
25                         "auth-algo": "sha1-hmac",
26                         "optype": "cipher-then-auth",
27                         "cipher-op": "encrypt"
28                 },
29                 "AES-CBC-256 SHA2-256-HMAC auth-then-cipher decrypt": {
30                         "cipher-algo": "aes-cbc",
31                         "cipher-key-sz": "32",
32                         "auth-algo": "sha2-256-hmac",
33                         "optype": "auth-then-cipher",
34                         "cipher-op": "decrypt"
35                 },
36                 "AES-CBC-256 SHA2-256-HMAC cipher-then-auth encrypt": {
37                         "cipher-algo": "aes-cbc",
38                         "cipher-key-sz": "32",
39                         "auth-algo": "sha2-256-hmac",
40                         "optype": "cipher-then-auth",
41                         "cipher-op": "encrypt"
42                 },
43                 "AES-GCM-128 aead-op encrypt": {
44                         "aead-algo": "aes-gcm",
45                         "aead-key-sz": "16",
46                         "aead-iv-sz": "12",
47                         "aead-op": "encrypt",
48                         "aead-aad-sz": "16",
49                         "digest-sz": "16",
50                         "optype": "aead"
51                 },
52                 "AES-GCM-128 aead-op decrypt": {
53                         "aead-algo": "aes-gcm",
54                         "aead-key-sz": "16",
55                         "aead-op": "decrypt"
56                 },
57                 "AES-GCM-256 aead-op encrypt": {
58                         "aead-algo": "aes-gcm",
59                         "aead-key-sz": "32",
60                         "aead-op": "encrypt"
61                 },
62                 "AES-GCM-256 aead-op decrypt": {
63                         "aead-algo": "aes-gcm",
64                         "aead-key-sz": "32",
65                         "aead-op": "decrypt"
66                 }
67         },
68         "latency": {
69                 "default": {
70                         "eal": {
71                                 "l": "1,2"
72                         },
73                         "app": {
74                                 "csv-friendly": true,
75                                 "ptest": "latency",
76                                 "buffer-sz": "1024",
77                                 "burst-sz": "16",
78                                 "devtype": "crypto_qat"
79                         }
80                 },
81                 "AES-CBC-256 SHA2-256-HMAC cipher-then-auth encrypt": {
82                         "cipher-algo": "aes-cbc",
83                         "cipher-key-sz": "32",
84                         "auth-algo": "sha2-256-hmac",
85                         "optype": "cipher-then-auth",
86                         "cipher-op": "encrypt"
87                 },
88                 "AES-GCM-128 aead-op encrypt": {
89                         "aead-algo": "aes-gcm",
90                         "aead-key-sz": "16",
91                         "aead-op": "encrypt"
92                 }
93         }
94 }