net/mlx5: optimize header modify action memory
[dpdk.git] / app / test-crypto-perf / configs / crypto-perf-aesni-gcm.json
1 {
2         "throughput": {
3                 "default": {
4                         "eal": {
5                                 "l": "1,2",
6                                 "vdev": "crypto_aesni_gcm"
7                         },
8                         "app": {
9                                 "csv-friendly": true,
10                                 "buffer-sz": "64,128,256,512,768,1024,1408,2048",
11                                 "burst-sz": "1,4,8,16,32",
12                                 "ptest": "throughput",
13                                 "devtype": "crypto_aesni_gcm"
14                         }
15                 },
16                 "AES-GCM-128 aead-op encrypt": {
17                         "aead-algo": "aes-gcm",
18                         "aead-key-sz": "16",
19                         "aead-iv-sz": "12",
20                         "aead-op": "encrypt",
21                         "aead-aad-sz": "16",
22                         "digest-sz": "16",
23                         "optype": "aead",
24                         "total-ops": "10000000"
25                 },
26                 "AES-GCM-128 aead-op decrypt": {
27                         "aead-algo": "aes-gcm",
28                         "aead-key-sz": "16",
29                         "aead-op": "decrypt",
30                         "aead-aad-sz": "16",
31                         "aead-iv-sz": "12",
32                         "digest-sz": "16",
33                         "optype": "aead",
34                         "total-ops": "10000000"
35                 },
36                 "AES-GCM-256 aead-op encrypt": {
37                         "aead-algo": "aes-gcm",
38                         "aead-key-sz": "32",
39                         "aead-op": "encrypt",
40                         "aead-aad-sz": "32",
41                         "aead-iv-sz": "12",
42                         "digest-sz": "16",
43                         "optype": "aead",
44                         "total-ops": "10000000"
45                 },
46                 "AES-GCM-256 aead-op decrypt": {
47                         "aead-algo": "aes-gcm",
48                         "aead-key-sz": "32",
49                         "aead-op": "decrypt",
50                         "aead-aad-sz": "32",
51                         "aead-iv-sz": "12",
52                         "digest-sz": "16",
53                         "optype": "aead",
54                         "total-ops": "10000000"
55                 },
56                 "AES-GMAC 128 auth-only generate": {
57                         "auth-algo": "aes-gmac",
58                         "auth-key-sz": "16",
59                         "auth-iv-sz": "12",
60                         "auth-op": "generate",
61                         "digest-sz": "16",
62                         "optype": "auth-only",
63                         "total-ops": "10000000"
64                 }
65         },
66         "latency": {
67                 "default": {
68                         "eal": {
69                                 "l": "1,2",
70                                 "vdev": "crypto_aesni_gcm"
71                         },
72                         "app": {
73                                 "csv-friendly": true,
74                                 "buffer-sz": "1024",
75                                 "burst-sz": "16",
76                                 "ptest": "latency",
77                                 "devtype": "crypto_aesni_gcm"
78                         }
79                 },
80                 "AES-GCM-128 aead-op decrypt": {
81                         "aead-algo": "aes-gcm",
82                         "aead-key-sz": "16",
83                         "aead-op": "decrypt",
84                         "aead-aad-sz": "16",
85                         "aead-iv-sz": "12",
86                         "digest-sz": "16",
87                         "optype": "aead"
88                 },
89                 "AES-GCM-256 aead-op encrypt latency": {
90                         "aead-algo": "aes-gcm",
91                         "aead-key-sz": "32",
92                         "aead-op": "encrypt",
93                         "aead-aad-sz": "32",
94                         "aead-iv-sz": "12",
95                         "digest-sz": "16",
96                         "optype": "aead"
97                 }
98         }
99 }