9e2edcddef366f943a2f8f0d7a2ebe6a0105d5c2
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134 #        - 11  # NDRPDR sel
135 #        - 12  # NDRPDR sel
136 #        - 20  # NDRPDR sel
137 #        - 21  # NDRPDR sel
138 #        - 23  # NDRPDR sel
139 #        - 24  # NDRPDR sel
140 #        - 25  # NDRPDR sel
141 #        - 26  # NDRPDR sel
142 #        - 29  # NDRPDR sel
143 #        - 30  # NDRPDR sel
144         - 55  # 1904.1 NDRPDR sel
145
146 #    plot-vpp-http-server-performance:
147 #      # csit-vpp-perf-verify-1904-3n-hsw:
148 #      csit-vpp-perf-verify-1810-3n-hsw:
149 #        - 28  # WRK
150 #        - 29  # WRK
151 #        - 30  # WRK
152 #        - 31  # WRK
153 #        - 32  # WRK
154 #        - 33  # WRK
155 #        - 34  # WRK
156 #        - 35  # WRK
157 #        - 36  # WRK
158 #        - 37  # WRK
159
160 #    plot-ligato-throughput-lat-tsa-3n-hsw:
161 #      # csit-ligato-perf-verify-1904-3n-hsw:
162 #      csit-ligato-perf-verify-1901-3n-hsw:
163 #        - 8   # NDRPDR sel
164 #        - 9   # NDRPDR sel
165 #        - 11  # NDRPDR sel
166 #        - 12  # NDRPDR sel
167 #        - 13  # NDRPDR sel
168 #        - 14  # NDRPDR sel
169 #        - 15  # NDRPDR sel
170 #        - 16  # NDRPDR sel
171 #        - 17  # NDRPDR sel
172 #        - 18  # NDRPDR sel
173
174     plot-dpdk-throughput-latency-3n-hsw:
175       csit-dpdk-perf-verify-1904-3n-hsw:
176         - 2   # NDRPDR sel
177         - 3   # NDRPDR sel
178         - 5   # NDRPDR sel
179         - 6   # NDRPDR sel
180         - 13  # NDRPDR sel
181         - 14  # NDRPDR sel
182         - 15  # NDRPDR sel
183         - 18  # NDRPDR sel
184         - 19  # NDRPDR sel
185         - 20  # NDRPDR sel
186
187     # 3n-skx
188
189     plot-vpp-throughput-lat-tsa-3n-skx:
190       csit-vpp-perf-verify-1904-3n-skx:
191 #        - 8   # NDRPDR sel
192 #        - 9   # NDRPDR sel
193 #        - 10  # NDRPDR sel
194 #        - 11  # NDRPDR sel
195 #        - 12  # NDRPDR sel
196 #        - 14  # NDRPDR sel
197 #        - 16  # NDRPDR sel
198 #        - 21  # NDRPDR sel
199 #        - 23  # NDRPDR sel
200 #        - 25  # NDRPDR sel
201         - 37  # 1904.1 NDRPDR sel
202
203     plot-dpdk-throughput-latency-3n-skx:
204       csit-dpdk-perf-verify-1904-3n-skx:
205         - 2   # NDRPDR sel
206         - 3   # NDRPDR sel
207         - 4   # NDRPDR sel
208         - 5   # NDRPDR sel
209         - 6   # NDRPDR sel
210         - 7   # NDRPDR sel
211         - 11  # NDRPDR sel
212         - 12  # NDRPDR sel
213         - 13  # NDRPDR sel
214         - 14  # NDRPDR sel
215
216     # 2n-skx
217
218 #    plot-vpp-throughput-lat-tsa-2n-skx:
219 #      csit-vpp-perf-verify-1904-2n-skx:
220 #        - 12  # NDRPDR sel
221 #        - 14  # NDRPDR sel
222 #        - 16  # NDRPDR sel
223 #        - 17  # NDRPDR sel
224 #        - 18  # NDRPDR sel
225 #        - 21  # NDRPDR sel
226 #        - 27  # NDRPDR sel
227 #        - 30  # NDRPDR sel
228 #        - 31  # NDRPDR sel
229 #        - 32  # NDRPDR sel
230
231 #    plot-vpp-soak-2n-skx:
232 #      csit-vpp-perf-verify-1904-2n-skx:
233 #        - 70  # soak
234 #        - 71  # soak
235
236 #    plot-vpp-nfv-2n-skx-ndrpdr-64b:
237 #      csit-vpp-perf-verify-1904-2n-skx:
238 #        - 56  # NFV NDRPDR 64b
239 #        - 59  # NFV NDRPDR 64b
240 #        - 60  # NFV NDRPDR 64b
241 #        - 65  # NFV NDRPDR 64b
242 #        - 68  # NFV NDRPDR 64b
243 #        - 80  # NFV MRR NDRPDR 64b IMIX
244 #        - 81  # NFV MRR NDRPDR 64b IMIX
245 #        - 84  # NFV MRR NDRPDR 64b IMIX
246 #        - 85  # NFV MRR NDRPDR 64b IMIX
247 #        - 86  # NFV MRR NDRPDR 64b IMIX
248 #
249 #    plot-vpp-nfv-2n-skx-ndrpdr-imix:
250 #      csit-vpp-perf-verify-1904-2n-skx:
251 #        - 66  # NFV NDRPDR IMIX
252 #        - 67  # NFV NDRPDR IMIX
253 #        - 69  # NFV NDRPDR IMIX
254 #        - 82  # NFV NDRPDR IMIX
255 #        - 83  # NFV NDRPDR IMIX
256 #        - 80  # NFV MRR NDRPDR 64b IMIX
257 #        - 81  # NFV MRR NDRPDR 64b IMIX
258 #        - 84  # NFV MRR NDRPDR 64b IMIX
259 #        - 85  # NFV MRR NDRPDR 64b IMIX
260 #        - 86  # NFV MRR NDRPDR 64b IMIX
261 #
262 #    plot-vpp-nfv-2n-skx-mrr-64b:
263 #      csit-vpp-perf-verify-1904-2n-skx:
264 #        - 40  # NFV MRR 64b
265 #        - 41  # NFV MRR 64b
266 #        - 42  # NFV MRR 64b
267 #        - 47  # NFV MRR 64b
268 #        - 48  # NFV MRR 64b
269 #        - 80  # NFV MRR NDRPDR 64b IMIX
270 #        - 81  # NFV MRR NDRPDR 64b IMIX
271 #        - 84  # NFV MRR NDRPDR 64b IMIX
272 #        - 85  # NFV MRR NDRPDR 64b IMIX
273 #        - 86  # NFV MRR NDRPDR 64b IMIX
274 #
275 #    plot-vpp-nfv-2n-skx-mrr-imix:
276 #      csit-vpp-perf-verify-1904-2n-skx:
277 #        - 49  # NFV MRR IMIX
278 #        - 50  # NFV MRR IMIX
279 #        - 51  # NFV MRR IMIX
280 #        - 54  # NFV MRR IMIX
281 #        - 55  # NFV MRR IMIX
282 #        - 80  # NFV MRR NDRPDR 64b IMIX
283 #        - 81  # NFV MRR NDRPDR 64b IMIX
284 #        - 84  # NFV MRR NDRPDR 64b IMIX
285 #        - 85  # NFV MRR NDRPDR 64b IMIX
286 #        - 86  # NFV MRR NDRPDR 64b IMIX
287
288     plot-dpdk-throughput-latency-2n-skx:
289       csit-dpdk-perf-verify-1904-2n-skx:
290         - 2   # NDRPDR sel
291         - 3   # NDRPDR sel
292         - 4   # NDRPDR sel
293         - 5   # NDRPDR sel
294         - 7   # NDRPDR sel
295         - 8   # NDRPDR sel
296         - 9   # NDRPDR sel
297         - 10  # NDRPDR sel
298         - 11  # NDRPDR sel
299         - 12  # NDRPDR sel
300
301     # 3rd party
302
303 #    # Denverton:
304 #    intel-dnv-vpp:
305 #      # intel-dnv-vpp-release-1904:
306 #      intel-dnv-vpp-release-1901:
307 #        - 1
308
309     ###########################################################################
310     # Simple tables (only one data set):
311
312     # NIC Comparisons
313
314 #    vpp-nic-comparison-3n-hsw:
315 #      csit-vpp-perf-verify-1904-3n-hsw:
316 #        - 11  # NDRPDR sel
317 #        - 12  # NDRPDR sel
318 #        - 20  # NDRPDR sel
319 #        - 21  # NDRPDR sel
320 #        - 23  # NDRPDR sel
321 #        - 24  # NDRPDR sel
322 #        - 25  # NDRPDR sel
323 #        - 26  # NDRPDR sel
324 #        - 29  # NDRPDR sel
325 #        - 30  # NDRPDR sel
326
327 #    vpp-nic-comparison-3n-skx:
328 #      csit-vpp-perf-verify-1904-3n-skx:
329 #        - 8   # NDRPDR sel
330 #        - 9   # NDRPDR sel
331 #        - 10  # NDRPDR sel
332 #        - 11  # NDRPDR sel
333 #        - 12  # NDRPDR sel
334 #        - 14  # NDRPDR sel
335 #        - 16  # NDRPDR sel
336 #        - 21  # NDRPDR sel
337 #        - 23  # NDRPDR sel
338 #        - 25  # NDRPDR sel
339
340 #    vpp-nic-comparison-2n-skx:
341 #      csit-vpp-perf-verify-1904-2n-skx:
342 #        - 12  # NDRPDR sel
343 #        - 14  # NDRPDR sel
344 #        - 16  # NDRPDR sel
345 #        - 17  # NDRPDR sel
346 #        - 18  # NDRPDR sel
347 #        - 21  # NDRPDR sel
348 #        - 27  # NDRPDR sel
349 #        - 30  # NDRPDR sel
350 #        - 31  # NDRPDR sel
351 #        - 32  # NDRPDR sel
352
353 #    vpp-nic-comparison-3n-hsw-mrr:
354 #      csit-vpp-perf-verify-1904-3n-hsw:
355 #        - 9   # MRR sel
356
357 #    vpp-nic-comparison-3n-skx-mrr:
358 #      csit-vpp-perf-verify-1904-3n-skx:
359 #        - 7   # MRR sel
360
361 #    vpp-nic-comparison-2n-skx-mrr:
362 #      csit-vpp-perf-verify-1904-2n-skx:
363 #        - 11  # MRR sel
364
365     # Results
366
367     vpp-perf-results-3n-hsw:
368       csit-vpp-perf-verify-1904-3n-hsw:
369 #        - 32  # NDRPDR full
370 #        - 33  # NDRPDR full
371 #        - 35  # NDRPDR full
372 #        - 36  # NDRPDR full
373 #        - 37  # NDRPDR full
374 #        - 38  # NDRPDR full
375 #        - 40  # NDRPDR full
376 #        - 45  # NDRPDR full
377 #        - 46  # NDRPDR full
378 #        - 48  # NDRPDR full
379 #        - 49  # NDRPDR full
380 #        - 50  # NDRPDR full
381 #        - 51  # NDRPDR full
382 #        - 52  # NDRPDR full
383         - 55  # 1904.1 NDRPDR sel
384
385     vpp-perf-results-3n-skx:
386       csit-vpp-perf-verify-1904-3n-skx:
387 #        - 26  # NDRPDR full
388 #        - 27  # NDRPDR full
389 #        - 30  # NDRPDR full
390 #        - 31  # NDRPDR full
391         - 37  # 1904.1 NDRPDR sel
392
393 #    vpp-perf-results-2n-skx:
394 #      csit-vpp-perf-verify-1904-2n-skx:
395 #        - 33  # NDRPDR full
396 #        - 39  # NDRPDR full
397 #        - 58  # NDRPDR full
398 #        - 62  # NDRPDR full
399
400 #    vpp-mrr-results-3n-hsw:
401 #      csit-vpp-perf-verify-1904-3n-hsw:
402 #        - 9   # MRR sel
403
404 #    vpp-mrr-results-3n-skx:
405 #      csit-vpp-perf-verify-1904-3n-skx:
406 #        - 7   # MRR sel
407
408 #    vpp-mrr-results-2n-skx:
409 #      csit-vpp-perf-verify-1904-2n-skx:
410 #        - 11  # MRR sel
411
412     vpp-func-results-ubuntu:
413       csit-vpp-functional-1904-ubuntu1604-virl:
414         - 162
415
416     vpp-func-results-centos:
417       csit-vpp-functional-1904-centos7-virl:
418         - 160
419
420     vpp-device-results-ubuntu:
421       csit-vpp-device-1904-ubuntu1804-1n-skx:
422         - 160
423
424 #    # VPP Ligato
425 #    ligato-perf-results-3n-hsw:
426 #      # csit-ligato-perf-verify-1904-3n-hsw:
427 #      csit-ligato-perf-verify-1901-3n-hsw:
428 #        - 10  # NDRPDR full
429
430     dpdk-perf-results-3n-hsw:
431       csit-dpdk-perf-verify-1904-3n-hsw:
432         - 5   # NDRPDR sel
433
434     dpdk-perf-results-3n-skx:
435       csit-dpdk-perf-verify-1904-3n-skx:
436         - 7   # NDRPDR sel
437
438     dpdk-perf-results-2n-skx:
439       csit-dpdk-perf-verify-1904-2n-skx:
440         - 9   # NDRPDR sel
441
442 #    # HoneyComb Functional
443 #    hc-func-results:
444 #      csit-hc2vpp-verify-func-1904-ubuntu1604:
445 #        - 4
446
447 #    # NSH SFC Functional
448 #    nsh-func-results:
449 #      # Not used
450 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
451 #        - 1
452
453 #    # DMM Functional
454 #    dmm-func-results:
455 #      csit-dmm-functional-1904-ubuntu1604-virl:
456 #        - 1
457
458     ###########################################################################
459     # Tables (more than one data set)
460
461     # Performance changes
462
463 #    intel-dnv-vpp-changes-2n-dnv-h1:
464 #      intel-dnv-vpp-release-1810:
465 #        - 1
466 #    intel-dnv-vpp-changes-2n-dnv-ref:
467 #      intel-dnv-vpp-release-1901:
468 #        - 1
469 #    intel-dnv-vpp-changes-2n-dnv-cmp:
470 #      # intel-dnv-vpp-release-1904:
471 #      intel-dnv-vpp-release-1901:
472 #        - 1
473 #    intel-dnv-vpp-changes-2n-dnv:
474 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
475 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
476 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
477
478     vpp-performance-changes-3n-hsw-h1:
479       csit-vpp-perf-verify-1810-3n-hsw:
480         - 8   # NDRPDR sel
481         - 12  # NDRPDR sel
482         - 14  # NDRPDR sel
483         - 18  # NDRPDR sel
484         - 23  # NDRPDR sel
485         - 25  # NDRPDR sel
486         - 38  # NDRPDR sel
487         - 39  # NDRPDR sel
488         - 41  # NDRPDR sel
489         - 42  # NDRPDR sel
490     vpp-performance-changes-3n-hsw-ref:
491       csit-vpp-perf-verify-1901-3n-hsw:
492         - 10  # NDRPDR sel
493         - 19  # NDRPDR sel
494         - 31  # NDRPDR sel
495         - 36  # NDRPDR sel
496         - 40  # NDRPDR sel
497         - 42  # NDRPDR sel
498         - 44  # NDRPDR sel
499         - 46  # NDRPDR sel
500         - 47  # NDRPDR sel
501         - 48  # NDRPDR sel
502         - 61  # NDRPDR LB
503         - 62  # NDRPDR LB
504         - 63  # NDRPDR LB
505         - 64  # NDRPDR LB
506         - 65  # NDRPDR LB
507         - 66  # NDRPDR LB
508         - 67  # NDRPDR LB
509         - 69  # NDRPDR LB
510         - 70  # NDRPDR LB
511         - 71  # NDRPDR LB
512     vpp-performance-changes-3n-hsw-cmp:
513       csit-vpp-perf-verify-1904-3n-hsw:
514 #        - 11  # NDRPDR sel
515 #        - 12  # NDRPDR sel
516 #        - 20  # NDRPDR sel
517 #        - 21  # NDRPDR sel
518 #        - 23  # NDRPDR sel
519 #        - 24  # NDRPDR sel
520 #        - 25  # NDRPDR sel
521 #        - 26  # NDRPDR sel
522 #        - 29  # NDRPDR sel
523 #        - 30  # NDRPDR sel
524         - 55  # 1904.1 NDRPDR sel
525     vpp-performance-changes-3n-hsw:
526       - "vpp-performance-changes-3n-hsw-h1"
527       - "vpp-performance-changes-3n-hsw-ref"
528       - "vpp-performance-changes-3n-hsw-cmp"
529
530     vpp-performance-changes-3n-skx-h1:
531       csit-vpp-perf-verify-1810-3n-skx:
532         - 10  # NDRPDR sel
533         - 14  # NDRPDR sel
534         - 15  # NDRPDR sel
535         - 16  # NDRPDR sel
536         - 17  # NDRPDR sel
537         - 19  # NDRPDR sel
538         - 20  # NDRPDR sel
539         - 21  # NDRPDR sel
540         - 22  # NDRPDR sel
541         - 25  # NDRPDR sel
542     vpp-performance-changes-3n-skx-ref:
543       csit-vpp-perf-verify-1901-3n-skx:
544         - 18  # NDRPDR sel
545         - 19  # NDRPDR sel
546         - 20  # NDRPDR sel
547         - 28  # NDRPDR sel
548         - 31  # NDRPDR sel
549         - 33  # NDRPDR sel
550         - 36  # NDRPDR sel
551         - 38  # NDRPDR sel
552         - 47  # NDRPDR sel
553         - 48  # NDRPDR sel
554         - 54  # NDRPDR LB
555         - 57  # NDRPDR LB
556         - 58  # NDRPDR LB
557         - 59  # NDRPDR LB
558         - 60  # NDRPDR LB
559         - 63  # NDRPDR LB
560         - 64  # NDRPDR LB
561         - 65  # NDRPDR LB
562         - 66  # NDRPDR LB
563         - 67  # NDRPDR LB
564     vpp-performance-changes-3n-skx-cmp:
565       csit-vpp-perf-verify-1904-3n-skx:
566 #        - 8   # NDRPDR sel
567 #        - 9   # NDRPDR sel
568 #        - 10  # NDRPDR sel
569 #        - 11  # NDRPDR sel
570 #        - 12  # NDRPDR sel
571 #        - 14  # NDRPDR sel
572 #        - 16  # NDRPDR sel
573 #        - 21  # NDRPDR sel
574 #        - 23  # NDRPDR sel
575 #        - 25  # NDRPDR sel
576         - 37  # 1904.1 NDRPDR sel
577     vpp-performance-changes-3n-skx:
578       - "vpp-performance-changes-3n-skx-h1"
579       - "vpp-performance-changes-3n-skx-ref"
580       - "vpp-performance-changes-3n-skx-cmp"
581
582 #    vpp-performance-changes-2n-skx-h1:
583 #      csit-vpp-perf-verify-1810-2n-skx:
584 #        - 9   # NDRPDR sel
585 #        - 13  # NDRPDR sel
586 #        - 14  # NDRPDR sel
587 #        - 19  # NDRPDR sel
588 #        - 20  # NDRPDR sel
589 #        - 21  # NDRPDR sel
590 #        - 22  # NDRPDR sel
591 #        - 23  # NDRPDR sel
592 #        - 24  # NDRPDR sel
593 #        - 27  # NDRPDR sel
594 #    vpp-performance-changes-2n-skx-ref:
595 #      csit-vpp-perf-verify-1901-2n-skx:
596 #        - 5   # NDRPDR sel
597 #        - 12  # NDRPDR sel
598 #        - 13  # NDRPDR sel
599 #        - 21  # NDRPDR sel
600 #        - 23  # NDRPDR sel
601 #        - 31  # NDRPDR sel
602 #        - 34  # NDRPDR sel
603 #        - 40  # NDRPDR sel
604 #        - 42  # NDRPDR sel
605 #        - 43  # NDRPDR sel
606 #    vpp-performance-changes-2n-skx-cmp:
607 #      csit-vpp-perf-verify-1904-2n-skx:
608 #        - 12  # NDRPDR sel
609 #        - 14  # NDRPDR sel
610 #        - 16  # NDRPDR sel
611 #        - 17  # NDRPDR sel
612 #        - 18  # NDRPDR sel
613 #        - 21  # NDRPDR sel
614 #        - 27  # NDRPDR sel
615 #        - 30  # NDRPDR sel
616 #        - 31  # NDRPDR sel
617 #        - 32  # NDRPDR sel
618 #    vpp-performance-changes-2n-skx:
619 #      - "vpp-performance-changes-2n-skx-h1"
620 #      - "vpp-performance-changes-2n-skx-ref"
621 #      - "vpp-performance-changes-2n-skx-cmp"
622
623 #    vpp-soak-vs-ndr-2n-skx-ref:
624 #      csit-vpp-perf-verify-1904-2n-skx:
625 #        - 12  # NDRPDR sel
626 #        - 14  # NDRPDR sel
627 #        - 16  # NDRPDR sel
628 #        - 17  # NDRPDR sel
629 #        - 18  # NDRPDR sel
630 #        - 21  # NDRPDR sel
631 #        - 27  # NDRPDR sel
632 #        - 30  # NDRPDR sel
633 #        - 31  # NDRPDR sel
634 #        - 32  # NDRPDR sel
635 #    vpp-soak-vs-ndr-2n-skx-cmp:
636 #      csit-vpp-perf-verify-1904-2n-skx:
637 #        - 70  # soak
638 #        - 71  # soak
639 #    vpp-soak-vs-ndr-2n-skx:
640 #      csit-vpp-perf-verify-1904-2n-skx:
641 #        - 12  # NDRPDR sel
642 #        - 14  # NDRPDR sel
643 #        - 16  # NDRPDR sel
644 #        - 17  # NDRPDR sel
645 #        - 18  # NDRPDR sel
646 #        - 21  # NDRPDR sel
647 #        - 27  # NDRPDR sel
648 #        - 30  # NDRPDR sel
649 #        - 31  # NDRPDR sel
650 #        - 32  # NDRPDR sel
651 #        - 70  # soak
652 #        - 71  # soak
653
654 #    vpp-performance-changes-3n-hsw-mrr-h1:
655 #      csit-vpp-perf-verify-1810-3n-hsw:
656 #        - 9   # MRR sel
657 #    vpp-performance-changes-3n-hsw-mrr-ref:
658 #      csit-vpp-perf-verify-1901-3n-hsw:
659 #        - 35  # MRR sel
660 #    vpp-performance-changes-3n-hsw-mrr-cmp:
661 #      csit-vpp-perf-verify-1904-3n-hsw:
662 #        - 9   # MRR sel
663 #    vpp-performance-changes-3n-hsw-mrr:
664 #      - "vpp-performance-changes-3n-hsw-mrr-h1"
665 #      - "vpp-performance-changes-3n-hsw-mrr-ref"
666 #      - "vpp-performance-changes-3n-hsw-mrr-cmp"
667
668 #    vpp-performance-changes-3n-skx-mrr-h1:
669 #      csit-vpp-perf-verify-1810-3n-skx:
670 #        - 9   # MRR sel
671 #        - 11  # MRR sel
672 #        - 12  # MRR sel
673 #        - 13  # MRR sel
674 #    vpp-performance-changes-3n-skx-mrr-ref:
675 #      csit-vpp-perf-verify-1901-3n-skx:
676 #        - 32  # MRR sel
677 #    vpp-performance-changes-3n-skx-mrr-cmp:
678 #      csit-vpp-perf-verify-1904-3n-skx:
679 #        - 7   # MRR sel
680 #    vpp-performance-changes-3n-skx-mrr:
681 #      - "vpp-performance-changes-3n-skx-mrr-h1"
682 #      - "vpp-performance-changes-3n-skx-mrr-ref"
683 #      - "vpp-performance-changes-3n-skx-mrr-cmp"
684
685 #    vpp-performance-changes-2n-skx-mrr-h1:
686 #      csit-vpp-perf-verify-1810-2n-skx:
687 #        - 8   # MRR sel
688 #        - 10  # MRR sel
689 #        - 11  # MRR sel
690 #        - 12  # MRR sel
691 #    vpp-performance-changes-2n-skx-mrr-ref:
692 #      csit-vpp-perf-verify-1901-2n-skx:
693 #        - 22  # MRR sel
694 #    vpp-performance-changes-2n-skx-mrr-cmp:
695 #      csit-vpp-perf-verify-1904-2n-skx:
696 #        - 11  # MRR sel
697 #    vpp-performance-changes-2n-skx-mrr:
698 #      - "vpp-performance-changes-2n-skx-mrr-h1"
699 #      - "vpp-performance-changes-2n-skx-mrr-ref"
700 #      - "vpp-performance-changes-2n-skx-mrr-cmp"
701
702     dpdk-performance-changes-3n-hsw-h1:
703       csit-dpdk-perf-verify-1810-3n-hsw:
704         - 1   # NDRPDR sel
705         - 2   # NDRPDR sel
706         - 3   # NDRPDR sel
707         - 4   # NDRPDR sel
708         - 5   # NDRPDR sel
709         - 6   # NDRPDR sel
710         - 7   # NDRPDR sel
711         - 8   # NDRPDR sel
712         - 9   # NDRPDR sel
713         - 10  # NDRPDR sel
714     dpdk-performance-changes-3n-hsw-ref:
715       csit-dpdk-perf-verify-1901-3n-hsw:
716         - 13  # NDRPDR sel
717         - 14  # NDRPDR sel
718         - 16  # NDRPDR sel
719         - 17  # NDRPDR sel
720         - 18  # NDRPDR sel
721         - 19  # NDRPDR sel
722         - 20  # NDRPDR sel
723         - 21  # NDRPDR sel
724         - 22  # NDRPDR sel
725         - 23  # NDRPDR sel
726     dpdk-performance-changes-3n-hsw-cmp:
727       csit-dpdk-perf-verify-1904-3n-hsw:
728         - 2   # NDRPDR sel
729         - 3   # NDRPDR sel
730         - 5   # NDRPDR sel
731         - 6   # NDRPDR sel
732         - 13  # NDRPDR sel
733         - 14  # NDRPDR sel
734         - 15  # NDRPDR sel
735         - 18  # NDRPDR sel
736         - 19  # NDRPDR sel
737         - 20  # NDRPDR sel
738     dpdk-performance-changes-3n-hsw:
739       - "dpdk-performance-changes-3n-hsw-h1"
740       - "dpdk-performance-changes-3n-hsw-ref"
741       - "dpdk-performance-changes-3n-hsw-cmp"
742
743     dpdk-performance-changes-3n-skx-h1:
744       csit-dpdk-perf-verify-1810-3n-skx:
745         - 3   # NDRPDR sel
746         - 4   # NDRPDR sel
747         - 6   # NDRPDR sel
748         - 7   # NDRPDR sel
749         - 8   # NDRPDR sel
750         - 9   # NDRPDR sel
751         - 10  # NDRPDR sel
752         - 11  # NDRPDR sel
753         - 12  # NDRPDR sel
754         - 13  # NDRPDR sel
755     dpdk-performance-changes-3n-skx-ref:
756       csit-dpdk-perf-verify-1901-3n-skx:
757         - 3   # NDRPDR sel
758         - 5   # NDRPDR sel
759         - 6   # NDRPDR sel
760         - 7   # NDRPDR sel
761         - 8   # NDRPDR sel
762         - 9   # NDRPDR sel
763         - 10  # NDRPDR sel
764         - 11  # NDRPDR sel
765         - 12  # NDRPDR sel
766         - 13  # NDRPDR sel
767     dpdk-performance-changes-3n-skx-cmp:
768       csit-dpdk-perf-verify-1904-3n-skx:
769         - 2   # NDRPDR sel
770         - 3   # NDRPDR sel
771         - 4   # NDRPDR sel
772         - 5   # NDRPDR sel
773         - 6   # NDRPDR sel
774         - 7   # NDRPDR sel
775         - 11  # NDRPDR sel
776         - 12  # NDRPDR sel
777         - 13  # NDRPDR sel
778         - 14  # NDRPDR sel
779     dpdk-performance-changes-3n-skx:
780       - "dpdk-performance-changes-3n-skx-h1"
781       - "dpdk-performance-changes-3n-skx-ref"
782       - "dpdk-performance-changes-3n-skx-cmp"
783
784     dpdk-performance-changes-2n-skx-h1:
785       csit-dpdk-perf-verify-1810-2n-skx:
786         - 3   # NDRPDR sel
787         - 4   # NDRPDR sel
788         - 5   # NDRPDR sel
789         - 7   # NDRPDR sel
790         - 8   # NDRPDR sel
791         - 9   # NDRPDR sel
792         - 10  # NDRPDR sel
793         - 11  # NDRPDR sel
794         - 12  # NDRPDR sel
795         - 13  # NDRPDR sel
796     dpdk-performance-changes-2n-skx-ref:
797       csit-dpdk-perf-verify-1901-2n-skx:
798         - 12  # NDRPDR sel
799         - 13  # NDRPDR sel
800         - 14  # NDRPDR sel
801         - 15  # NDRPDR sel
802         - 16  # NDRPDR sel
803         - 17  # NDRPDR sel
804         - 18  # NDRPDR sel
805         - 19  # NDRPDR sel
806         - 20  # NDRPDR sel
807         - 21  # NDRPDR sel
808     dpdk-performance-changes-2n-skx-cmp:
809       csit-dpdk-perf-verify-1904-2n-skx:
810         - 2   # NDRPDR sel
811         - 3   # NDRPDR sel
812         - 4   # NDRPDR sel
813         - 5   # NDRPDR sel
814         - 7   # NDRPDR sel
815         - 8   # NDRPDR sel
816         - 9   # NDRPDR sel
817         - 10  # NDRPDR sel
818         - 11  # NDRPDR sel
819         - 12  # NDRPDR sel
820     dpdk-performance-changes-2n-skx:
821       - "dpdk-performance-changes-2n-skx-h1"
822       - "dpdk-performance-changes-2n-skx-ref"
823       - "dpdk-performance-changes-2n-skx-cmp"
824
825     # Compare testbeds
826
827 #    vpp-compare-testbeds-ref:
828 #      csit-vpp-perf-verify-1904-3n-hsw:
829 #        - 11  # NDRPDR sel
830 #        - 12  # NDRPDR sel
831 #        - 20  # NDRPDR sel
832 #        - 21  # NDRPDR sel
833 #        - 23  # NDRPDR sel
834 #        - 24  # NDRPDR sel
835 #        - 25  # NDRPDR sel
836 #        - 26  # NDRPDR sel
837 #        - 29  # NDRPDR sel
838 #        - 30  # NDRPDR sel
839 #    vpp-compare-testbeds-cmp:
840 #      csit-vpp-perf-verify-1904-3n-skx:
841 #        - 8   # NDRPDR sel
842 #        - 9   # NDRPDR sel
843 #        - 10  # NDRPDR sel
844 #        - 11  # NDRPDR sel
845 #        - 12  # NDRPDR sel
846 #        - 14  # NDRPDR sel
847 #        - 16  # NDRPDR sel
848 #        - 21  # NDRPDR sel
849 #        - 23  # NDRPDR sel
850 #        - 25  # NDRPDR sel
851 #    vpp-compare-testbeds:
852 #      - "vpp-compare-testbeds-ref"
853 #      - "vpp-compare-testbeds-cmp"
854
855 #    vpp-compare-testbeds-mrr-ref:
856 #      csit-vpp-perf-verify-1904-3n-hsw:
857 #        - 9   # MRR sel
858 #    vpp-compare-testbeds-mrr-cmp:
859 #      csit-vpp-perf-verify-1904-3n-skx:
860 #        - 7   # MRR sel
861 #    vpp-compare-testbeds-mrr:
862 #      - "vpp-compare-testbeds-mrr-ref"
863 #      - "vpp-compare-testbeds-mrr-cmp"
864
865     dpdk-compare-testbeds-ref:
866       csit-dpdk-perf-verify-1904-3n-hsw:
867         - 2   # NDRPDR sel
868         - 3   # NDRPDR sel
869         - 5   # NDRPDR sel
870         - 6   # NDRPDR sel
871         - 13  # NDRPDR sel
872         - 14  # NDRPDR sel
873         - 15  # NDRPDR sel
874         - 18  # NDRPDR sel
875         - 19  # NDRPDR sel
876         - 20  # NDRPDR sel
877     dpdk-compare-testbeds-cmp:
878       csit-dpdk-perf-verify-1904-3n-skx:
879         - 2   # NDRPDR sel
880         - 3   # NDRPDR sel
881         - 4   # NDRPDR sel
882         - 5   # NDRPDR sel
883         - 6   # NDRPDR sel
884         - 7   # NDRPDR sel
885         - 11  # NDRPDR sel
886         - 12  # NDRPDR sel
887         - 13  # NDRPDR sel
888         - 14  # NDRPDR sel
889     dpdk-compare-testbeds:
890       - "dpdk-compare-testbeds-ref"
891       - "dpdk-compare-testbeds-cmp"
892
893     # Compare topologies
894
895 #    vpp-compare-topologies-ref:
896 #      csit-vpp-perf-verify-1904-3n-skx:
897 #        - 8   # NDRPDR sel
898 #        - 9   # NDRPDR sel
899 #        - 10  # NDRPDR sel
900 #        - 11  # NDRPDR sel
901 #        - 12  # NDRPDR sel
902 #        - 14  # NDRPDR sel
903 #        - 16  # NDRPDR sel
904 #        - 21  # NDRPDR sel
905 #        - 23  # NDRPDR sel
906 #        - 25  # NDRPDR sel
907 #    vpp-compare-topologies-cmp:
908 #      csit-vpp-perf-verify-1904-2n-skx:
909 #        - 12  # NDRPDR sel
910 #        - 14  # NDRPDR sel
911 #        - 16  # NDRPDR sel
912 #        - 17  # NDRPDR sel
913 #        - 18  # NDRPDR sel
914 #        - 21  # NDRPDR sel
915 #        - 27  # NDRPDR sel
916 #        - 30  # NDRPDR sel
917 #        - 31  # NDRPDR sel
918 #        - 32  # NDRPDR sel
919 #    vpp-compare-topologies:
920 #      - "vpp-compare-topologies-ref"
921 #      - "vpp-compare-topologies-cmp"
922
923 #    vpp-compare-topologies-mrr-ref:
924 #      csit-vpp-perf-verify-1904-3n-skx:
925 #        - 7   # MRR sel
926 #    vpp-compare-topologies-mrr-cmp:
927 #      csit-vpp-perf-verify-1904-2n-skx:
928 #        - 11  # MRR sel
929 #    vpp-compare-topologies-mrr:
930 #      - "vpp-compare-topologies-mrr-ref"
931 #      - "vpp-compare-topologies-mrr-cmp"
932
933     dpdk-compare-topologies-ref:
934       csit-dpdk-perf-verify-1904-3n-skx:
935         - 2   # NDRPDR sel
936         - 3   # NDRPDR sel
937         - 4   # NDRPDR sel
938         - 5   # NDRPDR sel
939         - 6   # NDRPDR sel
940         - 7   # NDRPDR sel
941         - 11  # NDRPDR sel
942         - 12  # NDRPDR sel
943         - 13  # NDRPDR sel
944         - 14  # NDRPDR sel
945     dpdk-compare-topologies-cmp:
946       csit-dpdk-perf-verify-1904-2n-skx:
947         - 2   # NDRPDR sel
948         - 3   # NDRPDR sel
949         - 4   # NDRPDR sel
950         - 5   # NDRPDR sel
951         - 7   # NDRPDR sel
952         - 8   # NDRPDR sel
953         - 9   # NDRPDR sel
954         - 10  # NDRPDR sel
955         - 11  # NDRPDR sel
956         - 12  # NDRPDR sel
957     dpdk-compare-topologies:
958       - "dpdk-compare-topologies-ref"
959       - "dpdk-compare-topologies-cmp"
960
961   plot-layouts:
962
963     plot-soak-throughput:
964       titlefont:
965         size: 18
966       xaxis:
967         title: "<b>Test Cases [Index]</b>"
968         titlefont:
969           size: 16
970         autorange: True
971         fixedrange: False
972         gridcolor: "rgb(230, 230, 230)"
973         linecolor: "rgb(220, 220, 220)"
974         linewidth: 1
975         showgrid: True
976         showline: True
977         showticklabels: True
978         tickcolor: "rgb(220, 220, 220)"
979         tickmode: "linear"
980         tickfont:
981           size: 16
982         zeroline: False
983       yaxis:
984         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
985         titlefont:
986           size: 16
987         gridcolor: "rgb(230, 230, 230)"
988         hoverformat: ".4r"
989         tickformat: ".3r"
990         linecolor: "rgb(220, 220, 220)"
991         linewidth: 1
992         showgrid: True
993         showline: True
994         showticklabels: True
995         tickcolor: "rgb(220, 220, 220)"
996         tickfont:
997           size: 16
998         zeroline: False
999         range: [0,50]
1000       autosize: False
1001       margin:
1002         t: 50
1003         b: 0
1004         l: 80
1005         r: 20
1006       showlegend: True
1007       legend:
1008         orientation: "h"
1009         font:
1010           size: 16
1011       width: 700
1012       height: 900
1013
1014     plot-service-density:
1015       titlefont:
1016         size: 18
1017       xaxis:
1018         side: "top"
1019         autorange: True
1020         fixedrange: False
1021         showgrid: False
1022         showline: False
1023         showticklabels: False
1024         ticks: ""
1025         ticklen: 0
1026         tickwidth: 0
1027         zeroline: False
1028       yaxis:
1029         autorange: "reversed"
1030         showgrid: False
1031         showline: False
1032         showticklabels: False
1033         ticks: ""
1034         ticklen: 0
1035         tickwidth: 0
1036         zeroline: False
1037       autosize: True
1038       showlegend: False
1039       width: 700
1040       height: 700
1041
1042     plot-cps:
1043       titlefont:
1044         size: 18
1045       xaxis:
1046         title: "<b>Test Cases [Index]</b>"
1047         titlefont:
1048           size: 16
1049         autorange: True
1050         fixedrange: False
1051         gridcolor: "rgb(230, 230, 230)"
1052         linecolor: "rgb(220, 220, 220)"
1053         linewidth: 1
1054         showgrid: True
1055         showline: True
1056         showticklabels: True
1057         tickcolor: "rgb(220, 220, 220)"
1058         tickmode: "linear"
1059         tickfont:
1060           size: 16
1061         zeroline: False
1062       yaxis:
1063         title: "<b>Connections Per Second [cps]</b>"
1064         titlefont:
1065           size: 16
1066         gridcolor: "rgb(230, 230, 230)"
1067         hoverformat: ".4s"
1068         linecolor: "rgb(220, 220, 220)"
1069         linewidth: 1
1070         rangemode: "tozero"
1071         showgrid: True
1072         showline: True
1073         showticklabels: True
1074         tickcolor: "rgb(220, 220, 220)"
1075         tickformat: ".3s"
1076         tickfont:
1077           size: 16
1078         zeroline: False
1079       boxmode: "group"
1080       boxgroupgap: 0.5
1081       autosize: False
1082       margin:
1083         t: 50
1084         b: 20
1085         l: 80
1086         r: 20
1087       showlegend: True
1088       legend:
1089         orientation: "h"
1090         font:
1091           size: 16
1092       width: 700
1093       height: 800
1094
1095     plot-rps:
1096       titlefont:
1097         size: 18
1098       xaxis:
1099         title: "<b>Test Cases [Index]</b>"
1100         titlefont:
1101           size: 16
1102         autorange: True
1103         fixedrange: False
1104         gridcolor: "rgb(230, 230, 230)"
1105         linecolor: "rgb(220, 220, 220)"
1106         linewidth: 1
1107         showgrid: True
1108         showline: True
1109         showticklabels: True
1110         tickcolor: "rgb(220, 220, 220)"
1111         tickmode: "linear"
1112         tickfont:
1113           size: 16
1114         zeroline: False
1115       yaxis:
1116         title: "<b>Requests Per Second [rps]</b>"
1117         titlefont:
1118           size: 16
1119         gridcolor: "rgb(230, 230, 230)"
1120         hoverformat: ".4s"
1121         linecolor: "rgb(220, 220, 220)"
1122         linewidth: 1
1123         rangemode: "tozero"
1124         showgrid: True
1125         showline: True
1126         showticklabels: True
1127         tickcolor: "rgb(230, 230, 230)"
1128         tickformat: ".3s"
1129         tickfont:
1130           size: 16
1131         zeroline: False
1132       boxmode: "group"
1133       boxgroupgap: 0.5
1134       autosize: False
1135       margin:
1136         t: 50
1137         b: 20
1138         l: 80
1139         r: 20
1140       showlegend: True
1141       legend:
1142         orientation: "h"
1143         font:
1144           size: 16
1145       width: 700
1146       height: 800
1147
1148     plot-throughput:
1149       titlefont:
1150         size: 18
1151       xaxis:
1152         title: "<b>Test Cases [Index]</b>"
1153         titlefont:
1154           size: 16
1155         autorange: True
1156         fixedrange: False
1157         gridcolor: "rgb(230, 230, 230)"
1158         linecolor: "rgb(220, 220, 220)"
1159         linewidth: 1
1160         showgrid: True
1161         showline: True
1162         showticklabels: True
1163         tickcolor: "rgb(220, 220, 220)"
1164         tickmode: "linear"
1165         tickfont:
1166           size: 16
1167         zeroline: False
1168       yaxis:
1169         title: "<b>Packet Throughput [Mpps]</b>"
1170         titlefont:
1171           size: 16
1172         gridcolor: "rgb(230, 230, 230)"
1173         hoverformat: ".4r"
1174         tickformat: ".3r"
1175         linecolor: "rgb(220, 220, 220)"
1176         linewidth: 1
1177         showgrid: True
1178         showline: True
1179         showticklabels: True
1180         tickcolor: "rgb(220, 220, 220)"
1181         tickfont:
1182           size: 16
1183         zeroline: False
1184         range: [0,50]
1185       boxmode: "group"
1186       boxgroupgap: 0.5
1187       autosize: False
1188       margin:
1189         t: 50
1190         b: 0
1191         l: 80
1192         r: 20
1193       showlegend: True
1194       legend:
1195         orientation: "h"
1196         font:
1197           size: 16
1198       width: 700
1199       height: 900
1200
1201     plot-throughput-speedup-analysis:
1202       titlefont:
1203         size: 18
1204       xaxis:
1205         title: "<b>Number of Cores [Qty]</b>"
1206         titlefont:
1207           size: 16
1208         autorange: True
1209         fixedrange: False
1210         gridcolor: "rgb(230, 230, 230)"
1211         linecolor: "rgb(220, 220, 220)"
1212         linewidth: 1
1213         showgrid: True
1214         showline: True
1215         showticklabels: True
1216         tickcolor: "rgb(238, 238, 238)"
1217         tickmode: "linear"
1218         tickfont:
1219           size: 16
1220         zeroline: False
1221       yaxis:
1222         title: "<b>Packet Throughput [Mpps]</b>"
1223         titlefont:
1224           size: 16
1225         type: "linear"
1226         gridcolor: "rgb(230, 230, 230)"
1227         hoverformat: ".4s"
1228         linecolor: "rgb(220, 220, 220)"
1229         linewidth: 1
1230         showgrid: True
1231         showline: True
1232         showticklabels: True
1233         tickcolor: "rgb(220, 220, 220)"
1234         tickformat: ".4s"
1235         tickfont:
1236           size: 16
1237         zeroline: True
1238         rangemode: "tozero"
1239         range: [0,100]
1240       legend:
1241         orientation: "h"
1242         font:
1243           size: 16
1244         xanchor: "left"
1245         yanchor: "top"
1246         x: 0
1247         y: -0.2
1248         bgcolor: "rgba(255, 255, 255, 0)"
1249         bordercolor: "rgba(255, 255, 255, 0)"
1250         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1251       autosize: False
1252       margin:
1253           't': 50
1254           'b': 150
1255           'l': 85
1256           'r': 10
1257       showlegend: True
1258       width: 700
1259       height: 700
1260       hoverlabel:
1261         namelength: -1
1262       annotations: [
1263         {
1264           text: "_ _          __          ...",
1265           align: "left",
1266           showarrow: False,
1267           xref: "paper",
1268           yref: "paper",
1269           xanchor: "left",
1270           yanchor: "top",
1271           x: 0,
1272           y: -0.13,
1273           font: {
1274             family: "Consolas, Courier New",
1275             size: 15
1276           },
1277         },
1278         {
1279           text: "    Perfect     Measured     Limit",
1280           align: "left",
1281           showarrow: False,
1282           xref: "paper",
1283           yref: "paper",
1284           xanchor: "left",
1285           yanchor: "top",
1286           x: 0,
1287           y: -0.15,
1288           font: {
1289             family: "Consolas, Courier New",
1290             size: 15
1291           },
1292         },
1293       ]
1294
1295     plot-latency:
1296       titlefont:
1297         size: 18
1298       xaxis:
1299         title: "<b>Direction</b>"
1300         titlefont:
1301           size: 16
1302         autorange: True
1303         fixedrange: False
1304         gridcolor: "rgb(230, 230, 230)"
1305         linecolor: "rgb(220, 220, 220)"
1306         linewidth: 1
1307         showgrid: True
1308         showline: True
1309         showticklabels: False
1310         tickcolor: "rgb(220, 220, 220)"
1311         tickmode: "linear"
1312         tickfont:
1313           size: 16
1314         zeroline: False
1315       yaxis:
1316         title: "<b>Packet Latency [uSec]</b>"
1317         titlefont:
1318           size: 16
1319         type: "linear"
1320         gridcolor: "rgb(230, 230, 230)"
1321         hoverformat: ".4s"
1322         linecolor: "rgb(220, 220, 220)"
1323         linewidth: 1
1324         showgrid: True
1325         showline: True
1326         showticklabels: True
1327         tickcolor: "rgb(220, 220, 220)"
1328         tickformat: ".4s"
1329         tickfont:
1330           size: 16
1331         zeroline: True
1332         rangemode: "tozero"
1333       legend:
1334         orientation: "h"
1335         font:
1336           size: 16
1337         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1338       autosize: False
1339       margin:
1340           't': 50
1341           'b': 150
1342           'l': 80
1343           'r': 10
1344       showlegend: True
1345       width: 700
1346       height: 700
1347       hoverlabel:
1348         namelength: -1
1349
1350 - type: "static"
1351   src-path: "{DIR[RST]}"
1352   dst-path: "{DIR[WORKING,SRC]}"
1353
1354 - type: "input"
1355   general:
1356     file-name: "robot-plugin.zip"
1357     file-format: ".zip"
1358     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1359     extract: "robot-plugin/output.xml"
1360
1361   builds:
1362 ##    intel-dnv-vpp-release-1904:
1363 ##      - 1
1364 #
1365 #    intel-dnv-vpp-release-1901:
1366 #      - 1
1367 #
1368 #    intel-dnv-vpp-release-1810:
1369 #      - 1
1370
1371     csit-vpp-perf-verify-1810-3n-hsw:
1372 #      - 9   # MRR sel
1373       - 8   # NDRPDR sel
1374       - 12  # NDRPDR sel
1375       - 14  # NDRPDR sel
1376       - 18  # NDRPDR sel
1377       - 23  # NDRPDR sel
1378       - 25  # NDRPDR sel
1379       - 38  # NDRPDR sel
1380       - 39  # NDRPDR sel
1381       - 41  # NDRPDR sel
1382       - 42  # NDRPDR sel
1383 #      - 28  # WRK
1384 #      - 29  # WRK
1385 #      - 30  # WRK
1386 #      - 31  # WRK
1387 #      - 32  # WRK
1388 #      - 33  # WRK
1389 #      - 34  # WRK
1390 #      - 35  # WRK
1391 #      - 36  # WRK
1392 #      - 37  # WRK
1393     csit-vpp-perf-verify-1901-3n-hsw:
1394 #      - 35  # MRR sel
1395       - 10  # NDRPDR sel
1396       - 19  # NDRPDR sel
1397       - 31  # NDRPDR sel
1398       - 36  # NDRPDR sel
1399       - 40  # NDRPDR sel
1400       - 42  # NDRPDR sel
1401       - 44  # NDRPDR sel
1402       - 46  # NDRPDR sel
1403       - 47  # NDRPDR sel
1404       - 48  # NDRPDR sel
1405 #      - 61  # NDRPDR LB
1406 #      - 62  # NDRPDR LB
1407 #      - 63  # NDRPDR LB
1408 #      - 64  # NDRPDR LB
1409 #      - 65  # NDRPDR LB
1410 #      - 66  # NDRPDR LB
1411 #      - 67  # NDRPDR LB
1412 #      - 69  # NDRPDR LB
1413 #      - 70  # NDRPDR LB
1414 #      - 71  # NDRPDR LB
1415     # TODO: Add 1904 Data
1416     csit-vpp-perf-verify-1904-3n-hsw:
1417 #      - 9   # MRR sel
1418 #      - 32  # NDRPDR full
1419 #      - 33  # NDRPDR full
1420 #      - 35  # NDRPDR full
1421 #      - 36  # NDRPDR full
1422 #      - 37  # NDRPDR full
1423 #      - 38  # NDRPDR full
1424 #      - 40  # NDRPDR full
1425 #      - 45  # NDRPDR full
1426 #      - 46  # NDRPDR full
1427 #      - 48  # NDRPDR full
1428 #      - 49  # NDRPDR full
1429 #      - 50  # NDRPDR full
1430 #      - 51  # NDRPDR full
1431 #      - 52  # NDRPDR full
1432 #      - 11  # NDRPDR sel
1433 #      - 12  # NDRPDR sel
1434 #      - 20  # NDRPDR sel
1435 #      - 21  # NDRPDR sel
1436 #      - 23  # NDRPDR sel
1437 #      - 24  # NDRPDR sel
1438 #      - 25  # NDRPDR sel
1439 #      - 26  # NDRPDR sel
1440 #      - 29  # NDRPDR sel
1441 #      - 30  # NDRPDR sel
1442       - 55  # 1904.1 NDRPDR sel
1443
1444     csit-vpp-perf-verify-1810-3n-skx:
1445 #      - 9   # MRR sel
1446 #      - 11  # MRR sel
1447 #      - 12  # MRR sel
1448 #      - 13  # MRR sel
1449       - 10  # NDRPDR sel
1450       - 14  # NDRPDR sel
1451       - 15  # NDRPDR sel
1452       - 16  # NDRPDR sel
1453       - 17  # NDRPDR sel
1454       - 19  # NDRPDR sel
1455       - 20  # NDRPDR sel
1456       - 21  # NDRPDR sel
1457       - 22  # NDRPDR sel
1458       - 25  # NDRPDR sel
1459     csit-vpp-perf-verify-1901-3n-skx:
1460 #      - 32  # MRR sel
1461       - 18  # NDRPDR sel
1462       - 19  # NDRPDR sel
1463       - 20  # NDRPDR sel
1464       - 28  # NDRPDR sel
1465       - 31  # NDRPDR sel
1466       - 33  # NDRPDR sel
1467       - 36  # NDRPDR sel
1468       - 38  # NDRPDR sel
1469       - 47  # NDRPDR sel
1470       - 48  # NDRPDR sel
1471 #      - 54  # NDRPDR LB
1472 #      - 57  # NDRPDR LB
1473 #      - 58  # NDRPDR LB
1474 #      - 59  # NDRPDR LB
1475 #      - 60  # NDRPDR LB
1476 #      - 63  # NDRPDR LB
1477 #      - 64  # NDRPDR LB
1478 #      - 65  # NDRPDR LB
1479 #      - 66  # NDRPDR LB
1480 #      - 67  # NDRPDR LB
1481     csit-vpp-perf-verify-1904-3n-skx:
1482 #      - 7   # MRR sel
1483 #      - 26  # NDRPDR full
1484 #      - 27  # NDRPDR full
1485 #      - 30  # NDRPDR full
1486 #      - 31  # NDRPDR full
1487 #      - 8   # NDRPDR sel
1488 #      - 9   # NDRPDR sel
1489 #      - 10  # NDRPDR sel
1490 #      - 11  # NDRPDR sel
1491 #      - 12  # NDRPDR sel
1492 #      - 14  # NDRPDR sel
1493 #      - 16  # NDRPDR sel
1494 #      - 21  # NDRPDR sel
1495 #      - 23  # NDRPDR sel
1496 #      - 25  # NDRPDR sel
1497       - 37  # 1904.1 NDRPDR sel
1498
1499 #    csit-vpp-perf-verify-1810-2n-skx:
1500 #      - 8   # MRR sel
1501 #      - 10  # MRR sel
1502 #      - 11  # MRR sel
1503 #      - 12  # MRR sel
1504 #      - 9   # NDRPDR sel
1505 #      - 13  # NDRPDR sel
1506 #      - 14  # NDRPDR sel
1507 #      - 19  # NDRPDR sel
1508 #      - 20  # NDRPDR sel
1509 #      - 21  # NDRPDR sel
1510 #      - 22  # NDRPDR sel
1511 #      - 23  # NDRPDR sel
1512 #      - 24  # NDRPDR sel
1513 #      - 27  # NDRPDR sel
1514 #    csit-vpp-perf-verify-1901-2n-skx:
1515 #      - 22  # MRR sel
1516 #      - 5   # NDRPDR sel
1517 #      - 12  # NDRPDR sel
1518 #      - 13  # NDRPDR sel
1519 #      - 21  # NDRPDR sel
1520 #      - 23  # NDRPDR sel
1521 #      - 31  # NDRPDR sel
1522 #      - 34  # NDRPDR sel
1523 #      - 40  # NDRPDR sel
1524 #      - 42  # NDRPDR sel
1525 #      - 43  # NDRPDR sel
1526 #    csit-vpp-perf-verify-1904-2n-skx:
1527 #      - 11  # MRR sel
1528 #      - 33  # NDRPDR full
1529 #      - 39  # NDRPDR full
1530 #      - 58  # NDRPDR full
1531 #      - 62  # NDRPDR full
1532 #      - 12  # NDRPDR sel
1533 #      - 14  # NDRPDR sel
1534 #      - 16  # NDRPDR sel
1535 #      - 17  # NDRPDR sel
1536 #      - 18  # NDRPDR sel
1537 #      - 21  # NDRPDR sel
1538 #      - 27  # NDRPDR sel
1539 #      - 30  # NDRPDR sel
1540 #      - 31  # NDRPDR sel
1541 #      - 32  # NDRPDR sel
1542 #      - 40  # NFV MRR 64b
1543 #      - 41  # NFV MRR 64b
1544 #      - 42  # NFV MRR 64b
1545 #      - 47  # NFV MRR 64b
1546 #      - 48  # NFV MRR 64b
1547 #      - 49  # NFV MRR IMIX
1548 #      - 50  # NFV MRR IMIX
1549 #      - 51  # NFV MRR IMIX
1550 #      - 54  # NFV MRR IMIX
1551 #      - 55  # NFV MRR IMIX
1552 #      - 56  # NFV NDRPDR 64b
1553 #      - 59  # NFV NDRPDR 64b
1554 #      - 60  # NFV NDRPDR 64b
1555 #      - 65  # NFV NDRPDR 64b
1556 #      - 68  # NFV NDRPDR 64b
1557 #      - 66  # NFV NDRPDR IMIX
1558 #      - 67  # NFV NDRPDR IMIX
1559 #      - 69  # NFV NDRPDR IMIX
1560 #      - 82  # NFV NDRPDR IMIX
1561 #      - 83  # NFV NDRPDR IMIX
1562 #      - 80  # NFV MRR NDRPDR 64b IMIX
1563 #      - 81  # NFV MRR NDRPDR 64b IMIX
1564 #      - 84  # NFV MRR NDRPDR 64b IMIX
1565 #      - 85  # NFV MRR NDRPDR 64b IMIX
1566 #      - 86  # NFV MRR NDRPDR 64b IMIX
1567 #      - 70  # soak
1568 #      - 71  # soak
1569
1570 #    csit-ligato-perf-verify-1901-3n-hsw:
1571 #      - 10  # NDRPDR full
1572 #      - 8   # NDRPDR sel
1573 #      - 9   # NDRPDR sel
1574 #      - 11  # NDRPDR sel
1575 #      - 12  # NDRPDR sel
1576 #      - 13  # NDRPDR sel
1577 #      - 14  # NDRPDR sel
1578 #      - 15  # NDRPDR sel
1579 #      - 16  # NDRPDR sel
1580 #      - 17  # NDRPDR sel
1581 #      - 18  # NDRPDR sel
1582 ##    csit-ligato-perf-verify-1904-3n-hsw:
1583 ##      -
1584
1585     csit-dpdk-perf-verify-1810-3n-hsw:
1586       - 1   # NDRPDR sel
1587       - 2   # NDRPDR sel
1588       - 3   # NDRPDR sel
1589       - 4   # NDRPDR sel
1590       - 5   # NDRPDR sel
1591       - 6   # NDRPDR sel
1592       - 7   # NDRPDR sel
1593       - 8   # NDRPDR sel
1594       - 9   # NDRPDR sel
1595       - 10  # NDRPDR sel
1596     csit-dpdk-perf-verify-1901-3n-hsw:
1597       - 13  # NDRPDR sel
1598       - 14  # NDRPDR sel
1599       - 16  # NDRPDR sel
1600       - 17  # NDRPDR sel
1601       - 18  # NDRPDR sel
1602       - 19  # NDRPDR sel
1603       - 20  # NDRPDR sel
1604       - 21  # NDRPDR sel
1605       - 22  # NDRPDR sel
1606       - 23  # NDRPDR sel
1607     csit-dpdk-perf-verify-1904-3n-hsw:
1608       - 2   # NDRPDR sel
1609       - 3   # NDRPDR sel
1610       - 5   # NDRPDR sel
1611       - 6   # NDRPDR sel
1612       - 13  # NDRPDR sel
1613       - 14  # NDRPDR sel
1614       - 15  # NDRPDR sel
1615       - 18  # NDRPDR sel
1616       - 19  # NDRPDR sel
1617       - 20  # NDRPDR sel
1618
1619     csit-dpdk-perf-verify-1810-3n-skx:
1620       - 3   # NDRPDR sel
1621       - 4   # NDRPDR sel
1622       - 6   # NDRPDR sel
1623       - 7   # NDRPDR sel
1624       - 8   # NDRPDR sel
1625       - 9   # NDRPDR sel
1626       - 10  # NDRPDR sel
1627       - 11  # NDRPDR sel
1628       - 12  # NDRPDR sel
1629       - 13  # NDRPDR sel
1630     csit-dpdk-perf-verify-1901-3n-skx:
1631       - 3   # NDRPDR sel
1632       - 5   # NDRPDR sel
1633       - 6   # NDRPDR sel
1634       - 7   # NDRPDR sel
1635       - 8   # NDRPDR sel
1636       - 9   # NDRPDR sel
1637       - 10  # NDRPDR sel
1638       - 11  # NDRPDR sel
1639       - 12  # NDRPDR sel
1640       - 13  # NDRPDR sel
1641     csit-dpdk-perf-verify-1904-3n-skx:
1642       - 2   # NDRPDR sel
1643       - 3   # NDRPDR sel
1644       - 4   # NDRPDR sel
1645       - 5   # NDRPDR sel
1646       - 6   # NDRPDR sel
1647       - 7   # NDRPDR sel
1648       - 11  # NDRPDR sel
1649       - 12  # NDRPDR sel
1650       - 13  # NDRPDR sel
1651       - 14  # NDRPDR sel
1652
1653     csit-dpdk-perf-verify-1810-2n-skx:
1654       - 3   # NDRPDR sel
1655       - 4   # NDRPDR sel
1656       - 5   # NDRPDR sel
1657       - 7   # NDRPDR sel
1658       - 8   # NDRPDR sel
1659       - 9   # NDRPDR sel
1660       - 10  # NDRPDR sel
1661       - 11  # NDRPDR sel
1662       - 12  # NDRPDR sel
1663       - 13  # NDRPDR sel
1664     csit-dpdk-perf-verify-1901-2n-skx:
1665       - 12  # NDRPDR sel
1666       - 13  # NDRPDR sel
1667       - 14  # NDRPDR sel
1668       - 15  # NDRPDR sel
1669       - 16  # NDRPDR sel
1670       - 17  # NDRPDR sel
1671       - 18  # NDRPDR sel
1672       - 19  # NDRPDR sel
1673       - 20  # NDRPDR sel
1674       - 21  # NDRPDR sel
1675     csit-dpdk-perf-verify-1904-2n-skx:
1676       - 2   # NDRPDR sel
1677       - 3   # NDRPDR sel
1678       - 4   # NDRPDR sel
1679       - 5   # NDRPDR sel
1680       - 7   # NDRPDR sel
1681       - 8   # NDRPDR sel
1682       - 9   # NDRPDR sel
1683       - 10  # NDRPDR sel
1684       - 11  # NDRPDR sel
1685       - 12  # NDRPDR sel
1686
1687     csit-vpp-functional-1904-ubuntu1604-virl:
1688       - 162
1689     csit-vpp-functional-1904-centos7-virl:
1690       - 160
1691     csit-vpp-device-1904-ubuntu1804-1n-skx:
1692       - 160
1693 #    # Not used
1694 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1695 #      - 1
1696 #    csit-dmm-functional-1904-ubuntu1604-virl:
1697 #      - 1
1698 #    csit-hc2vpp-verify-func-1904-ubuntu1604:
1699 #      - 4
1700
1701 - type: "output"
1702   output: "report"
1703   format:
1704     html:
1705     - full
1706     pdf:
1707     - minimal
1708
1709 ################################################################################
1710 ###                               T A B L E S                                ###
1711 ################################################################################
1712
1713 ## VPP Compare NICs 3n-hsw 1t1c ndr
1714 #-
1715 #  type: "table"
1716 #  title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1717 #  algorithm: "table_nics_comparison"
1718 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1719 #  reference:
1720 #    title: "Intel-x520"
1721 #    nic: "NIC_Intel-X520-DA2"
1722 #  compare:
1723 #    title: "Intel-x710"
1724 #    nic: "NIC_Intel-X710"
1725 #  data: "vpp-nic-comparison-3n-hsw"
1726 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1727 #  filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1728 #  parameters:
1729 #  - "name"
1730 #  - "parent"
1731 #  - "throughput"
1732 #  - "tags"
1733 #
1734 ## VPP Compare NICs 3n-hsw 2t2c ndr
1735 #-
1736 #  type: "table"
1737 #  title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1738 #  algorithm: "table_nics_comparison"
1739 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1740 #  reference:
1741 #    title: "Intel-x520"
1742 #    nic: "NIC_Intel-X520-DA2"
1743 #  compare:
1744 #    title: "Intel-x710"
1745 #    nic: "NIC_Intel-X710"
1746 #  data: "vpp-nic-comparison-3n-hsw"
1747 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1748 #  filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1749 #  parameters:
1750 #  - "name"
1751 #  - "parent"
1752 #  - "throughput"
1753 #  - "tags"
1754 #
1755 ## VPP Compare NICs 3n-hsw 1t1c pdr
1756 #-
1757 #  type: "table"
1758 #  title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1759 #  algorithm: "table_nics_comparison"
1760 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1761 #  reference:
1762 #    title: "Intel-x520"
1763 #    nic: "NIC_Intel-X520-DA2"
1764 #  compare:
1765 #    title: "Intel-x710"
1766 #    nic: "NIC_Intel-X710"
1767 #  data: "vpp-nic-comparison-3n-hsw"
1768 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1769 #  filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1770 #  parameters:
1771 #  - "name"
1772 #  - "parent"
1773 #  - "throughput"
1774 #  - "tags"
1775 #
1776 ## VPP Compare NICs 3n-hsw 2t2c pdr
1777 #-
1778 #  type: "table"
1779 #  title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1780 #  algorithm: "table_nics_comparison"
1781 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1782 #  reference:
1783 #    title: "Intel-x520"
1784 #    nic: "NIC_Intel-X520-DA2"
1785 #  compare:
1786 #    title: "Intel-x710"
1787 #    nic: "NIC_Intel-X710"
1788 #  data: "vpp-nic-comparison-3n-hsw"
1789 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1790 #  filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1791 #  parameters:
1792 #  - "name"
1793 #  - "parent"
1794 #  - "throughput"
1795 #  - "tags"
1796
1797 ## VPP Compare NICs 3n-hsw 1t1c mrr
1798 #-
1799 #  type: "table"
1800 #  title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1801 #  algorithm: "table_nics_comparison"
1802 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1803 #  reference:
1804 #    title: "Intel-x520"
1805 #    nic: "NIC_Intel-X520-DA2"
1806 #  compare:
1807 #    title: "Intel-x710"
1808 #    nic: "NIC_Intel-X710"
1809 #  data: "vpp-nic-comparison-3n-hsw-mrr"
1810 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1811 #  filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1812 #  parameters:
1813 #  - "name"
1814 #  - "parent"
1815 #  - "result"
1816 #  - "tags"
1817 #
1818 ## VPP Compare NICs 3n-hsw 2t2c mrr
1819 #-
1820 #  type: "table"
1821 #  title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1822 #  algorithm: "table_nics_comparison"
1823 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1824 #  reference:
1825 #    title: "Intel-x520"
1826 #    nic: "NIC_Intel-X520-DA2"
1827 #  compare:
1828 #    title: "Intel-x710"
1829 #    nic: "NIC_Intel-X710"
1830 #  data: "vpp-nic-comparison-3n-hsw-mrr"
1831 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1832 #  filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1833 #  parameters:
1834 #  - "name"
1835 #  - "parent"
1836 #  - "result"
1837 #  - "tags"
1838 #
1839 ## VPP Compare NICs 3n-hsw 4t4c mrr
1840 #-
1841 #  type: "table"
1842 #  title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1843 #  algorithm: "table_nics_comparison"
1844 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1845 #  reference:
1846 #    title: "Intel-x520"
1847 #    nic: "NIC_Intel-X520-DA2"
1848 #  compare:
1849 #    title: "Intel-x710"
1850 #    nic: "NIC_Intel-X710"
1851 #  data: "vpp-nic-comparison-3n-hsw-mrr"
1852 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1853 #  filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1854 #  parameters:
1855 #  - "name"
1856 #  - "parent"
1857 #  - "result"
1858 #  - "tags"
1859
1860 ## VPP Compare NICs 3n-skx 2t1c ndr
1861 #-
1862 #  type: "table"
1863 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
1864 #  algorithm: "table_nics_comparison"
1865 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1866 #  reference:
1867 #    title: "Intel-x710"
1868 #    nic: "NIC_Intel-X710"
1869 #  compare:
1870 #    title: "Intel-xxv710"
1871 #    nic: "NIC_Intel-XXV710"
1872 #  data: "vpp-nic-comparison-3n-skx"
1873 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1874 #  filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1875 #  parameters:
1876 #  - "name"
1877 #  - "parent"
1878 #  - "throughput"
1879 #  - "tags"
1880 #
1881 ## VPP Compare NICs 3n-skx 4t2c ndr
1882 #-
1883 #  type: "table"
1884 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
1885 #  algorithm: "table_nics_comparison"
1886 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1887 #  reference:
1888 #    title: "Intel-x710"
1889 #    nic: "NIC_Intel-X710"
1890 #  compare:
1891 #    title: "Intel-xxv710"
1892 #    nic: "NIC_Intel-XXV710"
1893 #  data: "vpp-nic-comparison-3n-skx"
1894 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1895 #  filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1896 #  parameters:
1897 #  - "name"
1898 #  - "parent"
1899 #  - "throughput"
1900 #  - "tags"
1901 #
1902 ## VPP Compare NICs 3n-skx 2t1c pdr
1903 #-
1904 #  type: "table"
1905 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
1906 #  algorithm: "table_nics_comparison"
1907 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1908 #  reference:
1909 #    title: "Intel-x710"
1910 #    nic: "NIC_Intel-X710"
1911 #  compare:
1912 #    title: "Intel-xxv710"
1913 #    nic: "NIC_Intel-XXV710"
1914 #  data: "vpp-nic-comparison-3n-skx"
1915 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1916 #  filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1917 #  parameters:
1918 #  - "name"
1919 #  - "parent"
1920 #  - "throughput"
1921 #  - "tags"
1922 #
1923 # # VPP Compare NICs 3n-skx 4t2c pdr
1924 #-
1925 #  type: "table"
1926 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
1927 #  algorithm: "table_nics_comparison"
1928 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1929 #  reference:
1930 #    title: "Intel-x710"
1931 #    nic: "NIC_Intel-X710"
1932 #  compare:
1933 #    title: "Intel-xxv710"
1934 #    nic: "NIC_Intel-XXV710"
1935 #  data: "vpp-nic-comparison-3n-skx"
1936 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1937 #  filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1938 #  parameters:
1939 #  - "name"
1940 #  - "parent"
1941 #  - "throughput"
1942 #  - "tags"
1943
1944 ## VPP Compare NICs 3n-skx 2t1c mrr
1945 #-
1946 #  type: "table"
1947 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
1948 #  algorithm: "table_nics_comparison"
1949 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1950 #  reference:
1951 #    title: "Intel-x710"
1952 #    nic: "NIC_Intel-X710"
1953 #  compare:
1954 #    title: "Intel-xxv710"
1955 #    nic: "NIC_Intel-XXV710"
1956 #  data: "vpp-nic-comparison-3n-skx-mrr"
1957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1958 #  filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1959 #  parameters:
1960 #  - "name"
1961 #  - "parent"
1962 #  - "result"
1963 #  - "tags"
1964 #
1965 ## VPP Compare NICs 3n-skx 4t2c mrr
1966 #-
1967 #  type: "table"
1968 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
1969 #  algorithm: "table_nics_comparison"
1970 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1971 #  reference:
1972 #    title: "Intel-x710"
1973 #    nic: "NIC_Intel-X710"
1974 #  compare:
1975 #    title: "Intel-xxv710"
1976 #    nic: "NIC_Intel-XXV710"
1977 #  data: "vpp-nic-comparison-3n-skx-mrr"
1978 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1979 #  filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1980 #  parameters:
1981 #  - "name"
1982 #  - "parent"
1983 #  - "result"
1984 #  - "tags"
1985 #
1986 # # VPP Compare NICs 3n-skx 8t4c mrr
1987 #-
1988 #  type: "table"
1989 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
1990 #  algorithm: "table_nics_comparison"
1991 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1992 #  reference:
1993 #    title: "Intel-x710"
1994 #    nic: "NIC_Intel-X710"
1995 #  compare:
1996 #    title: "Intel-xxv710"
1997 #    nic: "NIC_Intel-XXV710"
1998 #  data: "vpp-nic-comparison-3n-skx-mrr"
1999 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2000 #  filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2001 #  parameters:
2002 #  - "name"
2003 #  - "parent"
2004 #  - "result"
2005 #  - "tags"
2006
2007 ## VPP Compare NICs 2n-skx 2t1c ndr
2008 #-
2009 #  type: "table"
2010 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2011 #  algorithm: "table_nics_comparison"
2012 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2013 #  reference:
2014 #    title: "Intel-x710"
2015 #    nic: "NIC_Intel-X710"
2016 #  compare:
2017 #    title: "Intel-xxv710"
2018 #    nic: "NIC_Intel-XXV710"
2019 #  data: "vpp-nic-comparison-2n-skx"
2020 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2021 #  filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2022 #  parameters:
2023 #  - "name"
2024 #  - "parent"
2025 #  - "throughput"
2026 #  - "tags"
2027 #
2028 ## VPP Compare NICs 2n-skx 4t2c ndr
2029 #-
2030 #  type: "table"
2031 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2032 #  algorithm: "table_nics_comparison"
2033 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2034 #  reference:
2035 #    title: "Intel-x710"
2036 #    nic: "NIC_Intel-X710"
2037 #  compare:
2038 #    title: "Intel-xxv710"
2039 #    nic: "NIC_Intel-XXV710"
2040 #  data: "vpp-nic-comparison-2n-skx"
2041 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2042 #  filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2043 #  parameters:
2044 #  - "name"
2045 #  - "parent"
2046 #  - "throughput"
2047 #  - "tags"
2048 #
2049 # # VPP Compare NICs 2n-skx 2t1c pdr
2050 #-
2051 #  type: "table"
2052 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2053 #  algorithm: "table_nics_comparison"
2054 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2055 #  reference:
2056 #    title: "Intel-x710"
2057 #    nic: "NIC_Intel-X710"
2058 #  compare:
2059 #    title: "Intel-xxv710"
2060 #    nic: "NIC_Intel-XXV710"
2061 #  data: "vpp-nic-comparison-2n-skx"
2062 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2063 #  filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2064 #  parameters:
2065 #  - "name"
2066 #  - "parent"
2067 #  - "throughput"
2068 #  - "tags"
2069 #
2070 ## VPP Compare NICs 2n-skx 4t2c pdr
2071 #-
2072 #  type: "table"
2073 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2074 #  algorithm: "table_nics_comparison"
2075 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2076 #  reference:
2077 #    title: "Intel-x710"
2078 #    nic: "NIC_Intel-X710"
2079 #  compare:
2080 #    title: "Intel-xxv710"
2081 #    nic: "NIC_Intel-XXV710"
2082 #  data: "vpp-nic-comparison-2n-skx"
2083 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2084 #  filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2085 #  parameters:
2086 #  - "name"
2087 #  - "parent"
2088 #  - "throughput"
2089 #  - "tags"
2090 #
2091 ## VPP Compare NICs 2n-skx 2t1c mrr
2092 #-
2093 #  type: "table"
2094 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2095 #  algorithm: "table_nics_comparison"
2096 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2097 #  reference:
2098 #    title: "Intel-x710"
2099 #    nic: "NIC_Intel-X710"
2100 #  compare:
2101 #    title: "Intel-xxv710"
2102 #    nic: "NIC_Intel-XXV710"
2103 #  data: "vpp-nic-comparison-2n-skx-mrr"
2104 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2105 #  filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2106 #  parameters:
2107 #  - "name"
2108 #  - "parent"
2109 #  - "result"
2110 #  - "tags"
2111 #
2112 ## VPP Compare NICs 2n-skx 4t2c mrr
2113 #-
2114 #  type: "table"
2115 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2116 #  algorithm: "table_nics_comparison"
2117 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2118 #  reference:
2119 #    title: "Intel-x710"
2120 #    nic: "NIC_Intel-X710"
2121 #  compare:
2122 #    title: "Intel-xxv710"
2123 #    nic: "NIC_Intel-XXV710"
2124 #  data: "vpp-nic-comparison-2n-skx-mrr"
2125 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2126 #  filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2127 #  parameters:
2128 #  - "name"
2129 #  - "parent"
2130 #  - "result"
2131 #  - "tags"
2132 #
2133 ## VPP Compare NICs 2n-skx 8t4c mrr
2134 #-
2135 #  type: "table"
2136 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2137 #  algorithm: "table_nics_comparison"
2138 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2139 #  reference:
2140 #    title: "Intel-x710"
2141 #    nic: "NIC_Intel-X710"
2142 #  compare:
2143 #    title: "Intel-xxv710"
2144 #    nic: "NIC_Intel-XXV710"
2145 #  data: "vpp-nic-comparison-2n-skx-mrr"
2146 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2147 #  filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2148 #  parameters:
2149 #  - "name"
2150 #  - "parent"
2151 #  - "result"
2152 #  - "tags"
2153
2154 ################################################################################
2155 # VPP
2156
2157 ## VPP Performance Changes 2n-dnv 1t1c pdr
2158 #-
2159 #  type: "table"
2160 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2161 #  algorithm: "table_performance_comparison"
2162 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2163 #  reference:
2164 #    title: "rls1810"
2165 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2166 #  compare:
2167 #    title: "rls1901.1"
2168 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2169 #  data: "intel-dnv-vpp-changes-2n-dnv"
2170 #  include-tests: "PDR"
2171 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2172 #  parameters:
2173 #  - "name"
2174 #  - "parent"
2175 #  - "throughput"
2176 #
2177 ## VPP Performance Changes 2n-dnv 2t2c pdr
2178 #-
2179 #  type: "table"
2180 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2181 #  algorithm: "table_performance_comparison"
2182 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2183 #  reference:
2184 #    title: "rls1810"
2185 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2186 #  compare:
2187 #    title: "rls1901.1"
2188 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2189 #  data: "intel-dnv-vpp-changes-2n-dnv"
2190 #  include-tests: "PDR"
2191 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2192 #  parameters:
2193 #  - "name"
2194 #  - "parent"
2195 #  - "throughput"
2196 #
2197 ## VPP Performance Changes 2n-dnv 1t1c ndr
2198 #-
2199 #  type: "table"
2200 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2201 #  algorithm: "table_performance_comparison"
2202 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2203 #  reference:
2204 #    title: "rls1810"
2205 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2206 #  compare:
2207 #    title: "rls1901.1"
2208 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2209 #  data: "intel-dnv-vpp-changes-2n-dnv"
2210 #  include-tests: "NDR"
2211 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2212 #  parameters:
2213 #  - "name"
2214 #  - "parent"
2215 #  - "throughput"
2216 #
2217 ## VPP Performance Changes 2n-dnv 2t2c ndr
2218 #-
2219 #  type: "table"
2220 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2221 #  algorithm: "table_performance_comparison"
2222 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2223 #  reference:
2224 #    title: "rls1810"
2225 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2226 #  compare:
2227 #    title: "rls1901.1"
2228 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2229 #  data: "intel-dnv-vpp-changes-2n-dnv"
2230 #  include-tests: "NDR"
2231 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2232 #  parameters:
2233 #  - "name"
2234 #  - "parent"
2235 #  - "throughput"
2236 #
2237 ## VPP Performance Changes 2n-dnv 1t1c MRR
2238 #-
2239 #  type: "table"
2240 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2241 #  algorithm: "table_performance_comparison"
2242 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2243 #  reference:
2244 #    title: "rls1810"
2245 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2246 #  compare:
2247 #    title: "rls1901.1"
2248 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2249 #  data: "intel-dnv-vpp-changes-2n-dnv"
2250 #  include-tests: "MRR"
2251 #  filter: "'1T1C' and 'MRR'"
2252 #  parameters:
2253 #  - "name"
2254 #  - "parent"
2255 #  - "result"
2256 #
2257 ## VPP Performance Changes 2n-dnv 2t2c MRR
2258 #-
2259 #  type: "table"
2260 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2261 #  algorithm: "table_performance_comparison"
2262 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2263 #  reference:
2264 #    title: "rls1810"
2265 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2266 #  compare:
2267 #    title: "rls1901.1"
2268 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2269 #  data: "intel-dnv-vpp-changes-2n-dnv"
2270 #  include-tests: "MRR"
2271 #  filter: "'2T2C' and 'MRR'"
2272 #  parameters:
2273 #  - "name"
2274 #  - "parent"
2275 #  - "result"
2276 #
2277 ## VPP Performance Changes 2n-dnv 4t4c MRR
2278 #-
2279 #  type: "table"
2280 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2281 #  algorithm: "table_performance_comparison"
2282 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2283 #  reference:
2284 #    title: "rls1810"
2285 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2286 #  compare:
2287 #    title: "rls1901.1"
2288 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2289 #  data: "intel-dnv-vpp-changes-2n-dnv"
2290 #  include-tests: "MRR"
2291 #  filter: "'4T4C' and 'MRR'"
2292 #  parameters:
2293 #  - "name"
2294 #  - "parent"
2295 #  - "result"
2296
2297 # VPP Performance Changes 3n-hsw 1t1c pdr
2298 -
2299   type: "table"
2300   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2301   algorithm: "table_performance_comparison"
2302   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2303   history:
2304     -
2305       title: "rls1807"
2306       data: "vpp-performance-changes-3n-hsw-h1"
2307   reference:
2308     title: "rls1810"
2309     data: "vpp-performance-changes-3n-hsw-ref"
2310   compare:
2311     title: "rls1901.1"
2312     data: "vpp-performance-changes-3n-hsw-cmp"
2313   data: "vpp-performance-changes-3n-hsw"
2314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2315   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2316   parameters:
2317   - "name"
2318   - "parent"
2319   - "throughput"
2320
2321 # VPP Performance Changes 3n-hsw 2t2c pdr
2322 -
2323   type: "table"
2324   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2325   algorithm: "table_performance_comparison"
2326   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2327   history:
2328     -
2329       title: "rls1807"
2330       data: "vpp-performance-changes-3n-hsw-h1"
2331   reference:
2332     title: "rls1810"
2333     data: "vpp-performance-changes-3n-hsw-ref"
2334   compare:
2335     title: "rls1901.1"
2336     data: "vpp-performance-changes-3n-hsw-cmp"
2337   data: "vpp-performance-changes-3n-hsw"
2338   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2339   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2340   parameters:
2341   - "name"
2342   - "parent"
2343   - "throughput"
2344
2345 # VPP Performance Changes 3n-hsw 1t1c ndr
2346 -
2347   type: "table"
2348   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2349   algorithm: "table_performance_comparison"
2350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2351   history:
2352     -
2353       title: "rls1807"
2354       data: "vpp-performance-changes-3n-hsw-h1"
2355   reference:
2356     title: "rls1810"
2357     data: "vpp-performance-changes-3n-hsw-ref"
2358   compare:
2359     title: "rls1901.1"
2360     data: "vpp-performance-changes-3n-hsw-cmp"
2361   data: "vpp-performance-changes-3n-hsw"
2362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2363   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2364   parameters:
2365   - "name"
2366   - "parent"
2367   - "throughput"
2368
2369 # VPP Performance Changes 3n-hsw 2t2c ndr
2370 -
2371   type: "table"
2372   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2373   algorithm: "table_performance_comparison"
2374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2375   history:
2376     -
2377       title: "rls1807"
2378       data: "vpp-performance-changes-3n-hsw-h1"
2379   reference:
2380     title: "rls1810"
2381     data: "vpp-performance-changes-3n-hsw-ref"
2382   compare:
2383     title: "rls1901.1"
2384     data: "vpp-performance-changes-3n-hsw-cmp"
2385   data: "vpp-performance-changes-3n-hsw"
2386   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2387   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2388   parameters:
2389   - "name"
2390   - "parent"
2391   - "throughput"
2392
2393 # VPP Performance Changes 3n-skx 2t1c pdr
2394 -
2395   type: "table"
2396   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2397   algorithm: "table_performance_comparison"
2398   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2399   history:
2400     -
2401       title: "rls1807"
2402       data: "vpp-performance-changes-3n-skx-h1"
2403   reference:
2404     title: "rls1810"
2405     data: "vpp-performance-changes-3n-skx-ref"
2406   compare:
2407     title: "rls1901.1"
2408     data: "vpp-performance-changes-3n-skx-cmp"
2409   data: "vpp-performance-changes-3n-skx"
2410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2411   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2412   parameters:
2413   - "name"
2414   - "parent"
2415   - "throughput"
2416
2417 # VPP Performance Changes 3n-skx 4t2c pdr
2418 -
2419   type: "table"
2420   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2421   algorithm: "table_performance_comparison"
2422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2423   history:
2424     -
2425       title: "rls1807"
2426       data: "vpp-performance-changes-3n-skx-h1"
2427   reference:
2428     title: "rls1810"
2429     data: "vpp-performance-changes-3n-skx-ref"
2430   compare:
2431     title: "rls1901.1"
2432     data: "vpp-performance-changes-3n-skx-cmp"
2433   data: "vpp-performance-changes-3n-skx"
2434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2435   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2436   parameters:
2437   - "name"
2438   - "parent"
2439   - "throughput"
2440
2441 # VPP Performance Changes 3n-skx 2t1c ndr
2442 -
2443   type: "table"
2444   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2445   algorithm: "table_performance_comparison"
2446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2447   history:
2448     -
2449       title: "rls1807"
2450       data: "vpp-performance-changes-3n-skx-h1"
2451   reference:
2452     title: "rls1810"
2453     data: "vpp-performance-changes-3n-skx-ref"
2454   compare:
2455     title: "rls1901.1"
2456     data: "vpp-performance-changes-3n-skx-cmp"
2457   data: "vpp-performance-changes-3n-skx"
2458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2459   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2460   parameters:
2461   - "name"
2462   - "parent"
2463   - "throughput"
2464
2465 # VPP Performance Changes 3n-skx 4t2c ndr
2466 -
2467   type: "table"
2468   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2469   algorithm: "table_performance_comparison"
2470   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2471   history:
2472     -
2473       title: "rls1807"
2474       data: "vpp-performance-changes-3n-skx-h1"
2475   reference:
2476     title: "rls1810"
2477     data: "vpp-performance-changes-3n-skx-ref"
2478   compare:
2479     title: "rls1901.1"
2480     data: "vpp-performance-changes-3n-skx-cmp"
2481   data: "vpp-performance-changes-3n-skx"
2482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2483   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2484   parameters:
2485   - "name"
2486   - "parent"
2487   - "throughput"
2488
2489 ## VPP Performance Changes 2n-skx 2t1c pdr
2490 #-
2491 #  type: "table"
2492 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2493 #  algorithm: "table_performance_comparison"
2494 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2495 #  history:
2496 #    -
2497 #      title: "rls1807"
2498 #      data: "vpp-performance-changes-2n-skx-h1"
2499 #  reference:
2500 #    title: "rls1810"
2501 #    data: "vpp-performance-changes-2n-skx-ref"
2502 #  compare:
2503 #    title: "rls1901.1"
2504 #    data: "vpp-performance-changes-2n-skx-cmp"
2505 #  data: "vpp-performance-changes-2n-skx"
2506 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2507 #  filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2508 #  parameters:
2509 #  - "name"
2510 #  - "parent"
2511 #  - "throughput"
2512 #
2513 ## VPP Performance Changes 2n-skx 4t2c pdr
2514 #-
2515 #  type: "table"
2516 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2517 #  algorithm: "table_performance_comparison"
2518 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2519 #  history:
2520 #    - title: "rls1807"
2521 #      data: "vpp-performance-changes-2n-skx-h1"
2522 #  reference:
2523 #    title: "rls1810"
2524 #    data: "vpp-performance-changes-2n-skx-ref"
2525 #  compare:
2526 #    title: "rls1901.1"
2527 #    data: "vpp-performance-changes-2n-skx-cmp"
2528 #  data: "vpp-performance-changes-2n-skx"
2529 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2530 #  filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2531 #  parameters:
2532 #  - "name"
2533 #  - "parent"
2534 #  - "throughput"
2535 #
2536 ## VPP Performance Changes 2n-skx 2t1c ndr
2537 #-
2538 #  type: "table"
2539 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2540 #  algorithm: "table_performance_comparison"
2541 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2542 #  history:
2543 #    - title: "rls1807"
2544 #      data: "vpp-performance-changes-2n-skx-h1"
2545 #  reference:
2546 #    title: "rls1810"
2547 #    data: "vpp-performance-changes-2n-skx-ref"
2548 #  compare:
2549 #    title: "rls1901.1"
2550 #    data: "vpp-performance-changes-2n-skx-cmp"
2551 #  data: "vpp-performance-changes-2n-skx"
2552 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2553 #  filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2554 #  parameters:
2555 #  - "name"
2556 #  - "parent"
2557 #  - "throughput"
2558 #
2559 ## VPP Performance Changes 2n-skx 4t2c ndr
2560 #-
2561 #  type: "table"
2562 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2563 #  algorithm: "table_performance_comparison"
2564 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2565 #  history:
2566 #    - title: "rls1807"
2567 #      data: "vpp-performance-changes-2n-skx-h1"
2568 #  reference:
2569 #    title: "rls1810"
2570 #    data: "vpp-performance-changes-2n-skx-ref"
2571 #  compare:
2572 #    title: "rls1901.1"
2573 #    data: "vpp-performance-changes-2n-skx-cmp"
2574 #  data: "vpp-performance-changes-2n-skx"
2575 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2576 #  filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2577 #  parameters:
2578 #  - "name"
2579 #  - "parent"
2580 #  - "throughput"
2581
2582 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2583 #-
2584 #  type: "table"
2585 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2586 #  algorithm: "table_performance_comparison"
2587 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2588 #  reference:
2589 #    title: "3-Node Hsw"
2590 #    data: "vpp-compare-testbeds-ref"
2591 #  compare:
2592 #    title: "3-Node Skx"
2593 #    data: "vpp-compare-testbeds-cmp"
2594 #  data: "vpp-compare-testbeds"
2595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2596 #  filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2597 #  parameters:
2598 #  - "name"
2599 #  - "parent"
2600 #  - "throughput"
2601 #
2602 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2603 #-
2604 #  type: "table"
2605 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2606 #  algorithm: "table_performance_comparison"
2607 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2608 #  reference:
2609 #    title: "3-Node Hsw"
2610 #    data: "vpp-compare-testbeds-ref"
2611 #  compare:
2612 #    title: "3-Node Skx"
2613 #    data: "vpp-compare-testbeds-cmp"
2614 #  data: "vpp-compare-testbeds"
2615 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2616 #  filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2617 #  parameters:
2618 #  - "name"
2619 #  - "parent"
2620 #  - "throughput"
2621 #
2622 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2623 #-
2624 #  type: "table"
2625 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2626 #  algorithm: "table_performance_comparison"
2627 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2628 #  reference:
2629 #    title: "3-Node Hsw"
2630 #    data: "vpp-compare-testbeds-ref"
2631 #  compare:
2632 #    title: "3-Node Skx"
2633 #    data: "vpp-compare-testbeds-cmp"
2634 #  data: "vpp-compare-testbeds"
2635 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2636 #  filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2637 #  parameters:
2638 #  - "name"
2639 #  - "parent"
2640 #  - "throughput"
2641 #
2642 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2643 #-
2644 #  type: "table"
2645 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2646 #  algorithm: "table_performance_comparison"
2647 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2648 #  reference:
2649 #    title: "3-Node Hsw"
2650 #    data: "vpp-compare-testbeds-ref"
2651 #  compare:
2652 #    title: "3-Node Skx"
2653 #    data: "vpp-compare-testbeds-cmp"
2654 #  data: "vpp-compare-testbeds"
2655 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2656 #  filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2657 #  parameters:
2658 #  - "name"
2659 #  - "parent"
2660 #  - "throughput"
2661
2662 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2663 #-
2664 #  type: "table"
2665 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2666 #  algorithm: "table_performance_comparison"
2667 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2668 #  reference:
2669 #    title: "3-Node Skx"
2670 #    data: "vpp-compare-topologies-ref"
2671 #  compare:
2672 #    title: "2-Node Skx"
2673 #    data: "vpp-compare-topologies-cmp"
2674 #  data: "vpp-compare-topologies"
2675 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2676 #  filter: "'NDRPDR' and '1C'"
2677 #  parameters:
2678 #  - "name"
2679 #  - "parent"
2680 #  - "throughput"
2681 #
2682 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2683 #-
2684 #  type: "table"
2685 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2686 #  algorithm: "table_performance_comparison"
2687 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2688 #  reference:
2689 #    title: "3-Node Skx"
2690 #    data: "vpp-compare-topologies-ref"
2691 #  compare:
2692 #    title: "2-Node Skx"
2693 #    data: "vpp-compare-topologies-cmp"
2694 #  data: "vpp-compare-topologies"
2695 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2696 #  filter: "'NDRPDR' and '2C'"
2697 #  parameters:
2698 #  - "name"
2699 #  - "parent"
2700 #  - "throughput"
2701 #
2702 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2703 #-
2704 #  type: "table"
2705 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2706 #  algorithm: "table_performance_comparison"
2707 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2708 #  reference:
2709 #    title: "3-Node Skx"
2710 #    data: "vpp-compare-topologies-ref"
2711 #  compare:
2712 #    title: "2-Node Skx"
2713 #    data: "vpp-compare-topologies-cmp"
2714 #  data: "vpp-compare-topologies"
2715 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2716 #  filter: "'NDRPDR' and '1C'"
2717 #  parameters:
2718 #  - "name"
2719 #  - "parent"
2720 #  - "throughput"
2721 #
2722 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2723 #-
2724 #  type: "table"
2725 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2726 #  algorithm: "table_performance_comparison"
2727 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2728 #  reference:
2729 #    title: "3-Node Skx"
2730 #    data: "vpp-compare-topologies-ref"
2731 #  compare:
2732 #    title: "2-Node Skx"
2733 #    data: "vpp-compare-topologies-cmp"
2734 #  data: "vpp-compare-topologies"
2735 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2736 #  filter: "'NDRPDR' and '2C'"
2737 #  parameters:
2738 #  - "name"
2739 #  - "parent"
2740 #  - "throughput"
2741
2742 ## VPP Performance Changes 3n-hsw 1t1c MRR
2743 #-
2744 #  type: "table"
2745 #  title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2746 #  algorithm: "table_performance_comparison"
2747 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2748 #  history:
2749 #    -
2750 #      title: "rls1807"
2751 #      data: "vpp-performance-changes-3n-hsw-mrr-h1"
2752 #  reference:
2753 #    title: "rls1810"
2754 #    data: "vpp-performance-changes-3n-hsw-mrr-ref"
2755 #  compare:
2756 #    title: "rls1901.1"
2757 #    data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2758 #  data: "vpp-performance-changes-3n-hsw-mrr"
2759 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2760 #  filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2761 #  parameters:
2762 #  - "name"
2763 #  - "parent"
2764 #  - "result"
2765 #
2766 ## VPP Performance Changes 3n-hsw 2t2c MRR
2767 #-
2768 #  type: "table"
2769 #  title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2770 #  algorithm: "table_performance_comparison"
2771 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2772 #  history:
2773 #    -
2774 #      title: "rls1807"
2775 #      data: "vpp-performance-changes-3n-hsw-mrr-h1"
2776 #  reference:
2777 #    title: "rls1810"
2778 #    data: "vpp-performance-changes-3n-hsw-mrr-ref"
2779 #  compare:
2780 #    title: "rls1901.1"
2781 #    data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2782 #  data: "vpp-performance-changes-3n-hsw-mrr"
2783 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2784 #  filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2785 #  parameters:
2786 #  - "name"
2787 #  - "parent"
2788 #  - "result"
2789 #
2790 ## VPP Performance Changes 3n-hsw 4t4c MRR
2791 #-
2792 #  type: "table"
2793 #  title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2794 #  algorithm: "table_performance_comparison"
2795 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2796 #  history:
2797 #    -
2798 #      title: "rls1807"
2799 #      data: "vpp-performance-changes-3n-hsw-mrr-h1"
2800 #  reference:
2801 #    title: "rls1810"
2802 #    data: "vpp-performance-changes-3n-hsw-mrr-ref"
2803 #  compare:
2804 #    title: "rls1901.1"
2805 #    data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2806 #  data: "vpp-performance-changes-3n-hsw-mrr"
2807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2808 #  filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2809 #  parameters:
2810 #  - "name"
2811 #  - "parent"
2812 #  - "result"
2813
2814 ## VPP Performance Changes 3n-skx 2t1c MRR
2815 #-
2816 #  type: "table"
2817 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
2818 #  algorithm: "table_performance_comparison"
2819 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2820 #  history:
2821 #    -
2822 #      title: "rls1807"
2823 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
2824 #  reference:
2825 #    title: "rls1810"
2826 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
2827 #  compare:
2828 #    title: "rls1901.1"
2829 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
2830 #  data: "vpp-performance-changes-3n-skx-mrr"
2831 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2832 #  filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2833 #  parameters:
2834 #  - "name"
2835 #  - "parent"
2836 #  - "result"
2837 #
2838 ## VPP Performance Changes 3n-skx 4t2c MRR
2839 #-
2840 #  type: "table"
2841 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
2842 #  algorithm: "table_performance_comparison"
2843 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2844 #  history:
2845 #    -
2846 #      title: "rls1807"
2847 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
2848 #  reference:
2849 #    title: "rls1810"
2850 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
2851 #  compare:
2852 #    title: "rls1901.1"
2853 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
2854 #  data: "vpp-performance-changes-3n-skx-mrr"
2855 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2856 #  filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2857 #  parameters:
2858 #  - "name"
2859 #  - "parent"
2860 #  - "result"
2861 #
2862 ## VPP Performance Changes 3n-skx 8t4c MRR
2863 #-
2864 #  type: "table"
2865 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
2866 #  algorithm: "table_performance_comparison"
2867 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2868 #  history:
2869 #    -
2870 #      title: "rls1807"
2871 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
2872 #  reference:
2873 #    title: "rls1810"
2874 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
2875 #  compare:
2876 #    title: "rls1901.1"
2877 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
2878 #  data: "vpp-performance-changes-3n-skx-mrr"
2879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2880 #  filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2881 #  parameters:
2882 #  - "name"
2883 #  - "parent"
2884 #  - "result"
2885
2886 ## VPP Performance Changes 2n-skx 2t1c MRR
2887 #-
2888 #  type: "table"
2889 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
2890 #  algorithm: "table_performance_comparison"
2891 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2892 #  history:
2893 #    -
2894 #      title: "rls1807"
2895 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
2896 #  reference:
2897 #    title: "rls1810"
2898 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
2899 #  compare:
2900 #    title: "rls1901.1"
2901 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
2902 #  data: "vpp-performance-changes-2n-skx-mrr"
2903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2904 #  filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2905 #  parameters:
2906 #  - "name"
2907 #  - "parent"
2908 #  - "result"
2909 #
2910 ## VPP Performance Changes 2n-skx 4t2c MRR
2911 #-
2912 #  type: "table"
2913 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
2914 #  algorithm: "table_performance_comparison"
2915 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2916 #  history:
2917 #    -
2918 #      title: "rls1807"
2919 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
2920 #  reference:
2921 #    title: "rls1810"
2922 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
2923 #  compare:
2924 #    title: "rls1901.1"
2925 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
2926 #  data: "vpp-performance-changes-2n-skx-mrr"
2927 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2928 #  filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2929 #  parameters:
2930 #  - "name"
2931 #  - "parent"
2932 #  - "result"
2933 #
2934 ## VPP Performance Changes 2n-skx 8t4c MRR
2935 #-
2936 #  type: "table"
2937 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
2938 #  algorithm: "table_performance_comparison"
2939 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2940 #  history:
2941 #    -
2942 #      title: "rls1807"
2943 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
2944 #  reference:
2945 #    title: "rls1810"
2946 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
2947 #  compare:
2948 #    title: "rls1901.1"
2949 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
2950 #  data: "vpp-performance-changes-2n-skx-mrr"
2951 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2952 #  filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2953 #  parameters:
2954 #  - "name"
2955 #  - "parent"
2956 #  - "result"
2957
2958 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2959 #-
2960 #  type: "table"
2961 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2962 #  algorithm: "table_performance_comparison"
2963 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2964 #  reference:
2965 #    title: "3-Node Hsw"
2966 #    data: "vpp-compare-testbeds-mrr-ref"
2967 #  compare:
2968 #    title: "3-Node Skx"
2969 #    data: "vpp-compare-testbeds-mrr-cmp"
2970 #  data: "vpp-compare-testbeds-mrr"
2971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2972 #  filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2973 #  parameters:
2974 #  - "name"
2975 #  - "parent"
2976 #  - "result"
2977 #
2978 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2979 #-
2980 #  type: "table"
2981 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2982 #  algorithm: "table_performance_comparison"
2983 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2984 #  reference:
2985 #    title: "3-Node Hsw"
2986 #    data: "vpp-compare-testbeds-mrr-ref"
2987 #  compare:
2988 #    title: "3-Node Skx"
2989 #    data: "vpp-compare-testbeds-mrr-cmp"
2990 #  data: "vpp-compare-testbeds-mrr"
2991 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2992 #  filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2993 #  parameters:
2994 #  - "name"
2995 #  - "parent"
2996 #  - "result"
2997 #
2998 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2999 #-
3000 #  type: "table"
3001 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3002 #  algorithm: "table_performance_comparison"
3003 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3004 #  reference:
3005 #    title: "3-Node Hsw"
3006 #    data: "vpp-compare-testbeds-mrr-ref"
3007 #  compare:
3008 #    title: "3-Node Skx"
3009 #    data: "vpp-compare-testbeds-mrr-cmp"
3010 #  data: "vpp-compare-testbeds-mrr"
3011 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3012 #  filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3013 #  parameters:
3014 #  - "name"
3015 #  - "parent"
3016 #  - "result"
3017
3018 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3019 #-
3020 #  type: "table"
3021 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3022 #  algorithm: "table_performance_comparison"
3023 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3024 #  reference:
3025 #    title: "3-Node Skx"
3026 #    data: "vpp-compare-topologies-mrr-ref"
3027 #  compare:
3028 #    title: "2-Node Skx"
3029 #    data: "vpp-compare-topologies-mrr-cmp"
3030 #  data: "vpp-compare-topologies-mrr"
3031 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3032 #  filter: "'MRR' and '1C'"
3033 #  parameters:
3034 #  - "name"
3035 #  - "parent"
3036 #  - "result"
3037 #
3038 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3039 #-
3040 #  type: "table"
3041 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3042 #  algorithm: "table_performance_comparison"
3043 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3044 #  reference:
3045 #    title: "3-Node Skx"
3046 #    data: "vpp-compare-topologies-mrr-ref"
3047 #  compare:
3048 #    title: "2-Node Skx"
3049 #    data: "vpp-compare-topologies-mrr-cmp"
3050 #  data: "vpp-compare-topologies-mrr"
3051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3052 #  filter: "'MRR' and '2C'"
3053 #  parameters:
3054 #  - "name"
3055 #  - "parent"
3056 #  - "result"
3057 #
3058 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3059 #-
3060 #  type: "table"
3061 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3062 #  algorithm: "table_performance_comparison"
3063 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3064 #  reference:
3065 #    title: "3-Node Skx"
3066 #    data: "vpp-compare-topologies-mrr-ref"
3067 #  compare:
3068 #    title: "2-Node Skx"
3069 #    data: "vpp-compare-topologies-mrr-cmp"
3070 #  data: "vpp-compare-topologies-mrr"
3071 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3072 #  filter: "'MRR' and '4C'"
3073 #  parameters:
3074 #  - "name"
3075 #  - "parent"
3076 #  - "result"
3077
3078 # Detailed Test Results - VPP Performance Results 3n-hsw
3079 -
3080   type: "table"
3081   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3082   algorithm: "table_merged_details"
3083   output-file-ext: ".csv"
3084   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3085   columns:
3086   -
3087     title: "Name"
3088     data: "data name"
3089   -
3090     title: "Status"
3091     data: "data msg"
3092   rows: "generated"
3093   data: "vpp-perf-results-3n-hsw"
3094   filter: "not 'NDRCHK' and not 'PDRCHK'"
3095   parameters:
3096   - "name"
3097   - "parent"
3098   - "msg"
3099
3100 # Detailed Test Results - VPP Performance Results 3n-skx
3101 -
3102   type: "table"
3103   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3104   algorithm: "table_merged_details"
3105   output-file-ext: ".csv"
3106   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3107   columns:
3108   -
3109     title: "Name"
3110     data: "data name"
3111   -
3112     title: "Status"
3113     data: "data msg"
3114   rows: "generated"
3115   data: "vpp-perf-results-3n-skx"
3116   filter: "not 'NDRCHK' and not 'PDRCHK'"
3117   parameters:
3118   - "name"
3119   - "parent"
3120   - "msg"
3121
3122 ## Detailed Test Results - VPP Performance Results 2n-skx
3123 #-
3124 #  type: "table"
3125 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
3126 #  algorithm: "table_merged_details"
3127 #  output-file-ext: ".csv"
3128 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3129 #  columns:
3130 #  -
3131 #    title: "Name"
3132 #    data: "data name"
3133 #  -
3134 #    title: "Status"
3135 #    data: "data msg"
3136 #  rows: "generated"
3137 #  data: "vpp-perf-results-2n-skx"
3138 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
3139 #  parameters:
3140 #  - "name"
3141 #  - "parent"
3142 #  - "msg"
3143
3144 ## Detailed Test Results - VPP Performance Results 2n-dnv
3145 #-
3146 #  type: "table"
3147 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3148 #  algorithm: "table_details"
3149 #  output-file-ext: ".csv"
3150 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3151 #  columns:
3152 #  -
3153 #    title: "Name"
3154 #    data: "data name"
3155 #  -
3156 #    title: "Status"
3157 #    data: "data msg"
3158 #  rows: "generated"
3159 #  data: "intel-dnv-vpp"
3160 #  filter: "'NDRPDR'"
3161 #  parameters:
3162 #  - "name"
3163 #  - "parent"
3164 #  - "msg"
3165
3166 # Test configuration - VPP Performance Test Configs 3n-hsw
3167 -
3168   type: "table"
3169   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3170   algorithm: "table_merged_details"
3171   output-file-ext: ".csv"
3172   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3173   columns:
3174   -
3175     title: "Name"
3176     data: "data name"
3177   -
3178     title: "VPP API Test Commands History - Commands Used Per Test Case"
3179     data: "data conf-history"
3180   rows: "generated"
3181   data: "vpp-perf-results-3n-hsw"
3182   filter: "not 'NDRCHK' and not 'PDRCHK'"
3183   parameters:
3184   - "parent"
3185   - "name"
3186   - "conf-history"
3187
3188 # Test configuration - VPP Performance Test Configs 3n-skx
3189 -
3190   type: "table"
3191   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3192   algorithm: "table_merged_details"
3193   output-file-ext: ".csv"
3194   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3195   columns:
3196   -
3197     title: "Name"
3198     data: "data name"
3199   -
3200     title: "VPP API Test Commands History - Commands Used Per Test Case"
3201     data: "data conf-history"
3202   rows: "generated"
3203   data: "vpp-perf-results-3n-skx"
3204   filter: "not 'NDRCHK' and not 'PDRCHK'"
3205   parameters:
3206   - "parent"
3207   - "name"
3208   - "conf-history"
3209
3210 ## Test configuration - VPP Performance Test Configs 2n-skx
3211 #-
3212 #  type: "table"
3213 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
3214 #  algorithm: "table_merged_details"
3215 #  output-file-ext: ".csv"
3216 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3217 #  columns:
3218 #  -
3219 #    title: "Name"
3220 #    data: "data name"
3221 #  -
3222 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3223 #    data: "data conf-history"
3224 #  rows: "generated"
3225 #  data: "vpp-perf-results-2n-skx"
3226 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
3227 #  parameters:
3228 #  - "parent"
3229 #  - "name"
3230 #  - "conf-history"
3231
3232 ## Test configuration - VPP Performance Test Configs 2n-dnv
3233 #-
3234 #  type: "table"
3235 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3236 #  algorithm: "table_details"
3237 #  output-file-ext: ".csv"
3238 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3239 #  columns:
3240 #  -
3241 #    title: "Name"
3242 #    data: "data name"
3243 #  -
3244 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3245 #    data: "data conf-history"
3246 #  rows: "generated"
3247 #  data: "intel-dnv-vpp"
3248 #  filter: "'NDRPDR'"
3249 #  parameters:
3250 #  - "parent"
3251 #  - "name"
3252 #  - "conf-history"
3253
3254 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3255 -
3256   type: "table"
3257   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3258   algorithm: "table_merged_details"
3259   output-file-ext: ".csv"
3260   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3261   columns:
3262   -
3263     title: "Name"
3264     data: "data name"
3265   -
3266     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3267     data: "data show-run"
3268   rows: "generated"
3269   data: "vpp-perf-results-3n-hsw"
3270   filter: "not 'NDRCHK' and not 'PDRCHK'"
3271   parameters:
3272   - "parent"
3273   - "name"
3274   - "show-run"
3275
3276 # Test Operational Data - VPP Performance Operational Data 3n-skx
3277 -
3278   type: "table"
3279   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3280   algorithm: "table_merged_details"
3281   output-file-ext: ".csv"
3282   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3283   columns:
3284   -
3285     title: "Name"
3286     data: "data name"
3287   -
3288     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3289     data: "data show-run"
3290   rows: "generated"
3291   data: "vpp-perf-results-3n-skx"
3292   filter: "not 'NDRCHK' and not 'PDRCHK'"
3293   parameters:
3294   - "parent"
3295   - "name"
3296   - "show-run"
3297
3298 ## Test Operational Data - VPP Performance Operational Data 2n-skx
3299 #-
3300 #  type: "table"
3301 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3302 #  algorithm: "table_merged_details"
3303 #  output-file-ext: ".csv"
3304 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3305 #  columns:
3306 #  -
3307 #    title: "Name"
3308 #    data: "data name"
3309 #  -
3310 #    title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3311 #    data: "data show-run"
3312 #  rows: "generated"
3313 #  data: "vpp-perf-results-2n-skx"
3314 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
3315 #  parameters:
3316 #  - "parent"
3317 #  - "name"
3318 #  - "show-run"
3319
3320 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3321 #-
3322 #  type: "table"
3323 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3324 #  algorithm: "table_details"
3325 #  output-file-ext: ".csv"
3326 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3327 #  columns:
3328 #  -
3329 #    title: "Name"
3330 #    data: "data name"
3331 #  -
3332 #    title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3333 #    data: "data show-run"
3334 #  rows: "generated"
3335 #  data: "intel-dnv-vpp"
3336 #  filter: "'NDRPDR'"
3337 #  parameters:
3338 #  - "parent"
3339 #  - "name"
3340 #  - "show-run"
3341
3342 ## Detailed Test Results - VPP MRR Results 3n-hsw
3343 #-
3344 #  type: "table"
3345 #  title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3346 #  algorithm: "table_details"
3347 #  output-file-ext: ".csv"
3348 #  output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3349 #  columns:
3350 #  -
3351 #    title: "Name"
3352 #    data: "data name"
3353 #  -
3354 #    title: "Status"
3355 #    data: "data msg"
3356 #  rows: "generated"
3357 #  data: "vpp-mrr-results-3n-hsw"
3358 #  filter: "'MRR'"
3359 #  parameters:
3360 #  - "name"
3361 #  - "parent"
3362 #  - "msg"
3363
3364 ## Detailed Test Results - VPP MRR Results 3n-skx
3365 #-
3366 #  type: "table"
3367 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
3368 #  algorithm: "table_details"
3369 #  output-file-ext: ".csv"
3370 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3371 #  columns:
3372 #  -
3373 #    title: "Name"
3374 #    data: "data name"
3375 #  -
3376 #    title: "Status"
3377 #    data: "data msg"
3378 #  rows: "generated"
3379 #  data: "vpp-mrr-results-3n-skx"
3380 #  filter: "'MRR'"
3381 #  parameters:
3382 #  - "name"
3383 #  - "parent"
3384 #  - "msg"
3385
3386 ## Detailed Test Results - VPP MRR Results 2n-skx
3387 #-
3388 #  type: "table"
3389 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
3390 #  algorithm: "table_details"
3391 #  output-file-ext: ".csv"
3392 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3393 #  columns:
3394 #  -
3395 #    title: "Name"
3396 #    data: "data name"
3397 #  -
3398 #    title: "Status"
3399 #    data: "data msg"
3400 #  rows: "generated"
3401 #  data: "vpp-mrr-results-2n-skx"
3402 #  filter: "'MRR'"
3403 #  parameters:
3404 #  - "name"
3405 #  - "parent"
3406 #  - "msg"
3407
3408 ## Detailed Test Results - VPP MRR Results 2n-dnv
3409 #-
3410 #  type: "table"
3411 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3412 #  algorithm: "table_details"
3413 #  output-file-ext: ".csv"
3414 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3415 #  columns:
3416 #  -
3417 #    title: "Name"
3418 #    data: "data name"
3419 #  -
3420 #    title: "Status"
3421 #    data: "data msg"
3422 #  rows: "generated"
3423 #  data: "intel-dnv-vpp"
3424 #  filter: "'MRR'"
3425 #  parameters:
3426 #  - "name"
3427 #  - "parent"
3428 #  - "msg"
3429
3430 ## Test configuration - VPP MRR Test Configs 3n-hsw
3431 #-
3432 #  type: "table"
3433 #  title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3434 #  algorithm: "table_details"
3435 #  output-file-ext: ".csv"
3436 #  output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3437 #  columns:
3438 #  -
3439 #    title: "Name"
3440 #    data: "data name"
3441 #  -
3442 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3443 #    data: "data conf-history"
3444 #  rows: "generated"
3445 #  data: "vpp-mrr-results-3n-hsw"
3446 #  filter: "'MRR'"
3447 #  parameters:
3448 #  - "parent"
3449 #  - "name"
3450 #  - "conf-history"
3451
3452 ## Test configuration - VPP MRR Test Configs 3n-skx
3453 #-
3454 #  type: "table"
3455 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
3456 #  algorithm: "table_details"
3457 #  output-file-ext: ".csv"
3458 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3459 #  columns:
3460 #  -
3461 #    title: "Name"
3462 #    data: "data name"
3463 #  -
3464 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3465 #    data: "data conf-history"
3466 #  rows: "generated"
3467 #  data: "vpp-mrr-results-3n-skx"
3468 #  filter: "'MRR'"
3469 #  parameters:
3470 #  - "parent"
3471 #  - "name"
3472 #  - "conf-history"
3473
3474 ## Test configuration - VPP MRR Test Configs 2n-skx
3475 #-
3476 #  type: "table"
3477 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
3478 #  algorithm: "table_details"
3479 #  output-file-ext: ".csv"
3480 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3481 #  columns:
3482 #  -
3483 #    title: "Name"
3484 #    data: "data name"
3485 #  -
3486 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3487 #    data: "data conf-history"
3488 #  rows: "generated"
3489 #  data: "vpp-mrr-results-2n-skx"
3490 #  filter: "'MRR'"
3491 #  parameters:
3492 #  - "parent"
3493 #  - "name"
3494 #  - "conf-history"
3495
3496 ## Test configuration - VPP MRR Test Configs 2n-dnv
3497 #-
3498 #  type: "table"
3499 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3500 #  algorithm: "table_details"
3501 #  output-file-ext: ".csv"
3502 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3503 #  columns:
3504 #  -
3505 #    title: "Name"
3506 #    data: "data name"
3507 #  -
3508 #    title: "VPP API Test Commands History - Commands Used Per Test Case"
3509 #    data: "data conf-history"
3510 #  rows: "generated"
3511 #  data: "intel-dnv-vpp"
3512 #  filter: "'MRR'"
3513 #  parameters:
3514 #  - "parent"
3515 #  - "name"
3516 #  - "conf-history"
3517
3518 # Detailed Test Results - VPP Functional Results - Ubuntu
3519 -
3520   type: "table"
3521   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3522   algorithm: "table_details"
3523   output-file-ext: ".csv"
3524   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3525   columns:
3526   -
3527     title: "Name"
3528     data: "data name"
3529   -
3530     title: "Documentation"
3531     data: "data doc"
3532   -
3533     title: "Status"
3534     data: "data status"
3535   rows: "generated"
3536   data: "vpp-func-results-ubuntu"
3537   filter: "all"
3538   parameters:
3539   - "name"
3540   - "parent"
3541   - "doc"
3542   - "status"
3543
3544 # Detailed Test Results - VPP Functional Results - CentOS
3545 -
3546   type: "table"
3547   title: "Detailed Test Results - VPP Functional Results - CentOS"
3548   algorithm: "table_details"
3549   output-file-ext: ".csv"
3550   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3551   columns:
3552   -
3553     title: "Name"
3554     data: "data name"
3555   -
3556     title: "Documentation"
3557     data: "data doc"
3558   -
3559     title: "Status"
3560     data: "data status"
3561   rows: "generated"
3562   data:
3563     "vpp-func-results-centos"
3564   filter: "all"
3565   parameters:
3566   - "name"
3567   - "parent"
3568   - "doc"
3569   - "status"
3570
3571 # Test configuration - VPP Functional Test Configs - Ubuntu
3572 -
3573   type: "table"
3574   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3575   algorithm: "table_details"
3576   output-file-ext: ".csv"
3577   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3578   columns:
3579   -
3580     title: "Name"
3581     data: "data name"
3582   -
3583     title: "VPP API Test Commands History - Commands Used Per Test Case"
3584     data: "data conf-history"
3585   rows: "generated"
3586   data: "vpp-func-results-ubuntu"
3587   filter: "all"
3588   parameters:
3589   - "parent"
3590   - "name"
3591   - "conf-history"
3592
3593 # Test configuration - VPP Functional Test Configs - CentOS
3594 -
3595   type: "table"
3596   title: "Test configuration - VPP Functional Test Configs - CentOS"
3597   algorithm: "table_details"
3598   output-file-ext: ".csv"
3599   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3600   columns:
3601   -
3602     title: "Name"
3603     data: "data name"
3604   -
3605     title: "VPP API Test Commands History - Commands Used Per Test Case"
3606     data: "data conf-history"
3607   rows: "generated"
3608   data: "vpp-func-results-centos"
3609   filter: "all"
3610   parameters:
3611   - "parent"
3612   - "name"
3613   - "conf-history"
3614
3615 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3616 #-
3617 #  type: "table"
3618 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3619 #  algorithm: "table_details"
3620 #  output-file-ext: ".csv"
3621 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3622 #  columns:
3623 #  -
3624 #    title: "Name"
3625 #    data: "data name"
3626 #  -
3627 #    title: "Status"
3628 #    data: "data msg"
3629 #  rows: "generated"
3630 #  data: "ligato-perf-results-3n-hsw"
3631 #  filter: "all"
3632 #  parameters:
3633 #  - "name"
3634 #  - "parent"
3635 #  - "msg"
3636
3637 # Detailed Test Results - VPP Device Results - Ubuntu
3638 -
3639   type: "table"
3640   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3641   algorithm: "table_details"
3642   output-file-ext: ".csv"
3643   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3644   columns:
3645   -
3646     title: "Name"
3647     data: "data name"
3648   -
3649     title: "Documentation"
3650     data: "data doc"
3651   -
3652     title: "Status"
3653     data: "data status"
3654   rows: "generated"
3655   data: "vpp-device-results-ubuntu"
3656   filter: "all"
3657   parameters:
3658   - "name"
3659   - "parent"
3660   - "doc"
3661   - "status"
3662
3663 # Test configuration - VPP Device Test Configs - Ubuntu
3664 -
3665   type: "table"
3666   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3667   algorithm: "table_details"
3668   output-file-ext: ".csv"
3669   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3670   columns:
3671   -
3672     title: "Name"
3673     data: "data name"
3674   -
3675     title: "VPP API Test Commands History - Commands Used Per Test Case"
3676     data: "data conf-history"
3677   rows: "generated"
3678   data: "vpp-device-results-ubuntu"
3679   filter: "all"
3680   parameters:
3681   - "parent"
3682   - "name"
3683   - "conf-history"
3684
3685 ################################################################################
3686
3687 # DPDK Performance Changes 3n-hsw 1t1c pdr
3688 -
3689   type: "table"
3690   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3691   algorithm: "table_performance_comparison"
3692   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3693   history:
3694     -
3695       title: "rls1807"
3696       data: "dpdk-performance-changes-3n-hsw-h1"
3697   reference:
3698     title: "rls1810"
3699     data: "dpdk-performance-changes-3n-hsw-ref"
3700   compare:
3701     title: "rls1901"
3702     data: "dpdk-performance-changes-3n-hsw-cmp"
3703   data: "dpdk-performance-changes-3n-hsw"
3704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3705   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3706   parameters:
3707   - "name"
3708   - "parent"
3709   - "throughput"
3710
3711 # DPDK Performance Changes 3n-hsw 2t2c pdr
3712 -
3713   type: "table"
3714   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3715   algorithm: "table_performance_comparison"
3716   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3717   history:
3718     -
3719       title: "rls1807"
3720       data: "dpdk-performance-changes-3n-hsw-h1"
3721   reference:
3722     title: "rls1810"
3723     data: "dpdk-performance-changes-3n-hsw-ref"
3724   compare:
3725     title: "rls1901"
3726     data: "dpdk-performance-changes-3n-hsw-cmp"
3727   data: "dpdk-performance-changes-3n-hsw"
3728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3730   parameters:
3731   - "name"
3732   - "parent"
3733   - "throughput"
3734
3735 # DPDK Performance Changes 3n-hsw 1t1c ndr
3736 -
3737   type: "table"
3738   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3739   algorithm: "table_performance_comparison"
3740   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3741   history:
3742     -
3743       title: "rls1807"
3744       data: "dpdk-performance-changes-3n-hsw-h1"
3745   reference:
3746     title: "rls1810"
3747     data: "dpdk-performance-changes-3n-hsw-ref"
3748   compare:
3749     title: "rls1901"
3750     data: "dpdk-performance-changes-3n-hsw-cmp"
3751   data: "dpdk-performance-changes-3n-hsw"
3752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3753   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3754   parameters:
3755   - "name"
3756   - "parent"
3757   - "throughput"
3758
3759 # DPDK Performance Changes 3n-hsw 2t2c ndr
3760 -
3761   type: "table"
3762   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3763   algorithm: "table_performance_comparison"
3764   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3765   history:
3766     -
3767       title: "rls1807"
3768       data: "dpdk-performance-changes-3n-hsw-h1"
3769   reference:
3770     title: "rls1810"
3771     data: "dpdk-performance-changes-3n-hsw-ref"
3772   compare:
3773     title: "rls1901"
3774     data: "dpdk-performance-changes-3n-hsw-cmp"
3775   data: "dpdk-performance-changes-3n-hsw"
3776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3777   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3778   parameters:
3779   - "name"
3780   - "parent"
3781   - "throughput"
3782
3783 # DPDK Performance Changes 3n-skx 2t1c pdr
3784 -
3785   type: "table"
3786   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3787   algorithm: "table_performance_comparison"
3788   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3789   history:
3790     -
3791       title: "rls1807"
3792       data: "dpdk-performance-changes-3n-skx-h1"
3793   reference:
3794     title: "rls1810"
3795     data: "dpdk-performance-changes-3n-skx-ref"
3796   compare:
3797     title: "rls1901"
3798     data: "dpdk-performance-changes-3n-skx-cmp"
3799   data: "dpdk-performance-changes-3n-skx"
3800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3801   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3802   parameters:
3803   - "name"
3804   - "parent"
3805   - "throughput"
3806
3807 # DPDK Performance Changes 3n-skx 4t2c pdr
3808 -
3809   type: "table"
3810   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3811   algorithm: "table_performance_comparison"
3812   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3813   history:
3814     -
3815       title: "rls1807"
3816       data: "dpdk-performance-changes-3n-skx-h1"
3817   reference:
3818     title: "rls1810"
3819     data: "dpdk-performance-changes-3n-skx-ref"
3820   compare:
3821     title: "rls1901"
3822     data: "dpdk-performance-changes-3n-skx-cmp"
3823   data: "dpdk-performance-changes-3n-skx"
3824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3825   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3826   parameters:
3827   - "name"
3828   - "parent"
3829   - "throughput"
3830
3831 # DPDK Performance Changes 3n-skx 2t1c ndr
3832 -
3833   type: "table"
3834   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3835   algorithm: "table_performance_comparison"
3836   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3837   history:
3838     -
3839       title: "rls1807"
3840       data: "dpdk-performance-changes-3n-skx-h1"
3841   reference:
3842     title: "rls1810"
3843     data: "dpdk-performance-changes-3n-skx-ref"
3844   compare:
3845     title: "rls1901"
3846     data: "dpdk-performance-changes-3n-skx-cmp"
3847   data: "dpdk-performance-changes-3n-skx"
3848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3849   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3850   parameters:
3851   - "name"
3852   - "parent"
3853   - "throughput"
3854
3855 # DPDK Performance Changes 3n-skx 4t2c ndr
3856 -
3857   type: "table"
3858   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3859   algorithm: "table_performance_comparison"
3860   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3861   history:
3862     -
3863       title: "rls1807"
3864       data: "dpdk-performance-changes-3n-skx-h1"
3865   reference:
3866     title: "rls1810"
3867     data: "dpdk-performance-changes-3n-skx-ref"
3868   compare:
3869     title: "rls1901"
3870     data: "dpdk-performance-changes-3n-skx-cmp"
3871   data: "dpdk-performance-changes-3n-skx"
3872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3873   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3874   parameters:
3875   - "name"
3876   - "parent"
3877   - "throughput"
3878
3879 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3880 -
3881   type: "table"
3882   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3883   algorithm: "table_performance_comparison"
3884   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3885   reference:
3886     title: "3-Node Hsw"
3887     data: "dpdk-compare-testbeds-ref"
3888   compare:
3889     title: "3-Node Skx"
3890     data: "dpdk-compare-testbeds-cmp"
3891   data: "dpdk-compare-testbeds"
3892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3893   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3894   parameters:
3895   - "name"
3896   - "parent"
3897   - "throughput"
3898
3899 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3900 -
3901   type: "table"
3902   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3903   algorithm: "table_performance_comparison"
3904   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3905   reference:
3906     title: "3-Node Hsw"
3907     data: "dpdk-compare-testbeds-ref"
3908   compare:
3909     title: "3-Node Skx"
3910     data: "dpdk-compare-testbeds-cmp"
3911   data: "dpdk-compare-testbeds"
3912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3913   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3914   parameters:
3915   - "name"
3916   - "parent"
3917   - "throughput"
3918
3919 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3920 -
3921   type: "table"
3922   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3923   algorithm: "table_performance_comparison"
3924   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3925   reference:
3926     title: "3-Node Skx"
3927     data: "dpdk-compare-topologies-ref"
3928   compare:
3929     title: "2-Node Skx"
3930     data: "dpdk-compare-topologies-cmp"
3931   data: "dpdk-compare-topologies"
3932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3933   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3934   parameters:
3935   - "name"
3936   - "parent"
3937   - "throughput"
3938
3939 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3940 -
3941   type: "table"
3942   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3943   algorithm: "table_performance_comparison"
3944   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3945   reference:
3946     title: "3-Node Skx"
3947     data: "dpdk-compare-topologies-ref"
3948   compare:
3949     title: "2-Node Skx"
3950     data: "dpdk-compare-topologies-cmp"
3951   data: "dpdk-compare-topologies"
3952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3953   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3954   parameters:
3955   - "name"
3956   - "parent"
3957   - "throughput"
3958
3959 # DPDK Performance Changes 2n-skx 2t1c pdr
3960 -
3961   type: "table"
3962   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3963   algorithm: "table_performance_comparison"
3964   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3965   reference:
3966     title: "rls1810"
3967     data: "dpdk-performance-changes-2n-skx-ref"
3968   compare:
3969     title: "rls1901"
3970     data: "dpdk-performance-changes-2n-skx-cmp"
3971   data: "dpdk-performance-changes-2n-skx"
3972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3973   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3974   parameters:
3975   - "name"
3976   - "parent"
3977   - "throughput"
3978
3979 # DPDK Performance Changes 2n-skx 4t2c pdr
3980 -
3981   type: "table"
3982   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3983   algorithm: "table_performance_comparison"
3984   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3985   reference:
3986     title: "rls1810"
3987     data: "dpdk-performance-changes-2n-skx-ref"
3988   compare:
3989     title: "rls1901"
3990     data: "dpdk-performance-changes-2n-skx-cmp"
3991   data: "dpdk-performance-changes-2n-skx"
3992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3993   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3994   parameters:
3995   - "name"
3996   - "parent"
3997   - "throughput"
3998
3999 # DPDK Performance Changes 2n-skx 2t1c ndr
4000 -
4001   type: "table"
4002   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4003   algorithm: "table_performance_comparison"
4004   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4005   reference:
4006     title: "rls1810"
4007     data: "dpdk-performance-changes-2n-skx-ref"
4008   compare:
4009     title: "rls1901"
4010     data: "dpdk-performance-changes-2n-skx-cmp"
4011   data: "dpdk-performance-changes-2n-skx"
4012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4013   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4014   parameters:
4015   - "name"
4016   - "parent"
4017   - "throughput"
4018
4019 # DPDK Performance Changes 2n-skx 4t2c ndr
4020 -
4021   type: "table"
4022   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4023   algorithm: "table_performance_comparison"
4024   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4025   reference:
4026     title: "rls1810"
4027     data: "dpdk-performance-changes-2n-skx-ref"
4028   compare:
4029     title: "rls1901"
4030     data: "dpdk-performance-changes-2n-skx-cmp"
4031   data: "dpdk-performance-changes-2n-skx"
4032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4033   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4034   parameters:
4035   - "name"
4036   - "parent"
4037   - "throughput"
4038
4039 # Detailed Test Results - DPDK Performance Results 3n-hsw
4040 -
4041   type: "table"
4042   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4043   algorithm: "table_details"
4044   output-file-ext: ".csv"
4045   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4046   columns:
4047   -
4048     title: "Name"
4049     data: "data name"
4050   -
4051     title: "Status"
4052     data: "data msg"
4053   rows: "generated"
4054   data: "dpdk-perf-results-3n-hsw"
4055   filter: "all"
4056   parameters:
4057   - "name"
4058   - "parent"
4059   - "msg"
4060
4061 # Detailed Test Results - DPDK Performance Results 3n-skx
4062 -
4063   type: "table"
4064   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4065   algorithm: "table_details"
4066   output-file-ext: ".csv"
4067   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4068   columns:
4069   -
4070     title: "Name"
4071     data: "data name"
4072   -
4073     title: "Status"
4074     data: "data msg"
4075   rows: "generated"
4076   data: "dpdk-perf-results-3n-skx"
4077   filter: "all"
4078   parameters:
4079   - "name"
4080   - "parent"
4081   - "msg"
4082
4083 # Detailed Test Results - DPDK Performance Results 2n-skx
4084 -
4085   type: "table"
4086   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4087   algorithm: "table_details"
4088   output-file-ext: ".csv"
4089   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4090   columns:
4091   -
4092     title: "Name"
4093     data: "data name"
4094   -
4095     title: "Status"
4096     data: "data msg"
4097   rows: "generated"
4098   data: "dpdk-perf-results-2n-skx"
4099   filter: "all"
4100   parameters:
4101   - "name"
4102   - "parent"
4103   - "msg"
4104
4105 ################################################################################
4106 ## HoneyComb
4107 #-
4108 #  type: "table"
4109 #  title: "Detailed Test Results - Honeycomb Functional Results"
4110 #  algorithm: "table_details"
4111 #  output-file-ext: ".csv"
4112 #  output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4113 #  columns:
4114 #  -
4115 #    title: "Name"
4116 #    data: "data name"
4117 #  -
4118 #    title: "Documentation"
4119 #    data: "data doc"
4120 #  -
4121 #    title: "Status"
4122 #    data: "data status"
4123 #  rows: "generated"
4124 #  data:
4125 #    "hc-func-results"
4126 #  filter: "all"
4127 #  parameters:
4128 #  - "name"
4129 #  - "parent"
4130 #  - "doc"
4131 #  - "status"
4132
4133 ################################################################################
4134 ## NSH SFC
4135 #-
4136 #  type: "table"
4137 #  title: "Detailed Test Results - NSH SFC Functional Results"
4138 #  algorithm: "table_details"
4139 #  output-file-ext: ".csv"
4140 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4141 #  columns:
4142 #  -
4143 #    title: "Name"
4144 #    data: "data name"
4145 #  -
4146 #    title: "Documentation"
4147 #    data: "data doc"
4148 #  -
4149 #    title: "Status"
4150 #    data: "data status"
4151 #  rows: "generated"
4152 #  data:
4153 #    "nsh-func-results"
4154 #  filter: "all"
4155 #  parameters:
4156 #  - "name"
4157 #  - "parent"
4158 #  - "doc"
4159 #  - "status"
4160
4161 ################################################################################
4162 ## DMM
4163 #-
4164 #  type: "table"
4165 #  title: "Detailed Test Results - DMM Functional Results"
4166 #  algorithm: "table_details"
4167 #  output-file-ext: ".csv"
4168 #  output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4169 #  columns:
4170 #  -
4171 #    title: "Name"
4172 #    data: "data name"
4173 #  -
4174 #    title: "Documentation"
4175 #    data: "data doc"
4176 #  -
4177 #    title: "Status"
4178 #    data: "data status"
4179 #  rows: "generated"
4180 #  data:
4181 #    "dmm-func-results"
4182 #  filter: "all"
4183 #  parameters:
4184 #  - "name"
4185 #  - "parent"
4186 #  - "doc"
4187 #  - "status"
4188
4189 ################################################################################
4190 ###                                F I L E S                                 ###
4191 ################################################################################
4192
4193 # VPP Performance Results 3n-hsw
4194 -
4195   type: "file"
4196   title: "VPP Performance Results 3n-hsw"
4197   algorithm: "file_test_results"
4198   output-file-ext: ".rst"
4199   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4200   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4201   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4202   data: "vpp-perf-results-3n-hsw"
4203   filter: "not 'NDRCHK' and not 'PDRCHK'"
4204   parameters:
4205   - "name"
4206   - "doc"
4207   - "level"
4208   - "parent"
4209   data-start-level: 3
4210
4211 # VPP Performance Results 3n-skx
4212 -
4213   type: "file"
4214   title: "VPP Performance Results 3n-skx"
4215   algorithm: "file_test_results"
4216   output-file-ext: ".rst"
4217   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4218   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4219   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4220   data: "vpp-perf-results-3n-skx"
4221   filter: "not 'NDRCHK' and not 'PDRCHK'"
4222   parameters:
4223   - "name"
4224   - "doc"
4225   - "level"
4226   - "parent"
4227   data-start-level: 3
4228
4229 ## VPP Performance Results 2n-skx
4230 #-
4231 #  type: "file"
4232 #  title: "VPP Performance Results 2n-skx"
4233 #  algorithm: "file_test_results"
4234 #  output-file-ext: ".rst"
4235 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4236 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4237 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4238 #  data: "vpp-perf-results-2n-skx"
4239 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
4240 #  parameters:
4241 #  - "name"
4242 #  - "doc"
4243 #  - "level"
4244 #  - "parent"
4245 #  data-start-level: 3
4246
4247 ## VPP Performance Results 2n-dnv
4248 #-
4249 #  type: "file"
4250 #  title: "VPP Performance Results 2n-dnv"
4251 #  algorithm: "file_test_results"
4252 #  output-file-ext: ".rst"
4253 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4254 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4255 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4256 #  data: "intel-dnv-vpp"
4257 #  filter: "'NDRPDR'"
4258 #  parameters:
4259 #  - "name"
4260 #  - "doc"
4261 #  - "level"
4262 #  - "parent"
4263 #  data-start-level: 3
4264
4265 # VPP Performance Configuration 3n-hsw
4266 -
4267   type: "file"
4268   title: "VPP Performance Configuration 3n-hsw"
4269   algorithm: "file_test_results"
4270   output-file-ext: ".rst"
4271   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4272   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4273   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4274   data: "vpp-perf-results-3n-hsw"
4275   filter: "not 'NDRCHK' and not 'PDRCHK'"
4276   parameters:
4277   - "name"
4278   - "doc"
4279   - "level"
4280   - "parent"
4281   data-start-level: 3
4282
4283 # VPP Performance Configuration 3n-skx
4284 -
4285   type: "file"
4286   title: "VPP Performance Configuration 3n-skx"
4287   algorithm: "file_test_results"
4288   output-file-ext: ".rst"
4289   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4290   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4291   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4292   data: "vpp-perf-results-3n-skx"
4293   filter: "not 'NDRCHK' and not 'PDRCHK'"
4294   parameters:
4295   - "name"
4296   - "doc"
4297   - "level"
4298   - "parent"
4299   data-start-level: 3
4300
4301 ## VPP Performance Configuration 2n-skx
4302 #-
4303 #  type: "file"
4304 #  title: "VPP Performance Configuration 2n-skx"
4305 #  algorithm: "file_test_results"
4306 #  output-file-ext: ".rst"
4307 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4308 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4309 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4310 #  data: "vpp-perf-results-2n-skx"
4311 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
4312 #  parameters:
4313 #  - "name"
4314 #  - "doc"
4315 #  - "level"
4316 #  - "parent"
4317 #  data-start-level: 3
4318
4319 ## VPP Performance Configuration 2n-dnv
4320 #-
4321 #  type: "file"
4322 #  title: "VPP Performance Configuration 2n-dnv"
4323 #  algorithm: "file_test_results"
4324 #  output-file-ext: ".rst"
4325 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4326 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4327 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4328 #  data: "intel-dnv-vpp"
4329 #  filter: "'NDRPDR'"
4330 #  parameters:
4331 #  - "name"
4332 #  - "doc"
4333 #  - "level"
4334 #  - "parent"
4335 #  data-start-level: 3
4336
4337 # VPP Performance Operational Data 3n-hsw
4338 -
4339   type: "file"
4340   title: "VPP Performance Operational Data 3n-hsw"
4341   algorithm: "file_test_results"
4342   output-file-ext: ".rst"
4343   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4344   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4345   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4346   data: "vpp-perf-results-3n-hsw"
4347   filter: "not 'NDRCHK' and not 'PDRCHK'"
4348   parameters:
4349   - "name"
4350   - "doc"
4351   - "level"
4352   - "parent"
4353   data-start-level: 3
4354
4355 # VPP Performance Operational Data 3n-skx
4356 -
4357   type: "file"
4358   title: "VPP Performance Operational Data 3n-skx"
4359   algorithm: "file_test_results"
4360   output-file-ext: ".rst"
4361   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4362   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4363   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4364   data: "vpp-perf-results-3n-skx"
4365   filter: "not 'NDRCHK' and not 'PDRCHK'"
4366   parameters:
4367   - "name"
4368   - "doc"
4369   - "level"
4370   - "parent"
4371   data-start-level: 3
4372
4373 ## VPP Performance Operational Data 2n-skx
4374 #-
4375 #  type: "file"
4376 #  title: "VPP Performance Operational Data 2n-skx"
4377 #  algorithm: "file_test_results"
4378 #  output-file-ext: ".rst"
4379 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4380 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4381 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4382 #  data: "vpp-perf-results-2n-skx"
4383 #  filter: "not 'NDRCHK' and not 'PDRCHK'"
4384 #  parameters:
4385 #  - "name"
4386 #  - "doc"
4387 #  - "level"
4388 #  - "parent"
4389 #  data-start-level: 3
4390
4391 ## VPP Performance Operational Data 2n-dnv
4392 #-
4393 #  type: "file"
4394 #  title: "VPP Performance Operational Data 2n-dnv"
4395 #  algorithm: "file_test_results"
4396 #  output-file-ext: ".rst"
4397 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4398 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4399 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4400 #  data: "intel-dnv-vpp"
4401 #  filter: "'NDRPDR'"
4402 #  parameters:
4403 #  - "name"
4404 #  - "doc"
4405 #  - "level"
4406 #  - "parent"
4407 #  data-start-level: 3
4408
4409 ## VPP MRR Results 3n-hsw
4410 #-
4411 #  type: "file"
4412 #  title: "VPP MRR Results 3n-hsw"
4413 #  algorithm: "file_test_results"
4414 #  output-file-ext: ".rst"
4415 #  output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4416 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4417 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4418 #  data: "vpp-mrr-results-3n-hsw"
4419 #  filter: "'MRR'"
4420 #  parameters:
4421 #  - "name"
4422 #  - "doc"
4423 #  - "level"
4424 #  - "parent"
4425 #  data-start-level: 3
4426
4427 ## VPP MRR Results 3n-skx
4428 #-
4429 #  type: "file"
4430 #  title: "VPP MRR Results 3n-skx"
4431 #  algorithm: "file_test_results"
4432 #  output-file-ext: ".rst"
4433 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4434 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4435 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4436 #  data: "vpp-mrr-results-3n-skx"
4437 #  filter: "'MRR'"
4438 #  parameters:
4439 #  - "name"
4440 #  - "doc"
4441 #  - "level"
4442 #  - "parent"
4443 #  data-start-level: 3
4444
4445 ## VPP MRR Results 2n-skx
4446 #-
4447 #  type: "file"
4448 #  title: "VPP MRR Results 2n-skx"
4449 #  algorithm: "file_test_results"
4450 #  output-file-ext: ".rst"
4451 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4452 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4453 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4454 #  data: "vpp-mrr-results-2n-skx"
4455 #  filter: "all"
4456 #  parameters:
4457 #  - "name"
4458 #  - "doc"
4459 #  - "level"
4460 #  - "parent"
4461 #  data-start-level: 3
4462
4463 ## VPP MRR Results 2n-dnv
4464 #-
4465 #  type: "file"
4466 #  title: "VPP MRR Results 2n-dnv"
4467 #  algorithm: "file_test_results"
4468 #  output-file-ext: ".rst"
4469 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4470 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4471 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4472 #  data: "intel-dnv-vpp"
4473 #  filter: "'MRR'"
4474 #  parameters:
4475 #  - "name"
4476 #  - "doc"
4477 #  - "level"
4478 #  - "parent"
4479 #  data-start-level: 3
4480
4481 ## VPP MRR Configuration 3n-hsw
4482 #-
4483 #  type: "file"
4484 #  title: "VPP MRR Configuration 3n-hsw"
4485 #  algorithm: "file_test_results"
4486 #  output-file-ext: ".rst"
4487 #  output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4488 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4489 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4490 #  data: "vpp-mrr-results-3n-hsw"
4491 #  filter: "'MRR'"
4492 #  parameters:
4493 #  - "name"
4494 #  - "doc"
4495 #  - "level"
4496 #  - "parent"
4497 #  data-start-level: 3
4498
4499 ## VPP MRR Configuration 3n-skx
4500 #-
4501 #  type: "file"
4502 #  title: "VPP MRR Configuration 3n-skx"
4503 #  algorithm: "file_test_results"
4504 #  output-file-ext: ".rst"
4505 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4506 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4507 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4508 #  data: "vpp-mrr-results-3n-skx"
4509 #  filter: "'MRR'"
4510 #  parameters:
4511 #  - "name"
4512 #  - "doc"
4513 #  - "level"
4514 #  - "parent"
4515 #  data-start-level: 3
4516
4517 ## VPP MRR Configuration 2n-skx
4518 #-
4519 #  type: "file"
4520 #  title: "VPP MRR Configuration 2n-skx"
4521 #  algorithm: "file_test_results"
4522 #  output-file-ext: ".rst"
4523 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4524 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4525 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4526 #  data: "vpp-mrr-results-2n-skx"
4527 #  filter: "'MRR'"
4528 #  parameters:
4529 #  - "name"
4530 #  - "doc"
4531 #  - "level"
4532 #  - "parent"
4533 #  data-start-level: 3
4534
4535 ## VPP MRR Configuration 2n-dnv
4536 #-
4537 #  type: "file"
4538 #  title: "VPP MRR Configuration 2n-dnv"
4539 #  algorithm: "file_test_results"
4540 #  output-file-ext: ".rst"
4541 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4542 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4543 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4544 #  data: "intel-dnv-vpp"
4545 #  filter: "'MRR'"
4546 #  parameters:
4547 #  - "name"
4548 #  - "doc"
4549 #  - "level"
4550 #  - "parent"
4551 #  data-start-level: 3
4552
4553 # VPP Functional Results - Ubuntu
4554 -
4555   type: "file"
4556   title: "VPP Functional Results - Ubuntu"
4557   algorithm: "file_test_results"
4558   output-file-ext: ".rst"
4559   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4560   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4561   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4562   data: "vpp-func-results-ubuntu"
4563   filter: "all"
4564   parameters:
4565   - "name"
4566   - "doc"
4567   - "level"
4568   - "parent"
4569   data-start-level: 3
4570
4571 # VPP Functional Results - CentOS
4572 -
4573   type: "file"
4574   title: "VPP Functional Results - CentOS"
4575   algorithm: "file_test_results"
4576   output-file-ext: ".rst"
4577   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4578   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4579   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4580   data:
4581     "vpp-func-results-centos"
4582   filter: "all"
4583   parameters:
4584   - "name"
4585   - "doc"
4586   - "level"
4587   - "parent"
4588   data-start-level: 3
4589
4590 # VPP Functional Configuration - Ubuntu
4591 -
4592   type: "file"
4593   title: "VPP Functional Configuration - Ubuntu"
4594   algorithm: "file_test_results"
4595   output-file-ext: ".rst"
4596   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4597   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4598   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4599   data: "vpp-func-results-ubuntu"
4600   filter: "all"
4601   parameters:
4602   - "name"
4603   - "doc"
4604   - "level"
4605   - "parent"
4606   data-start-level: 3
4607
4608 # VPP Functional Configuration - CentOS
4609 -
4610   type: "file"
4611   title: "VPP Functional Configuration - CentOS"
4612   algorithm: "file_test_results"
4613   output-file-ext: ".rst"
4614   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4615   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4616   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4617   data:
4618     "vpp-func-results-centos"
4619   filter: "all"
4620   parameters:
4621   - "name"
4622   - "doc"
4623   - "level"
4624   - "parent"
4625   data-start-level: 3
4626
4627 # VPP Device Results - Ubuntu
4628 -
4629   type: "file"
4630   title: "VPP Device Results - Ubuntu"
4631   algorithm: "file_test_results"
4632   output-file-ext: ".rst"
4633   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4634   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4635   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4636   data: "vpp-device-results-ubuntu"
4637   filter: "all"
4638   parameters:
4639   - "name"
4640   - "doc"
4641   - "level"
4642   - "parent"
4643   data-start-level: 2
4644
4645 # VPP Device Configuration - Ubuntu
4646 -
4647   type: "file"
4648   title: "VPP Device Configuration - Ubuntu"
4649   algorithm: "file_test_results"
4650   output-file-ext: ".rst"
4651   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4652   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4653   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4654   data: "vpp-device-results-ubuntu"
4655   filter: "all"
4656   parameters:
4657   - "name"
4658   - "doc"
4659   - "level"
4660   - "parent"
4661   data-start-level: 2
4662
4663 ## Container Orchestrated Performance Results 3n-hsw
4664 #-
4665 #  type: "file"
4666 #  title: "Container Orchestrated Performance Results 3n-hsw"
4667 #  algorithm: "file_test_results"
4668 #  output-file-ext: ".rst"
4669 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4670 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4671 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4672 #  data: "ligato-perf-results-3n-hsw"
4673 #  filter: "all"
4674 #  parameters:
4675 #  - "name"
4676 #  - "doc"
4677 #  - "level"
4678 #  - "parent"
4679 #  data-start-level: 3
4680
4681 # DPDK Performance Results 3n-hsw
4682 -
4683   type: "file"
4684   title: "DPDK Performance Results 3n-hsw"
4685   algorithm: "file_test_results"
4686   output-file-ext: ".rst"
4687   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4688   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4689   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4690   data: "dpdk-perf-results-3n-hsw"
4691   filter: "all"
4692   parameters:
4693   - "name"
4694   - "doc"
4695   - "level"
4696   - "parent"
4697   data-start-level: 3
4698
4699 # DPDK Performance Results 3n-skx
4700 -
4701   type: "file"
4702   title: "DPDK Performance Results 3n-skx"
4703   algorithm: "file_test_results"
4704   output-file-ext: ".rst"
4705   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4706   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4707   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4708   data: "dpdk-perf-results-3n-skx"
4709   filter: "all"
4710   parameters:
4711   - "name"
4712   - "doc"
4713   - "level"
4714   - "parent"
4715   data-start-level: 3
4716
4717 # DPDK Performance Results 2n-skx
4718 -
4719   type: "file"
4720   title: "DPDK Performance Results 2n-skx"
4721   algorithm: "file_test_results"
4722   output-file-ext: ".rst"
4723   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4724   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4725   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4726   data: "dpdk-perf-results-2n-skx"
4727   filter: "all"
4728   parameters:
4729   - "name"
4730   - "doc"
4731   - "level"
4732   - "parent"
4733   data-start-level: 3
4734
4735 ## Honeycomb Functional Results
4736 #-
4737 #  type: "file"
4738 #  title: "Honeycomb Functional Results"
4739 #  algorithm: "file_test_results"
4740 #  output-file-ext: ".rst"
4741 #  output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4742 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4743 #  dir-tables: "{DIR[DTR,FUNC,HC]}"
4744 #  data:
4745 #    "hc-func-results"
4746 #  filter: "all"
4747 #  parameters:
4748 #  - "name"
4749 #  - "doc"
4750 #  - "level"
4751 #  - "parent"
4752 #  data-start-level: 3
4753
4754 ## NSH SFC Functional Results
4755 #-
4756 #  type: "file"
4757 #  title: "NSH SFC Functional Results"
4758 #  algorithm: "file_test_results"
4759 #  output-file-ext: ".rst"
4760 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4761 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4762 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4763 #  data:
4764 #    "nsh-func-results"
4765 #  filter: "all"
4766 #  parameters:
4767 #  - "name"
4768 #  - "doc"
4769 #  - "level"
4770 #  - "parent"
4771 #  data-start-level: 3
4772
4773 ## DMM Functional Results
4774 #-
4775 #  type: "file"
4776 #  title: "DMM Functional Results"
4777 #  algorithm: "file_test_results"
4778 #  output-file-ext: ".rst"
4779 #  output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4780 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4781 #  dir-tables: "{DIR[DTR,FUNC,DMM]}"
4782 #  data:
4783 #    "dmm-func-results"
4784 #  filter: "all"
4785 #  parameters:
4786 #  - "name"
4787 #  - "doc"
4788 #  - "level"
4789 #  - "parent"
4790 #  data-start-level: 3
4791
4792 ################################################################################
4793 ###                                P L O T S                                 ###
4794 ################################################################################
4795
4796 ## Soak test - 30min Soak Test (PLRsearch), boxes
4797 #-
4798 #  type: "plot"
4799 #  title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4800 #  algorithm: "plot_soak_boxes"
4801 #  output-file-type: ".html"
4802 #  output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4803 #  data: "plot-vpp-soak-2n-skx"
4804 #  filter: "'SOAK'"
4805 #  parameters:
4806 #  - "throughput"
4807 #  - "parent"
4808 #  - "tags"
4809 #  sort:
4810 #  - "L2PATCH"
4811 ##  - "L2XCBASE"
4812 ##  - "L2BDMACLRN"
4813 ##  - "IP4FWD"
4814 ##  - "IP6FWD"
4815 #  - "VHOST"
4816 #  layout:
4817 #    title: "30min Soak Test (PLRsearch)"
4818 #    layout: "plot-soak-throughput"
4819 #
4820 ## Soak test - example, not used
4821 #-
4822 #  type: "plot"
4823 #  title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4824 #  algorithm: "plot_soak_bars"
4825 #  output-file-type: ".html"
4826 #  output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4827 #  data: "plot-vpp-soak-2n-skx"
4828 #  filter: "'SOAK'"
4829 #  parameters:
4830 #  - "throughput"
4831 #  - "parent"
4832 #  - "tags"
4833 #  sort:
4834 #  - "L2PATCH"
4835 ##  - "L2XCBASE"
4836 ##  - "L2BDMACLRN"
4837 ##  - "IP4FWD"
4838 ##  - "IP6FWD"
4839 #  - "VHOST"
4840 #  layout:
4841 #    title: "30min Soak Test (PLRsearch)"
4842 #    layout: "plot-soak-throughput"
4843
4844 ################################################################################
4845 # Plots - NF Density - VSC
4846
4847 #-
4848 #  type: "plot"
4849 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4850 #  algorithm: "plot_service_density_heatmap"
4851 #  output-file-type: ".html"
4852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4853 #  data: "plot-vpp-nfv-2n-skx-mrr"
4854 #  filter: "'NIC_Intel-X710' and
4855 #           'NF_DENSITY' and
4856 #           'VM' and
4857 #           'CHAIN' and
4858 #           '64B' and
4859 #           '2T1C' and
4860 #           'MRR'"
4861 #  parameters:
4862 #  - "result"
4863 #  - "name"
4864 #  - "tags"
4865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4866 #  x-axis: "X = VNFs per Service Chain"
4867 #  y-axis: "Y = Number of Service Chains"
4868 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4869 #  layout:
4870 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4871 #    layout: "plot-service-density"
4872 #
4873 #-
4874 #  type: "plot"
4875 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4876 #  algorithm: "plot_service_density_heatmap"
4877 #  output-file-type: ".html"
4878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4879 #  data: "plot-vpp-nfv-2n-skx-mrr"
4880 #  filter: "'NIC_Intel-X710' and
4881 #           'NF_DENSITY' and
4882 #           'VM' and
4883 #           'CHAIN' and
4884 #           '64B' and
4885 #           '4T2C' and
4886 #           'MRR'"
4887 #  parameters:
4888 #  - "result"
4889 #  - "name"
4890 #  - "tags"
4891 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4892 #  x-axis: "X = VNFs per Service Chain"
4893 #  y-axis: "Y = Number of Service Chains"
4894 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4895 #  layout:
4896 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4897 #    layout: "plot-service-density"
4898 #
4899 #-
4900 #  type: "plot"
4901 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4902 #  algorithm: "plot_service_density_heatmap"
4903 #  output-file-type: ".html"
4904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4905 #  data: "plot-vpp-nfv-2n-skx-mrr"
4906 #  filter: "'NIC_Intel-X710' and
4907 #           'NF_DENSITY' and
4908 #           'VM' and
4909 #           'CHAIN' and
4910 #           'IMIX' and
4911 #           '2T1C' and
4912 #           'MRR'"
4913 #  parameters:
4914 #  - "result"
4915 #  - "name"
4916 #  - "tags"
4917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4918 #  x-axis: "X = VNFs per Service Chain"
4919 #  y-axis: "Y = Number of Service Chains"
4920 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4921 #  layout:
4922 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4923 #    layout: "plot-service-density"
4924 #
4925 #-
4926 #  type: "plot"
4927 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4928 #  algorithm: "plot_service_density_heatmap"
4929 #  output-file-type: ".html"
4930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4931 #  data: "plot-vpp-nfv-2n-skx-mrr"
4932 #  filter: "'NIC_Intel-X710' and
4933 #           'NF_DENSITY' and
4934 #           'VM' and
4935 #           'CHAIN' and
4936 #           'IMIX' and
4937 #           '4T2C' and
4938 #           'MRR'"
4939 #  parameters:
4940 #  - "result"
4941 #  - "name"
4942 #  - "tags"
4943 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4944 #  x-axis: "X = VNFs per Service Chain"
4945 #  y-axis: "Y = Number of Service Chains"
4946 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4947 #  layout:
4948 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4949 #    layout: "plot-service-density"
4950 #
4951 #-
4952 #  type: "plot"
4953 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4954 #  algorithm: "plot_service_density_heatmap"
4955 #  output-file-type: ".html"
4956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4957 #  data: "plot-vpp-nfv-2n-skx"
4958 #  filter: "'NIC_Intel-X710' and
4959 #           'NF_DENSITY' and
4960 #           'VM' and
4961 #           'CHAIN' and
4962 #           '64B' and
4963 #           '2T1C' and
4964 #           'NDRPDR'"
4965 #  parameters:
4966 #  - "throughput"
4967 #  - "name"
4968 #  - "tags"
4969 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4970 #  x-axis: "X = VNFs per Service Chain"
4971 #  y-axis: "Y = Number of Service Chains"
4972 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4973 #  layout:
4974 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4975 #    layout: "plot-service-density"
4976 #
4977 #-
4978 #  type: "plot"
4979 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4980 #  algorithm: "plot_service_density_heatmap"
4981 #  output-file-type: ".html"
4982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4983 #  data: "plot-vpp-nfv-2n-skx"
4984 #  filter: "'NIC_Intel-X710' and
4985 #           'NF_DENSITY' and
4986 #           'VM' and
4987 #           'CHAIN' and
4988 #           '64B' and
4989 #           '4T2C' and
4990 #           'NDRPDR'"
4991 #  parameters:
4992 #  - "throughput"
4993 #  - "name"
4994 #  - "tags"
4995 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4996 #  x-axis: "X = VNFs per Service Chain"
4997 #  y-axis: "Y = Number of Service Chains"
4998 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4999 #  layout:
5000 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5001 #    layout: "plot-service-density"
5002 #
5003 #-
5004 #  type: "plot"
5005 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5006 #  algorithm: "plot_service_density_heatmap"
5007 #  output-file-type: ".html"
5008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5009 #  data: "plot-vpp-nfv-2n-skx"
5010 #  filter: "'NIC_Intel-X710' and
5011 #           'NF_DENSITY' and
5012 #           'VM' and
5013 #           'CHAIN' and
5014 #           'IMIX' and
5015 #           '2T1C' and
5016 #           'NDRPDR'"
5017 #  parameters:
5018 #  - "throughput"
5019 #  - "name"
5020 #  - "tags"
5021 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5022 #  x-axis: "X = VNFs per Service Chain"
5023 #  y-axis: "Y = Number of Service Chains"
5024 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5025 #  layout:
5026 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5027 #    layout: "plot-service-density"
5028 #
5029 #-
5030 #  type: "plot"
5031 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5032 #  algorithm: "plot_service_density_heatmap"
5033 #  output-file-type: ".html"
5034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5035 #  data: "plot-vpp-nfv-2n-skx"
5036 #  filter: "'NIC_Intel-X710' and
5037 #           'NF_DENSITY' and
5038 #           'VM' and
5039 #           'CHAIN' and
5040 #           'IMIX' and
5041 #           '4T2C' and
5042 #           'NDRPDR'"
5043 #  parameters:
5044 #  - "throughput"
5045 #  - "name"
5046 #  - "tags"
5047 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5048 #  x-axis: "X = VNFs per Service Chain"
5049 #  y-axis: "Y = Number of Service Chains"
5050 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5051 #  layout:
5052 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5053 #    layout: "plot-service-density"
5054 #
5055 #-
5056 #  type: "plot"
5057 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5058 #  algorithm: "plot_service_density_heatmap"
5059 #  output-file-type: ".html"
5060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5061 #  data: "plot-vpp-nfv-2n-skx"
5062 #  filter: "'NIC_Intel-X710' and
5063 #           'NF_DENSITY' and
5064 #           'VM' and
5065 #           'CHAIN' and
5066 #           '64B' and
5067 #           '2T1C' and
5068 #           'NDRPDR'"
5069 #  parameters:
5070 #  - "throughput"
5071 #  - "name"
5072 #  - "tags"
5073 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5074 #  x-axis: "X = VNFs per Service Chain"
5075 #  y-axis: "Y = Number of Service Chains"
5076 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5077 #  layout:
5078 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5079 #    layout: "plot-service-density"
5080 #
5081 #-
5082 #  type: "plot"
5083 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5084 #  algorithm: "plot_service_density_heatmap"
5085 #  output-file-type: ".html"
5086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5087 #  data: "plot-vpp-nfv-2n-skx"
5088 #  filter: "'NIC_Intel-X710' and
5089 #           'NF_DENSITY' and
5090 #           'VM' and
5091 #           'CHAIN' and
5092 #           '64B' and
5093 #           '4T2C' and
5094 #           'NDRPDR'"
5095 #  parameters:
5096 #  - "throughput"
5097 #  - "name"
5098 #  - "tags"
5099 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5100 #  x-axis: "X = VNFs per Service Chain"
5101 #  y-axis: "Y = Number of Service Chains"
5102 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5103 #  layout:
5104 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5105 #    layout: "plot-service-density"
5106 #
5107 #-
5108 #  type: "plot"
5109 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5110 #  algorithm: "plot_service_density_heatmap"
5111 #  output-file-type: ".html"
5112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5113 #  data: "plot-vpp-nfv-2n-skx"
5114 #  filter: "'NIC_Intel-X710' and
5115 #           'NF_DENSITY' and
5116 #           'VM' and
5117 #           'CHAIN' and
5118 #           'IMIX' and
5119 #           '2T1C' and
5120 #           'NDRPDR'"
5121 #  parameters:
5122 #  - "throughput"
5123 #  - "name"
5124 #  - "tags"
5125 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5126 #  x-axis: "X = VNFs per Service Chain"
5127 #  y-axis: "Y = Number of Service Chains"
5128 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5129 #  layout:
5130 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5131 #    layout: "plot-service-density"
5132 #
5133 #-
5134 #  type: "plot"
5135 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5136 #  algorithm: "plot_service_density_heatmap"
5137 #  output-file-type: ".html"
5138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5139 #  data: "plot-vpp-nfv-2n-skx"
5140 #  filter: "'NIC_Intel-X710' and
5141 #           'NF_DENSITY' and
5142 #           'VM' and
5143 #           'CHAIN' and
5144 #           'IMIX' and
5145 #           '4T2C' and
5146 #           'NDRPDR'"
5147 #  parameters:
5148 #  - "throughput"
5149 #  - "name"
5150 #  - "tags"
5151 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5152 #  x-axis: "X = VNFs per Service Chain"
5153 #  y-axis: "Y = Number of Service Chains"
5154 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5155 #  layout:
5156 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5157 #    layout: "plot-service-density"
5158 #
5159 #################################################################################
5160 ## Plots - NF Density - CSC
5161 #
5162 #-
5163 #  type: "plot"
5164 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5165 #  algorithm: "plot_service_density_heatmap"
5166 #  output-file-type: ".html"
5167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5168 #  data: "plot-vpp-nfv-2n-skx-mrr"
5169 #  filter: "'NIC_Intel-X710' and
5170 #           'NF_DENSITY' and
5171 #           'DOCKER' and
5172 #           'CHAIN' and
5173 #           '64B' and
5174 #           '2T1C' and
5175 #           'MRR'"
5176 #  parameters:
5177 #  - "result"
5178 #  - "name"
5179 #  - "tags"
5180 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5181 #  x-axis: "X = CNFs per Service Chain"
5182 #  y-axis: "Y = Number of Service Chains"
5183 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5184 #  layout:
5185 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5186 #    layout: "plot-service-density"
5187 #
5188 #-
5189 #  type: "plot"
5190 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5191 #  algorithm: "plot_service_density_heatmap"
5192 #  output-file-type: ".html"
5193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5194 #  data: "plot-vpp-nfv-2n-skx-mrr"
5195 #  filter: "'NIC_Intel-X710' and
5196 #           'NF_DENSITY' and
5197 #           'DOCKER' and
5198 #           'CHAIN' and
5199 #           '64B' and
5200 #           '4T2C' and
5201 #           'MRR'"
5202 #  parameters:
5203 #  - "result"
5204 #  - "name"
5205 #  - "tags"
5206 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5207 #  x-axis: "X = CNFs per Service Chain"
5208 #  y-axis: "Y = Number of Service Chains"
5209 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5210 #  layout:
5211 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5212 #    layout: "plot-service-density"
5213 #
5214 #-
5215 #  type: "plot"
5216 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5217 #  algorithm: "plot_service_density_heatmap"
5218 #  output-file-type: ".html"
5219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5220 #  data: "plot-vpp-nfv-2n-skx-mrr"
5221 #  filter: "'NIC_Intel-X710' and
5222 #           'NF_DENSITY' and
5223 #           'DOCKER' and
5224 #           'CHAIN' and
5225 #           'IMIX' and
5226 #           '2T1C' and
5227 #           'MRR'"
5228 #  parameters:
5229 #  - "result"
5230 #  - "name"
5231 #  - "tags"
5232 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5233 #  x-axis: "X = CNFs per Service Chain"
5234 #  y-axis: "Y = Number of Service Chains"
5235 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5236 #  layout:
5237 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5238 #    layout: "plot-service-density"
5239 #
5240 #-
5241 #  type: "plot"
5242 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5243 #  algorithm: "plot_service_density_heatmap"
5244 #  output-file-type: ".html"
5245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5246 #  data: "plot-vpp-nfv-2n-skx-mrr"
5247 #  filter: "'NIC_Intel-X710' and
5248 #           'NF_DENSITY' and
5249 #           'DOCKER' and
5250 #           'CHAIN' and
5251 #           'IMIX' and
5252 #           '4T2C' and
5253 #           'MRR'"
5254 #  parameters:
5255 #  - "result"
5256 #  - "name"
5257 #  - "tags"
5258 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5259 #  x-axis: "X = CNFs per Service Chain"
5260 #  y-axis: "Y = Number of Service Chains"
5261 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5262 #  layout:
5263 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5264 #    layout: "plot-service-density"
5265 #
5266 #-
5267 #  type: "plot"
5268 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5269 #  algorithm: "plot_service_density_heatmap"
5270 #  output-file-type: ".html"
5271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5272 #  data: "plot-vpp-nfv-2n-skx"
5273 #  filter: "'NIC_Intel-X710' and
5274 #           'NF_DENSITY' and
5275 #           'DOCKER' and
5276 #           'CHAIN' and
5277 #           '64B' and
5278 #           '2T1C' and
5279 #           'NDRPDR'"
5280 #  parameters:
5281 #  - "throughput"
5282 #  - "name"
5283 #  - "tags"
5284 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5285 #  x-axis: "X = CNFs per Service Chain"
5286 #  y-axis: "Y = Number of Service Chains"
5287 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5288 #  layout:
5289 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5290 #    layout: "plot-service-density"
5291 #
5292 #-
5293 #  type: "plot"
5294 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5295 #  algorithm: "plot_service_density_heatmap"
5296 #  output-file-type: ".html"
5297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5298 #  data: "plot-vpp-nfv-2n-skx"
5299 #  filter: "'NIC_Intel-X710' and
5300 #           'NF_DENSITY' and
5301 #           'DOCKER' and
5302 #           'CHAIN' and
5303 #           '64B' and
5304 #           '4T2C' and
5305 #           'NDRPDR'"
5306 #  parameters:
5307 #  - "throughput"
5308 #  - "name"
5309 #  - "tags"
5310 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5311 #  x-axis: "X = CNFs per Service Chain"
5312 #  y-axis: "Y = Number of Service Chains"
5313 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5314 #  layout:
5315 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5316 #    layout: "plot-service-density"
5317 #
5318 #-
5319 #  type: "plot"
5320 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5321 #  algorithm: "plot_service_density_heatmap"
5322 #  output-file-type: ".html"
5323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5324 #  data: "plot-vpp-nfv-2n-skx"
5325 #  filter: "'NIC_Intel-X710' and
5326 #           'NF_DENSITY' and
5327 #           'DOCKER' and
5328 #           'CHAIN' and
5329 #           'IMIX' and
5330 #           '2T1C' and
5331 #           'NDRPDR'"
5332 #  parameters:
5333 #  - "throughput"
5334 #  - "name"
5335 #  - "tags"
5336 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5337 #  x-axis: "X = CNFs per Service Chain"
5338 #  y-axis: "Y = Number of Service Chains"
5339 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5340 #  layout:
5341 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5342 #    layout: "plot-service-density"
5343 #
5344 #-
5345 #  type: "plot"
5346 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5347 #  algorithm: "plot_service_density_heatmap"
5348 #  output-file-type: ".html"
5349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5350 #  data: "plot-vpp-nfv-2n-skx"
5351 #  filter: "'NIC_Intel-X710' and
5352 #           'NF_DENSITY' and
5353 #           'DOCKER' and
5354 #           'CHAIN' and
5355 #           'IMIX' and
5356 #           '4T2C' and
5357 #           'NDRPDR'"
5358 #  parameters:
5359 #  - "throughput"
5360 #  - "name"
5361 #  - "tags"
5362 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5363 #  x-axis: "X = CNFs per Service Chain"
5364 #  y-axis: "Y = Number of Service Chains"
5365 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5366 #  layout:
5367 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5368 #    layout: "plot-service-density"
5369 #
5370 #-
5371 #  type: "plot"
5372 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5373 #  algorithm: "plot_service_density_heatmap"
5374 #  output-file-type: ".html"
5375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5376 #  data: "plot-vpp-nfv-2n-skx"
5377 #  filter: "'NIC_Intel-X710' and
5378 #           'NF_DENSITY' and
5379 #           'DOCKER' and
5380 #           'CHAIN' and
5381 #           '64B' and
5382 #           '2T1C' and
5383 #           'NDRPDR'"
5384 #  parameters:
5385 #  - "throughput"
5386 #  - "name"
5387 #  - "tags"
5388 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5389 #  x-axis: "X = CNFs per Service Chain"
5390 #  y-axis: "Y = Number of Service Chains"
5391 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5392 #  layout:
5393 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5394 #    layout: "plot-service-density"
5395 #
5396 #-
5397 #  type: "plot"
5398 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5399 #  algorithm: "plot_service_density_heatmap"
5400 #  output-file-type: ".html"
5401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5402 #  data: "plot-vpp-nfv-2n-skx"
5403 #  filter: "'NIC_Intel-X710' and
5404 #           'NF_DENSITY' and
5405 #           'DOCKER' and
5406 #           'CHAIN' and
5407 #           '64B' and
5408 #           '4T2C' and
5409 #           'NDRPDR'"
5410 #  parameters:
5411 #  - "throughput"
5412 #  - "name"
5413 #  - "tags"
5414 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5415 #  x-axis: "X = CNFs per Service Chain"
5416 #  y-axis: "Y = Number of Service Chains"
5417 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5418 #  layout:
5419 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5420 #    layout: "plot-service-density"
5421 #
5422 #-
5423 #  type: "plot"
5424 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5425 #  algorithm: "plot_service_density_heatmap"
5426 #  output-file-type: ".html"
5427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5428 #  data: "plot-vpp-nfv-2n-skx"
5429 #  filter: "'NIC_Intel-X710' and
5430 #           'NF_DENSITY' and
5431 #           'DOCKER' and
5432 #           'CHAIN' and
5433 #           'IMIX' and
5434 #           '2T1C' and
5435 #           'NDRPDR'"
5436 #  parameters:
5437 #  - "throughput"
5438 #  - "name"
5439 #  - "tags"
5440 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5441 #  x-axis: "X = CNFs per Service Chain"
5442 #  y-axis: "Y = Number of Service Chains"
5443 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5444 #  layout:
5445 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5446 #    layout: "plot-service-density"
5447 #
5448 #-
5449 #  type: "plot"
5450 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5451 #  algorithm: "plot_service_density_heatmap"
5452 #  output-file-type: ".html"
5453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5454 #  data: "plot-vpp-nfv-2n-skx"
5455 #  filter: "'NIC_Intel-X710' and
5456 #           'NF_DENSITY' and
5457 #           'DOCKER' and
5458 #           'CHAIN' and
5459 #           'IMIX' and
5460 #           '4T2C' and
5461 #           'NDRPDR'"
5462 #  parameters:
5463 #  - "throughput"
5464 #  - "name"
5465 #  - "tags"
5466 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5467 #  x-axis: "X = CNFs per Service Chain"
5468 #  y-axis: "Y = Number of Service Chains"
5469 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5470 #  layout:
5471 #    title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5472 #    layout: "plot-service-density"
5473 #
5474 #################################################################################
5475 ## Plots - NF Density - CSP
5476 #
5477 #-
5478 #  type: "plot"
5479 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5480 #  algorithm: "plot_service_density_heatmap"
5481 #  output-file-type: ".html"
5482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5483 #  data: "plot-vpp-nfv-2n-skx-mrr"
5484 #  filter: "'NIC_Intel-X710' and
5485 #           'NF_DENSITY' and
5486 #           'DOCKER' and
5487 #           'PIPELINE' and
5488 #           '64B' and
5489 #           '2T1C' and
5490 #           'MRR'"
5491 #  parameters:
5492 #  - "result"
5493 #  - "name"
5494 #  - "tags"
5495 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5496 #  x-axis: "X = CNFs per Service Pipeline"
5497 #  y-axis: "Y = Number of Service Pipelines"
5498 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5499 #  layout:
5500 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5501 #    layout: "plot-service-density"
5502 #
5503 #-
5504 #  type: "plot"
5505 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5506 #  algorithm: "plot_service_density_heatmap"
5507 #  output-file-type: ".html"
5508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5509 #  data: "plot-vpp-nfv-2n-skx-mrr"
5510 #  filter: "'NIC_Intel-X710' and
5511 #           'NF_DENSITY' and
5512 #           'DOCKER' and
5513 #           'PIPELINE' and
5514 #           '64B' and
5515 #           '4T2C' and
5516 #           'MRR'"
5517 #  parameters:
5518 #  - "result"
5519 #  - "name"
5520 #  - "tags"
5521 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5522 #  x-axis: "X = CNFs per Service Pipeline"
5523 #  y-axis: "Y = Number of Service Pipelines"
5524 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5525 #  layout:
5526 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5527 #    layout: "plot-service-density"
5528 #
5529 #-
5530 #  type: "plot"
5531 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5532 #  algorithm: "plot_service_density_heatmap"
5533 #  output-file-type: ".html"
5534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5535 #  data: "plot-vpp-nfv-2n-skx-mrr"
5536 #  filter: "'NIC_Intel-X710' and
5537 #           'NF_DENSITY' and
5538 #           'DOCKER' and
5539 #           'PIPELINE' and
5540 #           'IMIX' and
5541 #           '2T1C' and
5542 #           'MRR'"
5543 #  parameters:
5544 #  - "result"
5545 #  - "name"
5546 #  - "tags"
5547 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5548 #  x-axis: "X = CNFs per Service Pipeline"
5549 #  y-axis: "Y = Number of Service Pipelines"
5550 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5551 #  layout:
5552 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5553 #    layout: "plot-service-density"
5554 #
5555 #-
5556 #  type: "plot"
5557 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5558 #  algorithm: "plot_service_density_heatmap"
5559 #  output-file-type: ".html"
5560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5561 #  data: "plot-vpp-nfv-2n-skx-mrr"
5562 #  filter: "'NIC_Intel-X710' and
5563 #           'NF_DENSITY' and
5564 #           'DOCKER' and
5565 #           'PIPELINE' and
5566 #           'IMIX' and
5567 #           '4T2C' and
5568 #           'MRR'"
5569 #  parameters:
5570 #  - "result"
5571 #  - "name"
5572 #  - "tags"
5573 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5574 #  x-axis: "X = CNFs per Service Pipeline"
5575 #  y-axis: "Y = Number of Service Pipelines"
5576 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5577 #  layout:
5578 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5579 #    layout: "plot-service-density"
5580 #
5581 #-
5582 #  type: "plot"
5583 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5584 #  algorithm: "plot_service_density_heatmap"
5585 #  output-file-type: ".html"
5586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5587 #  data: "plot-vpp-nfv-2n-skx"
5588 #  filter: "'NIC_Intel-X710' and
5589 #           'NF_DENSITY' and
5590 #           'DOCKER' and
5591 #           'PIPELINE' and
5592 #           '64B' and
5593 #           '2T1C' and
5594 #           'NDRPDR'"
5595 #  parameters:
5596 #  - "throughput"
5597 #  - "name"
5598 #  - "tags"
5599 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5600 #  x-axis: "X = CNFs per Service Pipeline"
5601 #  y-axis: "Y = Number of Service Pipelines"
5602 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5603 #  layout:
5604 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5605 #    layout: "plot-service-density"
5606 #
5607 #-
5608 #  type: "plot"
5609 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5610 #  algorithm: "plot_service_density_heatmap"
5611 #  output-file-type: ".html"
5612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5613 #  data: "plot-vpp-nfv-2n-skx"
5614 #  filter: "'NIC_Intel-X710' and
5615 #           'NF_DENSITY' and
5616 #           'DOCKER' and
5617 #           'PIPELINE' and
5618 #           '64B' and
5619 #           '4T2C' and
5620 #           'NDRPDR'"
5621 #  parameters:
5622 #  - "throughput"
5623 #  - "name"
5624 #  - "tags"
5625 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5626 #  x-axis: "X = CNFs per Service Pipeline"
5627 #  y-axis: "Y = Number of Service Pipelines"
5628 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5629 #  layout:
5630 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5631 #    layout: "plot-service-density"
5632 #
5633 #-
5634 #  type: "plot"
5635 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5636 #  algorithm: "plot_service_density_heatmap"
5637 #  output-file-type: ".html"
5638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5639 #  data: "plot-vpp-nfv-2n-skx"
5640 #  filter: "'NIC_Intel-X710' and
5641 #           'NF_DENSITY' and
5642 #           'DOCKER' and
5643 #           'PIPELINE' and
5644 #           'IMIX' and
5645 #           '2T1C' and
5646 #           'NDRPDR'"
5647 #  parameters:
5648 #  - "throughput"
5649 #  - "name"
5650 #  - "tags"
5651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5652 #  x-axis: "X = CNFs per Service Pipeline"
5653 #  y-axis: "Y = Number of Service Pipelines"
5654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5655 #  layout:
5656 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5657 #    layout: "plot-service-density"
5658 #
5659 #-
5660 #  type: "plot"
5661 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5662 #  algorithm: "plot_service_density_heatmap"
5663 #  output-file-type: ".html"
5664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5665 #  data: "plot-vpp-nfv-2n-skx"
5666 #  filter: "'NIC_Intel-X710' and
5667 #           'NF_DENSITY' and
5668 #           'DOCKER' and
5669 #           'PIPELINE' and
5670 #           'IMIX' and
5671 #           '4T2C' and
5672 #           'NDRPDR'"
5673 #  parameters:
5674 #  - "throughput"
5675 #  - "name"
5676 #  - "tags"
5677 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5678 #  x-axis: "X = CNFs per Service Pipeline"
5679 #  y-axis: "Y = Number of Service Pipelines"
5680 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5681 #  layout:
5682 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5683 #    layout: "plot-service-density"
5684 #
5685 #-
5686 #  type: "plot"
5687 #  title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5688 #  algorithm: "plot_service_density_heatmap"
5689 #  output-file-type: ".html"
5690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5691 #  data: "plot-vpp-nfv-2n-skx"
5692 #  filter: "'NIC_Intel-X710' and
5693 #           'NF_DENSITY' and
5694 #           'DOCKER' and
5695 #           'PIPELINE' and
5696 #           '64B' and
5697 #           '2T1C' and
5698 #           'NDRPDR'"
5699 #  parameters:
5700 #  - "throughput"
5701 #  - "name"
5702 #  - "tags"
5703 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5704 #  x-axis: "X = CNFs per Service Pipeline"
5705 #  y-axis: "Y = Number of Service Pipelines"
5706 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5707 #  layout:
5708 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5709 #    layout: "plot-service-density"
5710 #
5711 #-
5712 #  type: "plot"
5713 #  title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5714 #  algorithm: "plot_service_density_heatmap"
5715 #  output-file-type: ".html"
5716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5717 #  data: "plot-vpp-nfv-2n-skx"
5718 #  filter: "'NIC_Intel-X710' and
5719 #           'NF_DENSITY' and
5720 #           'DOCKER' and
5721 #           'PIPELINE' and
5722 #           '64B' and
5723 #           '4T2C' and
5724 #           'NDRPDR'"
5725 #  parameters:
5726 #  - "throughput"
5727 #  - "name"
5728 #  - "tags"
5729 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5730 #  x-axis: "X = CNFs per Service Pipeline"
5731 #  y-axis: "Y = Number of Service Pipelines"
5732 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5733 #  layout:
5734 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5735 #    layout: "plot-service-density"
5736 #
5737 #-
5738 #  type: "plot"
5739 #  title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5740 #  algorithm: "plot_service_density_heatmap"
5741 #  output-file-type: ".html"
5742 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5743 #  data: "plot-vpp-nfv-2n-skx"
5744 #  filter: "'NIC_Intel-X710' and
5745 #           'NF_DENSITY' and
5746 #           'DOCKER' and
5747 #           'PIPELINE' and
5748 #           'IMIX' and
5749 #           '2T1C' and
5750 #           'NDRPDR'"
5751 #  parameters:
5752 #  - "throughput"
5753 #  - "name"
5754 #  - "tags"
5755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5756 #  x-axis: "X = CNFs per Service Pipeline"
5757 #  y-axis: "Y = Number of Service Pipelines"
5758 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5759 #  layout:
5760 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5761 #    layout: "plot-service-density"
5762 #
5763 #-
5764 #  type: "plot"
5765 #  title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5766 #  algorithm: "plot_service_density_heatmap"
5767 #  output-file-type: ".html"
5768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5769 #  data: "plot-vpp-nfv-2n-skx"
5770 #  filter: "'NIC_Intel-X710' and
5771 #           'NF_DENSITY' and
5772 #           'DOCKER' and
5773 #           'PIPELINE' and
5774 #           'IMIX' and
5775 #           '4T2C' and
5776 #           'NDRPDR'"
5777 #  parameters:
5778 #  - "throughput"
5779 #  - "name"
5780 #  - "tags"
5781 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5782 #  x-axis: "X = CNFs per Service Pipeline"
5783 #  y-axis: "Y = Number of Service Pipelines"
5784 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5785 #  layout:
5786 #    title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5787 #    layout: "plot-service-density"
5788
5789 ################################################################################
5790 ## Plots VPP HTTP Server Performance
5791 #-
5792 #  type: "plot"
5793 #  title: "VPP HTTP Server Performance"
5794 #  algorithm: "plot_http_server_performance_box"
5795 #  output-file-type: ".html"
5796 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5797 #  data:
5798 #    "plot-vpp-http-server-performance"
5799 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5800 #  # each tag is enclosed with ' (apostrophe).
5801 #  filter: "'HTTP' and 'TCP_CPS'"
5802 #  parameters:
5803 #  - "result"
5804 #  - "name"
5805 #  traces:
5806 #    hoverinfo: "x+y"
5807 #    boxpoints: "outliers"
5808 #    whiskerwidth: 0
5809 #  layout:
5810 #    title: "VPP HTTP Server Performance"
5811 #    layout:
5812 #      "plot-cps"
5813 #
5814 #-
5815 #  type: "plot"
5816 #  title: "VPP HTTP Server Performance"
5817 #  algorithm: "plot_http_server_performance_box"
5818 #  output-file-type: ".html"
5819 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5820 #  data:
5821 #    "plot-vpp-http-server-performance"
5822 #  filter: "'HTTP' and 'TCP_RPS'"
5823 #  parameters:
5824 #  - "result"
5825 #  - "name"
5826 #  traces:
5827 #    hoverinfo: "x+y"
5828 #    boxpoints: "outliers"
5829 #    whiskerwidth: 0
5830 #  layout:
5831 #    title: "VPP HTTP Server Performance"
5832 #    layout:
5833 #      "plot-rps"
5834
5835 ################################################################################
5836
5837 ## Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5838 #-
5839 #  type: "plot"
5840 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5841 #  algorithm: "plot_performance_box"
5842 #  output-file-type: ".html"
5843 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5844 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5845 #  filter: "'NIC_Intel-X520-DA2' and
5846 #           '64B' and
5847 #           ('BASE' or 'SCALE') and
5848 #           'NDRPDR' and
5849 #           'ETH' and
5850 #           '1T1C' and
5851 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5852 #           not 'VHOST' and
5853 #           not 'MEMIF'"
5854 #  parameters:
5855 #  - "throughput"
5856 #  - "parent"
5857 #  - "tags"
5858 #  sort:
5859 #  - "L2PATCH"
5860 #  - "L2XCBASE"
5861 #  - "BASE"
5862 #  - "FIB_10K"
5863 #  - "FIB_100K"
5864 #  - "FIB_1M"
5865 #  traces:
5866 #    hoverinfo: "x+y"
5867 #    boxpoints: "outliers"
5868 #    whiskerwidth: 0
5869 #  layout:
5870 #    title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5871 #    layout: "plot-throughput"
5872 #
5873 #-
5874 #  type: "plot"
5875 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5876 #  algorithm: "plot_performance_box"
5877 #  output-file-type: ".html"
5878 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5879 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5880 #  filter: "'NIC_Intel-X520-DA2' and
5881 #           '64B' and
5882 #           ('BASE' or 'SCALE') and
5883 #           'NDRPDR' and
5884 #           'ETH' and
5885 #           '1T1C' and
5886 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5887 #           not 'VHOST' and
5888 #           not 'MEMIF'"
5889 #  parameters:
5890 #  - "throughput"
5891 #  - "parent"
5892 #  - "tags"
5893 #  sort:
5894 #  - "L2PATCH"
5895 #  - "L2XCBASE"
5896 #  - "BASE"
5897 #  - "FIB_10K"
5898 #  - "FIB_100K"
5899 #  - "FIB_1M"
5900 #  traces:
5901 #    hoverinfo: "x+y"
5902 #    boxpoints: "outliers"
5903 #    whiskerwidth: 0
5904 #  layout:
5905 #    title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5906 #    layout: "plot-throughput"
5907 #
5908 #-
5909 #  type: "plot"
5910 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5911 #  algorithm: "plot_performance_box"
5912 #  output-file-type: ".html"
5913 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5914 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5915 #  filter: "'NIC_Intel-X520-DA2' and
5916 #           '64B' and
5917 #           ('BASE' or 'SCALE') and
5918 #           'NDRPDR' and
5919 #           'ETH' and
5920 #           '2T2C' and
5921 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5922 #           not 'VHOST' and
5923 #           not 'MEMIF'"
5924 #  parameters:
5925 #  - "throughput"
5926 #  - "parent"
5927 #  - "tags"
5928 #  sort:
5929 #  - "L2PATCH"
5930 #  - "L2XCBASE"
5931 #  - "BASE"
5932 #  - "FIB_10K"
5933 #  - "FIB_100K"
5934 #  - "FIB_1M"
5935 #  traces:
5936 #    hoverinfo: "x+y"
5937 #    boxpoints: "outliers"
5938 #    whiskerwidth: 0
5939 #  layout:
5940 #    title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5941 #    layout: "plot-throughput"
5942 #
5943 #-
5944 #  type: "plot"
5945 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5946 #  algorithm: "plot_performance_box"
5947 #  output-file-type: ".html"
5948 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5949 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5950 #  filter: "'NIC_Intel-X520-DA2' and
5951 #           '64B' and
5952 #           ('BASE' or 'SCALE') and
5953 #           'NDRPDR' and
5954 #           'ETH' and
5955 #           '2T2C' and
5956 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5957 #           not 'VHOST' and
5958 #           not 'MEMIF'"
5959 #  parameters:
5960 #  - "throughput"
5961 #  - "parent"
5962 #  - "tags"
5963 #  sort:
5964 #  - "L2PATCH"
5965 #  - "L2XCBASE"
5966 #  - "BASE"
5967 #  - "FIB_10K"
5968 #  - "FIB_100K"
5969 #  - "FIB_1M"
5970 #  traces:
5971 #    hoverinfo: "x+y"
5972 #    boxpoints: "outliers"
5973 #    whiskerwidth: 0
5974 #  layout:
5975 #    title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5976 #    layout: "plot-throughput"
5977 #
5978 ## Packet Throughput - VPP L2 3n-hsw-x520 features
5979 #-
5980 #  type: "plot"
5981 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5982 #  algorithm: "plot_performance_box"
5983 #  output-file-type: ".html"
5984 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5985 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5986 #  filter: "'NIC_Intel-X520-DA2' and
5987 #           '64B' and
5988 #           'NDRPDR' and
5989 #           '1T1C' and
5990 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5991 #           not 'ACL' and
5992 #           not 'VHOST' and
5993 #           not 'MEMIF'"
5994 #  parameters:
5995 #  - "throughput"
5996 #  - "parent"
5997 #  - "tags"
5998 #  sort:
5999 #  - "L2XCBASE"    # l2xcbase
6000 #  - "L2BDBASE"    # l2bdbase
6001 #  - "L2XCFWD"     # dot1q-l2xcbase
6002 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6003 #  traces:
6004 #    hoverinfo: "x+y"
6005 #    boxpoints: "outliers"
6006 #    whiskerwidth: 0
6007 #  layout:
6008 #    title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6009 #    layout: "plot-throughput"
6010 #
6011 #-
6012 #  type: "plot"
6013 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6014 #  algorithm: "plot_performance_box"
6015 #  output-file-type: ".html"
6016 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6017 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6018 #  filter: "'NIC_Intel-X520-DA2' and
6019 #           '64B' and
6020 #           'NDRPDR' and
6021 #           '1T1C' and
6022 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6023 #           not 'ACL' and
6024 #           not 'VHOST' and
6025 #           not 'MEMIF'"
6026 #  parameters:
6027 #  - "throughput"
6028 #  - "parent"
6029 #  - "tags"
6030 #  sort:
6031 #  - "L2XCBASE"    # l2xcbase
6032 #  - "L2BDBASE"    # l2bdbase
6033 #  - "L2XCFWD"     # dot1q-l2xcbase
6034 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6035 #  traces:
6036 #    hoverinfo: "x+y"
6037 #    boxpoints: "outliers"
6038 #    whiskerwidth: 0
6039 #  layout:
6040 #    title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6041 #    layout: "plot-throughput"
6042 #
6043 #-
6044 #  type: "plot"
6045 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6046 #  algorithm: "plot_performance_box"
6047 #  output-file-type: ".html"
6048 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6049 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6050 #  filter: "'NIC_Intel-X520-DA2' and
6051 #           '64B' and
6052 #           'NDRPDR' and
6053 #           '2T2C' and
6054 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6055 #           not 'ACL' and
6056 #           not 'VHOST' and
6057 #           not 'MEMIF'"
6058 #  parameters:
6059 #  - "throughput"
6060 #  - "parent"
6061 #  - "tags"
6062 #  sort:
6063 #  - "L2XCBASE"    # l2xcbase
6064 #  - "L2BDBASE"    # l2bdbase
6065 #  - "L2XCFWD"     # dot1q-l2xcbase
6066 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6067 #  traces:
6068 #    hoverinfo: "x+y"
6069 #    boxpoints: "outliers"
6070 #    whiskerwidth: 0
6071 #  layout:
6072 #    title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6073 #    layout: "plot-throughput"
6074 #
6075 #-
6076 #  type: "plot"
6077 #  title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6078 #  algorithm: "plot_performance_box"
6079 #  output-file-type: ".html"
6080 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6081 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6082 #  filter: "'NIC_Intel-X520-DA2' and
6083 #           '64B' and
6084 #           'NDRPDR' and
6085 #           '2T2C' and
6086 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6087 #           not 'ACL' and
6088 #           not 'VHOST' and
6089 #           not 'MEMIF'"
6090 #  parameters:
6091 #  - "throughput"
6092 #  - "parent"
6093 #  - "tags"
6094 #  sort:
6095 #  - "L2XCBASE"    # l2xcbase
6096 #  - "L2BDBASE"    # l2bdbase
6097 #  - "L2XCFWD"     # dot1q-l2xcbase
6098 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6099 #  traces:
6100 #    hoverinfo: "x+y"
6101 #    boxpoints: "outliers"
6102 #    whiskerwidth: 0
6103 #  layout:
6104 #    title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6105 #    layout: "plot-throughput"
6106
6107 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6108 - type: "plot"
6109   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6110   algorithm: "plot_performance_box"
6111   output-file-type: ".html"
6112   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6113   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6114   filter: "'NIC_Intel-X520-DA2' and
6115            '64B' and
6116            'NDRPDR' and
6117            '1T1C' and
6118            'FEATURE' and
6119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6120            'OACL' and
6121            ('ACL1' or 'ACL50') and
6122            ('10K_FLOWS' or '10k_FLOWS') and
6123            not 'MACIP' and
6124            not 'VHOST' and
6125            not 'MEMIF'"
6126   parameters:
6127   - "throughput"
6128   - "parent"
6129   - "tags"
6130   traces:
6131     hoverinfo: "x+y"
6132     boxpoints: "outliers"
6133     whiskerwidth: 0
6134   layout:
6135     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6136     layout: "plot-throughput"
6137
6138 - type: "plot"
6139   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6140   algorithm: "plot_performance_box"
6141   output-file-type: ".html"
6142   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6144   filter: "'NIC_Intel-X520-DA2' and
6145            '64B' and
6146            'NDRPDR' and
6147            '1T1C' and
6148            'FEATURE' and
6149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6150            'OACL' and
6151            ('ACL1' or 'ACL50') and
6152            ('10K_FLOWS' or '10k_FLOWS') and
6153            not 'MACIP' and
6154            not 'VHOST' and
6155            not 'MEMIF'"
6156   parameters:
6157   - "throughput"
6158   - "parent"
6159   - "tags"
6160   traces:
6161     hoverinfo: "x+y"
6162     boxpoints: "outliers"
6163     whiskerwidth: 0
6164   layout:
6165     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6166     layout: "plot-throughput"
6167
6168 - type: "plot"
6169   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6170   algorithm: "plot_performance_box"
6171   output-file-type: ".html"
6172   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6173   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6174   filter: "'NIC_Intel-X520-DA2' and
6175            '64B' and
6176            'NDRPDR' and
6177            '2T2C' and
6178            'FEATURE' and
6179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6180            'OACL' and
6181            ('ACL1' or 'ACL50') and
6182            ('10K_FLOWS' or '10k_FLOWS') and
6183            not 'MACIP' and
6184            not 'VHOST' and
6185            not 'MEMIF'"
6186   parameters:
6187   - "throughput"
6188   - "parent"
6189   - "tags"
6190   traces:
6191     hoverinfo: "x+y"
6192     boxpoints: "outliers"
6193     whiskerwidth: 0
6194   layout:
6195     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6196     layout: "plot-throughput"
6197
6198 - type: "plot"
6199   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6200   algorithm: "plot_performance_box"
6201   output-file-type: ".html"
6202   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6204   filter: "'NIC_Intel-X520-DA2' and
6205            '64B' and
6206            'NDRPDR' and
6207            '2T2C' and
6208            'FEATURE' and
6209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6210            'OACL' and
6211            ('ACL1' or 'ACL50') and
6212            ('10K_FLOWS' or '10k_FLOWS') and
6213            not 'MACIP' and
6214            not 'VHOST' and
6215            not 'MEMIF'"
6216   parameters:
6217   - "throughput"
6218   - "parent"
6219   - "tags"
6220   traces:
6221     hoverinfo: "x+y"
6222     boxpoints: "outliers"
6223     whiskerwidth: 0
6224   layout:
6225     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6226     layout: "plot-throughput"
6227
6228 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6229 - type: "plot"
6230   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6231   algorithm: "plot_performance_box"
6232   output-file-type: ".html"
6233   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6235   filter: "'NIC_Intel-X520-DA2' and
6236            '64B' and
6237            'NDRPDR' and
6238            '1T1C' and
6239            'FEATURE' and
6240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6241            'MACIP' and
6242            ('ACL1' or 'ACL50') and
6243            ('10K_FLOWS' or '10k_FLOWS') and
6244            not 'VHOST' and
6245            not 'MEMIF'"
6246   parameters:
6247   - "throughput"
6248   - "parent"
6249   - "tags"
6250   traces:
6251     hoverinfo: "x+y"
6252     boxpoints: "outliers"
6253     whiskerwidth: 0
6254   layout:
6255     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6256     layout: "plot-throughput"
6257
6258 - type: "plot"
6259   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6260   algorithm: "plot_performance_box"
6261   output-file-type: ".html"
6262   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6264   filter: "'NIC_Intel-X520-DA2' and
6265            '64B' and
6266            'NDRPDR' and
6267            '1T1C' and
6268            'FEATURE' and
6269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6270            'MACIP' and
6271            ('ACL1' or 'ACL50') and
6272            ('10K_FLOWS' or '10k_FLOWS') and
6273            not 'VHOST' and
6274            not 'MEMIF'"
6275   parameters:
6276   - "throughput"
6277   - "parent"
6278   - "tags"
6279   traces:
6280     hoverinfo: "x+y"
6281     boxpoints: "outliers"
6282     whiskerwidth: 0
6283   layout:
6284     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6285     layout: "plot-throughput"
6286
6287 - type: "plot"
6288   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6289   algorithm: "plot_performance_box"
6290   output-file-type: ".html"
6291   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6293   filter: "'NIC_Intel-X520-DA2' and
6294            '64B' and
6295            'NDRPDR' and
6296            '2T2C' and
6297            'FEATURE' and
6298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6299            'MACIP' and
6300            ('ACL1' or 'ACL50') and
6301            ('10K_FLOWS' or '10k_FLOWS') and
6302            not 'VHOST' and
6303            not 'MEMIF'"
6304   parameters:
6305   - "throughput"
6306   - "parent"
6307   - "tags"
6308   traces:
6309     hoverinfo: "x+y"
6310     boxpoints: "outliers"
6311     whiskerwidth: 0
6312   layout:
6313     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6314     layout: "plot-throughput"
6315
6316 - type: "plot"
6317   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6318   algorithm: "plot_performance_box"
6319   output-file-type: ".html"
6320   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6322   filter: "'NIC_Intel-X520-DA2' and
6323            '64B' and
6324            'NDRPDR' and
6325            '2T2C' and
6326            'FEATURE' and
6327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6328            'MACIP' and
6329            ('ACL1' or 'ACL50') and
6330            ('10K_FLOWS' or '10k_FLOWS') and
6331            not 'VHOST' and
6332            not 'MEMIF'"
6333   parameters:
6334   - "throughput"
6335   - "parent"
6336   - "tags"
6337   traces:
6338     hoverinfo: "x+y"
6339     boxpoints: "outliers"
6340     whiskerwidth: 0
6341   layout:
6342     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6343     layout: "plot-throughput"
6344
6345 ## Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6346 #-
6347 #  type: "plot"
6348 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6349 #  algorithm: "plot_performance_box"
6350 #  output-file-type: ".html"
6351 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6352 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6353 #  filter: "'NIC_Intel-X710' and
6354 #           '64B' and
6355 #           ('BASE' or 'SCALE') and
6356 #           'NDRPDR' and
6357 #           'ETH' and
6358 #           '1T1C' and
6359 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6360 #           not 'VHOST' and
6361 #           not 'MEMIF'"
6362 #  parameters:
6363 #  - "throughput"
6364 #  - "parent"
6365 #  - "tags"
6366 #  sort:
6367 #  - "L2PATCH"
6368 #  - "L2XCFWD"
6369 #  - "L2BDMACLRN"
6370 #  - "FIB_10K"
6371 #  - "FIB_100K"
6372 #  - "FIB_1M"
6373 #  traces:
6374 #    hoverinfo: "x+y"
6375 #    boxpoints: "outliers"
6376 #    whiskerwidth: 0
6377 #  layout:
6378 #    title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6379 #    layout: "plot-throughput"
6380 #
6381 #-
6382 #  type: "plot"
6383 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6384 #  algorithm: "plot_performance_box"
6385 #  output-file-type: ".html"
6386 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6387 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6388 #  filter: "'NIC_Intel-X710' and
6389 #           '64B' and
6390 #           ('BASE' or 'SCALE') and
6391 #           'NDRPDR' and
6392 #           'ETH' and
6393 #           '1T1C' and
6394 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6395 #           not 'VHOST' and
6396 #           not 'MEMIF'"
6397 #  parameters:
6398 #  - "throughput"
6399 #  - "parent"
6400 #  - "tags"
6401 #  sort:
6402 #  - "L2PATCH"
6403 #  - "L2XCFWD"
6404 #  - "L2BDMACLRN"
6405 #  - "FIB_10K"
6406 #  - "FIB_100K"
6407 #  - "FIB_1M"
6408 #  traces:
6409 #    hoverinfo: "x+y"
6410 #    boxpoints: "outliers"
6411 #    whiskerwidth: 0
6412 #  layout:
6413 #    title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6414 #    layout: "plot-throughput"
6415 #
6416 #-
6417 #  type: "plot"
6418 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6419 #  algorithm: "plot_performance_box"
6420 #  output-file-type: ".html"
6421 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6422 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6423 #  filter: "'NIC_Intel-X710' and
6424 #           '64B' and
6425 #           ('BASE' or 'SCALE') and
6426 #           'NDRPDR' and
6427 #           'ETH' and
6428 #           '2T2C' and
6429 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6430 #           not 'VHOST' and
6431 #           not 'MEMIF'"
6432 #  parameters:
6433 #  - "throughput"
6434 #  - "parent"
6435 #  - "tags"
6436 #  sort:
6437 #  - "L2PATCH"
6438 #  - "L2XCFWD"
6439 #  - "L2BDMACLRN"
6440 #  - "FIB_10K"
6441 #  - "FIB_100K"
6442 #  - "FIB_1M"
6443 #  traces:
6444 #    hoverinfo: "x+y"
6445 #    boxpoints: "outliers"
6446 #    whiskerwidth: 0
6447 #  layout:
6448 #    title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6449 #    layout: "plot-throughput"
6450 #
6451 #-
6452 #  type: "plot"
6453 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6454 #  algorithm: "plot_performance_box"
6455 #  output-file-type: ".html"
6456 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6457 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6458 #  filter: "'NIC_Intel-X710' and
6459 #           '64B' and
6460 #           ('BASE' or 'SCALE') and
6461 #           'NDRPDR' and
6462 #           'ETH' and
6463 #           '2T2C' and
6464 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6465 #           not 'VHOST' and
6466 #           not 'MEMIF'"
6467 #  parameters:
6468 #  - "throughput"
6469 #  - "parent"
6470 #  - "tags"
6471 #  sort:
6472 #  - "L2PATCH"
6473 #  - "L2XCFWD"
6474 #  - "L2BDMACLRN"
6475 #  - "FIB_10K"
6476 #  - "FIB_100K"
6477 #  - "FIB_1M"
6478 #  traces:
6479 #    hoverinfo: "x+y"
6480 #    boxpoints: "outliers"
6481 #    whiskerwidth: 0
6482 #  layout:
6483 #    title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6484 #    layout: "plot-throughput"
6485 #
6486 ## Packet Throughput - VPP L2 3n-hsw-x710 features
6487 #-
6488 #  type: "plot"
6489 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6490 #  algorithm: "plot_performance_box"
6491 #  output-file-type: ".html"
6492 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6493 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6494 #  filter: "'NIC_Intel-X710' and
6495 #           '64B' and
6496 #           'NDRPDR' and
6497 #           '1T1C' and
6498 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6499 #           not 'ACL' and
6500 #           not 'VHOST' and
6501 #           not 'L2OVRLAY' and
6502 #           not 'MEMIF'"
6503 #  parameters:
6504 #  - "throughput"
6505 #  - "parent"
6506 #  - "tags"
6507 #  sort:
6508 #  - "L2XCBASE"    # l2xcbase
6509 #  - "L2BDBASE"    # l2bdbase
6510 #  - "L2XCFWD"     # dot1q-l2xcbase
6511 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6512 #  traces:
6513 #    hoverinfo: "x+y"
6514 #    boxpoints: "outliers"
6515 #    whiskerwidth: 0
6516 #  layout:
6517 #    title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6518 #    layout: "plot-throughput"
6519 #
6520 #-
6521 #  type: "plot"
6522 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6523 #  algorithm: "plot_performance_box"
6524 #  output-file-type: ".html"
6525 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6526 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6527 #  filter: "'NIC_Intel-X710' and
6528 #           '64B' and
6529 #           'NDRPDR' and
6530 #           '1T1C' and
6531 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6532 #           not 'ACL' and
6533 #           not 'VHOST' and
6534 #           not 'L2OVRLAY' and
6535 #           not 'MEMIF'"
6536 #  parameters:
6537 #  - "throughput"
6538 #  - "parent"
6539 #  - "tags"
6540 #  sort:
6541 #  - "L2XCBASE"    # l2xcbase
6542 #  - "L2BDBASE"    # l2bdbase
6543 #  - "L2XCFWD"     # dot1q-l2xcbase
6544 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6545 #  traces:
6546 #    hoverinfo: "x+y"
6547 #    boxpoints: "outliers"
6548 #    whiskerwidth: 0
6549 #  layout:
6550 #    title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6551 #    layout: "plot-throughput"
6552 #
6553 #-
6554 #  type: "plot"
6555 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6556 #  algorithm: "plot_performance_box"
6557 #  output-file-type: ".html"
6558 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6559 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6560 #  filter: "'NIC_Intel-X710' and
6561 #           '64B' and
6562 #           'NDRPDR' and
6563 #           '2T2C' and
6564 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6565 #           not 'ACL' and
6566 #           not 'VHOST' and
6567 #           not 'L2OVRLAY' and
6568 #           not 'MEMIF'"
6569 #  parameters:
6570 #  - "throughput"
6571 #  - "parent"
6572 #  - "tags"
6573 #  sort:
6574 #  - "L2XCBASE"    # l2xcbase
6575 #  - "L2BDBASE"    # l2bdbase
6576 #  - "L2XCFWD"     # dot1q-l2xcbase
6577 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6578 #  traces:
6579 #    hoverinfo: "x+y"
6580 #    boxpoints: "outliers"
6581 #    whiskerwidth: 0
6582 #  layout:
6583 #    title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6584 #    layout: "plot-throughput"
6585 #
6586 #-
6587 #  type: "plot"
6588 #  title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6589 #  algorithm: "plot_performance_box"
6590 #  output-file-type: ".html"
6591 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6592 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6593 #  filter: "'NIC_Intel-X710' and
6594 #           '64B' and
6595 #           'NDRPDR' and
6596 #           '2T2C' and
6597 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6598 #           not 'ACL' and
6599 #           not 'VHOST' and
6600 #           not 'L2OVRLAY' and
6601 #           not 'MEMIF'"
6602 #  parameters:
6603 #  - "throughput"
6604 #  - "parent"
6605 #  - "tags"
6606 #  sort:
6607 #  - "L2XCBASE"    # l2xcbase
6608 #  - "L2BDBASE"    # l2bdbase
6609 #  - "L2XCFWD"     # dot1q-l2xcbase
6610 #  - "L2BDMACLRN"  # dot1q-l2bdbase
6611 #  traces:
6612 #    hoverinfo: "x+y"
6613 #    boxpoints: "outliers"
6614 #    whiskerwidth: 0
6615 #  layout:
6616 #    title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6617 #    layout: "plot-throughput"
6618 #
6619 ## Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6620 #-
6621 #  type: "plot"
6622 #  title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6623 #  algorithm: "plot_performance_box"
6624 #  output-file-type: ".html"
6625 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6626 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6627 #  filter: "'NIC_Intel-XL710' and
6628 #           '64B' and
6629 #           'BASE' and
6630 #           'NDRPDR' and
6631 #           'ETH' and
6632 #           '1T1C' and
6633 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6634 #           not 'VHOST' and
6635 #           not 'MEMIF'"
6636 #  parameters:
6637 #  - "throughput"
6638 #  - "parent"
6639 #  - "tags"
6640 #  sort:
6641 #  - "L2PATCH"
6642 #  - "L2XCFWD"
6643 #  - "L2BDMACLRN"
6644 #  traces:
6645 #    hoverinfo: "x+y"
6646 #    boxpoints: "outliers"
6647 #    whiskerwidth: 0
6648 #  layout:
6649 #    title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6650 #    layout: "plot-throughput"
6651 #
6652 #-
6653 #  type: "plot"
6654 #  title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6655 #  algorithm: "plot_performance_box"
6656 #  output-file-type: ".html"
6657 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6658 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6659 #  filter: "'NIC_Intel-XL710' and
6660 #           '64B' and
6661 #           'BASE' and
6662 #           'NDRPDR' and
6663 #           'ETH' and
6664 #           '1T1C' and
6665 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6666 #           not 'VHOST' and
6667 #           not 'MEMIF'"
6668 #  parameters:
6669 #  - "throughput"
6670 #  - "parent"
6671 #  - "tags"
6672 #  sort:
6673 #  - "L2PATCH"
6674 #  - "L2XCFWD"
6675 #  - "L2BDMACLRN"
6676 #  traces:
6677 #    hoverinfo: "x+y"
6678 #    boxpoints: "outliers"
6679 #    whiskerwidth: 0
6680 #  layout:
6681 #    title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6682 #    layout: "plot-throughput"
6683 #
6684 #-
6685 #  type: "plot"
6686 #  title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6687 #  algorithm: "plot_performance_box"
6688 #  output-file-type: ".html"
6689 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6690 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6691 #  filter: "'NIC_Intel-XL710' and
6692 #           '64B' and
6693 #           'BASE' and
6694 #           'NDRPDR' and
6695 #           'ETH' and
6696 #           '2T2C' and
6697 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6698 #           not 'VHOST' and
6699 #           not 'MEMIF'"
6700 #  parameters:
6701 #  - "throughput"
6702 #  - "parent"
6703 #  - "tags"
6704 #  sort:
6705 #  - "L2PATCH"
6706 #  - "L2XCFWD"
6707 #  - "L2BDMACLRN"
6708 #  traces:
6709 #    hoverinfo: "x+y"
6710 #    boxpoints: "outliers"
6711 #    whiskerwidth: 0
6712 #  layout:
6713 #    title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6714 #    layout: "plot-throughput"
6715 #
6716 #-
6717 #  type: "plot"
6718 #  title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6719 #  algorithm: "plot_performance_box"
6720 #  output-file-type: ".html"
6721 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6722 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6723 #  filter: "'NIC_Intel-XL710' and
6724 #           '64B' and
6725 #           'BASE' and
6726 #           'NDRPDR' and
6727 #           'ETH' and
6728 #           '2T2C' and
6729 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6730 #           not 'VHOST' and
6731 #           not 'MEMIF'"
6732 #  parameters:
6733 #  - "throughput"
6734 #  - "parent"
6735 #  - "tags"
6736 #  sort:
6737 #  - "L2PATCH"
6738 #  - "L2XCFWD"
6739 #  - "L2BDMACLRN"
6740 #  traces:
6741 #    hoverinfo: "x+y"
6742 #    boxpoints: "outliers"
6743 #    whiskerwidth: 0
6744 #  layout:
6745 #    title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6746 #    layout: "plot-throughput"
6747
6748 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6749 -
6750   type: "plot"
6751   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6752   algorithm: "plot_performance_box"
6753   output-file-type: ".html"
6754   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6756   filter: "'NIC_Intel-X710' and
6757            '64B' and
6758            ('BASE' or 'SCALE') and
6759            'NDRPDR' and
6760            'ETH' and
6761            '2T1C' and
6762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6763            not 'VHOST' and
6764            not 'MEMIF' and
6765            not 'DRV_AVF'"
6766   parameters:
6767   - "throughput"
6768   - "parent"
6769   - "tags"
6770   sort:
6771   - "L2PATCH"
6772   - "L2XCBASE"
6773   - "BASE"
6774   - "FIB_10K"
6775   - "FIB_100K"
6776   - "FIB_1M"
6777   traces:
6778     hoverinfo: "x+y"
6779     boxpoints: "outliers"
6780     whiskerwidth: 0
6781   layout:
6782     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6783     layout: "plot-throughput"
6784
6785 -
6786   type: "plot"
6787   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6788   algorithm: "plot_performance_box"
6789   output-file-type: ".html"
6790   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6792   filter: "'NIC_Intel-X710' and
6793            '64B' and
6794            ('BASE' or 'SCALE') and
6795            'NDRPDR' and
6796            'ETH' and
6797            '2T1C' and
6798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6799            not 'VHOST' and
6800            not 'MEMIF' and
6801            not 'DRV_AVF'"
6802   parameters:
6803   - "throughput"
6804   - "parent"
6805   - "tags"
6806   sort:
6807   - "L2PATCH"
6808   - "L2XCBASE"
6809   - "BASE"
6810   - "FIB_10K"
6811   - "FIB_100K"
6812   - "FIB_1M"
6813   traces:
6814     hoverinfo: "x+y"
6815     boxpoints: "outliers"
6816     whiskerwidth: 0
6817   layout:
6818     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6819     layout: "plot-throughput"
6820
6821 -
6822   type: "plot"
6823   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6824   algorithm: "plot_performance_box"
6825   output-file-type: ".html"
6826   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6828   filter: "'NIC_Intel-X710' and
6829            '64B' and
6830            ('BASE' or 'SCALE') and
6831            'NDRPDR' and
6832            'ETH' and
6833            '4T2C' and
6834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6835            not 'VHOST' and
6836            not 'MEMIF' and
6837            not 'DRV_AVF'"
6838   parameters:
6839   - "throughput"
6840   - "parent"
6841   - "tags"
6842   sort:
6843   - "L2PATCH"
6844   - "L2XCBASE"
6845   - "BASE"
6846   - "FIB_10K"
6847   - "FIB_100K"
6848   - "FIB_1M"
6849   traces:
6850     hoverinfo: "x+y"
6851     boxpoints: "outliers"
6852     whiskerwidth: 0
6853   layout:
6854     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6855     layout: "plot-throughput"
6856
6857 -
6858   type: "plot"
6859   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6860   algorithm: "plot_performance_box"
6861   output-file-type: ".html"
6862   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6864   filter: "'NIC_Intel-X710' and
6865            '64B' and
6866            ('BASE' or 'SCALE') and
6867            'NDRPDR' and
6868            'ETH' and
6869            '4T2C' and
6870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6871            not 'VHOST' and
6872            not 'MEMIF' and
6873            not 'DRV_AVF'"
6874   parameters:
6875   - "throughput"
6876   - "parent"
6877   - "tags"
6878   sort:
6879   - "L2PATCH"
6880   - "L2XCBASE"
6881   - "BASE"
6882   - "FIB_10K"
6883   - "FIB_100K"
6884   - "FIB_1M"
6885   traces:
6886     hoverinfo: "x+y"
6887     boxpoints: "outliers"
6888     whiskerwidth: 0
6889   layout:
6890     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6891     layout: "plot-throughput"
6892
6893 # Packet Throughput - VPP L2 3n-skx-x710 features
6894 -
6895   type: "plot"
6896   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6897   algorithm: "plot_performance_box"
6898   output-file-type: ".html"
6899   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6901   filter: "'NIC_Intel-X710' and
6902            '64B' and
6903            'NDRPDR' and
6904            '2T1C' and
6905            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6906            not 'ACL' and
6907            not 'VHOST' and
6908            not 'DRV_AVF' and
6909            not 'L2OVRLAY' and
6910            not 'MEMIF'"
6911   parameters:
6912   - "throughput"
6913   - "parent"
6914   - "tags"
6915   sort:
6916   - "L2XCBASE"    # l2xcbase
6917   - "L2BDBASE"    # l2bdbase
6918   - "L2XCFWD"     # dot1q-l2xcbase
6919   - "L2BDMACLRN"  # dot1q-l2bdbase
6920   traces:
6921     hoverinfo: "x+y"
6922     boxpoints: "outliers"
6923     whiskerwidth: 0
6924   layout:
6925     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6926     layout: "plot-throughput"
6927
6928 -
6929   type: "plot"
6930   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6931   algorithm: "plot_performance_box"
6932   output-file-type: ".html"
6933   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6935   filter: "'NIC_Intel-X710' and
6936            '64B' and
6937            'NDRPDR' and
6938            '2T1C' and
6939            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6940            not 'ACL' and
6941            not 'VHOST' and
6942            not 'DRV_AVF' and
6943            not 'L2OVRLAY' and
6944            not 'MEMIF'"
6945   parameters:
6946   - "throughput"
6947   - "parent"
6948   - "tags"
6949   sort:
6950   - "L2XCBASE"    # l2xcbase
6951   - "L2BDBASE"    # l2bdbase
6952   - "L2XCFWD"     # dot1q-l2xcbase
6953   - "L2BDMACLRN"  # dot1q-l2bdbase
6954   traces:
6955     hoverinfo: "x+y"
6956     boxpoints: "outliers"
6957     whiskerwidth: 0
6958   layout:
6959     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6960     layout: "plot-throughput"
6961
6962 -
6963   type: "plot"
6964   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6965   algorithm: "plot_performance_box"
6966   output-file-type: ".html"
6967   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6969   filter: "'NIC_Intel-X710' and
6970            '64B' and
6971            'NDRPDR' and
6972            '4T2C' and
6973            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6974            not 'ACL' and
6975            not 'VHOST' and
6976            not 'DRV_AVF' and
6977            not 'L2OVRLAY' and
6978            not 'MEMIF'"
6979   parameters:
6980   - "throughput"
6981   - "parent"
6982   - "tags"
6983   sort:
6984   - "L2XCBASE"    # l2xcbase
6985   - "L2BDBASE"    # l2bdbase
6986   - "L2XCFWD"     # dot1q-l2xcbase
6987   - "L2BDMACLRN"  # dot1q-l2bdbase
6988   traces:
6989     hoverinfo: "x+y"
6990     boxpoints: "outliers"
6991     whiskerwidth: 0
6992   layout:
6993     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6994     layout: "plot-throughput"
6995
6996 -
6997   type: "plot"
6998   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6999   algorithm: "plot_performance_box"
7000   output-file-type: ".html"
7001   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7003   filter: "'NIC_Intel-X710' and
7004            '64B' and
7005            'NDRPDR' and
7006            '4T2C' and
7007            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7008            not 'ACL' and
7009            not 'VHOST' and
7010            not 'DRV_AVF' and
7011            not 'L2OVRLAY' and
7012            not 'MEMIF'"
7013   parameters:
7014   - "throughput"
7015   - "parent"
7016   - "tags"
7017   sort:
7018   - "L2XCBASE"    # l2xcbase
7019   - "L2BDBASE"    # l2bdbase
7020   - "L2XCFWD"     # dot1q-l2xcbase
7021   - "L2BDMACLRN"  # dot1q-l2bdbase
7022   traces:
7023     hoverinfo: "x+y"
7024     boxpoints: "outliers"
7025     whiskerwidth: 0
7026   layout:
7027     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7028     layout: "plot-throughput"
7029
7030 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
7031 -
7032   type: "plot"
7033   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7034   algorithm: "plot_performance_box"
7035   output-file-type: ".html"
7036   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7038   filter: "'NIC_Intel-XXV710' and
7039            '64B' and
7040            ('BASE' or 'SCALE') and
7041            'NDRPDR' and
7042            'ETH' and
7043            '2T1C' and
7044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7045            not 'VHOST' and
7046            not 'MEMIF'"
7047   parameters:
7048   - "throughput"
7049   - "parent"
7050   - "tags"
7051   sort:
7052   - "L2PATCH"
7053   - "L2PATCH"
7054   - "L2XCBASE"
7055   - "L2BDMACLRN"
7056   traces:
7057     hoverinfo: "x+y"
7058     boxpoints: "outliers"
7059     whiskerwidth: 0
7060   layout:
7061     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7062     layout: "plot-throughput"
7063
7064 -
7065   type: "plot"
7066   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7067   algorithm: "plot_performance_box"
7068   output-file-type: ".html"
7069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7071   filter: "'NIC_Intel-XXV710' and
7072            '64B' and
7073            ('BASE' or 'SCALE') and
7074            'NDRPDR' and
7075            'ETH' and
7076            '2T1C' and
7077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7078            not 'VHOST' and
7079            not 'MEMIF'"
7080   parameters:
7081   - "throughput"
7082   - "parent"
7083   - "tags"
7084   sort:
7085   - "L2PATCH"
7086   - "L2PATCH"
7087   - "L2XCBASE"
7088   - "L2BDMACLRN"
7089   traces:
7090     hoverinfo: "x+y"
7091     boxpoints: "outliers"
7092     whiskerwidth: 0
7093   layout:
7094     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7095     layout: "plot-throughput"
7096
7097 -
7098   type: "plot"
7099   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7100   algorithm: "plot_performance_box"
7101   output-file-type: ".html"
7102   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7104   filter: "'NIC_Intel-XXV710' and
7105            '64B' and
7106            ('BASE' or 'SCALE') and
7107            'NDRPDR' and
7108            'ETH' and
7109            '4T2C' and
7110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7111            not 'VHOST' and
7112            not 'MEMIF'"
7113   parameters:
7114   - "throughput"
7115   - "parent"
7116   - "tags"
7117   sort:
7118   - "L2PATCH"
7119   - "L2PATCH"
7120   - "L2XCBASE"
7121   - "L2BDMACLRN"
7122   traces:
7123     hoverinfo: "x+y"
7124     boxpoints: "outliers"
7125     whiskerwidth: 0
7126   layout:
7127     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7128     layout: "plot-throughput"
7129
7130 -
7131   type: "plot"
7132   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7133   algorithm: "plot_performance_box"
7134   output-file-type: ".html"
7135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7137   filter: "'NIC_Intel-XXV710' and
7138            '64B' and
7139            ('BASE' or 'SCALE') and
7140            'NDRPDR' and
7141            'ETH' and
7142            '4T2C' and
7143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7144            not 'VHOST' and
7145            not 'MEMIF'"
7146   parameters:
7147   - "throughput"
7148   - "parent"
7149   - "tags"
7150   sort:
7151   - "L2PATCH"
7152   - "L2PATCH"
7153   - "L2XCBASE"
7154   - "L2BDMACLRN"
7155   traces:
7156     hoverinfo: "x+y"
7157     boxpoints: "outliers"
7158     whiskerwidth: 0
7159   layout:
7160     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7161     layout: "plot-throughput"
7162
7163 ## Packet Throughput - VPP L2 2n-skx-x710 base and scale
7164 #-
7165 #  type: "plot"
7166 #  title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7167 #  algorithm: "plot_performance_box"
7168 #  output-file-type: ".html"
7169 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7170 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
7171 #  filter: "'NIC_Intel-X710' and
7172 #           '64B' and
7173 #           ('BASE' or 'SCALE') and
7174 #           'NDRPDR' and
7175 #           'ETH' and
7176 #           '2T1C' and
7177 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7178 #           not 'VHOST' and
7179 #           not 'MEMIF'"
7180 #  parameters:
7181 #  - "throughput"
7182 #  - "parent"
7183 #  - "tags"
7184 #  sort:
7185 #  - "L2PATCH"
7186 #  - "L2XCBASE"
7187 #  - "BASE"
7188 #  - "FIB_10K"
7189 #  - "FIB_100K"
7190 #  - "FIB_1M"
7191 #  traces:
7192 #    hoverinfo: "x+y"
7193 #    boxpoints: "outliers"
7194 #    whiskerwidth: 0
7195 #  layout:
7196 #    title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7197 #    layout: "plot-throughput"
7198 #
7199 #-
7200 #  type: "plot"
7201 #  title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7202 #  algorithm: "plot_performance_box"
7203 #  output-file-type: ".html"
7204 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7205 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
7206 #  filter: "'NIC_Intel-X710' and
7207 #           '64B' and
7208 #           ('BASE' or 'SCALE') and
7209 #           'NDRPDR' and
7210 #           'ETH' and
7211 #           '2T1C' and
7212 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7213 #           not 'VHOST' and
7214 #           not 'MEMIF'"
7215 #  parameters:
7216 #  - "throughput"
7217 #  - "parent"
7218 #  - "tags"
7219 #  sort:
7220 #  - "L2PATCH"
7221 #  - "L2XCBASE"
7222 #  - "BASE"
7223 #  - "FIB_10K"
7224 #  - "FIB_100K"
7225 #  - "FIB_1M"
7226 #  traces:
7227 #    hoverinfo: "x+y"
7228 #    boxpoints: "outliers"
7229 #    whiskerwidth: 0
7230 #  layout:
7231 #    title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7232 #    layout: "plot-throughput"
7233 #
7234 #-
7235 #  type: "plot"
7236 #  title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7237 #  algorithm: "plot_performance_box"
7238 #  output-file-type: ".html"
7239 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7240 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
7241 #  filter: "'NIC_Intel-X710' and
7242 #           '64B' and
7243 #           ('BASE' or 'SCALE') and
7244 #           'NDRPDR' and
7245 #           'ETH' and
7246 #           '4T2C' and
7247 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7248 #           not 'VHOST' and
7249 #           not 'MEMIF'"
7250 #  parameters:
7251 #  - "throughput"
7252 #  - "parent"
7253 #  - "tags"
7254 #  sort:
7255 #  - "L2PATCH"
7256 #  - "L2XCBASE"
7257 #  - "BASE"
7258 #  - "FIB_10K"
7259 #  - "FIB_100K"
7260 #  - "FIB_1M"
7261 #  traces:
7262 #    hoverinfo: "x+y"
7263 #    boxpoints: "outliers"
7264 #    whiskerwidth: 0
7265 #  layout:
7266 #    title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7267 #    layout: "plot-throughput"
7268 #
7269 #-
7270 #  type: "plot"
7271 #  title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7272 #  algorithm: "plot_performance_box"
7273 #  output-file-type: ".html"
7274 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
7276 #  filter: "'NIC_Intel-X710' and
7277 #           '64B' and
7278 #           ('BASE' or 'SCALE') and
7279 #           'NDRPDR' and
7280 #           'ETH' and
7281 #           '4T2C' and
7282 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7283 #           not 'VHOST' and
7284 #           not 'MEMIF'"
7285 #  parameters:
7286 #  - "throughput"
7287 #  - "parent"
7288 #  - "tags"
7289 #  sort:
7290 #  - "L2PATCH"
7291 #  - "L2XCBASE"
7292 #  - "BASE"
7293 #  - "FIB_10K"
7294 #  - "FIB_100K"
7295 #  - "FIB_1M"
7296 #  traces:
7297 #    hoverinfo: "x+y"
7298 #    boxpoints: "outliers"
7299 #    whiskerwidth: 0
7300 #  layout:
7301 #    title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7302 #    layout: "plot-throughput"
7303 #
7304 ## Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7305 #-
7306 #  type: "plot"
7307 #  title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7308 #  algorithm: "plot_performance_box"
7309 #  output-file-type: ".html"
7310 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7311 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
7312 #  filter: "'NIC_Intel-XXV710' and
7313 #           '64B' and
7314 #           ('BASE' or 'SCALE') and
7315 #           'NDRPDR' and
7316 #           'ETH' and
7317 #           '2T1C' and
7318 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7319 #           not 'VHOST' and
7320 #           not 'MEMIF'"
7321 #  parameters:
7322 #  - "throughput"
7323 #  - "parent"
7324 #  - "tags"
7325 #  sort:
7326 #  - "L2PATCH"
7327 #  - "L2XCBASE"
7328 #  - "BASE"
7329 #  - "FIB_10K"
7330 #  - "FIB_100K"
7331 #  - "FIB_1M"
7332 #  traces:
7333 #    hoverinfo: "x+y"
7334 #    boxpoints: "outliers"
7335 #    whiskerwidth: 0
7336 #  layout:
7337 #    title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7338 #    layout: "plot-throughput"
7339 #
7340 #-
7341 #  type: "plot"
7342 #  title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7343 #  algorithm: "plot_performance_box"
7344 #  output-file-type: ".html"
7345 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7346 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
7347 #  filter: "'NIC_Intel-XXV710' and
7348 #           '64B' and
7349 #           ('BASE' or 'SCALE') and
7350 #           'NDRPDR' and
7351 #           'ETH' and
7352 #           '2T1C' and
7353 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7354 #           not 'VHOST' and
7355 #           not 'MEMIF'"
7356 #  parameters:
7357 #  - "throughput"
7358 #  - "parent"
7359 #  - "tags"
7360 #  sort:
7361 #  - "L2PATCH"
7362 #  - "L2XCBASE"
7363 #  - "BASE"
7364 #  - "FIB_10K"
7365 #  - "FIB_100K"
7366 #  - "FIB_1M"
7367 #  traces:
7368 #    hoverinfo: "x+y"
7369 #    boxpoints: "outliers"
7370 #    whiskerwidth: 0
7371 #  layout:
7372 #    title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7373 #    layout: "plot-throughput"
7374 #
7375 #-
7376 #  type: "plot"
7377 #  title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7378 #  algorithm: "plot_performance_box"
7379 #  output-file-type: ".html"
7380 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7381 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
7382 #  filter: "'NIC_Intel-XXV710' and
7383 #           '64B' and
7384 #           ('BASE' or 'SCALE') and
7385 #           'NDRPDR' and
7386 #           'ETH' and
7387 #           '4T2C' and
7388 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7389 #           not 'VHOST' and
7390 #           not 'MEMIF'"
7391 #  parameters:
7392 #  - "throughput"
7393 #  - "parent"
7394 #  - "tags"
7395 #  sort:
7396 #  - "L2PATCH"
7397 #  - "L2XCBASE"
7398 #  - "BASE"
7399 #  - "FIB_10K"
7400 #  - "FIB_100K"
7401 #  - "FIB_1M"
7402 #  traces:
7403 #    hoverinfo: "x+y"
7404 #    boxpoints: "outliers"
7405 #    whiskerwidth: 0
7406 #  layout:
7407 #    title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7408 #    layout: "plot-throughput"
7409 #
7410 #-
7411 #  type: "plot"
7412 #  title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7413 #  algorithm: "plot_performance_box"
7414 #  output-file-type: ".html"
7415 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7416 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
7417 #  filter: "'NIC_Intel-XXV710' and
7418 #           '64B' and
7419 #           ('BASE' or 'SCALE') and
7420 #           'NDRPDR' and
7421 #           'ETH' and
7422 #           '4T2C' and
7423 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7424 #           not 'VHOST' and
7425 #           not 'MEMIF'"
7426 #  parameters:
7427 #  - "throughput"
7428 #  - "parent"
7429 #  - "tags"
7430 #  sort:
7431 #  - "L2PATCH"
7432 #  - "L2XCBASE"
7433 #  - "BASE"
7434 #  - "FIB_10K"
7435 #  - "FIB_100K"
7436 #  - "FIB_1M"
7437 #  traces:
7438 #    hoverinfo: "x+y"
7439 #    boxpoints: "outliers"
7440 #    whiskerwidth: 0
7441 #  layout:
7442 #    title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7443 #    layout: "plot-throughput"
7444
7445 ## Packet Throughput - VPP L2 2n-dnv-x553 base
7446 #-
7447 #  type: "plot"
7448 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7449 #  algorithm: "plot_performance_box"
7450 #  output-file-type: ".html"
7451 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7452 #  data: "intel-dnv-vpp"
7453 #  filter: "'NIC_Intel-X553' and
7454 #           '64B' and
7455 #           'BASE' and
7456 #           'NDRPDR' and
7457 #           'ETH' and
7458 #           '1T1C' and
7459 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7460 #           not 'VHOST' and
7461 #           not 'MEMIF'"
7462 #  parameters:
7463 #  - "throughput"
7464 #  - "parent"
7465 #  - "tags"
7466 #  sort:
7467 #  - "L2XCBASE"
7468 #  - "L2BDMACLRN"
7469 #  - "L2PATCH"
7470 #  traces:
7471 #    hoverinfo: "x+y"
7472 #    boxpoints: "outliers"
7473 #    whiskerwidth: 0
7474 #  layout:
7475 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7476 #    layout: "plot-throughput"
7477 #
7478 #-
7479 #  type: "plot"
7480 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7481 #  algorithm: "plot_performance_box"
7482 #  output-file-type: ".html"
7483 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7484 #  data: "intel-dnv-vpp"
7485 #  filter: "'NIC_Intel-X553' and
7486 #           '64B' and
7487 #           ('BASE' or 'SCALE') and
7488 #           'NDRPDR' and
7489 #           'ETH' and
7490 #           '1T1C' and
7491 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7492 #           not 'VHOST' and
7493 #           not 'MEMIF'"
7494 #  parameters:
7495 #  - "throughput"
7496 #  - "parent"
7497 #  - "tags"
7498 #  sort:
7499 #  - "L2XCBASE"
7500 #  - "L2BDMACLRN"
7501 #  - "L2PATCH"
7502 #  traces:
7503 #    hoverinfo: "x+y"
7504 #    boxpoints: "outliers"
7505 #    whiskerwidth: 0
7506 #  layout:
7507 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7508 #    layout: "plot-throughput"
7509 #
7510 #-
7511 #  type: "plot"
7512 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7513 #  algorithm: "plot_performance_box"
7514 #  output-file-type: ".html"
7515 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7516 #  data: "intel-dnv-vpp"
7517 #  filter: "'NIC_Intel-X553' and
7518 #           '64B' and
7519 #           ('BASE' or 'SCALE') and
7520 #           'NDRPDR' and
7521 #           'ETH' and
7522 #           '2T2C' and
7523 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7524 #           not 'VHOST' and
7525 #           not 'MEMIF'"
7526 #  parameters:
7527 #  - "throughput"
7528 #  - "parent"
7529 #  - "tags"
7530 #  sort:
7531 #  - "L2XCBASE"
7532 #  - "L2BDMACLRN"
7533 #  - "L2PATCH"
7534 #  traces:
7535 #    hoverinfo: "x+y"
7536 #    boxpoints: "outliers"
7537 #    whiskerwidth: 0
7538 #  layout:
7539 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7540 #    layout: "plot-throughput"
7541 #
7542 #-
7543 #  type: "plot"
7544 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7545 #  algorithm: "plot_performance_box"
7546 #  output-file-type: ".html"
7547 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7548 #  data: "intel-dnv-vpp"
7549 #  filter: "'NIC_Intel-X553' and
7550 #           '64B' and
7551 #           ('BASE' or 'SCALE') and
7552 #           'NDRPDR' and
7553 #           'ETH' and
7554 #           '2T2C' and
7555 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7556 #           not 'VHOST' and
7557 #           not 'MEMIF'"
7558 #  parameters:
7559 #  - "throughput"
7560 #  - "parent"
7561 #  - "tags"
7562 #  sort:
7563 #  - "L2XCBASE"
7564 #  - "L2BDMACLRN"
7565 #  - "L2PATCH"
7566 #  traces:
7567 #    hoverinfo: "x+y"
7568 #    boxpoints: "outliers"
7569 #    whiskerwidth: 0
7570 #  layout:
7571 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7572 #    layout: "plot-throughput"
7573
7574 ################################################################################
7575
7576 ## Packet Throughput - VPP Container Memif 3n-hsw-x520
7577 #-
7578 #  type: "plot"
7579 #  title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7580 #  algorithm: "plot_performance_box"
7581 #  output-file-type: ".html"
7582 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7583 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7584 #  filter: "'NIC_Intel-X520-DA2' and
7585 #           '64B' and
7586 #           ('BASE' or 'SCALE') and
7587 #           'NDRPDR' and
7588 #           '1T1C' and
7589 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7590 #           not 'VHOST' and
7591 #           'MEMIF'"
7592 #  parameters:
7593 #  - "throughput"
7594 #  - "parent"
7595 #  - "tags"
7596 #  sort:
7597 #  - "L2XCFWD"
7598 #  - "L2XCFWD"
7599 #  - "L2XCFWD"
7600 #  - "L2BDMACLRN"
7601 #  - "L2BDMACLRN"
7602 #  - "L2BDMACLRN"
7603 #  - "IP4FWD"
7604 #  traces:
7605 #    hoverinfo: "x+y"
7606 #    boxpoints: "outliers"
7607 #    whiskerwidth: 0
7608 #  layout:
7609 #    title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7610 #    layout: "plot-throughput"
7611 #
7612 #-
7613 #  type: "plot"
7614 #  title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7615 #  algorithm: "plot_performance_box"
7616 #  output-file-type: ".html"
7617 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7618 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7619 #  filter: "'NIC_Intel-X520-DA2' and
7620 #           '64B' and
7621 #           ('BASE' or 'SCALE') and
7622 #           'NDRPDR' and
7623 #           '1T1C' and
7624 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7625 #           not 'VHOST' and
7626 #           'MEMIF'"
7627 #  parameters:
7628 #  - "throughput"
7629 #  - "parent"
7630 #  - "tags"
7631 #  sort:
7632 #  - "L2XCFWD"
7633 #  - "L2XCFWD"
7634 #  - "L2XCFWD"
7635 #  - "L2BDMACLRN"
7636 #  - "L2BDMACLRN"
7637 #  - "L2BDMACLRN"
7638 #  - "IP4FWD"
7639 #  traces:
7640 #    hoverinfo: "x+y"
7641 #    boxpoints: "outliers"
7642 #    whiskerwidth: 0
7643 #  layout:
7644 #    title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7645 #    layout: "plot-throughput"
7646 #
7647 #-
7648 #  type: "plot"
7649 #  title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7650 #  algorithm: "plot_performance_box"
7651 #  output-file-type: ".html"
7652 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7653 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7654 #  filter: "'NIC_Intel-X520-DA2' and
7655 #           '64B' and
7656 #           ('BASE' or 'SCALE') and
7657 #           'NDRPDR' and
7658 #           '2T2C' and
7659 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7660 #           not 'VHOST' and
7661 #           'MEMIF'"
7662 #  parameters:
7663 #  - "throughput"
7664 #  - "parent"
7665 #  - "tags"
7666 #  sort:
7667 #  - "L2XCFWD"
7668 #  - "L2XCFWD"
7669 #  - "L2XCFWD"
7670 #  - "L2BDMACLRN"
7671 #  - "L2BDMACLRN"
7672 #  - "L2BDMACLRN"
7673 #  - "IP4FWD"
7674 #  traces:
7675 #    hoverinfo: "x+y"
7676 #    boxpoints: "outliers"
7677 #    whiskerwidth: 0
7678 #  layout:
7679 #    title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7680 #    layout: "plot-throughput"
7681 #
7682 #-
7683 #  type: "plot"
7684 #  title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7685 #  algorithm: "plot_performance_box"
7686 #  output-file-type: ".html"
7687 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7688 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7689 #  filter: "'NIC_Intel-X520-DA2' and
7690 #           '64B' and
7691 #           ('BASE' or 'SCALE') and
7692 #           'NDRPDR' and
7693 #           '2T2C' and
7694 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7695 #           not 'VHOST' and
7696 #           'MEMIF'"
7697 #  parameters:
7698 #  - "throughput"
7699 #  - "parent"
7700 #  - "tags"
7701 #  sort:
7702 #  - "L2XCFWD"
7703 #  - "L2XCFWD"
7704 #  - "L2XCFWD"
7705 #  - "L2BDMACLRN"
7706 #  - "L2BDMACLRN"
7707 #  - "L2BDMACLRN"
7708 #  - "IP4FWD"
7709 #  traces:
7710 #    hoverinfo: "x+y"
7711 #    boxpoints: "outliers"
7712 #    whiskerwidth: 0
7713 #  layout:
7714 #    title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7715 #    layout: "plot-throughput"
7716 #
7717 ## Packet Throughput - VPP Container Memif 3n-hsw-x710
7718 #-
7719 #  type: "plot"
7720 #  title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7721 #  algorithm: "plot_performance_box"
7722 #  output-file-type: ".html"
7723 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7724 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7725 #  filter: "'NIC_Intel-X710' and
7726 #           '64B' and
7727 #           ('BASE' or 'SCALE') and
7728 #           'NDRPDR' and
7729 #           '1T1C' and
7730 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7731 #           not 'VHOST' and
7732 #           'MEMIF'"
7733 #  parameters:
7734 #  - "throughput"
7735 #  - "parent"
7736 #  - "tags"
7737 #  sort:
7738 #  - "L2XCFWD"
7739 #  - "L2XCFWD"
7740 #  - "L2XCFWD"
7741 #  - "L2BDMACLRN"
7742 #  - "L2BDMACLRN"
7743 #  - "L2BDMACLRN"
7744 #  - "IP4FWD"
7745 #  traces:
7746 #    hoverinfo: "x+y"
7747 #    boxpoints: "outliers"
7748 #    whiskerwidth: 0
7749 #  layout:
7750 #    title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7751 #    layout: "plot-throughput"
7752 #
7753 #-
7754 #  type: "plot"
7755 #  title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7756 #  algorithm: "plot_performance_box"
7757 #  output-file-type: ".html"
7758 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7759 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7760 #  filter: "'NIC_Intel-X710' and
7761 #           '64B' and
7762 #           ('BASE' or 'SCALE') and
7763 #           'NDRPDR' and
7764 #           '1T1C' and
7765 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7766 #           not 'VHOST' and
7767 #           'MEMIF'"
7768 #  parameters:
7769 #  - "throughput"
7770 #  - "parent"
7771 #  - "tags"
7772 #  sort:
7773 #  - "L2XCFWD"
7774 #  - "L2XCFWD"
7775 #  - "L2XCFWD"
7776 #  - "L2BDMACLRN"
7777 #  - "L2BDMACLRN"
7778 #  - "L2BDMACLRN"
7779 #  - "IP4FWD"
7780 #  traces:
7781 #    hoverinfo: "x+y"
7782 #    boxpoints: "outliers"
7783 #    whiskerwidth: 0
7784 #  layout:
7785 #    title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7786 #    layout: "plot-throughput"
7787 #
7788 #-
7789 #  type: "plot"
7790 #  title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7791 #  algorithm: "plot_performance_box"
7792 #  output-file-type: ".html"
7793 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7794 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7795 #  filter: "'NIC_Intel-X710' and
7796 #           '64B' and
7797 #           ('BASE' or 'SCALE') and
7798 #           'NDRPDR' and
7799 #           '2T2C' and
7800 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7801 #           not 'VHOST' and
7802 #           'MEMIF'"
7803 #  parameters:
7804 #  - "throughput"
7805 #  - "parent"
7806 #  - "tags"
7807 #  sort:
7808 #  - "L2XCFWD"
7809 #  - "L2XCFWD"
7810 #  - "L2XCFWD"
7811 #  - "L2BDMACLRN"
7812 #  - "L2BDMACLRN"
7813 #  - "L2BDMACLRN"
7814 #  - "IP4FWD"
7815 #  traces:
7816 #    hoverinfo: "x+y"
7817 #    boxpoints: "outliers"
7818 #    whiskerwidth: 0
7819 #  layout:
7820 #    title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7821 #    layout: "plot-throughput"
7822 #
7823 #-
7824 #  type: "plot"
7825 #  title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7826 #  algorithm: "plot_performance_box"
7827 #  output-file-type: ".html"
7828 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7829 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7830 #  filter: "'NIC_Intel-X710' and
7831 #           '64B' and
7832 #           ('BASE' or 'SCALE') and
7833 #           'NDRPDR' and
7834 #           '2T2C' and
7835 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7836 #           not 'VHOST' and
7837 #           'MEMIF'"
7838 #  parameters:
7839 #  - "throughput"
7840 #  - "parent"
7841 #  - "tags"
7842 #  sort:
7843 #  - "L2XCFWD"
7844 #  - "L2XCFWD"
7845 #  - "L2XCFWD"
7846 #  - "L2BDMACLRN"
7847 #  - "L2BDMACLRN"
7848 #  - "L2BDMACLRN"
7849 #  - "IP4FWD"
7850 #  traces:
7851 #    hoverinfo: "x+y"
7852 #    boxpoints: "outliers"
7853 #    whiskerwidth: 0
7854 #  layout:
7855 #    title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7856 #    layout: "plot-throughput"
7857 #
7858 ## Packet Throughput - VPP Container Memif 3n-hsw-xl710
7859 #-
7860 #  type: "plot"
7861 #  title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7862 #  algorithm: "plot_performance_box"
7863 #  output-file-type: ".html"
7864 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7865 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7866 #  filter: "'NIC_Intel-XL710' and
7867 #           '64B' and
7868 #           ('BASE' or 'SCALE') and
7869 #           'NDRPDR' and
7870 #           '1T1C' and
7871 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7872 #           not 'VHOST' and
7873 #           'MEMIF'"
7874 #  parameters:
7875 #  - "throughput"
7876 #  - "parent"
7877 #  - "tags"
7878 #  sort:
7879 #  - "L2XCFWD"
7880 #  - "L2XCFWD"
7881 #  - "L2XCFWD"
7882 #  - "L2BDMACLRN"
7883 #  - "L2BDMACLRN"
7884 #  - "L2BDMACLRN"
7885 #  - "IP4FWD"
7886 #  traces:
7887 #    hoverinfo: "x+y"
7888 #    boxpoints: "outliers"
7889 #    whiskerwidth: 0
7890 #  layout:
7891 #    title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7892 #    layout: "plot-throughput"
7893 #
7894 #-
7895 #  type: "plot"
7896 #  title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7897 #  algorithm: "plot_performance_box"
7898 #  output-file-type: ".html"
7899 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7900 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7901 #  filter: "'NIC_Intel-XL710' and
7902 #           '64B' and
7903 #           ('BASE' or 'SCALE') and
7904 #           'NDRPDR' and
7905 #           '1T1C' and
7906 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7907 #           not 'VHOST' and
7908 #           'MEMIF'"
7909 #  parameters:
7910 #  - "throughput"
7911 #  - "parent"
7912 #  - "tags"
7913 #  sort:
7914 #  - "L2XCFWD"
7915 #  - "L2XCFWD"
7916 #  - "L2XCFWD"
7917 #  - "L2BDMACLRN"
7918 #  - "L2BDMACLRN"
7919 #  - "L2BDMACLRN"
7920 #  - "IP4FWD"
7921 #  traces:
7922 #    hoverinfo: "x+y"
7923 #    boxpoints: "outliers"
7924 #    whiskerwidth: 0
7925 #  layout:
7926 #    title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7927 #    layout: "plot-throughput"
7928 #
7929 #-
7930 #  type: "plot"
7931 #  title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7932 #  algorithm: "plot_performance_box"
7933 #  output-file-type: ".html"
7934 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7935 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7936 #  filter: "'NIC_Intel-XL710' and
7937 #           '64B' and
7938 #           ('BASE' or 'SCALE') and
7939 #           'NDRPDR' and
7940 #           '2T2C' and
7941 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7942 #           not 'VHOST' and
7943 #           'MEMIF'"
7944 #  parameters:
7945 #  - "throughput"
7946 #  - "parent"
7947 #  - "tags"
7948 #  sort:
7949 #  - "L2XCFWD"
7950 #  - "L2XCFWD"
7951 #  - "L2XCFWD"
7952 #  - "L2BDMACLRN"
7953 #  - "L2BDMACLRN"
7954 #  - "L2BDMACLRN"
7955 #  - "IP4FWD"
7956 #  traces:
7957 #    hoverinfo: "x+y"
7958 #    boxpoints: "outliers"
7959 #    whiskerwidth: 0
7960 #  layout:
7961 #    title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7962 #    layout: "plot-throughput"
7963 #
7964 #-
7965 #  type: "plot"
7966 #  title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7967 #  algorithm: "plot_performance_box"
7968 #  output-file-type: ".html"
7969 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7970 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7971 #  filter: "'NIC_Intel-XL710' and
7972 #           '64B' and
7973 #           ('BASE' or 'SCALE') and
7974 #           'NDRPDR' and
7975 #           '2T2C' and
7976 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7977 #           not 'VHOST' and
7978 #           'MEMIF'"
7979 #  parameters:
7980 #  - "throughput"
7981 #  - "parent"
7982 #  - "tags"
7983 #  sort:
7984 #  - "L2XCFWD"
7985 #  - "L2XCFWD"
7986 #  - "L2XCFWD"
7987 #  - "L2BDMACLRN"
7988 #  - "L2BDMACLRN"
7989 #  - "L2BDMACLRN"
7990 #  - "IP4FWD"
7991 #  traces:
7992 #    hoverinfo: "x+y"
7993 #    boxpoints: "outliers"
7994 #    whiskerwidth: 0
7995 #  layout:
7996 #    title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7997 #    layout: "plot-throughput"
7998
7999 # Packet Throughput - VPP Container Memif 3n-skx-x710
8000 -
8001   type: "plot"
8002   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8003   algorithm: "plot_performance_box"
8004   output-file-type: ".html"
8005   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8007   filter: "'NIC_Intel-X710' and
8008            '64B' and
8009            ('BASE' or 'SCALE') and
8010            'NDRPDR' and
8011            '2T1C' and
8012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8013            not 'VHOST' and
8014            'MEMIF'"
8015   parameters:
8016   - "throughput"
8017   - "parent"
8018   - "tags"
8019   sort:
8020   - "L2XCFWD"
8021   - "L2XCFWD"
8022   - "L2XCFWD"
8023   - "L2BDMACLRN"
8024   - "L2BDMACLRN"
8025   - "L2BDMACLRN"
8026   - "IP4FWD"
8027   traces:
8028     hoverinfo: "x+y"
8029     boxpoints: "outliers"
8030     whiskerwidth: 0
8031   layout:
8032     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8033     layout: "plot-throughput"
8034
8035 -
8036   type: "plot"
8037   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8038   algorithm: "plot_performance_box"
8039   output-file-type: ".html"
8040   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8042   filter: "'NIC_Intel-X710' and
8043            '64B' and
8044            ('BASE' or 'SCALE') and
8045            'NDRPDR' and
8046            '2T1C' and
8047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8048            not 'VHOST' and
8049            'MEMIF'"
8050   parameters:
8051   - "throughput"
8052   - "parent"
8053   - "tags"
8054   sort:
8055   - "L2XCFWD"
8056   - "L2XCFWD"
8057   - "L2XCFWD"
8058   - "L2BDMACLRN"
8059   - "L2BDMACLRN"
8060   - "L2BDMACLRN"
8061   - "IP4FWD"
8062   traces:
8063     hoverinfo: "x+y"
8064     boxpoints: "outliers"
8065     whiskerwidth: 0
8066   layout:
8067     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8068     layout: "plot-throughput"
8069
8070 -
8071   type: "plot"
8072   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8073   algorithm: "plot_performance_box"
8074   output-file-type: ".html"
8075   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8077   filter: "'NIC_Intel-X710' and
8078            '64B' and
8079            ('BASE' or 'SCALE') and
8080            'NDRPDR' and
8081            '4T2C' and
8082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8083            not 'VHOST' and
8084            'MEMIF'"
8085   parameters:
8086   - "throughput"
8087   - "parent"
8088   - "tags"
8089   sort:
8090   - "L2XCFWD"
8091   - "L2XCFWD"
8092   - "L2XCFWD"
8093   - "L2BDMACLRN"
8094   - "L2BDMACLRN"
8095   - "L2BDMACLRN"
8096   - "IP4FWD"
8097   traces:
8098     hoverinfo: "x+y"
8099     boxpoints: "outliers"
8100     whiskerwidth: 0
8101   layout:
8102     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8103     layout: "plot-throughput"
8104
8105 -
8106   type: "plot"
8107   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8108   algorithm: "plot_performance_box"
8109   output-file-type: ".html"
8110   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8112   filter: "'NIC_Intel-X710' and
8113            '64B' and
8114            ('BASE' or 'SCALE') and
8115            'NDRPDR' and
8116            '4T2C' and
8117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8118            not 'VHOST' and
8119            'MEMIF'"
8120   parameters:
8121   - "throughput"
8122   - "parent"
8123   - "tags"
8124   sort:
8125   - "L2XCFWD"
8126   - "L2XCFWD"
8127   - "L2XCFWD"
8128   - "L2BDMACLRN"
8129   - "L2BDMACLRN"
8130   - "L2BDMACLRN"
8131   - "IP4FWD"
8132   traces:
8133     hoverinfo: "x+y"
8134     boxpoints: "outliers"
8135     whiskerwidth: 0
8136   layout:
8137     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8138     layout: "plot-throughput"
8139
8140 ## Packet Throughput - VPP Container Memif 2n-skx-x710
8141 #-
8142 #  type: "plot"
8143 #  title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8144 #  algorithm: "plot_performance_box"
8145 #  output-file-type: ".html"
8146 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8147 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8148 #  filter: "'NIC_Intel-X710' and
8149 #           '64B' and
8150 #           ('BASE' or 'SCALE') and
8151 #           'NDRPDR' and
8152 #           '2T1C' and
8153 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8154 #           not 'VHOST' and
8155 #           not 'NF_DENSITY' and
8156 #           'MEMIF'"
8157 #  parameters:
8158 #  - "throughput"
8159 #  - "parent"
8160 #  - "tags"
8161 #  sort:
8162 #  - "L2XCFWD"
8163 #  - "L2XCFWD"
8164 #  - "L2XCFWD"
8165 #  - "L2BDMACLRN"
8166 #  - "L2BDMACLRN"
8167 #  - "L2BDMACLRN"
8168 #  - "IP4FWD"
8169 #  traces:
8170 #    hoverinfo: "x+y"
8171 #    boxpoints: "outliers"
8172 #    whiskerwidth: 0
8173 #  layout:
8174 #    title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8175 #    layout: "plot-throughput"
8176 #
8177 #-
8178 #  type: "plot"
8179 #  title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8180 #  algorithm: "plot_performance_box"
8181 #  output-file-type: ".html"
8182 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8183 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8184 #  filter: "'NIC_Intel-X710' and
8185 #           '64B' and
8186 #           ('BASE' or 'SCALE') and
8187 #           'NDRPDR' and
8188 #           '2T1C' and
8189 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8190 #           not 'VHOST' and
8191 #           not 'NF_DENSITY' and
8192 #           'MEMIF'"
8193 #  parameters:
8194 #  - "throughput"
8195 #  - "parent"
8196 #  - "tags"
8197 #  sort:
8198 #  - "L2XCFWD"
8199 #  - "L2XCFWD"
8200 #  - "L2XCFWD"
8201 #  - "L2BDMACLRN"
8202 #  - "L2BDMACLRN"
8203 #  - "L2BDMACLRN"
8204 #  - "IP4FWD"
8205 #  traces:
8206 #    hoverinfo: "x+y"
8207 #    boxpoints: "outliers"
8208 #    whiskerwidth: 0
8209 #  layout:
8210 #    title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8211 #    layout: "plot-throughput"
8212 #
8213 #-
8214 #  type: "plot"
8215 #  title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8216 #  algorithm: "plot_performance_box"
8217 #  output-file-type: ".html"
8218 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8219 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8220 #  filter: "'NIC_Intel-X710' and
8221 #           '64B' and
8222 #           ('BASE' or 'SCALE') and
8223 #           'NDRPDR' and
8224 #           '4T2C' and
8225 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8226 #           not 'VHOST' and
8227 #           not 'NF_DENSITY' and
8228 #           'MEMIF'"
8229 #  parameters:
8230 #  - "throughput"
8231 #  - "parent"
8232 #  - "tags"
8233 #  sort:
8234 #  - "L2XCFWD"
8235 #  - "L2XCFWD"
8236 #  - "L2XCFWD"
8237 #  - "L2BDMACLRN"
8238 #  - "L2BDMACLRN"
8239 #  - "L2BDMACLRN"
8240 #  - "IP4FWD"
8241 #  traces:
8242 #    hoverinfo: "x+y"
8243 #    boxpoints: "outliers"
8244 #    whiskerwidth: 0
8245 #  layout:
8246 #    title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8247 #    layout: "plot-throughput"
8248 #
8249 #-
8250 #  type: "plot"
8251 #  title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8252 #  algorithm: "plot_performance_box"
8253 #  output-file-type: ".html"
8254 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8255 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8256 #  filter: "'NIC_Intel-X710' and
8257 #           '64B' and
8258 #           ('BASE' or 'SCALE') and
8259 #           'NDRPDR' and
8260 #           '4T2C' and
8261 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8262 #           not 'VHOST' and
8263 #           not 'NF_DENSITY' and
8264 #           'MEMIF'"
8265 #  parameters:
8266 #  - "throughput"
8267 #  - "parent"
8268 #  - "tags"
8269 #  sort:
8270 #  - "L2XCFWD"
8271 #  - "L2XCFWD"
8272 #  - "L2XCFWD"
8273 #  - "L2BDMACLRN"
8274 #  - "L2BDMACLRN"
8275 #  - "L2BDMACLRN"
8276 #  - "IP4FWD"
8277 #  traces:
8278 #    hoverinfo: "x+y"
8279 #    boxpoints: "outliers"
8280 #    whiskerwidth: 0
8281 #  layout:
8282 #    title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8283 #    layout: "plot-throughput"
8284 #
8285 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
8286 #-
8287 #  type: "plot"
8288 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8289 #  algorithm: "plot_performance_box"
8290 #  output-file-type: ".html"
8291 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8292 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8293 #  filter: "'NIC_Intel-XXV710' and
8294 #           '64B' and
8295 #           ('BASE' or 'SCALE') and
8296 #           'NDRPDR' and
8297 #           '2T1C' and
8298 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8299 #           not 'VHOST' and
8300 #           'MEMIF'"
8301 #  parameters:
8302 #  - "throughput"
8303 #  - "parent"
8304 #  - "tags"
8305 #  sort:
8306 #  - "L2XCFWD"
8307 #  - "L2XCFWD"
8308 #  - "L2XCFWD"
8309 #  - "L2BDMACLRN"
8310 #  - "L2BDMACLRN"
8311 #  - "L2BDMACLRN"
8312 #  - "IP4FWD"
8313 #  traces:
8314 #    hoverinfo: "x+y"
8315 #    boxpoints: "outliers"
8316 #    whiskerwidth: 0
8317 #  layout:
8318 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8319 #    layout: "plot-throughput"
8320 #
8321 #-
8322 #  type: "plot"
8323 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8324 #  algorithm: "plot_performance_box"
8325 #  output-file-type: ".html"
8326 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8327 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8328 #  filter: "'NIC_Intel-XXV710' and
8329 #           '64B' and
8330 #           ('BASE' or 'SCALE') and
8331 #           'NDRPDR' and
8332 #           '2T1C' and
8333 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8334 #           not 'VHOST' and
8335 #           'MEMIF'"
8336 #  parameters:
8337 #  - "throughput"
8338 #  - "parent"
8339 #  - "tags"
8340 #  sort:
8341 #  - "L2XCFWD"
8342 #  - "L2XCFWD"
8343 #  - "L2XCFWD"
8344 #  - "L2BDMACLRN"
8345 #  - "L2BDMACLRN"
8346 #  - "L2BDMACLRN"
8347 #  - "IP4FWD"
8348 #  traces:
8349 #    hoverinfo: "x+y"
8350 #    boxpoints: "outliers"
8351 #    whiskerwidth: 0
8352 #  layout:
8353 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8354 #    layout: "plot-throughput"
8355 #
8356 #-
8357 #  type: "plot"
8358 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8359 #  algorithm: "plot_performance_box"
8360 #  output-file-type: ".html"
8361 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8362 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8363 #  filter: "'NIC_Intel-XXV710' and
8364 #           '64B' and
8365 #           ('BASE' or 'SCALE') and
8366 #           'NDRPDR' and
8367 #           '4T2C' and
8368 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8369 #           not 'VHOST' and
8370 #           'MEMIF'"
8371 #  parameters:
8372 #  - "throughput"
8373 #  - "parent"
8374 #  - "tags"
8375 #  sort:
8376 #  - "L2XCFWD"
8377 #  - "L2XCFWD"
8378 #  - "L2XCFWD"
8379 #  - "L2BDMACLRN"
8380 #  - "L2BDMACLRN"
8381 #  - "L2BDMACLRN"
8382 #  - "IP4FWD"
8383 #  traces:
8384 #    hoverinfo: "x+y"
8385 #    boxpoints: "outliers"
8386 #    whiskerwidth: 0
8387 #  layout:
8388 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8389 #    layout: "plot-throughput"
8390 #
8391 #-
8392 #  type: "plot"
8393 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8394 #  algorithm: "plot_performance_box"
8395 #  output-file-type: ".html"
8396 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8397 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8398 #  filter: "'NIC_Intel-XXV710' and
8399 #           '64B' and
8400 #           ('BASE' or 'SCALE') and
8401 #           'NDRPDR' and
8402 #           '4T2C' and
8403 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8404 #           not 'VHOST' and
8405 #           'MEMIF'"
8406 #  parameters:
8407 #  - "throughput"
8408 #  - "parent"
8409 #  - "tags"
8410 #  sort:
8411 #  - "L2XCFWD"
8412 #  - "L2XCFWD"
8413 #  - "L2XCFWD"
8414 #  - "L2BDMACLRN"
8415 #  - "L2BDMACLRN"
8416 #  - "L2BDMACLRN"
8417 #  - "IP4FWD"
8418 #  traces:
8419 #    hoverinfo: "x+y"
8420 #    boxpoints: "outliers"
8421 #    whiskerwidth: 0
8422 #  layout:
8423 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8424 #    layout: "plot-throughput"
8425
8426 ################################################################################
8427
8428 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8429 #-
8430 #  type: "plot"
8431 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8432 #  algorithm: "plot_performance_box"
8433 #  output-file-type: ".html"
8434 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8435 #  data: "plot-ligato-throughput-latency-3n-hsw"
8436 #  filter: "'NIC_Intel-X520-DA2' and
8437 #           '64B' and
8438 #           ('BASE' or 'SCALE') and
8439 #           'NDRPDR' and
8440 #           '1T1C' and
8441 #           'L2XCFWD' and
8442 #           not 'VHOST' and
8443 #           not 'NF_DENSITY' and
8444 #           'MEMIF'"
8445 #  parameters:
8446 #  - "throughput"
8447 #  - "parent"
8448 #  - "tags"
8449 #  sort:
8450 #  - "1VNF"
8451 #  - "2VNF"
8452 #  - "4VNF"
8453 #  - "2VNF"
8454 #  - "4VNF"
8455 #  traces:
8456 #    hoverinfo: "x+y"
8457 #    boxpoints: "outliers"
8458 #    whiskerwidth: 0
8459 #  layout:
8460 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8461 #    layout: "plot-throughput"
8462 #
8463 #-
8464 #  type: "plot"
8465 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8466 #  algorithm: "plot_performance_box"
8467 #  output-file-type: ".html"
8468 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8469 #  data: "plot-ligato-throughput-latency-3n-hsw"
8470 #  filter: "'NIC_Intel-X520-DA2' and
8471 #           '64B' and
8472 #           ('BASE' or 'SCALE') and
8473 #           'NDRPDR' and
8474 #           '1T1C' and
8475 #           'L2XCFWD' and
8476 #           not 'VHOST' and
8477 #           not 'NF_DENSITY' and
8478 #           'MEMIF'"
8479 #  parameters:
8480 #  - "throughput"
8481 #  - "parent"
8482 #  - "tags"
8483 #  sort:
8484 #  - "1VNF"
8485 #  - "2VNF"
8486 #  - "4VNF"
8487 #  - "2VNF"
8488 #  - "4VNF"
8489 #  traces:
8490 #    hoverinfo: "x+y"
8491 #    boxpoints: "outliers"
8492 #    whiskerwidth: 0
8493 #  layout:
8494 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8495 #    layout: "plot-throughput"
8496 #
8497 #-
8498 #  type: "plot"
8499 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8500 #  algorithm: "plot_performance_box"
8501 #  output-file-type: ".html"
8502 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8503 #  data: "plot-ligato-throughput-latency-3n-hsw"
8504 #  filter: "'NIC_Intel-X520-DA2' and
8505 #           '64B' and
8506 #           ('BASE' or 'SCALE') and
8507 #           'NDRPDR' and
8508 #           '2T2C' and
8509 #           'L2XCFWD' and
8510 #           not 'VHOST' and
8511 #           not 'NF_DENSITY' and
8512 #           'MEMIF'"
8513 #  parameters:
8514 #  - "throughput"
8515 #  - "parent"
8516 #  - "tags"
8517 #  sort:
8518 #  - "1VNF"
8519 #  - "2VNF"
8520 #  - "4VNF"
8521 #  - "2VNF"
8522 #  - "4VNF"
8523 #  traces:
8524 #    hoverinfo: "x+y"
8525 #    boxpoints: "outliers"
8526 #    whiskerwidth: 0
8527 #  layout:
8528 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8529 #    layout: "plot-throughput"
8530 #
8531 #-
8532 #  type: "plot"
8533 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8534 #  algorithm: "plot_performance_box"
8535 #  output-file-type: ".html"
8536 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8537 #  data: "plot-ligato-throughput-latency-3n-hsw"
8538 #  filter: "'NIC_Intel-X520-DA2' and
8539 #           '64B' and
8540 #           ('BASE' or 'SCALE') and
8541 #           'NDRPDR' and
8542 #           '2T2C' and
8543 #           'L2XCFWD' and
8544 #           not 'VHOST' and
8545 #           not 'NF_DENSITY' and
8546 #           'MEMIF'"
8547 #  parameters:
8548 #  - "throughput"
8549 #  - "parent"
8550 #  - "tags"
8551 #  sort:
8552 #  - "1VNF"
8553 #  - "2VNF"
8554 #  - "4VNF"
8555 #  - "2VNF"
8556 #  - "4VNF"
8557 #  traces:
8558 #    hoverinfo: "x+y"
8559 #    boxpoints: "outliers"
8560 #    whiskerwidth: 0
8561 #  layout:
8562 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8563 #    layout: "plot-throughput"
8564 #
8565 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8566 #-
8567 #  type: "plot"
8568 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8569 #  algorithm: "plot_performance_box"
8570 #  output-file-type: ".html"
8571 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8572 #  data: "plot-ligato-throughput-latency-3n-hsw"
8573 #  filter: "'NIC_Intel-X520-DA2' and
8574 #           '64B' and
8575 #           ('BASE' or 'SCALE') and
8576 #           'NDRPDR' and
8577 #           '1T1C' and
8578 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8579 #           not 'VHOST' and
8580 #           not 'NF_DENSITY' and
8581 #           'MEMIF'"
8582 #  parameters:
8583 #  - "throughput"
8584 #  - "parent"
8585 #  - "tags"
8586 #  sort:
8587 #  - "1VNF"
8588 #  - "2VNF"
8589 #  - "4VNF"
8590 #  - "2VNF"
8591 #  - "4VNF"
8592 #  traces:
8593 #    hoverinfo: "x+y"
8594 #    boxpoints: "outliers"
8595 #    whiskerwidth: 0
8596 #  layout:
8597 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8598 #    layout: "plot-throughput"
8599 #
8600 #-
8601 #  type: "plot"
8602 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8603 #  algorithm: "plot_performance_box"
8604 #  output-file-type: ".html"
8605 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8606 #  data: "plot-ligato-throughput-latency-3n-hsw"
8607 #  filter: "'NIC_Intel-X520-DA2' and
8608 #           '64B' and
8609 #           ('BASE' or 'SCALE') and
8610 #           'NDRPDR' and
8611 #           '1T1C' and
8612 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8613 #           not 'VHOST' and
8614 #           not 'NF_DENSITY' and
8615 #           'MEMIF'"
8616 #  parameters:
8617 #  - "throughput"
8618 #  - "parent"
8619 #  - "tags"
8620 #  sort:
8621 #  - "1VNF"
8622 #  - "2VNF"
8623 #  - "4VNF"
8624 #  - "2VNF"
8625 #  - "4VNF"
8626 #  traces:
8627 #    hoverinfo: "x+y"
8628 #    boxpoints: "outliers"
8629 #    whiskerwidth: 0
8630 #  layout:
8631 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8632 #    layout: "plot-throughput"
8633 #
8634 #-
8635 #  type: "plot"
8636 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8637 #  algorithm: "plot_performance_box"
8638 #  output-file-type: ".html"
8639 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8640 #  data: "plot-ligato-throughput-latency-3n-hsw"
8641 #  filter: "'NIC_Intel-X520-DA2' and
8642 #           '64B' and
8643 #           ('BASE' or 'SCALE') and
8644 #           'NDRPDR' and
8645 #           '2T2C' and
8646 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8647 #           not 'VHOST' and
8648 #           not 'NF_DENSITY' and
8649 #           'MEMIF'"
8650 #  parameters:
8651 #  - "throughput"
8652 #  - "parent"
8653 #  - "tags"
8654 #  sort:
8655 #  - "1VNF"
8656 #  - "2VNF"
8657 #  - "4VNF"
8658 #  - "2VNF"
8659 #  - "4VNF"
8660 #  traces:
8661 #    hoverinfo: "x+y"
8662 #    boxpoints: "outliers"
8663 #    whiskerwidth: 0
8664 #  layout:
8665 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8666 #    layout: "plot-throughput"
8667 #
8668 #-
8669 #  type: "plot"
8670 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8671 #  algorithm: "plot_performance_box"
8672 #  output-file-type: ".html"
8673 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8674 #  data: "plot-ligato-throughput-latency-3n-hsw"
8675 #  filter: "'NIC_Intel-X520-DA2' and
8676 #           '64B' and
8677 #           ('BASE' or 'SCALE') and
8678 #           'NDRPDR' and
8679 #           '2T2C' and
8680 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8681 #           not 'VHOST' and
8682 #           not 'NF_DENSITY' and
8683 #           'MEMIF'"
8684 #  parameters:
8685 #  - "throughput"
8686 #  - "parent"
8687 #  - "tags"
8688 #  sort:
8689 #  - "1VNF"
8690 #  - "2VNF"
8691 #  - "4VNF"
8692 #  - "2VNF"
8693 #  - "4VNF"
8694 #  traces:
8695 #    hoverinfo: "x+y"
8696 #    boxpoints: "outliers"
8697 #    whiskerwidth: 0
8698 #  layout:
8699 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8700 #    layout: "plot-throughput"
8701 #
8702 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8703 #-
8704 #  type: "plot"
8705 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8706 #  algorithm: "plot_performance_box"
8707 #  output-file-type: ".html"
8708 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8709 #  data: "plot-ligato-throughput-latency-3n-hsw"
8710 #  filter: "'NIC_Intel-X710' and
8711 #           '64B' and
8712 #           ('BASE' or 'SCALE') and
8713 #           'NDRPDR' and
8714 #           '1T1C' and
8715 #           'L2XCFWD' and
8716 #           not 'VHOST' and
8717 #           not 'NF_DENSITY' and
8718 #           'MEMIF'"
8719 #  parameters:
8720 #  - "throughput"
8721 #  - "parent"
8722 #  - "tags"
8723 #  sort:
8724 #  - "1VNF"
8725 #  - "2VNF"
8726 #  - "4VNF"
8727 #  - "2VNF"
8728 #  - "4VNF"
8729 #  traces:
8730 #    hoverinfo: "x+y"
8731 #    boxpoints: "outliers"
8732 #    whiskerwidth: 0
8733 #  layout:
8734 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8735 #    layout: "plot-throughput"
8736 #
8737 #-
8738 #  type: "plot"
8739 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8740 #  algorithm: "plot_performance_box"
8741 #  output-file-type: ".html"
8742 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8743 #  data: "plot-ligato-throughput-latency-3n-hsw"
8744 #  filter: "'NIC_Intel-X710' and
8745 #           '64B' and
8746 #           ('BASE' or 'SCALE') and
8747 #           'NDRPDR' and
8748 #           '1T1C' and
8749 #           'L2XCFWD' and
8750 #           not 'VHOST' and
8751 #           not 'NF_DENSITY' and
8752 #           'MEMIF'"
8753 #  parameters:
8754 #  - "throughput"
8755 #  - "parent"
8756 #  - "tags"
8757 #  sort:
8758 #  - "1VNF"
8759 #  - "2VNF"
8760 #  - "4VNF"
8761 #  - "2VNF"
8762 #  - "4VNF"
8763 #  traces:
8764 #    hoverinfo: "x+y"
8765 #    boxpoints: "outliers"
8766 #    whiskerwidth: 0
8767 #  layout:
8768 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8769 #    layout: "plot-throughput"
8770 #
8771 #-
8772 #  type: "plot"
8773 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8774 #  algorithm: "plot_performance_box"
8775 #  output-file-type: ".html"
8776 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8777 #  data: "plot-ligato-throughput-latency-3n-hsw"
8778 #  filter: "'NIC_Intel-X710' and
8779 #           '64B' and
8780 #           ('BASE' or 'SCALE') and
8781 #           'NDRPDR' and
8782 #           '2T2C' and
8783 #           'L2XCFWD' and
8784 #           not 'VHOST' and
8785 #           not 'NF_DENSITY' and
8786 #           'MEMIF'"
8787 #  parameters:
8788 #  - "throughput"
8789 #  - "parent"
8790 #  - "tags"
8791 #  sort:
8792 #  - "1VNF"
8793 #  - "2VNF"
8794 #  - "4VNF"
8795 #  - "2VNF"
8796 #  - "4VNF"
8797 #  traces:
8798 #    hoverinfo: "x+y"
8799 #    boxpoints: "outliers"
8800 #    whiskerwidth: 0
8801 #  layout:
8802 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8803 #    layout: "plot-throughput"
8804 #
8805 #-
8806 #  type: "plot"
8807 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8808 #  algorithm: "plot_performance_box"
8809 #  output-file-type: ".html"
8810 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8811 #  data: "plot-ligato-throughput-latency-3n-hsw"
8812 #  filter: "'NIC_Intel-X710' and
8813 #           '64B' and
8814 #           ('BASE' or 'SCALE') and
8815 #           'NDRPDR' and
8816 #           '2T2C' and
8817 #           'L2XCFWD' and
8818 #           not 'VHOST' and
8819 #           not 'NF_DENSITY' and
8820 #           'MEMIF'"
8821 #  parameters:
8822 #  - "throughput"
8823 #  - "parent"
8824 #  - "tags"
8825 #  sort:
8826 #  - "1VNF"
8827 #  - "2VNF"
8828 #  - "4VNF"
8829 #  - "2VNF"
8830 #  - "4VNF"
8831 #  traces:
8832 #    hoverinfo: "x+y"
8833 #    boxpoints: "outliers"
8834 #    whiskerwidth: 0
8835 #  layout:
8836 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8837 #    layout: "plot-throughput"
8838 #
8839 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8840 #-
8841 #  type: "plot"
8842 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8843 #  algorithm: "plot_performance_box"
8844 #  output-file-type: ".html"
8845 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8846 #  data: "plot-ligato-throughput-latency-3n-hsw"
8847 #  filter: "'NIC_Intel-X710' and
8848 #           '64B' and
8849 #           ('BASE' or 'SCALE') and
8850 #           'NDRPDR' and
8851 #           '1T1C' and
8852 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8853 #           not 'VHOST' and
8854 #           not 'NF_DENSITY' and
8855 #           'MEMIF'"
8856 #  parameters:
8857 #  - "throughput"
8858 #  - "parent"
8859 #  - "tags"
8860 #  sort:
8861 #  - "1VNF"
8862 #  - "2VNF"
8863 #  - "4VNF"
8864 #  - "2VNF"
8865 #  - "4VNF"
8866 #  traces:
8867 #    hoverinfo: "x+y"
8868 #    boxpoints: "outliers"
8869 #    whiskerwidth: 0
8870 #  layout:
8871 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8872 #    layout: "plot-throughput"
8873 #
8874 #-
8875 #  type: "plot"
8876 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8877 #  algorithm: "plot_performance_box"
8878 #  output-file-type: ".html"
8879 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8880 #  data: "plot-ligato-throughput-latency-3n-hsw"
8881 #  filter: "'NIC_Intel-X710' and
8882 #           '64B' and
8883 #           ('BASE' or 'SCALE') and
8884 #           'NDRPDR' and
8885 #           '1T1C' and
8886 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8887 #           not 'VHOST' and
8888 #           not 'NF_DENSITY' and
8889 #           'MEMIF'"
8890 #  parameters:
8891 #  - "throughput"
8892 #  - "parent"
8893 #  - "tags"
8894 #  sort:
8895 #  - "1VNF"
8896 #  - "2VNF"
8897 #  - "4VNF"
8898 #  - "2VNF"
8899 #  - "4VNF"
8900 #  traces:
8901 #    hoverinfo: "x+y"
8902 #    boxpoints: "outliers"
8903 #    whiskerwidth: 0
8904 #  layout:
8905 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8906 #    layout: "plot-throughput"
8907 #
8908 #-
8909 #  type: "plot"
8910 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8911 #  algorithm: "plot_performance_box"
8912 #  output-file-type: ".html"
8913 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8914 #  data: "plot-ligato-throughput-latency-3n-hsw"
8915 #  filter: "'NIC_Intel-X710' and
8916 #           '64B' and
8917 #           ('BASE' or 'SCALE') and
8918 #           'NDRPDR' and
8919 #           '2T2C' and
8920 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8921 #           not 'VHOST' and
8922 #           not 'NF_DENSITY' and
8923 #           'MEMIF'"
8924 #  parameters:
8925 #  - "throughput"
8926 #  - "parent"
8927 #  - "tags"
8928 #  sort:
8929 #  - "1VNF"
8930 #  - "2VNF"
8931 #  - "4VNF"
8932 #  - "2VNF"
8933 #  - "4VNF"
8934 #  traces:
8935 #    hoverinfo: "x+y"
8936 #    boxpoints: "outliers"
8937 #    whiskerwidth: 0
8938 #  layout:
8939 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8940 #    layout: "plot-throughput"
8941 #
8942 #-
8943 #  type: "plot"
8944 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8945 #  algorithm: "plot_performance_box"
8946 #  output-file-type: ".html"
8947 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8948 #  data: "plot-ligato-throughput-latency-3n-hsw"
8949 #  filter: "'NIC_Intel-X710' and
8950 #           '64B' and
8951 #           ('BASE' or 'SCALE') and
8952 #           'NDRPDR' and
8953 #           '2T2C' and
8954 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
8955 #           not 'VHOST' and
8956 #           not 'NF_DENSITY' and
8957 #           'MEMIF'"
8958 #  parameters:
8959 #  - "throughput"
8960 #  - "parent"
8961 #  - "tags"
8962 #  sort:
8963 #  - "1VNF"
8964 #  - "2VNF"
8965 #  - "4VNF"
8966 #  - "2VNF"
8967 #  - "4VNF"
8968 #  traces:
8969 #    hoverinfo: "x+y"
8970 #    boxpoints: "outliers"
8971 #    whiskerwidth: 0
8972 #  layout:
8973 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8974 #    layout: "plot-throughput"
8975
8976 ################################################################################
8977
8978 ## Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8979 #-
8980 #  type: "plot"
8981 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8982 #  algorithm: "plot_performance_box"
8983 #  output-file-type: ".html"
8984 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8985 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8986 #  filter: "'NIC_Intel-X520-DA2' and
8987 #           '64B' and
8988 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8989 #           'NDRPDR' and
8990 #           '1T1C' and
8991 #           'IP4FWD' and
8992 #           not 'IPSEC' and
8993 #           not 'DOT1Q' and
8994 #           not 'VHOST'"
8995 #  parameters:
8996 #  - "throughput"
8997 #  - "parent"
8998 #  - "tags"
8999 #  sort:
9000 #  - "IP4BASE"
9001 #  - "FIB_20k"
9002 #  - "FIB_200k"
9003 #  - "FIB_2M"
9004 #  traces:
9005 #    hoverinfo: "x+y"
9006 #    boxpoints: "outliers"
9007 #    whiskerwidth: 0
9008 #  layout:
9009 #    title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9010 #    layout: "plot-throughput"
9011 #
9012 #-
9013 #  type: "plot"
9014 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9015 #  algorithm: "plot_performance_box"
9016 #  output-file-type: ".html"
9017 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9018 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9019 #  filter: "'NIC_Intel-X520-DA2' and
9020 #           '64B' and
9021 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9022 #           'NDRPDR' and
9023 #           '1T1C' and
9024 #           'IP4FWD' and
9025 #           not 'IPSEC' and
9026 #           not 'DOT1Q' and
9027 #           not 'VHOST'"
9028 #  parameters:
9029 #  - "throughput"
9030 #  - "parent"
9031 #  - "tags"
9032 #  sort:
9033 #  - "IP4BASE"
9034 #  - "FIB_20k"
9035 #  - "FIB_200k"
9036 #  - "FIB_2M"
9037 #  traces:
9038 #    hoverinfo: "x+y"
9039 #    boxpoints: "outliers"
9040 #    whiskerwidth: 0
9041 #  layout:
9042 #    title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9043 #    layout: "plot-throughput"
9044 #
9045 #-
9046 #  type: "plot"
9047 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9048 #  algorithm: "plot_performance_box"
9049 #  output-file-type: ".html"
9050 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9051 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9052 #  filter: "'NIC_Intel-X520-DA2' and
9053 #           '64B' and
9054 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9055 #           'NDRPDR' and
9056 #           '2T2C' and
9057 #           'IP4FWD' and
9058 #           not 'IPSEC' and
9059 #           not 'DOT1Q' and
9060 #           not 'VHOST'"
9061 #  parameters:
9062 #  - "throughput"
9063 #  - "parent"
9064 #  - "tags"
9065 #  sort:
9066 #  - "IP4BASE"
9067 #  - "FIB_20k"
9068 #  - "FIB_200k"
9069 #  - "FIB_2M"
9070 #  traces:
9071 #    hoverinfo: "x+y"
9072 #    boxpoints: "outliers"
9073 #    whiskerwidth: 0
9074 #  layout:
9075 #    title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9076 #    layout: "plot-throughput"
9077 #
9078 #-
9079 #  type: "plot"
9080 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9081 #  algorithm: "plot_performance_box"
9082 #  output-file-type: ".html"
9083 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9084 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9085 #  filter: "'NIC_Intel-X520-DA2' and
9086 #           '64B' and
9087 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9088 #           'NDRPDR' and
9089 #           '2T2C' and
9090 #           'IP4FWD' and
9091 #           not 'IPSEC' and
9092 #           not 'DOT1Q' and
9093 #           not 'VHOST'"
9094 #  parameters:
9095 #  - "throughput"
9096 #  - "parent"
9097 #  - "tags"
9098 #  sort:
9099 #  - "IP4BASE"
9100 #  - "FIB_20k"
9101 #  - "FIB_200k"
9102 #  - "FIB_2M"
9103 #  traces:
9104 #    hoverinfo: "x+y"
9105 #    boxpoints: "outliers"
9106 #    whiskerwidth: 0
9107 #  layout:
9108 #    title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9109 #    layout: "plot-throughput"
9110 #
9111 ## Packet Throughput - VPP IPv4 3n-hsw-x520 features
9112 #-
9113 #  type: "plot"
9114 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9115 #  algorithm: "plot_performance_box"
9116 #  output-file-type: ".html"
9117 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9118 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9119 #  filter: "'NIC_Intel-X520-DA2' and
9120 #           '64B' and
9121 #           ('IP4BASE' or
9122 #            'POLICE_MARK' or
9123 #            'COPWHLIST' or
9124 #            ('NAT44' and 'BASE') or
9125 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9126 #           'NDRPDR' and
9127 #           '1T1C' and
9128 #           'IP4FWD' and
9129 #           not 'IPSEC' and
9130 #           not 'VHOST'"
9131 #  parameters:
9132 #  - "throughput"
9133 #  - "parent"
9134 #  - "tags"
9135 #  sort:
9136 #  - "DOT1Q"
9137 #  - "IP4BASE"
9138 #  - "NAT44"
9139 #  - "POLICE_MARK"
9140 #  - "COPWHLIST"
9141 #  - "IACL"
9142 #  - "OACL"
9143 #  traces:
9144 #    hoverinfo: "x+y"
9145 #    boxpoints: "outliers"
9146 #    whiskerwidth: 0
9147 #  layout:
9148 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9149 #    layout: "plot-throughput"
9150 #
9151 #-
9152 #  type: "plot"
9153 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9154 #  algorithm: "plot_performance_box"
9155 #  output-file-type: ".html"
9156 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9157 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9158 #  filter: "'NIC_Intel-X520-DA2' and
9159 #           '64B' and
9160 #           ('IP4BASE' or
9161 #            'POLICE_MARK' or
9162 #            'COPWHLIST' or
9163 #            ('NAT44' and 'BASE') or
9164 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9165 #           'NDRPDR' and
9166 #           '1T1C' and
9167 #           'IP4FWD' and
9168 #           not 'IPSEC' and
9169 #           not 'VHOST'"
9170 #  parameters:
9171 #  - "throughput"
9172 #  - "parent"
9173 #  - "tags"
9174 #  sort:
9175 #  - "DOT1Q"
9176 #  - "IP4BASE"
9177 #  - "NAT44"
9178 #  - "POLICE_MARK"
9179 #  - "COPWHLIST"
9180 #  - "IACL"
9181 #  - "OACL"
9182 #  traces:
9183 #    hoverinfo: "x+y"
9184 #    boxpoints: "outliers"
9185 #    whiskerwidth: 0
9186 #  layout:
9187 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9188 #    layout: "plot-throughput"
9189 #
9190 #-
9191 #  type: "plot"
9192 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9193 #  algorithm: "plot_performance_box"
9194 #  output-file-type: ".html"
9195 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9196 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9197 #  filter: "'NIC_Intel-X520-DA2' and
9198 #           '64B' and
9199 #           ('IP4BASE' or
9200 #            'POLICE_MARK' or
9201 #            'COPWHLIST' or
9202 #            ('NAT44' and 'BASE') or
9203 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9204 #           'NDRPDR' and
9205 #           '2T2C' and
9206 #           'IP4FWD' and
9207 #           not 'IPSEC' and
9208 #           not 'VHOST'"
9209 #  parameters:
9210 #  - "throughput"
9211 #  - "parent"
9212 #  - "tags"
9213 #  sort:
9214 #  - "DOT1Q"
9215 #  - "IP4BASE"
9216 #  - "NAT44"
9217 #  - "POLICE_MARK"
9218 #  - "COPWHLIST"
9219 #  - "IACL"
9220 #  - "OACL"
9221 #  traces:
9222 #    hoverinfo: "x+y"
9223 #    boxpoints: "outliers"
9224 #    whiskerwidth: 0
9225 #  layout:
9226 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9227 #    layout: "plot-throughput"
9228 #
9229 #-
9230 #  type: "plot"
9231 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9232 #  algorithm: "plot_performance_box"
9233 #  output-file-type: ".html"
9234 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9235 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9236 #  filter: "'NIC_Intel-X520-DA2' and
9237 #           '64B' and
9238 #           ('IP4BASE' or
9239 #            'POLICE_MARK' or
9240 #            'COPWHLIST' or
9241 #            ('NAT44' and 'BASE') or
9242 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9243 #           'NDRPDR' and
9244 #           '2T2C' and
9245 #           'IP4FWD' and
9246 #           not 'IPSEC' and
9247 #           not 'VHOST'"
9248 #  parameters:
9249 #  - "throughput"
9250 #  - "parent"
9251 #  - "tags"
9252 #  sort:
9253 #  - "DOT1Q"
9254 #  - "IP4BASE"
9255 #  - "NAT44"
9256 #  - "POLICE_MARK"
9257 #  - "COPWHLIST"
9258 #  - "IACL"
9259 #  - "OACL"
9260 #  traces:
9261 #    hoverinfo: "x+y"
9262 #    boxpoints: "outliers"
9263 #    whiskerwidth: 0
9264 #  layout:
9265 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9266 #    layout: "plot-throughput"
9267 #
9268 ## Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9269 #-
9270 #  type: "plot"
9271 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9272 #  algorithm: "plot_performance_box"
9273 #  output-file-type: ".html"
9274 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9275 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9276 #  filter: "'NIC_Intel-X520-DA2' and
9277 #           '64B' and
9278 #           'NDRPDR' and
9279 #           '1T1C' and
9280 #           'IP4FWD' and
9281 #           ('NAT44' or 'IP4BASE') and
9282 #           not 'DOT1Q' and
9283 #           not 'IPSEC' and
9284 #           not 'VHOST'"
9285 #  parameters:
9286 #  - "throughput"
9287 #  - "parent"
9288 #  - "tags"
9289 #  sort:
9290 #  - "IP4BASE"
9291 #  - "BASE"
9292 #  - "SRC_USER_10"
9293 #  - "SRC_USER_100"
9294 #  - "SRC_USER_1000"
9295 #  - "SRC_USER_2000"
9296 #  traces:
9297 #    hoverinfo: "x+y"
9298 #    boxpoints: "outliers"
9299 #    whiskerwidth: 0
9300 #  layout:
9301 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9302 #    layout: "plot-throughput"
9303 #
9304 #-
9305 #  type: "plot"
9306 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9307 #  algorithm: "plot_performance_box"
9308 #  output-file-type: ".html"
9309 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9310 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9311 #  filter: "'NIC_Intel-X520-DA2' and
9312 #           '64B' and
9313 #           'NDRPDR' and
9314 #           '1T1C' and
9315 #           'IP4FWD' and
9316 #           ('NAT44' or 'IP4BASE') and
9317 #           not 'DOT1Q' and
9318 #           not 'IPSEC' and
9319 #           not 'VHOST'"
9320 #  parameters:
9321 #  - "throughput"
9322 #  - "parent"
9323 #  - "tags"
9324 #  sort:
9325 #  - "IP4BASE"
9326 #  - "BASE"
9327 #  - "SRC_USER_10"
9328 #  - "SRC_USER_100"
9329 #  - "SRC_USER_1000"
9330 #  - "SRC_USER_2000"
9331 #  traces:
9332 #    hoverinfo: "x+y"
9333 #    boxpoints: "outliers"
9334 #    whiskerwidth: 0
9335 #  layout:
9336 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9337 #    layout: "plot-throughput"
9338 #
9339 #-
9340 #  type: "plot"
9341 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9342 #  algorithm: "plot_performance_box"
9343 #  output-file-type: ".html"
9344 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9345 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9346 #  filter: "'NIC_Intel-X520-DA2' and
9347 #           '64B' and
9348 #           'NDRPDR' and
9349 #           '2T2C' and
9350 #           'IP4FWD' and
9351 #           ('NAT44' or 'IP4BASE') and
9352 #           not 'DOT1Q' and
9353 #           not 'IPSEC' and
9354 #           not 'VHOST'"
9355 #  parameters:
9356 #  - "throughput"
9357 #  - "parent"
9358 #  - "tags"
9359 #  sort:
9360 #  - "IP4BASE"
9361 #  - "BASE"
9362 #  - "SRC_USER_10"
9363 #  - "SRC_USER_100"
9364 #  - "SRC_USER_1000"
9365 #  - "SRC_USER_2000"
9366 #  traces:
9367 #    hoverinfo: "x+y"
9368 #    boxpoints: "outliers"
9369 #    whiskerwidth: 0
9370 #  layout:
9371 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9372 #    layout: "plot-throughput"
9373 #
9374 #-
9375 #  type: "plot"
9376 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9377 #  algorithm: "plot_performance_box"
9378 #  output-file-type: ".html"
9379 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9380 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9381 #  filter: "'NIC_Intel-X520-DA2' and
9382 #           '64B' and
9383 #           'NDRPDR' and
9384 #           '2T2C' and
9385 #           'IP4FWD' and
9386 #           ('NAT44' or 'IP4BASE') and
9387 #           not 'DOT1Q' and
9388 #           not 'IPSEC' and
9389 #           not 'VHOST'"
9390 #  parameters:
9391 #  - "throughput"
9392 #  - "parent"
9393 #  - "tags"
9394 #  sort:
9395 #  - "IP4BASE"
9396 #  - "BASE"
9397 #  - "SRC_USER_10"
9398 #  - "SRC_USER_100"
9399 #  - "SRC_USER_1000"
9400 #  - "SRC_USER_2000"
9401 #  traces:
9402 #    hoverinfo: "x+y"
9403 #    boxpoints: "outliers"
9404 #    whiskerwidth: 0
9405 #  layout:
9406 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9407 #    layout: "plot-throughput"
9408 #
9409 ## Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9410 #-
9411 #  type: "plot"
9412 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9413 #  algorithm: "plot_performance_box"
9414 #  output-file-type: ".html"
9415 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9416 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9417 #  filter: "'NIC_Intel-X520-DA2' and
9418 #           '64B' and
9419 #           'NDRPDR' and
9420 #           '1T1C' and
9421 #           'IP4FWD' and
9422 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9423 #           not 'IPSEC' and
9424 #           not 'DOT1Q' and
9425 #           not 'VHOST'"
9426 #  parameters:
9427 #  - "throughput"
9428 #  - "parent"
9429 #  - "tags"
9430 #  sort:
9431 #  - "IP4BASE"
9432 #  - "ACL_STATELESS"
9433 #  - "ACL_STATEFUL"
9434 #  - "ACL_STATELESS"
9435 #  - "ACL_STATEFUL"
9436 #  traces:
9437 #    hoverinfo: "x+y"
9438 #    boxpoints: "outliers"
9439 #    whiskerwidth: 0
9440 #  layout:
9441 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9442 #    layout: "plot-throughput"
9443 #
9444 #-
9445 #  type: "plot"
9446 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9447 #  algorithm: "plot_performance_box"
9448 #  output-file-type: ".html"
9449 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9450 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9451 #  filter: "'NIC_Intel-X520-DA2' and
9452 #           '64B' and
9453 #           'NDRPDR' and
9454 #           '1T1C' and
9455 #           'IP4FWD' and
9456 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9457 #           not 'IPSEC' and
9458 #           not 'DOT1Q' and
9459 #           not 'VHOST'"
9460 #  parameters:
9461 #  - "throughput"
9462 #  - "parent"
9463 #  - "tags"
9464 #  sort:
9465 #  - "IP4BASE"
9466 #  - "ACL_STATELESS"
9467 #  - "ACL_STATEFUL"
9468 #  - "ACL_STATELESS"
9469 #  - "ACL_STATEFUL"
9470 #  traces:
9471 #    hoverinfo: "x+y"
9472 #    boxpoints: "outliers"
9473 #    whiskerwidth: 0
9474 #  layout:
9475 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9476 #    layout: "plot-throughput"
9477 #
9478 #-
9479 #  type: "plot"
9480 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9481 #  algorithm: "plot_performance_box"
9482 #  output-file-type: ".html"
9483 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9484 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9485 #  filter: "'NIC_Intel-X520-DA2' and
9486 #           '64B' and
9487 #           'NDRPDR' and
9488 #           '2T2C' and
9489 #           'IP4FWD' and
9490 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9491 #           not 'IPSEC' and
9492 #           not 'DOT1Q' and
9493 #           not 'VHOST'"
9494 #  parameters:
9495 #  - "throughput"
9496 #  - "parent"
9497 #  - "tags"
9498 #  sort:
9499 #  - "IP4BASE"
9500 #  - "ACL_STATELESS"
9501 #  - "ACL_STATEFUL"
9502 #  - "ACL_STATELESS"
9503 #  - "ACL_STATEFUL"
9504 #  traces:
9505 #    hoverinfo: "x+y"
9506 #    boxpoints: "outliers"
9507 #    whiskerwidth: 0
9508 #  layout:
9509 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9510 #    layout: "plot-throughput"
9511 #
9512 #-
9513 #  type: "plot"
9514 #  title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9515 #  algorithm: "plot_performance_box"
9516 #  output-file-type: ".html"
9517 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9518 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9519 #  filter: "'NIC_Intel-X520-DA2' and
9520 #           '64B' and
9521 #           'NDRPDR' and
9522 #           '2T2C' and
9523 #           'IP4FWD' and
9524 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9525 #           not 'IPSEC' and
9526 #           not 'DOT1Q' and
9527 #           not 'VHOST'"
9528 #  parameters:
9529 #  - "throughput"
9530 #  - "parent"
9531 #  - "tags"
9532 #  sort:
9533 #  - "IP4BASE"
9534 #  - "ACL_STATELESS"
9535 #  - "ACL_STATEFUL"
9536 #  - "ACL_STATELESS"
9537 #  - "ACL_STATEFUL"
9538 #  traces:
9539 #    hoverinfo: "x+y"
9540 #    boxpoints: "outliers"
9541 #    whiskerwidth: 0
9542 #  layout:
9543 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9544 #    layout: "plot-throughput"
9545
9546 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9547 -
9548   type: "plot"
9549   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9550   algorithm: "plot_performance_box"
9551   output-file-type: ".html"
9552   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9554   filter: "'NIC_Intel-X520-DA2' and
9555            '64B' and
9556            'NDRPDR' and
9557            '1T1C' and
9558            'IP4FWD' and
9559            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9560            not 'IPSEC' and
9561            not 'DOT1Q' and
9562            not 'VHOST'"
9563   parameters:
9564   - "throughput"
9565   - "parent"
9566   - "tags"
9567   sort:
9568   - "IP4BASE"
9569   - "ACL_STATELESS"
9570   - "ACL_STATEFUL"
9571   - "ACL_STATELESS"
9572   - "ACL_STATEFUL"
9573   traces:
9574     hoverinfo: "x+y"
9575     boxpoints: "outliers"
9576     whiskerwidth: 0
9577   layout:
9578     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9579     layout: "plot-throughput"
9580
9581 -
9582   type: "plot"
9583   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9584   algorithm: "plot_performance_box"
9585   output-file-type: ".html"
9586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9588   filter: "'NIC_Intel-X520-DA2' and
9589            '64B' and
9590            'NDRPDR' and
9591            '1T1C' and
9592            'IP4FWD' and
9593            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9594            not 'IPSEC' and
9595            not 'DOT1Q' and
9596            not 'VHOST'"
9597   parameters:
9598   - "throughput"
9599   - "parent"
9600   - "tags"
9601   sort:
9602   - "IP4BASE"
9603   - "ACL_STATELESS"
9604   - "ACL_STATEFUL"
9605   - "ACL_STATELESS"
9606   - "ACL_STATEFUL"
9607   traces:
9608     hoverinfo: "x+y"
9609     boxpoints: "outliers"
9610     whiskerwidth: 0
9611   layout:
9612     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9613     layout: "plot-throughput"
9614
9615 -
9616   type: "plot"
9617   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9618   algorithm: "plot_performance_box"
9619   output-file-type: ".html"
9620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9622   filter: "'NIC_Intel-X520-DA2' and
9623            '64B' and
9624            'NDRPDR' and
9625            '2T2C' and
9626            'IP4FWD' and
9627            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9628            not 'IPSEC' and
9629            not 'DOT1Q' and
9630            not 'VHOST'"
9631   parameters:
9632   - "throughput"
9633   - "parent"
9634   - "tags"
9635   sort:
9636   - "IP4BASE"
9637   - "ACL_STATELESS"
9638   - "ACL_STATEFUL"
9639   - "ACL_STATELESS"
9640   - "ACL_STATEFUL"
9641   traces:
9642     hoverinfo: "x+y"
9643     boxpoints: "outliers"
9644     whiskerwidth: 0
9645   layout:
9646     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9647     layout: "plot-throughput"
9648
9649 -
9650   type: "plot"
9651   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9652   algorithm: "plot_performance_box"
9653   output-file-type: ".html"
9654   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9656   filter: "'NIC_Intel-X520-DA2' and
9657            '64B' and
9658            'NDRPDR' and
9659            '2T2C' and
9660            'IP4FWD' and
9661            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9662            not 'IPSEC' and
9663            not 'DOT1Q' and
9664            not 'VHOST'"
9665   parameters:
9666   - "throughput"
9667   - "parent"
9668   - "tags"
9669   sort:
9670   - "IP4BASE"
9671   - "ACL_STATELESS"
9672   - "ACL_STATEFUL"
9673   - "ACL_STATELESS"
9674   - "ACL_STATEFUL"
9675   traces:
9676     hoverinfo: "x+y"
9677     boxpoints: "outliers"
9678     whiskerwidth: 0
9679   layout:
9680     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9681     layout: "plot-throughput"
9682
9683 ## Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9684 #-
9685 #  type: "plot"
9686 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9687 #  algorithm: "plot_performance_box"
9688 #  output-file-type: ".html"
9689 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9690 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9691 #  filter: "'NIC_Intel-X710' and
9692 #           '64B' and
9693 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9694 #           'NDRPDR' and
9695 #           '1T1C' and
9696 #           'IP4FWD' and
9697 #           not 'IPSEC' and
9698 #           not 'DOT1Q' and
9699 #           not 'VHOST'"
9700 #  parameters:
9701 #  - "throughput"
9702 #  - "parent"
9703 #  - "tags"
9704 #  sort:
9705 #  - "IP4BASE"
9706 #  - "FIB_20K"
9707 #  - "FIB_200K"
9708 #  - "FIB_2M"
9709 #  traces:
9710 #    hoverinfo: "x+y"
9711 #    boxpoints: "outliers"
9712 #    whiskerwidth: 0
9713 #  layout:
9714 #    title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9715 #    layout: "plot-throughput"
9716 #
9717 #-
9718 #  type: "plot"
9719 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9720 #  algorithm: "plot_performance_box"
9721 #  output-file-type: ".html"
9722 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9723 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9724 #  filter: "'NIC_Intel-X710' and
9725 #           '64B' and
9726 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9727 #           'NDRPDR' and
9728 #           '1T1C' and
9729 #           'IP4FWD' and
9730 #           not 'IPSEC' and
9731 #           not 'DOT1Q' and
9732 #           not 'VHOST'"
9733 #  parameters:
9734 #  - "throughput"
9735 #  - "parent"
9736 #  - "tags"
9737 #  sort:
9738 #  - "IP4BASE"
9739 #  - "FIB_20K"
9740 #  - "FIB_200K"
9741 #  - "FIB_2M"
9742 #  traces:
9743 #    hoverinfo: "x+y"
9744 #    boxpoints: "outliers"
9745 #    whiskerwidth: 0
9746 #  layout:
9747 #    title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9748 #    layout: "plot-throughput"
9749 #
9750 #-
9751 #  type: "plot"
9752 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9753 #  algorithm: "plot_performance_box"
9754 #  output-file-type: ".html"
9755 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9756 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9757 #  filter: "'NIC_Intel-X710' and
9758 #           '64B' and
9759 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9760 #           'NDRPDR' and
9761 #           '2T2C' and
9762 #           'IP4FWD' and
9763 #           not 'IPSEC' and
9764 #           not 'DOT1Q' and
9765 #           not 'VHOST'"
9766 #  parameters:
9767 #  - "throughput"
9768 #  - "parent"
9769 #  - "tags"
9770 #  sort:
9771 #  - "IP4BASE"
9772 #  - "FIB_20K"
9773 #  - "FIB_200K"
9774 #  - "FIB_2M"
9775 #  traces:
9776 #    hoverinfo: "x+y"
9777 #    boxpoints: "outliers"
9778 #    whiskerwidth: 0
9779 #  layout:
9780 #    title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9781 #    layout: "plot-throughput"
9782 #
9783 #-
9784 #  type: "plot"
9785 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9786 #  algorithm: "plot_performance_box"
9787 #  output-file-type: ".html"
9788 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9789 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9790 #  filter: "'NIC_Intel-X710' and
9791 #           '64B' and
9792 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9793 #           'NDRPDR' and
9794 #           '2T2C' and
9795 #           'IP4FWD' and
9796 #           not 'IPSEC' and
9797 #           not 'DOT1Q' and
9798 #           not 'VHOST'"
9799 #  parameters:
9800 #  - "throughput"
9801 #  - "parent"
9802 #  - "tags"
9803 #  sort:
9804 #  - "IP4BASE"
9805 #  - "FIB_20K"
9806 #  - "FIB_200K"
9807 #  - "FIB_2M"
9808 #  traces:
9809 #    hoverinfo: "x+y"
9810 #    boxpoints: "outliers"
9811 #    whiskerwidth: 0
9812 #  layout:
9813 #    title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9814 #    layout: "plot-throughput"
9815 #
9816 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features
9817 #-
9818 #  type: "plot"
9819 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9820 #  algorithm: "plot_performance_box"
9821 #  output-file-type: ".html"
9822 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9823 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9824 #  filter: "'NIC_Intel-X710' and
9825 #           '64B' and
9826 #           ('IP4BASE' or
9827 #            'POLICE_MARK' or
9828 #            'COPWHLIST' or
9829 #            ('NAT44' and 'BASE') or
9830 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9831 #           'NDRPDR' and
9832 #           '1T1C' and
9833 #           'IP4FWD' and
9834 #           not 'IPSEC' and
9835 #           not 'VHOST'"
9836 #  parameters:
9837 #  - "throughput"
9838 #  - "parent"
9839 #  - "tags"
9840 #  sort:
9841 #  - "DOT1Q"
9842 #  - "IP4BASE"
9843 #  - "NAT44"
9844 #  - "POLICE_MARK"
9845 #  - "COPWHLIST"
9846 #  - "IACL"
9847 #  - "OACL"
9848 #  traces:
9849 #    hoverinfo: "x+y"
9850 #    boxpoints: "outliers"
9851 #    whiskerwidth: 0
9852 #  layout:
9853 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9854 #    layout: "plot-throughput"
9855 #
9856 #-
9857 #  type: "plot"
9858 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9859 #  algorithm: "plot_performance_box"
9860 #  output-file-type: ".html"
9861 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9862 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9863 #  filter: "'NIC_Intel-X710' and
9864 #           '64B' and
9865 #           ('IP4BASE' or
9866 #            'POLICE_MARK' or
9867 #            'COPWHLIST' or
9868 #            ('NAT44' and 'BASE') or
9869 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9870 #           'NDRPDR' and
9871 #           '1T1C' and
9872 #           'IP4FWD' and
9873 #           not 'IPSEC' and
9874 #           not 'VHOST'"
9875 #  parameters:
9876 #  - "throughput"
9877 #  - "parent"
9878 #  - "tags"
9879 #  sort:
9880 #  - "DOT1Q"
9881 #  - "IP4BASE"
9882 #  - "NAT44"
9883 #  - "POLICE_MARK"
9884 #  - "COPWHLIST"
9885 #  - "IACL"
9886 #  - "OACL"
9887 #  traces:
9888 #    hoverinfo: "x+y"
9889 #    boxpoints: "outliers"
9890 #    whiskerwidth: 0
9891 #  layout:
9892 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9893 #    layout: "plot-throughput"
9894 #
9895 #-
9896 #  type: "plot"
9897 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9898 #  algorithm: "plot_performance_box"
9899 #  output-file-type: ".html"
9900 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9901 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9902 #  filter: "'NIC_Intel-X710' and
9903 #           '64B' and
9904 #           ('IP4BASE' or
9905 #            'POLICE_MARK' or
9906 #            'COPWHLIST' or
9907 #            ('NAT44' and 'BASE') or
9908 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9909 #           'NDRPDR' and
9910 #           '2T2C' and
9911 #           'IP4FWD' and
9912 #           not 'IPSEC' and
9913 #           not 'VHOST'"
9914 #  parameters:
9915 #  - "throughput"
9916 #  - "parent"
9917 #  - "tags"
9918 #  sort:
9919 #  - "DOT1Q"
9920 #  - "IP4BASE"
9921 #  - "NAT44"
9922 #  - "POLICE_MARK"
9923 #  - "COPWHLIST"
9924 #  - "IACL"
9925 #  - "OACL"
9926 #  traces:
9927 #    hoverinfo: "x+y"
9928 #    boxpoints: "outliers"
9929 #    whiskerwidth: 0
9930 #  layout:
9931 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9932 #    layout: "plot-throughput"
9933 #
9934 #-
9935 #  type: "plot"
9936 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9937 #  algorithm: "plot_performance_box"
9938 #  output-file-type: ".html"
9939 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9940 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9941 #  filter: "'NIC_Intel-X710' and
9942 #           '64B' and
9943 #           ('IP4BASE' or
9944 #            'POLICE_MARK' or
9945 #            'COPWHLIST' or
9946 #            ('NAT44' and 'BASE') or
9947 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9948 #           'NDRPDR' and
9949 #           '2T2C' and
9950 #           'IP4FWD' and
9951 #           not 'IPSEC' and
9952 #           not 'VHOST'"
9953 #  parameters:
9954 #  - "throughput"
9955 #  - "parent"
9956 #  - "tags"
9957 #  sort:
9958 #  - "DOT1Q"
9959 #  - "IP4BASE"
9960 #  - "NAT44"
9961 #  - "POLICE_MARK"
9962 #  - "COPWHLIST"
9963 #  - "IACL"
9964 #  - "OACL"
9965 #  traces:
9966 #    hoverinfo: "x+y"
9967 #    boxpoints: "outliers"
9968 #    whiskerwidth: 0
9969 #  layout:
9970 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9971 #    layout: "plot-throughput"
9972
9973 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9974 -
9975   type: "plot"
9976   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9977   algorithm: "plot_performance_box"
9978   output-file-type: ".html"
9979   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9981   filter: "'NIC_Intel-X710' and
9982            '64B' and
9983            'NDRPDR' and
9984            '2T1C' and
9985            'IP4FWD' and
9986            ('NAT44' or 'IP4BASE') and
9987            not 'IPSEC' and
9988            not 'VHOST'"
9989   parameters:
9990   - "throughput"
9991   - "parent"
9992   - "tags"
9993   sort:
9994   - "IP4BASE"
9995   - "BASE"
9996   - "SRC_USER_10"
9997   - "SRC_USER_100"
9998   - "SRC_USER_1000"
9999   - "SRC_USER_2000"
10000   traces:
10001     hoverinfo: "x+y"
10002     boxpoints: "outliers"
10003     whiskerwidth: 0
10004   layout:
10005     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10006     layout: "plot-throughput"
10007
10008 -
10009   type: "plot"
10010   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10011   algorithm: "plot_performance_box"
10012   output-file-type: ".html"
10013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10015   filter: "'NIC_Intel-X710' and
10016            '64B' and
10017            'NDRPDR' and
10018            '2T1C' and
10019            'IP4FWD' and
10020            ('NAT44' or 'IP4BASE') and
10021            not 'IPSEC' and
10022            not 'VHOST'"
10023   parameters:
10024   - "throughput"
10025   - "parent"
10026   - "tags"
10027   sort:
10028   - "IP4BASE"
10029   - "BASE"
10030   - "SRC_USER_10"
10031   - "SRC_USER_100"
10032   - "SRC_USER_1000"
10033   - "SRC_USER_2000"
10034   traces:
10035     hoverinfo: "x+y"
10036     boxpoints: "outliers"
10037     whiskerwidth: 0
10038   layout:
10039     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10040     layout: "plot-throughput"
10041
10042 -
10043   type: "plot"
10044   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10045   algorithm: "plot_performance_box"
10046   output-file-type: ".html"
10047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10049   filter: "'NIC_Intel-X710' and
10050            '64B' and
10051            'NDRPDR' and
10052            '4T2C' and
10053            'IP4FWD' and
10054            ('NAT44' or 'IP4BASE') and
10055            not 'IPSEC' and
10056            not 'VHOST'"
10057   parameters:
10058   - "throughput"
10059   - "parent"
10060   - "tags"
10061   sort:
10062   - "IP4BASE"
10063   - "BASE"
10064   - "SRC_USER_10"
10065   - "SRC_USER_100"
10066   - "SRC_USER_1000"
10067   - "SRC_USER_2000"
10068   traces:
10069     hoverinfo: "x+y"
10070     boxpoints: "outliers"
10071     whiskerwidth: 0
10072   layout:
10073     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10074     layout: "plot-throughput"
10075
10076 -
10077   type: "plot"
10078   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10079   algorithm: "plot_performance_box"
10080   output-file-type: ".html"
10081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10083   filter: "'NIC_Intel-X710' and
10084            '64B' and
10085            'NDRPDR' and
10086            '4T2C' and
10087            'IP4FWD' and
10088            ('NAT44' or 'IP4BASE') and
10089            not 'IPSEC' and
10090            not 'VHOST'"
10091   parameters:
10092   - "throughput"
10093   - "parent"
10094   - "tags"
10095   sort:
10096   - "IP4BASE"
10097   - "BASE"
10098   - "SRC_USER_10"
10099   - "SRC_USER_100"
10100   - "SRC_USER_1000"
10101   - "SRC_USER_2000"
10102   traces:
10103     hoverinfo: "x+y"
10104     boxpoints: "outliers"
10105     whiskerwidth: 0
10106   layout:
10107     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10108     layout: "plot-throughput"
10109
10110 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10111 -
10112   type: "plot"
10113   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10114   algorithm: "plot_performance_box"
10115   output-file-type: ".html"
10116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10118   filter: "'NIC_Intel-X710' and
10119            '64B' and
10120            'NDRPDR' and
10121            '2T1C' and
10122            'IP4FWD' and
10123            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10124            not 'IPSEC' and
10125            not 'VHOST'"
10126   parameters:
10127   - "throughput"
10128   - "parent"
10129   - "tags"
10130   sort:
10131   - "IP4BASE"
10132   - "ACL_STATELESS"
10133   - "ACL_STATEFUL"
10134   - "ACL_STATELESS"
10135   - "ACL_STATEFUL"
10136   traces:
10137     hoverinfo: "x+y"
10138     boxpoints: "outliers"
10139     whiskerwidth: 0
10140   layout:
10141     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10142     layout: "plot-throughput"
10143
10144 -
10145   type: "plot"
10146   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10147   algorithm: "plot_performance_box"
10148   output-file-type: ".html"
10149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10151   filter: "'NIC_Intel-X710' and
10152            '64B' and
10153            'NDRPDR' and
10154            '2T1C' and
10155            'IP4FWD' and
10156            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10157            not 'IPSEC' and
10158            not 'VHOST'"
10159   parameters:
10160   - "throughput"
10161   - "parent"
10162   - "tags"
10163   sort:
10164   - "IP4BASE"
10165   - "ACL_STATELESS"
10166   - "ACL_STATEFUL"
10167   - "ACL_STATELESS"
10168   - "ACL_STATEFUL"
10169   traces:
10170     hoverinfo: "x+y"
10171     boxpoints: "outliers"
10172     whiskerwidth: 0
10173   layout:
10174     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10175     layout: "plot-throughput"
10176
10177 -
10178   type: "plot"
10179   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10180   algorithm: "plot_performance_box"
10181   output-file-type: ".html"
10182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10184   filter: "'NIC_Intel-X710' and
10185            '64B' and
10186            'NDRPDR' and
10187            '4T2C' and
10188            'IP4FWD' and
10189            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10190            not 'IPSEC' and
10191            not 'VHOST'"
10192   parameters:
10193   - "throughput"
10194   - "parent"
10195   - "tags"
10196   sort:
10197   - "IP4BASE"
10198   - "ACL_STATELESS"
10199   - "ACL_STATEFUL"
10200   - "ACL_STATELESS"
10201   - "ACL_STATEFUL"
10202   traces:
10203     hoverinfo: "x+y"
10204     boxpoints: "outliers"
10205     whiskerwidth: 0
10206   layout:
10207     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10208     layout: "plot-throughput"
10209
10210 -
10211   type: "plot"
10212   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10213   algorithm: "plot_performance_box"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10217   filter: "'NIC_Intel-X710' and
10218            '64B' and
10219            'NDRPDR' and
10220            '4T2C' and
10221            'IP4FWD' and
10222            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10223            not 'IPSEC' and
10224            not 'VHOST'"
10225   parameters:
10226   - "throughput"
10227   - "parent"
10228   - "tags"
10229   sort:
10230   - "IP4BASE"
10231   - "ACL_STATELESS"
10232   - "ACL_STATEFUL"
10233   - "ACL_STATELESS"
10234   - "ACL_STATEFUL"
10235   traces:
10236     hoverinfo: "x+y"
10237     boxpoints: "outliers"
10238     whiskerwidth: 0
10239   layout:
10240     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10241     layout: "plot-throughput"
10242
10243 ## Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10244 #-
10245 #  type: "plot"
10246 #  title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10247 #  algorithm: "plot_performance_box"
10248 #  output-file-type: ".html"
10249 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10250 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10251 #  filter: "'NIC_Intel-XL710' and
10252 #           '64B' and
10253 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10254 #           'NDRPDR' and
10255 #           '1T1C' and
10256 #           'IP4FWD' and
10257 #           not 'IPSEC' and
10258 #           not 'VHOST'"
10259 #  parameters:
10260 #  - "throughput"
10261 #  - "parent"
10262 #  - "tags"
10263 #  sort:
10264 #  - "IP4BASE"
10265 #  - "FIB_20K"
10266 #  - "FIB_200K"
10267 #  - "FIB_2M"
10268 #  traces:
10269 #    hoverinfo: "x+y"
10270 #    boxpoints: "outliers"
10271 #    whiskerwidth: 0
10272 #  layout:
10273 #    title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10274 #    layout: "plot-throughput"
10275 #
10276 #-
10277 #  type: "plot"
10278 #  title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10279 #  algorithm: "plot_performance_box"
10280 #  output-file-type: ".html"
10281 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10282 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10283 #  filter: "'NIC_Intel-XL710' and
10284 #           '64B' and
10285 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10286 #           'NDRPDR' and
10287 #           '1T1C' and
10288 #           'IP4FWD' and
10289 #           not 'IPSEC' and
10290 #           not 'VHOST'"
10291 #  parameters:
10292 #  - "throughput"
10293 #  - "parent"
10294 #  - "tags"
10295 #  sort:
10296 #  - "IP4BASE"
10297 #  - "FIB_20K"
10298 #  - "FIB_200K"
10299 #  - "FIB_2M"
10300 #  traces:
10301 #    hoverinfo: "x+y"
10302 #    boxpoints: "outliers"
10303 #    whiskerwidth: 0
10304 #  layout:
10305 #    title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10306 #    layout: "plot-throughput"
10307 #
10308 #-
10309 #  type: "plot"
10310 #  title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10311 #  algorithm: "plot_performance_box"
10312 #  output-file-type: ".html"
10313 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10314 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10315 #  filter: "'NIC_Intel-XL710' and
10316 #           '64B' and
10317 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10318 #           'NDRPDR' and
10319 #           '2T2C' and
10320 #           'IP4FWD' and
10321 #           not 'IPSEC' and
10322 #           not 'VHOST'"
10323 #  parameters:
10324 #  - "throughput"
10325 #  - "parent"
10326 #  - "tags"
10327 #  sort:
10328 #  - "IP4BASE"
10329 #  - "FIB_20K"
10330 #  - "FIB_200K"
10331 #  - "FIB_2M"
10332 #  traces:
10333 #    hoverinfo: "x+y"
10334 #    boxpoints: "outliers"
10335 #    whiskerwidth: 0
10336 #  layout:
10337 #    title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10338 #    layout: "plot-throughput"
10339 #
10340 #-
10341 #  type: "plot"
10342 #  title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10343 #  algorithm: "plot_performance_box"
10344 #  output-file-type: ".html"
10345 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10346 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10347 #  filter: "'NIC_Intel-XL710' and
10348 #           '64B' and
10349 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10350 #           'NDRPDR' and
10351 #           '2T2C' and
10352 #           'IP4FWD' and
10353 #           not 'IPSEC' and
10354 #           not 'VHOST'"
10355 #  parameters:
10356 #  - "throughput"
10357 #  - "parent"
10358 #  - "tags"
10359 #  sort:
10360 #  - "IP4BASE"
10361 #  - "FIB_20K"
10362 #  - "FIB_200K"
10363 #  - "FIB_2M"
10364 #  traces:
10365 #    hoverinfo: "x+y"
10366 #    boxpoints: "outliers"
10367 #    whiskerwidth: 0
10368 #  layout:
10369 #    title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10370 #    layout: "plot-throughput"
10371
10372 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10373 -
10374   type: "plot"
10375   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10376   algorithm: "plot_performance_box"
10377   output-file-type: ".html"
10378   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10380   filter: "'NIC_Intel-X710' and
10381            '64B' and
10382            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10383            'NDRPDR' and
10384            '2T1C' and
10385            'IP4FWD' and
10386            not 'IPSEC' and
10387            not 'DOT1Q' and
10388            not 'VHOST'"
10389   parameters:
10390   - "throughput"
10391   - "parent"
10392   - "tags"
10393   sort:
10394   - "IP4BASE"
10395   - "FIB_20K"
10396   - "FIB_200K"
10397   - "FIB_2M"
10398   traces:
10399     hoverinfo: "x+y"
10400     boxpoints: "outliers"
10401     whiskerwidth: 0
10402   layout:
10403     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10404     layout: "plot-throughput"
10405
10406 -
10407   type: "plot"
10408   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10409   algorithm: "plot_performance_box"
10410   output-file-type: ".html"
10411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10413   filter: "'NIC_Intel-X710' and
10414            '64B' and
10415            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10416            'NDRPDR' and
10417            '2T1C' and
10418            'IP4FWD' and
10419            not 'IPSEC' and
10420            not 'DOT1Q' and
10421            not 'VHOST'"
10422   parameters:
10423   - "throughput"
10424   - "parent"
10425   - "tags"
10426   sort:
10427   - "IP4BASE"
10428   - "FIB_20K"
10429   - "FIB_200K"
10430   - "FIB_2M"
10431   traces:
10432     hoverinfo: "x+y"
10433     boxpoints: "outliers"
10434     whiskerwidth: 0
10435   layout:
10436     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10437     layout: "plot-throughput"
10438
10439 -
10440   type: "plot"
10441   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10442   algorithm: "plot_performance_box"
10443   output-file-type: ".html"
10444   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10446   filter: "'NIC_Intel-X710' and
10447            '64B' and
10448            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10449            'NDRPDR' and
10450            '4T2C' and
10451            'IP4FWD' and
10452            not 'IPSEC' and
10453            not 'DOT1Q' and
10454            not 'VHOST'"
10455   parameters:
10456   - "throughput"
10457   - "parent"
10458   - "tags"
10459   sort:
10460   - "IP4BASE"
10461   - "FIB_20K"
10462   - "FIB_200K"
10463   - "FIB_2M"
10464   traces:
10465     hoverinfo: "x+y"
10466     boxpoints: "outliers"
10467     whiskerwidth: 0
10468   layout:
10469     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10470     layout: "plot-throughput"
10471
10472 -
10473   type: "plot"
10474   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10475   algorithm: "plot_performance_box"
10476   output-file-type: ".html"
10477   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10479   filter: "'NIC_Intel-X710' and
10480            '64B' and
10481            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10482            'NDRPDR' and
10483            '4T2C' and
10484            'IP4FWD' and
10485            not 'IPSEC' and
10486            not 'DOT1Q' and
10487            not 'VHOST'"
10488   parameters:
10489   - "throughput"
10490   - "parent"
10491   - "tags"
10492   sort:
10493   - "IP4BASE"
10494   - "FIB_20K"
10495   - "FIB_200K"
10496   - "FIB_2M"
10497   traces:
10498     hoverinfo: "x+y"
10499     boxpoints: "outliers"
10500     whiskerwidth: 0
10501   layout:
10502     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10503     layout: "plot-throughput"
10504
10505 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10506 -
10507   type: "plot"
10508   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10509   algorithm: "plot_performance_box"
10510   output-file-type: ".html"
10511   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10513   filter: "'NIC_Intel-X710' and
10514            '64B' and
10515            ('IP4BASE' or
10516             'POLICE_MARK' or
10517             'COPWHLIST' or
10518             ('NAT44' and 'BASE') or
10519             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10520            'NDRPDR' and
10521            '2T1C' and
10522            'IP4FWD' and
10523            not 'IPSEC' and
10524            not 'VHOST'"
10525   parameters:
10526   - "throughput"
10527   - "parent"
10528   - "tags"
10529   sort:
10530   - "DOT1Q"
10531   - "IP4BASE"
10532   - "NAT44"
10533   - "POLICE_MARK"
10534   - "COPWHLIST"
10535   - "IACL"
10536   - "OACL"
10537   traces:
10538     hoverinfo: "x+y"
10539     boxpoints: "outliers"
10540     whiskerwidth: 0
10541   layout:
10542     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10543     layout: "plot-throughput"
10544
10545 -
10546   type: "plot"
10547   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10548   algorithm: "plot_performance_box"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10552   filter: "'NIC_Intel-X710' and
10553            '64B' and
10554            ('IP4BASE' or
10555             'POLICE_MARK' or
10556             'COPWHLIST' or
10557             ('NAT44' and 'BASE') or
10558             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10559            'NDRPDR' and
10560            '2T1C' and
10561            'IP4FWD' and
10562            not 'IPSEC' and
10563            not 'VHOST'"
10564   parameters:
10565   - "throughput"
10566   - "parent"
10567   - "tags"
10568   sort:
10569   - "DOT1Q"
10570   - "IP4BASE"
10571   - "NAT44"
10572   - "POLICE_MARK"
10573   - "COPWHLIST"
10574   - "IACL"
10575   - "OACL"
10576   traces:
10577     hoverinfo: "x+y"
10578     boxpoints: "outliers"
10579     whiskerwidth: 0
10580   layout:
10581     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10582     layout: "plot-throughput"
10583
10584 -
10585   type: "plot"
10586   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10587   algorithm: "plot_performance_box"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10591   filter: "'NIC_Intel-X710' and
10592            '64B' and
10593            ('IP4BASE' or
10594             'POLICE_MARK' or
10595             'COPWHLIST' or
10596             ('NAT44' and 'BASE') or
10597             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10598            'NDRPDR' and
10599            '4T2C' and
10600            'IP4FWD' and
10601            not 'IPSEC' and
10602            not 'VHOST'"
10603   parameters:
10604   - "throughput"
10605   - "parent"
10606   - "tags"
10607   sort:
10608   - "DOT1Q"
10609   - "IP4BASE"
10610   - "NAT44"
10611   - "POLICE_MARK"
10612   - "COPWHLIST"
10613   - "IACL"
10614   - "OACL"
10615   traces:
10616     hoverinfo: "x+y"
10617     boxpoints: "outliers"
10618     whiskerwidth: 0
10619   layout:
10620     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10621     layout: "plot-throughput"
10622
10623 -
10624   type: "plot"
10625   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10626   algorithm: "plot_performance_box"
10627   output-file-type: ".html"
10628   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10630   filter: "'NIC_Intel-X710' and
10631            '64B' and
10632            ('IP4BASE' or
10633             'POLICE_MARK' or
10634             'COPWHLIST' or
10635             ('NAT44' and 'BASE') or
10636             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10637            'NDRPDR' and
10638            '4T2C' and
10639            'IP4FWD' and
10640            not 'IPSEC' and
10641            not 'VHOST'"
10642   parameters:
10643   - "throughput"
10644   - "parent"
10645   - "tags"
10646   sort:
10647   - "DOT1Q"
10648   - "IP4BASE"
10649   - "NAT44"
10650   - "POLICE_MARK"
10651   - "COPWHLIST"
10652   - "IACL"
10653   - "OACL"
10654   traces:
10655     hoverinfo: "x+y"
10656     boxpoints: "outliers"
10657     whiskerwidth: 0
10658   layout:
10659     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10660     layout: "plot-throughput"
10661
10662 ## Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10663 #-
10664 #  type: "plot"
10665 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10666 #  algorithm: "plot_performance_box"
10667 #  output-file-type: ".html"
10668 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10669 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10670 #  filter: "'NIC_Intel-X710' and
10671 #           '64B' and
10672 #           'NDRPDR' and
10673 #           '1T1C' and
10674 #           'IP4FWD' and
10675 #           ('NAT44' or 'IP4BASE') and
10676 #           not 'IPSEC' and
10677 #           not 'VHOST'"
10678 #  parameters:
10679 #  - "throughput"
10680 #  - "parent"
10681 #  - "tags"
10682 #  sort:
10683 #  - "IP4BASE"
10684 #  - "BASE"
10685 #  - "SRC_USER_10"
10686 #  - "SRC_USER_100"
10687 #  - "SRC_USER_1000"
10688 #  - "SRC_USER_2000"
10689 #  traces:
10690 #    hoverinfo: "x+y"
10691 #    boxpoints: "outliers"
10692 #    whiskerwidth: 0
10693 #  layout:
10694 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10695 #    layout: "plot-throughput"
10696 #
10697 #-
10698 #  type: "plot"
10699 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10700 #  algorithm: "plot_performance_box"
10701 #  output-file-type: ".html"
10702 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10703 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10704 #  filter: "'NIC_Intel-X710' and
10705 #           '64B' and
10706 #           'NDRPDR' and
10707 #           '1T1C' and
10708 #           'IP4FWD' and
10709 #           ('NAT44' or 'IP4BASE') and
10710 #           not 'IPSEC' and
10711 #           not 'VHOST'"
10712 #  parameters:
10713 #  - "throughput"
10714 #  - "parent"
10715 #  - "tags"
10716 #  sort:
10717 #  - "IP4BASE"
10718 #  - "BASE"
10719 #  - "SRC_USER_10"
10720 #  - "SRC_USER_100"
10721 #  - "SRC_USER_1000"
10722 #  - "SRC_USER_2000"
10723 #  traces:
10724 #    hoverinfo: "x+y"
10725 #    boxpoints: "outliers"
10726 #    whiskerwidth: 0
10727 #  layout:
10728 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10729 #    layout: "plot-throughput"
10730 #
10731 #-
10732 #  type: "plot"
10733 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10734 #  algorithm: "plot_performance_box"
10735 #  output-file-type: ".html"
10736 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10737 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10738 #  filter: "'NIC_Intel-X710' and
10739 #           '64B' and
10740 #           'NDRPDR' and
10741 #           '2T2C' and
10742 #           'IP4FWD' and
10743 #           ('NAT44' or 'IP4BASE') and
10744 #           not 'IPSEC' and
10745 #           not 'VHOST'"
10746 #  parameters:
10747 #  - "throughput"
10748 #  - "parent"
10749 #  - "tags"
10750 #  sort:
10751 #  - "IP4BASE"
10752 #  - "BASE"
10753 #  - "SRC_USER_10"
10754 #  - "SRC_USER_100"
10755 #  - "SRC_USER_1000"
10756 #  - "SRC_USER_2000"
10757 #  traces:
10758 #    hoverinfo: "x+y"
10759 #    boxpoints: "outliers"
10760 #    whiskerwidth: 0
10761 #  layout:
10762 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10763 #    layout: "plot-throughput"
10764 #
10765 #-
10766 #  type: "plot"
10767 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10768 #  algorithm: "plot_performance_box"
10769 #  output-file-type: ".html"
10770 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10771 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10772 #  filter: "'NIC_Intel-X710' and
10773 #           '64B' and
10774 #           'NDRPDR' and
10775 #           '2T2C' and
10776 #           'IP4FWD' and
10777 #           ('NAT44' or 'IP4BASE') and
10778 #           not 'IPSEC' and
10779 #           not 'VHOST'"
10780 #  parameters:
10781 #  - "throughput"
10782 #  - "parent"
10783 #  - "tags"
10784 #  sort:
10785 #  - "IP4BASE"
10786 #  - "BASE"
10787 #  - "SRC_USER_10"
10788 #  - "SRC_USER_100"
10789 #  - "SRC_USER_1000"
10790 #  - "SRC_USER_2000"
10791 #  traces:
10792 #    hoverinfo: "x+y"
10793 #    boxpoints: "outliers"
10794 #    whiskerwidth: 0
10795 #  layout:
10796 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10797 #    layout: "plot-throughput"
10798 #
10799 ## Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10800 #-
10801 #  type: "plot"
10802 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10803 #  algorithm: "plot_performance_box"
10804 #  output-file-type: ".html"
10805 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10806 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10807 #  filter: "'NIC_Intel-X710' and
10808 #           '64B' and
10809 #           'NDRPDR' and
10810 #           '1T1C' and
10811 #           'IP4FWD' and
10812 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10813 #           not 'IPSEC' and
10814 #           not 'VHOST'"
10815 #  parameters:
10816 #  - "throughput"
10817 #  - "parent"
10818 #  - "tags"
10819 #  sort:
10820 #  - "IP4BASE"
10821 #  - "ACL_STATELESS"
10822 #  - "ACL_STATEFUL"
10823 #  - "ACL_STATELESS"
10824 #  - "ACL_STATEFUL"
10825 #  traces:
10826 #    hoverinfo: "x+y"
10827 #    boxpoints: "outliers"
10828 #    whiskerwidth: 0
10829 #  layout:
10830 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10831 #    layout: "plot-throughput"
10832 #
10833 #-
10834 #  type: "plot"
10835 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10836 #  algorithm: "plot_performance_box"
10837 #  output-file-type: ".html"
10838 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10839 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10840 #  filter: "'NIC_Intel-X710' and
10841 #           '64B' and
10842 #           'NDRPDR' and
10843 #           '1T1C' and
10844 #           'IP4FWD' and
10845 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10846 #           not 'IPSEC' and
10847 #           not 'VHOST'"
10848 #  parameters:
10849 #  - "throughput"
10850 #  - "parent"
10851 #  - "tags"
10852 #  sort:
10853 #  - "IP4BASE"
10854 #  - "ACL_STATELESS"
10855 #  - "ACL_STATEFUL"
10856 #  - "ACL_STATELESS"
10857 #  - "ACL_STATEFUL"
10858 #  traces:
10859 #    hoverinfo: "x+y"
10860 #    boxpoints: "outliers"
10861 #    whiskerwidth: 0
10862 #  layout:
10863 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10864 #    layout: "plot-throughput"
10865 #
10866 #-
10867 #  type: "plot"
10868 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10869 #  algorithm: "plot_performance_box"
10870 #  output-file-type: ".html"
10871 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10872 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10873 #  filter: "'NIC_Intel-X710' and
10874 #           '64B' and
10875 #           'NDRPDR' and
10876 #           '2T2C' and
10877 #           'IP4FWD' and
10878 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10879 #           not 'IPSEC' and
10880 #           not 'VHOST'"
10881 #  parameters:
10882 #  - "throughput"
10883 #  - "parent"
10884 #  - "tags"
10885 #  sort:
10886 #  - "IP4BASE"
10887 #  - "ACL_STATELESS"
10888 #  - "ACL_STATEFUL"
10889 #  - "ACL_STATELESS"
10890 #  - "ACL_STATEFUL"
10891 #  traces:
10892 #    hoverinfo: "x+y"
10893 #    boxpoints: "outliers"
10894 #    whiskerwidth: 0
10895 #  layout:
10896 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10897 #    layout: "plot-throughput"
10898 #
10899 #-
10900 #  type: "plot"
10901 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10902 #  algorithm: "plot_performance_box"
10903 #  output-file-type: ".html"
10904 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10905 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10906 #  filter: "'NIC_Intel-X710' and
10907 #           '64B' and
10908 #           'NDRPDR' and
10909 #           '2T2C' and
10910 #           'IP4FWD' and
10911 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10912 #           not 'IPSEC' and
10913 #           not 'VHOST'"
10914 #  parameters:
10915 #  - "throughput"
10916 #  - "parent"
10917 #  - "tags"
10918 #  sort:
10919 #  - "IP4BASE"
10920 #  - "ACL_STATELESS"
10921 #  - "ACL_STATEFUL"
10922 #  - "ACL_STATELESS"
10923 #  - "ACL_STATEFUL"
10924 #  traces:
10925 #    hoverinfo: "x+y"
10926 #    boxpoints: "outliers"
10927 #    whiskerwidth: 0
10928 #  layout:
10929 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10930 #    layout: "plot-throughput"
10931
10932 ## Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10933 #-
10934 #  type: "plot"
10935 #  title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10936 #  algorithm: "plot_performance_box"
10937 #  output-file-type: ".html"
10938 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10939 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10940 #  filter: "'NIC_Intel-X710' and
10941 #           '64B' and
10942 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10943 #           'NDRPDR' and
10944 #           '2T1C' and
10945 #           'IP4FWD' and
10946 #           not 'IPSEC' and
10947 #           not 'DOT1Q' and
10948 #           not 'VHOST'"
10949 #  parameters:
10950 #  - "throughput"
10951 #  - "parent"
10952 #  - "tags"
10953 #  sort:
10954 #  - "IP4BASE"
10955 #  - "FIB_20k"
10956 #  - "FIB_200k"
10957 #  - "FIB_2M"
10958 #  traces:
10959 #    hoverinfo: "x+y"
10960 #    boxpoints: "outliers"
10961 #    whiskerwidth: 0
10962 #  layout:
10963 #    title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10964 #    layout: "plot-throughput"
10965 #
10966 #-
10967 #  type: "plot"
10968 #  title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10969 #  algorithm: "plot_performance_box"
10970 #  output-file-type: ".html"
10971 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10972 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10973 #  filter: "'NIC_Intel-X710' and
10974 #           '64B' and
10975 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10976 #           'NDRPDR' and
10977 #           '2T1C' and
10978 #           'IP4FWD' and
10979 #           not 'IPSEC' and
10980 #           not 'DOT1Q' and
10981 #           not 'VHOST'"
10982 #  parameters:
10983 #  - "throughput"
10984 #  - "parent"
10985 #  - "tags"
10986 #  sort:
10987 #  - "IP4BASE"
10988 #  - "FIB_20k"
10989 #  - "FIB_200k"
10990 #  - "FIB_2M"
10991 #  traces:
10992 #    hoverinfo: "x+y"
10993 #    boxpoints: "outliers"
10994 #    whiskerwidth: 0
10995 #  layout:
10996 #    title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10997 #    layout: "plot-throughput"
10998 #
10999 #-
11000 #  type: "plot"
11001 #  title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11002 #  algorithm: "plot_performance_box"
11003 #  output-file-type: ".html"
11004 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11005 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11006 #  filter: "'NIC_Intel-X710' and
11007 #           '64B' and
11008 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11009 #           'NDRPDR' and
11010 #           '4T2C' and
11011 #           'IP4FWD' and
11012 #           not 'IPSEC' and
11013 #           not 'DOT1Q' and
11014 #           not 'VHOST'"
11015 #  parameters:
11016 #  - "throughput"
11017 #  - "parent"
11018 #  - "tags"
11019 #  sort:
11020 #  - "IP4BASE"
11021 #  - "FIB_20k"
11022 #  - "FIB_200k"
11023 #  - "FIB_2M"
11024 #  traces:
11025 #    hoverinfo: "x+y"
11026 #    boxpoints: "outliers"
11027 #    whiskerwidth: 0
11028 #  layout:
11029 #    title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11030 #    layout: "plot-throughput"
11031 #
11032 #-
11033 #  type: "plot"
11034 #  title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11035 #  algorithm: "plot_performance_box"
11036 #  output-file-type: ".html"
11037 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11038 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11039 #  filter: "'NIC_Intel-X710' and
11040 #           '64B' and
11041 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11042 #           'NDRPDR' and
11043 #           '4T2C' and
11044 #           'IP4FWD' and
11045 #           not 'IPSEC' and
11046 #           not 'DOT1Q' and
11047 #           not 'VHOST'"
11048 #  parameters:
11049 #  - "throughput"
11050 #  - "parent"
11051 #  - "tags"
11052 #  sort:
11053 #  - "IP4BASE"
11054 #  - "FIB_20k"
11055 #  - "FIB_200k"
11056 #  - "FIB_2M"
11057 #  traces:
11058 #    hoverinfo: "x+y"
11059 #    boxpoints: "outliers"
11060 #    whiskerwidth: 0
11061 #  layout:
11062 #    title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11063 #    layout: "plot-throughput"
11064 #
11065 ## Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11066 #-
11067 #  type: "plot"
11068 #  title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11069 #  algorithm: "plot_performance_box"
11070 #  output-file-type: ".html"
11071 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11072 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11073 #  filter: "'NIC_Intel-XXV710' and
11074 #           '64B' and
11075 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11076 #           'NDRPDR' and
11077 #           '2T1C' and
11078 #           'IP4FWD' and
11079 #           not 'IPSEC' and
11080 #           not 'DOT1Q' and
11081 #           not 'VHOST'"
11082 #  parameters:
11083 #  - "throughput"
11084 #  - "parent"
11085 #  - "tags"
11086 #  sort:
11087 #  - "IP4BASE"
11088 #  - "FIB_20k"
11089 #  - "FIB_200k"
11090 #  - "FIB_2M"
11091 #  traces:
11092 #    hoverinfo: "x+y"
11093 #    boxpoints: "outliers"
11094 #    whiskerwidth: 0
11095 #  layout:
11096 #    title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11097 #    layout: "plot-throughput"
11098 #
11099 #-
11100 #  type: "plot"
11101 #  title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11102 #  algorithm: "plot_performance_box"
11103 #  output-file-type: ".html"
11104 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11105 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11106 #  filter: "'NIC_Intel-XXV710' and
11107 #           '64B' and
11108 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11109 #           'NDRPDR' and
11110 #           '2T1C' and
11111 #           'IP4FWD' and
11112 #           not 'IPSEC' and
11113 #           not 'DOT1Q' and
11114 #           not 'VHOST'"
11115 #  parameters:
11116 #  - "throughput"
11117 #  - "parent"
11118 #  - "tags"
11119 #  sort:
11120 #  - "IP4BASE"
11121 #  - "FIB_20k"
11122 #  - "FIB_200k"
11123 #  - "FIB_2M"
11124 #  traces:
11125 #    hoverinfo: "x+y"
11126 #    boxpoints: "outliers"
11127 #    whiskerwidth: 0
11128 #  layout:
11129 #    title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11130 #    layout: "plot-throughput"
11131 #
11132 #-
11133 #  type: "plot"
11134 #  title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11135 #  algorithm: "plot_performance_box"
11136 #  output-file-type: ".html"
11137 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11138 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11139 #  filter: "'NIC_Intel-XXV710' and
11140 #           '64B' and
11141 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11142 #           'NDRPDR' and
11143 #           '4T2C' and
11144 #           'IP4FWD' and
11145 #           not 'IPSEC' and
11146 #           not 'DOT1Q' and
11147 #           not 'VHOST'"
11148 #  parameters:
11149 #  - "throughput"
11150 #  - "parent"
11151 #  - "tags"
11152 #  sort:
11153 #  - "IP4BASE"
11154 #  - "FIB_20k"
11155 #  - "FIB_200k"
11156 #  - "FIB_2M"
11157 #  traces:
11158 #    hoverinfo: "x+y"
11159 #    boxpoints: "outliers"
11160 #    whiskerwidth: 0
11161 #  layout:
11162 #    title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11163 #    layout: "plot-throughput"
11164 #
11165 #-
11166 #  type: "plot"
11167 #  title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11168 #  algorithm: "plot_performance_box"
11169 #  output-file-type: ".html"
11170 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11171 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11172 #  filter: "'NIC_Intel-XXV710' and
11173 #           '64B' and
11174 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11175 #           'NDRPDR' and
11176 #           '4T2C' and
11177 #           'IP4FWD' and
11178 #           not 'IPSEC' and
11179 #           not 'DOT1Q' and
11180 #           not 'VHOST'"
11181 #  parameters:
11182 #  - "throughput"
11183 #  - "parent"
11184 #  - "tags"
11185 #  sort:
11186 #  - "IP4BASE"
11187 #  - "FIB_20k"
11188 #  - "FIB_200k"
11189 #  - "FIB_2M"
11190 #  traces:
11191 #    hoverinfo: "x+y"
11192 #    boxpoints: "outliers"
11193 #    whiskerwidth: 0
11194 #  layout:
11195 #    title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11196 #    layout: "plot-throughput"
11197
11198 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11199 #-
11200 #  type: "plot"
11201 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11202 #  algorithm: "plot_performance_box"
11203 #  output-file-type: ".html"
11204 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11205 #  data: "intel-dnv-vpp"
11206 #  filter: "'NIC_Intel-X553' and
11207 #           '64B' and
11208 #           'IP4BASE' and
11209 #           'NDRPDR' and
11210 #           '1T1C' and
11211 #           'IP4FWD' and
11212 #           not 'IPSEC' and
11213 #           not 'VHOST'"
11214 #  parameters:
11215 #  - "throughput"
11216 #  - "parent"
11217 #  - "tags"
11218 #  sort:
11219 #  - "IP4BASE"
11220 #  traces:
11221 #    hoverinfo: "x+y"
11222 #    boxpoints: "outliers"
11223 #    whiskerwidth: 0
11224 #  layout:
11225 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11226 #    layout: "plot-throughput"
11227 #
11228 #-
11229 #  type: "plot"
11230 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11231 #  algorithm: "plot_performance_box"
11232 #  output-file-type: ".html"
11233 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11234 #  data: "intel-dnv-vpp"
11235 #  filter: "'NIC_Intel-X553' and
11236 #           '64B' and
11237 #           'IP4BASE' and
11238 #           'NDRPDR' and
11239 #           '1T1C' and
11240 #           'IP4FWD' and
11241 #           not 'IPSEC' and
11242 #           not 'VHOST'"
11243 #  parameters:
11244 #  - "throughput"
11245 #  - "parent"
11246 #  - "tags"
11247 #  sort:
11248 #  - "IP4BASE"
11249 #  traces:
11250 #    hoverinfo: "x+y"
11251 #    boxpoints: "outliers"
11252 #    whiskerwidth: 0
11253 #  layout:
11254 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11255 #    layout: "plot-throughput"
11256 #
11257 #-
11258 #  type: "plot"
11259 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11260 #  algorithm: "plot_performance_box"
11261 #  output-file-type: ".html"
11262 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11263 #  data: "intel-dnv-vpp"
11264 #  filter: "'NIC_Intel-X553' and
11265 #           '64B' and
11266 #           'IP4BASE' and
11267 #           'NDRPDR' and
11268 #           '2T2C' and
11269 #           'IP4FWD' and
11270 #           not 'IPSEC' and
11271 #           not 'VHOST'"
11272 #  parameters:
11273 #  - "throughput"
11274 #  - "parent"
11275 #  - "tags"
11276 #  sort:
11277 #  - "IP4BASE"
11278 #  traces:
11279 #    hoverinfo: "x+y"
11280 #    boxpoints: "outliers"
11281 #    whiskerwidth: 0
11282 #  layout:
11283 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11284 #    layout: "plot-throughput"
11285 #
11286 #-
11287 #  type: "plot"
11288 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11289 #  algorithm: "plot_performance_box"
11290 #  output-file-type: ".html"
11291 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11292 #  data: "intel-dnv-vpp"
11293 #  filter: "'NIC_Intel-X553' and
11294 #           '64B' and
11295 #           'IP4BASE' and
11296 #           'NDRPDR' and
11297 #           '2T2C' and
11298 #           'IP4FWD' and
11299 #           not 'IPSEC' and
11300 #           not 'VHOST'"
11301 #  parameters:
11302 #  - "throughput"
11303 #  - "parent"
11304 #  - "tags"
11305 #  sort:
11306 #  - "IP4BASE"
11307 #  traces:
11308 #    hoverinfo: "x+y"
11309 #    boxpoints: "outliers"
11310 #    whiskerwidth: 0
11311 #  layout:
11312 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11313 #    layout: "plot-throughput"
11314
11315 ################################################################################
11316
11317 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11318 #-
11319 #  type: "plot"
11320 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11321 #  algorithm: "plot_performance_box"
11322 #  output-file-type: ".html"
11323 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11324 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11325 #  filter: "'NIC_Intel-X520-DA2' and
11326 #           '64B' and
11327 #           'ENCAP' and
11328 #           'NDRPDR' and
11329 #           '1T1C' and
11330 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11331 #           not 'DOT1Q' and
11332 #           not 'VHOST' and
11333 #           not 'IPSECHW'"
11334 #  parameters:
11335 #  - "throughput"
11336 #  - "parent"
11337 #  - "tags"
11338 #  sort:
11339 #  - "IP4BASE"
11340 #  - "L2BDMACLRN"
11341 #  - "L2XCFWD"
11342 #  - "LISP"
11343 #  traces:
11344 #    hoverinfo: "x+y"
11345 #    boxpoints: "outliers"
11346 #    whiskerwidth: 0
11347 #  layout:
11348 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11349 #    layout: "plot-throughput"
11350 #
11351 #-
11352 #  type: "plot"
11353 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11354 #  algorithm: "plot_performance_box"
11355 #  output-file-type: ".html"
11356 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11357 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11358 #  filter: "'NIC_Intel-X520-DA2' and
11359 #           '64B' and
11360 #           'ENCAP' and
11361 #           'NDRPDR' and
11362 #           '2T2C' and
11363 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11364 #           not 'DOT1Q' and
11365 #           not 'VHOST' and
11366 #           not 'IPSECHW'"
11367 #  parameters:
11368 #  - "throughput"
11369 #  - "parent"
11370 #  - "tags"
11371 #  sort:
11372 #  - "IP4BASE"
11373 #  - "L2BDMACLRN"
11374 #  - "L2XCFWD"
11375 #  - "LISP"
11376 #  traces:
11377 #    hoverinfo: "x+y"
11378 #    boxpoints: "outliers"
11379 #    whiskerwidth: 0
11380 #  layout:
11381 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11382 #    layout: "plot-throughput"
11383 #
11384 #-
11385 #  type: "plot"
11386 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11387 #  algorithm: "plot_performance_box"
11388 #  output-file-type: ".html"
11389 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11390 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11391 #  filter: "'NIC_Intel-X520-DA2' and
11392 #           '64B' and
11393 #           'ENCAP' and
11394 #           'NDRPDR' and
11395 #           '1T1C' and
11396 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11397 #           not 'DOT1Q' and
11398 #           not 'VHOST' and
11399 #           not 'IPSECHW'"
11400 #  parameters:
11401 #  - "throughput"
11402 #  - "parent"
11403 #  - "tags"
11404 #  sort:
11405 #  - "IP4BASE"
11406 #  - "L2BDMACLRN"
11407 #  - "L2XCFWD"
11408 #  - "LISP"
11409 #  traces:
11410 #    hoverinfo: "x+y"
11411 #    boxpoints: "outliers"
11412 #    whiskerwidth: 0
11413 #  layout:
11414 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11415 #    layout: "plot-throughput"
11416 #
11417 #-
11418 #  type: "plot"
11419 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11420 #  algorithm: "plot_performance_box"
11421 #  output-file-type: ".html"
11422 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11423 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11424 #  filter: "'NIC_Intel-X520-DA2' and
11425 #           '64B' and
11426 #           'ENCAP' and
11427 #           'NDRPDR' and
11428 #           '2T2C' and
11429 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11430 #           not 'DOT1Q' and
11431 #           not 'VHOST' and
11432 #           not 'IPSECHW'"
11433 #  parameters:
11434 #  - "throughput"
11435 #  - "parent"
11436 #  - "tags"
11437 #  sort:
11438 #  - "IP4BASE"
11439 #  - "L2BDMACLRN"
11440 #  - "L2XCFWD"
11441 #  - "LISP"
11442 #  traces:
11443 #    hoverinfo: "x+y"
11444 #    boxpoints: "outliers"
11445 #    whiskerwidth: 0
11446 #  layout:
11447 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11448 #    layout: "plot-throughput"
11449 #
11450 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11451 #-
11452 #  type: "plot"
11453 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11454 #  algorithm: "plot_performance_box"
11455 #  output-file-type: ".html"
11456 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11457 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11458 #  filter: "'NIC_Intel-X710' and
11459 #           '64B' and
11460 #           'ENCAP' and
11461 #           'NDRPDR' and
11462 #           '1T1C' and
11463 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11464 #           not 'VHOST' and
11465 #           not 'IPSECHW'"
11466 #  parameters:
11467 #  - "throughput"
11468 #  - "parent"
11469 #  - "tags"
11470 #  sort:
11471 #  - "IP4BASE"
11472 #  - "LISP"
11473 #  - "VXLAN_1"
11474 #  - "VXLAN_10"
11475 #  - "VXLAN_100"
11476 #  - "VXLAN_1000"
11477 #  traces:
11478 #    hoverinfo: "x+y"
11479 #    boxpoints: "outliers"
11480 #    whiskerwidth: 0
11481 #  layout:
11482 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11483 #    layout: "plot-throughput"
11484 #
11485 #-
11486 #  type: "plot"
11487 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11488 #  algorithm: "plot_performance_box"
11489 #  output-file-type: ".html"
11490 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11491 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11492 #  filter: "'NIC_Intel-X710' and
11493 #           '64B' and
11494 #           'ENCAP' and
11495 #           'NDRPDR' and
11496 #           '1T1C' and
11497 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11498 #           not 'VHOST' and
11499 #           not 'IPSECHW'"
11500 #  parameters:
11501 #  - "throughput"
11502 #  - "parent"
11503 #  - "tags"
11504 #  sort:
11505 #  - "IP4BASE"
11506 #  - "LISP"
11507 #  - "VXLAN_1"
11508 #  - "VXLAN_10"
11509 #  - "VXLAN_100"
11510 #  - "VXLAN_1000"
11511 #  traces:
11512 #    hoverinfo: "x+y"
11513 #    boxpoints: "outliers"
11514 #    whiskerwidth: 0
11515 #  layout:
11516 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11517 #    layout: "plot-throughput"
11518 #
11519 #-
11520 #  type: "plot"
11521 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11522 #  algorithm: "plot_performance_box"
11523 #  output-file-type: ".html"
11524 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11525 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11526 #  filter: "'NIC_Intel-X710' and
11527 #           '64B' and
11528 #           'ENCAP' and
11529 #           'NDRPDR' and
11530 #           '2T2C' and
11531 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11532 #           not 'VHOST' and
11533 #           not 'IPSECHW'"
11534 #  parameters:
11535 #  - "throughput"
11536 #  - "parent"
11537 #  - "tags"
11538 #  sort:
11539 #  - "IP4BASE"
11540 #  - "LISP"
11541 #  - "VXLAN_1"
11542 #  - "VXLAN_10"
11543 #  - "VXLAN_100"
11544 #  - "VXLAN_1000"
11545 #  traces:
11546 #    hoverinfo: "x+y"
11547 #    boxpoints: "outliers"
11548 #    whiskerwidth: 0
11549 #  layout:
11550 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11551 #    layout: "plot-throughput"
11552 #
11553 #-
11554 #  type: "plot"
11555 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11556 #  algorithm: "plot_performance_box"
11557 #  output-file-type: ".html"
11558 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11559 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11560 #  filter: "'NIC_Intel-X710' and
11561 #           '64B' and
11562 #           'ENCAP' and
11563 #           'NDRPDR' and
11564 #           '2T2C' and
11565 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11566 #           not 'VHOST' and
11567 #           not 'IPSECHW'"
11568 #  parameters:
11569 #  - "throughput"
11570 #  - "parent"
11571 #  - "tags"
11572 #  sort:
11573 #  - "IP4BASE"
11574 #  - "LISP"
11575 #  - "VXLAN_1"
11576 #  - "VXLAN_10"
11577 #  - "VXLAN_100"
11578 #  - "VXLAN_1000"
11579 #  traces:
11580 #    hoverinfo: "x+y"
11581 #    boxpoints: "outliers"
11582 #    whiskerwidth: 0
11583 #  layout:
11584 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11585 #    layout: "plot-throughput"
11586 #
11587 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11588 #-
11589 #  type: "plot"
11590 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11591 #  algorithm: "plot_performance_box"
11592 #  output-file-type: ".html"
11593 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11594 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11595 #  filter: "'NIC_Intel-X710' and
11596 #           '64B' and
11597 #           'ENCAP' and
11598 #           'NDRPDR' and
11599 #           '1T1C' and
11600 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
11601 #           not 'DOT1Q' and
11602 #           not 'VHOST' and
11603 #           not 'IPSECHW'"
11604 #  parameters:
11605 #  - "throughput"
11606 #  - "parent"
11607 #  - "tags"
11608 #  sort:
11609 #  - "IP4BASE"
11610 #  - "L2BDMACLRN"
11611 #  - "L2XCFWD"
11612 #  - "LISP"
11613 #  traces:
11614 #    hoverinfo: "x+y"
11615 #    boxpoints: "outliers"
11616 #    whiskerwidth: 0
11617 #  layout:
11618 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11619 #    layout: "plot-throughput"
11620 #
11621 #-
11622 #  type: "plot"
11623 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11624 #  algorithm: "plot_performance_box"
11625 #  output-file-type: ".html"
11626 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11627 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11628 #  filter: "'NIC_Intel-X710' and
11629 #           '64B' and
11630 #           'ENCAP' and
11631 #           'NDRPDR' and
11632 #           '2T2C' and
11633 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11634 #           not 'DOT1Q' and
11635 #           not 'VHOST' and
11636 #           not 'IPSECHW'"
11637 #  parameters:
11638 #  - "throughput"
11639 #  - "parent"
11640 #  - "tags"
11641 #  sort:
11642 #  - "IP4BASE"
11643 #  - "L2BDMACLRN"
11644 #  - "L2XCFWD"
11645 #  - "LISP"
11646 #  traces:
11647 #    hoverinfo: "x+y"
11648 #    boxpoints: "outliers"
11649 #    whiskerwidth: 0
11650 #  layout:
11651 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11652 #    layout: "plot-throughput"
11653 #
11654 #-
11655 #  type: "plot"
11656 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11657 #  algorithm: "plot_performance_box"
11658 #  output-file-type: ".html"
11659 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11660 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11661 #  filter: "'NIC_Intel-X710' and
11662 #           '64B' and
11663 #           'ENCAP' and
11664 #           'NDRPDR' and
11665 #           '1T1C' and
11666 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11667 #           not 'DOT1Q' and
11668 #           not 'VHOST' and
11669 #           not 'IPSECHW'"
11670 #  parameters:
11671 #  - "throughput"
11672 #  - "parent"
11673 #  - "tags"
11674 #  sort:
11675 #  - "IP4BASE"
11676 #  - "L2BDMACLRN"
11677 #  - "L2XCFWD"
11678 #  - "LISP"
11679 #  traces:
11680 #    hoverinfo: "x+y"
11681 #    boxpoints: "outliers"
11682 #    whiskerwidth: 0
11683 #  layout:
11684 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11685 #    layout: "plot-throughput"
11686 #
11687 #-
11688 #  type: "plot"
11689 #  title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11690 #  algorithm: "plot_performance_box"
11691 #  output-file-type: ".html"
11692 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11693 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11694 #  filter: "'NIC_Intel-X710' and
11695 #           '64B' and
11696 #           'ENCAP' and
11697 #           'NDRPDR' and
11698 #           '2T2C' and
11699 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11700 #           not 'DOT1Q' and
11701 #           not 'VHOST' and
11702 #           not 'IPSECHW'"
11703 #  parameters:
11704 #  - "throughput"
11705 #  - "parent"
11706 #  - "tags"
11707 #  sort:
11708 #  - "IP4BASE"
11709 #  - "L2BDMACLRN"
11710 #  - "L2XCFWD"
11711 #  - "LISP"
11712 #  traces:
11713 #    hoverinfo: "x+y"
11714 #    boxpoints: "outliers"
11715 #    whiskerwidth: 0
11716 #  layout:
11717 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11718 #    layout: "plot-throughput"
11719
11720 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11721 -
11722   type: "plot"
11723   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11724   algorithm: "plot_performance_box"
11725   output-file-type: ".html"
11726   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11728   filter: "'NIC_Intel-X710' and
11729            '64B' and
11730            'ENCAP' and
11731            'NDRPDR' and
11732            '2T1C' and
11733            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11734            not 'VHOST' and
11735            not 'IPSECHW'"
11736   parameters:
11737   - "throughput"
11738   - "parent"
11739   - "tags"
11740   sort:
11741   - "IP4BASE"
11742   - "LISP"
11743   - "VXLAN_1"
11744   - "VXLAN_10"
11745   - "VXLAN_100"
11746   - "VXLAN_1000"
11747   traces:
11748     hoverinfo: "x+y"
11749     boxpoints: "outliers"
11750     whiskerwidth: 0
11751   layout:
11752     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11753     layout: "plot-throughput"
11754
11755 -
11756   type: "plot"
11757   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11758   algorithm: "plot_performance_box"
11759   output-file-type: ".html"
11760   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11762   filter: "'NIC_Intel-X710' and
11763            '64B' and
11764            'ENCAP' and
11765            'NDRPDR' and
11766            '2T1C' and
11767            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11768            not 'VHOST' and
11769            not 'IPSECHW'"
11770   parameters:
11771   - "throughput"
11772   - "parent"
11773   - "tags"
11774   sort:
11775   - "IP4BASE"
11776   - "LISP"
11777   - "VXLAN_1"
11778   - "VXLAN_10"
11779   - "VXLAN_100"
11780   - "VXLAN_1000"
11781   traces:
11782     hoverinfo: "x+y"
11783     boxpoints: "outliers"
11784     whiskerwidth: 0
11785   layout:
11786     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11787     layout: "plot-throughput"
11788
11789 -
11790   type: "plot"
11791   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11792   algorithm: "plot_performance_box"
11793   output-file-type: ".html"
11794   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11796   filter: "'NIC_Intel-X710' and
11797            '64B' and
11798            'ENCAP' and
11799            'NDRPDR' and
11800            '4T2C' and
11801            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11802            not 'VHOST' and
11803            not 'IPSECHW'"
11804   parameters:
11805   - "throughput"
11806   - "parent"
11807   - "tags"
11808   sort:
11809   - "IP4BASE"
11810   - "LISP"
11811   - "VXLAN_1"
11812   - "VXLAN_10"
11813   - "VXLAN_100"
11814   - "VXLAN_1000"
11815   traces:
11816     hoverinfo: "x+y"
11817     boxpoints: "outliers"
11818     whiskerwidth: 0
11819   layout:
11820     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11821     layout: "plot-throughput"
11822
11823 -
11824   type: "plot"
11825   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11826   algorithm: "plot_performance_box"
11827   output-file-type: ".html"
11828   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11830   filter: "'NIC_Intel-X710' and
11831            '64B' and
11832            'ENCAP' and
11833            'NDRPDR' and
11834            '4T2C' and
11835            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11836            not 'VHOST' and
11837            not 'IPSECHW'"
11838   parameters:
11839   - "throughput"
11840   - "parent"
11841   - "tags"
11842   sort:
11843   - "IP4BASE"
11844   - "LISP"
11845   - "VXLAN_1"
11846   - "VXLAN_10"
11847   - "VXLAN_100"
11848   - "VXLAN_1000"
11849   traces:
11850     hoverinfo: "x+y"
11851     boxpoints: "outliers"
11852     whiskerwidth: 0
11853   layout:
11854     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11855     layout: "plot-throughput"
11856
11857 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11858 -
11859   type: "plot"
11860   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11861   algorithm: "plot_performance_box"
11862   output-file-type: ".html"
11863   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11865   filter: "'NIC_Intel-X710' and
11866            '64B' and
11867            'ENCAP' and
11868            'NDRPDR' and
11869            '2T1C' and
11870            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11871            not 'DOT1Q' and
11872            not 'VHOST' and
11873            not 'IPSECHW'"
11874   parameters:
11875   - "throughput"
11876   - "parent"
11877   - "tags"
11878   sort:
11879   - "IP4BASE"
11880   - "L2BDMACLRN"
11881   - "L2XCFWD"
11882   - "LISP"
11883   traces:
11884     hoverinfo: "x+y"
11885     boxpoints: "outliers"
11886     whiskerwidth: 0
11887   layout:
11888     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11889     layout: "plot-throughput"
11890
11891 -
11892   type: "plot"
11893   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11894   algorithm: "plot_performance_box"
11895   output-file-type: ".html"
11896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11898   filter: "'NIC_Intel-X710' and
11899            '64B' and
11900            'ENCAP' and
11901            'NDRPDR' and
11902            '4T2C' and
11903            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11904            not 'DOT1Q' and
11905            not 'VHOST' and
11906            not 'IPSECHW'"
11907   parameters:
11908   - "throughput"
11909   - "parent"
11910   - "tags"
11911   sort:
11912   - "IP4BASE"
11913   - "L2BDMACLRN"
11914   - "L2XCFWD"
11915   - "LISP"
11916   traces:
11917     hoverinfo: "x+y"
11918     boxpoints: "outliers"
11919     whiskerwidth: 0
11920   layout:
11921     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11922     layout: "plot-throughput"
11923
11924 -
11925   type: "plot"
11926   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11927   algorithm: "plot_performance_box"
11928   output-file-type: ".html"
11929   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11931   filter: "'NIC_Intel-X710' and
11932            '64B' and
11933            'ENCAP' and
11934            'NDRPDR' and
11935            '2T1C' and
11936            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11937            not 'DOT1Q' and
11938            not 'VHOST' and
11939            not 'IPSECHW'"
11940   parameters:
11941   - "throughput"
11942   - "parent"
11943   - "tags"
11944   sort:
11945   - "IP4BASE"
11946   - "L2BDMACLRN"
11947   - "L2XCFWD"
11948   - "LISP"
11949   traces:
11950     hoverinfo: "x+y"
11951     boxpoints: "outliers"
11952     whiskerwidth: 0
11953   layout:
11954     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11955     layout: "plot-throughput"
11956
11957 -
11958   type: "plot"
11959   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11960   algorithm: "plot_performance_box"
11961   output-file-type: ".html"
11962   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11964   filter: "'NIC_Intel-X710' and
11965            '64B' and
11966            'ENCAP' and
11967            'NDRPDR' and
11968            '4T2C' and
11969            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11970            not 'DOT1Q' and
11971            not 'VHOST' and
11972            not 'IPSECHW'"
11973   parameters:
11974   - "throughput"
11975   - "parent"
11976   - "tags"
11977   sort:
11978   - "IP4BASE"
11979   - "L2BDMACLRN"
11980   - "L2XCFWD"
11981   - "LISP"
11982   traces:
11983     hoverinfo: "x+y"
11984     boxpoints: "outliers"
11985     whiskerwidth: 0
11986   layout:
11987     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11988     layout: "plot-throughput"
11989
11990 ################################################################################
11991
11992 ## Packet Throughput - VPP IPv6 3n-hsw-x520
11993 #-
11994 #  type: "plot"
11995 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11996 #  algorithm: "plot_performance_box"
11997 #  output-file-type: ".html"
11998 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11999 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12000 #  filter: "'NIC_Intel-X520-DA2' and
12001 #           '78B' and
12002 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12003 #           'NDRPDR' and
12004 #           '1T1C' and
12005 #           'IP6FWD' and
12006 #           not 'SRv6' and
12007 #           not 'IPSEC' and
12008 #           not 'VHOST'"
12009 #  parameters:
12010 #  - "throughput"
12011 #  - "parent"
12012 #  - "tags"
12013 #  sort:
12014 #  - "IP6BASE"
12015 #  - "FIB_20K"
12016 #  - "FIB_200K"
12017 #  - "FIB_2M"
12018 #  traces:
12019 #    hoverinfo: "x+y"
12020 #    boxpoints: "outliers"
12021 #    whiskerwidth: 0
12022 #  layout:
12023 #    title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12024 #    layout: "plot-throughput"
12025 #
12026 #-
12027 #  type: "plot"
12028 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12029 #  algorithm: "plot_performance_box"
12030 #  output-file-type: ".html"
12031 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12032 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12033 #  filter: "'NIC_Intel-X520-DA2' and
12034 #           '78B' and
12035 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12036 #           'NDRPDR' and
12037 #           '1T1C' and
12038 #           'IP6FWD' and
12039 #           not 'SRv6' and
12040 #           not 'IPSEC' and
12041 #           not 'VHOST'"
12042 #  parameters:
12043 #  - "throughput"
12044 #  - "parent"
12045 #  - "tags"
12046 #  sort:
12047 #  - "IP6BASE"
12048 #  - "FIB_20K"
12049 #  - "FIB_200K"
12050 #  - "FIB_2M"
12051 #  traces:
12052 #    hoverinfo: "x+y"
12053 #    boxpoints: "outliers"
12054 #    whiskerwidth: 0
12055 #  layout:
12056 #    title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12057 #    layout: "plot-throughput"
12058 #
12059 #-
12060 #  type: "plot"
12061 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12062 #  algorithm: "plot_performance_box"
12063 #  output-file-type: ".html"
12064 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12065 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12066 #  filter: "'NIC_Intel-X520-DA2' and
12067 #           '78B' and
12068 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12069 #           'NDRPDR' and
12070 #           '2T2C' and
12071 #           'IP6FWD' and
12072 #           not 'SRv6' and
12073 #           not 'IPSEC' and
12074 #           not 'VHOST'"
12075 #  parameters:
12076 #  - "throughput"
12077 #  - "parent"
12078 #  - "tags"
12079 #  sort:
12080 #  - "IP6BASE"
12081 #  - "FIB_20K"
12082 #  - "FIB_200K"
12083 #  - "FIB_2M"
12084 #  traces:
12085 #    hoverinfo: "x+y"
12086 #    boxpoints: "outliers"
12087 #    whiskerwidth: 0
12088 #  layout:
12089 #    title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12090 #    layout: "plot-throughput"
12091 #
12092 #-
12093 #  type: "plot"
12094 #  title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12095 #  algorithm: "plot_performance_box"
12096 #  output-file-type: ".html"
12097 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12098 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12099 #  filter: "'NIC_Intel-X520-DA2' and
12100 #           '78B' and
12101 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12102 #           'NDRPDR' and
12103 #           '2T2C' and
12104 #           'IP6FWD' and
12105 #           not 'SRv6' and
12106 #           not 'IPSEC' and
12107 #           not 'VHOST'"
12108 #  parameters:
12109 #  - "throughput"
12110 #  - "parent"
12111 #  - "tags"
12112 #  sort:
12113 #  - "IP6BASE"
12114 #  - "FIB_20K"
12115 #  - "FIB_200K"
12116 #  - "FIB_2M"
12117 #  traces:
12118 #    hoverinfo: "x+y"
12119 #    boxpoints: "outliers"
12120 #    whiskerwidth: 0
12121 #  layout:
12122 #    title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12123 #    layout: "plot-throughput"
12124 #
12125 ## Packet Throughput - VPP IPv6 3n-hsw-x710
12126 #-
12127 #  type: "plot"
12128 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12129 #  algorithm: "plot_performance_box"
12130 #  output-file-type: ".html"
12131 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12132 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12133 #  filter: "'NIC_Intel-X710' and
12134 #           '78B' and
12135 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12136 #           'NDRPDR' and
12137 #           '1T1C' and
12138 #           'IP6FWD' and
12139 #           not 'SRv6' and
12140 #           not 'IPSEC' and
12141 #           not 'VHOST'"
12142 #  parameters:
12143 #  - "throughput"
12144 #  - "parent"
12145 #  - "tags"
12146 #  sort:
12147 #  - "IP6BASE"
12148 #  - "FIB_20K"
12149 #  - "FIB_200K"
12150 #  - "FIB_2M"
12151 #  traces:
12152 #    hoverinfo: "x+y"
12153 #    boxpoints: "outliers"
12154 #    whiskerwidth: 0
12155 #  layout:
12156 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12157 #    layout: "plot-throughput"
12158 #
12159 #-
12160 #  type: "plot"
12161 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12162 #  algorithm: "plot_performance_box"
12163 #  output-file-type: ".html"
12164 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12165 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12166 #  filter: "'NIC_Intel-X710' and
12167 #           '78B' and
12168 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12169 #           'NDRPDR' and
12170 #           '1T1C' and
12171 #           'IP6FWD' and
12172 #           not 'SRv6' and
12173 #           not 'IPSEC' and
12174 #           not 'VHOST'"
12175 #  parameters:
12176 #  - "throughput"
12177 #  - "parent"
12178 #  - "tags"
12179 #  sort:
12180 #  - "IP6BASE"
12181 #  - "FIB_20K"
12182 #  - "FIB_200K"
12183 #  - "FIB_2M"
12184 #  traces:
12185 #    hoverinfo: "x+y"
12186 #    boxpoints: "outliers"
12187 #    whiskerwidth: 0
12188 #  layout:
12189 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12190 #    layout: "plot-throughput"
12191 #
12192 #-
12193 #  type: "plot"
12194 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12195 #  algorithm: "plot_performance_box"
12196 #  output-file-type: ".html"
12197 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12198 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12199 #  filter: "'NIC_Intel-X710' and
12200 #           '78B' and
12201 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12202 #           'NDRPDR' and
12203 #           '2T2C' and
12204 #           'IP6FWD' and
12205 #           not 'SRv6' and
12206 #           not 'IPSEC' and
12207 #           not 'VHOST'"
12208 #  parameters:
12209 #  - "throughput"
12210 #  - "parent"
12211 #  - "tags"
12212 #  sort:
12213 #  - "IP6BASE"
12214 #  - "FIB_20K"
12215 #  - "FIB_200K"
12216 #  - "FIB_2M"
12217 #  traces:
12218 #    hoverinfo: "x+y"
12219 #    boxpoints: "outliers"
12220 #    whiskerwidth: 0
12221 #  layout:
12222 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12223 #    layout: "plot-throughput"
12224 #
12225 #-
12226 #  type: "plot"
12227 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12228 #  algorithm: "plot_performance_box"
12229 #  output-file-type: ".html"
12230 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12231 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12232 #  filter: "'NIC_Intel-X710' and
12233 #           '78B' and
12234 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12235 #           'NDRPDR' and
12236 #           '2T2C' and
12237 #           'IP6FWD' and
12238 #           not 'SRv6' and
12239 #           not 'IPSEC' and
12240 #           not 'VHOST'"
12241 #  parameters:
12242 #  - "throughput"
12243 #  - "parent"
12244 #  - "tags"
12245 #  sort:
12246 #  - "IP6BASE"
12247 #  - "FIB_20K"
12248 #  - "FIB_200K"
12249 #  - "FIB_2M"
12250 #  traces:
12251 #    hoverinfo: "x+y"
12252 #    boxpoints: "outliers"
12253 #    whiskerwidth: 0
12254 #  layout:
12255 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12256 #    layout: "plot-throughput"
12257 #
12258 ## Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12259 #-
12260 #  type: "plot"
12261 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12262 #  algorithm: "plot_performance_box"
12263 #  output-file-type: ".html"
12264 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12265 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12266 #  filter: "'NIC_Intel-X710' and
12267 #           '78B' and
12268 #           ('IP6BASE' or
12269 #            'POLICE_MARK' or
12270 #            'COPWHLIST' or
12271 #            'IACLDST') and
12272 #           'NDRPDR' and
12273 #           '1T1C' and
12274 #           'IP6FWD' and
12275 #           not 'SRv6' and
12276 #           not 'IPSEC' and
12277 #           not 'VHOST'"
12278 #  parameters:
12279 #  - "throughput"
12280 #  - "parent"
12281 #  - "tags"
12282 #  sort:
12283 #  - "IP6BASE"
12284 #  - "POLICE_MARK"
12285 #  - "COPWHLIST"
12286 #  - "IACLDST"
12287 #  traces:
12288 #    hoverinfo: "x+y"
12289 #    boxpoints: "outliers"
12290 #    whiskerwidth: 0
12291 #  layout:
12292 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12293 #    layout: "plot-throughput"
12294 #
12295 #-
12296 #  type: "plot"
12297 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12298 #  algorithm: "plot_performance_box"
12299 #  output-file-type: ".html"
12300 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12301 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12302 #  filter: "'NIC_Intel-X710' and
12303 #           '78B' and
12304 #           ('IP6BASE' or
12305 #            'POLICE_MARK' or
12306 #            'COPWHLIST' or
12307 #            'IACLDST') and
12308 #           'NDRPDR' and
12309 #           '2T2C' and
12310 #           'IP6FWD' and
12311 #           not 'SRv6' and
12312 #           not 'IPSEC' and
12313 #           not 'VHOST'"
12314 #  parameters:
12315 #  - "throughput"
12316 #  - "parent"
12317 #  - "tags"
12318 #  sort:
12319 #  - "IP6BASE"
12320 #  - "POLICE_MARK"
12321 #  - "COPWHLIST"
12322 #  - "IACLDST"
12323 #  traces:
12324 #    hoverinfo: "x+y"
12325 #    boxpoints: "outliers"
12326 #    whiskerwidth: 0
12327 #  layout:
12328 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12329 #    layout: "plot-throughput"
12330 #
12331 #-
12332 #  type: "plot"
12333 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12334 #  algorithm: "plot_performance_box"
12335 #  output-file-type: ".html"
12336 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12337 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12338 #  filter: "'NIC_Intel-X710' and
12339 #           '78B' and
12340 #           ('IP6BASE' or
12341 #            'POLICE_MARK' or
12342 #            'COPWHLIST' or
12343 #            'IACLDST') and
12344 #           'NDRPDR' and
12345 #           '1T1C' and
12346 #           'IP6FWD' and
12347 #           not 'SRv6' and
12348 #           not 'IPSEC' and
12349 #           not 'VHOST'"
12350 #  parameters:
12351 #  - "throughput"
12352 #  - "parent"
12353 #  - "tags"
12354 #  sort:
12355 #  - "IP6BASE"
12356 #  - "POLICE_MARK"
12357 #  - "COPWHLIST"
12358 #  - "IACLDST"
12359 #  traces:
12360 #    hoverinfo: "x+y"
12361 #    boxpoints: "outliers"
12362 #    whiskerwidth: 0
12363 #  layout:
12364 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12365 #    layout: "plot-throughput"
12366 #
12367 #-
12368 #  type: "plot"
12369 #  title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12370 #  algorithm: "plot_performance_box"
12371 #  output-file-type: ".html"
12372 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12373 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12374 #  filter: "'NIC_Intel-X710' and
12375 #           '78B' and
12376 #           ('IP6BASE' or
12377 #            'POLICE_MARK' or
12378 #            'COPWHLIST' or
12379 #            'IACLDST') and
12380 #           'NDRPDR' and
12381 #           '2T2C' and
12382 #           'IP6FWD' and
12383 #           not 'SRv6' and
12384 #           not 'IPSEC' and
12385 #           not 'VHOST'"
12386 #  parameters:
12387 #  - "throughput"
12388 #  - "parent"
12389 #  - "tags"
12390 #  sort:
12391 #  - "IP6BASE"
12392 #  - "POLICE_MARK"
12393 #  - "COPWHLIST"
12394 #  - "IACLDST"
12395 #  traces:
12396 #    hoverinfo: "x+y"
12397 #    boxpoints: "outliers"
12398 #    whiskerwidth: 0
12399 #  layout:
12400 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12401 #    layout: "plot-throughput"
12402 #
12403 ## Packet Throughput - VPP IPv6 3n-hsw-xl710
12404 #-
12405 #  type: "plot"
12406 #  title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12407 #  algorithm: "plot_performance_box"
12408 #  output-file-type: ".html"
12409 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12410 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12411 #  filter: "'NIC_Intel-XL710' and
12412 #           '78B' and
12413 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12414 #           'NDRPDR' and
12415 #           '1T1C' and
12416 #           'IP6FWD' and
12417 #           not 'SRv6' and
12418 #           not 'IPSEC' and
12419 #           not 'VHOST'"
12420 #  parameters:
12421 #  - "throughput"
12422 #  - "parent"
12423 #  - "tags"
12424 #  sort:
12425 #  - "IP6BASE"
12426 #  - "FIB_20K"
12427 #  - "FIB_200K"
12428 #  - "FIB_2M"
12429 #  traces:
12430 #    hoverinfo: "x+y"
12431 #    boxpoints: "outliers"
12432 #    whiskerwidth: 0
12433 #  layout:
12434 #    title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12435 #    layout: "plot-throughput"
12436 #
12437 #-
12438 #  type: "plot"
12439 #  title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12440 #  algorithm: "plot_performance_box"
12441 #  output-file-type: ".html"
12442 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12443 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12444 #  filter: "'NIC_Intel-XL710' and
12445 #           '78B' and
12446 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12447 #           'NDRPDR' and
12448 #           '1T1C' and
12449 #           'IP6FWD' and
12450 #           not 'SRv6' and
12451 #           not 'IPSEC' and
12452 #           not 'VHOST'"
12453 #  parameters:
12454 #  - "throughput"
12455 #  - "parent"
12456 #  - "tags"
12457 #  sort:
12458 #  - "IP6BASE"
12459 #  - "FIB_20K"
12460 #  - "FIB_200K"
12461 #  - "FIB_2M"
12462 #  traces:
12463 #    hoverinfo: "x+y"
12464 #    boxpoints: "outliers"
12465 #    whiskerwidth: 0
12466 #  layout:
12467 #    title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12468 #    layout: "plot-throughput"
12469 #
12470 #-
12471 #  type: "plot"
12472 #  title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12473 #  algorithm: "plot_performance_box"
12474 #  output-file-type: ".html"
12475 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12476 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12477 #  filter: "'NIC_Intel-XL710' and
12478 #           '78B' and
12479 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12480 #           'NDRPDR' and
12481 #           '2T2C' and
12482 #           'IP6FWD' and
12483 #           not 'SRv6' and
12484 #           not 'IPSEC' and
12485 #           not 'VHOST'"
12486 #  parameters:
12487 #  - "throughput"
12488 #  - "parent"
12489 #  - "tags"
12490 #  sort:
12491 #  - "IP6BASE"
12492 #  - "FIB_20K"
12493 #  - "FIB_200K"
12494 #  - "FIB_2M"
12495 #  traces:
12496 #    hoverinfo: "x+y"
12497 #    boxpoints: "outliers"
12498 #    whiskerwidth: 0
12499 #  layout:
12500 #    title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12501 #    layout: "plot-throughput"
12502 #
12503 #-
12504 #  type: "plot"
12505 #  title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12506 #  algorithm: "plot_performance_box"
12507 #  output-file-type: ".html"
12508 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12509 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12510 #  filter: "'NIC_Intel-XL710' and
12511 #           '78B' and
12512 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12513 #           'NDRPDR' and
12514 #           '2T2C' and
12515 #           'IP6FWD' and
12516 #           not 'SRv6' and
12517 #           not 'IPSEC' and
12518 #           not 'VHOST'"
12519 #  parameters:
12520 #  - "throughput"
12521 #  - "parent"
12522 #  - "tags"
12523 #  sort:
12524 #  - "IP6BASE"
12525 #  - "FIB_20K"
12526 #  - "FIB_200K"
12527 #  - "FIB_2M"
12528 #  traces:
12529 #    hoverinfo: "x+y"
12530 #    boxpoints: "outliers"
12531 #    whiskerwidth: 0
12532 #  layout:
12533 #    title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12534 #    layout: "plot-throughput"
12535
12536 # Packet Throughput - VPP IPv6 3n-skx-x710
12537 -
12538   type: "plot"
12539   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12540   algorithm: "plot_performance_box"
12541   output-file-type: ".html"
12542   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12544   filter: "'NIC_Intel-X710' and
12545            '78B' and
12546            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12547            'NDRPDR' and
12548            '2T1C' and
12549            'IP6FWD' and
12550            not 'SRv6' and
12551            not 'IPSEC' and
12552            not 'VHOST'"
12553   parameters:
12554   - "throughput"
12555   - "parent"
12556   - "tags"
12557   sort:
12558   - "IP6BASE"
12559   - "FIB_20k"
12560   - "FIB_200k"
12561   - "FIB_2M"
12562   traces:
12563     hoverinfo: "x+y"
12564     boxpoints: "outliers"
12565     whiskerwidth: 0
12566   layout:
12567     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12568     layout: "plot-throughput"
12569
12570 -
12571   type: "plot"
12572   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12573   algorithm: "plot_performance_box"
12574   output-file-type: ".html"
12575   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12577   filter: "'NIC_Intel-X710' and
12578            '78B' and
12579            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12580            'NDRPDR' and
12581            '2T1C' and
12582            'IP6FWD' and
12583            not 'SRv6' and
12584            not 'IPSEC' and
12585            not 'VHOST'"
12586   parameters:
12587   - "throughput"
12588   - "parent"
12589   - "tags"
12590   sort:
12591   - "IP6BASE"
12592   - "FIB_20k"
12593   - "FIB_200k"
12594   - "FIB_2M"
12595   traces:
12596     hoverinfo: "x+y"
12597     boxpoints: "outliers"
12598     whiskerwidth: 0
12599   layout:
12600     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12601     layout: "plot-throughput"
12602
12603 -
12604   type: "plot"
12605   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12606   algorithm: "plot_performance_box"
12607   output-file-type: ".html"
12608   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12610   filter: "'NIC_Intel-X710' and
12611            '78B' and
12612            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12613            'NDRPDR' and
12614            '4T2C' and
12615            'IP6FWD' and
12616            not 'SRv6' and
12617            not 'IPSEC' and
12618            not 'VHOST'"
12619   parameters:
12620   - "throughput"
12621   - "parent"
12622   - "tags"
12623   sort:
12624   - "IP6BASE"
12625   - "FIB_20k"
12626   - "FIB_200k"
12627   - "FIB_2M"
12628   traces:
12629     hoverinfo: "x+y"
12630     boxpoints: "outliers"
12631     whiskerwidth: 0
12632   layout:
12633     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12634     layout: "plot-throughput"
12635
12636 -
12637   type: "plot"
12638   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12639   algorithm: "plot_performance_box"
12640   output-file-type: ".html"
12641   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12643   filter: "'NIC_Intel-X710' and
12644            '78B' and
12645            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12646            'NDRPDR' and
12647            '4T2C' and
12648            'IP6FWD' and
12649            not 'SRv6' and
12650            not 'IPSEC' and
12651            not 'VHOST'"
12652   parameters:
12653   - "throughput"
12654   - "parent"
12655   - "tags"
12656   sort:
12657   - "IP6BASE"
12658   - "FIB_20k"
12659   - "FIB_200k"
12660   - "FIB_2M"
12661   traces:
12662     hoverinfo: "x+y"
12663     boxpoints: "outliers"
12664     whiskerwidth: 0
12665   layout:
12666     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12667     layout: "plot-throughput"
12668
12669 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12670 -
12671   type: "plot"
12672   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12673   algorithm: "plot_performance_box"
12674   output-file-type: ".html"
12675   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12677   filter: "'NIC_Intel-X710' and
12678            '78B' and
12679            ('IP6BASE' or
12680             'POLICE_MARK' or
12681             'COPWHLIST' or
12682             'IACLDST') and
12683            'NDRPDR' and
12684            '2T1C' and
12685            'IP6FWD' and
12686            not 'SRv6' and
12687            not 'IPSEC' and
12688            not 'VHOST'"
12689   parameters:
12690   - "throughput"
12691   - "parent"
12692   - "tags"
12693   sort:
12694   - "IP6BASE"
12695   - "POLICE_MARK"
12696   - "COPWHLIST"
12697   - "IACLDST"
12698   traces:
12699     hoverinfo: "x+y"
12700     boxpoints: "outliers"
12701     whiskerwidth: 0
12702   layout:
12703     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12704     layout: "plot-throughput"
12705
12706 -
12707   type: "plot"
12708   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12709   algorithm: "plot_performance_box"
12710   output-file-type: ".html"
12711   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12713   filter: "'NIC_Intel-X710' and
12714            '78B' and
12715            ('IP6BASE' or
12716             'POLICE_MARK' or
12717             'COPWHLIST' or
12718             'IACLDST') and
12719            'NDRPDR' and
12720            '4T2C' and
12721            'IP6FWD' and
12722            not 'SRv6' and
12723            not 'IPSEC' and
12724            not 'VHOST'"
12725   parameters:
12726   - "throughput"
12727   - "parent"
12728   - "tags"
12729   sort:
12730   - "IP6BASE"
12731   - "POLICE_MARK"
12732   - "COPWHLIST"
12733   - "IACLDST"
12734   traces:
12735     hoverinfo: "x+y"
12736     boxpoints: "outliers"
12737     whiskerwidth: 0
12738   layout:
12739     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12740     layout: "plot-throughput"
12741
12742 -
12743   type: "plot"
12744   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12745   algorithm: "plot_performance_box"
12746   output-file-type: ".html"
12747   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12749   filter: "'NIC_Intel-X710' and
12750            '78B' and
12751            ('IP6BASE' or
12752             'POLICE_MARK' or
12753             'COPWHLIST' or
12754             'IACLDST') and
12755            'NDRPDR' and
12756            '2T1C' and
12757            'IP6FWD' and
12758            not 'SRv6' and
12759            not 'IPSEC' and
12760            not 'VHOST'"
12761   parameters:
12762   - "throughput"
12763   - "parent"
12764   - "tags"
12765   sort:
12766   - "IP6BASE"
12767   - "POLICE_MARK"
12768   - "COPWHLIST"
12769   - "IACLDST"
12770   traces:
12771     hoverinfo: "x+y"
12772     boxpoints: "outliers"
12773     whiskerwidth: 0
12774   layout:
12775     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12776     layout: "plot-throughput"
12777
12778 -
12779   type: "plot"
12780   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12781   algorithm: "plot_performance_box"
12782   output-file-type: ".html"
12783   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12785   filter: "'NIC_Intel-X710' and
12786            '78B' and
12787            ('IP6BASE' or
12788             'POLICE_MARK' or
12789             'COPWHLIST' or
12790             'IACLDST') and
12791            'NDRPDR' and
12792            '4T2C' and
12793            'IP6FWD' and
12794            not 'SRv6' and
12795            not 'IPSEC' and
12796            not 'VHOST'"
12797   parameters:
12798   - "throughput"
12799   - "parent"
12800   - "tags"
12801   sort:
12802   - "IP6BASE"
12803   - "POLICE_MARK"
12804   - "COPWHLIST"
12805   - "IACLDST"
12806   traces:
12807     hoverinfo: "x+y"
12808     boxpoints: "outliers"
12809     whiskerwidth: 0
12810   layout:
12811     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12812     layout: "plot-throughput"
12813
12814 ## Packet Throughput - VPP IPv6 2n-skx-x710
12815 #-
12816 #  type: "plot"
12817 #  title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12818 #  algorithm: "plot_performance_box"
12819 #  output-file-type: ".html"
12820 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12821 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12822 #  filter: "'NIC_Intel-X710' and
12823 #           '78B' and
12824 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12825 #           'NDRPDR' and
12826 #           '2T1C' and
12827 #           'IP6FWD' and
12828 #           not 'SRv6' and
12829 #           not 'IPSEC' and
12830 #           not 'VHOST'"
12831 #  parameters:
12832 #  - "throughput"
12833 #  - "parent"
12834 #  - "tags"
12835 #  sort:
12836 #  - "IP6BASE"
12837 #  - "FIB_20k"
12838 #  - "FIB_200k"
12839 #  - "FIB_2M"
12840 #  traces:
12841 #    hoverinfo: "x+y"
12842 #    boxpoints: "outliers"
12843 #    whiskerwidth: 0
12844 #  layout:
12845 #    title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12846 #    layout: "plot-throughput"
12847 #
12848 #-
12849 #  type: "plot"
12850 #  title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12851 #  algorithm: "plot_performance_box"
12852 #  output-file-type: ".html"
12853 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12854 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12855 #  filter: "'NIC_Intel-X710' and
12856 #           '78B' and
12857 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12858 #           'NDRPDR' and
12859 #           '2T1C' and
12860 #           'IP6FWD' and
12861 #           not 'SRv6' and
12862 #           not 'IPSEC' and
12863 #           not 'VHOST'"
12864 #  parameters:
12865 #  - "throughput"
12866 #  - "parent"
12867 #  - "tags"
12868 #  sort:
12869 #  - "IP6BASE"
12870 #  - "FIB_20k"
12871 #  - "FIB_200k"
12872 #  - "FIB_2M"
12873 #  traces:
12874 #    hoverinfo: "x+y"
12875 #    boxpoints: "outliers"
12876 #    whiskerwidth: 0
12877 #  layout:
12878 #    title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12879 #    layout: "plot-throughput"
12880 #
12881 #-
12882 #  type: "plot"
12883 #  title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12884 #  algorithm: "plot_performance_box"
12885 #  output-file-type: ".html"
12886 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12887 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12888 #  filter: "'NIC_Intel-X710' and
12889 #           '78B' and
12890 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12891 #           'NDRPDR' and
12892 #           '4T2C' and
12893 #           'IP6FWD' and
12894 #           not 'SRv6' and
12895 #           not 'IPSEC' and
12896 #           not 'VHOST'"
12897 #  parameters:
12898 #  - "throughput"
12899 #  - "parent"
12900 #  - "tags"
12901 #  sort:
12902 #  - "IP6BASE"
12903 #  - "FIB_20k"
12904 #  - "FIB_200k"
12905 #  - "FIB_2M"
12906 #  traces:
12907 #    hoverinfo: "x+y"
12908 #    boxpoints: "outliers"
12909 #    whiskerwidth: 0
12910 #  layout:
12911 #    title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12912 #    layout: "plot-throughput"
12913 #
12914 #-
12915 #  type: "plot"
12916 #  title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12917 #  algorithm: "plot_performance_box"
12918 #  output-file-type: ".html"
12919 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12920 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12921 #  filter: "'NIC_Intel-X710' and
12922 #           '78B' and
12923 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12924 #           'NDRPDR' and
12925 #           '4T2C' and
12926 #           'IP6FWD' and
12927 #           not 'SRv6' and
12928 #           not 'IPSEC' and
12929 #           not 'VHOST'"
12930 #  parameters:
12931 #  - "throughput"
12932 #  - "parent"
12933 #  - "tags"
12934 #  sort:
12935 #  - "IP6BASE"
12936 #  - "FIB_20k"
12937 #  - "FIB_200k"
12938 #  - "FIB_2M"
12939 #  traces:
12940 #    hoverinfo: "x+y"
12941 #    boxpoints: "outliers"
12942 #    whiskerwidth: 0
12943 #  layout:
12944 #    title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12945 #    layout: "plot-throughput"
12946 #
12947 ## Packet Throughput - VPP IPv6 2n-skx-xxv710
12948 #-
12949 #  type: "plot"
12950 #  title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12951 #  algorithm: "plot_performance_box"
12952 #  output-file-type: ".html"
12953 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12954 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12955 #  filter: "'NIC_Intel-XXV710' and
12956 #           '78B' and
12957 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12958 #           'NDRPDR' and
12959 #           '2T1C' and
12960 #           'IP6FWD' and
12961 #           not 'SRv6' and
12962 #           not 'IPSEC' and
12963 #           not 'VHOST'"
12964 #  parameters:
12965 #  - "throughput"
12966 #  - "parent"
12967 #  - "tags"
12968 #  sort:
12969 #  - "IP6BASE"
12970 #  - "FIB_20k"
12971 #  - "FIB_200k"
12972 #  - "FIB_2M"
12973 #  traces:
12974 #    hoverinfo: "x+y"
12975 #    boxpoints: "outliers"
12976 #    whiskerwidth: 0
12977 #  layout:
12978 #    title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12979 #    layout: "plot-throughput"
12980 #
12981 #-
12982 #  type: "plot"
12983 #  title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12984 #  algorithm: "plot_performance_box"
12985 #  output-file-type: ".html"
12986 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12987 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12988 #  filter: "'NIC_Intel-XXV710' and
12989 #           '78B' and
12990 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12991 #           'NDRPDR' and
12992 #           '2T1C' and
12993 #           'IP6FWD' and
12994 #           not 'SRv6' and
12995 #           not 'IPSEC' and
12996 #           not 'VHOST'"
12997 #  parameters:
12998 #  - "throughput"
12999 #  - "parent"
13000 #  - "tags"
13001 #  sort:
13002 #  - "IP6BASE"
13003 #  - "FIB_20k"
13004 #  - "FIB_200k"
13005 #  - "FIB_2M"
13006 #  traces:
13007 #    hoverinfo: "x+y"
13008 #    boxpoints: "outliers"
13009 #    whiskerwidth: 0
13010 #  layout:
13011 #    title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13012 #    layout: "plot-throughput"
13013 #
13014 #-
13015 #  type: "plot"
13016 #  title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13017 #  algorithm: "plot_performance_box"
13018 #  output-file-type: ".html"
13019 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13020 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13021 #  filter: "'NIC_Intel-XXV710' and
13022 #           '78B' and
13023 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13024 #           'NDRPDR' and
13025 #           '4T2C' and
13026 #           'IP6FWD' and
13027 #           not 'SRv6' and
13028 #           not 'IPSEC' and
13029 #           not 'VHOST'"
13030 #  parameters:
13031 #  - "throughput"
13032 #  - "parent"
13033 #  - "tags"
13034 #  sort:
13035 #  - "IP6BASE"
13036 #  - "FIB_20k"
13037 #  - "FIB_200k"
13038 #  - "FIB_2M"
13039 #  traces:
13040 #    hoverinfo: "x+y"
13041 #    boxpoints: "outliers"
13042 #    whiskerwidth: 0
13043 #  layout:
13044 #    title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13045 #    layout: "plot-throughput"
13046 #
13047 #-
13048 #  type: "plot"
13049 #  title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13050 #  algorithm: "plot_performance_box"
13051 #  output-file-type: ".html"
13052 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13053 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13054 #  filter: "'NIC_Intel-XXV710' and
13055 #           '78B' and
13056 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13057 #           'NDRPDR' and
13058 #           '4T2C' and
13059 #           'IP6FWD' and
13060 #           not 'SRv6' and
13061 #           not 'IPSEC' and
13062 #           not 'VHOST'"
13063 #  parameters:
13064 #  - "throughput"
13065 #  - "parent"
13066 #  - "tags"
13067 #  sort:
13068 #  - "IP6BASE"
13069 #  - "FIB_20k"
13070 #  - "FIB_200k"
13071 #  - "FIB_2M"
13072 #  traces:
13073 #    hoverinfo: "x+y"
13074 #    boxpoints: "outliers"
13075 #    whiskerwidth: 0
13076 #  layout:
13077 #    title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13078 #    layout: "plot-throughput"
13079
13080 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
13081 #-
13082 #  type: "plot"
13083 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13084 #  algorithm: "plot_performance_box"
13085 #  output-file-type: ".html"
13086 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13087 #  data: "intel-dnv-vpp"
13088 #  filter: "'NIC_Intel-X553' and
13089 #           '78B' and
13090 #           'IP6BASE' and
13091 #           'NDRPDR' and
13092 #           '1T1C' and
13093 #           'IP6FWD' and
13094 #           not 'SRv6' and
13095 #           not 'IPSEC' and
13096 #           not 'VHOST'"
13097 #  parameters:
13098 #  - "throughput"
13099 #  - "parent"
13100 #  - "tags"
13101 #  sort:
13102 #  - "IP6BASE"
13103 #  traces:
13104 #    hoverinfo: "x+y"
13105 #    boxpoints: "outliers"
13106 #    whiskerwidth: 0
13107 #  layout:
13108 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13109 #    layout: "plot-throughput"
13110 #
13111 #-
13112 #  type: "plot"
13113 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13114 #  algorithm: "plot_performance_box"
13115 #  output-file-type: ".html"
13116 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13117 #  data: "intel-dnv-vpp"
13118 #  filter: "'NIC_Intel-X553' and
13119 #           '78B' and
13120 #           'IP6BASE' and
13121 #           'NDRPDR' and
13122 #           '1T1C' and
13123 #           'IP6FWD' and
13124 #           not 'SRv6' and
13125 #           not 'IPSEC' and
13126 #           not 'VHOST'"
13127 #  parameters:
13128 #  - "throughput"
13129 #  - "parent"
13130 #  - "tags"
13131 #  sort:
13132 #  - "IP6BASE"
13133 #  traces:
13134 #    hoverinfo: "x+y"
13135 #    boxpoints: "outliers"
13136 #    whiskerwidth: 0
13137 #  layout:
13138 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13139 #    layout: "plot-throughput"
13140 #
13141 #-
13142 #  type: "plot"
13143 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13144 #  algorithm: "plot_performance_box"
13145 #  output-file-type: ".html"
13146 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13147 #  data: "intel-dnv-vpp"
13148 #  filter: "'NIC_Intel-X553' and
13149 #           '78B' and
13150 #           'IP6BASE' and
13151 #           'NDRPDR' and
13152 #           '2T2C' and
13153 #           'IP6FWD' and
13154 #           not 'SRv6' and
13155 #           not 'IPSEC' and
13156 #           not 'VHOST'"
13157 #  parameters:
13158 #  - "throughput"
13159 #  - "parent"
13160 #  - "tags"
13161 #  sort:
13162 #  - "IP6BASE"
13163 #  traces:
13164 #    hoverinfo: "x+y"
13165 #    boxpoints: "outliers"
13166 #    whiskerwidth: 0
13167 #  layout:
13168 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13169 #    layout: "plot-throughput"
13170 #
13171 #-
13172 #  type: "plot"
13173 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13174 #  algorithm: "plot_performance_box"
13175 #  output-file-type: ".html"
13176 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13177 #  data: "intel-dnv-vpp"
13178 #  filter: "'NIC_Intel-X553' and
13179 #           '78B' and
13180 #           'IP6BASE' and
13181 #           'NDRPDR' and
13182 #           '2T2C' and
13183 #           'IP6FWD' and
13184 #           not 'SRv6' and
13185 #           not 'IPSEC' and
13186 #           not 'VHOST'"
13187 #  parameters:
13188 #  - "throughput"
13189 #  - "parent"
13190 #  - "tags"
13191 #  sort:
13192 #  - "IP6BASE"
13193 #  traces:
13194 #    hoverinfo: "x+y"
13195 #    boxpoints: "outliers"
13196 #    whiskerwidth: 0
13197 #  layout:
13198 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13199 #    layout: "plot-throughput"
13200
13201 ################################################################################
13202
13203 ## Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13204 #-
13205 #  type: "plot"
13206 #  title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13207 #  algorithm: "plot_performance_box"
13208 #  output-file-type: ".html"
13209 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13210 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13211 #  filter: "'NIC_Intel-X520-DA2' and
13212 #           '78B' and
13213 #           'ENCAP' and
13214 #           'NDRPDR' and
13215 #           '1T1C' and
13216 #           'LISP' and
13217 #           not 'VHOST'"
13218 #  parameters:
13219 #  - "throughput"
13220 #  - "parent"
13221 #  - "tags"
13222 #  sort:
13223 #  - "IP4UNRLAY"
13224 #  - "IP6UNRLAY"
13225 #  traces:
13226 #    hoverinfo: "x+y"
13227 #    boxpoints: "outliers"
13228 #    whiskerwidth: 0
13229 #  layout:
13230 #    title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13231 #    layout: "plot-throughput"
13232 #
13233 #-
13234 #  type: "plot"
13235 #  title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13236 #  algorithm: "plot_performance_box"
13237 #  output-file-type: ".html"
13238 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13239 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13240 #  filter: "'NIC_Intel-X520-DA2' and
13241 #           '78B' and
13242 #           'ENCAP' and
13243 #           'NDRPDR' and
13244 #           '1T1C' and
13245 #           'LISP' and
13246 #           not 'VHOST'"
13247 #  parameters:
13248 #  - "throughput"
13249 #  - "parent"
13250 #  - "tags"
13251 #  sort:
13252 #  - "IP4UNRLAY"
13253 #  - "IP6UNRLAY"
13254 #  traces:
13255 #    hoverinfo: "x+y"
13256 #    boxpoints: "outliers"
13257 #    whiskerwidth: 0
13258 #  layout:
13259 #    title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13260 #    layout: "plot-throughput"
13261 #
13262 #-
13263 #  type: "plot"
13264 #  title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13265 #  algorithm: "plot_performance_box"
13266 #  output-file-type: ".html"
13267 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13268 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13269 #  filter: "'NIC_Intel-X520-DA2' and
13270 #           '78B' and
13271 #           'ENCAP' and
13272 #           'NDRPDR' and
13273 #           '2T2C' and
13274 #           'LISP' and
13275 #           not 'VHOST'"
13276 #  parameters:
13277 #  - "throughput"
13278 #  - "parent"
13279 #  - "tags"
13280 #  sort:
13281 #  - "IP4UNRLAY"
13282 #  - "IP6UNRLAY"
13283 #  traces:
13284 #    hoverinfo: "x+y"
13285 #    boxpoints: "outliers"
13286 #    whiskerwidth: 0
13287 #  layout:
13288 #    title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13289 #    layout: "plot-throughput"
13290 #
13291 #-
13292 #  type: "plot"
13293 #  title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13294 #  algorithm: "plot_performance_box"
13295 #  output-file-type: ".html"
13296 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13297 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13298 #  filter: "'NIC_Intel-X520-DA2' and
13299 #           '78B' and
13300 #           'ENCAP' and
13301 #           'NDRPDR' and
13302 #           '2T2C' and
13303 #           'LISP' and
13304 #           not 'VHOST'"
13305 #  parameters:
13306 #  - "throughput"
13307 #  - "parent"
13308 #  - "tags"
13309 #  sort:
13310 #  - "IP4UNRLAY"
13311 #  - "IP6UNRLAY"
13312 #  traces:
13313 #    hoverinfo: "x+y"
13314 #    boxpoints: "outliers"
13315 #    whiskerwidth: 0
13316 #  layout:
13317 #    title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13318 #    layout: "plot-throughput"
13319 #
13320 ################################################################################
13321
13322 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13323 -
13324   type: "plot"
13325   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13326   algorithm: "plot_performance_box"
13327   output-file-type: ".html"
13328   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13330   filter: "'NIC_Intel-XL710' and
13331            '64B' and
13332            'IP4FWD' and
13333            'NDRPDR' and
13334            'BASE' and
13335            '1T1C' and
13336            'IPSECHW' and
13337            ('IPSECTRAN' or 'IPSECTUN') and
13338            not 'VHOST'"
13339   parameters:
13340   - "throughput"
13341   - "parent"
13342   - "tags"
13343   traces:
13344     hoverinfo: "x+y"
13345     boxpoints: "outliers"
13346     whiskerwidth: 0
13347   layout:
13348     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13349     layout: "plot-throughput"
13350
13351 -
13352   type: "plot"
13353   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13354   algorithm: "plot_performance_box"
13355   output-file-type: ".html"
13356   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13358   filter: "'NIC_Intel-XL710' and
13359            '64B' and
13360            'IP4FWD' and
13361            'NDRPDR' and
13362            'BASE' and
13363            '1T1C' and
13364            'IPSECHW' and
13365            ('IPSECTRAN' or 'IPSECTUN') and
13366            not 'VHOST'"
13367   parameters:
13368   - "throughput"
13369   - "parent"
13370   - "tags"
13371   traces:
13372     hoverinfo: "x+y"
13373     boxpoints: "outliers"
13374     whiskerwidth: 0
13375   layout:
13376     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13377     layout: "plot-throughput"
13378
13379 -
13380   type: "plot"
13381   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13382   algorithm: "plot_performance_box"
13383   output-file-type: ".html"
13384   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13386   filter: "'NIC_Intel-XL710' and
13387            '64B' and
13388            'IP4FWD' and
13389            'NDRPDR' and
13390            'BASE' and
13391            '2T2C' and
13392            'IPSECHW' and
13393            ('IPSECTRAN' or 'IPSECTUN') and
13394            not 'VHOST'"
13395   parameters:
13396   - "throughput"
13397   - "parent"
13398   - "tags"
13399   traces:
13400     hoverinfo: "x+y"
13401     boxpoints: "outliers"
13402     whiskerwidth: 0
13403   layout:
13404     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13405     layout: "plot-throughput"
13406
13407 -
13408   type: "plot"
13409   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13410   algorithm: "plot_performance_box"
13411   output-file-type: ".html"
13412   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13414   filter: "'NIC_Intel-XL710' and
13415            '64B' and
13416            'IP4FWD' and
13417            'NDRPDR' and
13418            'BASE' and
13419            '2T2C' and
13420            'IPSECHW' and
13421            ('IPSECTRAN' or 'IPSECTUN') and
13422            not 'VHOST'"
13423   parameters:
13424   - "throughput"
13425   - "parent"
13426   - "tags"
13427   traces:
13428     hoverinfo: "x+y"
13429     boxpoints: "outliers"
13430     whiskerwidth: 0
13431   layout:
13432     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13433     layout: "plot-throughput"
13434
13435 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13436 -
13437   type: "plot"
13438   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13439   algorithm: "plot_performance_box"
13440   output-file-type: ".html"
13441   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13443   filter: "'NIC_Intel-XL710' and
13444            '64B' and
13445            'IP4FWD' and
13446            'NDRPDR' and
13447            'SCALE' and
13448            '1T1C' and
13449            'IPSECHW' and
13450            ('IPSECTRAN' or 'IPSECTUN') and
13451            not 'VHOST'"
13452   parameters:
13453   - "throughput"
13454   - "parent"
13455   - "tags"
13456   traces:
13457     hoverinfo: "x+y"
13458     boxpoints: "outliers"
13459     whiskerwidth: 0
13460   layout:
13461     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13462     layout: "plot-throughput"
13463
13464 -
13465   type: "plot"
13466   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13467   algorithm: "plot_performance_box"
13468   output-file-type: ".html"
13469   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13471   filter: "'NIC_Intel-XL710' and
13472            '64B' and
13473            'IP4FWD' and
13474            'NDRPDR' and
13475            'SCALE' and
13476            '1T1C' and
13477            'IPSECHW' and
13478            ('IPSECTRAN' or 'IPSECTUN') and
13479            not 'VHOST'"
13480   parameters:
13481   - "throughput"
13482   - "parent"
13483   - "tags"
13484   traces:
13485     hoverinfo: "x+y"
13486     boxpoints: "outliers"
13487     whiskerwidth: 0
13488   layout:
13489     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13490     layout: "plot-throughput"
13491
13492 -
13493   type: "plot"
13494   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13495   algorithm: "plot_performance_box"
13496   output-file-type: ".html"
13497   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13499   filter: "'NIC_Intel-XL710' and
13500            '64B' and
13501            'IP4FWD' and
13502            'NDRPDR' and
13503            'SCALE' and
13504            '2T2C' and
13505            'IPSECHW' and
13506            ('IPSECTRAN' or 'IPSECTUN') and
13507            not 'VHOST'"
13508   parameters:
13509   - "throughput"
13510   - "parent"
13511   - "tags"
13512   traces:
13513     hoverinfo: "x+y"
13514     boxpoints: "outliers"
13515     whiskerwidth: 0
13516   layout:
13517     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13518     layout: "plot-throughput"
13519
13520 -
13521   type: "plot"
13522   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13523   algorithm: "plot_performance_box"
13524   output-file-type: ".html"
13525   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13526   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13527   filter: "'NIC_Intel-XL710' and
13528            '64B' and
13529            'IP4FWD' and
13530            'NDRPDR' and
13531            'SCALE' and
13532            '2T2C' and
13533            'IPSECHW' and
13534            ('IPSECTRAN' or 'IPSECTUN') and
13535            not 'VHOST'"
13536   parameters:
13537   - "throughput"
13538   - "parent"
13539   - "tags"
13540   traces:
13541     hoverinfo: "x+y"
13542     boxpoints: "outliers"
13543     whiskerwidth: 0
13544   layout:
13545     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13546     layout: "plot-throughput"
13547
13548 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13549 -
13550   type: "plot"
13551   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13552   algorithm: "plot_performance_box"
13553   output-file-type: ".html"
13554   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13556   filter: "'NIC_Intel-XL710' and
13557            '64B' and
13558            'IP4FWD' and
13559            'NDRPDR' and
13560            '1T1C' and
13561            'IPSECSW' and
13562            ('IPSECTRAN' or 'IPSECTUN') and
13563            not 'VHOST'"
13564   parameters:
13565   - "throughput"
13566   - "parent"
13567   - "tags"
13568   traces:
13569     hoverinfo: "x+y"
13570     boxpoints: "outliers"
13571     whiskerwidth: 0
13572   layout:
13573     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13574     layout: "plot-throughput"
13575
13576 -
13577   type: "plot"
13578   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13579   algorithm: "plot_performance_box"
13580   output-file-type: ".html"
13581   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13583   filter: "'NIC_Intel-XL710' and
13584            '64B' and
13585            'IP4FWD' and
13586            'NDRPDR' and
13587            '1T1C' and
13588            'IPSECSW' and
13589            ('IPSECTRAN' or 'IPSECTUN') and
13590            not 'VHOST'"
13591   parameters:
13592   - "throughput"
13593   - "parent"
13594   - "tags"
13595   traces:
13596     hoverinfo: "x+y"
13597     boxpoints: "outliers"
13598     whiskerwidth: 0
13599   layout:
13600     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13601     layout: "plot-throughput"
13602
13603 -
13604   type: "plot"
13605   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13606   algorithm: "plot_performance_box"
13607   output-file-type: ".html"
13608   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13610   filter: "'NIC_Intel-XL710' and
13611            '64B' and
13612            'IP4FWD' and
13613            'NDRPDR' and
13614            '2T2C' and
13615            'IPSECSW' and
13616            ('IPSECTRAN' or 'IPSECTUN') and
13617            not 'VHOST'"
13618   parameters:
13619   - "throughput"
13620   - "parent"
13621   - "tags"
13622   traces:
13623     hoverinfo: "x+y"
13624     boxpoints: "outliers"
13625     whiskerwidth: 0
13626   layout:
13627     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13628     layout: "plot-throughput"
13629
13630 -
13631   type: "plot"
13632   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13633   algorithm: "plot_performance_box"
13634   output-file-type: ".html"
13635   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13637   filter: "'NIC_Intel-XL710' and
13638            '64B' and
13639            'IP4FWD' and
13640            'NDRPDR' and
13641            '2T2C' and
13642            'IPSECSW' and
13643            ('IPSECTRAN' or 'IPSECTUN') and
13644            not 'VHOST'"
13645   parameters:
13646   - "throughput"
13647   - "parent"
13648   - "tags"
13649   traces:
13650     hoverinfo: "x+y"
13651     boxpoints: "outliers"
13652     whiskerwidth: 0
13653   layout:
13654     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13655     layout: "plot-throughput"
13656
13657 ################################################################################
13658
13659 # Packet Throughput - VPP SRv6 3n-hsw-x520
13660 -
13661   type: "plot"
13662   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13663   algorithm: "plot_performance_box"
13664   output-file-type: ".html"
13665   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13667   filter: "'NIC_Intel-X520-DA2' and
13668            '78B' and
13669            'FEATURE' and
13670            'NDRPDR' and
13671            '1T1C' and
13672            'IP6FWD' and
13673            'SRv6'"
13674   parameters:
13675   - "throughput"
13676   - "parent"
13677   - "tags"
13678   traces:
13679     hoverinfo: "x+y"
13680     boxpoints: "outliers"
13681     whiskerwidth: 0
13682   layout:
13683     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13684     layout: "plot-throughput"
13685
13686 -
13687   type: "plot"
13688   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13689   algorithm: "plot_performance_box"
13690   output-file-type: ".html"
13691   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13692   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13693   filter: "'NIC_Intel-X520-DA2' and
13694            '78B' and
13695            'FEATURE' and
13696            'NDRPDR' and
13697            '1T1C' and
13698            'IP6FWD' and
13699            'SRv6'"
13700   parameters:
13701   - "throughput"
13702   - "parent"
13703   - "tags"
13704   traces:
13705     hoverinfo: "x+y"
13706     boxpoints: "outliers"
13707     whiskerwidth: 0
13708   layout:
13709     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13710     layout: "plot-throughput"
13711
13712 -
13713   type: "plot"
13714   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13715   algorithm: "plot_performance_box"
13716   output-file-type: ".html"
13717   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13718   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13719   filter: "'NIC_Intel-X520-DA2' and
13720            '78B' and
13721            'FEATURE' and
13722            'NDRPDR' and
13723            '2T2C' and
13724            'IP6FWD' and
13725            'SRv6'"
13726   parameters:
13727   - "throughput"
13728   - "parent"
13729   - "tags"
13730   traces:
13731     hoverinfo: "x+y"
13732     boxpoints: "outliers"
13733     whiskerwidth: 0
13734   layout:
13735     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13736     layout: "plot-throughput"
13737
13738 -
13739   type: "plot"
13740   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13741   algorithm: "plot_performance_box"
13742   output-file-type: ".html"
13743   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13745   filter: "'NIC_Intel-X520-DA2' and
13746            '78B' and
13747            'FEATURE' and
13748            'NDRPDR' and
13749            '2T2C' and
13750            'IP6FWD' and
13751            'SRv6'"
13752   parameters:
13753   - "throughput"
13754   - "parent"
13755   - "tags"
13756   traces:
13757     hoverinfo: "x+y"
13758     boxpoints: "outliers"
13759     whiskerwidth: 0
13760   layout:
13761     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13762     layout: "plot-throughput"
13763
13764 #################################################################################
13765 #
13766 ## Packet Throughput - VPP vhost ip4 3n-hsw-x520
13767 #-
13768 #  type: "plot"
13769 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13770 #  algorithm: "plot_performance_box"
13771 #  output-file-type: ".html"
13772 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13773 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13774 #  filter: "'NIC_Intel-X520-DA2' and
13775 #           '64B' and
13776 #           'NDRPDR' and
13777 #           'ETH' and
13778 #           'IP4FWD' and
13779 #           '1T1C' and
13780 #           'VHOST_1024' and
13781 #           not 'VXLAN' and
13782 #           not 'DOT1Q'"
13783 #  parameters:
13784 #  - "throughput"
13785 #  - "parent"
13786 #  - "tags"
13787 #  sort:
13788 #  - "not CFS_OPT"
13789 #  - "1VM"
13790 #  - "2VM"
13791 #  traces:
13792 #    hoverinfo: "x+y"
13793 #    boxpoints: "outliers"
13794 #    whiskerwidth: 0
13795 #  layout:
13796 #    title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13797 #    layout: "plot-throughput"
13798 #
13799 #-
13800 #  type: "plot"
13801 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13802 #  algorithm: "plot_performance_box"
13803 #  output-file-type: ".html"
13804 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13805 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13806 #  filter: "'NIC_Intel-X520-DA2' and
13807 #           '64B' and
13808 #           'NDRPDR' and
13809 #           'ETH' and
13810 #           'IP4FWD' and
13811 #           '2T2C' and
13812 #           'VHOST_1024' and
13813 #           not 'VXLAN' and
13814 #           not 'DOT1Q'"
13815 #  parameters:
13816 #  - "throughput"
13817 #  - "parent"
13818 #  - "tags"
13819 #  sort:
13820 #  - "not CFS_OPT"
13821 #  - "1VM"
13822 #  - "2VM"
13823 #  traces:
13824 #    hoverinfo: "x+y"
13825 #    boxpoints: "outliers"
13826 #    whiskerwidth: 0
13827 #  layout:
13828 #    title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13829 #    layout: "plot-throughput"
13830 #
13831 #-
13832 #  type: "plot"
13833 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13834 #  algorithm: "plot_performance_box"
13835 #  output-file-type: ".html"
13836 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13837 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13838 #  filter: "'NIC_Intel-X520-DA2' and
13839 #           '64B' and
13840 #           'NDRPDR' and
13841 #           'ETH' and
13842 #           'IP4FWD' and
13843 #           '1T1C' and
13844 #           'VHOST_1024' and
13845 #           not 'VXLAN' and
13846 #           not 'DOT1Q'"
13847 #  parameters:
13848 #  - "throughput"
13849 #  - "parent"
13850 #  - "tags"
13851 #  sort:
13852 #  - "not CFS_OPT"
13853 #  - "1VM"
13854 #  - "2VM"
13855 #  traces:
13856 #    hoverinfo: "x+y"
13857 #    boxpoints: "outliers"
13858 #    whiskerwidth: 0
13859 #  layout:
13860 #    title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13861 #    layout: "plot-throughput"
13862 #
13863 #-
13864 #  type: "plot"
13865 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13866 #  algorithm: "plot_performance_box"
13867 #  output-file-type: ".html"
13868 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13869 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13870 #  filter: "'NIC_Intel-X520-DA2' and
13871 #           '64B' and
13872 #           'NDRPDR' and
13873 #           'ETH' and
13874 #           'IP4FWD' and
13875 #           '2T2C' and
13876 #           'VHOST_1024' and
13877 #           not 'VXLAN' and
13878 #           not 'DOT1Q'"
13879 #  parameters:
13880 #  - "throughput"
13881 #  - "parent"
13882 #  - "tags"
13883 #  sort:
13884 #  - "not CFS_OPT"
13885 #  - "1VM"
13886 #  - "2VM"
13887 #  traces:
13888 #    hoverinfo: "x+y"
13889 #    boxpoints: "outliers"
13890 #    whiskerwidth: 0
13891 #  layout:
13892 #    title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13893 #    layout: "plot-throughput"
13894 #
13895 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13896 #-
13897 #  type: "plot"
13898 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13899 #  algorithm: "plot_performance_box"
13900 #  output-file-type: ".html"
13901 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13902 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13903 #  filter: "'NIC_Intel-X520-DA2' and
13904 #           '64B' and
13905 #           'NDRPDR' and
13906 #           ('ETH' or 'DOT1Q') and
13907 #           'BASE' and
13908 #           '1T1C' and
13909 #           ('L2BDMACLRN' or 'L2XCFWD') and
13910 #           'VHOST_1024' and
13911 #           not 'VXLAN' and
13912 #           not 'IP4FWD' and
13913 #           not '2VM'"
13914 #  parameters:
13915 #  - "throughput"
13916 #  - "parent"
13917 #  - "tags"
13918 #  sort:
13919 #  - "L2BDMACLRN"
13920 #  - "L2BDMACLRN"
13921 #  - "L2BDMACLRN"
13922 #  - "L2XCFWD"
13923 #  - "L2XCFWD"
13924 #  - "L2XCFWD"
13925 #  traces:
13926 #    hoverinfo: "x+y"
13927 #    boxpoints: "outliers"
13928 #    whiskerwidth: 0
13929 #  layout:
13930 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13931 #    layout: "plot-throughput"
13932 #
13933 #-
13934 #  type: "plot"
13935 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13936 #  algorithm: "plot_performance_box"
13937 #  output-file-type: ".html"
13938 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13939 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13940 #  filter: "'NIC_Intel-X520-DA2' and
13941 #           '64B' and
13942 #           'NDRPDR' and
13943 #           ('ETH' or 'DOT1Q') and
13944 #           'BASE' and
13945 #           '1T1C' and
13946 #           ('L2BDMACLRN' or 'L2XCFWD') and
13947 #           'VHOST_1024' and
13948 #           not 'VXLAN' and
13949 #           not 'IP4FWD' and
13950 #           not '2VM'"
13951 #  parameters:
13952 #  - "throughput"
13953 #  - "parent"
13954 #  - "tags"
13955 #  sort:
13956 #  - "L2BDMACLRN"
13957 #  - "L2BDMACLRN"
13958 #  - "L2BDMACLRN"
13959 #  - "L2XCFWD"
13960 #  - "L2XCFWD"
13961 #  - "L2XCFWD"
13962 #  traces:
13963 #    hoverinfo: "x+y"
13964 #    boxpoints: "outliers"
13965 #    whiskerwidth: 0
13966 #  layout:
13967 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13968 #    layout: "plot-throughput"
13969 #
13970 #-
13971 #  type: "plot"
13972 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13973 #  algorithm: "plot_performance_box"
13974 #  output-file-type: ".html"
13975 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13976 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13977 #  filter: "'NIC_Intel-X520-DA2' and
13978 #           '64B' and
13979 #           'NDRPDR' and
13980 #           ('ETH' or 'DOT1Q') and
13981 #           'BASE' and
13982 #           '2T2C' and
13983 #           ('L2BDMACLRN' or 'L2XCFWD') and
13984 #           'VHOST_1024' and
13985 #           not 'VXLAN' and
13986 #           not 'IP4FWD' and
13987 #           not '2VM'"
13988 #  parameters:
13989 #  - "throughput"
13990 #  - "parent"
13991 #  - "tags"
13992 #  sort:
13993 #  - "L2BDMACLRN"
13994 #  - "L2BDMACLRN"
13995 #  - "L2BDMACLRN"
13996 #  - "L2XCFWD"
13997 #  - "L2XCFWD"
13998 #  - "L2XCFWD"
13999 #  traces:
14000 #    hoverinfo: "x+y"
14001 #    boxpoints: "outliers"
14002 #    whiskerwidth: 0
14003 #  layout:
14004 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14005 #    layout: "plot-throughput"
14006 #
14007 #-
14008 #  type: "plot"
14009 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14010 #  algorithm: "plot_performance_box"
14011 #  output-file-type: ".html"
14012 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14013 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14014 #  filter: "'NIC_Intel-X520-DA2' and
14015 #           '64B' and
14016 #           'NDRPDR' and
14017 #           ('ETH' or 'DOT1Q') and
14018 #           'BASE' and
14019 #           '2T2C' and
14020 #           ('L2BDMACLRN' or 'L2XCFWD') and
14021 #           'VHOST_1024' and
14022 #           not 'VXLAN' and
14023 #           not 'IP4FWD' and
14024 #           not '2VM'"
14025 #  parameters:
14026 #  - "throughput"
14027 #  - "parent"
14028 #  - "tags"
14029 #  sort:
14030 #  - "L2BDMACLRN"
14031 #  - "L2BDMACLRN"
14032 #  - "L2BDMACLRN"
14033 #  - "L2XCFWD"
14034 #  - "L2XCFWD"
14035 #  - "L2XCFWD"
14036 #  traces:
14037 #    hoverinfo: "x+y"
14038 #    boxpoints: "outliers"
14039 #    whiskerwidth: 0
14040 #  layout:
14041 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14042 #    layout: "plot-throughput"
14043 #
14044 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14045 #-
14046 #  type: "plot"
14047 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14048 #  algorithm: "plot_performance_box"
14049 #  output-file-type: ".html"
14050 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14051 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14052 #  filter: "'NIC_Intel-X520-DA2' and
14053 #           '64B' and
14054 #           'NDRPDR' and
14055 #           ('ETH' or 'DOT1Q') and
14056 #           '1T1C' and
14057 #           ('L2BDMACLRN' or 'L2XCFWD') and
14058 #           'VHOST_1024' and
14059 #           not 'CFS_OPT' and
14060 #           not 'DOT1Q' and
14061 #           not 'VXLAN' and
14062 #           not 'IP4FWD' and
14063 #           not 'LBOND'"
14064 #  parameters:
14065 #  - "throughput"
14066 #  - "parent"
14067 #  - "tags"
14068 ##  sort:
14069 ##  - "1VM"
14070 ##  - "L2XCFWD"
14071 ##  - "1VM"
14072 ##  - "L2BDMACLRN"
14073 #  traces:
14074 #    hoverinfo: "x+y"
14075 #    boxpoints: "outliers"
14076 #    whiskerwidth: 0
14077 #  layout:
14078 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14079 #    layout: "plot-throughput"
14080 #
14081 #-
14082 #  type: "plot"
14083 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14084 #  algorithm: "plot_performance_box"
14085 #  output-file-type: ".html"
14086 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14087 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14088 #  filter: "'NIC_Intel-X520-DA2' and
14089 #           '64B' and
14090 #           'NDRPDR' and
14091 #           ('ETH' or 'DOT1Q') and
14092 #           '1T1C' and
14093 #           ('L2BDMACLRN' or 'L2XCFWD') and
14094 #           'VHOST_1024' and
14095 #           not 'CFS_OPT' and
14096 #           not 'DOT1Q' and
14097 #           not 'VXLAN' and
14098 #           not 'IP4FWD' and
14099 #           not 'LBOND'"
14100 #  parameters:
14101 #  - "throughput"
14102 #  - "parent"
14103 #  - "tags"
14104 ##  sort:
14105 ##  - "1VM"
14106 ##  - "L2XCFWD"
14107 ##  - "1VM"
14108 ##  - "L2BDMACLRN"
14109 #  traces:
14110 #    hoverinfo: "x+y"
14111 #    boxpoints: "outliers"
14112 #    whiskerwidth: 0
14113 #  layout:
14114 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14115 #    layout: "plot-throughput"
14116 #
14117 #-
14118 #  type: "plot"
14119 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14120 #  algorithm: "plot_performance_box"
14121 #  output-file-type: ".html"
14122 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14123 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14124 #  filter: "'NIC_Intel-X520-DA2' and
14125 #           '64B' and
14126 #           'NDRPDR' and
14127 #           ('ETH' or 'DOT1Q') and
14128 #           '2T2C' and
14129 #           ('L2BDMACLRN' or 'L2XCFWD') and
14130 #           'VHOST_1024' and
14131 #           not 'CFS_OPT' and
14132 #           not 'DOT1Q' and
14133 #           not 'VXLAN' and
14134 #           not 'IP4FWD' and
14135 #           not 'LBOND'"
14136 #  parameters:
14137 #  - "throughput"
14138 #  - "parent"
14139 #  - "tags"
14140 ##  sort:
14141 ##  - "1VM"
14142 ##  - "L2XCFWD"
14143 ##  - "1VM"
14144 ##  - "L2BDMACLRN"
14145 #  traces:
14146 #    hoverinfo: "x+y"
14147 #    boxpoints: "outliers"
14148 #    whiskerwidth: 0
14149 #  layout:
14150 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14151 #    layout: "plot-throughput"
14152 #
14153 #-
14154 #  type: "plot"
14155 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14156 #  algorithm: "plot_performance_box"
14157 #  output-file-type: ".html"
14158 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14159 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14160 #  filter: "'NIC_Intel-X520-DA2' and
14161 #           '64B' and
14162 #           'NDRPDR' and
14163 #           ('ETH' or 'DOT1Q') and
14164 #           '2T2C' and
14165 #           ('L2BDMACLRN' or 'L2XCFWD') and
14166 #           'VHOST_1024' and
14167 #           not 'CFS_OPT' and
14168 #           not 'DOT1Q' and
14169 #           not 'VXLAN' and
14170 #           not 'IP4FWD' and
14171 #           not 'LBOND'"
14172 #  parameters:
14173 #  - "throughput"
14174 #  - "parent"
14175 #  - "tags"
14176 ##  sort:
14177 ##  - "1VM"
14178 ##  - "L2XCFWD"
14179 ##  - "1VM"
14180 ##  - "L2BDMACLRN"
14181 #  traces:
14182 #    hoverinfo: "x+y"
14183 #    boxpoints: "outliers"
14184 #    whiskerwidth: 0
14185 #  layout:
14186 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14187 #    layout: "plot-throughput"
14188 #
14189 ## Packet Throughput - VPP vhost ip4 3n-hsw-x710
14190 #-
14191 #  type: "plot"
14192 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14193 #  algorithm: "plot_performance_box"
14194 #  output-file-type: ".html"
14195 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14196 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14197 #  filter: "'NIC_Intel-X710' and
14198 #           '64B' and
14199 #           'NDRPDR' and
14200 #           'ETH' and
14201 #           'IP4FWD' and
14202 #           '1T1C' and
14203 #           'VHOST_1024' and
14204 #           not 'VXLAN' and
14205 #           not 'CFS_OPT' and
14206 #           not 'DOT1Q'"
14207 #  parameters:
14208 #  - "throughput"
14209 #  - "parent"
14210 #  - "tags"
14211 #  sort:
14212 #  - "1VM"
14213 #  - "2VM"
14214 #  traces:
14215 #    hoverinfo: "x+y"
14216 #    boxpoints: "outliers"
14217 #    whiskerwidth: 0
14218 #  layout:
14219 #    title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14220 #    layout: "plot-throughput"
14221 #
14222 #-
14223 #  type: "plot"
14224 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14225 #  algorithm: "plot_performance_box"
14226 #  output-file-type: ".html"
14227 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14228 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14229 #  filter: "'NIC_Intel-X710' and
14230 #           '64B' and
14231 #           'NDRPDR' and
14232 #           'ETH' and
14233 #           'IP4FWD' and
14234 #           '2T2C' and
14235 #           'VHOST_1024' and
14236 #           not 'VXLAN' and
14237 #           not 'CFS_OPT' and
14238 #           not 'DOT1Q'"
14239 #  parameters:
14240 #  - "throughput"
14241 #  - "parent"
14242 #  - "tags"
14243 #  sort:
14244 #  - "1VM"
14245 #  - "2VM"
14246 #  traces:
14247 #    hoverinfo: "x+y"
14248 #    boxpoints: "outliers"
14249 #    whiskerwidth: 0
14250 #  layout:
14251 #    title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14252 #    layout: "plot-throughput"
14253 #
14254 #-
14255 #  type: "plot"
14256 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14257 #  algorithm: "plot_performance_box"
14258 #  output-file-type: ".html"
14259 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14260 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14261 #  filter: "'NIC_Intel-X710' and
14262 #           '64B' and
14263 #           'NDRPDR' and
14264 #           'ETH' and
14265 #           'IP4FWD' and
14266 #           '1T1C' and
14267 #           'VHOST_1024' and
14268 #           not 'VXLAN' and
14269 #           not 'CFS_OPT' and
14270 #           not 'DOT1Q'"
14271 #  parameters:
14272 #  - "throughput"
14273 #  - "parent"
14274 #  - "tags"
14275 #  sort:
14276 #  - "1VM"
14277 #  - "2VM"
14278 #  traces:
14279 #    hoverinfo: "x+y"
14280 #    boxpoints: "outliers"
14281 #    whiskerwidth: 0
14282 #  layout:
14283 #    title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14284 #    layout: "plot-throughput"
14285 #
14286 #-
14287 #  type: "plot"
14288 #  title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14289 #  algorithm: "plot_performance_box"
14290 #  output-file-type: ".html"
14291 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14292 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14293 #  filter: "'NIC_Intel-X710' and
14294 #           '64B' and
14295 #           'NDRPDR' and
14296 #           'ETH' and
14297 #           'IP4FWD' and
14298 #           '2T2C' and
14299 #           'VHOST_1024' and
14300 #           not 'VXLAN' and
14301 #           not 'CFS_OPT' and
14302 #           not 'DOT1Q'"
14303 #  parameters:
14304 #  - "throughput"
14305 #  - "parent"
14306 #  - "tags"
14307 #  sort:
14308 #  - "1VM"
14309 #  - "2VM"
14310 #  traces:
14311 #    hoverinfo: "x+y"
14312 #    boxpoints: "outliers"
14313 #    whiskerwidth: 0
14314 #  layout:
14315 #    title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14316 #    layout: "plot-throughput"
14317 #
14318 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14319 #-
14320 #  type: "plot"
14321 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14322 #  algorithm: "plot_performance_box"
14323 #  output-file-type: ".html"
14324 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14325 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14326 #  filter: "'NIC_Intel-X710' and
14327 #           '64B' and
14328 #           'NDRPDR' and
14329 #           ('ETH' or 'DOT1Q') and
14330 #           'BASE' and
14331 #           '1T1C' and
14332 #           ('L2BDMACLRN' or 'L2XCFWD') and
14333 #           'VHOST_1024' and
14334 #           not 'VXLAN' and
14335 #           not 'IP4FWD' and
14336 #           not '2VM'"
14337 #  parameters:
14338 #  - "throughput"
14339 #  - "parent"
14340 #  - "tags"
14341 #  sort:
14342 #  - "L2BDMACLRN"
14343 #  - "L2BDMACLRN"
14344 #  - "L2BDMACLRN"
14345 #  - "L2XCFWD"
14346 #  - "L2XCFWD"
14347 #  - "L2XCFWD"
14348 #  traces:
14349 #    hoverinfo: "x+y"
14350 #    boxpoints: "outliers"
14351 #    whiskerwidth: 0
14352 #  layout:
14353 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14354 #    layout: "plot-throughput"
14355 #
14356 #-
14357 #  type: "plot"
14358 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14359 #  algorithm: "plot_performance_box"
14360 #  output-file-type: ".html"
14361 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14362 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14363 #  filter: "'NIC_Intel-X710' and
14364 #           '64B' and
14365 #           'NDRPDR' and
14366 #           ('ETH' or 'DOT1Q') and
14367 #           'BASE' and
14368 #           '1T1C' and
14369 #           ('L2BDMACLRN' or 'L2XCFWD') and
14370 #           'VHOST_1024' and
14371 #           not 'VXLAN' and
14372 #           not 'IP4FWD' and
14373 #           not '2VM'"
14374 #  parameters:
14375 #  - "throughput"
14376 #  - "parent"
14377 #  - "tags"
14378 #  sort:
14379 #  - "L2BDMACLRN"
14380 #  - "L2BDMACLRN"
14381 #  - "L2BDMACLRN"
14382 #  - "L2XCFWD"
14383 #  - "L2XCFWD"
14384 #  - "L2XCFWD"
14385 #  traces:
14386 #    hoverinfo: "x+y"
14387 #    boxpoints: "outliers"
14388 #    whiskerwidth: 0
14389 #  layout:
14390 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14391 #    layout: "plot-throughput"
14392 #
14393 #-
14394 #  type: "plot"
14395 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14396 #  algorithm: "plot_performance_box"
14397 #  output-file-type: ".html"
14398 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14399 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14400 #  filter: "'NIC_Intel-X710' and
14401 #           '64B' and
14402 #           'NDRPDR' and
14403 #           ('ETH' or 'DOT1Q') and
14404 #           'BASE' and
14405 #           '2T2C' and
14406 #           ('L2BDMACLRN' or 'L2XCFWD') and
14407 #           'VHOST_1024' and
14408 #           not 'VXLAN' and
14409 #           not 'IP4FWD' and
14410 #           not '2VM'"
14411 #  parameters:
14412 #  - "throughput"
14413 #  - "parent"
14414 #  - "tags"
14415 #  sort:
14416 #  - "L2BDMACLRN"
14417 #  - "L2BDMACLRN"
14418 #  - "L2BDMACLRN"
14419 #  - "L2XCFWD"
14420 #  - "L2XCFWD"
14421 #  - "L2XCFWD"
14422 #  traces:
14423 #    hoverinfo: "x+y"
14424 #    boxpoints: "outliers"
14425 #    whiskerwidth: 0
14426 #  layout:
14427 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14428 #    layout: "plot-throughput"
14429 #
14430 #-
14431 #  type: "plot"
14432 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14433 #  algorithm: "plot_performance_box"
14434 #  output-file-type: ".html"
14435 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14436 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14437 #  filter: "'NIC_Intel-X710' and
14438 #           '64B' and
14439 #           'NDRPDR' and
14440 #           ('ETH' or 'DOT1Q') and
14441 #           'BASE' and
14442 #           '2T2C' and
14443 #           ('L2BDMACLRN' or 'L2XCFWD') and
14444 #           'VHOST_1024' and
14445 #           not 'VXLAN' and
14446 #           not 'IP4FWD' and
14447 #           not '2VM'"
14448 #  parameters:
14449 #  - "throughput"
14450 #  - "parent"
14451 #  - "tags"
14452 #  sort:
14453 #  - "L2BDMACLRN"
14454 #  - "L2BDMACLRN"
14455 #  - "L2BDMACLRN"
14456 #  - "L2XCFWD"
14457 #  - "L2XCFWD"
14458 #  - "L2XCFWD"
14459 #  traces:
14460 #    hoverinfo: "x+y"
14461 #    boxpoints: "outliers"
14462 #    whiskerwidth: 0
14463 #  layout:
14464 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14465 #    layout: "plot-throughput"
14466 #
14467 ## Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14468 #-
14469 #  type: "plot"
14470 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14471 #  algorithm: "plot_performance_box"
14472 #  output-file-type: ".html"
14473 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14474 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14475 #  filter: "'NIC_Intel-X710' and
14476 #           '64B' and
14477 #           'NDRPDR' and
14478 #           ('ETH' or 'DOT1Q') and
14479 #           '1T1C' and
14480 #           ('L2BDMACLRN' or 'L2XCFWD') and
14481 #           'VHOST_1024' and
14482 #           not 'CFS_OPT' and
14483 #           not 'VXLAN' and
14484 #           not 'IP4FWD' and
14485 #           not 'LBOND'"
14486 #  parameters:
14487 #  - "throughput"
14488 #  - "parent"
14489 #  - "tags"
14490 #  sort:
14491 #  - "L2BDMACLRN"
14492 #  - "L2BDMACLRN"
14493 #  - "L2BDMACLRN"
14494 #  - "L2XCFWD"
14495 #  - "L2XCFWD"
14496 #  - "L2XCFWD"
14497 #  traces:
14498 #    hoverinfo: "x+y"
14499 #    boxpoints: "outliers"
14500 #    whiskerwidth: 0
14501 #  layout:
14502 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14503 #    layout: "plot-throughput"
14504 #
14505 #-
14506 #  type: "plot"
14507 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14508 #  algorithm: "plot_performance_box"
14509 #  output-file-type: ".html"
14510 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14511 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14512 #  filter: "'NIC_Intel-X710' and
14513 #           '64B' and
14514 #           'NDRPDR' and
14515 #           ('ETH' or 'DOT1Q') and
14516 #           '1T1C' and
14517 #           ('L2BDMACLRN' or 'L2XCFWD') and
14518 #           'VHOST_1024' and
14519 #           not 'CFS_OPT' and
14520 #           not 'VXLAN' and
14521 #           not 'IP4FWD' and
14522 #           not 'LBOND'"
14523 #  parameters:
14524 #  - "throughput"
14525 #  - "parent"
14526 #  - "tags"
14527 #  sort:
14528 #  - "L2BDMACLRN"
14529 #  - "L2BDMACLRN"
14530 #  - "L2BDMACLRN"
14531 #  - "L2XCFWD"
14532 #  - "L2XCFWD"
14533 #  - "L2XCFWD"
14534 #  traces:
14535 #    hoverinfo: "x+y"
14536 #    boxpoints: "outliers"
14537 #    whiskerwidth: 0
14538 #  layout:
14539 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14540 #    layout: "plot-throughput"
14541 #
14542 #-
14543 #  type: "plot"
14544 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14545 #  algorithm: "plot_performance_box"
14546 #  output-file-type: ".html"
14547 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14548 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14549 #  filter: "'NIC_Intel-X710' and
14550 #           '64B' and
14551 #           'NDRPDR' and
14552 #           ('ETH' or 'DOT1Q') and
14553 #           '2T2C' and
14554 #           ('L2BDMACLRN' or 'L2XCFWD') and
14555 #           'VHOST_1024' and
14556 #           not 'CFS_OPT' and
14557 #           not 'VXLAN' and
14558 #           not 'IP4FWD' and
14559 #           not 'LBOND'"
14560 #  parameters:
14561 #  - "throughput"
14562 #  - "parent"
14563 #  - "tags"
14564 #  sort:
14565 #  - "L2BDMACLRN"
14566 #  - "L2BDMACLRN"
14567 #  - "L2BDMACLRN"
14568 #  - "L2XCFWD"
14569 #  - "L2XCFWD"
14570 #  - "L2XCFWD"
14571 #  traces:
14572 #    hoverinfo: "x+y"
14573 #    boxpoints: "outliers"
14574 #    whiskerwidth: 0
14575 #  layout:
14576 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14577 #    layout: "plot-throughput"
14578 #
14579 #-
14580 #  type: "plot"
14581 #  title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14582 #  algorithm: "plot_performance_box"
14583 #  output-file-type: ".html"
14584 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14585 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14586 #  filter: "'NIC_Intel-X710' and
14587 #           '64B' and
14588 #           'NDRPDR' and
14589 #           ('ETH' or 'DOT1Q') and
14590 #           '2T2C' and
14591 #           ('L2BDMACLRN' or 'L2XCFWD') and
14592 #           'VHOST_1024' and
14593 #           not 'CFS_OPT' and
14594 #           not 'VXLAN' and
14595 #           not 'IP4FWD' and
14596 #           not 'LBOND'"
14597 #  parameters:
14598 #  - "throughput"
14599 #  - "parent"
14600 #  - "tags"
14601 #  sort:
14602 #  - "L2BDMACLRN"
14603 #  - "L2BDMACLRN"
14604 #  - "L2BDMACLRN"
14605 #  - "L2XCFWD"
14606 #  - "L2XCFWD"
14607 #  - "L2XCFWD"
14608 #  traces:
14609 #    hoverinfo: "x+y"
14610 #    boxpoints: "outliers"
14611 #    whiskerwidth: 0
14612 #  layout:
14613 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14614 #    layout: "plot-throughput"
14615
14616 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14617 -
14618   type: "plot"
14619   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14620   algorithm: "plot_performance_box"
14621   output-file-type: ".html"
14622   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14624   filter: "'NIC_Intel-X710' and
14625            '64B' and
14626            'NDRPDR' and
14627            'ETH' and
14628            'IP4FWD' and
14629            '2T1C' and
14630            'VHOST_1024' and
14631            not 'VXLAN' and
14632            not 'DOT1Q'"
14633   parameters:
14634   - "throughput"
14635   - "parent"
14636   - "tags"
14637   sort:
14638   - "1VM"
14639   - "2VM"
14640   traces:
14641     hoverinfo: "x+y"
14642     boxpoints: "outliers"
14643     whiskerwidth: 0
14644   layout:
14645     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14646     layout: "plot-throughput"
14647
14648 -
14649   type: "plot"
14650   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14651   algorithm: "plot_performance_box"
14652   output-file-type: ".html"
14653   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14655   filter: "'NIC_Intel-X710' and
14656            '64B' and
14657            'NDRPDR' and
14658            'ETH' and
14659            'IP4FWD' and
14660            '4T2C' and
14661            'VHOST_1024' and
14662            not 'VXLAN' and
14663            not 'DOT1Q'"
14664   parameters:
14665   - "throughput"
14666   - "parent"
14667   - "tags"
14668   sort:
14669   - "1VM"
14670   - "2VM"
14671   traces:
14672     hoverinfo: "x+y"
14673     boxpoints: "outliers"
14674     whiskerwidth: 0
14675   layout:
14676     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14677     layout: "plot-throughput"
14678
14679 -
14680   type: "plot"
14681   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14682   algorithm: "plot_performance_box"
14683   output-file-type: ".html"
14684   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14686   filter: "'NIC_Intel-X710' and
14687            '64B' and
14688            'NDRPDR' and
14689            'ETH' and
14690            'IP4FWD' and
14691            '2T1C' and
14692            'VHOST_1024' and
14693            not 'VXLAN' and
14694            not 'DOT1Q'"
14695   parameters:
14696   - "throughput"
14697   - "parent"
14698   - "tags"
14699   sort:
14700   - "1VM"
14701   - "2VM"
14702   traces:
14703     hoverinfo: "x+y"
14704     boxpoints: "outliers"
14705     whiskerwidth: 0
14706   layout:
14707     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14708     layout: "plot-throughput"
14709
14710 -
14711   type: "plot"
14712   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14713   algorithm: "plot_performance_box"
14714   output-file-type: ".html"
14715   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14717   filter: "'NIC_Intel-X710' and
14718            '64B' and
14719            'NDRPDR' and
14720            'ETH' and
14721            'IP4FWD' and
14722            '4T2C' and
14723            'VHOST_1024' and
14724            not 'VXLAN' and
14725            not 'DOT1Q'"
14726   parameters:
14727   - "throughput"
14728   - "parent"
14729   - "tags"
14730   sort:
14731   - "1VM"
14732   - "2VM"
14733   traces:
14734     hoverinfo: "x+y"
14735     boxpoints: "outliers"
14736     whiskerwidth: 0
14737   layout:
14738     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14739     layout: "plot-throughput"
14740
14741 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14742 -
14743   type: "plot"
14744   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14745   algorithm: "plot_performance_box"
14746   output-file-type: ".html"
14747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14749   filter: "'NIC_Intel-X710' and
14750            '64B' and
14751            'NDRPDR' and
14752            ('ETH' or 'DOT1Q') and
14753            'BASE' and
14754            '2T1C' and
14755            ('L2BDMACLRN' or 'L2XCFWD') and
14756            'VHOST_1024' and
14757            not 'VXLAN' and
14758            not 'IP4FWD' and
14759            not '2VM'"
14760   parameters:
14761   - "throughput"
14762   - "parent"
14763   - "tags"
14764   sort:
14765   - "L2BDMACLRN"
14766   - "L2BDMACLRN"
14767   - "L2BDMACLRN"
14768   - "L2XCFWD"
14769   - "L2XCFWD"
14770   - "L2XCFWD"
14771   traces:
14772     hoverinfo: "x+y"
14773     boxpoints: "outliers"
14774     whiskerwidth: 0
14775   layout:
14776     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14777     layout: "plot-throughput"
14778
14779 -
14780   type: "plot"
14781   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14782   algorithm: "plot_performance_box"
14783   output-file-type: ".html"
14784   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14786   filter: "'NIC_Intel-X710' and
14787            '64B' and
14788            'NDRPDR' and
14789            ('ETH' or 'DOT1Q') and
14790            'BASE' and
14791            '2T1C' and
14792            ('L2BDMACLRN' or 'L2XCFWD') and
14793            'VHOST_1024' and
14794            not 'VXLAN' and
14795            not 'IP4FWD' and
14796            not '2VM'"
14797   parameters:
14798   - "throughput"
14799   - "parent"
14800   - "tags"
14801   sort:
14802   - "L2BDMACLRN"
14803   - "L2BDMACLRN"
14804   - "L2BDMACLRN"
14805   - "L2XCFWD"
14806   - "L2XCFWD"
14807   - "L2XCFWD"
14808   traces:
14809     hoverinfo: "x+y"
14810     boxpoints: "outliers"
14811     whiskerwidth: 0
14812   layout:
14813     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14814     layout: "plot-throughput"
14815
14816 -
14817   type: "plot"
14818   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14819   algorithm: "plot_performance_box"
14820   output-file-type: ".html"
14821   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14823   filter: "'NIC_Intel-X710' and
14824            '64B' and
14825            'NDRPDR' and
14826            ('ETH' or 'DOT1Q') and
14827            'BASE' and
14828            '4T2C' and
14829            ('L2BDMACLRN' or 'L2XCFWD') and
14830            'VHOST_1024' and
14831            not 'VXLAN' and
14832            not 'IP4FWD' and
14833            not '2VM'"
14834   parameters:
14835   - "throughput"
14836   - "parent"
14837   - "tags"
14838   sort:
14839   - "L2BDMACLRN"
14840   - "L2BDMACLRN"
14841   - "L2BDMACLRN"
14842   - "L2XCFWD"
14843   - "L2XCFWD"
14844   - "L2XCFWD"
14845   traces:
14846     hoverinfo: "x+y"
14847     boxpoints: "outliers"
14848     whiskerwidth: 0
14849   layout:
14850     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14851     layout: "plot-throughput"
14852
14853 -
14854   type: "plot"
14855   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14856   algorithm: "plot_performance_box"
14857   output-file-type: ".html"
14858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14860   filter: "'NIC_Intel-X710' and
14861            '64B' and
14862            'NDRPDR' and
14863            ('ETH' or 'DOT1Q') and
14864            'BASE' and
14865            '4T2C' and
14866            ('L2BDMACLRN' or 'L2XCFWD') and
14867            'VHOST_1024' and
14868            not 'VXLAN' and
14869            not 'IP4FWD' and
14870            not '2VM'"
14871   parameters:
14872   - "throughput"
14873   - "parent"
14874   - "tags"
14875   sort:
14876   - "L2BDMACLRN"
14877   - "L2BDMACLRN"
14878   - "L2BDMACLRN"
14879   - "L2XCFWD"
14880   - "L2XCFWD"
14881   - "L2XCFWD"
14882   traces:
14883     hoverinfo: "x+y"
14884     boxpoints: "outliers"
14885     whiskerwidth: 0
14886   layout:
14887     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14888     layout: "plot-throughput"
14889
14890 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14891 -
14892   type: "plot"
14893   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14894   algorithm: "plot_performance_box"
14895   output-file-type: ".html"
14896   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14898   filter: "'NIC_Intel-X710' and
14899            '64B' and
14900            'NDRPDR' and
14901            ('ETH' or 'DOT1Q') and
14902            '2T1C' and
14903            ('L2BDMACLRN' or 'L2XCFWD') and
14904            'VHOST_1024' and
14905            not 'CFS_OPT' and
14906            not 'VXLAN' and
14907            not 'IP4FWD' and
14908            not 'LBOND'"
14909   parameters:
14910   - "throughput"
14911   - "parent"
14912   - "tags"
14913   sort:
14914   - "L2BDMACLRN"
14915   - "L2BDMACLRN"
14916   - "L2BDMACLRN"
14917   - "L2XCFWD"
14918   - "L2XCFWD"
14919   - "L2XCFWD"
14920   traces:
14921     hoverinfo: "x+y"
14922     boxpoints: "outliers"
14923     whiskerwidth: 0
14924   layout:
14925     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14926     layout: "plot-throughput"
14927
14928 -
14929   type: "plot"
14930   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14931   algorithm: "plot_performance_box"
14932   output-file-type: ".html"
14933   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14935   filter: "'NIC_Intel-X710' and
14936            '64B' and
14937            'NDRPDR' and
14938            ('ETH' or 'DOT1Q') and
14939            '2T1C' and
14940            ('L2BDMACLRN' or 'L2XCFWD') and
14941            'VHOST_1024' and
14942            not 'CFS_OPT' and
14943            not 'VXLAN' and
14944            not 'IP4FWD' and
14945            not 'LBOND'"
14946   parameters:
14947   - "throughput"
14948   - "parent"
14949   - "tags"
14950   sort:
14951   - "L2BDMACLRN"
14952   - "L2BDMACLRN"
14953   - "L2BDMACLRN"
14954   - "L2XCFWD"
14955   - "L2XCFWD"
14956   - "L2XCFWD"
14957   traces:
14958     hoverinfo: "x+y"
14959     boxpoints: "outliers"
14960     whiskerwidth: 0
14961   layout:
14962     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14963     layout: "plot-throughput"
14964
14965 -
14966   type: "plot"
14967   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14968   algorithm: "plot_performance_box"
14969   output-file-type: ".html"
14970   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14972   filter: "'NIC_Intel-X710' and
14973            '64B' and
14974            'NDRPDR' and
14975            ('ETH' or 'DOT1Q') and
14976            '4T2C' and
14977            ('L2BDMACLRN' or 'L2XCFWD') and
14978            'VHOST_1024' and
14979            not 'CFS_OPT' and
14980            not 'VXLAN' and
14981            not 'IP4FWD' and
14982            not 'LBOND'"
14983   parameters:
14984   - "throughput"
14985   - "parent"
14986   - "tags"
14987   sort:
14988   - "L2BDMACLRN"
14989   - "L2BDMACLRN"
14990   - "L2BDMACLRN"
14991   - "L2XCFWD"
14992   - "L2XCFWD"
14993   - "L2XCFWD"
14994   traces:
14995     hoverinfo: "x+y"
14996     boxpoints: "outliers"
14997     whiskerwidth: 0
14998   layout:
14999     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15000     layout: "plot-throughput"
15001
15002 -
15003   type: "plot"
15004   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15005   algorithm: "plot_performance_box"
15006   output-file-type: ".html"
15007   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15009   filter: "'NIC_Intel-X710' and
15010            '64B' and
15011            'NDRPDR' and
15012            ('ETH' or 'DOT1Q') and
15013            '4T2C' and
15014            ('L2BDMACLRN' or 'L2XCFWD') and
15015            'VHOST_1024' and
15016            not 'CFS_OPT' and
15017            not 'VXLAN' and
15018            not 'IP4FWD' and
15019            not 'LBOND'"
15020   parameters:
15021   - "throughput"
15022   - "parent"
15023   - "tags"
15024   sort:
15025   - "L2BDMACLRN"
15026   - "L2BDMACLRN"
15027   - "L2BDMACLRN"
15028   - "L2XCFWD"
15029   - "L2XCFWD"
15030   - "L2XCFWD"
15031   traces:
15032     hoverinfo: "x+y"
15033     boxpoints: "outliers"
15034     whiskerwidth: 0
15035   layout:
15036     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15037     layout: "plot-throughput"
15038
15039 ## Packet Throughput - VPP vhost ip4 2n-skx-x710
15040 #-
15041 #  type: "plot"
15042 #  title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15043 #  algorithm: "plot_performance_box"
15044 #  output-file-type: ".html"
15045 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15046 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15047 #  filter: "'NIC_Intel-X710' and
15048 #           '64B' and
15049 #           'NDRPDR' and
15050 #           'ETH' and
15051 #           'IP4FWD' and
15052 #           '2T1C' and
15053 #           'VHOST_1024' and
15054 #           not 'VXLAN' and
15055 #           not 'NF_DENSITY' and
15056 #           not 'CFS_OPT' and
15057 #           not 'DOT1Q'"
15058 #  parameters:
15059 #  - "throughput"
15060 #  - "parent"
15061 #  - "tags"
15062 #  sort:
15063 #  - "1VM"
15064 #  - "2VM"
15065 #  traces:
15066 #    hoverinfo: "x+y"
15067 #    boxpoints: "outliers"
15068 #    whiskerwidth: 0
15069 #  layout:
15070 #    title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15071 #    layout: "plot-throughput"
15072 #
15073 #-
15074 #  type: "plot"
15075 #  title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15076 #  algorithm: "plot_performance_box"
15077 #  output-file-type: ".html"
15078 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15079 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15080 #  filter: "'NIC_Intel-X710' and
15081 #           '64B' and
15082 #           'NDRPDR' and
15083 #           'ETH' and
15084 #           'IP4FWD' and
15085 #           '4T2C' and
15086 #           'VHOST_1024' and
15087 #           not 'VXLAN' and
15088 #           not 'NF_DENSITY' and
15089 #           not 'CFS_OPT' and
15090 #           not 'DOT1Q'"
15091 #  parameters:
15092 #  - "throughput"
15093 #  - "parent"
15094 #  - "tags"
15095 #  sort:
15096 #  - "1VM"
15097 #  - "2VM"
15098 #  traces:
15099 #    hoverinfo: "x+y"
15100 #    boxpoints: "outliers"
15101 #    whiskerwidth: 0
15102 #  layout:
15103 #    title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15104 #    layout: "plot-throughput"
15105 #
15106 #-
15107 #  type: "plot"
15108 #  title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15109 #  algorithm: "plot_performance_box"
15110 #  output-file-type: ".html"
15111 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15112 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15113 #  filter: "'NIC_Intel-X710' and
15114 #           '64B' and
15115 #           'NDRPDR' and
15116 #           'ETH' and
15117 #           'IP4FWD' and
15118 #           '2T1C' and
15119 #           'VHOST_1024' and
15120 #           not 'VXLAN' and
15121 #           not 'NF_DENSITY' and
15122 #           not 'CFS_OPT' and
15123 #           not 'DOT1Q'"
15124 #  parameters:
15125 #  - "throughput"
15126 #  - "parent"
15127 #  - "tags"
15128 #  sort:
15129 #  - "1VM"
15130 #  - "2VM"
15131 #  traces:
15132 #    hoverinfo: "x+y"
15133 #    boxpoints: "outliers"
15134 #    whiskerwidth: 0
15135 #  layout:
15136 #    title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15137 #    layout: "plot-throughput"
15138 #
15139 #-
15140 #  type: "plot"
15141 #  title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15142 #  algorithm: "plot_performance_box"
15143 #  output-file-type: ".html"
15144 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15145 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15146 #  filter: "'NIC_Intel-X710' and
15147 #           '64B' and
15148 #           'NDRPDR' and
15149 #           'ETH' and
15150 #           'IP4FWD' and
15151 #           '4T2C' and
15152 #           'VHOST_1024' and
15153 #           not 'VXLAN' and
15154 #           not 'NF_DENSITY' and
15155 #           not 'CFS_OPT' and
15156 #           not 'DOT1Q'"
15157 #  parameters:
15158 #  - "throughput"
15159 #  - "parent"
15160 #  - "tags"
15161 #  sort:
15162 #  - "1VM"
15163 #  - "2VM"
15164 #  traces:
15165 #    hoverinfo: "x+y"
15166 #    boxpoints: "outliers"
15167 #    whiskerwidth: 0
15168 #  layout:
15169 #    title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15170 #    layout: "plot-throughput"
15171 #
15172 ## Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15173 #-
15174 #  type: "plot"
15175 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15176 #  algorithm: "plot_performance_box"
15177 #  output-file-type: ".html"
15178 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15179 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15180 #  filter: "'NIC_Intel-X710' and
15181 #           '64B' and
15182 #           'NDRPDR' and
15183 #           ('ETH' or 'DOT1Q') and
15184 #           'BASE' and
15185 #           '2T1C' and
15186 #           ('L2BDMACLRN' or 'L2XCFWD') and
15187 #           'VHOST_1024' and
15188 #           not 'VXLAN' and
15189 #           not 'NF_DENSITY' and
15190 #           not 'IP4FWD' and
15191 #           not '2VM'"
15192 #  parameters:
15193 #  - "throughput"
15194 #  - "parent"
15195 #  - "tags"
15196 ##  sort:
15197 ##  - "not CFS_OPT"
15198 ##  - "L2XCFWD"
15199 ##  - "not CFS_OPT"
15200 ##  - "CFS_OPT"
15201 #  traces:
15202 #    hoverinfo: "x+y"
15203 #    boxpoints: "outliers"
15204 #    whiskerwidth: 0
15205 #  layout:
15206 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15207 #    layout: "plot-throughput"
15208 #
15209 #-
15210 #  type: "plot"
15211 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15212 #  algorithm: "plot_performance_box"
15213 #  output-file-type: ".html"
15214 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15215 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15216 #  filter: "'NIC_Intel-X710' and
15217 #           '64B' and
15218 #           'NDRPDR' and
15219 #           ('ETH' or 'DOT1Q') and
15220 #           'BASE' and
15221 #           '2T1C' and
15222 #           ('L2BDMACLRN' or 'L2XCFWD') and
15223 #           'VHOST_1024' and
15224 #           not 'VXLAN' and
15225 #           not 'NF_DENSITY' and
15226 #           not 'IP4FWD' and
15227 #           not '2VM'"
15228 #  parameters:
15229 #  - "throughput"
15230 #  - "parent"
15231 #  - "tags"
15232 ##  sort:
15233 ##  - "not CFS_OPT"
15234 ##  - "L2XCFWD"
15235 ##  - "not CFS_OPT"
15236 ##  - "CFS_OPT"
15237 #  traces:
15238 #    hoverinfo: "x+y"
15239 #    boxpoints: "outliers"
15240 #    whiskerwidth: 0
15241 #  layout:
15242 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15243 #    layout: "plot-throughput"
15244 #
15245 #-
15246 #  type: "plot"
15247 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15248 #  algorithm: "plot_performance_box"
15249 #  output-file-type: ".html"
15250 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15251 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15252 #  filter: "'NIC_Intel-X710' and
15253 #           '64B' and
15254 #           'NDRPDR' and
15255 #           ('ETH' or 'DOT1Q') and
15256 #           'BASE' and
15257 #           '4T2C' and
15258 #           ('L2BDMACLRN' or 'L2XCFWD') and
15259 #           'VHOST_1024' and
15260 #           not 'VXLAN' and
15261 #           not 'NF_DENSITY' and
15262 #           not 'IP4FWD' and
15263 #           not '2VM'"
15264 #  parameters:
15265 #  - "throughput"
15266 #  - "parent"
15267 #  - "tags"
15268 ##  sort:
15269 ##  - "not CFS_OPT"
15270 ##  - "L2XCFWD"
15271 ##  - "not CFS_OPT"
15272 ##  - "CFS_OPT"
15273 #  traces:
15274 #    hoverinfo: "x+y"
15275 #    boxpoints: "outliers"
15276 #    whiskerwidth: 0
15277 #  layout:
15278 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15279 #    layout: "plot-throughput"
15280 #
15281 #-
15282 #  type: "plot"
15283 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15284 #  algorithm: "plot_performance_box"
15285 #  output-file-type: ".html"
15286 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15287 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15288 #  filter: "'NIC_Intel-X710' and
15289 #           '64B' and
15290 #           'NDRPDR' and
15291 #           ('ETH' or 'DOT1Q') and
15292 #           'BASE' and
15293 #           '4T2C' and
15294 #           ('L2BDMACLRN' or 'L2XCFWD') and
15295 #           'VHOST_1024' and
15296 #           not 'VXLAN' and
15297 #           not 'NF_DENSITY' and
15298 #           not 'IP4FWD' and
15299 #           not '2VM'"
15300 #  parameters:
15301 #  - "throughput"
15302 #  - "parent"
15303 #  - "tags"
15304 ##  sort:
15305 ##  - "not CFS_OPT"
15306 ##  - "L2XCFWD"
15307 ##  - "not CFS_OPT"
15308 ##  - "CFS_OPT"
15309 #  traces:
15310 #    hoverinfo: "x+y"
15311 #    boxpoints: "outliers"
15312 #    whiskerwidth: 0
15313 #  layout:
15314 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15315 #    layout: "plot-throughput"
15316 #
15317 ## Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15318 #-
15319 #  type: "plot"
15320 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15321 #  algorithm: "plot_performance_box"
15322 #  output-file-type: ".html"
15323 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15324 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15325 #  filter: "'NIC_Intel-X710' and
15326 #           '64B' and
15327 #           'NDRPDR' and
15328 #           ('ETH' or 'DOT1Q') and
15329 #           '2T1C' and
15330 #           ('L2BDMACLRN' or 'L2XCFWD') and
15331 #           'VHOST_1024' and
15332 #           not 'CFS_OPT' and
15333 #           not 'VXLAN' and
15334 #           not 'NF_DENSITY' and
15335 #           not 'DOT1Q' and
15336 #           not 'IP4FWD'"
15337 #  parameters:
15338 #  - "throughput"
15339 #  - "parent"
15340 #  - "tags"
15341 ##  sort:
15342 ##  - "1VM"
15343 ##  - "L2XCFWD"
15344 ##  - "1VM"
15345 ##  - "L2BDMACLRN"
15346 #  traces:
15347 #    hoverinfo: "x+y"
15348 #    boxpoints: "outliers"
15349 #    whiskerwidth: 0
15350 #  layout:
15351 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15352 #    layout: "plot-throughput"
15353 #
15354 #-
15355 #  type: "plot"
15356 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15357 #  algorithm: "plot_performance_box"
15358 #  output-file-type: ".html"
15359 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15360 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15361 #  filter: "'NIC_Intel-X710' and
15362 #           '64B' and
15363 #           'NDRPDR' and
15364 #           ('ETH' or 'DOT1Q') and
15365 #           '2T1C' and
15366 #           ('L2BDMACLRN' or 'L2XCFWD') and
15367 #           'VHOST_1024' and
15368 #           not 'CFS_OPT' and
15369 #           not 'VXLAN' and
15370 #           not 'NF_DENSITY' and
15371 #           not 'DOT1Q' and
15372 #           not 'IP4FWD'"
15373 #  parameters:
15374 #  - "throughput"
15375 #  - "parent"
15376 #  - "tags"
15377 ##  sort:
15378 ##  - "1VM"
15379 ##  - "L2XCFWD"
15380 ##  - "1VM"
15381 ##  - "L2BDMACLRN"
15382 #  traces:
15383 #    hoverinfo: "x+y"
15384 #    boxpoints: "outliers"
15385 #    whiskerwidth: 0
15386 #  layout:
15387 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15388 #    layout: "plot-throughput"
15389 #
15390 #-
15391 #  type: "plot"
15392 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15393 #  algorithm: "plot_performance_box"
15394 #  output-file-type: ".html"
15395 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15396 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15397 #  filter: "'NIC_Intel-X710' and
15398 #           '64B' and
15399 #           'NDRPDR' and
15400 #           ('ETH' or 'DOT1Q') and
15401 #           '4T2C' and
15402 #           ('L2BDMACLRN' or 'L2XCFWD') and
15403 #           'VHOST_1024' and
15404 #           not 'CFS_OPT' and
15405 #           not 'VXLAN' and
15406 #           not 'NF_DENSITY' and
15407 #           not 'DOT1Q' and
15408 #           not 'IP4FWD'"
15409 #  parameters:
15410 #  - "throughput"
15411 #  - "parent"
15412 #  - "tags"
15413 ##  sort:
15414 ##  - "1VM"
15415 ##  - "L2XCFWD"
15416 ##  - "1VM"
15417 ##  - "L2BDMACLRN"
15418 #  traces:
15419 #    hoverinfo: "x+y"
15420 #    boxpoints: "outliers"
15421 #    whiskerwidth: 0
15422 #  layout:
15423 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15424 #    layout: "plot-throughput"
15425 #
15426 #-
15427 #  type: "plot"
15428 #  title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15429 #  algorithm: "plot_performance_box"
15430 #  output-file-type: ".html"
15431 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15432 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15433 #  filter: "'NIC_Intel-X710' and
15434 #           '64B' and
15435 #           'NDRPDR' and
15436 #           ('ETH' or 'DOT1Q') and
15437 #           '4T2C' and
15438 #           ('L2BDMACLRN' or 'L2XCFWD') and
15439 #           'VHOST_1024' and
15440 #           not 'CFS_OPT' and
15441 #           not 'VXLAN' and
15442 #           not 'NF_DENSITY' and
15443 #           not 'DOT1Q' and
15444 #           not 'IP4FWD'"
15445 #  parameters:
15446 #  - "throughput"
15447 #  - "parent"
15448 #  - "tags"
15449 ##  sort:
15450 ##  - "1VM"
15451 ##  - "L2XCFWD"
15452 ##  - "1VM"
15453 ##  - "L2BDMACLRN"
15454 #  traces:
15455 #    hoverinfo: "x+y"
15456 #    boxpoints: "outliers"
15457 #    whiskerwidth: 0
15458 #  layout:
15459 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15460 #    layout: "plot-throughput"
15461 #
15462 ## Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15463 #-
15464 #  type: "plot"
15465 #  title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15466 #  algorithm: "plot_performance_box"
15467 #  output-file-type: ".html"
15468 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15469 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15470 #  filter: "'NIC_Intel-XXV710' and
15471 #           '64B' and
15472 #           'NDRPDR' and
15473 #           'ETH' and
15474 #           'IP4FWD' and
15475 #           '2T1C' and
15476 #           'VHOST_1024' and
15477 #           not 'VXLAN' and
15478 #           not 'CFS_OPT' and
15479 #           not 'DOT1Q'"
15480 #  parameters:
15481 #  - "throughput"
15482 #  - "parent"
15483 #  - "tags"
15484 #  sort:
15485 #  - "1VM"
15486 #  - "2VM"
15487 #  traces:
15488 #    hoverinfo: "x+y"
15489 #    boxpoints: "outliers"
15490 #    whiskerwidth: 0
15491 #  layout:
15492 #    title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15493 #    layout: "plot-throughput"
15494 #
15495 #-
15496 #  type: "plot"
15497 #  title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15498 #  algorithm: "plot_performance_box"
15499 #  output-file-type: ".html"
15500 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15501 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15502 #  filter: "'NIC_Intel-XXV710' and
15503 #           '64B' and
15504 #           'NDRPDR' and
15505 #           'ETH' and
15506 #           'IP4FWD' and
15507 #           '4T2C' and
15508 #           'VHOST_1024' and
15509 #           not 'VXLAN' and
15510 #           not 'CFS_OPT' and
15511 #           not 'DOT1Q'"
15512 #  parameters:
15513 #  - "throughput"
15514 #  - "parent"
15515 #  - "tags"
15516 #  sort:
15517 #  - "1VM"
15518 #  - "2VM"
15519 #  traces:
15520 #    hoverinfo: "x+y"
15521 #    boxpoints: "outliers"
15522 #    whiskerwidth: 0
15523 #  layout:
15524 #    title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15525 #    layout: "plot-throughput"
15526 #
15527 #-
15528 #  type: "plot"
15529 #  title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15530 #  algorithm: "plot_performance_box"
15531 #  output-file-type: ".html"
15532 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15533 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15534 #  filter: "'NIC_Intel-XXV710' and
15535 #           '64B' and
15536 #           'NDRPDR' and
15537 #           'ETH' and
15538 #           'IP4FWD' and
15539 #           '2T1C' and
15540 #           'VHOST_1024' and
15541 #           not 'VXLAN' and
15542 #           not 'CFS_OPT' and
15543 #           not 'DOT1Q'"
15544 #  parameters:
15545 #  - "throughput"
15546 #  - "parent"
15547 #  - "tags"
15548 #  sort:
15549 #  - "1VM"
15550 #  - "2VM"
15551 #  traces:
15552 #    hoverinfo: "x+y"
15553 #    boxpoints: "outliers"
15554 #    whiskerwidth: 0
15555 #  layout:
15556 #    title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15557 #    layout: "plot-throughput"
15558 #
15559 #-
15560 #  type: "plot"
15561 #  title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15562 #  algorithm: "plot_performance_box"
15563 #  output-file-type: ".html"
15564 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15565 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15566 #  filter: "'NIC_Intel-XXV710' and
15567 #           '64B' and
15568 #           'NDRPDR' and
15569 #           'ETH' and
15570 #           'IP4FWD' and
15571 #           '4T2C' and
15572 #           'VHOST_1024' and
15573 #           not 'VXLAN' and
15574 #           not 'CFS_OPT' and
15575 #           not 'DOT1Q'"
15576 #  parameters:
15577 #  - "throughput"
15578 #  - "parent"
15579 #  - "tags"
15580 #  sort:
15581 #  - "1VM"
15582 #  - "2VM"
15583 #  traces:
15584 #    hoverinfo: "x+y"
15585 #    boxpoints: "outliers"
15586 #    whiskerwidth: 0
15587 #  layout:
15588 #    title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15589 #    layout: "plot-throughput"
15590 #
15591 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15592 #-
15593 #  type: "plot"
15594 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15595 #  algorithm: "plot_performance_box"
15596 #  output-file-type: ".html"
15597 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15598 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15599 #  filter: "'NIC_Intel-XXV710' and
15600 #           '64B' and
15601 #           'NDRPDR' and
15602 #           ('ETH' or 'DOT1Q') and
15603 #           'BASE' and
15604 #           '2T1C' and
15605 #           ('L2BDMACLRN' or 'L2XCFWD') and
15606 #           'VHOST_1024' and
15607 #           not 'VXLAN' and
15608 #           not 'IP4FWD' and
15609 #           not '2VM'"
15610 #  parameters:
15611 #  - "throughput"
15612 #  - "parent"
15613 #  - "tags"
15614 ##  sort:
15615 ##  - "not CFS_OPT"
15616 ##  - "L2XCFWD"
15617 ##  - "not CFS_OPT"
15618 ##  - "CFS_OPT"
15619 #  traces:
15620 #    hoverinfo: "x+y"
15621 #    boxpoints: "outliers"
15622 #    whiskerwidth: 0
15623 #  layout:
15624 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15625 #    layout: "plot-throughput"
15626 #
15627 #-
15628 #  type: "plot"
15629 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15630 #  algorithm: "plot_performance_box"
15631 #  output-file-type: ".html"
15632 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15633 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15634 #  filter: "'NIC_Intel-XXV710' and
15635 #           '64B' and
15636 #           'NDRPDR' and
15637 #           ('ETH' or 'DOT1Q') and
15638 #           'BASE' and
15639 #           '2T1C' and
15640 #           ('L2BDMACLRN' or 'L2XCFWD') and
15641 #           'VHOST_1024' and
15642 #           not 'VXLAN' and
15643 #           not 'IP4FWD' and
15644 #           not '2VM'"
15645 #  parameters:
15646 #  - "throughput"
15647 #  - "parent"
15648 #  - "tags"
15649 ##  sort:
15650 ##  - "not CFS_OPT"
15651 ##  - "L2XCFWD"
15652 ##  - "not CFS_OPT"
15653 ##  - "CFS_OPT"
15654 #  traces:
15655 #    hoverinfo: "x+y"
15656 #    boxpoints: "outliers"
15657 #    whiskerwidth: 0
15658 #  layout:
15659 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15660 #    layout: "plot-throughput"
15661 #
15662 #-
15663 #  type: "plot"
15664 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15665 #  algorithm: "plot_performance_box"
15666 #  output-file-type: ".html"
15667 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15668 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15669 #  filter: "'NIC_Intel-XXV710' and
15670 #           '64B' and
15671 #           'NDRPDR' and
15672 #           ('ETH' or 'DOT1Q') and
15673 #           'BASE' and
15674 #           '4T2C' and
15675 #           ('L2BDMACLRN' or 'L2XCFWD') and
15676 #           'VHOST_1024' and
15677 #           not 'VXLAN' and
15678 #           not 'IP4FWD' and
15679 #           not '2VM'"
15680 #  parameters:
15681 #  - "throughput"
15682 #  - "parent"
15683 #  - "tags"
15684 ##  sort:
15685 ##  - "not CFS_OPT"
15686 ##  - "L2XCFWD"
15687 ##  - "not CFS_OPT"
15688 ##  - "CFS_OPT"
15689 #  traces:
15690 #    hoverinfo: "x+y"
15691 #    boxpoints: "outliers"
15692 #    whiskerwidth: 0
15693 #  layout:
15694 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15695 #    layout: "plot-throughput"
15696 #
15697 #-
15698 #  type: "plot"
15699 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15700 #  algorithm: "plot_performance_box"
15701 #  output-file-type: ".html"
15702 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15703 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15704 #  filter: "'NIC_Intel-XXV710' and
15705 #           '64B' and
15706 #           'NDRPDR' and
15707 #           ('ETH' or 'DOT1Q') and
15708 #           'BASE' and
15709 #           '4T2C' and
15710 #           ('L2BDMACLRN' or 'L2XCFWD') and
15711 #           'VHOST_1024' and
15712 #           not 'VXLAN' and
15713 #           not 'IP4FWD' and
15714 #           not '2VM'"
15715 #  parameters:
15716 #  - "throughput"
15717 #  - "parent"
15718 #  - "tags"
15719 ##  sort:
15720 ##  - "not CFS_OPT"
15721 ##  - "L2XCFWD"
15722 ##  - "not CFS_OPT"
15723 ##  - "CFS_OPT"
15724 #  traces:
15725 #    hoverinfo: "x+y"
15726 #    boxpoints: "outliers"
15727 #    whiskerwidth: 0
15728 #  layout:
15729 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15730 #    layout: "plot-throughput"
15731 #
15732 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15733 #-
15734 #  type: "plot"
15735 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15736 #  algorithm: "plot_performance_box"
15737 #  output-file-type: ".html"
15738 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15739 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15740 #  filter: "'NIC_Intel-XXV710' and
15741 #           '64B' and
15742 #           'NDRPDR' and
15743 #           ('ETH' or 'DOT1Q') and
15744 #           '2T1C' and
15745 #           ('L2BDMACLRN' or 'L2XCFWD') and
15746 #           'VHOST_1024' and
15747 #           not 'CFS_OPT' and
15748 #           not 'VXLAN' and
15749 #           not 'DOT1Q' and
15750 #           not 'IP4FWD'"
15751 #  parameters:
15752 #  - "throughput"
15753 #  - "parent"
15754 #  - "tags"
15755 ##  sort:
15756 ##  - "1VM"
15757 ##  - "L2XCFWD"
15758 ##  - "1VM"
15759 ##  - "L2BDMACLRN"
15760 #  traces:
15761 #    hoverinfo: "x+y"
15762 #    boxpoints: "outliers"
15763 #    whiskerwidth: 0
15764 #  layout:
15765 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15766 #    layout: "plot-throughput"
15767 #
15768 #-
15769 #  type: "plot"
15770 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15771 #  algorithm: "plot_performance_box"
15772 #  output-file-type: ".html"
15773 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15774 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15775 #  filter: "'NIC_Intel-XXV710' and
15776 #           '64B' and
15777 #           'NDRPDR' and
15778 #           ('ETH' or 'DOT1Q') and
15779 #           '2T1C' and
15780 #           ('L2BDMACLRN' or 'L2XCFWD') and
15781 #           'VHOST_1024' and
15782 #           not 'CFS_OPT' and
15783 #           not 'VXLAN' and
15784 #           not 'DOT1Q' and
15785 #           not 'IP4FWD'"
15786 #  parameters:
15787 #  - "throughput"
15788 #  - "parent"
15789 #  - "tags"
15790 ##  sort:
15791 ##  - "1VM"
15792 ##  - "L2XCFWD"
15793 ##  - "1VM"
15794 ##  - "L2BDMACLRN"
15795 #  traces:
15796 #    hoverinfo: "x+y"
15797 #    boxpoints: "outliers"
15798 #    whiskerwidth: 0
15799 #  layout:
15800 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15801 #    layout: "plot-throughput"
15802 #
15803 #-
15804 #  type: "plot"
15805 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15806 #  algorithm: "plot_performance_box"
15807 #  output-file-type: ".html"
15808 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15809 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15810 #  filter: "'NIC_Intel-XXV710' and
15811 #           '64B' and
15812 #           'NDRPDR' and
15813 #           ('ETH' or 'DOT1Q') and
15814 #           '4T2C' and
15815 #           ('L2BDMACLRN' or 'L2XCFWD') and
15816 #           'VHOST_1024' and
15817 #           not 'CFS_OPT' and
15818 #           not 'VXLAN' and
15819 #           not 'DOT1Q' and
15820 #           not 'IP4FWD'"
15821 #  parameters:
15822 #  - "throughput"
15823 #  - "parent"
15824 #  - "tags"
15825 ##  sort:
15826 ##  - "1VM"
15827 ##  - "L2XCFWD"
15828 ##  - "1VM"
15829 ##  - "L2BDMACLRN"
15830 #  traces:
15831 #    hoverinfo: "x+y"
15832 #    boxpoints: "outliers"
15833 #    whiskerwidth: 0
15834 #  layout:
15835 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15836 #    layout: "plot-throughput"
15837 #
15838 #-
15839 #  type: "plot"
15840 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15841 #  algorithm: "plot_performance_box"
15842 #  output-file-type: ".html"
15843 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15844 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15845 #  filter: "'NIC_Intel-XXV710' and
15846 #           '64B' and
15847 #           'NDRPDR' and
15848 #           ('ETH' or 'DOT1Q') and
15849 #           '4T2C' and
15850 #           ('L2BDMACLRN' or 'L2XCFWD') and
15851 #           'VHOST_1024' and
15852 #           not 'CFS_OPT' and
15853 #           not 'VXLAN' and
15854 #           not 'DOT1Q' and
15855 #           not 'IP4FWD'"
15856 #  parameters:
15857 #  - "throughput"
15858 #  - "parent"
15859 #  - "tags"
15860 ##  sort:
15861 ##  - "1VM"
15862 ##  - "L2XCFWD"
15863 ##  - "1VM"
15864 ##  - "L2BDMACLRN"
15865 #  traces:
15866 #    hoverinfo: "x+y"
15867 #    boxpoints: "outliers"
15868 #    whiskerwidth: 0
15869 #  layout:
15870 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15871 #    layout: "plot-throughput"
15872
15873 ###############################################################################
15874
15875 # Packet Throughput - VPP VTS 3n-hsw-x520
15876 -
15877   type: "plot"
15878   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15879   algorithm: "plot_performance_box"
15880   output-file-type: ".html"
15881   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15883   filter: "'NIC_Intel-X520-DA2' and
15884            '114B' and
15885            'NDRPDR' and
15886            '1T1C' and
15887            'VTS'"
15888   parameters:
15889   - "throughput"
15890   - "parent"
15891   - "tags"
15892   traces:
15893     hoverinfo: "x+y"
15894     boxpoints: "outliers"
15895     whiskerwidth: 0
15896   layout:
15897     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15898     layout: "plot-throughput"
15899
15900 -
15901   type: "plot"
15902   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15903   algorithm: "plot_performance_box"
15904   output-file-type: ".html"
15905   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15907   filter: "'NIC_Intel-X520-DA2' and
15908            '114B' and
15909            'NDRPDR' and
15910            '2T2C' and
15911            'VTS'"
15912   parameters:
15913   - "throughput"
15914   - "parent"
15915   - "tags"
15916   traces:
15917     hoverinfo: "x+y"
15918     boxpoints: "outliers"
15919     whiskerwidth: 0
15920   layout:
15921     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15922     layout: "plot-throughput"
15923
15924 -
15925   type: "plot"
15926   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15927   algorithm: "plot_performance_box"
15928   output-file-type: ".html"
15929   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15931   filter: "'NIC_Intel-X520-DA2' and
15932            '114B' and
15933            'NDRPDR' and
15934            '1T1C' and
15935            'VTS'"
15936   parameters:
15937   - "throughput"
15938   - "parent"
15939   - "tags"
15940   traces:
15941     hoverinfo: "x+y"
15942     boxpoints: "outliers"
15943     whiskerwidth: 0
15944   layout:
15945     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15946     layout: "plot-throughput"
15947
15948 -
15949   type: "plot"
15950   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15951   algorithm: "plot_performance_box"
15952   output-file-type: ".html"
15953   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15955   filter: "'NIC_Intel-X520-DA2' and
15956            '114B' and
15957            'NDRPDR' and
15958            '2T2C' and
15959            'VTS'"
15960   parameters:
15961   - "throughput"
15962   - "parent"
15963   - "tags"
15964   traces:
15965     hoverinfo: "x+y"
15966     boxpoints: "outliers"
15967     whiskerwidth: 0
15968   layout:
15969     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15970     layout: "plot-throughput"
15971
15972 ################################################################################
15973
15974 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15975 -
15976   type: "plot"
15977   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15978   algorithm: "plot_performance_box"
15979   output-file-type: ".html"
15980   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15981   data: "plot-dpdk-throughput-latency-3n-hsw"
15982   filter: "'NIC_Intel-X520-DA2' and
15983            '64B' and
15984            'BASE' and
15985            'NDRPDR' and
15986            '1T1C' and
15987            'IP4FWD'"
15988   parameters:
15989   - "throughput"
15990   - "parent"
15991   - "tags"
15992   traces:
15993     hoverinfo: "x+y"
15994     boxpoints: "outliers"
15995     whiskerwidth: 0
15996   layout:
15997     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15998     layout: "plot-throughput"
15999
16000 -
16001   type: "plot"
16002   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16003   algorithm: "plot_performance_box"
16004   output-file-type: ".html"
16005   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16006   data: "plot-dpdk-throughput-latency-3n-hsw"
16007   filter: "'NIC_Intel-X520-DA2' and
16008            '64B' and
16009            'BASE' and
16010            'NDRPDR' and
16011            '2T2C' and
16012            'IP4FWD'"
16013   parameters:
16014   - "throughput"
16015   - "parent"
16016   - "tags"
16017   traces:
16018     hoverinfo: "x+y"
16019     boxpoints: "outliers"
16020     whiskerwidth: 0
16021   layout:
16022     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16023     layout: "plot-throughput"
16024
16025 -
16026   type: "plot"
16027   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16028   algorithm: "plot_performance_box"
16029   output-file-type: ".html"
16030   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16031   data: "plot-dpdk-throughput-latency-3n-hsw"
16032   filter: "'NIC_Intel-X520-DA2' and
16033            '64B' and
16034            'BASE' and
16035            'NDRPDR' and
16036            '1T1C' and
16037            'IP4FWD'"
16038   parameters:
16039   - "throughput"
16040   - "parent"
16041   - "tags"
16042   traces:
16043     hoverinfo: "x+y"
16044     boxpoints: "outliers"
16045     whiskerwidth: 0
16046   layout:
16047     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16048     layout: "plot-throughput"
16049
16050 -
16051   type: "plot"
16052   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16053   algorithm: "plot_performance_box"
16054   output-file-type: ".html"
16055   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16056   data: "plot-dpdk-throughput-latency-3n-hsw"
16057   filter: "'NIC_Intel-X520-DA2' and
16058            '64B' and
16059            'BASE' and
16060            'NDRPDR' and
16061            '2T2C' and
16062            'IP4FWD'"
16063   parameters:
16064   - "throughput"
16065   - "parent"
16066   - "tags"
16067   traces:
16068     hoverinfo: "x+y"
16069     boxpoints: "outliers"
16070     whiskerwidth: 0
16071   layout:
16072     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16073     layout: "plot-throughput"
16074
16075 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16076 -
16077   type: "plot"
16078   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16079   algorithm: "plot_performance_box"
16080   output-file-type: ".html"
16081   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16082   data: "plot-dpdk-throughput-latency-3n-hsw"
16083   filter: "'NIC_Intel-X710' and
16084            '64B' and
16085            'BASE' and
16086            'NDRPDR' and
16087            '1T1C' and
16088            'IP4FWD'"
16089   parameters:
16090   - "throughput"
16091   - "parent"
16092   - "tags"
16093   traces:
16094     hoverinfo: "x+y"
16095     boxpoints: "outliers"
16096     whiskerwidth: 0
16097   layout:
16098     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16099     layout: "plot-throughput"
16100
16101 -
16102   type: "plot"
16103   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16104   algorithm: "plot_performance_box"
16105   output-file-type: ".html"
16106   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16107   data: "plot-dpdk-throughput-latency-3n-hsw"
16108   filter: "'NIC_Intel-X710' and
16109            '64B' and
16110            'BASE' and
16111            'NDRPDR' and
16112            '2T2C' and
16113            'IP4FWD'"
16114   parameters:
16115   - "throughput"
16116   - "parent"
16117   - "tags"
16118   traces:
16119     hoverinfo: "x+y"
16120     boxpoints: "outliers"
16121     whiskerwidth: 0
16122   layout:
16123     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16124     layout: "plot-throughput"
16125
16126 -
16127   type: "plot"
16128   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16129   algorithm: "plot_performance_box"
16130   output-file-type: ".html"
16131   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16132   data: "plot-dpdk-throughput-latency-3n-hsw"
16133   filter: "'NIC_Intel-X710' and
16134            '64B' and
16135            'BASE' and
16136            'NDRPDR' and
16137            '1T1C' and
16138            'IP4FWD'"
16139   parameters:
16140   - "throughput"
16141   - "parent"
16142   - "tags"
16143   traces:
16144     hoverinfo: "x+y"
16145     boxpoints: "outliers"
16146     whiskerwidth: 0
16147   layout:
16148     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16149     layout: "plot-throughput"
16150
16151 -
16152   type: "plot"
16153   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16154   algorithm: "plot_performance_box"
16155   output-file-type: ".html"
16156   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16157   data: "plot-dpdk-throughput-latency-3n-hsw"
16158   filter: "'NIC_Intel-X710' and
16159            '64B' and
16160            'BASE' and
16161            'NDRPDR' and
16162            '2T2C' and
16163            'IP4FWD'"
16164   parameters:
16165   - "throughput"
16166   - "parent"
16167   - "tags"
16168   traces:
16169     hoverinfo: "x+y"
16170     boxpoints: "outliers"
16171     whiskerwidth: 0
16172   layout:
16173     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16174     layout: "plot-throughput"
16175
16176 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16177 -
16178   type: "plot"
16179   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16180   algorithm: "plot_performance_box"
16181   output-file-type: ".html"
16182   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16183   data: "plot-dpdk-throughput-latency-3n-hsw"
16184   filter: "'NIC_Intel-XL710' and
16185            '64B' and
16186            'BASE' and
16187            'NDRPDR' and
16188            '1T1C' and
16189            'IP4FWD'"
16190   parameters:
16191   - "throughput"
16192   - "parent"
16193   - "tags"
16194   traces:
16195     hoverinfo: "x+y"
16196     boxpoints: "outliers"
16197     whiskerwidth: 0
16198   layout:
16199     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16200     layout: "plot-throughput"
16201
16202 -
16203   type: "plot"
16204   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16205   algorithm: "plot_performance_box"
16206   output-file-type: ".html"
16207   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16208   data: "plot-dpdk-throughput-latency-3n-hsw"
16209   filter: "'NIC_Intel-XL710' and
16210            '64B' and
16211            'BASE' and
16212            'NDRPDR' and
16213            '2T2C' and
16214            'IP4FWD'"
16215   parameters:
16216   - "throughput"
16217   - "parent"
16218   - "tags"
16219   traces:
16220     hoverinfo: "x+y"
16221     boxpoints: "outliers"
16222     whiskerwidth: 0
16223   layout:
16224     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16225     layout: "plot-throughput"
16226
16227 -
16228   type: "plot"
16229   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16230   algorithm: "plot_performance_box"
16231   output-file-type: ".html"
16232   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16233   data: "plot-dpdk-throughput-latency-3n-hsw"
16234   filter: "'NIC_Intel-XL710' and
16235            '64B' and
16236            'BASE' and
16237            'NDRPDR' and
16238            '1T1C' and
16239            'IP4FWD'"
16240   parameters:
16241   - "throughput"
16242   - "parent"
16243   - "tags"
16244   traces:
16245     hoverinfo: "x+y"
16246     boxpoints: "outliers"
16247     whiskerwidth: 0
16248   layout:
16249     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16250     layout: "plot-throughput"
16251
16252 -
16253   type: "plot"
16254   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16255   algorithm: "plot_performance_box"
16256   output-file-type: ".html"
16257   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16258   data: "plot-dpdk-throughput-latency-3n-hsw"
16259   filter: "'NIC_Intel-XL710' and
16260            '64B' and
16261            'BASE' and
16262            'NDRPDR' and
16263            '2T2C' and
16264            'IP4FWD'"
16265   parameters:
16266   - "throughput"
16267   - "parent"
16268   - "tags"
16269   traces:
16270     hoverinfo: "x+y"
16271     boxpoints: "outliers"
16272     whiskerwidth: 0
16273   layout:
16274     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16275     layout: "plot-throughput"
16276
16277 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16278 -
16279   type: "plot"
16280   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16281   algorithm: "plot_performance_box"
16282   output-file-type: ".html"
16283   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16284   data: "plot-dpdk-throughput-latency-3n-skx"
16285   filter: "'NIC_Intel-X710' and
16286            '64B' and
16287            'BASE' and
16288            'NDRPDR' and
16289            '2T1C' and
16290            'IP4FWD'"
16291   parameters:
16292   - "throughput"
16293   - "parent"
16294   - "tags"
16295   traces:
16296     hoverinfo: "x+y"
16297     boxpoints: "outliers"
16298     whiskerwidth: 0
16299   layout:
16300     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16301     layout: "plot-throughput"
16302
16303 -
16304   type: "plot"
16305   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16306   algorithm: "plot_performance_box"
16307   output-file-type: ".html"
16308   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16309   data: "plot-dpdk-throughput-latency-3n-skx"
16310   filter: "'NIC_Intel-X710' and
16311            '64B' and
16312            'BASE' and
16313            'NDRPDR' and
16314            '4T2C' and
16315            'IP4FWD'"
16316   parameters:
16317   - "throughput"
16318   - "parent"
16319   - "tags"
16320   traces:
16321     hoverinfo: "x+y"
16322     boxpoints: "outliers"
16323     whiskerwidth: 0
16324   layout:
16325     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16326     layout: "plot-throughput"
16327
16328 -
16329   type: "plot"
16330   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16331   algorithm: "plot_performance_box"
16332   output-file-type: ".html"
16333   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16334   data: "plot-dpdk-throughput-latency-3n-skx"
16335   filter: "'NIC_Intel-X710' and
16336            '64B' and
16337            'BASE' and
16338            'NDRPDR' and
16339            '2T1C' and
16340            'IP4FWD'"
16341   parameters:
16342   - "throughput"
16343   - "parent"
16344   - "tags"
16345   traces:
16346     hoverinfo: "x+y"
16347     boxpoints: "outliers"
16348     whiskerwidth: 0
16349   layout:
16350     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16351     layout: "plot-throughput"
16352
16353 -
16354   type: "plot"
16355   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16356   algorithm: "plot_performance_box"
16357   output-file-type: ".html"
16358   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16359   data: "plot-dpdk-throughput-latency-3n-skx"
16360   filter: "'NIC_Intel-X710' and
16361            '64B' and
16362            'BASE' and
16363            'NDRPDR' and
16364            '4T2C' and
16365            'IP4FWD'"
16366   parameters:
16367   - "throughput"
16368   - "parent"
16369   - "tags"
16370   traces:
16371     hoverinfo: "x+y"
16372     boxpoints: "outliers"
16373     whiskerwidth: 0
16374   layout:
16375     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16376     layout: "plot-throughput"
16377
16378 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16379 -
16380   type: "plot"
16381   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16382   algorithm: "plot_performance_box"
16383   output-file-type: ".html"
16384   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16385   data: "plot-dpdk-throughput-latency-3n-skx"
16386   filter: "'NIC_Intel-XXV710' and
16387            '64B' and
16388            'BASE' and
16389            'NDRPDR' and
16390            '2T1C' and
16391            'IP4FWD'"
16392   parameters:
16393   - "throughput"
16394   - "parent"
16395   - "tags"
16396   traces:
16397     hoverinfo: "x+y"
16398     boxpoints: "outliers"
16399     whiskerwidth: 0
16400   layout:
16401     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16402     layout: "plot-throughput"
16403
16404 -
16405   type: "plot"
16406   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16407   algorithm: "plot_performance_box"
16408   output-file-type: ".html"
16409   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16410   data: "plot-dpdk-throughput-latency-3n-skx"
16411   filter: "'NIC_Intel-XXV710' and
16412            '64B' and
16413            'BASE' and
16414            'NDRPDR' and
16415            '4T2C' and
16416            'IP4FWD'"
16417   parameters:
16418   - "throughput"
16419   - "parent"
16420   - "tags"
16421   traces:
16422     hoverinfo: "x+y"
16423     boxpoints: "outliers"
16424     whiskerwidth: 0
16425   layout:
16426     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16427     layout: "plot-throughput"
16428
16429 -
16430   type: "plot"
16431   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16432   algorithm: "plot_performance_box"
16433   output-file-type: ".html"
16434   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16435   data: "plot-dpdk-throughput-latency-3n-skx"
16436   filter: "'NIC_Intel-XXV710' and
16437            '64B' and
16438            'BASE' and
16439            'NDRPDR' and
16440            '2T1C' and
16441            'IP4FWD'"
16442   parameters:
16443   - "throughput"
16444   - "parent"
16445   - "tags"
16446   traces:
16447     hoverinfo: "x+y"
16448     boxpoints: "outliers"
16449     whiskerwidth: 0
16450   layout:
16451     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16452     layout: "plot-throughput"
16453
16454 -
16455   type: "plot"
16456   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16457   algorithm: "plot_performance_box"
16458   output-file-type: ".html"
16459   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16460   data: "plot-dpdk-throughput-latency-3n-skx"
16461   filter: "'NIC_Intel-XXV710' and
16462            '64B' and
16463            'BASE' and
16464            'NDRPDR' and
16465            '4T2C' and
16466            'IP4FWD'"
16467   parameters:
16468   - "throughput"
16469   - "parent"
16470   - "tags"
16471   traces:
16472     hoverinfo: "x+y"
16473     boxpoints: "outliers"
16474     whiskerwidth: 0
16475   layout:
16476     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16477     layout: "plot-throughput"
16478
16479 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16480 -
16481   type: "plot"
16482   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16483   algorithm: "plot_performance_box"
16484   output-file-type: ".html"
16485   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16486   data: "plot-dpdk-throughput-latency-2n-skx"
16487   filter: "'NIC_Intel-X710' and
16488            '64B' and
16489            'BASE' and
16490            'NDRPDR' and
16491            '2T1C' and
16492            'IP4FWD'"
16493   parameters:
16494   - "throughput"
16495   - "parent"
16496   - "tags"
16497   traces:
16498     hoverinfo: "x+y"
16499     boxpoints: "outliers"
16500     whiskerwidth: 0
16501   layout:
16502     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16503     layout: "plot-throughput"
16504
16505 -
16506   type: "plot"
16507   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16508   algorithm: "plot_performance_box"
16509   output-file-type: ".html"
16510   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16511   data: "plot-dpdk-throughput-latency-2n-skx"
16512   filter: "'NIC_Intel-X710' and
16513            '64B' and
16514            'BASE' and
16515            'NDRPDR' and
16516            '4T2C' and
16517            'IP4FWD'"
16518   parameters:
16519   - "throughput"
16520   - "parent"
16521   - "tags"
16522   traces:
16523     hoverinfo: "x+y"
16524     boxpoints: "outliers"
16525     whiskerwidth: 0
16526   layout:
16527     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16528     layout: "plot-throughput"
16529
16530 -
16531   type: "plot"
16532   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16533   algorithm: "plot_performance_box"
16534   output-file-type: ".html"
16535   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16536   data: "plot-dpdk-throughput-latency-2n-skx"
16537   filter: "'NIC_Intel-X710' and
16538            '64B' and
16539            'BASE' and
16540            'NDRPDR' and
16541            '2T1C' and
16542            'IP4FWD'"
16543   parameters:
16544   - "throughput"
16545   - "parent"
16546   - "tags"
16547   traces:
16548     hoverinfo: "x+y"
16549     boxpoints: "outliers"
16550     whiskerwidth: 0
16551   layout:
16552     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16553     layout: "plot-throughput"
16554
16555 -
16556   type: "plot"
16557   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16558   algorithm: "plot_performance_box"
16559   output-file-type: ".html"
16560   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16561   data: "plot-dpdk-throughput-latency-2n-skx"
16562   filter: "'NIC_Intel-X710' and
16563            '64B' and
16564            'BASE' and
16565            'NDRPDR' and
16566            '4T2C' and
16567            'IP4FWD'"
16568   parameters:
16569   - "throughput"
16570   - "parent"
16571   - "tags"
16572   traces:
16573     hoverinfo: "x+y"
16574     boxpoints: "outliers"
16575     whiskerwidth: 0
16576   layout:
16577     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16578     layout: "plot-throughput"
16579
16580 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16581 -
16582   type: "plot"
16583   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16584   algorithm: "plot_performance_box"
16585   output-file-type: ".html"
16586   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16587   data: "plot-dpdk-throughput-latency-2n-skx"
16588   filter: "'NIC_Intel-XXV710' and
16589            '64B' and
16590            'BASE' and
16591            'NDRPDR' and
16592            '2T1C' and
16593            'IP4FWD'"
16594   parameters:
16595   - "throughput"
16596   - "parent"
16597   - "tags"
16598   traces:
16599     hoverinfo: "x+y"
16600     boxpoints: "outliers"
16601     whiskerwidth: 0
16602   layout:
16603     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16604     layout: "plot-throughput"
16605
16606 -
16607   type: "plot"
16608   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16609   algorithm: "plot_performance_box"
16610   output-file-type: ".html"
16611   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16612   data: "plot-dpdk-throughput-latency-2n-skx"
16613   filter: "'NIC_Intel-XXV710' and
16614            '64B' and
16615            'BASE' and
16616            'NDRPDR' and
16617            '4T2C' and
16618            'IP4FWD'"
16619   parameters:
16620   - "throughput"
16621   - "parent"
16622   - "tags"
16623   traces:
16624     hoverinfo: "x+y"
16625     boxpoints: "outliers"
16626     whiskerwidth: 0
16627   layout:
16628     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16629     layout: "plot-throughput"
16630
16631 -
16632   type: "plot"
16633   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16634   algorithm: "plot_performance_box"
16635   output-file-type: ".html"
16636   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16637   data: "plot-dpdk-throughput-latency-2n-skx"
16638   filter: "'NIC_Intel-XXV710' and
16639            '64B' and
16640            'BASE' and
16641            'NDRPDR' and
16642            '2T1C' and
16643            'IP4FWD'"
16644   parameters:
16645   - "throughput"
16646   - "parent"
16647   - "tags"
16648   traces:
16649     hoverinfo: "x+y"
16650     boxpoints: "outliers"
16651     whiskerwidth: 0
16652   layout:
16653     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16654     layout: "plot-throughput"
16655
16656 -
16657   type: "plot"
16658   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16659   algorithm: "plot_performance_box"
16660   output-file-type: ".html"
16661   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16662   data: "plot-dpdk-throughput-latency-2n-skx"
16663   filter: "'NIC_Intel-XXV710' and
16664            '64B' and
16665            'BASE' and
16666            'NDRPDR' and
16667            '4T2C' and
16668            'IP4FWD'"
16669   parameters:
16670   - "throughput"
16671   - "parent"
16672   - "tags"
16673   traces:
16674     hoverinfo: "x+y"
16675     boxpoints: "outliers"
16676     whiskerwidth: 0
16677   layout:
16678     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16679     layout: "plot-throughput"
16680
16681 ################################################################################
16682
16683 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16684 -
16685   type: "plot"
16686   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16687   algorithm: "plot_performance_box"
16688   output-file-type: ".html"
16689   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16690   data: "plot-dpdk-throughput-latency-3n-hsw"
16691   filter: "'NIC_Intel-X520-DA2' and
16692            '64B' and
16693            'BASE' and
16694            'NDRPDR' and
16695            '1T1C' and
16696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16697   parameters:
16698   - "throughput"
16699   - "parent"
16700   - "tags"
16701   traces:
16702     hoverinfo: "x+y"
16703     boxpoints: "outliers"
16704     whiskerwidth: 0
16705   layout:
16706     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16707     layout: "plot-throughput"
16708
16709 -
16710   type: "plot"
16711   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16712   algorithm: "plot_performance_box"
16713   output-file-type: ".html"
16714   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16715   data: "plot-dpdk-throughput-latency-3n-hsw"
16716   filter: "'NIC_Intel-X520-DA2' and
16717            '64B' and
16718            'BASE' and
16719            'NDRPDR' and
16720            '2T2C' and
16721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16722   parameters:
16723   - "throughput"
16724   - "parent"
16725   - "tags"
16726   traces:
16727     hoverinfo: "x+y"
16728     boxpoints: "outliers"
16729     whiskerwidth: 0
16730   layout:
16731     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16732     layout: "plot-throughput"
16733
16734 -
16735   type: "plot"
16736   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16737   algorithm: "plot_performance_box"
16738   output-file-type: ".html"
16739   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16740   data: "plot-dpdk-throughput-latency-3n-hsw"
16741   filter: "'NIC_Intel-X520-DA2' and
16742            '64B' and
16743            'BASE' and
16744            'NDRPDR' and
16745            '1T1C' and
16746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16747   parameters:
16748   - "throughput"
16749   - "parent"
16750   - "tags"
16751   traces:
16752     hoverinfo: "x+y"
16753     boxpoints: "outliers"
16754     whiskerwidth: 0
16755   layout:
16756     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16757     layout: "plot-throughput"
16758
16759 -
16760   type: "plot"
16761   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16762   algorithm: "plot_performance_box"
16763   output-file-type: ".html"
16764   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16765   data: "plot-dpdk-throughput-latency-3n-hsw"
16766   filter: "'NIC_Intel-X520-DA2' and
16767            '64B' and
16768            'BASE' and
16769            'NDRPDR' and
16770            '2T2C' and
16771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16772   parameters:
16773   - "throughput"
16774   - "parent"
16775   - "tags"
16776   traces:
16777     hoverinfo: "x+y"
16778     boxpoints: "outliers"
16779     whiskerwidth: 0
16780   layout:
16781     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16782     layout: "plot-throughput"
16783
16784 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16785 -
16786   type: "plot"
16787   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16788   algorithm: "plot_performance_box"
16789   output-file-type: ".html"
16790   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16791   data: "plot-dpdk-throughput-latency-3n-hsw"
16792   filter: "'NIC_Intel-X710' and
16793            '64B' and
16794            'BASE' and
16795            'NDRPDR' and
16796            '1T1C' and
16797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16798   parameters:
16799   - "throughput"
16800   - "parent"
16801   - "tags"
16802   traces:
16803     hoverinfo: "x+y"
16804     boxpoints: "outliers"
16805     whiskerwidth: 0
16806   layout:
16807     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16808     layout: "plot-throughput"
16809
16810 -
16811   type: "plot"
16812   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16813   algorithm: "plot_performance_box"
16814   output-file-type: ".html"
16815   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16816   data: "plot-dpdk-throughput-latency-3n-hsw"
16817   filter: "'NIC_Intel-X710' and
16818            '64B' and
16819            'BASE' and
16820            'NDRPDR' and
16821            '2T2C' and
16822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16823   parameters:
16824   - "throughput"
16825   - "parent"
16826   - "tags"
16827   traces:
16828     hoverinfo: "x+y"
16829     boxpoints: "outliers"
16830     whiskerwidth: 0
16831   layout:
16832     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16833     layout: "plot-throughput"
16834
16835 -
16836   type: "plot"
16837   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16838   algorithm: "plot_performance_box"
16839   output-file-type: ".html"
16840   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16841   data: "plot-dpdk-throughput-latency-3n-hsw"
16842   filter: "'NIC_Intel-X710' and
16843            '64B' and
16844            'BASE' and
16845            'NDRPDR' and
16846            '1T1C' and
16847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16848   parameters:
16849   - "throughput"
16850   - "parent"
16851   - "tags"
16852   traces:
16853     hoverinfo: "x+y"
16854     boxpoints: "outliers"
16855     whiskerwidth: 0
16856   layout:
16857     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16858     layout: "plot-throughput"
16859
16860 -
16861   type: "plot"
16862   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16863   algorithm: "plot_performance_box"
16864   output-file-type: ".html"
16865   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16866   data: "plot-dpdk-throughput-latency-3n-hsw"
16867   filter: "'NIC_Intel-X710' and
16868            '64B' and
16869            'BASE' and
16870            'NDRPDR' and
16871            '2T2C' and
16872            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16873   parameters:
16874   - "throughput"
16875   - "parent"
16876   - "tags"
16877   traces:
16878     hoverinfo: "x+y"
16879     boxpoints: "outliers"
16880     whiskerwidth: 0
16881   layout:
16882     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16883     layout: "plot-throughput"
16884
16885 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16886 -
16887   type: "plot"
16888   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16889   algorithm: "plot_performance_box"
16890   output-file-type: ".html"
16891   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16892   data: "plot-dpdk-throughput-latency-3n-hsw"
16893   filter: "'NIC_Intel-XL710' and
16894            '64B' and
16895            'BASE' and
16896            'NDRPDR' and
16897            '1T1C' and
16898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16899   parameters:
16900   - "throughput"
16901   - "parent"
16902   - "tags"
16903   traces:
16904     hoverinfo: "x+y"
16905     boxpoints: "outliers"
16906     whiskerwidth: 0
16907   layout:
16908     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16909     layout: "plot-throughput"
16910
16911 -
16912   type: "plot"
16913   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16914   algorithm: "plot_performance_box"
16915   output-file-type: ".html"
16916   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16917   data: "plot-dpdk-throughput-latency-3n-hsw"
16918   filter: "'NIC_Intel-XL710' and
16919            '64B' and
16920            'BASE' and
16921            'NDRPDR' and
16922            '2T2C' and
16923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16924   parameters:
16925   - "throughput"
16926   - "parent"
16927   - "tags"
16928   traces:
16929     hoverinfo: "x+y"
16930     boxpoints: "outliers"
16931     whiskerwidth: 0
16932   layout:
16933     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16934     layout: "plot-throughput"
16935
16936 -
16937   type: "plot"
16938   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16939   algorithm: "plot_performance_box"
16940   output-file-type: ".html"
16941   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16942   data: "plot-dpdk-throughput-latency-3n-hsw"
16943   filter: "'NIC_Intel-XL710' and
16944            '64B' and
16945            'BASE' and
16946            'NDRPDR' and
16947            '1T1C' and
16948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16949   parameters:
16950   - "throughput"
16951   - "parent"
16952   - "tags"
16953   traces:
16954     hoverinfo: "x+y"
16955     boxpoints: "outliers"
16956     whiskerwidth: 0
16957   layout:
16958     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16959     layout: "plot-throughput"
16960
16961 -
16962   type: "plot"
16963   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16964   algorithm: "plot_performance_box"
16965   output-file-type: ".html"
16966   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16967   data: "plot-dpdk-throughput-latency-3n-hsw"
16968   filter: "'NIC_Intel-XL710' and
16969            '64B' and
16970            'BASE' and
16971            'NDRPDR' and
16972            '2T2C' and
16973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16974   parameters:
16975   - "throughput"
16976   - "parent"
16977   - "tags"
16978   traces:
16979     hoverinfo: "x+y"
16980     boxpoints: "outliers"
16981     whiskerwidth: 0
16982   layout:
16983     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16984     layout: "plot-throughput"
16985
16986 # Packet Throughput - DPDK testpmd 3n-skx-x710
16987 -
16988   type: "plot"
16989   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16990   algorithm: "plot_performance_box"
16991   output-file-type: ".html"
16992   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16993   data: "plot-dpdk-throughput-latency-3n-skx"
16994   filter: "'NIC_Intel-X710' and
16995            '64B' and
16996            'BASE' and
16997            'NDRPDR' and
16998            '2T1C' and
16999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17000   parameters:
17001   - "throughput"
17002   - "parent"
17003   - "tags"
17004   traces:
17005     hoverinfo: "x+y"
17006     boxpoints: "outliers"
17007     whiskerwidth: 0
17008   layout:
17009     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17010     layout: "plot-throughput"
17011
17012 -
17013   type: "plot"
17014   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17015   algorithm: "plot_performance_box"
17016   output-file-type: ".html"
17017   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17018   data: "plot-dpdk-throughput-latency-3n-skx"
17019   filter: "'NIC_Intel-X710' and
17020            '64B' and
17021            'BASE' and
17022            'NDRPDR' and
17023            '4T2C' and
17024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17025   parameters:
17026   - "throughput"
17027   - "parent"
17028   - "tags"
17029   traces:
17030     hoverinfo: "x+y"
17031     boxpoints: "outliers"
17032     whiskerwidth: 0
17033   layout:
17034     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17035     layout: "plot-throughput"
17036
17037 -
17038   type: "plot"
17039   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17040   algorithm: "plot_performance_box"
17041   output-file-type: ".html"
17042   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17043   data: "plot-dpdk-throughput-latency-3n-skx"
17044   filter: "'NIC_Intel-X710' and
17045            '64B' and
17046            'BASE' and
17047            'NDRPDR' and
17048            '2T1C' and
17049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17050   parameters:
17051   - "throughput"
17052   - "parent"
17053   - "tags"
17054   traces:
17055     hoverinfo: "x+y"
17056     boxpoints: "outliers"
17057     whiskerwidth: 0
17058   layout:
17059     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17060     layout: "plot-throughput"
17061
17062 -
17063   type: "plot"
17064   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17065   algorithm: "plot_performance_box"
17066   output-file-type: ".html"
17067   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17068   data: "plot-dpdk-throughput-latency-3n-skx"
17069   filter: "'NIC_Intel-X710' and
17070            '64B' and
17071            'BASE' and
17072            'NDRPDR' and
17073            '4T2C' and
17074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17075   parameters:
17076   - "throughput"
17077   - "parent"
17078   - "tags"
17079   traces:
17080     hoverinfo: "x+y"
17081     boxpoints: "outliers"
17082     whiskerwidth: 0
17083   layout:
17084     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17085     layout: "plot-throughput"
17086
17087 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17088 -
17089   type: "plot"
17090   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17091   algorithm: "plot_performance_box"
17092   output-file-type: ".html"
17093   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17094   data: "plot-dpdk-throughput-latency-3n-skx"
17095   filter: "'NIC_Intel-XXV710' and
17096            '64B' and
17097            'BASE' and
17098            'NDRPDR' and
17099            '2T1C' and
17100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17101   parameters:
17102   - "throughput"
17103   - "parent"
17104   - "tags"
17105   traces:
17106     hoverinfo: "x+y"
17107     boxpoints: "outliers"
17108     whiskerwidth: 0
17109   layout:
17110     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17111     layout: "plot-throughput"
17112
17113 -
17114   type: "plot"
17115   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17116   algorithm: "plot_performance_box"
17117   output-file-type: ".html"
17118   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17119   data: "plot-dpdk-throughput-latency-3n-skx"
17120   filter: "'NIC_Intel-XXV710' and
17121            '64B' and
17122            'BASE' and
17123            'NDRPDR' and
17124            '4T2C' and
17125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17126   parameters:
17127   - "throughput"
17128   - "parent"
17129   - "tags"
17130   traces:
17131     hoverinfo: "x+y"
17132     boxpoints: "outliers"
17133     whiskerwidth: 0
17134   layout:
17135     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17136     layout: "plot-throughput"
17137
17138 -
17139   type: "plot"
17140   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17141   algorithm: "plot_performance_box"
17142   output-file-type: ".html"
17143   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17144   data: "plot-dpdk-throughput-latency-3n-skx"
17145   filter: "'NIC_Intel-XXV710' and
17146            '64B' and
17147            'BASE' and
17148            'NDRPDR' and
17149            '2T1C' and
17150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17151   parameters:
17152   - "throughput"
17153   - "parent"
17154   - "tags"
17155   traces:
17156     hoverinfo: "x+y"
17157     boxpoints: "outliers"
17158     whiskerwidth: 0
17159   layout:
17160     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17161     layout: "plot-throughput"
17162
17163 -
17164   type: "plot"
17165   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17166   algorithm: "plot_performance_box"
17167   output-file-type: ".html"
17168   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17169   data: "plot-dpdk-throughput-latency-3n-skx"
17170   filter: "'NIC_Intel-XXV710' and
17171            '64B' and
17172            'BASE' and
17173            'NDRPDR' and
17174            '4T2C' and
17175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17176   parameters:
17177   - "throughput"
17178   - "parent"
17179   - "tags"
17180   traces:
17181     hoverinfo: "x+y"
17182     boxpoints: "outliers"
17183     whiskerwidth: 0
17184   layout:
17185     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17186     layout: "plot-throughput"
17187
17188 # Packet Throughput - DPDK testpmd 2n-skx-x710
17189 -
17190   type: "plot"
17191   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17192   algorithm: "plot_performance_box"
17193   output-file-type: ".html"
17194   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17195   data: "plot-dpdk-throughput-latency-2n-skx"
17196   filter: "'NIC_Intel-X710' and
17197            '64B' and
17198            'BASE' and
17199            'NDRPDR' and
17200            '2T1C' and
17201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17202   parameters:
17203   - "throughput"
17204   - "parent"
17205   - "tags"
17206   traces:
17207     hoverinfo: "x+y"
17208     boxpoints: "outliers"
17209     whiskerwidth: 0
17210   layout:
17211     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17212     layout: "plot-throughput"
17213
17214 -
17215   type: "plot"
17216   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17217   algorithm: "plot_performance_box"
17218   output-file-type: ".html"
17219   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17220   data: "plot-dpdk-throughput-latency-2n-skx"
17221   filter: "'NIC_Intel-X710' and
17222            '64B' and
17223            'BASE' and
17224            'NDRPDR' and
17225            '4T2C' and
17226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17227   parameters:
17228   - "throughput"
17229   - "parent"
17230   - "tags"
17231   traces:
17232     hoverinfo: "x+y"
17233     boxpoints: "outliers"
17234     whiskerwidth: 0
17235   layout:
17236     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17237     layout: "plot-throughput"
17238
17239 -
17240   type: "plot"
17241   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17242   algorithm: "plot_performance_box"
17243   output-file-type: ".html"
17244   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17245   data: "plot-dpdk-throughput-latency-2n-skx"
17246   filter: "'NIC_Intel-X710' and
17247            '64B' and
17248            'BASE' and
17249            'NDRPDR' and
17250            '2T1C' and
17251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17252   parameters:
17253   - "throughput"
17254   - "parent"
17255   - "tags"
17256   traces:
17257     hoverinfo: "x+y"
17258     boxpoints: "outliers"
17259     whiskerwidth: 0
17260   layout:
17261     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17262     layout: "plot-throughput"
17263
17264 -
17265   type: "plot"
17266   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17267   algorithm: "plot_performance_box"
17268   output-file-type: ".html"
17269   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17270   data: "plot-dpdk-throughput-latency-2n-skx"
17271   filter: "'NIC_Intel-X710' and
17272            '64B' and
17273            'BASE' and
17274            'NDRPDR' and
17275            '4T2C' and
17276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17277   parameters:
17278   - "throughput"
17279   - "parent"
17280   - "tags"
17281   traces:
17282     hoverinfo: "x+y"
17283     boxpoints: "outliers"
17284     whiskerwidth: 0
17285   layout:
17286     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17287     layout: "plot-throughput"
17288
17289 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17290 -
17291   type: "plot"
17292   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17293   algorithm: "plot_performance_box"
17294   output-file-type: ".html"
17295   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17296   data: "plot-dpdk-throughput-latency-2n-skx"
17297   filter: "'NIC_Intel-XXV710' and
17298            '64B' and
17299            'BASE' and
17300            'NDRPDR' and
17301            '2T1C' and
17302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17303   parameters:
17304   - "throughput"
17305   - "parent"
17306   - "tags"
17307   traces:
17308     hoverinfo: "x+y"
17309     boxpoints: "outliers"
17310     whiskerwidth: 0
17311   layout:
17312     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17313     layout: "plot-throughput"
17314
17315 -
17316   type: "plot"
17317   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17318   algorithm: "plot_performance_box"
17319   output-file-type: ".html"
17320   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17321   data: "plot-dpdk-throughput-latency-2n-skx"
17322   filter: "'NIC_Intel-XXV710' and
17323            '64B' and
17324            'BASE' and
17325            'NDRPDR' and
17326            '4T2C' and
17327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17328   parameters:
17329   - "throughput"
17330   - "parent"
17331   - "tags"
17332   traces:
17333     hoverinfo: "x+y"
17334     boxpoints: "outliers"
17335     whiskerwidth: 0
17336   layout:
17337     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17338     layout: "plot-throughput"
17339
17340 -
17341   type: "plot"
17342   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17343   algorithm: "plot_performance_box"
17344   output-file-type: ".html"
17345   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17346   data: "plot-dpdk-throughput-latency-2n-skx"
17347   filter: "'NIC_Intel-XXV710' and
17348            '64B' and
17349            'BASE' and
17350            'NDRPDR' and
17351            '2T1C' and
17352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17353   parameters:
17354   - "throughput"
17355   - "parent"
17356   - "tags"
17357   traces:
17358     hoverinfo: "x+y"
17359     boxpoints: "outliers"
17360     whiskerwidth: 0
17361   layout:
17362     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17363     layout: "plot-throughput"
17364
17365 -
17366   type: "plot"
17367   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17368   algorithm: "plot_performance_box"
17369   output-file-type: ".html"
17370   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17371   data: "plot-dpdk-throughput-latency-2n-skx"
17372   filter: "'NIC_Intel-XXV710' and
17373            '64B' and
17374            'BASE' and
17375            'NDRPDR' and
17376            '4T2C' and
17377            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17378   parameters:
17379   - "throughput"
17380   - "parent"
17381   - "tags"
17382   traces:
17383     hoverinfo: "x+y"
17384     boxpoints: "outliers"
17385     whiskerwidth: 0
17386   layout:
17387     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17388     layout: "plot-throughput"
17389
17390 ################################################################################
17391
17392 ## Packet Latency - VPP L2 3n-hsw-x520 base and scale
17393 #-
17394 #  type: "plot"
17395 #  title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17396 #  algorithm: "plot_latency_error_bars"
17397 #  output-file-type: ".html"
17398 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17399 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17400 #  filter: "'NIC_Intel-X520-DA2' and
17401 #           '64B' and
17402 #           ('BASE' or 'SCALE') and
17403 #           'NDRPDR' and
17404 #           'ETH' and
17405 #           '1T1C' and
17406 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17407 #           not 'VHOST' and
17408 #           not 'MEMIF'"
17409 #  parameters:
17410 #  - "latency"
17411 #  - "parent"
17412 #  - "tags"
17413 #  sort:
17414 #  - "L2XCFWD"
17415 #  - "L2PATCH"
17416 #  - "L2BDMACLRN"
17417 #  - "FIB_10K"
17418 #  - "FIB_100K"
17419 #  - "FIB_1M"
17420 #  layout:
17421 #    title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17422 #    layout: "plot-latency"
17423 #
17424 #-
17425 #  type: "plot"
17426 #  title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17427 #  algorithm: "plot_latency_error_bars"
17428 #  output-file-type: ".html"
17429 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17430 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17431 #  filter: "'NIC_Intel-X520-DA2' and
17432 #           '64B' and
17433 #           ('BASE' or 'SCALE') and
17434 #           'NDRPDR' and
17435 #           'ETH' and
17436 #           '2T2C' and
17437 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17438 #           not 'VHOST' and
17439 #           not 'MEMIF'"
17440 #  parameters:
17441 #  - "latency"
17442 #  - "parent"
17443 #  - "tags"
17444 #  sort:
17445 #  - "L2XCFWD"
17446 #  - "L2PATCH"
17447 #  - "L2BDMACLRN"
17448 #  - "FIB_10K"
17449 #  - "FIB_100K"
17450 #  - "FIB_1M"
17451 #  layout:
17452 #    title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17453 #    layout: "plot-latency"
17454 #
17455 ## Packet Latency - VPP L2 3n-hsw-x520 features
17456 #-
17457 #  type: "plot"
17458 #  title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17459 #  algorithm: "plot_latency_error_bars"
17460 #  output-file-type: ".html"
17461 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17462 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17463 #  filter: "'NIC_Intel-X520-DA2' and
17464 #           '64B' and
17465 #           'NDRPDR' and
17466 #           '1T1C' and
17467 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17468 #           not 'ACL' and
17469 #           not 'VHOST' and
17470 #           not 'MEMIF'"
17471 #  parameters:
17472 #  - "latency"
17473 #  - "parent"
17474 #  - "tags"
17475 #  sort:
17476 #  - "L2XCBASE"    # l2xcbase
17477 #  - "L2BDBASE"    # l2bdbase
17478 #  - "L2XCFWD"     # dot1q-l2xcbase
17479 #  - "L2BDMACLRN"  # dot1q-l2bdbase
17480 #  layout:
17481 #    title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17482 #    layout: "plot-latency"
17483 #
17484 #-
17485 #  type: "plot"
17486 #  title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17487 #  algorithm: "plot_latency_error_bars"
17488 #  output-file-type: ".html"
17489 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17490 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17491 #  filter: "'NIC_Intel-X520-DA2' and
17492 #           '64B' and
17493 #           'NDRPDR' and
17494 #           '2T2C' and
17495 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17496 #           not 'ACL' and
17497 #           not 'VHOST' and
17498 #           not 'MEMIF'"
17499 #  parameters:
17500 #  - "latency"
17501 #  - "parent"
17502 #  - "tags"
17503 #  sort:
17504 #  - "L2XCBASE"    # l2xcbase
17505 #  - "L2BDBASE"    # l2bdbase
17506 #  - "L2XCFWD"     # dot1q-l2xcbase
17507 #  - "L2BDMACLRN"  # dot1q-l2bdbase
17508 #  layout:
17509 #    title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17510 #    layout: "plot-latency"
17511
17512 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
17513 - type: "plot"
17514   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17515   algorithm: "plot_latency_error_bars"
17516   output-file-type: ".html"
17517   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17519   filter: "'NIC_Intel-X520-DA2' and
17520            '64B' and
17521            'NDRPDR' and
17522            '1T1C' and
17523            'FEATURE' and
17524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17525            'OACL' and
17526            ('ACL1' or 'ACL50') and
17527            ('10K_FLOWS' or '10k_FLOWS') and
17528            not 'MACIP' and
17529            not 'VHOST' and
17530            not 'MEMIF'"
17531   parameters:
17532   - "latency"
17533   - "parent"
17534   - "tags"
17535   layout:
17536     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17537     layout: "plot-latency"
17538
17539 - type: "plot"
17540   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17541   algorithm: "plot_latency_error_bars"
17542   output-file-type: ".html"
17543   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17545   filter: "'NIC_Intel-X520-DA2' and
17546            '64B' and
17547            'NDRPDR' and
17548            '2T2C' and
17549            'FEATURE' and
17550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17551            'OACL' and
17552            ('ACL1' or 'ACL50') and
17553            ('10K_FLOWS' or '10k_FLOWS') and
17554            not 'MACIP' and
17555            not 'VHOST' and
17556            not 'MEMIF'"
17557   parameters:
17558   - "latency"
17559   - "parent"
17560   - "tags"
17561   layout:
17562     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17563     layout: "plot-latency"
17564
17565 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
17566 - type: "plot"
17567   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
17568   algorithm: "plot_latency_error_bars"
17569   output-file-type: ".html"
17570   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
17571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17572   filter: "'NIC_Intel-X520-DA2' and
17573            '64B' and
17574            'NDRPDR' and
17575            '1T1C' and
17576            'FEATURE' and
17577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17578            'MACIP' and
17579            ('ACL1' or 'ACL50') and
17580            ('10K_FLOWS' or '10k_FLOWS') and
17581            not 'VHOST' and
17582            not 'MEMIF'"
17583   parameters:
17584   - "latency"
17585   - "parent"
17586   - "tags"
17587   layout:
17588     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
17589     layout: "plot-latency"
17590
17591 - type: "plot"
17592   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
17593   algorithm: "plot_latency_error_bars"
17594   output-file-type: ".html"
17595   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
17596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17597   filter: "'NIC_Intel-X520-DA2' and
17598            '64B' and
17599            'NDRPDR' and
17600            '2T2C' and
17601            'FEATURE' and
17602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17603            'MACIP' and
17604            ('ACL1' or 'ACL50') and
17605            ('10K_FLOWS' or '10k_FLOWS') and
17606            not 'VHOST' and
17607            not 'MEMIF'"
17608   parameters:
17609   - "latency"
17610   - "parent"
17611   - "tags"
17612   layout:
17613     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
17614     layout: "plot-latency"
17615
17616 ## Packet Latency - VPP L2 3n-hsw-x710 base and scale
17617 #-
17618 #  type: "plot"
17619 #  title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17620 #  algorithm: "plot_latency_error_bars"
17621 #  output-file-type: ".html"
17622 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17623 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17624 #  filter: "'NIC_Intel-X710' and
17625 #           '64B' and
17626 #           ('BASE' or 'SCALE') and
17627 #           'NDRPDR' and
17628 #           'ETH' and
17629 #           '1T1C' and
17630 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17631 #           not 'VHOST' and
17632 #           not 'MEMIF'"
17633 #  parameters:
17634 #  - "latency"
17635 #  - "parent"
17636 #  - "tags"
17637 #  sort:
17638 #  - "L2PATCH"
17639 #  - "L2XCFWD"
17640 #  - "L2BDMACLRN"
17641 #  - "FIB_10K"
17642 #  - "FIB_100K"
17643 #  - "FIB_1M"
17644 #  layout:
17645 #    title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17646 #    layout: "plot-latency"
17647 #
17648 #-
17649 #  type: "plot"
17650 #  title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17651 #  algorithm: "plot_latency_error_bars"
17652 #  output-file-type: ".html"
17653 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17654 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17655 #  filter: "'NIC_Intel-X710' and
17656 #           '64B' and
17657 #           ('BASE' or 'SCALE') and
17658 #           'NDRPDR' and
17659 #           'ETH' and
17660 #           '2T2C' and
17661 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17662 #           not 'VHOST' and
17663 #           not 'MEMIF'"
17664 #  parameters:
17665 #  - "latency"
17666 #  - "parent"
17667 #  - "tags"
17668 #  sort:
17669 #  - "L2PATCH"
17670 #  - "L2XCFWD"
17671 #  - "L2BDMACLRN"
17672 #  - "FIB_10K"
17673 #  - "FIB_100K"
17674 #  - "FIB_1M"
17675 #  layout:
17676 #    title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17677 #    layout: "plot-latency"
17678 #
17679 ## Packet Latency - VPP L2 3n-hsw-x710 features
17680 #-
17681 #  type: "plot"
17682 #  title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17683 #  algorithm: "plot_latency_error_bars"
17684 #  output-file-type: ".html"
17685 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17686 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17687 #  filter: "'NIC_Intel-X710' and
17688 #           '64B' and
17689 #           'NDRPDR' and
17690 #           '1T1C' and
17691 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17692 #           not 'ACL' and
17693 #           not 'VHOST' and
17694 #           not 'L2OVRLAY' and
17695 #           not 'MEMIF'"
17696 #  parameters:
17697 #  - "latency"
17698 #  - "parent"
17699 #  - "tags"
17700 #  sort:
17701 #  - "L2XCBASE"    # l2xcbase
17702 #  - "L2BDBASE"    # l2bdbase
17703 #  - "L2XCFWD"     # dot1q-l2xcbase
17704 #  - "L2BDMACLRN"  # dot1q-l2bdbase
17705 #  layout:
17706 #    title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17707 #    layout: "plot-latency"
17708 #
17709 #-
17710 #  type: "plot"
17711 #  title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17712 #  algorithm: "plot_latency_error_bars"
17713 #  output-file-type: ".html"
17714 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17715 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17716 #  filter: "'NIC_Intel-X710' and
17717 #           '64B' and
17718 #           'NDRPDR' and
17719 #           '2T2C' and
17720 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17721 #           not 'ACL' and
17722 #           not 'VHOST' and
17723 #           not 'L2OVRLAY' and
17724 #           not 'MEMIF'"
17725 #  parameters:
17726 #  - "latency"
17727 #  - "parent"
17728 #  - "tags"
17729 #  sort:
17730 #  - "L2XCBASE"    # l2xcbase
17731 #  - "L2BDBASE"    # l2bdbase
17732 #  - "L2XCFWD"     # dot1q-l2xcbase
17733 #  - "L2BDMACLRN"  # dot1q-l2bdbase
17734 #  layout:
17735 #    title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17736 #    layout: "plot-latency"
17737 #
17738 ## Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17739 #-
17740 #  type: "plot"
17741 #  title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17742 #  algorithm: "plot_latency_error_bars"
17743 #  output-file-type: ".html"
17744 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17745 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17746 #  filter: "'NIC_Intel-XL710' and
17747 #           '64B' and
17748 #           'BASE' and
17749 #           'NDRPDR' and
17750 #           'ETH' and
17751 #           '1T1C' and
17752 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17753 #           not 'VHOST' and
17754 #           not 'MEMIF'"
17755 #  parameters:
17756 #  - "latency"
17757 #  - "parent"
17758 #  - "tags"
17759 #  sort:
17760 #  - "L2PATCH"
17761 #  - "L2XCFWD"
17762 #  - "L2BDMACLRN"
17763 #  layout:
17764 #    title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
17765 #    layout: "plot-latency"
17766 #
17767 #-
17768 #  type: "plot"
17769 #  title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17770 #  algorithm: "plot_latency_error_bars"
17771 #  output-file-type: ".html"
17772 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17773 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17774 #  filter: "'NIC_Intel-XL710' and
17775 #           '64B' and
17776 #           'BASE' and
17777 #           'NDRPDR' and
17778 #           'ETH' and
17779 #           '2T2C' and
17780 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17781 #           not 'VHOST' and
17782 #           not 'MEMIF'"
17783 #  parameters:
17784 #  - "latency"
17785 #  - "parent"
17786 #  - "tags"
17787 #  sort:
17788 #  - "L2PATCH"
17789 #  - "L2XCFWD"
17790 #  - "L2BDMACLRN"
17791 #  layout:
17792 #    title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
17793 #    layout: "plot-latency"
17794
17795 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17796 -
17797   type: "plot"
17798   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17799   algorithm: "plot_latency_error_bars"
17800   output-file-type: ".html"
17801   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17803   filter: "'NIC_Intel-X710' and
17804            '64B' and
17805            ('BASE' or 'SCALE') and
17806            'NDRPDR' and
17807            'ETH' and
17808            '2T1C' and
17809            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17810            not 'VHOST' and
17811            not 'MEMIF' and
17812            not 'DRV_AVF'"
17813   parameters:
17814   - "latency"
17815   - "parent"
17816   - "tags"
17817   sort:
17818   - "L2PATCH"
17819   - "L2XCBASE"
17820   - "BASE"
17821   - "FIB_10K"
17822   - "FIB_100K"
17823   - "FIB_1M"
17824   layout:
17825     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17826     layout: "plot-latency"
17827
17828 -
17829   type: "plot"
17830   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17831   algorithm: "plot_latency_error_bars"
17832   output-file-type: ".html"
17833   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17835   filter: "'NIC_Intel-X710' and
17836            '64B' and
17837            ('BASE' or 'SCALE') and
17838            'NDRPDR' and
17839            'ETH' and
17840            '4T2C' and
17841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17842            not 'VHOST' and
17843            not 'MEMIF' and
17844            not 'DRV_AVF'"
17845   parameters:
17846   - "latency"
17847   - "parent"
17848   - "tags"
17849   sort:
17850   - "L2PATCH"
17851   - "L2XCBASE"
17852   - "BASE"
17853   - "FIB_10K"
17854   - "FIB_100K"
17855   - "FIB_1M"
17856   layout:
17857     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17858     layout: "plot-latency"
17859
17860 # Packet Latency - VPP L2 3n-skx-x710 features
17861 -
17862   type: "plot"
17863   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17864   algorithm: "plot_latency_error_bars"
17865   output-file-type: ".html"
17866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17868   filter: "'NIC_Intel-X710' and
17869            '64B' and
17870            'NDRPDR' and
17871            '2T1C' and
17872            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17873            not 'ACL' and
17874            not 'VHOST' and
17875            not 'DRV_AVF' and
17876            not 'L2OVRLAY' and
17877            not 'MEMIF'"
17878   parameters:
17879   - "latency"
17880   - "parent"
17881   - "tags"
17882   sort:
17883   - "L2XCBASE"    # l2xcbase
17884   - "L2BDBASE"    # l2bdbase
17885   - "L2XCFWD"     # dot1q-l2xcbase
17886   - "L2BDMACLRN"  # dot1q-l2bdbase
17887   layout:
17888     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17889     layout: "plot-latency"
17890
17891 -
17892   type: "plot"
17893   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17894   algorithm: "plot_latency_error_bars"
17895   output-file-type: ".html"
17896   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17898   filter: "'NIC_Intel-X710' and
17899            '64B' and
17900            'NDRPDR' and
17901            '4T2C' and
17902            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17903            not 'ACL' and
17904            not 'VHOST' and
17905            not 'DRV_AVF' and
17906            not 'L2OVRLAY' and
17907            not 'MEMIF'"
17908   parameters:
17909   - "latency"
17910   - "parent"
17911   - "tags"
17912   sort:
17913   - "L2XCBASE"    # l2xcbase
17914   - "L2BDBASE"    # l2bdbase
17915   - "L2XCFWD"     # dot1q-l2xcbase
17916   - "L2BDMACLRN"  # dot1q-l2bdbase
17917   layout:
17918     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17919     layout: "plot-latency"
17920
17921 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17922 -
17923   type: "plot"
17924   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17925   algorithm: "plot_latency_error_bars"
17926   output-file-type: ".html"
17927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17929   filter: "'NIC_Intel-XXV710' and
17930            '64B' and
17931            ('BASE' or 'SCALE') and
17932            'NDRPDR' and
17933            'ETH' and
17934            '2T1C' and
17935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17936            not 'VHOST' and
17937            not 'MEMIF'"
17938   parameters:
17939   - "latency"
17940   - "parent"
17941   - "tags"
17942   sort:
17943   - "L2PATCH"
17944   - "L2PATCH"
17945   - "L2XCBASE"
17946   - "L2BDMACLRN"
17947   layout:
17948     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
17949     layout: "plot-latency"
17950
17951 -
17952   type: "plot"
17953   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17954   algorithm: "plot_latency_error_bars"
17955   output-file-type: ".html"
17956   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17958   filter: "'NIC_Intel-XXV710' and
17959            '64B' and
17960            ('BASE' or 'SCALE') and
17961            'NDRPDR' and
17962            'ETH' and
17963            '4T2C' and
17964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17965            not 'VHOST' and
17966            not 'MEMIF'"
17967   parameters:
17968   - "latency"
17969   - "parent"
17970   - "tags"
17971   sort:
17972   - "L2PATCH"
17973   - "L2PATCH"
17974   - "L2XCBASE"
17975   - "L2BDMACLRN"
17976   layout:
17977     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
17978     layout: "plot-latency"
17979
17980 ## Packet Latency - VPP L2 2n-skx-x710 base and scale
17981 #-
17982 #  type: "plot"
17983 #  title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17984 #  algorithm: "plot_latency_error_bars"
17985 #  output-file-type: ".html"
17986 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17987 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
17988 #  filter: "'NIC_Intel-X710' and
17989 #           '64B' and
17990 #           'ETH' and
17991 #           ('BASE' or 'SCALE') and
17992 #           'NDRPDR' and
17993 #           '2T1C' and
17994 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17995 #           not 'VHOST' and
17996 #           not 'MEMIF'"
17997 #  parameters:
17998 #  - "latency"
17999 #  - "parent"
18000 #  - "tags"
18001 #  sort:
18002 #  - "L2PATCH"
18003 #  - "L2XCBASE"
18004 #  - "BASE"
18005 #  - "FIB_10K"
18006 #  - "FIB_100K"
18007 #  - "FIB_1M"
18008 #  layout:
18009 #    title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18010 #    layout: "plot-latency"
18011 #
18012 #-
18013 #  type: "plot"
18014 #  title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18015 #  algorithm: "plot_latency_error_bars"
18016 #  output-file-type: ".html"
18017 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18018 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18019 #  filter: "'NIC_Intel-X710' and
18020 #           '64B' and
18021 #           ('BASE' or 'SCALE') and
18022 #           'NDRPDR' and
18023 #           'ETH' and
18024 #           '4T2C' and
18025 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18026 #           not 'VHOST' and
18027 #           not 'MEMIF'"
18028 #  parameters:
18029 #  - "latency"
18030 #  - "parent"
18031 #  - "tags"
18032 #  sort:
18033 #  - "L2PATCH"
18034 #  - "L2XCBASE"
18035 #  - "BASE"
18036 #  - "FIB_10K"
18037 #  - "FIB_100K"
18038 #  - "FIB_1M"
18039 #  layout:
18040 #    title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18041 #    layout: "plot-latency"
18042 #
18043 ## Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18044 #-
18045 #  type: "plot"
18046 #  title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18047 #  algorithm: "plot_latency_error_bars"
18048 #  output-file-type: ".html"
18049 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18050 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18051 #  filter: "'NIC_Intel-XXV710' and
18052 #           '64B' and
18053 #           ('BASE' or 'SCALE') and
18054 #           'NDRPDR' and
18055 #           'ETH' and
18056 #           '2T1C' and
18057 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18058 #           not 'VHOST' and
18059 #           not 'MEMIF'"
18060 #  parameters:
18061 #  - "latency"
18062 #  - "parent"
18063 #  - "tags"
18064 #  sort:
18065 #  - "L2PATCH"
18066 #  - "L2XCBASE"
18067 #  - "BASE"
18068 #  - "FIB_10K"
18069 #  - "FIB_100K"
18070 #  - "FIB_1M"
18071 #  layout:
18072 #    title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18073 #    layout: "plot-latency"
18074 #
18075 #-
18076 #  type: "plot"
18077 #  title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18078 #  algorithm: "plot_latency_error_bars"
18079 #  output-file-type: ".html"
18080 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18081 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18082 #  filter: "'NIC_Intel-XXV710' and
18083 #           '64B' and
18084 #           ('BASE' or 'SCALE') and
18085 #           'NDRPDR' and
18086 #           'ETH' and
18087 #           '4T2C' and
18088 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18089 #           not 'VHOST' and
18090 #           not 'MEMIF'"
18091 #  parameters:
18092 #  - "latency"
18093 #  - "parent"
18094 #  - "tags"
18095 #  sort:
18096 #  - "L2PATCH"
18097 #  - "L2XCBASE"
18098 #  - "BASE"
18099 #  - "FIB_10K"
18100 #  - "FIB_100K"
18101 #  - "FIB_1M"
18102 #  layout:
18103 #    title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18104 #    layout: "plot-latency"
18105
18106 ################################################################################
18107
18108 ## Packet Latency - VPP Container Memif 3n-hsw-x520
18109 #-
18110 #  type: "plot"
18111 #  title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18112 #  algorithm: "plot_latency_error_bars"
18113 #  output-file-type: ".html"
18114 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18115 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18116 #  filter: "'NIC_Intel-X520-DA2' and
18117 #           '64B' and
18118 #           ('BASE' or 'SCALE') and
18119 #           'NDRPDR' and
18120 #           '1T1C' and
18121 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18122 #           not 'VHOST' and
18123 #           'MEMIF'"
18124 #  parameters:
18125 #  - "latency"
18126 #  - "parent"
18127 #  - "tags"
18128 #  sort:
18129 #  - "L2XCFWD"
18130 #  - "L2XCFWD"
18131 #  - "L2XCFWD"
18132 #  - "L2BDMACLRN"
18133 #  - "L2BDMACLRN"
18134 #  - "L2BDMACLRN"
18135 #  - "IP4FWD"
18136 #  layout:
18137 #    title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18138 #    layout: "plot-latency"
18139 #
18140 #-
18141 #  type: "plot"
18142 #  title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18143 #  algorithm: "plot_latency_error_bars"
18144 #  output-file-type: ".html"
18145 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18146 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18147 #  filter: "'NIC_Intel-X520-DA2' and
18148 #           '64B' and
18149 #           ('BASE' or 'SCALE') and
18150 #           'NDRPDR' and
18151 #           '2T2C' and
18152 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18153 #           not 'VHOST' and
18154 #           'MEMIF'"
18155 #  parameters:
18156 #  - "latency"
18157 #  - "parent"
18158 #  - "tags"
18159 #  sort:
18160 #  - "L2XCFWD"
18161 #  - "L2XCFWD"
18162 #  - "L2XCFWD"
18163 #  - "L2BDMACLRN"
18164 #  - "L2BDMACLRN"
18165 #  - "L2BDMACLRN"
18166 #  - "IP4FWD"
18167 #  layout:
18168 #    title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18169 #    layout: "plot-latency"
18170 #
18171 ## Packet Latency - VPP Container Memif 3n-hsw-x710
18172 #-
18173 #  type: "plot"
18174 #  title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18175 #  algorithm: "plot_latency_error_bars"
18176 #  output-file-type: ".html"
18177 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18178 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18179 #  filter: "'NIC_Intel-X710' and
18180 #           '64B' and
18181 #           ('BASE' or 'SCALE') and
18182 #           'NDRPDR' and
18183 #           '1T1C' and
18184 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18185 #           not 'VHOST' and
18186 #           'MEMIF'"
18187 #  parameters:
18188 #  - "latency"
18189 #  - "parent"
18190 #  - "tags"
18191 #  sort:
18192 #  - "L2XCFWD"
18193 #  - "L2XCFWD"
18194 #  - "L2XCFWD"
18195 #  - "L2BDMACLRN"
18196 #  - "L2BDMACLRN"
18197 #  - "L2BDMACLRN"
18198 #  - "IP4FWD"
18199 #  layout:
18200 #    title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18201 #    layout: "plot-latency"
18202 #
18203 #-
18204 #  type: "plot"
18205 #  title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18206 #  algorithm: "plot_latency_error_bars"
18207 #  output-file-type: ".html"
18208 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18209 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18210 #  filter: "'NIC_Intel-X710' and
18211 #           '64B' and
18212 #           ('BASE' or 'SCALE') and
18213 #           'NDRPDR' and
18214 #           '2T2C' and
18215 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18216 #           not 'VHOST' and
18217 #           'MEMIF'"
18218 #  parameters:
18219 #  - "latency"
18220 #  - "parent"
18221 #  - "tags"
18222 #  sort:
18223 #  - "L2XCFWD"
18224 #  - "L2XCFWD"
18225 #  - "L2XCFWD"
18226 #  - "L2BDMACLRN"
18227 #  - "L2BDMACLRN"
18228 #  - "L2BDMACLRN"
18229 #  - "IP4FWD"
18230 #  layout:
18231 #    title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18232 #    layout: "plot-latency"
18233 #
18234 ## Packet Latency - VPP Container Memif 3n-hsw-xl710
18235 #-
18236 #  type: "plot"
18237 #  title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18238 #  algorithm: "plot_latency_error_bars"
18239 #  output-file-type: ".html"
18240 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18241 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18242 #  filter: "'NIC_Intel-XL710' and
18243 #           '64B' and
18244 #           ('BASE' or 'SCALE') and
18245 #           'NDRPDR' and
18246 #           '1T1C' and
18247 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18248 #           not 'VHOST' and
18249 #           'MEMIF'"
18250 #  parameters:
18251 #  - "latency"
18252 #  - "parent"
18253 #  - "tags"
18254 #  sort:
18255 #  - "L2XCFWD"
18256 #  - "L2XCFWD"
18257 #  - "L2XCFWD"
18258 #  - "L2BDMACLRN"
18259 #  - "L2BDMACLRN"
18260 #  - "L2BDMACLRN"
18261 #  - "IP4FWD"
18262 #  layout:
18263 #    title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
18264 #    layout: "plot-latency"
18265 #
18266 #-
18267 #  type: "plot"
18268 #  title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18269 #  algorithm: "plot_latency_error_bars"
18270 #  output-file-type: ".html"
18271 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18272 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18273 #  filter: "'NIC_Intel-XL710' and
18274 #           '64B' and
18275 #           ('BASE' or 'SCALE') and
18276 #           'NDRPDR' and
18277 #           '2T2C' and
18278 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18279 #           not 'VHOST' and
18280 #           'MEMIF'"
18281 #  parameters:
18282 #  - "latency"
18283 #  - "parent"
18284 #  - "tags"
18285 #  sort:
18286 #  - "L2XCFWD"
18287 #  - "L2XCFWD"
18288 #  - "L2XCFWD"
18289 #  - "L2BDMACLRN"
18290 #  - "L2BDMACLRN"
18291 #  - "L2BDMACLRN"
18292 #  - "IP4FWD"
18293 #  layout:
18294 #    title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
18295 #    layout: "plot-latency"
18296
18297 # Packet Latency - VPP Container Memif 3n-skx-x710
18298 -
18299   type: "plot"
18300   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18301   algorithm: "plot_latency_error_bars"
18302   output-file-type: ".html"
18303   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18305   filter: "'NIC_Intel-X710' and
18306            '64B' and
18307            ('BASE' or 'SCALE') and
18308            'NDRPDR' and
18309            '2T1C' and
18310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18311            not 'VHOST' and
18312            'MEMIF'"
18313   parameters:
18314   - "latency"
18315   - "parent"
18316   - "tags"
18317   sort:
18318   - "L2XCFWD"
18319   - "L2XCFWD"
18320   - "L2XCFWD"
18321   - "L2BDMACLRN"
18322   - "L2BDMACLRN"
18323   - "L2BDMACLRN"
18324   - "IP4FWD"
18325   layout:
18326     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18327     layout: "plot-latency"
18328
18329 -
18330   type: "plot"
18331   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18332   algorithm: "plot_latency_error_bars"
18333   output-file-type: ".html"
18334   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18336   filter: "'NIC_Intel-X710' and
18337            '64B' and
18338            ('BASE' or 'SCALE') and
18339            'NDRPDR' and
18340            '4T2C' and
18341            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18342            not 'VHOST' and
18343            'MEMIF'"
18344   parameters:
18345   - "latency"
18346   - "parent"
18347   - "tags"
18348   sort:
18349   - "L2XCFWD"
18350   - "L2XCFWD"
18351   - "L2XCFWD"
18352   - "L2BDMACLRN"
18353   - "L2BDMACLRN"
18354   - "L2BDMACLRN"
18355   - "IP4FWD"
18356   layout:
18357     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18358     layout: "plot-latency"
18359
18360 ## Packet Latency - VPP Container Memif 2n-skx-x710
18361 #-
18362 #  type: "plot"
18363 #  title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18364 #  algorithm: "plot_latency_error_bars"
18365 #  output-file-type: ".html"
18366 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18367 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18368 #  filter: "'NIC_Intel-X710' and
18369 #           '64B' and
18370 #           ('BASE' or 'SCALE') and
18371 #           'NDRPDR' and
18372 #           '2T1C' and
18373 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18374 #           not 'VHOST' and
18375 #           not 'NF_DENSITY' and
18376 #           'MEMIF'"
18377 #  parameters:
18378 #  - "latency"
18379 #  - "parent"
18380 #  - "tags"
18381 #  sort:
18382 #  - "L2XCFWD"
18383 #  - "L2XCFWD"
18384 #  - "L2XCFWD"
18385 #  - "L2BDMACLRN"
18386 #  - "L2BDMACLRN"
18387 #  - "L2BDMACLRN"
18388 #  - "IP4FWD"
18389 #  layout:
18390 #    title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
18391 #    layout: "plot-latency"
18392 #
18393 #-
18394 #  type: "plot"
18395 #  title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18396 #  algorithm: "plot_latency_error_bars"
18397 #  output-file-type: ".html"
18398 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18399 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18400 #  filter: "'NIC_Intel-X710' and
18401 #           '64B' and
18402 #           ('BASE' or 'SCALE') and
18403 #           'NDRPDR' and
18404 #           '4T2C' and
18405 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18406 #           not 'VHOST' and
18407 #           not 'NF_DENSITY' and
18408 #           'MEMIF'"
18409 #  parameters:
18410 #  - "latency"
18411 #  - "parent"
18412 #  - "tags"
18413 #  sort:
18414 #  - "L2XCFWD"
18415 #  - "L2XCFWD"
18416 #  - "L2XCFWD"
18417 #  - "L2BDMACLRN"
18418 #  - "L2BDMACLRN"
18419 #  - "L2BDMACLRN"
18420 #  - "IP4FWD"
18421 #  layout:
18422 #    title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
18423 #    layout: "plot-latency"
18424 #
18425 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
18426 #-
18427 #  type: "plot"
18428 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18429 #  algorithm: "plot_latency_error_bars"
18430 #  output-file-type: ".html"
18431 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18432 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18433 #  filter: "'NIC_Intel-XXV710' and
18434 #           '64B' and
18435 #           ('BASE' or 'SCALE') and
18436 #           'NDRPDR' and
18437 #           '2T1C' and
18438 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18439 #           not 'VHOST' and
18440 #           'MEMIF'"
18441 #  parameters:
18442 #  - "latency"
18443 #  - "parent"
18444 #  - "tags"
18445 #  sort:
18446 #  - "L2XCFWD"
18447 #  - "L2XCFWD"
18448 #  - "L2XCFWD"
18449 #  - "L2BDMACLRN"
18450 #  - "L2BDMACLRN"
18451 #  - "L2BDMACLRN"
18452 #  - "IP4FWD"
18453 #  layout:
18454 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
18455 #    layout: "plot-latency"
18456 #
18457 #-
18458 #  type: "plot"
18459 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18460 #  algorithm: "plot_latency_error_bars"
18461 #  output-file-type: ".html"
18462 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18463 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18464 #  filter: "'NIC_Intel-XXV710' and
18465 #           '64B' and
18466 #           ('BASE' or 'SCALE') and
18467 #           'NDRPDR' and
18468 #           '4T2C' and
18469 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18470 #           not 'VHOST' and
18471 #           'MEMIF'"
18472 #  parameters:
18473 #  - "latency"
18474 #  - "parent"
18475 #  - "tags"
18476 #  sort:
18477 #  - "L2XCFWD"
18478 #  - "L2XCFWD"
18479 #  - "L2XCFWD"
18480 #  - "L2BDMACLRN"
18481 #  - "L2BDMACLRN"
18482 #  - "L2BDMACLRN"
18483 #  - "IP4FWD"
18484 #  layout:
18485 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
18486 #    layout: "plot-latency"
18487
18488 ################################################################################
18489
18490 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18491 #-
18492 #  type: "plot"
18493 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18494 #  algorithm: "plot_latency_error_bars"
18495 #  output-file-type: ".html"
18496 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18497 #  data: "plot-ligato-throughput-latency-3n-hsw"
18498 #  filter: "'NIC_Intel-X520-DA2' and
18499 #           '64B' and
18500 #           ('BASE' or 'SCALE') and
18501 #           'NDRPDR' and
18502 #           '1T1C' and
18503 #           'L2XCFWD' and
18504 #           not 'VHOST' and
18505 #           not 'NF_DENSITY' and
18506 #           'MEMIF'"
18507 #  parameters:
18508 #  - "latency"
18509 #  - "parent"
18510 #  - "tags"
18511 #  sort:
18512 #  - "1VNF"
18513 #  - "2VNF"
18514 #  - "4VNF"
18515 #  - "2VNF"
18516 #  - "4VNF"
18517 #  layout:
18518 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18519 #    layout: "plot-latency"
18520 #
18521 #-
18522 #  type: "plot"
18523 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18524 #  algorithm: "plot_latency_error_bars"
18525 #  output-file-type: ".html"
18526 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18527 #  data: "plot-ligato-throughput-latency-3n-hsw"
18528 #  filter: "'NIC_Intel-X520-DA2' and
18529 #           '64B' and
18530 #           ('BASE' or 'SCALE') and
18531 #           'NDRPDR' and
18532 #           '2T2C' and
18533 #           'L2XCFWD' and
18534 #           not 'VHOST' and
18535 #           not 'NF_DENSITY' and
18536 #           'MEMIF'"
18537 #  parameters:
18538 #  - "latency"
18539 #  - "parent"
18540 #  - "tags"
18541 #  sort:
18542 #  - "1VNF"
18543 #  - "2VNF"
18544 #  - "4VNF"
18545 #  - "2VNF"
18546 #  - "4VNF"
18547 #  layout:
18548 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18549 #    layout: "plot-latency"
18550 #
18551 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18552 #-
18553 #  type: "plot"
18554 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18555 #  algorithm: "plot_latency_error_bars"
18556 #  output-file-type: ".html"
18557 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18558 #  data: "plot-ligato-throughput-latency-3n-hsw"
18559 #  filter: "'NIC_Intel-X520-DA2' and
18560 #           '64B' and
18561 #           ('BASE' or 'SCALE') and
18562 #           'NDRPDR' and
18563 #           '1T1C' and
18564 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
18565 #           not 'VHOST' and
18566 #           not 'NF_DENSITY' and
18567 #           'MEMIF'"
18568 #  parameters:
18569 #  - "latency"
18570 #  - "parent"
18571 #  - "tags"
18572 #  sort:
18573 #  - "1VNF"
18574 #  - "2VNF"
18575 #  - "4VNF"
18576 #  - "2VNF"
18577 #  - "4VNF"
18578 #  layout:
18579 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18580 #    layout: "plot-latency"
18581 #
18582 #-
18583 #  type: "plot"
18584 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18585 #  algorithm: "plot_latency_error_bars"
18586 #  output-file-type: ".html"
18587 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18588 #  data: "plot-ligato-throughput-latency-3n-hsw"
18589 #  filter: "'NIC_Intel-X520-DA2' and
18590 #           '64B' and
18591 #           ('BASE' or 'SCALE') and
18592 #           'NDRPDR' and
18593 #           '2T2C' and
18594 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
18595 #           not 'VHOST' and
18596 #           not 'NF_DENSITY' and
18597 #           'MEMIF'"
18598 #  parameters:
18599 #  - "latency"
18600 #  - "parent"
18601 #  - "tags"
18602 #  sort:
18603 #  - "1VNF"
18604 #  - "2VNF"
18605 #  - "4VNF"
18606 #  - "2VNF"
18607 #  - "4VNF"
18608 #  layout:
18609 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18610 #    layout: "plot-latency"
18611 #
18612 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18613 #-
18614 #  type: "plot"
18615 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18616 #  algorithm: "plot_latency_error_bars"
18617 #  output-file-type: ".html"
18618 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18619 #  data: "plot-ligato-throughput-latency-3n-hsw"
18620 #  filter: "'NIC_Intel-X710' and
18621 #           '64B' and
18622 #           ('BASE' or 'SCALE') and
18623 #           'NDRPDR' and
18624 #           '1T1C' and
18625 #           'L2XCFWD' and
18626 #           not 'VHOST' and
18627 #           not 'NF_DENSITY' and
18628 #           'MEMIF'"
18629 #  parameters:
18630 #  - "latency"
18631 #  - "parent"
18632 #  - "tags"
18633 #  sort:
18634 #  - "1VNF"
18635 #  - "2VNF"
18636 #  - "4VNF"
18637 #  - "2VNF"
18638 #  - "4VNF"
18639 #  layout:
18640 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18641 #    layout: "plot-latency"
18642 #
18643 #-
18644 #  type: "plot"
18645 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18646 #  algorithm: "plot_latency_error_bars"
18647 #  output-file-type: ".html"
18648 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18649 #  data: "plot-ligato-throughput-latency-3n-hsw"
18650 #  filter: "'NIC_Intel-X710' and
18651 #           '64B' and
18652 #           ('BASE' or 'SCALE') and
18653 #           'NDRPDR' and
18654 #           '2T2C' and
18655 #           'L2XCFWD' and
18656 #           not 'VHOST' and
18657 #           not 'NF_DENSITY' and
18658 #           'MEMIF'"
18659 #  parameters:
18660 #  - "latency"
18661 #  - "parent"
18662 #  - "tags"
18663 #  sort:
18664 #  - "1VNF"
18665 #  - "2VNF"
18666 #  - "4VNF"
18667 #  - "2VNF"
18668 #  - "4VNF"
18669 #  layout:
18670 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18671 #    layout: "plot-latency"
18672 #
18673 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18674 #-
18675 #  type: "plot"
18676 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18677 #  algorithm: "plot_latency_error_bars"
18678 #  output-file-type: ".html"
18679 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18680 #  data: "plot-ligato-throughput-latency-3n-hsw"
18681 #  filter: "'NIC_Intel-X710' and
18682 #           '64B' and
18683 #           ('BASE' or 'SCALE') and
18684 #           'NDRPDR' and
18685 #           '1T1C' and
18686 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
18687 #           not 'VHOST' and
18688 #           not 'NF_DENSITY' and
18689 #           'MEMIF'"
18690 #  parameters:
18691 #  - "latency"
18692 #  - "parent"
18693 #  - "tags"
18694 #  sort:
18695 #  - "1VNF"
18696 #  - "2VNF"
18697 #  - "4VNF"
18698 #  - "2VNF"
18699 #  - "4VNF"
18700 #  layout:
18701 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18702 #    layout: "plot-latency"
18703 #
18704 #-
18705 #  type: "plot"
18706 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18707 #  algorithm: "plot_latency_error_bars"
18708 #  output-file-type: ".html"
18709 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18710 #  data: "plot-ligato-throughput-latency-3n-hsw"
18711 #  filter: "'NIC_Intel-X710' and
18712 #           '64B' and
18713 #           ('BASE' or 'SCALE') and
18714 #           'NDRPDR' and
18715 #           '2T2C' and
18716 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
18717 #           not 'VHOST' and
18718 #           not 'NF_DENSITY' and
18719 #           'MEMIF'"
18720 #  parameters:
18721 #  - "latency"
18722 #  - "parent"
18723 #  - "tags"
18724 #  sort:
18725 #  - "1VNF"
18726 #  - "2VNF"
18727 #  - "4VNF"
18728 #  - "2VNF"
18729 #  - "4VNF"
18730 #  layout:
18731 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18732 #    layout: "plot-latency"
18733
18734 ################################################################################
18735
18736 ## Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18737 #-
18738 #  type: "plot"
18739 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18740 #  algorithm: "plot_latency_error_bars"
18741 #  output-file-type: ".html"
18742 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18743 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18744 #  filter: "'NIC_Intel-X520-DA2' and
18745 #           '64B' and
18746 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18747 #           'NDRPDR' and
18748 #           '1T1C' and
18749 #           'IP4FWD' and
18750 #           not 'IPSEC' and
18751 #           not 'DOT1Q' and
18752 #           not 'VHOST'"
18753 #  parameters:
18754 #  - "latency"
18755 #  - "parent"
18756 #  - "tags"
18757 #  sort:
18758 #  - "DOT1Q"
18759 #  - "IP4BASE"
18760 #  - "FIB_20k"
18761 #  - "FIB_200k"
18762 #  - "FIB_2M"
18763 #  layout:
18764 #    title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18765 #    layout: "plot-latency"
18766 #
18767 #-
18768 #  type: "plot"
18769 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18770 #  algorithm: "plot_latency_error_bars"
18771 #  output-file-type: ".html"
18772 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18773 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18774 #  filter: "'NIC_Intel-X520-DA2' and
18775 #           '64B' and
18776 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18777 #           'NDRPDR' and
18778 #           '2T2C' and
18779 #           'IP4FWD' and
18780 #           not 'IPSEC' and
18781 #           not 'DOT1Q' and
18782 #           not 'VHOST'"
18783 #  parameters:
18784 #  - "latency"
18785 #  - "parent"
18786 #  - "tags"
18787 #  sort:
18788 #  - "DOT1Q"
18789 #  - "IP4BASE"
18790 #  - "FIB_20k"
18791 #  - "FIB_200k"
18792 #  - "FIB_2M"
18793 #  layout:
18794 #    title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18795 #    layout: "plot-latency"
18796 #
18797 ## Packet Latency - VPP IPv4 3n-hsw-x520 features
18798 #-
18799 #  type: "plot"
18800 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18801 #  algorithm: "plot_latency_error_bars"
18802 #  output-file-type: ".html"
18803 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18804 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18805 #  filter: "'NIC_Intel-X520-DA2' and
18806 #           '64B' and
18807 #           ('IP4BASE' or
18808 #            'POLICE_MARK' or
18809 #            'COPWHLIST' or
18810 #            ('NAT44' and 'BASE') or
18811 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18812 #           'NDRPDR' and
18813 #           '1T1C' and
18814 #           'IP4FWD' and
18815 #           not 'IPSEC' and
18816 #           not 'VHOST'"
18817 #  parameters:
18818 #  - "latency"
18819 #  - "parent"
18820 #  - "tags"
18821 #  sort:
18822 #  - "DOT1Q"
18823 #  - "IP4BASE"
18824 #  - "NAT44"
18825 #  - "POLICE_MARK"
18826 #  - "COPWHLIST"
18827 #  - "IACL"
18828 #  - "OACL"
18829 #  layout:
18830 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18831 #    layout: "plot-latency"
18832 #
18833 #-
18834 #  type: "plot"
18835 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18836 #  algorithm: "plot_latency_error_bars"
18837 #  output-file-type: ".html"
18838 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18839 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18840 #  filter: "'NIC_Intel-X520-DA2' and
18841 #           '64B' and
18842 #           ('IP4BASE' or
18843 #            'POLICE_MARK' or
18844 #            'COPWHLIST' or
18845 #            ('NAT44' and 'BASE') or
18846 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18847 #           'NDRPDR' and
18848 #           '2T2C' and
18849 #           'IP4FWD' and
18850 #           not 'IPSEC' and
18851 #           not 'VHOST'"
18852 #  parameters:
18853 #  - "latency"
18854 #  - "parent"
18855 #  - "tags"
18856 #  sort:
18857 #  - "DOT1Q"
18858 #  - "IP4BASE"
18859 #  - "NAT44"
18860 #  - "POLICE_MARK"
18861 #  - "COPWHLIST"
18862 #  - "IACL"
18863 #  - "OACL"
18864 #  layout:
18865 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18866 #    layout: "plot-latency"
18867 #
18868 ## Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18869 #-
18870 #  type: "plot"
18871 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18872 #  algorithm: "plot_latency_error_bars"
18873 #  output-file-type: ".html"
18874 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18875 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18876 #  filter: "'NIC_Intel-X520-DA2' and
18877 #           '64B' and
18878 #           'NDRPDR' and
18879 #           '1T1C' and
18880 #           'IP4FWD' and
18881 #           ('NAT44' or 'IP4BASE') and
18882 #           not 'DOT1Q' and
18883 #           not 'IPSEC' and
18884 #           not 'VHOST'"
18885 #  parameters:
18886 #  - "latency"
18887 #  - "parent"
18888 #  - "tags"
18889 #  sort:
18890 #  - "IP4BASE"
18891 #  - "BASE"
18892 #  - "SRC_USER_10"
18893 #  - "SRC_USER_100"
18894 #  - "SRC_USER_1000"
18895 #  - "SRC_USER_2000"
18896 #  layout:
18897 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18898 #    layout: "plot-latency"
18899 #
18900 #-
18901 #  type: "plot"
18902 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18903 #  algorithm: "plot_latency_error_bars"
18904 #  output-file-type: ".html"
18905 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18906 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18907 #  filter: "'NIC_Intel-X520-DA2' and
18908 #           '64B' and
18909 #           'NDRPDR' and
18910 #           '2T2C' and
18911 #           'IP4FWD' and
18912 #           ('NAT44' or 'IP4BASE') and
18913 #           not 'DOT1Q' and
18914 #           not 'IPSEC' and
18915 #           not 'VHOST'"
18916 #  parameters:
18917 #  - "latency"
18918 #  - "parent"
18919 #  - "tags"
18920 #  sort:
18921 #  - "IP4BASE"
18922 #  - "BASE"
18923 #  - "SRC_USER_10"
18924 #  - "SRC_USER_100"
18925 #  - "SRC_USER_1000"
18926 #  - "SRC_USER_2000"
18927 #  layout:
18928 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18929 #    layout: "plot-latency"
18930 #
18931 ## Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18932 #-
18933 #  type: "plot"
18934 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18935 #  algorithm: "plot_latency_error_bars"
18936 #  output-file-type: ".html"
18937 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18938 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18939 #  filter: "'NIC_Intel-X520-DA2' and
18940 #           '64B' and
18941 #           'NDRPDR' and
18942 #           '1T1C' and
18943 #           'IP4FWD' and
18944 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18945 #           not 'IPSEC' and
18946 #           not 'DOT1Q' and
18947 #           not 'VHOST'"
18948 #  parameters:
18949 #  - "latency"
18950 #  - "parent"
18951 #  - "tags"
18952 #  sort:
18953 #  - "IP4BASE"
18954 #  - "ACL_STATELESS"
18955 #  - "ACL_STATEFUL"
18956 #  - "ACL_STATELESS"
18957 #  - "ACL_STATEFUL"
18958 #  layout:
18959 #    title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18960 #    layout: "plot-latency"
18961 #
18962 #-
18963 #  type: "plot"
18964 #  title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18965 #  algorithm: "plot_latency_error_bars"
18966 #  output-file-type: ".html"
18967 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18968 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18969 #  filter: "'NIC_Intel-X520-DA2' and
18970 #           '64B' and
18971 #           'NDRPDR' and
18972 #           '2T2C' and
18973 #           'IP4FWD' and
18974 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18975 #           not 'IPSEC' and
18976 #           not 'DOT1Q' and
18977 #           not 'VHOST'"
18978 #  parameters:
18979 #  - "latency"
18980 #  - "parent"
18981 #  - "tags"
18982 #  sort:
18983 #  - "IP4BASE"
18984 #  - "ACL_STATELESS"
18985 #  - "ACL_STATEFUL"
18986 #  - "ACL_STATELESS"
18987 #  - "ACL_STATEFUL"
18988 #  layout:
18989 #    title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18990 #    layout: "plot-latency"
18991
18992 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18993 -
18994   type: "plot"
18995   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18996   algorithm: "plot_latency_error_bars"
18997   output-file-type: ".html"
18998   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19000   filter: "'NIC_Intel-X520-DA2' and
19001            '64B' and
19002            'NDRPDR' and
19003            '1T1C' and
19004            'IP4FWD' and
19005            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19006            not 'IPSEC' and
19007            not 'DOT1Q' and
19008            not 'VHOST'"
19009   parameters:
19010   - "latency"
19011   - "parent"
19012   - "tags"
19013   sort:
19014   - "IP4BASE"
19015   - "ACL_STATELESS"
19016   - "ACL_STATEFUL"
19017   - "ACL_STATELESS"
19018   - "ACL_STATEFUL"
19019   layout:
19020     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19021     layout: "plot-latency"
19022
19023 -
19024   type: "plot"
19025   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19026   algorithm: "plot_latency_error_bars"
19027   output-file-type: ".html"
19028   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19030   filter: "'NIC_Intel-X520-DA2' and
19031            '64B' and
19032            'NDRPDR' and
19033            '2T2C' and
19034            'IP4FWD' and
19035            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19036            not 'IPSEC' and
19037            not 'DOT1Q' and
19038            not 'VHOST'"
19039   parameters:
19040   - "latency"
19041   - "parent"
19042   - "tags"
19043   sort:
19044   - "IP4BASE"
19045   - "ACL_STATELESS"
19046   - "ACL_STATEFUL"
19047   - "ACL_STATELESS"
19048   - "ACL_STATEFUL"
19049   layout:
19050     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19051     layout: "plot-latency"
19052
19053 ## Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19054 #-
19055 #  type: "plot"
19056 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19057 #  algorithm: "plot_latency_error_bars"
19058 #  output-file-type: ".html"
19059 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19060 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19061 #  filter: "'NIC_Intel-X710' and
19062 #           '64B' and
19063 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19064 #           'NDRPDR' and
19065 #           '1T1C' and
19066 #           'IP4FWD' and
19067 #           not 'IPSEC' and
19068 #           not 'DOT1Q' and
19069 #           not 'VHOST'"
19070 #  parameters:
19071 #  - "latency"
19072 #  - "parent"
19073 #  - "tags"
19074 #  sort:
19075 #  - "IP4BASE"
19076 #  - "FIB_20K"
19077 #  - "FIB_200K"
19078 #  - "FIB_2M"
19079 #  layout:
19080 #    title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19081 #    layout: "plot-latency"
19082 #
19083 #-
19084 #  type: "plot"
19085 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19086 #  algorithm: "plot_latency_error_bars"
19087 #  output-file-type: ".html"
19088 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19089 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19090 #  filter: "'NIC_Intel-X710' and
19091 #           '64B' and
19092 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19093 #           'NDRPDR' and
19094 #           '2T2C' and
19095 #           'IP4FWD' and
19096 #           not 'IPSEC' and
19097 #           not 'DOT1Q' and
19098 #           not 'VHOST'"
19099 #  parameters:
19100 #  - "latency"
19101 #  - "parent"
19102 #  - "tags"
19103 #  sort:
19104 #  - "IP4BASE"
19105 #  - "FIB_20K"
19106 #  - "FIB_200K"
19107 #  - "FIB_2M"
19108 #  layout:
19109 #    title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19110 #    layout: "plot-latency"
19111 #
19112 ## Packet Latency - VPP IPv4 3n-hsw-x710 features
19113 #-
19114 #  type: "plot"
19115 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19116 #  algorithm: "plot_latency_error_bars"
19117 #  output-file-type: ".html"
19118 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19119 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19120 #  filter: "'NIC_Intel-X710' and
19121 #           '64B' and
19122 #           ('IP4BASE' or
19123 #            'POLICE_MARK' or
19124 #            'COPWHLIST' or
19125 #            ('NAT44' and 'BASE') or
19126 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19127 #           'NDRPDR' and
19128 #           '1T1C' and
19129 #           'IP4FWD' and
19130 #           not 'IPSEC' and
19131 #           not 'VHOST'"
19132 #  parameters:
19133 #  - "latency"
19134 #  - "parent"
19135 #  - "tags"
19136 #  sort:
19137 #  - "DOT1Q"
19138 #  - "IP4BASE"
19139 #  - "NAT44"
19140 #  - "POLICE_MARK"
19141 #  - "COPWHLIST"
19142 #  - "IACL"
19143 #  - "OACL"
19144 #  layout:
19145 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
19146 #    layout: "plot-latency"
19147 #
19148 #-
19149 #  type: "plot"
19150 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19151 #  algorithm: "plot_latency_error_bars"
19152 #  output-file-type: ".html"
19153 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19154 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19155 #  filter: "'NIC_Intel-X710' and
19156 #           '64B' and
19157 #           ('IP4BASE' or
19158 #            'POLICE_MARK' or
19159 #            'COPWHLIST' or
19160 #            ('NAT44' and 'BASE') or
19161 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19162 #           'NDRPDR' and
19163 #           '2T2C' and
19164 #           'IP4FWD' and
19165 #           not 'IPSEC' and
19166 #           not 'VHOST'"
19167 #  parameters:
19168 #  - "latency"
19169 #  - "parent"
19170 #  - "tags"
19171 #  sort:
19172 #  - "DOT1Q"
19173 #  - "IP4BASE"
19174 #  - "NAT44"
19175 #  - "POLICE_MARK"
19176 #  - "COPWHLIST"
19177 #  - "IACL"
19178 #  - "OACL"
19179 #  layout:
19180 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
19181 #    layout: "plot-latency"
19182 #
19183 ## Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
19184 #-
19185 #  type: "plot"
19186 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19187 #  algorithm: "plot_latency_error_bars"
19188 #  output-file-type: ".html"
19189 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19190 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19191 #  filter: "'NIC_Intel-X710' and
19192 #           '64B' and
19193 #           'NDRPDR' and
19194 #           '1T1C' and
19195 #           'IP4FWD' and
19196 #           ('NAT44' or 'IP4BASE') and
19197 #           not 'IPSEC' and
19198 #           not 'VHOST'"
19199 #  parameters:
19200 #  - "latency"
19201 #  - "parent"
19202 #  - "tags"
19203 #  sort:
19204 #  - "IP4BASE"
19205 #  - "BASE"
19206 #  - "SRC_USER_10"
19207 #  - "SRC_USER_100"
19208 #  - "SRC_USER_1000"
19209 #  - "SRC_USER_2000"
19210 #  layout:
19211 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
19212 #    layout: "plot-latency"
19213 #
19214 #-
19215 #  type: "plot"
19216 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19217 #  algorithm: "plot_latency_error_bars"
19218 #  output-file-type: ".html"
19219 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19220 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19221 #  filter: "'NIC_Intel-X710' and
19222 #           '64B' and
19223 #           'NDRPDR' and
19224 #           '2T2C' and
19225 #           'IP4FWD' and
19226 #           ('NAT44' or 'IP4BASE') and
19227 #           not 'IPSEC' and
19228 #           not 'VHOST'"
19229 #  parameters:
19230 #  - "latency"
19231 #  - "parent"
19232 #  - "tags"
19233 #  sort:
19234 #  - "IP4BASE"
19235 #  - "BASE"
19236 #  - "SRC_USER_10"
19237 #  - "SRC_USER_100"
19238 #  - "SRC_USER_1000"
19239 #  - "SRC_USER_2000"
19240 #  layout:
19241 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19242 #    layout: "plot-latency"
19243 #
19244 ## Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19245 #-
19246 #  type: "plot"
19247 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19248 #  algorithm: "plot_latency_error_bars"
19249 #  output-file-type: ".html"
19250 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19251 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19252 #  filter: "'NIC_Intel-X710' and
19253 #           '64B' and
19254 #           'NDRPDR' and
19255 #           '1T1C' and
19256 #           'IP4FWD' and
19257 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19258 #           not 'IPSEC' and
19259 #           not 'VHOST'"
19260 #  parameters:
19261 #  - "latency"
19262 #  - "parent"
19263 #  - "tags"
19264 #  sort:
19265 #  - "IP4BASE"
19266 #  - "ACL_STATELESS"
19267 #  - "ACL_STATEFUL"
19268 #  - "ACL_STATELESS"
19269 #  - "ACL_STATEFUL"
19270 #  layout:
19271 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19272 #    layout: "plot-latency"
19273 #
19274 #-
19275 #  type: "plot"
19276 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19277 #  algorithm: "plot_latency_error_bars"
19278 #  output-file-type: ".html"
19279 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19280 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19281 #  filter: "'NIC_Intel-X710' and
19282 #           '64B' and
19283 #           'NDRPDR' and
19284 #           '2T2C' and
19285 #           'IP4FWD' and
19286 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19287 #           not 'IPSEC' and
19288 #           not 'VHOST'"
19289 #  parameters:
19290 #  - "latency"
19291 #  - "parent"
19292 #  - "tags"
19293 #  sort:
19294 #  - "IP4BASE"
19295 #  - "ACL_STATELESS"
19296 #  - "ACL_STATEFUL"
19297 #  - "ACL_STATELESS"
19298 #  - "ACL_STATEFUL"
19299 #  layout:
19300 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19301 #    layout: "plot-latency"
19302 #
19303 ## Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19304 #-
19305 #  type: "plot"
19306 #  title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19307 #  algorithm: "plot_latency_error_bars"
19308 #  output-file-type: ".html"
19309 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19310 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19311 #  filter: "'NIC_Intel-XL710' and
19312 #           '64B' and
19313 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19314 #           'NDRPDR' and
19315 #           '1T1C' and
19316 #           'IP4FWD' and
19317 #           not 'IPSEC' and
19318 #           not 'VHOST'"
19319 #  parameters:
19320 #  - "latency"
19321 #  - "parent"
19322 #  - "tags"
19323 #  sort:
19324 #  - "IP4BASE"
19325 #  - "FIB_20K"
19326 #  - "FIB_200K"
19327 #  - "FIB_2M"
19328 #  layout:
19329 #    title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
19330 #    layout: "plot-latency"
19331 #
19332 #-
19333 #  type: "plot"
19334 #  title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19335 #  algorithm: "plot_latency_error_bars"
19336 #  output-file-type: ".html"
19337 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19338 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19339 #  filter: "'NIC_Intel-XL710' and
19340 #           '64B' and
19341 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19342 #           'NDRPDR' and
19343 #           '2T2C' and
19344 #           'IP4FWD' and
19345 #           not 'IPSEC' and
19346 #           not 'VHOST'"
19347 #  parameters:
19348 #  - "latency"
19349 #  - "parent"
19350 #  - "tags"
19351 #  sort:
19352 #  - "IP4BASE"
19353 #  - "FIB_20K"
19354 #  - "FIB_200K"
19355 #  - "FIB_2M"
19356 #  layout:
19357 #    title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
19358 #    layout: "plot-latency"
19359
19360 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19361 -
19362   type: "plot"
19363   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19364   algorithm: "plot_latency_error_bars"
19365   output-file-type: ".html"
19366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19368   filter: "'NIC_Intel-X710' and
19369            '64B' and
19370            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19371            'NDRPDR' and
19372            '2T1C' and
19373            'IP4FWD' and
19374            not 'IPSEC' and
19375            not 'DOT1Q' and
19376            not 'VHOST'"
19377   parameters:
19378   - "latency"
19379   - "parent"
19380   - "tags"
19381   sort:
19382   - "IP4BASE"
19383   - "FIB_20K"
19384   - "FIB_200K"
19385   - "FIB_2M"
19386   layout:
19387     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19388     layout: "plot-latency"
19389
19390 -
19391   type: "plot"
19392   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19393   algorithm: "plot_latency_error_bars"
19394   output-file-type: ".html"
19395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19397   filter: "'NIC_Intel-X710' and
19398            '64B' and
19399            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19400            'NDRPDR' and
19401            '4T2C' and
19402            'IP4FWD' and
19403            not 'IPSEC' and
19404            not 'DOT1Q' and
19405            not 'VHOST'"
19406   parameters:
19407   - "latency"
19408   - "parent"
19409   - "tags"
19410   sort:
19411   - "IP4BASE"
19412   - "FIB_20K"
19413   - "FIB_200K"
19414   - "FIB_2M"
19415   layout:
19416     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19417     layout: "plot-latency"
19418
19419 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19420 -
19421   type: "plot"
19422   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19423   algorithm: "plot_latency_error_bars"
19424   output-file-type: ".html"
19425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19427   filter: "'NIC_Intel-X710' and
19428            '64B' and
19429            ('IP4BASE' or
19430             'POLICE_MARK' or
19431             'COPWHLIST' or
19432             ('NAT44' and 'BASE') or
19433             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19434            'NDRPDR' and
19435            '2T1C' and
19436            'IP4FWD' and
19437            not 'IPSEC' and
19438            not 'VHOST'"
19439   parameters:
19440   - "latency"
19441   - "parent"
19442   - "tags"
19443   sort:
19444   - "DOT1Q"
19445   - "IP4BASE"
19446   - "NAT44"
19447   - "POLICE_MARK"
19448   - "COPWHLIST"
19449   - "IACL"
19450   - "OACL"
19451   layout:
19452     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19453     layout: "plot-latency"
19454
19455 -
19456   type: "plot"
19457   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19458   algorithm: "plot_latency_error_bars"
19459   output-file-type: ".html"
19460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19462   filter: "'NIC_Intel-X710' and
19463            '64B' and
19464            ('IP4BASE' or
19465             'POLICE_MARK' or
19466             'COPWHLIST' or
19467             ('NAT44' and 'BASE') or
19468             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19469            'NDRPDR' and
19470            '4T2C' and
19471            'IP4FWD' and
19472            not 'IPSEC' and
19473            not 'VHOST'"
19474   parameters:
19475   - "latency"
19476   - "parent"
19477   - "tags"
19478   sort:
19479   - "DOT1Q"
19480   - "IP4BASE"
19481   - "NAT44"
19482   - "POLICE_MARK"
19483   - "COPWHLIST"
19484   - "IACL"
19485   - "OACL"
19486   layout:
19487     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19488     layout: "plot-latency"
19489
19490 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19491 -
19492   type: "plot"
19493   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19494   algorithm: "plot_latency_error_bars"
19495   output-file-type: ".html"
19496   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19498   filter: "'NIC_Intel-X710' and
19499            '64B' and
19500            'NDRPDR' and
19501            '2T1C' and
19502            'IP4FWD' and
19503            ('NAT44' or 'IP4BASE') and
19504            not 'IPSEC' and
19505            not 'VHOST'"
19506   parameters:
19507   - "latency"
19508   - "parent"
19509   - "tags"
19510   sort:
19511   - "IP4BASE"
19512   - "BASE"
19513   - "SRC_USER_10"
19514   - "SRC_USER_100"
19515   - "SRC_USER_1000"
19516   - "SRC_USER_2000"
19517   layout:
19518     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19519     layout: "plot-latency"
19520
19521 -
19522   type: "plot"
19523   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19524   algorithm: "plot_latency_error_bars"
19525   output-file-type: ".html"
19526   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19528   filter: "'NIC_Intel-X710' and
19529            '64B' and
19530            'NDRPDR' and
19531            '4T2C' and
19532            'IP4FWD' and
19533            ('NAT44' or 'IP4BASE') and
19534            not 'IPSEC' and
19535            not 'VHOST'"
19536   parameters:
19537   - "latency"
19538   - "parent"
19539   - "tags"
19540   sort:
19541   - "IP4BASE"
19542   - "BASE"
19543   - "SRC_USER_10"
19544   - "SRC_USER_100"
19545   - "SRC_USER_1000"
19546   - "SRC_USER_2000"
19547   layout:
19548     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19549     layout: "plot-latency"
19550
19551 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19552 -
19553   type: "plot"
19554   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19555   algorithm: "plot_latency_error_bars"
19556   output-file-type: ".html"
19557   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19559   filter: "'NIC_Intel-X710' and
19560            '64B' and
19561            'NDRPDR' and
19562            '2T1C' and
19563            'IP4FWD' and
19564            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19565            not 'IPSEC' and
19566            not 'VHOST'"
19567   parameters:
19568   - "latency"
19569   - "parent"
19570   - "tags"
19571   sort:
19572   - "IP4BASE"
19573   - "ACL_STATELESS"
19574   - "ACL_STATEFUL"
19575   - "ACL_STATELESS"
19576   - "ACL_STATEFUL"
19577   layout:
19578     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19579     layout: "plot-latency"
19580
19581 -
19582   type: "plot"
19583   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19584   algorithm: "plot_latency_error_bars"
19585   output-file-type: ".html"
19586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19588   filter: "'NIC_Intel-X710' and
19589            '64B' and
19590            'NDRPDR' and
19591            '4T2C' and
19592            'IP4FWD' and
19593            'IACL' and
19594            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19595            not 'IPSEC' and
19596            not 'VHOST'"
19597   parameters:
19598   - "latency"
19599   - "parent"
19600   - "tags"
19601   sort:
19602   - "IP4BASE"
19603   - "ACL_STATELESS"
19604   - "ACL_STATEFUL"
19605   - "ACL_STATELESS"
19606   - "ACL_STATEFUL"
19607   layout:
19608     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19609     layout: "plot-latency"
19610
19611 ## Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19612 #-
19613 #  type: "plot"
19614 #  title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19615 #  algorithm: "plot_latency_error_bars"
19616 #  output-file-type: ".html"
19617 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19618 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19619 #  filter: "'NIC_Intel-X710' and
19620 #           '64B' and
19621 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19622 #           'NDRPDR' and
19623 #           '2T1C' and
19624 #           'IP4FWD' and
19625 #           not 'IPSEC' and
19626 #           not 'DOT1Q' and
19627 #           not 'VHOST'"
19628 #  parameters:
19629 #  - "latency"
19630 #  - "parent"
19631 #  - "tags"
19632 #  sort:
19633 #  - "IP4BASE"
19634 #  - "FIB_20k"
19635 #  - "FIB_200k"
19636 #  - "FIB_2M"
19637 #  layout:
19638 #    title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19639 #    layout: "plot-latency"
19640 #
19641 #-
19642 #  type: "plot"
19643 #  title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19644 #  algorithm: "plot_latency_error_bars"
19645 #  output-file-type: ".html"
19646 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19647 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19648 #  filter: "'NIC_Intel-X710' and
19649 #           '64B' and
19650 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19651 #           'NDRPDR' and
19652 #           '4T2C' and
19653 #           'IP4FWD' and
19654 #           not 'IPSEC' and
19655 #           not 'DOT1Q' and
19656 #           not 'VHOST'"
19657 #  parameters:
19658 #  - "latency"
19659 #  - "parent"
19660 #  - "tags"
19661 #  sort:
19662 #  - "IP4BASE"
19663 #  - "FIB_20k"
19664 #  - "FIB_200k"
19665 #  - "FIB_2M"
19666 #  layout:
19667 #    title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19668 #    layout: "plot-latency"
19669 #
19670 ## Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19671 #-
19672 #  type: "plot"
19673 #  title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19674 #  algorithm: "plot_latency_error_bars"
19675 #  output-file-type: ".html"
19676 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19677 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19678 #  filter: "'NIC_Intel-XXV710' and
19679 #           '64B' and
19680 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19681 #           'NDRPDR' and
19682 #           '2T1C' and
19683 #           'IP4FWD' and
19684 #           not 'IPSEC' and
19685 #           not 'DOT1Q' and
19686 #           not 'VHOST'"
19687 #  parameters:
19688 #  - "latency"
19689 #  - "parent"
19690 #  - "tags"
19691 #  sort:
19692 #  - "IP4BASE"
19693 #  - "FIB_20k"
19694 #  - "FIB_200k"
19695 #  - "FIB_2M"
19696 #  layout:
19697 #    title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19698 #    layout: "plot-latency"
19699 #
19700 #-
19701 #  type: "plot"
19702 #  title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19703 #  algorithm: "plot_latency_error_bars"
19704 #  output-file-type: ".html"
19705 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19706 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19707 #  filter: "'NIC_Intel-XXV710' and
19708 #           '64B' and
19709 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19710 #           'NDRPDR' and
19711 #           '4T2C' and
19712 #           'IP4FWD' and
19713 #           not 'IPSEC' and
19714 #           not 'DOT1Q' and
19715 #           not 'VHOST'"
19716 #  parameters:
19717 #  - "latency"
19718 #  - "parent"
19719 #  - "tags"
19720 #  sort:
19721 #  - "IP4BASE"
19722 #  - "FIB_20k"
19723 #  - "FIB_200k"
19724 #  - "FIB_2M"
19725 #  layout:
19726 #    title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19727 #    layout: "plot-latency"
19728
19729 ################################################################################
19730
19731 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19732 #-
19733 #  type: "plot"
19734 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19735 #  algorithm: "plot_latency_error_bars"
19736 #  output-file-type: ".html"
19737 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19738 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19739 #  filter: "'NIC_Intel-X520-DA2' and
19740 #           '64B' and
19741 #           'ENCAP' and
19742 #           'NDRPDR' and
19743 #           '1T1C' and
19744 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19745 #           not 'DOT1Q' and
19746 #           not 'VHOST' and
19747 #           not 'IPSECHW'"
19748 #  parameters:
19749 #  - "latency"
19750 #  - "parent"
19751 #  - "tags"
19752 #  sort:
19753 #  - "IP4BASE"
19754 #  - "L2BDMACLRN"
19755 #  - "L2XCFWD"
19756 #  - "LISP"
19757 #  layout:
19758 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19759 #    layout: "plot-latency"
19760 #
19761 #-
19762 #  type: "plot"
19763 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19764 #  algorithm: "plot_latency_error_bars"
19765 #  output-file-type: ".html"
19766 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19767 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19768 #  filter: "'NIC_Intel-X520-DA2' and
19769 #           '64B' and
19770 #           'ENCAP' and
19771 #           'NDRPDR' and
19772 #           '2T2C' and
19773 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19774 #           not 'DOT1Q' and
19775 #           not 'VHOST' and
19776 #           not 'IPSECHW'"
19777 #  parameters:
19778 #  - "latency"
19779 #  - "parent"
19780 #  - "tags"
19781 #  sort:
19782 #  - "IP4BASE"
19783 #  - "L2BDMACLRN"
19784 #  - "L2XCFWD"
19785 #  - "LISP"
19786 #  layout:
19787 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19788 #    layout: "plot-latency"
19789 #
19790 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19791 #-
19792 #  type: "plot"
19793 #  title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19794 #  algorithm: "plot_latency_error_bars"
19795 #  output-file-type: ".html"
19796 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19797 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19798 #  filter: "'NIC_Intel-X710' and
19799 #           '64B' and
19800 #           'ENCAP' and
19801 #           'NDRPDR' and
19802 #           '1T1C' and
19803 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19804 #           not 'VHOST' and
19805 #           not 'IPSECHW'"
19806 #  parameters:
19807 #  - "latency"
19808 #  - "parent"
19809 #  - "tags"
19810 #  sort:
19811 #  - "IP4BASE"
19812 #  - "LISP"
19813 #  - "VXLAN_1"
19814 #  - "VXLAN_10"
19815 #  - "VXLAN_100"
19816 #  - "VXLAN_1000"
19817 #  layout:
19818 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19819 #    layout: "plot-latency"
19820 #
19821 #-
19822 #  type: "plot"
19823 #  title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19824 #  algorithm: "plot_latency_error_bars"
19825 #  output-file-type: ".html"
19826 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19827 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19828 #  filter: "'NIC_Intel-X710' and
19829 #           '64B' and
19830 #           'ENCAP' and
19831 #           'NDRPDR' and
19832 #           '2T2C' and
19833 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19834 #           not 'VHOST' and
19835 #           not 'IPSECHW'"
19836 #  parameters:
19837 #  - "latency"
19838 #  - "parent"
19839 #  - "tags"
19840 #  sort:
19841 #  - "IP4BASE"
19842 #  - "LISP"
19843 #  - "VXLAN_1"
19844 #  - "VXLAN_10"
19845 #  - "VXLAN_100"
19846 #  - "VXLAN_1000"
19847 #  layout:
19848 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19849 #    layout: "plot-latency"
19850 #
19851 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19852 #-
19853 #  type: "plot"
19854 #  title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19855 #  algorithm: "plot_latency_error_bars"
19856 #  output-file-type: ".html"
19857 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19858 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19859 #  filter: "'NIC_Intel-X710' and
19860 #           '64B' and
19861 #           'ENCAP' and
19862 #           'NDRPDR' and
19863 #           '1T1C' and
19864 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19865 #           not 'DOT1Q' and
19866 #           not 'VHOST' and
19867 #           not 'IPSECHW'"
19868 #  parameters:
19869 #  - "latency"
19870 #  - "parent"
19871 #  - "tags"
19872 #  sort:
19873 #  - "IP4BASE"
19874 #  - "L2BDMACLRN"
19875 #  - "L2XCFWD"
19876 #  - "LISP"
19877 #  layout:
19878 #    title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19879 #    layout: "plot-latency"
19880 #
19881 #-
19882 #  type: "plot"
19883 #  title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19884 #  algorithm: "plot_latency_error_bars"
19885 #  output-file-type: ".html"
19886 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19887 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19888 #  filter: "'NIC_Intel-X710' and
19889 #           '64B' and
19890 #           'ENCAP' and
19891 #           'NDRPDR' and
19892 #           '2T2C' and
19893 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19894 #           not 'DOT1Q' and
19895 #           not 'VHOST' and
19896 #           not 'IPSECHW'"
19897 #  parameters:
19898 #  - "latency"
19899 #  - "parent"
19900 #  - "tags"
19901 #  sort:
19902 #  - "IP4BASE"
19903 #  - "L2BDMACLRN"
19904 #  - "L2XCFWD"
19905 #  - "LISP"
19906 #  layout:
19907 #    title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19908 #    layout: "plot-latency"
19909
19910 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19911 -
19912   type: "plot"
19913   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19914   algorithm: "plot_latency_error_bars"
19915   output-file-type: ".html"
19916   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19918   filter: "'NIC_Intel-X710' and
19919            '64B' and
19920            'ENCAP' and
19921            'NDRPDR' and
19922            '2T1C' and
19923            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19924            not 'VHOST' and
19925            not 'IPSECHW'"
19926   parameters:
19927   - "latency"
19928   - "parent"
19929   - "tags"
19930   sort:
19931   - "IP4BASE"
19932   - "LISP"
19933   - "VXLAN_1"
19934   - "VXLAN_10"
19935   - "VXLAN_100"
19936   - "VXLAN_1000"
19937   layout:
19938     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19939     layout: "plot-latency"
19940
19941 -
19942   type: "plot"
19943   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19944   algorithm: "plot_latency_error_bars"
19945   output-file-type: ".html"
19946   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19948   filter: "'NIC_Intel-X710' and
19949            '64B' and
19950            'ENCAP' and
19951            'NDRPDR' and
19952            '4T2C' and
19953            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19954            not 'VHOST' and
19955            not 'IPSECHW'"
19956   parameters:
19957   - "latency"
19958   - "parent"
19959   - "tags"
19960   sort:
19961   - "IP4BASE"
19962   - "LISP"
19963   - "VXLAN_1"
19964   - "VXLAN_10"
19965   - "VXLAN_100"
19966   - "VXLAN_1000"
19967   layout:
19968     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19969     layout: "plot-latency"
19970
19971 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19972 -
19973   type: "plot"
19974   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19975   algorithm: "plot_latency_error_bars"
19976   output-file-type: ".html"
19977   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19979   filter: "'NIC_Intel-X710' and
19980            '64B' and
19981            'ENCAP' and
19982            'NDRPDR' and
19983            '2T1C' and
19984            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19985            not 'DOT1Q' and
19986            not 'VHOST' and
19987            not 'IPSECHW'"
19988   parameters:
19989   - "latency"
19990   - "parent"
19991   - "tags"
19992   sort:
19993   - "IP4BASE"
19994   - "L2BDMACLRN"
19995   - "L2XCFWD"
19996   - "LISP"
19997   layout:
19998     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19999     layout: "plot-latency"
20000
20001 -
20002   type: "plot"
20003   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20004   algorithm: "plot_latency_error_bars"
20005   output-file-type: ".html"
20006   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20008   filter: "'NIC_Intel-X710' and
20009            '64B' and
20010            'ENCAP' and
20011            'NDRPDR' and
20012            '4T2C' and
20013            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20014            not 'DOT1Q' and
20015            not 'VHOST' and
20016            not 'IPSECHW'"
20017   parameters:
20018   - "latency"
20019   - "parent"
20020   - "tags"
20021   sort:
20022   - "IP4BASE"
20023   - "L2BDMACLRN"
20024   - "L2XCFWD"
20025   - "LISP"
20026   layout:
20027     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20028     layout: "plot-latency"
20029
20030 ################################################################################
20031
20032 ## Packet Latency - VPP IPv6 3n-hsw-x520
20033 #-
20034 #  type: "plot"
20035 #  title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20036 #  algorithm: "plot_latency_error_bars"
20037 #  output-file-type: ".html"
20038 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20039 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20040 #  filter: "'NIC_Intel-X520-DA2' and
20041 #           '78B' and
20042 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20043 #           'NDRPDR' and
20044 #           '1T1C' and
20045 #           'IP6FWD' and
20046 #           not 'SRv6' and
20047 #           not 'IPSEC' and
20048 #           not 'VHOST'"
20049 #  parameters:
20050 #  - "latency"
20051 #  - "parent"
20052 #  - "tags"
20053 #  sort:
20054 #  - "IP6BASE"
20055 #  - "FIB_20K"
20056 #  - "FIB_200K"
20057 #  - "FIB_2M"
20058 #  layout:
20059 #    title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
20060 #    layout: "plot-latency"
20061 #
20062 #-
20063 #  type: "plot"
20064 #  title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20065 #  algorithm: "plot_latency_error_bars"
20066 #  output-file-type: ".html"
20067 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20068 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20069 #  filter: "'NIC_Intel-X520-DA2' and
20070 #           '78B' and
20071 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20072 #           'NDRPDR' and
20073 #           '2T2C' and
20074 #           'IP6FWD' and
20075 #           not 'SRv6' and
20076 #           not 'IPSEC' and
20077 #           not 'VHOST'"
20078 #  parameters:
20079 #  - "latency"
20080 #  - "parent"
20081 #  - "tags"
20082 #  sort:
20083 #  - "IP6BASE"
20084 #  - "FIB_20K"
20085 #  - "FIB_200K"
20086 #  - "FIB_2M"
20087 #  layout:
20088 #    title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
20089 #    layout: "plot-latency"
20090 #
20091 ## Packet Latency - VPP IPv6 3n-hsw-x710
20092 #-
20093 #  type: "plot"
20094 #  title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20095 #  algorithm: "plot_latency_error_bars"
20096 #  output-file-type: ".html"
20097 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20098 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20099 #  filter: "'NIC_Intel-X710' and
20100 #           '78B' and
20101 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20102 #           'NDRPDR' and
20103 #           '1T1C' and
20104 #           'IP6FWD' and
20105 #           not 'SRv6' and
20106 #           not 'IPSEC' and
20107 #           not 'VHOST'"
20108 #  parameters:
20109 #  - "latency"
20110 #  - "parent"
20111 #  - "tags"
20112 #  sort:
20113 #  - "IP6BASE"
20114 #  - "FIB_20K"
20115 #  - "FIB_200K"
20116 #  - "FIB_2M"
20117 #  layout:
20118 #    title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
20119 #    layout: "plot-latency"
20120 #
20121 #-
20122 #  type: "plot"
20123 #  title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20124 #  algorithm: "plot_latency_error_bars"
20125 #  output-file-type: ".html"
20126 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20127 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20128 #  filter: "'NIC_Intel-X710' and
20129 #           '78B' and
20130 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20131 #           'NDRPDR' and
20132 #           '2T2C' and
20133 #           'IP6FWD' and
20134 #           not 'SRv6' and
20135 #           not 'IPSEC' and
20136 #           not 'VHOST'"
20137 #  parameters:
20138 #  - "latency"
20139 #  - "parent"
20140 #  - "tags"
20141 #  sort:
20142 #  - "IP6BASE"
20143 #  - "FIB_20K"
20144 #  - "FIB_200K"
20145 #  - "FIB_2M"
20146 #  layout:
20147 #    title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
20148 #    layout: "plot-latency"
20149 #
20150 ## Packet Latency - VPP IPv6 3n-hsw-xl710
20151 #-
20152 #  type: "plot"
20153 #  title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
20154 #  algorithm: "plot_latency_error_bars"
20155 #  output-file-type: ".html"
20156 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
20157 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20158 #  filter: "'NIC_Intel-XL710' and
20159 #           '78B' and
20160 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20161 #           'NDRPDR' and
20162 #           '1T1C' and
20163 #           'IP6FWD' and
20164 #           not 'SRv6' and
20165 #           not 'IPSEC' and
20166 #           not 'VHOST'"
20167 #  parameters:
20168 #  - "latency"
20169 #  - "parent"
20170 #  - "tags"
20171 #  sort:
20172 #  - "IP6BASE"
20173 #  - "FIB_20K"
20174 #  - "FIB_200K"
20175 #  - "FIB_2M"
20176 #  layout:
20177 #    title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
20178 #    layout: "plot-latency"
20179 #
20180 #-
20181 #  type: "plot"
20182 #  title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
20183 #  algorithm: "plot_latency_error_bars"
20184 #  output-file-type: ".html"
20185 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
20186 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20187 #  filter: "'NIC_Intel-XL710' and
20188 #           '78B' and
20189 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20190 #           'NDRPDR' and
20191 #           '2T2C' and
20192 #           'IP6FWD' and
20193 #           not 'SRv6' and
20194 #           not 'IPSEC' and
20195 #           not 'VHOST'"
20196 #  parameters:
20197 #  - "latency"
20198 #  - "parent"
20199 #  - "tags"
20200 #  sort:
20201 #  - "IP6BASE"
20202 #  - "FIB_20K"
20203 #  - "FIB_200K"
20204 #  - "FIB_2M"
20205 #  layout:
20206 #    title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
20207 #    layout: "plot-latency"
20208
20209 # Packet Latency - VPP IPv6 3n-skx-x710
20210 -
20211   type: "plot"
20212   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20213   algorithm: "plot_latency_error_bars"
20214   output-file-type: ".html"
20215   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20217   filter: "'NIC_Intel-X710' and
20218            '78B' and
20219            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20220            'NDRPDR' and
20221            '2T1C' and
20222            'IP6FWD' and
20223            not 'SRv6' and
20224            not 'IPSEC' and
20225            not 'VHOST'"
20226   parameters:
20227   - "latency"
20228   - "parent"
20229   - "tags"
20230   sort:
20231   - "IP6BASE"
20232   - "FIB_20K"
20233   - "FIB_200K"
20234   - "FIB_2M"
20235   layout:
20236     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20237     layout: "plot-latency"
20238
20239 -
20240   type: "plot"
20241   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20242   algorithm: "plot_latency_error_bars"
20243   output-file-type: ".html"
20244   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20246   filter: "'NIC_Intel-X710' and
20247            '78B' and
20248            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20249            'NDRPDR' and
20250            '4T2C' and
20251            'IP6FWD' and
20252            not 'SRv6' and
20253            not 'IPSEC' and
20254            not 'VHOST'"
20255   parameters:
20256   - "latency"
20257   - "parent"
20258   - "tags"
20259   sort:
20260   - "IP6BASE"
20261   - "FIB_20K"
20262   - "FIB_200K"
20263   - "FIB_2M"
20264   layout:
20265     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20266     layout: "plot-latency"
20267
20268 ## Packet Latency - VPP IPv6 2n-skx-x710
20269 #-
20270 #  type: "plot"
20271 #  title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20272 #  algorithm: "plot_latency_error_bars"
20273 #  output-file-type: ".html"
20274 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
20276 #  filter: "'NIC_Intel-X710' and
20277 #           '78B' and
20278 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20279 #           'NDRPDR' and
20280 #           '2T1C' and
20281 #           'IP6FWD' and
20282 #           not 'SRv6' and
20283 #           not 'IPSEC' and
20284 #           not 'VHOST'"
20285 #  parameters:
20286 #  - "latency"
20287 #  - "parent"
20288 #  - "tags"
20289 #  sort:
20290 #  - "IP6BASE"
20291 #  - "FIB_20k"
20292 #  - "FIB_200k"
20293 #  - "FIB_2M"
20294 #  layout:
20295 #    title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20296 #    layout: "plot-latency"
20297 #
20298 #-
20299 #  type: "plot"
20300 #  title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20301 #  algorithm: "plot_latency_error_bars"
20302 #  output-file-type: ".html"
20303 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20304 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
20305 #  filter: "'NIC_Intel-X710' and
20306 #           '78B' and
20307 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20308 #           'NDRPDR' and
20309 #           '4T2C' and
20310 #           'IP6FWD' and
20311 #           not 'SRv6' and
20312 #           not 'IPSEC' and
20313 #           not 'VHOST'"
20314 #  parameters:
20315 #  - "latency"
20316 #  - "parent"
20317 #  - "tags"
20318 #  sort:
20319 #  - "IP6BASE"
20320 #  - "FIB_20k"
20321 #  - "FIB_200k"
20322 #  - "FIB_2M"
20323 #  layout:
20324 #    title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20325 #    layout: "plot-latency"
20326 #
20327 ## Packet Latency - VPP IPv6 2n-skx-xxv710
20328 #-
20329 #  type: "plot"
20330 #  title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20331 #  algorithm: "plot_latency_error_bars"
20332 #  output-file-type: ".html"
20333 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20334 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
20335 #  filter: "'NIC_Intel-XXV710' and
20336 #           '78B' and
20337 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20338 #           'NDRPDR' and
20339 #           '2T1C' and
20340 #           'IP6FWD' and
20341 #           not 'SRv6' and
20342 #           not 'IPSEC' and
20343 #           not 'VHOST'"
20344 #  parameters:
20345 #  - "latency"
20346 #  - "parent"
20347 #  - "tags"
20348 #  sort:
20349 #  - "IP6BASE"
20350 #  - "FIB_20k"
20351 #  - "FIB_200k"
20352 #  - "FIB_2M"
20353 #  layout:
20354 #    title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20355 #    layout: "plot-latency"
20356 #
20357 #-
20358 #  type: "plot"
20359 #  title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20360 #  algorithm: "plot_latency_error_bars"
20361 #  output-file-type: ".html"
20362 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20363 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
20364 #  filter: "'NIC_Intel-XXV710' and
20365 #           '78B' and
20366 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20367 #           'NDRPDR' and
20368 #           '4T2C' and
20369 #           'IP6FWD' and
20370 #           not 'SRv6' and
20371 #           not 'IPSEC' and
20372 #           not 'VHOST'"
20373 #  parameters:
20374 #  - "latency"
20375 #  - "parent"
20376 #  - "tags"
20377 #  sort:
20378 #  - "IP6BASE"
20379 #  - "FIB_20k"
20380 #  - "FIB_200k"
20381 #  - "FIB_2M"
20382 #  layout:
20383 #    title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20384 #    layout: "plot-latency"
20385
20386 ################################################################################
20387
20388 ## Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20389 #-
20390 #  type: "plot"
20391 #  title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20392 #  algorithm: "plot_latency_error_bars"
20393 #  output-file-type: ".html"
20394 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20395 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20396 #  filter: "'NIC_Intel-X520-DA2' and
20397 #           '78B' and
20398 #           'ENCAP' and
20399 #           'NDRPDR' and
20400 #           '1T1C' and
20401 #           'LISP' and
20402 #           not 'VHOST'"
20403 #  parameters:
20404 #  - "latency"
20405 #  - "parent"
20406 #  - "tags"
20407 #  sort:
20408 #  - "IP4UNRLAY"
20409 #  - "IP6UNRLAY"
20410 #  layout:
20411 #    title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
20412 #    layout: "plot-latency"
20413 #
20414 #-
20415 #  type: "plot"
20416 #  title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20417 #  algorithm: "plot_latency_error_bars"
20418 #  output-file-type: ".html"
20419 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20420 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20421 #  filter: "'NIC_Intel-X520-DA2' and
20422 #           '78B' and
20423 #           'ENCAP' and
20424 #           'NDRPDR' and
20425 #           '2T2C' and
20426 #           'LISP' and
20427 #           not 'VHOST'"
20428 #  parameters:
20429 #  - "latency"
20430 #  - "parent"
20431 #  - "tags"
20432 #  sort:
20433 #  - "IP4UNRLAY"
20434 #  - "IP6UNRLAY"
20435 #  layout:
20436 #    title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
20437 #    layout: "plot-latency"
20438
20439 ################################################################################
20440
20441 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20442 -
20443   type: "plot"
20444   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20445   algorithm: "plot_latency_error_bars"
20446   output-file-type: ".html"
20447   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20449   filter: "'NIC_Intel-XL710' and
20450            '64B' and
20451            'IP4FWD' and
20452            'NDRPDR' and
20453            'BASE' and
20454            '1T1C' and
20455            'IPSECHW' and
20456            ('IPSECTRAN' or 'IPSECTUN') and
20457            not 'VHOST'"
20458   parameters:
20459   - "latency"
20460   - "parent"
20461   - "tags"
20462   layout:
20463     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20464     layout: "plot-latency"
20465
20466 -
20467   type: "plot"
20468   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20469   algorithm: "plot_latency_error_bars"
20470   output-file-type: ".html"
20471   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20473   filter: "'NIC_Intel-XL710' and
20474            '64B' and
20475            'IP4FWD' and
20476            'NDRPDR' and
20477            'BASE' and
20478            '2T2C' and
20479            'IPSECHW' and
20480            ('IPSECTRAN' or 'IPSECTUN') and
20481            not 'VHOST'"
20482   parameters:
20483   - "latency"
20484   - "parent"
20485   - "tags"
20486   layout:
20487     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20488     layout: "plot-latency"
20489
20490 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20491 -
20492   type: "plot"
20493   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20494   algorithm: "plot_latency_error_bars"
20495   output-file-type: ".html"
20496   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20498   filter: "'NIC_Intel-XL710' and
20499            '64B' and
20500            'IP4FWD' and
20501            'NDRPDR' and
20502            'SCALE' and
20503            '1T1C' and
20504            'IPSECHW' and
20505            ('IPSECTRAN' or 'IPSECTUN') and
20506            not 'VHOST'"
20507   parameters:
20508   - "latency"
20509   - "parent"
20510   - "tags"
20511   layout:
20512     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20513     layout: "plot-latency"
20514
20515 -
20516   type: "plot"
20517   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20518   algorithm: "plot_latency_error_bars"
20519   output-file-type: ".html"
20520   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20522   filter: "'NIC_Intel-XL710' and
20523            '64B' and
20524            'IP4FWD' and
20525            'NDRPDR' and
20526            'SCALE' and
20527            '2T2C' and
20528            'IPSECHW' and
20529            ('IPSECTRAN' or 'IPSECTUN') and
20530            not 'VHOST'"
20531   parameters:
20532   - "latency"
20533   - "parent"
20534   - "tags"
20535   layout:
20536     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20537     layout: "plot-latency"
20538
20539 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20540 -
20541   type: "plot"
20542   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20543   algorithm: "plot_latency_error_bars"
20544   output-file-type: ".html"
20545   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20547   filter: "'NIC_Intel-XL710' and
20548            '64B' and
20549            'IP4FWD' and
20550            'NDRPDR' and
20551            '1T1C' and
20552            'IPSECSW' and
20553            ('IPSECTRAN' or 'IPSECTUN') and
20554            not 'VHOST'"
20555   parameters:
20556   - "latency"
20557   - "parent"
20558   - "tags"
20559   layout:
20560     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20561     layout: "plot-latency"
20562
20563 -
20564   type: "plot"
20565   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20566   algorithm: "plot_latency_error_bars"
20567   output-file-type: ".html"
20568   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20569   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20570   filter: "'NIC_Intel-XL710' and
20571            '64B' and
20572            'IP4FWD' and
20573            'NDRPDR' and
20574            '2T2C' and
20575            'IPSECSW' and
20576            ('IPSECTRAN' or 'IPSECTUN') and
20577            not 'VHOST'"
20578   parameters:
20579   - "latency"
20580   - "parent"
20581   - "tags"
20582   layout:
20583     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20584     layout: "plot-latency"
20585
20586 ################################################################################
20587
20588 # Packet Latency - VPP SRv6 3n-hsw-x520
20589 -
20590   type: "plot"
20591   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20592   algorithm: "plot_latency_error_bars"
20593   output-file-type: ".html"
20594   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20596   filter: "'NIC_Intel-X520-DA2' and
20597            '78B' and
20598            'FEATURE' and
20599            'NDRPDR' and
20600            '1T1C' and
20601            'IP6FWD' and
20602            'SRv6'"
20603   parameters:
20604   - "latency"
20605   - "parent"
20606   - "tags"
20607   layout:
20608     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20609     layout: "plot-latency"
20610
20611 -
20612   type: "plot"
20613   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20614   algorithm: "plot_latency_error_bars"
20615   output-file-type: ".html"
20616   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20618   filter: "'NIC_Intel-X520-DA2' and
20619            '78B' and
20620            'FEATURE' and
20621            'NDRPDR' and
20622            '2T2C' and
20623            'IP6FWD' and
20624            'SRv6'"
20625   parameters:
20626   - "latency"
20627   - "parent"
20628   - "tags"
20629   layout:
20630     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20631     layout: "plot-latency"
20632
20633 #################################################################################
20634 #
20635 ## Packet Latency - VPP vhost ip4 3n-hsw-x520
20636 #-
20637 #  type: "plot"
20638 #  title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20639 #  algorithm: "plot_latency_error_bars"
20640 #  output-file-type: ".html"
20641 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20642 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20643 #  filter: "'NIC_Intel-X520-DA2' and
20644 #           '64B' and
20645 #           'NDRPDR' and
20646 #           'ETH' and
20647 #           'IP4FWD' and
20648 #           '1T1C' and
20649 #           'VHOST_1024' and
20650 #           not 'VXLAN' and
20651 #           not 'DOT1Q'"
20652 #  parameters:
20653 #  - "latency"
20654 #  - "parent"
20655 #  - "tags"
20656 #  sort:
20657 #  - "not CFS_OPT"
20658 #  - "1VM"
20659 #  - "2VM"
20660 #  layout:
20661 #    title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20662 #    layout: "plot-latency"
20663 #
20664 #-
20665 #  type: "plot"
20666 #  title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20667 #  algorithm: "plot_latency_error_bars"
20668 #  output-file-type: ".html"
20669 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20670 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20671 #  filter: "'NIC_Intel-X520-DA2' and
20672 #           '64B' and
20673 #           'NDRPDR' and
20674 #           'ETH' and
20675 #           'IP4FWD' and
20676 #           '2T2C' and
20677 #           'VHOST_1024' and
20678 #           not 'VXLAN' and
20679 #           not 'DOT1Q'"
20680 #  parameters:
20681 #  - "latency"
20682 #  - "parent"
20683 #  - "tags"
20684 #  sort:
20685 #  - "not CFS_OPT"
20686 #  - "1VM"
20687 #  - "2VM"
20688 #  layout:
20689 #    title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20690 #    layout: "plot-latency"
20691 #
20692 ## Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20693 #-
20694 #  type: "plot"
20695 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20696 #  algorithm: "plot_latency_error_bars"
20697 #  output-file-type: ".html"
20698 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20699 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20700 #  filter: "'NIC_Intel-X520-DA2' and
20701 #           '64B' and
20702 #           'NDRPDR' and
20703 #           ('ETH' or 'DOT1Q') and
20704 #           'BASE' and
20705 #           '1T1C' and
20706 #           ('L2BDMACLRN' or 'L2XCFWD') and
20707 #           'VHOST_1024' and
20708 #           not 'VXLAN' and
20709 #           not 'IP4FWD' and
20710 #           not '2VM'"
20711 #  parameters:
20712 #  - "latency"
20713 #  - "parent"
20714 #  - "tags"
20715 #  sort:
20716 #  - "L2BDMACLRN"
20717 #  - "L2BDMACLRN"
20718 #  - "L2BDMACLRN"
20719 #  - "L2XCFWD"
20720 #  - "L2XCFWD"
20721 #  - "L2XCFWD"
20722 #  layout:
20723 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20724 #    layout: "plot-latency"
20725 #
20726 #-
20727 #  type: "plot"
20728 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20729 #  algorithm: "plot_latency_error_bars"
20730 #  output-file-type: ".html"
20731 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20732 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20733 #  filter: "'NIC_Intel-X520-DA2' and
20734 #           '64B' and
20735 #           'NDRPDR' and
20736 #           ('ETH' or 'DOT1Q') and
20737 #           'BASE' and
20738 #           '2T2C' and
20739 #           ('L2BDMACLRN' or 'L2XCFWD') and
20740 #           'VHOST_1024' and
20741 #           not 'VXLAN' and
20742 #           not 'IP4FWD' and
20743 #           not '2VM'"
20744 #  parameters:
20745 #  - "latency"
20746 #  - "parent"
20747 #  - "tags"
20748 #  sort:
20749 #  - "L2BDMACLRN"
20750 #  - "L2BDMACLRN"
20751 #  - "L2BDMACLRN"
20752 #  - "L2XCFWD"
20753 #  - "L2XCFWD"
20754 #  - "L2XCFWD"
20755 #  layout:
20756 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20757 #    layout: "plot-latency"
20758 #
20759 ## Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20760 #-
20761 #  type: "plot"
20762 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20763 #  algorithm: "plot_latency_error_bars"
20764 #  output-file-type: ".html"
20765 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20766 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20767 #  filter: "'NIC_Intel-X520-DA2' and
20768 #           '64B' and
20769 #           'NDRPDR' and
20770 #           ('ETH' or 'DOT1Q') and
20771 #           '1T1C' and
20772 #           ('L2BDMACLRN' or 'L2XCFWD') and
20773 #           'VHOST_1024' and
20774 #           not 'CFS_OPT' and
20775 #           not 'DOT1Q' and
20776 #           not 'VXLAN' and
20777 #           not 'IP4FWD' and
20778 #           not 'LBOND'"
20779 #  parameters:
20780 #  - "latency"
20781 #  - "parent"
20782 #  - "tags"
20783 ##  sort:
20784 ##  - "1VM"
20785 ##  - "L2XCFWD"
20786 ##  - "1VM"
20787 ##  - "L2BDMACLRN"
20788 #  layout:
20789 #    title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20790 #    layout: "plot-latency"
20791 #
20792 #-
20793 #  type: "plot"
20794 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20795 #  algorithm: "plot_latency_error_bars"
20796 #  output-file-type: ".html"
20797 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20798 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20799 #  filter: "'NIC_Intel-X520-DA2' and
20800 #           '64B' and
20801 #           'NDRPDR' and
20802 #           ('ETH' or 'DOT1Q') and
20803 #           '2T2C' and
20804 #           ('L2BDMACLRN' or 'L2XCFWD') and
20805 #           'VHOST_1024' and
20806 #           not 'CFS_OPT' and
20807 #           not 'DOT1Q' and
20808 #           not 'VXLAN' and
20809 #           not 'IP4FWD' and
20810 #           not 'LBOND'"
20811 #  parameters:
20812 #  - "latency"
20813 #  - "parent"
20814 #  - "tags"
20815 ##  sort:
20816 ##  - "1VM"
20817 ##  - "L2XCFWD"
20818 ##  - "1VM"
20819 ##  - "L2BDMACLRN"
20820 #  layout:
20821 #    title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20822 #    layout: "plot-latency"
20823 #
20824 ## Packet Latency - VPP vhost ip4 3n-hsw-x710
20825 #-
20826 #  type: "plot"
20827 #  title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20828 #  algorithm: "plot_latency_error_bars"
20829 #  output-file-type: ".html"
20830 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20831 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20832 #  filter: "'NIC_Intel-X710' and
20833 #           '64B' and
20834 #           'NDRPDR' and
20835 #           'ETH' and
20836 #           'IP4FWD' and
20837 #           '1T1C' and
20838 #           'VHOST_1024' and
20839 #           not 'VXLAN' and
20840 #           not 'CFS_OPT' and
20841 #           not 'DOT1Q'"
20842 #  parameters:
20843 #  - "latency"
20844 #  - "parent"
20845 #  - "tags"
20846 #  sort:
20847 #  - "1VM"
20848 #  - "2VM"
20849 #  layout:
20850 #    title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20851 #    layout: "plot-latency"
20852 #
20853 #-
20854 #  type: "plot"
20855 #  title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20856 #  algorithm: "plot_latency_error_bars"
20857 #  output-file-type: ".html"
20858 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20859 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20860 #  filter: "'NIC_Intel-X710' and
20861 #           '64B' and
20862 #           'NDRPDR' and
20863 #           'ETH' and
20864 #           'IP4FWD' and
20865 #           '2T2C' and
20866 #           'VHOST_1024' and
20867 #           not 'VXLAN' and
20868 #           not 'CFS_OPT' and
20869 #           not 'DOT1Q'"
20870 #  parameters:
20871 #  - "latency"
20872 #  - "parent"
20873 #  - "tags"
20874 #  sort:
20875 #  - "1VM"
20876 #  - "2VM"
20877 #  layout:
20878 #    title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20879 #    layout: "plot-latency"
20880 #
20881 ## Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20882 #-
20883 #  type: "plot"
20884 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20885 #  algorithm: "plot_latency_error_bars"
20886 #  output-file-type: ".html"
20887 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20888 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20889 #  filter: "'NIC_Intel-X710' and
20890 #           '64B' and
20891 #           'NDRPDR' and
20892 #           ('ETH' or 'DOT1Q') and
20893 #           'BASE' and
20894 #           '1T1C' and
20895 #           ('L2BDMACLRN' or 'L2XCFWD') and
20896 #           'VHOST_1024' and
20897 #           not 'VXLAN' and
20898 #           not 'IP4FWD' and
20899 #           not '2VM'"
20900 #  parameters:
20901 #  - "latency"
20902 #  - "parent"
20903 #  - "tags"
20904 #  sort:
20905 #  - "L2BDMACLRN"
20906 #  - "L2BDMACLRN"
20907 #  - "L2BDMACLRN"
20908 #  - "L2XCFWD"
20909 #  - "L2XCFWD"
20910 #  - "L2XCFWD"
20911 #  layout:
20912 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20913 #    layout: "plot-latency"
20914 #
20915 #-
20916 #  type: "plot"
20917 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20918 #  algorithm: "plot_latency_error_bars"
20919 #  output-file-type: ".html"
20920 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20921 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20922 #  filter: "'NIC_Intel-X710' and
20923 #           '64B' and
20924 #           'NDRPDR' and
20925 #           ('ETH' or 'DOT1Q') and
20926 #           'BASE' and
20927 #           '2T2C' and
20928 #           ('L2BDMACLRN' or 'L2XCFWD') and
20929 #           'VHOST_1024' and
20930 #           not 'VXLAN' and
20931 #           not 'IP4FWD' and
20932 #           not '2VM'"
20933 #  parameters:
20934 #  - "latency"
20935 #  - "parent"
20936 #  - "tags"
20937 #  sort:
20938 #  - "L2BDMACLRN"
20939 #  - "L2BDMACLRN"
20940 #  - "L2BDMACLRN"
20941 #  - "L2XCFWD"
20942 #  - "L2XCFWD"
20943 #  - "L2XCFWD"
20944 #  layout:
20945 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20946 #    layout: "plot-latency"
20947 #
20948 ## Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20949 #-
20950 #  type: "plot"
20951 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20952 #  algorithm: "plot_latency_error_bars"
20953 #  output-file-type: ".html"
20954 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20955 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20956 #  filter: "'NIC_Intel-X710' and
20957 #           '64B' and
20958 #           'NDRPDR' and
20959 #           ('ETH' or 'DOT1Q') and
20960 #           '1T1C' and
20961 #           ('L2BDMACLRN' or 'L2XCFWD') and
20962 #           'VHOST_1024' and
20963 #           not 'CFS_OPT' and
20964 #           not 'VXLAN' and
20965 #           not 'IP4FWD' and
20966 #           not 'LBOND'"
20967 #  parameters:
20968 #  - "latency"
20969 #  - "parent"
20970 #  - "tags"
20971 #  sort:
20972 #  - "L2BDMACLRN"
20973 #  - "L2BDMACLRN"
20974 #  - "L2BDMACLRN"
20975 #  - "L2XCFWD"
20976 #  - "L2XCFWD"
20977 #  - "L2XCFWD"
20978 #  layout:
20979 #    title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
20980 #    layout: "plot-latency"
20981 #
20982 #-
20983 #  type: "plot"
20984 #  title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20985 #  algorithm: "plot_latency_error_bars"
20986 #  output-file-type: ".html"
20987 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20988 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20989 #  filter: "'NIC_Intel-X710' and
20990 #           '64B' and
20991 #           'NDRPDR' and
20992 #           ('ETH' or 'DOT1Q') and
20993 #           '2T2C' and
20994 #           ('L2BDMACLRN' or 'L2XCFWD') and
20995 #           'VHOST_1024' and
20996 #           not 'CFS_OPT' and
20997 #           not 'VXLAN' and
20998 #           not 'IP4FWD' and
20999 #           not 'LBOND'"
21000 #  parameters:
21001 #  - "latency"
21002 #  - "parent"
21003 #  - "tags"
21004 #  sort:
21005 #  - "L2BDMACLRN"
21006 #  - "L2BDMACLRN"
21007 #  - "L2BDMACLRN"
21008 #  - "L2XCFWD"
21009 #  - "L2XCFWD"
21010 #  - "L2XCFWD"
21011 #  layout:
21012 #    title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
21013 #    layout: "plot-latency"
21014
21015 # Packet Latency - VPP vhost ip4 3n-skx-x710
21016 -
21017   type: "plot"
21018   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21019   algorithm: "plot_latency_error_bars"
21020   output-file-type: ".html"
21021   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21023   filter: "'NIC_Intel-X710' and
21024            '64B' and
21025            'NDRPDR' and
21026            'ETH' and
21027            'IP4FWD' and
21028            '2T1C' and
21029            'VHOST_1024' and
21030            not 'VXLAN' and
21031            not 'DOT1Q'"
21032   parameters:
21033   - "latency"
21034   - "parent"
21035   - "tags"
21036   sort:
21037   - "1VM"
21038   - "2VM"
21039   layout:
21040     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21041     layout: "plot-latency"
21042
21043 -
21044   type: "plot"
21045   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21046   algorithm: "plot_latency_error_bars"
21047   output-file-type: ".html"
21048   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21050   filter: "'NIC_Intel-X710' and
21051            '64B' and
21052            'NDRPDR' and
21053            'ETH' and
21054            'IP4FWD' and
21055            '4T2C' and
21056            'VHOST_1024' and
21057            not 'VXLAN' and
21058            not 'DOT1Q'"
21059   parameters:
21060   - "latency"
21061   - "parent"
21062   - "tags"
21063   sort:
21064   - "1VM"
21065   - "2VM"
21066   layout:
21067     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21068     layout: "plot-latency"
21069
21070 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21071 -
21072   type: "plot"
21073   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21074   algorithm: "plot_latency_error_bars"
21075   output-file-type: ".html"
21076   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21078   filter: "'NIC_Intel-X710' and
21079            '64B' and
21080            'NDRPDR' and
21081            ('ETH' or 'DOT1Q') and
21082            'BASE' and
21083            '2T1C' and
21084            ('L2BDMACLRN' or 'L2XCFWD') and
21085            'VHOST_1024' and
21086            not 'VXLAN' and
21087            not 'IP4FWD' and
21088            not '2VM'"
21089   parameters:
21090   - "latency"
21091   - "parent"
21092   - "tags"
21093   sort:
21094   - "L2BDMACLRN"
21095   - "L2BDMACLRN"
21096   - "L2BDMACLRN"
21097   - "L2XCFWD"
21098   - "L2XCFWD"
21099   - "L2XCFWD"
21100   layout:
21101     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21102     layout: "plot-latency"
21103
21104 -
21105   type: "plot"
21106   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21107   algorithm: "plot_latency_error_bars"
21108   output-file-type: ".html"
21109   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21111   filter: "'NIC_Intel-X710' and
21112            '64B' and
21113            'NDRPDR' and
21114            ('ETH' or 'DOT1Q') and
21115            'BASE' and
21116            '4T2C' and
21117            ('L2BDMACLRN' or 'L2XCFWD') and
21118            'VHOST_1024' and
21119            not 'VXLAN' and
21120            not 'IP4FWD' and
21121            not '2VM'"
21122   parameters:
21123   - "latency"
21124   - "parent"
21125   - "tags"
21126   sort:
21127   - "L2BDMACLRN"
21128   - "L2BDMACLRN"
21129   - "L2BDMACLRN"
21130   - "L2XCFWD"
21131   - "L2XCFWD"
21132   - "L2XCFWD"
21133   layout:
21134     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21135     layout: "plot-latency"
21136
21137 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21138 -
21139   type: "plot"
21140   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
21141   algorithm: "plot_latency_error_bars"
21142   output-file-type: ".html"
21143   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
21144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21145   filter: "'NIC_Intel-X710' and
21146            '64B' and
21147            'NDRPDR' and
21148            ('ETH' or 'DOT1Q') and
21149            '2T1C' and
21150            ('L2BDMACLRN' or 'L2XCFWD') and
21151            'VHOST_1024' and
21152            not 'CFS_OPT' and
21153            not 'VXLAN' and
21154            not 'IP4FWD' and
21155            not 'LBOND'"
21156   parameters:
21157   - "latency"
21158   - "parent"
21159   - "tags"
21160   sort:
21161   - "L2BDMACLRN"
21162   - "L2BDMACLRN"
21163   - "L2BDMACLRN"
21164   - "L2XCFWD"
21165   - "L2XCFWD"
21166   - "L2XCFWD"
21167   layout:
21168     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
21169     layout: "plot-latency"
21170
21171 -
21172   type: "plot"
21173   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
21174   algorithm: "plot_latency_error_bars"
21175   output-file-type: ".html"
21176   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
21177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21178   filter: "'NIC_Intel-X710' and
21179            '64B' and
21180            'NDRPDR' and
21181            ('ETH' or 'DOT1Q') and
21182            '4T2C' and
21183            ('L2BDMACLRN' or 'L2XCFWD') and
21184            'VHOST_1024' and
21185            not 'CFS_OPT' and
21186            not 'VXLAN' and
21187            not 'IP4FWD' and
21188            not 'LBOND'"
21189   parameters:
21190   - "latency"
21191   - "parent"
21192   - "tags"
21193   sort:
21194   - "L2BDMACLRN"
21195   - "L2BDMACLRN"
21196   - "L2BDMACLRN"
21197   - "L2XCFWD"
21198   - "L2XCFWD"
21199   - "L2XCFWD"
21200   layout:
21201     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
21202     layout: "plot-latency"
21203
21204 ## Packet Latency - VPP vhost ip4 2n-skx-x710
21205 #-
21206 #  type: "plot"
21207 #  title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21208 #  algorithm: "plot_latency_error_bars"
21209 #  output-file-type: ".html"
21210 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21211 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21212 #  filter: "'NIC_Intel-X710' and
21213 #           '64B' and
21214 #           'NDRPDR' and
21215 #           'ETH' and
21216 #           'IP4FWD' and
21217 #           '2T1C' and
21218 #           'VHOST_1024' and
21219 #           not 'VXLAN' and
21220 #           not 'NF_DENSITY' and
21221 #           not 'CFS_OPT' and
21222 #           not 'DOT1Q'"
21223 #  parameters:
21224 #  - "latency"
21225 #  - "parent"
21226 #  - "tags"
21227 #  sort:
21228 #  - "1VM"
21229 #  - "2VM"
21230 #  layout:
21231 #    title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21232 #    layout: "plot-latency"
21233 #
21234 #-
21235 #  type: "plot"
21236 #  title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21237 #  algorithm: "plot_latency_error_bars"
21238 #  output-file-type: ".html"
21239 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21240 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21241 #  filter: "'NIC_Intel-X710' and
21242 #           '64B' and
21243 #           'NDRPDR' and
21244 #           'ETH' and
21245 #           'IP4FWD' and
21246 #           '4T2C' and
21247 #           'VHOST_1024' and
21248 #           not 'VXLAN' and
21249 #           not 'NF_DENSITY' and
21250 #           not 'CFS_OPT' and
21251 #           not 'DOT1Q'"
21252 #  parameters:
21253 #  - "latency"
21254 #  - "parent"
21255 #  - "tags"
21256 #  sort:
21257 #  - "1VM"
21258 #  - "2VM"
21259 #  layout:
21260 #    title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21261 #    layout: "plot-latency"
21262 #
21263 ## Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21264 #-
21265 #  type: "plot"
21266 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21267 #  algorithm: "plot_latency_error_bars"
21268 #  output-file-type: ".html"
21269 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21270 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21271 #  filter: "'NIC_Intel-X710' and
21272 #           '64B' and
21273 #           'NDRPDR' and
21274 #           ('ETH' or 'DOT1Q') and
21275 #           'BASE' and
21276 #           '2T1C' and
21277 #           ('L2BDMACLRN' or 'L2XCFWD') and
21278 #           'VHOST_1024' and
21279 #           not 'VXLAN' and
21280 #           not 'NF_DENSITY' and
21281 #           not 'IP4FWD' and
21282 #           not '2VM'"
21283 #  parameters:
21284 #  - "latency"
21285 #  - "parent"
21286 #  - "tags"
21287 ##  sort:
21288 ##  - "not CFS_OPT"
21289 ##  - "L2XCFWD"
21290 ##  - "not CFS_OPT"
21291 ##  - "CFS_OPT"
21292 #  layout:
21293 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
21294 #    layout: "plot-latency"
21295 #
21296 #-
21297 #  type: "plot"
21298 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21299 #  algorithm: "plot_latency_error_bars"
21300 #  output-file-type: ".html"
21301 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21302 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21303 #  filter: "'NIC_Intel-X710' and
21304 #           '64B' and
21305 #           'NDRPDR' and
21306 #           ('ETH' or 'DOT1Q') and
21307 #           'BASE' and
21308 #           '4T2C' and
21309 #           ('L2BDMACLRN' or 'L2XCFWD') and
21310 #           'VHOST_1024' and
21311 #           not 'VXLAN' and
21312 #           not 'NF_DENSITY' and
21313 #           not 'IP4FWD' and
21314 #           not '2VM'"
21315 #  parameters:
21316 #  - "latency"
21317 #  - "parent"
21318 #  - "tags"
21319 ##  sort:
21320 ##  - "not CFS_OPT"
21321 ##  - "L2XCFWD"
21322 ##  - "not CFS_OPT"
21323 ##  - "CFS_OPT"
21324 #  layout:
21325 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
21326 #    layout: "plot-latency"
21327 #
21328 ## Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21329 #-
21330 #  type: "plot"
21331 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21332 #  algorithm: "plot_latency_error_bars"
21333 #  output-file-type: ".html"
21334 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21335 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21336 #  filter: "'NIC_Intel-X710' and
21337 #           '64B' and
21338 #           'NDRPDR' and
21339 #           ('ETH' or 'DOT1Q') and
21340 #           '2T1C' and
21341 #           ('L2BDMACLRN' or 'L2XCFWD') and
21342 #           'VHOST_1024' and
21343 #           not 'CFS_OPT' and
21344 #           not 'VXLAN' and
21345 #           not 'NF_DENSITY' and
21346 #           not 'DOT1Q' and
21347 #           not 'IP4FWD'"
21348 #  parameters:
21349 #  - "latency"
21350 #  - "parent"
21351 #  - "tags"
21352 ##  sort:
21353 ##  - "1VM"
21354 ##  - "L2XCFWD"
21355 ##  - "1VM"
21356 ##  - "L2BDMACLRN"
21357 #  layout:
21358 #    title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21359 #    layout: "plot-latency"
21360 #
21361 #-
21362 #  type: "plot"
21363 #  title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21364 #  algorithm: "plot_latency_error_bars"
21365 #  output-file-type: ".html"
21366 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21367 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21368 #  filter: "'NIC_Intel-X710' and
21369 #           '64B' and
21370 #           'NDRPDR' and
21371 #           ('ETH' or 'DOT1Q') and
21372 #           '4T2C' and
21373 #           ('L2BDMACLRN' or 'L2XCFWD') and
21374 #           'VHOST_1024' and
21375 #           not 'CFS_OPT' and
21376 #           not 'VXLAN' and
21377 #           not 'NF_DENSITY' and
21378 #           not 'DOT1Q' and
21379 #           not 'IP4FWD'"
21380 #  parameters:
21381 #  - "latency"
21382 #  - "parent"
21383 #  - "tags"
21384 ##  sort:
21385 ##  - "1VM"
21386 ##  - "L2XCFWD"
21387 ##  - "1VM"
21388 ##  - "L2BDMACLRN"
21389 #  layout:
21390 #    title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21391 #    layout: "plot-latency"
21392 #
21393 ## Packet Latency - VPP vhost ip4 2n-skx-xxv710
21394 #-
21395 #  type: "plot"
21396 #  title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21397 #  algorithm: "plot_latency_error_bars"
21398 #  output-file-type: ".html"
21399 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21400 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21401 #  filter: "'NIC_Intel-XXV710' and
21402 #           '64B' and
21403 #           'NDRPDR' and
21404 #           'ETH' and
21405 #           'IP4FWD' and
21406 #           '2T1C' and
21407 #           'VHOST_1024' and
21408 #           not 'VXLAN' and
21409 #           not 'CFS_OPT' and
21410 #           not 'DOT1Q'"
21411 #  parameters:
21412 #  - "latency"
21413 #  - "parent"
21414 #  - "tags"
21415 #  sort:
21416 #  - "not CFS_OPT"
21417 #  - "1VM"
21418 #  - "2VM"
21419 #  layout:
21420 #    title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21421 #    layout: "plot-latency"
21422 #
21423 #-
21424 #  type: "plot"
21425 #  title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21426 #  algorithm: "plot_latency_error_bars"
21427 #  output-file-type: ".html"
21428 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21429 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21430 #  filter: "'NIC_Intel-XXV710' and
21431 #           '64B' and
21432 #           'NDRPDR' and
21433 #           'ETH' and
21434 #           'IP4FWD' and
21435 #           '4T2C' and
21436 #           'VHOST_1024' and
21437 #           not 'VXLAN' and
21438 #           not 'CFS_OPT' and
21439 #           not 'DOT1Q'"
21440 #  parameters:
21441 #  - "latency"
21442 #  - "parent"
21443 #  - "tags"
21444 #  sort:
21445 #  - "not CFS_OPT"
21446 #  - "1VM"
21447 #  - "2VM"
21448 #  layout:
21449 #    title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21450 #    layout: "plot-latency"
21451 #
21452 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21453 #-
21454 #  type: "plot"
21455 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21456 #  algorithm: "plot_latency_error_bars"
21457 #  output-file-type: ".html"
21458 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21459 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21460 #  filter: "'NIC_Intel-XXV710' and
21461 #           '64B' and
21462 #           'NDRPDR' and
21463 #           ('ETH' or 'DOT1Q') and
21464 #           'BASE' and
21465 #           '2T1C' and
21466 #           ('L2BDMACLRN' or 'L2XCFWD') and
21467 #           'VHOST_1024' and
21468 #           not 'VXLAN' and
21469 #           not 'IP4FWD' and
21470 #           not '2VM'"
21471 #  parameters:
21472 #  - "latency"
21473 #  - "parent"
21474 #  - "tags"
21475 ##  sort:
21476 ##  - "not CFS_OPT"
21477 ##  - "L2XCFWD"
21478 ##  - "not CFS_OPT"
21479 ##  - "CFS_OPT"
21480 #  layout:
21481 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
21482 #    layout: "plot-latency"
21483 #
21484 #-
21485 #  type: "plot"
21486 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21487 #  algorithm: "plot_latency_error_bars"
21488 #  output-file-type: ".html"
21489 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21490 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21491 #  filter: "'NIC_Intel-XXV710' and
21492 #           '64B' and
21493 #           'NDRPDR' and
21494 #           ('ETH' or 'DOT1Q') and
21495 #           'BASE' and
21496 #           '4T2C' and
21497 #           ('L2BDMACLRN' or 'L2XCFWD') and
21498 #           'VHOST_1024' and
21499 #           not 'VXLAN' and
21500 #           not 'IP4FWD' and
21501 #           not '2VM'"
21502 #  parameters:
21503 #  - "latency"
21504 #  - "parent"
21505 #  - "tags"
21506 ##  sort:
21507 ##  - "not CFS_OPT"
21508 ##  - "L2XCFWD"
21509 ##  - "not CFS_OPT"
21510 ##  - "CFS_OPT"
21511 #  layout:
21512 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
21513 #    layout: "plot-latency"
21514 #
21515 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21516 #-
21517 #  type: "plot"
21518 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21519 #  algorithm: "plot_latency_error_bars"
21520 #  output-file-type: ".html"
21521 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21522 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21523 #  filter: "'NIC_Intel-XXV710' and
21524 #           '64B' and
21525 #           'NDRPDR' and
21526 #           ('ETH' or 'DOT1Q') and
21527 #           '2T1C' and
21528 #           ('L2BDMACLRN' or 'L2XCFWD') and
21529 #           'VHOST_1024' and
21530 #           not 'CFS_OPT' and
21531 #           not 'VXLAN' and
21532 #           not 'DOT1Q' and
21533 #           not 'IP4FWD'"
21534 #  parameters:
21535 #  - "latency"
21536 #  - "parent"
21537 #  - "tags"
21538 ##  sort:
21539 ##  - "1VM"
21540 ##  - "L2XCFWD"
21541 ##  - "1VM"
21542 ##  - "L2BDMACLRN"
21543 #  layout:
21544 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21545 #    layout: "plot-latency"
21546 #
21547 #-
21548 #  type: "plot"
21549 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21550 #  algorithm: "plot_latency_error_bars"
21551 #  output-file-type: ".html"
21552 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21553 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21554 #  filter: "'NIC_Intel-XXV710' and
21555 #           '64B' and
21556 #           'NDRPDR' and
21557 #           ('ETH' or 'DOT1Q') and
21558 #           '4T2C' and
21559 #           ('L2BDMACLRN' or 'L2XCFWD') and
21560 #           'VHOST_1024' and
21561 #           not 'CFS_OPT' and
21562 #           not 'VXLAN' and
21563 #           not 'DOT1Q' and
21564 #           not 'IP4FWD'"
21565 #  parameters:
21566 #  - "latency"
21567 #  - "parent"
21568 #  - "tags"
21569 ##  sort:
21570 ##  - "1VM"
21571 ##  - "L2XCFWD"
21572 ##  - "1VM"
21573 ##  - "L2BDMACLRN"
21574 #  layout:
21575 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21576 #    layout: "plot-latency"
21577
21578 ################################################################################
21579
21580 ## Packet Latency - VPP VTS 3n-hsw-x520
21581 #-
21582 #  type: "plot"
21583 #  title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21584 #  algorithm: "plot_latency_error_bars"
21585 #  output-file-type: ".html"
21586 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21587 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21588 #  filter: "'NIC_Intel-X520-DA2' and
21589 #           '114B' and
21590 #           'NDRPDR' and
21591 #           '1T1C' and
21592 #           'VTS'"
21593 #  parameters:
21594 #  - "latency"
21595 #  - "parent"
21596 #  - "tags"
21597 #  layout:
21598 #    title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21599 #    layout: "plot-latency"
21600 #
21601 #-
21602 #  type: "plot"
21603 #  title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21604 #  algorithm: "plot_latency_error_bars"
21605 #  output-file-type: ".html"
21606 #  output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21607 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21608 #  filter: "'NIC_Intel-X520-DA2' and
21609 #           '114B' and
21610 #           'NDRPDR' and
21611 #           '2T2C' and
21612 #           'VTS'"
21613 #  parameters:
21614 #  - "latency"
21615 #  - "parent"
21616 #  - "tags"
21617 #  layout:
21618 #    title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21619 #    layout: "plot-latency"
21620
21621 ################################################################################
21622
21623 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21624 -
21625   type: "plot"
21626   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21627   algorithm: "plot_latency_error_bars"
21628   output-file-type: ".html"
21629   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21630   data: "plot-dpdk-throughput-latency-3n-hsw"
21631   filter: "'NIC_Intel-X520-DA2' and
21632            '64B' and
21633            'BASE' and
21634            'NDRPDR' and
21635            '1T1C' and
21636            'IP4FWD'"
21637   parameters:
21638   - "latency"
21639   - "parent"
21640   - "tags"
21641   layout:
21642     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21643     layout: "plot-latency"
21644
21645 -
21646   type: "plot"
21647   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21648   algorithm: "plot_latency_error_bars"
21649   output-file-type: ".html"
21650   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21651   data: "plot-dpdk-throughput-latency-3n-hsw"
21652   filter: "'NIC_Intel-X520-DA2' and
21653            '64B' and
21654            'BASE' and
21655            'NDRPDR' and
21656            '2T2C' and
21657            'IP4FWD'"
21658   parameters:
21659   - "latency"
21660   - "parent"
21661   - "tags"
21662   layout:
21663     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21664     layout: "plot-latency"
21665
21666 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21667 -
21668   type: "plot"
21669   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21670   algorithm: "plot_latency_error_bars"
21671   output-file-type: ".html"
21672   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21673   data: "plot-dpdk-throughput-latency-3n-hsw"
21674   filter: "'NIC_Intel-X710' and
21675            '64B' and
21676            'BASE' and
21677            'NDRPDR' and
21678            '1T1C' and
21679            'IP4FWD'"
21680   parameters:
21681   - "latency"
21682   - "parent"
21683   - "tags"
21684   layout:
21685     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21686     layout: "plot-latency"
21687
21688 -
21689   type: "plot"
21690   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21691   algorithm: "plot_latency_error_bars"
21692   output-file-type: ".html"
21693   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21694   data: "plot-dpdk-throughput-latency-3n-hsw"
21695   filter: "'NIC_Intel-X710' and
21696            '64B' and
21697            'BASE' and
21698            'NDRPDR' and
21699            '2T2C' and
21700            'IP4FWD'"
21701   parameters:
21702   - "latency"
21703   - "parent"
21704   - "tags"
21705   layout:
21706     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21707     layout: "plot-latency"
21708
21709 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21710 -
21711   type: "plot"
21712   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21713   algorithm: "plot_latency_error_bars"
21714   output-file-type: ".html"
21715   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21716   data: "plot-dpdk-throughput-latency-3n-hsw"
21717   filter: "'NIC_Intel-XL710' and
21718            '64B' and
21719            'BASE' and
21720            'NDRPDR' and
21721            '1T1C' and
21722            'IP4FWD'"
21723   parameters:
21724   - "latency"
21725   - "parent"
21726   - "tags"
21727   layout:
21728     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21729     layout: "plot-latency"
21730
21731 -
21732   type: "plot"
21733   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21734   algorithm: "plot_latency_error_bars"
21735   output-file-type: ".html"
21736   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21737   data: "plot-dpdk-throughput-latency-3n-hsw"
21738   filter: "'NIC_Intel-XL710' and
21739            '64B' and
21740            'BASE' and
21741            'NDRPDR' and
21742            '2T2C' and
21743            'IP4FWD'"
21744   parameters:
21745   - "latency"
21746   - "parent"
21747   - "tags"
21748   layout:
21749     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21750     layout: "plot-latency"
21751
21752 # Packet Latency - DPDK l3fwd 3n-skx-x710
21753 -
21754   type: "plot"
21755   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21756   algorithm: "plot_latency_error_bars"
21757   output-file-type: ".html"
21758   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21759   data: "plot-dpdk-throughput-latency-3n-skx"
21760   filter: "'NIC_Intel-X710' and
21761            '64B' and
21762            'BASE' and
21763            'NDRPDR' and
21764            '2T1C' and
21765            'IP4FWD'"
21766   parameters:
21767   - "latency"
21768   - "parent"
21769   - "tags"
21770   layout:
21771     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21772     layout: "plot-latency"
21773
21774 -
21775   type: "plot"
21776   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21777   algorithm: "plot_latency_error_bars"
21778   output-file-type: ".html"
21779   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21780   data: "plot-dpdk-throughput-latency-3n-skx"
21781   filter: "'NIC_Intel-X710' and
21782            '64B' and
21783            'BASE' and
21784            'NDRPDR' and
21785            '4T2C' and
21786            'IP4FWD'"
21787   parameters:
21788   - "latency"
21789   - "parent"
21790   - "tags"
21791   layout:
21792     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21793     layout: "plot-latency"
21794
21795 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21796 -
21797   type: "plot"
21798   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21799   algorithm: "plot_latency_error_bars"
21800   output-file-type: ".html"
21801   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21802   data: "plot-dpdk-throughput-latency-3n-skx"
21803   filter: "'NIC_Intel-XXV710' and
21804            '64B' and
21805            'BASE' and
21806            'NDRPDR' and
21807            '2T1C' and
21808            'IP4FWD'"
21809   parameters:
21810   - "latency"
21811   - "parent"
21812   - "tags"
21813   layout:
21814     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21815     layout: "plot-latency"
21816
21817 -
21818   type: "plot"
21819   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21820   algorithm: "plot_latency_error_bars"
21821   output-file-type: ".html"
21822   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21823   data: "plot-dpdk-throughput-latency-3n-skx"
21824   filter: "'NIC_Intel-XXV710' and
21825            '64B' and
21826            'BASE' and
21827            'NDRPDR' and
21828            '4T2C' and
21829            'IP4FWD'"
21830   parameters:
21831   - "latency"
21832   - "parent"
21833   - "tags"
21834   layout:
21835     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21836     layout: "plot-latency"
21837
21838 # Packet Latency - DPDK l3fwd 2n-skx-x710
21839 -
21840   type: "plot"
21841   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21842   algorithm: "plot_latency_error_bars"
21843   output-file-type: ".html"
21844   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21845   data: "plot-dpdk-throughput-latency-2n-skx"
21846   filter: "'NIC_Intel-X710' and
21847            '64B' and
21848            'BASE' and
21849            'NDRPDR' and
21850            '2T1C' and
21851            'IP4FWD'"
21852   parameters:
21853   - "latency"
21854   - "parent"
21855   - "tags"
21856   layout:
21857     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21858     layout: "plot-latency"
21859
21860 -
21861   type: "plot"
21862   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21863   algorithm: "plot_latency_error_bars"
21864   output-file-type: ".html"
21865   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21866   data: "plot-dpdk-throughput-latency-2n-skx"
21867   filter: "'NIC_Intel-X710' and
21868            '64B' and
21869            'BASE' and
21870            'NDRPDR' and
21871            '4T2C' and
21872            'IP4FWD'"
21873   parameters:
21874   - "latency"
21875   - "parent"
21876   - "tags"
21877   layout:
21878     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21879     layout: "plot-latency"
21880
21881 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21882 -
21883   type: "plot"
21884   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21885   algorithm: "plot_latency_error_bars"
21886   output-file-type: ".html"
21887   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21888   data: "plot-dpdk-throughput-latency-2n-skx"
21889   filter: "'NIC_Intel-XXV710' and
21890            '64B' and
21891            'BASE' and
21892            'NDRPDR' and
21893            '2T1C' and
21894            'IP4FWD'"
21895   parameters:
21896   - "latency"
21897   - "parent"
21898   - "tags"
21899   layout:
21900     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21901     layout: "plot-latency"
21902
21903 -
21904   type: "plot"
21905   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21906   algorithm: "plot_latency_error_bars"
21907   output-file-type: ".html"
21908   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21909   data: "plot-dpdk-throughput-latency-2n-skx"
21910   filter: "'NIC_Intel-XXV710' and
21911            '64B' and
21912            'BASE' and
21913            'NDRPDR' and
21914            '4T2C' and
21915            'IP4FWD'"
21916   parameters:
21917   - "latency"
21918   - "parent"
21919   - "tags"
21920   layout:
21921     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21922     layout: "plot-latency"
21923
21924 ################################################################################
21925
21926 # Packet Latency - DPDK testpmd 3n-hsw-x520
21927 -
21928   type: "plot"
21929   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21930   algorithm: "plot_latency_error_bars"
21931   output-file-type: ".html"
21932   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21933   data: "plot-dpdk-throughput-latency-3n-hsw"
21934   filter: "'NIC_Intel-X520-DA2' and
21935            '64B' and
21936            'BASE' and
21937            'NDRPDR' and
21938            '1T1C' and
21939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21940   parameters:
21941   - "latency"
21942   - "parent"
21943   - "tags"
21944   layout:
21945     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21946     layout: "plot-latency"
21947
21948 -
21949   type: "plot"
21950   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21951   algorithm: "plot_latency_error_bars"
21952   output-file-type: ".html"
21953   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21954   data: "plot-dpdk-throughput-latency-3n-hsw"
21955   filter: "'NIC_Intel-X520-DA2' and
21956            '64B' and
21957            'BASE' and
21958            'NDRPDR' and
21959            '2T2C' and
21960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21961   parameters:
21962   - "latency"
21963   - "parent"
21964   - "tags"
21965   layout:
21966     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21967     layout: "plot-latency"
21968
21969 # Packet Latency - DPDK testpmd 3n-hsw-x710
21970 -
21971   type: "plot"
21972   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21973   algorithm: "plot_latency_error_bars"
21974   output-file-type: ".html"
21975   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21976   data: "plot-dpdk-throughput-latency-3n-hsw"
21977   filter: "'NIC_Intel-X710' and
21978            '64B' and
21979            'BASE' and
21980            'NDRPDR' and
21981            '1T1C' and
21982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21983   parameters:
21984   - "latency"
21985   - "parent"
21986   - "tags"
21987   layout:
21988     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
21989     layout: "plot-latency"
21990
21991 -
21992   type: "plot"
21993   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21994   algorithm: "plot_latency_error_bars"
21995   output-file-type: ".html"
21996   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21997   data: "plot-dpdk-throughput-latency-3n-hsw"
21998   filter: "'NIC_Intel-X710' and
21999            '64B' and
22000            'BASE' and
22001            'NDRPDR' and
22002            '2T2C' and
22003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22004   parameters:
22005   - "latency"
22006   - "parent"
22007   - "tags"
22008   layout:
22009     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22010     layout: "plot-latency"
22011
22012 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22013 -
22014   type: "plot"
22015   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22016   algorithm: "plot_latency_error_bars"
22017   output-file-type: ".html"
22018   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22019   data: "plot-dpdk-throughput-latency-3n-hsw"
22020   filter: "'NIC_Intel-XL710' and
22021            '64B' and
22022            'BASE' and
22023            'NDRPDR' and
22024            '1T1C' and
22025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22026   parameters:
22027   - "latency"
22028   - "parent"
22029   - "tags"
22030   layout:
22031     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22032     layout: "plot-latency"
22033
22034 -
22035   type: "plot"
22036   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22037   algorithm: "plot_latency_error_bars"
22038   output-file-type: ".html"
22039   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22040   data: "plot-dpdk-throughput-latency-3n-hsw"
22041   filter: "'NIC_Intel-XL710' and
22042            '64B' and
22043            'BASE' and
22044            'NDRPDR' and
22045            '2T2C' and
22046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22047   parameters:
22048   - "latency"
22049   - "parent"
22050   - "tags"
22051   layout:
22052     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22053     layout: "plot-latency"
22054
22055 # Packet Latency - DPDK testpmd 3n-skx-x710
22056 -
22057   type: "plot"
22058   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22059   algorithm: "plot_latency_error_bars"
22060   output-file-type: ".html"
22061   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22062   data: "plot-dpdk-throughput-latency-3n-skx"
22063   filter: "'NIC_Intel-X710' and
22064            '64B' and
22065            'BASE' and
22066            'NDRPDR' and
22067            '2T1C' and
22068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22069   parameters:
22070   - "latency"
22071   - "parent"
22072   - "tags"
22073   layout:
22074     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22075     layout: "plot-latency"
22076
22077 -
22078   type: "plot"
22079   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22080   algorithm: "plot_latency_error_bars"
22081   output-file-type: ".html"
22082   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22083   data: "plot-dpdk-throughput-latency-3n-skx"
22084   filter: "'NIC_Intel-X710' and
22085            '64B' and
22086            'BASE' and
22087            'NDRPDR' and
22088            '4T2C' and
22089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22090   parameters:
22091   - "latency"
22092   - "parent"
22093   - "tags"
22094   layout:
22095     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22096     layout: "plot-latency"
22097
22098 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22099 -
22100   type: "plot"
22101   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22102   algorithm: "plot_latency_error_bars"
22103   output-file-type: ".html"
22104   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22105   data: "plot-dpdk-throughput-latency-3n-skx"
22106   filter: "'NIC_Intel-XXV710' and
22107            '64B' and
22108            'BASE' and
22109            'NDRPDR' and
22110            '2T1C' and
22111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22112   parameters:
22113   - "latency"
22114   - "parent"
22115   - "tags"
22116   layout:
22117     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22118     layout: "plot-latency"
22119
22120 -
22121   type: "plot"
22122   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22123   algorithm: "plot_latency_error_bars"
22124   output-file-type: ".html"
22125   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22126   data: "plot-dpdk-throughput-latency-3n-skx"
22127   filter: "'NIC_Intel-XXV710' and
22128            '64B' and
22129            'BASE' and
22130            'NDRPDR' and
22131            '4T2C' and
22132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22133   parameters:
22134   - "latency"
22135   - "parent"
22136   - "tags"
22137   layout:
22138     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
22139     layout: "plot-latency"
22140
22141 # Packet Latency - DPDK testpmd 2n-skx-x710
22142 -
22143   type: "plot"
22144   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22145   algorithm: "plot_latency_error_bars"
22146   output-file-type: ".html"
22147   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22148   data: "plot-dpdk-throughput-latency-2n-skx"
22149   filter: "'NIC_Intel-X710' and
22150            '64B' and
22151            'BASE' and
22152            'NDRPDR' and
22153            '2T1C' and
22154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22155   parameters:
22156   - "latency"
22157   - "parent"
22158   - "tags"
22159   layout:
22160     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
22161     layout: "plot-latency"
22162
22163 -
22164   type: "plot"
22165   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22166   algorithm: "plot_latency_error_bars"
22167   output-file-type: ".html"
22168   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22169   data: "plot-dpdk-throughput-latency-2n-skx"
22170   filter: "'NIC_Intel-X710' and
22171            '64B' and
22172            'BASE' and
22173            'NDRPDR' and
22174            '4T2C' and
22175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22176   parameters:
22177   - "latency"
22178   - "parent"
22179   - "tags"
22180   layout:
22181     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
22182     layout: "plot-latency"
22183
22184 # Packet Latency - DPDK testpmd 2n-skx-xxv710
22185 -
22186   type: "plot"
22187   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22188   algorithm: "plot_latency_error_bars"
22189   output-file-type: ".html"
22190   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22191   data: "plot-dpdk-throughput-latency-2n-skx"
22192   filter: "'NIC_Intel-XXV710' and
22193            '64B' and
22194            'BASE' and
22195            'NDRPDR' and
22196            '2T1C' and
22197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22198   parameters:
22199   - "latency"
22200   - "parent"
22201   - "tags"
22202   layout:
22203     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
22204     layout: "plot-latency"
22205
22206 -
22207   type: "plot"
22208   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22209   algorithm: "plot_latency_error_bars"
22210   output-file-type: ".html"
22211   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22212   data: "plot-dpdk-throughput-latency-2n-skx"
22213   filter: "'NIC_Intel-XXV710' and
22214            '64B' and
22215            'BASE' and
22216            'NDRPDR' and
22217            '4T2C' and
22218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22219   parameters:
22220   - "latency"
22221   - "parent"
22222   - "tags"
22223   layout:
22224     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
22225     layout: "plot-latency"
22226
22227 ################################################################################
22228
22229 ## Speedup - VPP Container Memif 3n-hsw-x520
22230 #-
22231 #  type: "plot"
22232 #  title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22233 #  algorithm: "plot_throughput_speedup_analysis"
22234 #  output-file-type: ".html"
22235 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22236 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22237 #  filter: "'NIC_Intel-X520-DA2' and
22238 #           '64B' and
22239 #           ('BASE' or 'SCALE') and
22240 #           'NDRPDR' and
22241 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22242 #           not 'VHOST' and
22243 #           'MEMIF'"
22244 #  parameters:
22245 #  - "throughput"
22246 #  - "parent"
22247 #  - "tags"
22248 #  sort:
22249 #  - "L2XCFWD"
22250 #  - "L2XCFWD"
22251 #  - "L2XCFWD"
22252 #  - "L2BDMACLRN"
22253 #  - "L2BDMACLRN"
22254 #  - "L2BDMACLRN"
22255 #  - "IP4FWD"
22256 #  layout:
22257 #    title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
22258 #    layout: "plot-throughput-speedup-analysis"
22259 #
22260 #-
22261 #  type: "plot"
22262 #  title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22263 #  algorithm: "plot_throughput_speedup_analysis"
22264 #  output-file-type: ".html"
22265 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22266 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22267 #  filter: "'NIC_Intel-X520-DA2' and
22268 #           '64B' and
22269 #           ('BASE' or 'SCALE') and
22270 #           'NDRPDR' and
22271 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22272 #           not 'VHOST' and
22273 #           'MEMIF'"
22274 #  parameters:
22275 #  - "throughput"
22276 #  - "parent"
22277 #  - "tags"
22278 #  sort:
22279 #  - "L2XCFWD"
22280 #  - "L2XCFWD"
22281 #  - "L2XCFWD"
22282 #  - "L2BDMACLRN"
22283 #  - "L2BDMACLRN"
22284 #  - "L2BDMACLRN"
22285 #  - "IP4FWD"
22286 #  layout:
22287 #    title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
22288 #    layout: "plot-throughput-speedup-analysis"
22289 #
22290 ## Speedup - VPP Container Memif 3n-hsw-x710
22291 #-
22292 #  type: "plot"
22293 #  title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22294 #  algorithm: "plot_throughput_speedup_analysis"
22295 #  output-file-type: ".html"
22296 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22297 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22298 #  filter: "'NIC_Intel-X710' and
22299 #           '64B' and
22300 #           ('BASE' or 'SCALE') and
22301 #           'NDRPDR' and
22302 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22303 #           not 'VHOST' and
22304 #           'MEMIF'"
22305 #  parameters:
22306 #  - "throughput"
22307 #  - "parent"
22308 #  - "tags"
22309 #  sort:
22310 #  - "L2XCFWD"
22311 #  - "L2XCFWD"
22312 #  - "L2XCFWD"
22313 #  - "L2BDMACLRN"
22314 #  - "L2BDMACLRN"
22315 #  - "L2BDMACLRN"
22316 #  - "IP4FWD"
22317 #  layout:
22318 #    title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
22319 #    layout: "plot-throughput-speedup-analysis"
22320 #
22321 #-
22322 #  type: "plot"
22323 #  title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22324 #  algorithm: "plot_throughput_speedup_analysis"
22325 #  output-file-type: ".html"
22326 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22327 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22328 #  filter: "'NIC_Intel-X710' and
22329 #           '64B' and
22330 #           ('BASE' or 'SCALE') and
22331 #           'NDRPDR' and
22332 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22333 #           not 'VHOST' and
22334 #           'MEMIF'"
22335 #  parameters:
22336 #  - "throughput"
22337 #  - "parent"
22338 #  - "tags"
22339 #  sort:
22340 #  - "L2XCFWD"
22341 #  - "L2XCFWD"
22342 #  - "L2XCFWD"
22343 #  - "L2BDMACLRN"
22344 #  - "L2BDMACLRN"
22345 #  - "L2BDMACLRN"
22346 #  - "IP4FWD"
22347 #  layout:
22348 #    title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
22349 #    layout: "plot-throughput-speedup-analysis"
22350 #
22351 ## Speedup - VPP Container Memif 3n-hsw-xl710
22352 #-
22353 #  type: "plot"
22354 #  title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22355 #  algorithm: "plot_throughput_speedup_analysis"
22356 #  output-file-type: ".html"
22357 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22358 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22359 #  filter: "'NIC_Intel-XL710' and
22360 #           '64B' and
22361 #           ('BASE' or 'SCALE') and
22362 #           'NDRPDR' and
22363 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22364 #           not 'VHOST' and
22365 #           'MEMIF'"
22366 #  parameters:
22367 #  - "throughput"
22368 #  - "parent"
22369 #  - "tags"
22370 #  sort:
22371 #  - "L2XCFWD"
22372 #  - "L2XCFWD"
22373 #  - "L2XCFWD"
22374 #  - "L2BDMACLRN"
22375 #  - "L2BDMACLRN"
22376 #  - "L2BDMACLRN"
22377 #  - "IP4FWD"
22378 #  layout:
22379 #    title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
22380 #    layout: "plot-throughput-speedup-analysis"
22381 #
22382 #-
22383 #  type: "plot"
22384 #  title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22385 #  algorithm: "plot_throughput_speedup_analysis"
22386 #  output-file-type: ".html"
22387 #  output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22388 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22389 #  filter: "'NIC_Intel-XL710' and
22390 #           '64B' and
22391 #           ('BASE' or 'SCALE') and
22392 #           'NDRPDR' and
22393 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22394 #           not 'VHOST' and
22395 #           'MEMIF'"
22396 #  parameters:
22397 #  - "throughput"
22398 #  - "parent"
22399 #  - "tags"
22400 #  sort:
22401 #  - "L2XCFWD"
22402 #  - "L2XCFWD"
22403 #  - "L2XCFWD"
22404 #  - "L2BDMACLRN"
22405 #  - "L2BDMACLRN"
22406 #  - "L2BDMACLRN"
22407 #  - "IP4FWD"
22408 #  layout:
22409 #    title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
22410 #    layout: "plot-throughput-speedup-analysis"
22411
22412 # Speedup - VPP Container Memif 3n-skx-x710
22413 -
22414   type: "plot"
22415   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22416   algorithm: "plot_throughput_speedup_analysis"
22417   output-file-type: ".html"
22418   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22420   filter: "'NIC_Intel-X710' and
22421            '64B' and
22422            ('BASE' or 'SCALE') and
22423            'NDRPDR' and
22424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22425            not 'VHOST' and
22426            'MEMIF'"
22427   parameters:
22428   - "throughput"
22429   - "parent"
22430   - "tags"
22431   sort:
22432   - "L2XCFWD"
22433   - "L2XCFWD"
22434   - "L2XCFWD"
22435   - "L2BDMACLRN"
22436   - "L2BDMACLRN"
22437   - "L2BDMACLRN"
22438   - "IP4FWD"
22439   layout:
22440     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
22441     layout: "plot-throughput-speedup-analysis"
22442
22443 -
22444   type: "plot"
22445   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22446   algorithm: "plot_throughput_speedup_analysis"
22447   output-file-type: ".html"
22448   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22450   filter: "'NIC_Intel-X710' and
22451            '64B' and
22452            ('BASE' or 'SCALE') and
22453            'NDRPDR' and
22454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22455            not 'VHOST' and
22456            'MEMIF'"
22457   parameters:
22458   - "throughput"
22459   - "parent"
22460   - "tags"
22461   sort:
22462   - "L2XCFWD"
22463   - "L2XCFWD"
22464   - "L2XCFWD"
22465   - "L2BDMACLRN"
22466   - "L2BDMACLRN"
22467   - "L2BDMACLRN"
22468   - "IP4FWD"
22469   layout:
22470     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
22471     layout: "plot-throughput-speedup-analysis"
22472
22473 ## Speedup - VPP Container Memif 2n-skx-x710
22474 #-
22475 #  type: "plot"
22476 #  title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22477 #  algorithm: "plot_throughput_speedup_analysis"
22478 #  output-file-type: ".html"
22479 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22480 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22481 #  filter: "'NIC_Intel-X710' and
22482 #           '64B' and
22483 #           ('BASE' or 'SCALE') and
22484 #           'NDRPDR' and
22485 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22486 #           not 'VHOST' and
22487 #           not 'NF_DENSITY' and
22488 #           'MEMIF'"
22489 #  parameters:
22490 #  - "throughput"
22491 #  - "parent"
22492 #  - "tags"
22493 #  sort:
22494 #  - "L2XCFWD"
22495 #  - "L2XCFWD"
22496 #  - "L2XCFWD"
22497 #  - "L2BDMACLRN"
22498 #  - "L2BDMACLRN"
22499 #  - "L2BDMACLRN"
22500 #  - "IP4FWD"
22501 #  layout:
22502 #    title: "memif-2n-skx-x710-64b-base_and_features-ndr"
22503 #    layout: "plot-throughput-speedup-analysis"
22504 #
22505 #-
22506 #  type: "plot"
22507 #  title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22508 #  algorithm: "plot_throughput_speedup_analysis"
22509 #  output-file-type: ".html"
22510 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22511 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22512 #  filter: "'NIC_Intel-X710' and
22513 #           '64B' and
22514 #           ('BASE' or 'SCALE') and
22515 #           'NDRPDR' and
22516 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22517 #           not 'VHOST' and
22518 #           not 'NF_DENSITY' and
22519 #           'MEMIF'"
22520 #  parameters:
22521 #  - "throughput"
22522 #  - "parent"
22523 #  - "tags"
22524 #  sort:
22525 #  - "L2XCFWD"
22526 #  - "L2XCFWD"
22527 #  - "L2XCFWD"
22528 #  - "L2BDMACLRN"
22529 #  - "L2BDMACLRN"
22530 #  - "L2BDMACLRN"
22531 #  - "IP4FWD"
22532 #  layout:
22533 #    title: "memif-2n-skx-x710-64b-base_and_features-pdr"
22534 #    layout: "plot-throughput-speedup-analysis"
22535 #
22536 ## Speedup - VPP Container Memif 2n-skx-xxv710
22537 #-
22538 #  type: "plot"
22539 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22540 #  algorithm: "plot_throughput_speedup_analysis"
22541 #  output-file-type: ".html"
22542 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22543 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22544 #  filter: "'NIC_Intel-XXV710' and
22545 #           '64B' and
22546 #           ('BASE' or 'SCALE') and
22547 #           'NDRPDR' and
22548 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22549 #           not 'VHOST' and
22550 #           'MEMIF'"
22551 #  parameters:
22552 #  - "throughput"
22553 #  - "parent"
22554 #  - "tags"
22555 #  sort:
22556 #  - "L2XCFWD"
22557 #  - "L2XCFWD"
22558 #  - "L2XCFWD"
22559 #  - "L2BDMACLRN"
22560 #  - "L2BDMACLRN"
22561 #  - "L2BDMACLRN"
22562 #  - "IP4FWD"
22563 #  layout:
22564 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
22565 #    layout: "plot-throughput-speedup-analysis"
22566 #
22567 #-
22568 #  type: "plot"
22569 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22570 #  algorithm: "plot_throughput_speedup_analysis"
22571 #  output-file-type: ".html"
22572 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22573 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22574 #  filter: "'NIC_Intel-XXV710' and
22575 #           '64B' and
22576 #           ('BASE' or 'SCALE') and
22577 #           'NDRPDR' and
22578 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22579 #           not 'VHOST' and
22580 #           'MEMIF'"
22581 #  parameters:
22582 #  - "throughput"
22583 #  - "parent"
22584 #  - "tags"
22585 #  sort:
22586 #  - "L2XCFWD"
22587 #  - "L2XCFWD"
22588 #  - "L2XCFWD"
22589 #  - "L2BDMACLRN"
22590 #  - "L2BDMACLRN"
22591 #  - "L2BDMACLRN"
22592 #  - "IP4FWD"
22593 #  layout:
22594 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
22595 #    layout: "plot-throughput-speedup-analysis"
22596
22597 ################################################################################
22598
22599 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22600 #-
22601 #  type: "plot"
22602 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22603 #  algorithm: "plot_throughput_speedup_analysis"
22604 #  output-file-type: ".html"
22605 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22606 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22607 #  filter: "'NIC_Intel-X520-DA2' and
22608 #           '64B' and
22609 #           ('BASE' or 'SCALE') and
22610 #           'NDRPDR' and
22611 #           'L2XCFWD' and
22612 #           not 'VHOST' and
22613 #           not 'NF_DENSITY' and
22614 #           'MEMIF'"
22615 #  parameters:
22616 #  - "throughput"
22617 #  - "parent"
22618 #  - "tags"
22619 #  sort:
22620 #  - "1VNF"
22621 #  - "2VNF"
22622 #  - "4VNF"
22623 #  - "2VNF"
22624 #  - "4VNF"
22625 #  layout:
22626 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22627 #    layout: "plot-throughput-speedup-analysis"
22628 #
22629 #-
22630 #  type: "plot"
22631 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22632 #  algorithm: "plot_throughput_speedup_analysis"
22633 #  output-file-type: ".html"
22634 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22635 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22636 #  filter: "'NIC_Intel-X520-DA2' and
22637 #           '64B' and
22638 #           ('BASE' or 'SCALE') and
22639 #           'NDRPDR' and
22640 #           'L2XCFWD' and
22641 #           not 'VHOST' and
22642 #           not 'NF_DENSITY' and
22643 #           'MEMIF'"
22644 #  parameters:
22645 #  - "throughput"
22646 #  - "parent"
22647 #  - "tags"
22648 #  sort:
22649 #  - "1VNF"
22650 #  - "2VNF"
22651 #  - "4VNF"
22652 #  - "2VNF"
22653 #  - "4VNF"
22654 #  layout:
22655 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22656 #    layout: "plot-throughput-speedup-analysis"
22657 #
22658 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22659 #-
22660 #  type: "plot"
22661 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22662 #  algorithm: "plot_throughput_speedup_analysis"
22663 #  output-file-type: ".html"
22664 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22665 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22666 #  filter: "'NIC_Intel-X520-DA2' and
22667 #           '64B' and
22668 #           ('BASE' or 'SCALE') and
22669 #           'NDRPDR' and
22670 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
22671 #           not 'VHOST' and
22672 #           not 'NF_DENSITY' and
22673 #           'MEMIF'"
22674 #  parameters:
22675 #  - "throughput"
22676 #  - "parent"
22677 #  - "tags"
22678 #  sort:
22679 #  - "1VNF"
22680 #  - "2VNF"
22681 #  - "4VNF"
22682 #  - "2VNF"
22683 #  - "4VNF"
22684 #  layout:
22685 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22686 #    layout: "plot-throughput-speedup-analysis"
22687 #
22688 #-
22689 #  type: "plot"
22690 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22691 #  algorithm: "plot_throughput_speedup_analysis"
22692 #  output-file-type: ".html"
22693 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22694 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22695 #  filter: "'NIC_Intel-X520-DA2' and
22696 #           '64B' and
22697 #           ('BASE' or 'SCALE') and
22698 #           'NDRPDR' and
22699 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
22700 #           not 'VHOST' and
22701 #           not 'NF_DENSITY' and
22702 #           'MEMIF'"
22703 #  parameters:
22704 #  - "throughput"
22705 #  - "parent"
22706 #  - "tags"
22707 #  sort:
22708 #  - "1VNF"
22709 #  - "2VNF"
22710 #  - "4VNF"
22711 #  - "2VNF"
22712 #  - "4VNF"
22713 #  layout:
22714 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22715 #    layout: "plot-throughput-speedup-analysis"
22716 #
22717 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22718 #-
22719 #  type: "plot"
22720 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22721 #  algorithm: "plot_throughput_speedup_analysis"
22722 #  output-file-type: ".html"
22723 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22724 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22725 #  filter: "'NIC_Intel-X710' and
22726 #           '64B' and
22727 #           ('BASE' or 'SCALE') and
22728 #           'NDRPDR' and
22729 #           'L2XCFWD' and
22730 #           not 'VHOST' and
22731 #           not 'NF_DENSITY' and
22732 #           'MEMIF'"
22733 #  parameters:
22734 #  - "throughput"
22735 #  - "parent"
22736 #  - "tags"
22737 #  sort:
22738 #  - "1VNF"
22739 #  - "2VNF"
22740 #  - "4VNF"
22741 #  - "2VNF"
22742 #  - "4VNF"
22743 #  layout:
22744 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22745 #    layout: "plot-throughput-speedup-analysis"
22746 #
22747 #-
22748 #  type: "plot"
22749 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22750 #  algorithm: "plot_throughput_speedup_analysis"
22751 #  output-file-type: ".html"
22752 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22753 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22754 #  filter: "'NIC_Intel-X710' and
22755 #           '64B' and
22756 #           ('BASE' or 'SCALE') and
22757 #           'NDRPDR' and
22758 #           'L2XCFWD' and
22759 #           not 'VHOST' and
22760 #           not 'NF_DENSITY' and
22761 #           'MEMIF'"
22762 #  parameters:
22763 #  - "throughput"
22764 #  - "parent"
22765 #  - "tags"
22766 #  sort:
22767 #  - "1VNF"
22768 #  - "2VNF"
22769 #  - "4VNF"
22770 #  - "2VNF"
22771 #  - "4VNF"
22772 #  layout:
22773 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22774 #    layout: "plot-throughput-speedup-analysis"
22775 #
22776 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22777 #-
22778 #  type: "plot"
22779 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22780 #  algorithm: "plot_throughput_speedup_analysis"
22781 #  output-file-type: ".html"
22782 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22783 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22784 #  filter: "'NIC_Intel-X710' and
22785 #           '64B' and
22786 #           ('BASE' or 'SCALE') and
22787 #           'NDRPDR' and
22788 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
22789 #           not 'VHOST' and
22790 #           not 'NF_DENSITY' and
22791 #           'MEMIF'"
22792 #  parameters:
22793 #  - "throughput"
22794 #  - "parent"
22795 #  - "tags"
22796 #  sort:
22797 #  - "1VNF"
22798 #  - "2VNF"
22799 #  - "4VNF"
22800 #  - "2VNF"
22801 #  - "4VNF"
22802 #  layout:
22803 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22804 #    layout: "plot-throughput-speedup-analysis"
22805 #
22806 #-
22807 #  type: "plot"
22808 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22809 #  algorithm: "plot_throughput_speedup_analysis"
22810 #  output-file-type: ".html"
22811 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22812 #  data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22813 #  filter: "'NIC_Intel-X710' and
22814 #           '64B' and
22815 #           ('BASE' or 'SCALE') and
22816 #           'NDRPDR' and
22817 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
22818 #           not 'VHOST' and
22819 #           not 'NF_DENSITY' and
22820 #           'MEMIF'"
22821 #  parameters:
22822 #  - "throughput"
22823 #  - "parent"
22824 #  - "tags"
22825 #  sort:
22826 #  - "1VNF"
22827 #  - "2VNF"
22828 #  - "4VNF"
22829 #  - "2VNF"
22830 #  - "4VNF"
22831 #  layout:
22832 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22833 #    layout: "plot-throughput-speedup-analysis"
22834
22835 ################################################################################
22836
22837 ## Speedup - VPP IPv4 3n-hsw-x520 base and scale
22838 #-
22839 #  type: "plot"
22840 #  title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22841 #  algorithm: "plot_throughput_speedup_analysis"
22842 #  output-file-type: ".html"
22843 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22844 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22845 #  filter: "'NIC_Intel-X520-DA2' and
22846 #           '64B' and
22847 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22848 #           'NDRPDR' and
22849 #           'IP4FWD' and
22850 #           not 'IPSEC' and
22851 #           not 'DOT1Q' and
22852 #           not 'VHOST'"
22853 #  parameters:
22854 #  - "throughput"
22855 #  - "parent"
22856 #  - "tags"
22857 #  sort:
22858 #  - "DOT1Q"
22859 #  - "IP4BASE"
22860 #  - "FIB_20k"
22861 #  - "FIB_200k"
22862 #  - "FIB_2M"
22863 #  layout:
22864 #    title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22865 #    layout: "plot-throughput-speedup-analysis"
22866 #
22867 #-
22868 #  type: "plot"
22869 #  title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22870 #  algorithm: "plot_throughput_speedup_analysis"
22871 #  output-file-type: ".html"
22872 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22873 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22874 #  filter: "'NIC_Intel-X520-DA2' and
22875 #           '64B' and
22876 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22877 #           'NDRPDR' and
22878 #           'IP4FWD' and
22879 #           not 'IPSEC' and
22880 #           not 'DOT1Q' and
22881 #           not 'VHOST'"
22882 #  parameters:
22883 #  - "throughput"
22884 #  - "parent"
22885 #  - "tags"
22886 #  sort:
22887 #  - "DOT1Q"
22888 #  - "IP4BASE"
22889 #  - "FIB_20k"
22890 #  - "FIB_200k"
22891 #  - "FIB_2M"
22892 #  layout:
22893 #    title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22894 #    layout: "plot-throughput-speedup-analysis"
22895 #
22896 ## Speedup - VPP IPv4 3n-hsw-x520 features
22897 #-
22898 #  type: "plot"
22899 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22900 #  algorithm: "plot_throughput_speedup_analysis"
22901 #  output-file-type: ".html"
22902 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22903 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22904 #  filter: "'NIC_Intel-X520-DA2' and
22905 #           '64B' and
22906 #           ('IP4BASE' or
22907 #            'POLICE_MARK' or
22908 #            'COPWHLIST' or
22909 #            ('NAT44' and 'BASE') or
22910 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22911 #           'NDRPDR' and
22912 #           'IP4FWD' and
22913 #           not 'IPSEC' and
22914 #           not 'VHOST'"
22915 #  parameters:
22916 #  - "throughput"
22917 #  - "parent"
22918 #  - "tags"
22919 #  sort:
22920 #  - "DOT1Q"
22921 #  - "IP4BASE"
22922 #  - "NAT44"
22923 #  - "POLICE_MARK"
22924 #  - "COPWHLIST"
22925 #  - "IACL"
22926 #  - "OACL"
22927 #  layout:
22928 #    title: "ip4-3n-hsw-x520-64b-features-ndr"
22929 #    layout: "plot-throughput-speedup-analysis"
22930 #
22931 #-
22932 #  type: "plot"
22933 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22934 #  algorithm: "plot_throughput_speedup_analysis"
22935 #  output-file-type: ".html"
22936 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22937 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22938 #  filter: "'NIC_Intel-X520-DA2' and
22939 #           '64B' and
22940 #           ('IP4BASE' or
22941 #            'POLICE_MARK' or
22942 #            'COPWHLIST' or
22943 #            ('NAT44' and 'BASE') or
22944 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22945 #           'NDRPDR' and
22946 #           'IP4FWD' and
22947 #           not 'IPSEC' and
22948 #           not 'VHOST'"
22949 #  parameters:
22950 #  - "throughput"
22951 #  - "parent"
22952 #  - "tags"
22953 #  sort:
22954 #  - "DOT1Q"
22955 #  - "IP4BASE"
22956 #  - "NAT44"
22957 #  - "POLICE_MARK"
22958 #  - "COPWHLIST"
22959 #  - "IACL"
22960 #  - "OACL"
22961 #  layout:
22962 #    title: "ip4-3n-hsw-x520-64b-features-pdr"
22963 #    layout: "plot-throughput-speedup-analysis"
22964 #
22965 ## Speedup - VPP IPv4 3n-hsw-x520 features nat44
22966 #-
22967 #  type: "plot"
22968 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22969 #  algorithm: "plot_throughput_speedup_analysis"
22970 #  output-file-type: ".html"
22971 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22972 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22973 #  filter: "'NIC_Intel-X520-DA2' and
22974 #           '64B' and
22975 #           'NDRPDR' and
22976 #           'IP4FWD' and
22977 #           ('NAT44' or 'IP4BASE') and
22978 #           not 'DOT1Q' and
22979 #           not 'IPSEC' and
22980 #           not 'VHOST'"
22981 #  parameters:
22982 #  - "throughput"
22983 #  - "parent"
22984 #  - "tags"
22985 #  sort:
22986 #  - "IP4BASE"
22987 #  - "BASE"
22988 #  - "SRC_USER_10"
22989 #  - "SRC_USER_100"
22990 #  - "SRC_USER_1000"
22991 #  - "SRC_USER_2000"
22992 #  layout:
22993 #    title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22994 #    layout: "plot-throughput-speedup-analysis"
22995 #
22996 #-
22997 #  type: "plot"
22998 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22999 #  algorithm: "plot_throughput_speedup_analysis"
23000 #  output-file-type: ".html"
23001 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23002 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23003 #  filter: "'NIC_Intel-X520-DA2' and
23004 #           '64B' and
23005 #           'NDRPDR' and
23006 #           'IP4FWD' and
23007 #           ('NAT44' or 'IP4BASE') and
23008 #           not 'DOT1Q' and
23009 #           not 'IPSEC' and
23010 #           not 'VHOST'"
23011 #  parameters:
23012 #  - "throughput"
23013 #  - "parent"
23014 #  - "tags"
23015 #  sort:
23016 #  - "IP4BASE"
23017 #  - "BASE"
23018 #  - "SRC_USER_10"
23019 #  - "SRC_USER_100"
23020 #  - "SRC_USER_1000"
23021 #  - "SRC_USER_2000"
23022 #  layout:
23023 #    title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23024 #    layout: "plot-throughput-speedup-analysis"
23025 #
23026 ## Speedup - VPP IPv4 3n-hsw-x520 features iacl
23027 #-
23028 #  type: "plot"
23029 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23030 #  algorithm: "plot_throughput_speedup_analysis"
23031 #  output-file-type: ".html"
23032 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23033 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23034 #  filter: "'NIC_Intel-X520-DA2' and
23035 #           '64B' and
23036 #           'NDRPDR' and
23037 #           'IP4FWD' and
23038 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23039 #           not 'IPSEC' and
23040 #           not 'DOT1Q' and
23041 #           not 'VHOST'"
23042 #  parameters:
23043 #  - "throughput"
23044 #  - "parent"
23045 #  - "tags"
23046 #  sort:
23047 #  - "IP4BASE"
23048 #  - "ACL_STATELESS"
23049 #  - "ACL_STATEFUL"
23050 #  - "ACL_STATELESS"
23051 #  - "ACL_STATEFUL"
23052 #  layout:
23053 #    title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23054 #    layout: "plot-throughput-speedup-analysis"
23055 #
23056 #-
23057 #  type: "plot"
23058 #  title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23059 #  algorithm: "plot_throughput_speedup_analysis"
23060 #  output-file-type: ".html"
23061 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23062 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23063 #  filter: "'NIC_Intel-X520-DA2' and
23064 #           '64B' and
23065 #           'NDRPDR' and
23066 #           'IP4FWD' and
23067 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23068 #           not 'IPSEC' and
23069 #           not 'DOT1Q' and
23070 #           not 'VHOST'"
23071 #  parameters:
23072 #  - "throughput"
23073 #  - "parent"
23074 #  - "tags"
23075 #  sort:
23076 #  - "IP4BASE"
23077 #  - "ACL_STATELESS"
23078 #  - "ACL_STATEFUL"
23079 #  - "ACL_STATELESS"
23080 #  - "ACL_STATEFUL"
23081 #  layout:
23082 #    title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23083 #    layout: "plot-throughput-speedup-analysis"
23084 #
23085 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23086 -
23087   type: "plot"
23088   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23089   algorithm: "plot_throughput_speedup_analysis"
23090   output-file-type: ".html"
23091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23093   filter: "'NIC_Intel-X520-DA2' and
23094            '64B' and
23095            'NDRPDR' and
23096            'IP4FWD' and
23097            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23098            not 'IPSEC' and
23099            not 'DOT1Q' and
23100            not 'VHOST'"
23101   parameters:
23102   - "throughput"
23103   - "parent"
23104   - "tags"
23105   sort:
23106   - "IP4BASE"
23107   - "ACL_STATELESS"
23108   - "ACL_STATEFUL"
23109   - "ACL_STATELESS"
23110   - "ACL_STATEFUL"
23111   layout:
23112     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23113     layout: "plot-throughput-speedup-analysis"
23114
23115 -
23116   type: "plot"
23117   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23118   algorithm: "plot_throughput_speedup_analysis"
23119   output-file-type: ".html"
23120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23122   filter: "'NIC_Intel-X520-DA2' and
23123            '64B' and
23124            'NDRPDR' and
23125            'IP4FWD' and
23126            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23127            not 'IPSEC' and
23128            not 'DOT1Q' and
23129            not 'VHOST'"
23130   parameters:
23131   - "throughput"
23132   - "parent"
23133   - "tags"
23134   sort:
23135   - "IP4BASE"
23136   - "ACL_STATELESS"
23137   - "ACL_STATEFUL"
23138   - "ACL_STATELESS"
23139   - "ACL_STATEFUL"
23140   layout:
23141     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23142     layout: "plot-throughput-speedup-analysis"
23143 #
23144 ## Speedup - VPP IPv4 3n-hsw-x710 base and scale
23145 #-
23146 #  type: "plot"
23147 #  title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23148 #  algorithm: "plot_throughput_speedup_analysis"
23149 #  output-file-type: ".html"
23150 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23151 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23152 #  filter: "'NIC_Intel-X710' and
23153 #           '64B' and
23154 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23155 #           'NDRPDR' and
23156 #           'IP4FWD' and
23157 #           not 'IPSEC' and
23158 #           not 'DOT1Q' and
23159 #           not 'VHOST'"
23160 #  parameters:
23161 #  - "throughput"
23162 #  - "parent"
23163 #  - "tags"
23164 #  sort:
23165 #  - "IP4BASE"
23166 #  - "FIB_20K"
23167 #  - "FIB_200K"
23168 #  - "FIB_2M"
23169 #  layout:
23170 #    title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
23171 #    layout: "plot-throughput-speedup-analysis"
23172 #
23173 #-
23174 #  type: "plot"
23175 #  title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23176 #  algorithm: "plot_throughput_speedup_analysis"
23177 #  output-file-type: ".html"
23178 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23179 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23180 #  filter: "'NIC_Intel-X710' and
23181 #           '64B' and
23182 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23183 #           'NDRPDR' and
23184 #           'IP4FWD' and
23185 #           not 'IPSEC' and
23186 #           not 'DOT1Q' and
23187 #           not 'VHOST'"
23188 #  parameters:
23189 #  - "throughput"
23190 #  - "parent"
23191 #  - "tags"
23192 #  sort:
23193 #  - "IP4BASE"
23194 #  - "FIB_20K"
23195 #  - "FIB_200K"
23196 #  - "FIB_2M"
23197 #  layout:
23198 #    title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
23199 #    layout: "plot-throughput-speedup-analysis"
23200 #
23201 ## Speedup - VPP IPv4 3n-hsw-x710 features
23202 #-
23203 #  type: "plot"
23204 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
23205 #  algorithm: "plot_throughput_speedup_analysis"
23206 #  output-file-type: ".html"
23207 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
23208 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23209 #  filter: "'NIC_Intel-X710' and
23210 #           '64B' and
23211 #           ('IP4BASE' or
23212 #            'POLICE_MARK' or
23213 #            'COPWHLIST' or
23214 #            ('NAT44' and 'BASE') or
23215 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23216 #           'NDRPDR' and
23217 #           'IP4FWD' and
23218 #           not 'IPSEC' and
23219 #           not 'VHOST'"
23220 #  parameters:
23221 #  - "throughput"
23222 #  - "parent"
23223 #  - "tags"
23224 #  sort:
23225 #  - "DOT1Q"
23226 #  - "IP4BASE"
23227 #  - "NAT44"
23228 #  - "POLICE_MARK"
23229 #  - "COPWHLIST"
23230 #  - "IACL"
23231 #  - "OACL"
23232 #  layout:
23233 #    title: "ip4-3n-hsw-x710-64b-features-ndr"
23234 #    layout: "plot-throughput-speedup-analysis"
23235 #
23236 #-
23237 #  type: "plot"
23238 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23239 #  algorithm: "plot_throughput_speedup_analysis"
23240 #  output-file-type: ".html"
23241 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23242 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23243 #  filter: "'NIC_Intel-X710' and
23244 #           '64B' and
23245 #           ('IP4BASE' or
23246 #            'POLICE_MARK' or
23247 #            'COPWHLIST' or
23248 #            ('NAT44' and 'BASE') or
23249 #            ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23250 #           'NDRPDR' and
23251 #           'IP4FWD' and
23252 #           not 'IPSEC' and
23253 #           not 'VHOST'"
23254 #  parameters:
23255 #  - "throughput"
23256 #  - "parent"
23257 #  - "tags"
23258 #  sort:
23259 #  - "DOT1Q"
23260 #  - "IP4BASE"
23261 #  - "NAT44"
23262 #  - "POLICE_MARK"
23263 #  - "COPWHLIST"
23264 #  - "IACL"
23265 #  - "OACL"
23266 #  layout:
23267 #    title: "ip4-3n-hsw-x710-64b-features-pdr"
23268 #    layout: "plot-throughput-speedup-analysis"
23269 #
23270 ## Speedup - VPP IPv4 3n-hsw-x710 features nat44
23271 #-
23272 #  type: "plot"
23273 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23274 #  algorithm: "plot_throughput_speedup_analysis"
23275 #  output-file-type: ".html"
23276 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23277 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23278 #  filter: "'NIC_Intel-X710' and
23279 #           '64B' and
23280 #           'NDRPDR' and
23281 #           'IP4FWD' and
23282 #           ('NAT44' or 'IP4BASE') and
23283 #           not 'IPSEC' and
23284 #           not 'VHOST'"
23285 #  parameters:
23286 #  - "throughput"
23287 #  - "parent"
23288 #  - "tags"
23289 #  sort:
23290 #  - "IP4BASE"
23291 #  - "BASE"
23292 #  - "SRC_USER_10"
23293 #  - "SRC_USER_100"
23294 #  - "SRC_USER_1000"
23295 #  - "SRC_USER_2000"
23296 #  layout:
23297 #    title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23298 #    layout: "plot-throughput-speedup-analysis"
23299 #
23300 #-
23301 #  type: "plot"
23302 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23303 #  algorithm: "plot_throughput_speedup_analysis"
23304 #  output-file-type: ".html"
23305 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23306 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23307 #  filter: "'NIC_Intel-X710' and
23308 #           '64B' and
23309 #           'NDRPDR' and
23310 #           'IP4FWD' and
23311 #           ('NAT44' or 'IP4BASE') and
23312 #           not 'IPSEC' and
23313 #           not 'VHOST'"
23314 #  parameters:
23315 #  - "throughput"
23316 #  - "parent"
23317 #  - "tags"
23318 #  sort:
23319 #  - "IP4BASE"
23320 #  - "BASE"
23321 #  - "SRC_USER_10"
23322 #  - "SRC_USER_100"
23323 #  - "SRC_USER_1000"
23324 #  - "SRC_USER_2000"
23325 #  layout:
23326 #    title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23327 #    layout: "plot-throughput-speedup-analysis"
23328 #
23329 ## Speedup - VPP IPv4 3n-hsw-x710 features iacl
23330 #-
23331 #  type: "plot"
23332 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23333 #  algorithm: "plot_throughput_speedup_analysis"
23334 #  output-file-type: ".html"
23335 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23336 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23337 #  filter: "'NIC_Intel-X710' and
23338 #           '64B' and
23339 #           'NDRPDR' and
23340 #           'IP4FWD' and
23341 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23342 #           not 'IPSEC' and
23343 #           not 'VHOST'"
23344 #  parameters:
23345 #  - "throughput"
23346 #  - "parent"
23347 #  - "tags"
23348 #  sort:
23349 #  - "IP4BASE"
23350 #  - "ACL_STATELESS"
23351 #  - "ACL_STATEFUL"
23352 #  - "ACL_STATELESS"
23353 #  - "ACL_STATEFUL"
23354 #  layout:
23355 #    title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23356 #    layout: "plot-throughput-speedup-analysis"
23357 #
23358 #-
23359 #  type: "plot"
23360 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23361 #  algorithm: "plot_throughput_speedup_analysis"
23362 #  output-file-type: ".html"
23363 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23364 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23365 #  filter: "'NIC_Intel-X710' and
23366 #           '64B' and
23367 #           'NDRPDR' and
23368 #           'IP4FWD' and
23369 #           ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23370 #           not 'IPSEC' and
23371 #           not 'VHOST'"
23372 #  parameters:
23373 #  - "throughput"
23374 #  - "parent"
23375 #  - "tags"
23376 #  sort:
23377 #  - "IP4BASE"
23378 #  - "ACL_STATELESS"
23379 #  - "ACL_STATEFUL"
23380 #  - "ACL_STATELESS"
23381 #  - "ACL_STATEFUL"
23382 #  layout:
23383 #    title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23384 #    layout: "plot-throughput-speedup-analysis"
23385 #
23386 ## Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23387 #-
23388 #  type: "plot"
23389 #  title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23390 #  algorithm: "plot_throughput_speedup_analysis"
23391 #  output-file-type: ".html"
23392 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23393 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23394 #  filter: "'NIC_Intel-XL710' and
23395 #           '64B' and
23396 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23397 #           'NDRPDR' and
23398 #           'IP4FWD' and
23399 #           not 'IPSEC' and
23400 #           not 'VHOST'"
23401 #  parameters:
23402 #  - "throughput"
23403 #  - "parent"
23404 #  - "tags"
23405 #  sort:
23406 #  - "IP4BASE"
23407 #  - "FIB_20K"
23408 #  - "FIB_200K"
23409 #  - "FIB_2M"
23410 #  layout:
23411 #    title: "ip4-3n-hsw-xl710-64b-base-ndr"
23412 #    layout: "plot-throughput-speedup-analysis"
23413 #
23414 #-
23415 #  type: "plot"
23416 #  title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23417 #  algorithm: "plot_throughput_speedup_analysis"
23418 #  output-file-type: ".html"
23419 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23420 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23421 #  filter: "'NIC_Intel-XL710' and
23422 #           '64B' and
23423 #           ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23424 #           'NDRPDR' and
23425 #           'IP4FWD' and
23426 #           not 'IPSEC' and
23427 #           not 'VHOST'"
23428 #  parameters:
23429 #  - "throughput"
23430 #  - "parent"
23431 #  - "tags"
23432 #  sort:
23433 #  - "IP4BASE"
23434 #  - "FIB_20K"
23435 #  - "FIB_200K"
23436 #  - "FIB_2M"
23437 #  layout:
23438 #    title: "ip4-3n-hsw-xl710-64b-base-pdr"
23439 #    layout: "plot-throughput-speedup-analysis"
23440
23441 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23442 -
23443   type: "plot"
23444   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23445   algorithm: "plot_throughput_speedup_analysis"
23446   output-file-type: ".html"
23447   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23449   filter: "'NIC_Intel-X710' and
23450            '64B' and
23451            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23452            'NDRPDR' and
23453            'IP4FWD' and
23454            not 'IPSEC' and
23455            not 'DOT1Q' and
23456            not 'VHOST'"
23457   parameters:
23458   - "throughput"
23459   - "parent"
23460   - "tags"
23461   sort:
23462   - "IP4BASE"
23463   - "FIB_20K"
23464   - "FIB_200K"
23465   - "FIB_2M"
23466   layout:
23467     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23468     layout: "plot-throughput-speedup-analysis"
23469
23470 -
23471   type: "plot"
23472   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23473   algorithm: "plot_throughput_speedup_analysis"
23474   output-file-type: ".html"
23475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23477   filter: "'NIC_Intel-X710' and
23478            '64B' and
23479            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23480            'NDRPDR' and
23481            'IP4FWD' and
23482            not 'IPSEC' and
23483            not 'DOT1Q' and
23484            not 'VHOST'"
23485   parameters:
23486   - "throughput"
23487   - "parent"
23488   - "tags"
23489   sort:
23490   - "IP4BASE"
23491   - "FIB_20K"
23492   - "FIB_200K"
23493   - "FIB_2M"
23494   layout:
23495     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23496     layout: "plot-throughput-speedup-analysis"
23497
23498 # Speedup - VPP IPv4 3n-skx-x710 features
23499 -
23500   type: "plot"
23501   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23502   algorithm: "plot_throughput_speedup_analysis"
23503   output-file-type: ".html"
23504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23506   filter: "'NIC_Intel-X710' and
23507            '64B' and
23508            ('IP4BASE' or
23509             'POLICE_MARK' or
23510             'COPWHLIST' or
23511             ('NAT44' and 'BASE') or
23512             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23513            'NDRPDR' and
23514            'IP4FWD' and
23515            not 'IPSEC' and
23516            not 'VHOST'"
23517   parameters:
23518   - "throughput"
23519   - "parent"
23520   - "tags"
23521   sort:
23522   - "DOT1Q"
23523   - "IP4BASE"
23524   - "NAT44"
23525   - "POLICE_MARK"
23526   - "COPWHLIST"
23527   - "IACL"
23528   - "OACL"
23529   layout:
23530     title: "ip4-3n-skx-x710-64b-features-ndr"
23531     layout: "plot-throughput-speedup-analysis"
23532
23533 -
23534   type: "plot"
23535   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23536   algorithm: "plot_throughput_speedup_analysis"
23537   output-file-type: ".html"
23538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23540   filter: "'NIC_Intel-X710' and
23541            '64B' and
23542            ('IP4BASE' or
23543             'POLICE_MARK' or
23544             'COPWHLIST' or
23545             ('NAT44' and 'BASE') or
23546             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23547            'NDRPDR' and
23548            'IP4FWD' and
23549            not 'IPSEC' and
23550            not 'VHOST'"
23551   parameters:
23552   - "throughput"
23553   - "parent"
23554   - "tags"
23555   sort:
23556   - "DOT1Q"
23557   - "IP4BASE"
23558   - "NAT44"
23559   - "POLICE_MARK"
23560   - "COPWHLIST"
23561   - "IACL"
23562   - "OACL"
23563   layout:
23564     title: "ip4-3n-skx-x710-64b-features-pdr"
23565     layout: "plot-throughput-speedup-analysis"
23566
23567 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23568 -
23569   type: "plot"
23570   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23571   algorithm: "plot_throughput_speedup_analysis"
23572   output-file-type: ".html"
23573   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23575   filter: "'NIC_Intel-X710' and
23576            '64B' and
23577            'NDRPDR' and
23578            'IP4FWD' and
23579            ('NAT44' or 'IP4BASE') and
23580            not 'IPSEC' and
23581            not 'VHOST'"
23582   parameters:
23583   - "throughput"
23584   - "parent"
23585   - "tags"
23586   sort:
23587   - "IP4BASE"
23588   - "BASE"
23589   - "SRC_USER_10"
23590   - "SRC_USER_100"
23591   - "SRC_USER_1000"
23592   - "SRC_USER_2000"
23593   layout:
23594     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23595     layout: "plot-throughput-speedup-analysis"
23596
23597 -
23598   type: "plot"
23599   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23600   algorithm: "plot_throughput_speedup_analysis"
23601   output-file-type: ".html"
23602   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23604   filter: "'NIC_Intel-X710' and
23605            '64B' and
23606            'NDRPDR' and
23607            'IP4FWD' and
23608            ('NAT44' or 'IP4BASE') and
23609            not 'IPSEC' and
23610            not 'VHOST'"
23611   parameters:
23612   - "throughput"
23613   - "parent"
23614   - "tags"
23615   sort:
23616   - "IP4BASE"
23617   - "BASE"
23618   - "SRC_USER_10"
23619   - "SRC_USER_100"
23620   - "SRC_USER_1000"
23621   - "SRC_USER_2000"
23622   layout:
23623     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23624     layout: "plot-throughput-speedup-analysis"
23625
23626 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23627 -
23628   type: "plot"
23629   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23630   algorithm: "plot_throughput_speedup_analysis"
23631   output-file-type: ".html"
23632   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23634   filter: "'NIC_Intel-X710' and
23635            '64B' and
23636            'NDRPDR' and
23637            'IP4FWD' and
23638            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23639            not 'IPSEC' and
23640            not 'VHOST'"
23641   parameters:
23642   - "throughput"
23643   - "parent"
23644   - "tags"
23645   sort:
23646   - "IP4BASE"
23647   - "ACL_STATELESS"
23648   - "ACL_STATEFUL"
23649   - "ACL_STATELESS"
23650   - "ACL_STATEFUL"
23651   layout:
23652     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23653     layout: "plot-throughput-speedup-analysis"
23654
23655 -
23656   type: "plot"
23657   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23658   algorithm: "plot_throughput_speedup_analysis"
23659   output-file-type: ".html"
23660   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23662   filter: "'NIC_Intel-X710' and
23663            '64B' and
23664            'NDRPDR' and
23665            'IP4FWD' and
23666            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23667            not 'IPSEC' and
23668            not 'VHOST'"
23669   parameters:
23670   - "throughput"
23671   - "parent"
23672   - "tags"
23673   sort:
23674   - "IP4BASE"
23675   - "ACL_STATELESS"
23676   - "ACL_STATEFUL"
23677   - "ACL_STATELESS"
23678   - "ACL_STATEFUL"
23679   layout:
23680     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23681     layout: "plot-throughput-speedup-analysis"
23682
23683 # Speedup - VPP IPv4 3n-skx-x710 features oacl
23684 -
23685   type: "plot"
23686   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23687   algorithm: "plot_throughput_speedup_analysis"
23688   output-file-type: ".html"
23689   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23691   filter: "'NIC_Intel-X710' and
23692            '64B' and
23693            'NDRPDR' and
23694            'IP4FWD' and
23695            'OACL' and
23696            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23697            not 'IPSEC' and
23698            not 'VHOST'"
23699   parameters:
23700   - "throughput"
23701   - "parent"
23702   - "tags"
23703   sort:
23704   - "ACL_STATELESS"
23705   - "ACL_STATEFUL"
23706   - "ACL_STATELESS"
23707   - "ACL_STATEFUL"
23708   layout:
23709     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23710     layout: "plot-throughput-speedup-analysis"
23711
23712 -
23713   type: "plot"
23714   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23715   algorithm: "plot_throughput_speedup_analysis"
23716   output-file-type: ".html"
23717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23719   filter: "'NIC_Intel-X710' and
23720            '64B' and
23721            'NDRPDR' and
23722            'IP4FWD' and
23723            'OACL' and
23724            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23725            not 'IPSEC' and
23726            not 'VHOST'"
23727   parameters:
23728   - "throughput"
23729   - "parent"
23730   - "tags"
23731   sort:
23732   - "ACL_STATELESS"
23733   - "ACL_STATEFUL"
23734   - "ACL_STATELESS"
23735   - "ACL_STATEFUL"
23736   layout:
23737     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23738     layout: "plot-throughput-speedup-analysis"
23739
23740 ## Speedup - VPP IPv4 2n-skx-x710 base and scale
23741 #-
23742 #  type: "plot"
23743 #  title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23744 #  algorithm: "plot_throughput_speedup_analysis"
23745 #  output-file-type: ".html"
23746 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23747 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23748 #  filter: "'NIC_Intel-X710' and
23749 #           '64B' and
23750 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23751 #           'NDRPDR' and
23752 #           'IP4FWD' and
23753 #           not 'IPSEC' and
23754 #           not 'DOT1Q' and
23755 #           not 'VHOST'"
23756 #  parameters:
23757 #  - "throughput"
23758 #  - "parent"
23759 #  - "tags"
23760 #  sort:
23761 #  - "IP4BASE"
23762 #  - "FIB_20k"
23763 #  - "FIB_200k"
23764 #  - "FIB_2M"
23765 #  layout:
23766 #    title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23767 #    layout: "plot-throughput-speedup-analysis"
23768 #
23769 #-
23770 #  type: "plot"
23771 #  title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23772 #  algorithm: "plot_throughput_speedup_analysis"
23773 #  output-file-type: ".html"
23774 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23775 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23776 #  filter: "'NIC_Intel-X710' and
23777 #           '64B' and
23778 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23779 #           'NDRPDR' and
23780 #           'IP4FWD' and
23781 #           not 'IPSEC' and
23782 #           not 'DOT1Q' and
23783 #           not 'VHOST'"
23784 #  parameters:
23785 #  - "throughput"
23786 #  - "parent"
23787 #  - "tags"
23788 #  sort:
23789 #  - "IP4BASE"
23790 #  - "FIB_20k"
23791 #  - "FIB_200k"
23792 #  - "FIB_2M"
23793 #  layout:
23794 #    title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23795 #    layout: "plot-throughput-speedup-analysis"
23796 #
23797 ## Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23798 #-
23799 #  type: "plot"
23800 #  title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23801 #  algorithm: "plot_throughput_speedup_analysis"
23802 #  output-file-type: ".html"
23803 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23804 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23805 #  filter: "'NIC_Intel-XXV710' and
23806 #           '64B' and
23807 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23808 #           'NDRPDR' and
23809 #           'IP4FWD' and
23810 #           not 'IPSEC' and
23811 #           not 'DOT1Q' and
23812 #           not 'VHOST'"
23813 #  parameters:
23814 #  - "throughput"
23815 #  - "parent"
23816 #  - "tags"
23817 #  sort:
23818 #  - "IP4BASE"
23819 #  - "FIB_20k"
23820 #  - "FIB_200k"
23821 #  - "FIB_2M"
23822 #  layout:
23823 #    title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23824 #    layout: "plot-throughput-speedup-analysis"
23825 #
23826 #-
23827 #  type: "plot"
23828 #  title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23829 #  algorithm: "plot_throughput_speedup_analysis"
23830 #  output-file-type: ".html"
23831 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23832 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23833 #  filter: "'NIC_Intel-XXV710' and
23834 #           '64B' and
23835 #           ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23836 #           'NDRPDR' and
23837 #           'IP4FWD' and
23838 #           not 'IPSEC' and
23839 #           not 'DOT1Q' and
23840 #           not 'VHOST'"
23841 #  parameters:
23842 #  - "throughput"
23843 #  - "parent"
23844 #  - "tags"
23845 #  sort:
23846 #  - "IP4BASE"
23847 #  - "FIB_20k"
23848 #  - "FIB_200k"
23849 #  - "FIB_2M"
23850 #  layout:
23851 #    title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23852 #    layout: "plot-throughput-speedup-analysis"
23853
23854 ## Speedup - VPP IPv4 2n-dnv-x553 base
23855 #-
23856 #  type: "plot"
23857 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
23858 #  algorithm: "plot_throughput_speedup_analysis"
23859 #  output-file-type: ".html"
23860 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
23861 #  data: "intel-dnv-vpp"
23862 #  filter: "'NIC_Intel-X553' and
23863 #           '64B' and
23864 #           'IP4BASE' and
23865 #           'NDRPDR' and
23866 #           'IP4FWD' and
23867 #           not 'IPSEC' and
23868 #           not 'VHOST'"
23869 #  parameters:
23870 #  - "throughput"
23871 #  - "parent"
23872 #  - "tags"
23873 #  sort:
23874 #  - "IP4BASE"
23875 #  layout:
23876 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
23877 #    layout: "plot-throughput-speedup-analysis"
23878 #
23879 #-
23880 #  type: "plot"
23881 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
23882 #  algorithm: "plot_throughput_speedup_analysis"
23883 #  output-file-type: ".html"
23884 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
23885 #  data: "intel-dnv-vpp"
23886 #  filter: "'NIC_Intel-X553' and
23887 #           '64B' and
23888 #           'IP4BASE' and
23889 #           'NDRPDR' and
23890 #           'IP4FWD' and
23891 #           not 'IPSEC' and
23892 #           not 'VHOST'"
23893 #  parameters:
23894 #  - "throughput"
23895 #  - "parent"
23896 #  - "tags"
23897 #  sort:
23898 #  - "IP4BASE"
23899 #  layout:
23900 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
23901 #    layout: "plot-throughput-speedup-analysis"
23902
23903 ################################################################################
23904
23905 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23906 #-
23907 #  type: "plot"
23908 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23909 #  algorithm: "plot_throughput_speedup_analysis"
23910 #  output-file-type: ".html"
23911 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23912 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23913 #  filter: "'NIC_Intel-X520-DA2' and
23914 #           '64B' and
23915 #           'ENCAP' and
23916 #           'NDRPDR' and
23917 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23918 #           not 'DOT1Q' and
23919 #           not 'VHOST' and
23920 #           not 'IPSECHW'"
23921 #  parameters:
23922 #  - "throughput"
23923 #  - "parent"
23924 #  - "tags"
23925 #  sort:
23926 #  - "IP4BASE"
23927 #  - "L2BDMACLRN"
23928 #  - "L2XCFWD"
23929 #  - "LISP"
23930 #  layout:
23931 #    title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23932 #    layout: "plot-throughput-speedup-analysis"
23933 #
23934 #-
23935 #  type: "plot"
23936 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23937 #  algorithm: "plot_throughput_speedup_analysis"
23938 #  output-file-type: ".html"
23939 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23940 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23941 #  filter: "'NIC_Intel-X520-DA2' and
23942 #           '64B' and
23943 #           'ENCAP' and
23944 #           'NDRPDR' and
23945 #           (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23946 #           not 'DOT1Q' and
23947 #           not 'VHOST' and
23948 #           not 'IPSECHW'"
23949 #  parameters:
23950 #  - "throughput"
23951 #  - "parent"
23952 #  - "tags"
23953 #  sort:
23954 #  - "IP4BASE"
23955 #  - "L2BDMACLRN"
23956 #  - "L2XCFWD"
23957 #  - "LISP"
23958 #  layout:
23959 #    title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23960 #    layout: "plot-throughput-speedup-analysis"
23961 #
23962 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23963 #-
23964 #  type: "plot"
23965 #  title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23966 #  algorithm: "plot_throughput_speedup_analysis"
23967 #  output-file-type: ".html"
23968 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23969 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23970 #  filter: "'NIC_Intel-X710' and
23971 #           '64B' and
23972 #           'ENCAP' and
23973 #           'NDRPDR' and
23974 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23975 #           not 'VHOST' and
23976 #           not 'IPSECHW'"
23977 #  parameters:
23978 #  - "throughput"
23979 #  - "parent"
23980 #  - "tags"
23981 #  sort:
23982 #  - "IP4BASE"
23983 #  - "LISP"
23984 #  - "VXLAN_1"
23985 #  - "VXLAN_10"
23986 #  - "VXLAN_100"
23987 #  - "VXLAN_1000"
23988 #  layout:
23989 #    title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23990 #    layout: "plot-throughput-speedup-analysis"
23991 #
23992 #-
23993 #  type: "plot"
23994 #  title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23995 #  algorithm: "plot_throughput_speedup_analysis"
23996 #  output-file-type: ".html"
23997 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23998 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23999 #  filter: "'NIC_Intel-X710' and
24000 #           '64B' and
24001 #           'ENCAP' and
24002 #           'NDRPDR' and
24003 #           ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24004 #           not 'VHOST' and
24005 #           not 'IPSECHW'"
24006 #  parameters:
24007 #  - "throughput"
24008 #  - "parent"
24009 #  - "tags"
24010 #  sort:
24011 #  - "IP4BASE"
24012 #  - "LISP"
24013 #  - "VXLAN_1"
24014 #  - "VXLAN_10"
24015 #  - "VXLAN_100"
24016 #  - "VXLAN_1000"
24017 #  layout:
24018 #    title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24019 #    layout: "plot-throughput-speedup-analysis"
24020 #
24021 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24022 #-
24023 #  type: "plot"
24024 #  title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24025 #  algorithm: "plot_throughput_speedup_analysis"
24026 #  output-file-type: ".html"
24027 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24028 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24029 #  filter: "'NIC_Intel-X710' and
24030 #           '64B' and
24031 #           'ENCAP' and
24032 #           'NDRPDR' and
24033 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24034 #           not 'DOT1Q' and
24035 #           not 'VHOST' and
24036 #           not 'IPSECHW'"
24037 #  parameters:
24038 #  - "throughput"
24039 #  - "parent"
24040 #  - "tags"
24041 #  sort:
24042 #  - "IP4BASE"
24043 #  - "L2BDMACLRN"
24044 #  - "L2XCFWD"
24045 #  - "LISP"
24046 #  layout:
24047 #    title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24048 #    layout: "plot-throughput-speedup-analysis"
24049 #
24050 #-
24051 #  type: "plot"
24052 #  title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24053 #  algorithm: "plot_throughput_speedup_analysis"
24054 #  output-file-type: ".html"
24055 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24056 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24057 #  filter: "'NIC_Intel-X710' and
24058 #           '64B' and
24059 #           'ENCAP' and
24060 #           'NDRPDR' and
24061 #           ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24062 #           not 'DOT1Q' and
24063 #           not 'VHOST' and
24064 #           not 'IPSECHW'"
24065 #  parameters:
24066 #  - "throughput"
24067 #  - "parent"
24068 #  - "tags"
24069 #  sort:
24070 #  - "IP4BASE"
24071 #  - "L2BDMACLRN"
24072 #  - "L2XCFWD"
24073 #  - "LISP"
24074 #  layout:
24075 #    title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24076 #    layout: "plot-throughput-speedup-analysis"
24077
24078 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24079 -
24080   type: "plot"
24081   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24082   algorithm: "plot_throughput_speedup_analysis"
24083   output-file-type: ".html"
24084   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24086   filter: "'NIC_Intel-X710' and
24087            '64B' and
24088            'ENCAP' and
24089            'NDRPDR' and
24090            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24091            not 'VHOST' and
24092            not 'IPSECHW'"
24093   parameters:
24094   - "throughput"
24095   - "parent"
24096   - "tags"
24097   sort:
24098   - "IP4BASE"
24099   - "LISP"
24100   - "VXLAN_1"
24101   - "VXLAN_10"
24102   - "VXLAN_100"
24103   - "VXLAN_1000"
24104   layout:
24105     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24106     layout: "plot-throughput-speedup-analysis"
24107
24108 -
24109   type: "plot"
24110   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24111   algorithm: "plot_throughput_speedup_analysis"
24112   output-file-type: ".html"
24113   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24115   filter: "'NIC_Intel-X710' and
24116            '64B' and
24117            'ENCAP' and
24118            'NDRPDR' and
24119            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24120            not 'VHOST' and
24121            not 'IPSECHW'"
24122   parameters:
24123   - "throughput"
24124   - "parent"
24125   - "tags"
24126   sort:
24127   - "IP4BASE"
24128   - "LISP"
24129   - "VXLAN_1"
24130   - "VXLAN_10"
24131   - "VXLAN_100"
24132   - "VXLAN_1000"
24133   layout:
24134     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24135     layout: "plot-throughput-speedup-analysis"
24136
24137 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24138 -
24139   type: "plot"
24140   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24141   algorithm: "plot_throughput_speedup_analysis"
24142   output-file-type: ".html"
24143   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24145   filter: "'NIC_Intel-X710' and
24146            '64B' and
24147            'ENCAP' and
24148            'NDRPDR' and
24149            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24150            not 'DOT1Q' and
24151            not 'VHOST' and
24152            not 'IPSECHW'"
24153   parameters:
24154   - "throughput"
24155   - "parent"
24156   - "tags"
24157   sort:
24158   - "IP4BASE"
24159   - "L2BDMACLRN"
24160   - "L2XCFWD"
24161   - "LISP"
24162   layout:
24163     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
24164     layout: "plot-throughput-speedup-analysis"
24165
24166 -
24167   type: "plot"
24168   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24169   algorithm: "plot_throughput_speedup_analysis"
24170   output-file-type: ".html"
24171   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24173   filter: "'NIC_Intel-X710' and
24174            '64B' and
24175            'ENCAP' and
24176            'NDRPDR' and
24177            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24178            not 'DOT1Q' and
24179            not 'VHOST' and
24180            not 'IPSECHW'"
24181   parameters:
24182   - "throughput"
24183   - "parent"
24184   - "tags"
24185   sort:
24186   - "IP4BASE"
24187   - "L2BDMACLRN"
24188   - "L2XCFWD"
24189   - "LISP"
24190   layout:
24191     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
24192     layout: "plot-throughput-speedup-analysis"
24193
24194 ################################################################################
24195
24196 ## Speedup - VPP IPv6 3n-hsw-x520
24197 #-
24198 #  type: "plot"
24199 #  title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
24200 #  algorithm: "plot_throughput_speedup_analysis"
24201 #  output-file-type: ".html"
24202 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
24203 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24204 #  filter: "'NIC_Intel-X520-DA2' and
24205 #           '78B' and
24206 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24207 #           'NDRPDR' and
24208 #           'IP6FWD' and
24209 #           not 'SRv6' and
24210 #           not 'IPSEC' and
24211 #           not 'VHOST'"
24212 #  parameters:
24213 #  - "throughput"
24214 #  - "parent"
24215 #  - "tags"
24216 #  sort:
24217 #  - "IP6BASE"
24218 #  - "FIB_20K"
24219 #  - "FIB_200K"
24220 #  - "FIB_2M"
24221 #  layout:
24222 #    title: "ip6-3n-hsw-x520-78b-base-ndr"
24223 #    layout: "plot-throughput-speedup-analysis"
24224 #
24225 #-
24226 #  type: "plot"
24227 #  title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
24228 #  algorithm: "plot_throughput_speedup_analysis"
24229 #  output-file-type: ".html"
24230 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
24231 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24232 #  filter: "'NIC_Intel-X520-DA2' and
24233 #           '78B' and
24234 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24235 #           'NDRPDR' and
24236 #           'IP6FWD' and
24237 #           not 'SRv6' and
24238 #           not 'IPSEC' and
24239 #           not 'VHOST'"
24240 #  parameters:
24241 #  - "throughput"
24242 #  - "parent"
24243 #  - "tags"
24244 #  sort:
24245 #  - "IP6BASE"
24246 #  - "FIB_20K"
24247 #  - "FIB_200K"
24248 #  - "FIB_2M"
24249 #  layout:
24250 #    title: "ip6-3n-hsw-x520-78b-base-pdr"
24251 #    layout: "plot-throughput-speedup-analysis"
24252 #
24253 ## Speedup - VPP IPv6 3n-hsw-x710
24254 #-
24255 #  type: "plot"
24256 #  title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24257 #  algorithm: "plot_throughput_speedup_analysis"
24258 #  output-file-type: ".html"
24259 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24260 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24261 #  filter: "'NIC_Intel-X710' and
24262 #           '78B' and
24263 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24264 #           'NDRPDR' and
24265 #           'IP6FWD' and
24266 #           not 'SRv6' and
24267 #           not 'IPSEC' and
24268 #           not 'VHOST'"
24269 #  parameters:
24270 #  - "throughput"
24271 #  - "parent"
24272 #  - "tags"
24273 #  sort:
24274 #  - "IP6BASE"
24275 #  - "FIB_20K"
24276 #  - "FIB_200K"
24277 #  - "FIB_2M"
24278 #  layout:
24279 #    title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24280 #    layout: "plot-throughput-speedup-analysis"
24281 #
24282 #-
24283 #  type: "plot"
24284 #  title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24285 #  algorithm: "plot_throughput_speedup_analysis"
24286 #  output-file-type: ".html"
24287 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24288 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24289 #  filter: "'NIC_Intel-X710' and
24290 #           '78B' and
24291 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24292 #           'NDRPDR' and
24293 #           'IP6FWD' and
24294 #           not 'SRv6' and
24295 #           not 'IPSEC' and
24296 #           not 'VHOST'"
24297 #  parameters:
24298 #  - "throughput"
24299 #  - "parent"
24300 #  - "tags"
24301 #  sort:
24302 #  - "IP6BASE"
24303 #  - "FIB_20K"
24304 #  - "FIB_200K"
24305 #  - "FIB_2M"
24306 #  layout:
24307 #    title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
24308 #    layout: "plot-throughput-speedup-analysis"
24309 #
24310 ## Speedup - VPP IPv6 3n-hsw-x710 features
24311 #-
24312 #  type: "plot"
24313 #  title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24314 #  algorithm: "plot_throughput_speedup_analysis"
24315 #  output-file-type: ".html"
24316 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24317 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24318 #  filter: "'NIC_Intel-X710' and
24319 #           '78B' and
24320 #           ('IP6BASE' or
24321 #            'POLICE_MARK' or
24322 #            'COPWHLIST' or
24323 #            'IACLDST') and
24324 #           'NDRPDR' and
24325 #           'IP6FWD' and
24326 #           not 'SRv6' and
24327 #           not 'IPSEC' and
24328 #           not 'VHOST'"
24329 #  parameters:
24330 #  - "throughput"
24331 #  - "parent"
24332 #  - "tags"
24333 #  sort:
24334 #  - "IP6BASE"
24335 #  - "POLICE_MARK"
24336 #  - "COPWHLIST"
24337 #  - "IACLDST"
24338 #  layout:
24339 #    title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24340 #    layout: "plot-throughput-speedup-analysis"
24341 #
24342 #-
24343 #  type: "plot"
24344 #  title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24345 #  algorithm: "plot_throughput_speedup_analysis"
24346 #  output-file-type: ".html"
24347 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24348 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24349 #  filter: "'NIC_Intel-X710' and
24350 #           '78B' and
24351 #           ('IP6BASE' or
24352 #            'POLICE_MARK' or
24353 #            'COPWHLIST' or
24354 #            'IACLDST') and
24355 #           'NDRPDR' and
24356 #           'IP6FWD' and
24357 #           not 'SRv6' and
24358 #           not 'IPSEC' and
24359 #           not 'VHOST'"
24360 #  parameters:
24361 #  - "throughput"
24362 #  - "parent"
24363 #  - "tags"
24364 #  sort:
24365 #  - "IP6BASE"
24366 #  - "POLICE_MARK"
24367 #  - "COPWHLIST"
24368 #  - "IACLDST"
24369 #  layout:
24370 #    title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24371 #    layout: "plot-throughput-speedup-analysis"
24372 #
24373 ## Speedup - VPP IPv6 3n-hsw-xl710
24374 #-
24375 #  type: "plot"
24376 #  title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24377 #  algorithm: "plot_throughput_speedup_analysis"
24378 #  output-file-type: ".html"
24379 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24380 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24381 #  filter: "'NIC_Intel-XL710' and
24382 #           '78B' and
24383 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24384 #           'NDRPDR' and
24385 #           'IP6FWD' and
24386 #           not 'SRv6' and
24387 #           not 'IPSEC' and
24388 #           not 'VHOST'"
24389 #  parameters:
24390 #  - "throughput"
24391 #  - "parent"
24392 #  - "tags"
24393 #  sort:
24394 #  - "IP6BASE"
24395 #  - "FIB_20K"
24396 #  - "FIB_200K"
24397 #  - "FIB_2M"
24398 #  layout:
24399 #    title: "ip6-3n-hsw-xl710-78b-base-ndr"
24400 #    layout: "plot-throughput-speedup-analysis"
24401 #
24402 #-
24403 #  type: "plot"
24404 #  title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24405 #  algorithm: "plot_throughput_speedup_analysis"
24406 #  output-file-type: ".html"
24407 #  output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24408 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24409 #  filter: "'NIC_Intel-XL710' and
24410 #           '78B' and
24411 #           ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24412 #           'NDRPDR' and
24413 #           'IP6FWD' and
24414 #           not 'SRv6' and
24415 #           not 'IPSEC' and
24416 #           not 'VHOST'"
24417 #  parameters:
24418 #  - "throughput"
24419 #  - "parent"
24420 #  - "tags"
24421 #  sort:
24422 #  - "IP6BASE"
24423 #  - "FIB_20K"
24424 #  - "FIB_200K"
24425 #  - "FIB_2M"
24426 #  layout:
24427 #    title: "ip6-3n-hsw-xl710-78b-base-pdr"
24428 #    layout: "plot-throughput-speedup-analysis"
24429
24430 # Speedup - VPP IPv6 3n-skx-x710
24431 -
24432   type: "plot"
24433   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24434   algorithm: "plot_throughput_speedup_analysis"
24435   output-file-type: ".html"
24436   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24438   filter: "'NIC_Intel-X710' and
24439            '78B' and
24440            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24441            'NDRPDR' and
24442            'IP6FWD' and
24443            not 'SRv6' and
24444            not 'IPSEC' and
24445            not 'VHOST'"
24446   parameters:
24447   - "throughput"
24448   - "parent"
24449   - "tags"
24450   sort:
24451   - "IP6BASE"
24452   - "FIB_20K"
24453   - "FIB_200K"
24454   - "FIB_2M"
24455   layout:
24456     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24457     layout: "plot-throughput-speedup-analysis"
24458
24459 -
24460   type: "plot"
24461   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24462   algorithm: "plot_throughput_speedup_analysis"
24463   output-file-type: ".html"
24464   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24466   filter: "'NIC_Intel-X710' and
24467            '78B' and
24468            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24469            'NDRPDR' and
24470            'IP6FWD' and
24471            not 'SRv6' and
24472            not 'IPSEC' and
24473            not 'VHOST'"
24474   parameters:
24475   - "throughput"
24476   - "parent"
24477   - "tags"
24478   sort:
24479   - "IP6BASE"
24480   - "FIB_20K"
24481   - "FIB_200K"
24482   - "FIB_2M"
24483   layout:
24484     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24485     layout: "plot-throughput-speedup-analysis"
24486
24487 # Speedup - VPP IPv6 3n-skx-x710 features
24488 -
24489   type: "plot"
24490   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24491   algorithm: "plot_throughput_speedup_analysis"
24492   output-file-type: ".html"
24493   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24495   filter: "'NIC_Intel-X710' and
24496            '78B' and
24497            ('IP6BASE' or
24498             'POLICE_MARK' or
24499             'COPWHLIST' or
24500             'IACLDST') and
24501            'NDRPDR' and
24502            'IP6FWD' and
24503            not 'SRv6' and
24504            not 'IPSEC' and
24505            not 'VHOST'"
24506   parameters:
24507   - "throughput"
24508   - "parent"
24509   - "tags"
24510   sort:
24511   - "IP6BASE"
24512   - "POLICE_MARK"
24513   - "COPWHLIST"
24514   - "IACLDST"
24515   layout:
24516     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
24517     layout: "plot-throughput-speedup-analysis"
24518
24519 -
24520   type: "plot"
24521   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24522   algorithm: "plot_throughput_speedup_analysis"
24523   output-file-type: ".html"
24524   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24526   filter: "'NIC_Intel-X710' and
24527            '78B' and
24528            ('IP6BASE' or
24529             'POLICE_MARK' or
24530             'COPWHLIST' or
24531             'IACLDST') and
24532            'NDRPDR' and
24533            'IP6FWD' and
24534            not 'SRv6' and
24535            not 'IPSEC' and
24536            not 'VHOST'"
24537   parameters:
24538   - "throughput"
24539   - "parent"
24540   - "tags"
24541   sort:
24542   - "IP6BASE"
24543   - "POLICE_MARK"
24544   - "COPWHLIST"
24545   - "IACLDST"
24546   layout:
24547     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
24548     layout: "plot-throughput-speedup-analysis"
24549
24550 ## Speedup - VPP IPv6 2n-skx-x710
24551 #-
24552 #  type: "plot"
24553 #  title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24554 #  algorithm: "plot_throughput_speedup_analysis"
24555 #  output-file-type: ".html"
24556 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24557 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
24558 #  filter: "'NIC_Intel-X710' and
24559 #           '78B' and
24560 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24561 #           'NDRPDR' and
24562 #           'IP6FWD' and
24563 #           not 'SRv6' and
24564 #           not 'IPSEC' and
24565 #           not 'VHOST'"
24566 #  parameters:
24567 #  - "throughput"
24568 #  - "parent"
24569 #  - "tags"
24570 #  sort:
24571 #  - "IP6BASE"
24572 #  - "FIB_20k"
24573 #  - "FIB_200k"
24574 #  - "FIB_2M"
24575 #  layout:
24576 #    title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24577 #    layout: "plot-throughput-speedup-analysis"
24578 #
24579 #-
24580 #  type: "plot"
24581 #  title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24582 #  algorithm: "plot_throughput_speedup_analysis"
24583 #  output-file-type: ".html"
24584 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24585 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
24586 #  filter: "'NIC_Intel-X710' and
24587 #           '78B' and
24588 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24589 #           'NDRPDR' and
24590 #           'IP6FWD' and
24591 #           not 'SRv6' and
24592 #           not 'IPSEC' and
24593 #           not 'VHOST'"
24594 #  parameters:
24595 #  - "throughput"
24596 #  - "parent"
24597 #  - "tags"
24598 #  sort:
24599 #  - "IP6BASE"
24600 #  - "FIB_20k"
24601 #  - "FIB_200k"
24602 #  - "FIB_2M"
24603 #  layout:
24604 #    title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24605 #    layout: "plot-throughput-speedup-analysis"
24606 #
24607 ## Speedup - VPP IPv6 2n-skx-xxv710
24608 #-
24609 #  type: "plot"
24610 #  title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24611 #  algorithm: "plot_throughput_speedup_analysis"
24612 #  output-file-type: ".html"
24613 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24614 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
24615 #  filter: "'NIC_Intel-XXV710' and
24616 #           '78B' and
24617 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24618 #           'NDRPDR' and
24619 #           'IP6FWD' and
24620 #           not 'SRv6' and
24621 #           not 'IPSEC' and
24622 #           not 'VHOST'"
24623 #  parameters:
24624 #  - "throughput"
24625 #  - "parent"
24626 #  - "tags"
24627 #  sort:
24628 #  - "IP6BASE"
24629 #  - "FIB_20k"
24630 #  - "FIB_200k"
24631 #  - "FIB_2M"
24632 #  layout:
24633 #    title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24634 #    layout: "plot-throughput-speedup-analysis"
24635 #
24636 #-
24637 #  type: "plot"
24638 #  title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24639 #  algorithm: "plot_throughput_speedup_analysis"
24640 #  output-file-type: ".html"
24641 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24642 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
24643 #  filter: "'NIC_Intel-XXV710' and
24644 #           '78B' and
24645 #           ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24646 #           'NDRPDR' and
24647 #           'IP6FWD' and
24648 #           not 'SRv6' and
24649 #           not 'IPSEC' and
24650 #           not 'VHOST'"
24651 #  parameters:
24652 #  - "throughput"
24653 #  - "parent"
24654 #  - "tags"
24655 #  sort:
24656 #  - "IP6BASE"
24657 #  - "FIB_20k"
24658 #  - "FIB_200k"
24659 #  - "FIB_2M"
24660 #  layout:
24661 #    title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24662 #    layout: "plot-throughput-speedup-analysis"
24663
24664 ## Speedup - VPP IPv6 2n-dnv-x553 base
24665 #-
24666 #  type: "plot"
24667 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
24668 #  algorithm: "plot_throughput_speedup_analysis"
24669 #  output-file-type: ".html"
24670 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
24671 #  data: "intel-dnv-vpp"
24672 #  filter: "'NIC_Intel-X553' and
24673 #           '78B' and
24674 #           'IP6BASE' and
24675 #           'NDRPDR' and
24676 #           'IP6FWD' and
24677 #           not 'SRv6' and
24678 #           not 'IPSEC' and
24679 #           not 'VHOST'"
24680 #  parameters:
24681 #  - "throughput"
24682 #  - "parent"
24683 #  - "tags"
24684 #  sort:
24685 #  - "IP6BASE"
24686 #  layout:
24687 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
24688 #    layout: "plot-throughput-speedup-analysis"
24689 #
24690 #-
24691 #  type: "plot"
24692 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
24693 #  algorithm: "plot_throughput_speedup_analysis"
24694 #  output-file-type: ".html"
24695 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
24696 #  data: "intel-dnv-vpp"
24697 #  filter: "'NIC_Intel-X553' and
24698 #           '78B' and
24699 #           'IP6BASE' and
24700 #           'NDRPDR' and
24701 #           'IP6FWD' and
24702 #           not 'SRv6' and
24703 #           not 'IPSEC' and
24704 #           not 'VHOST'"
24705 #  parameters:
24706 #  - "throughput"
24707 #  - "parent"
24708 #  - "tags"
24709 #  sort:
24710 #  - "IP6BASE"
24711 #  layout:
24712 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
24713 #    layout: "plot-throughput-speedup-analysis"
24714
24715 ################################################################################
24716
24717 ## Speedup - VPP IPv6 tunnels 3n-hsw-x520
24718 #-
24719 #  type: "plot"
24720 #  title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24721 #  algorithm: "plot_throughput_speedup_analysis"
24722 #  output-file-type: ".html"
24723 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24724 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24725 #  filter: "'NIC_Intel-X520-DA2' and
24726 #           '78B' and
24727 #           'ENCAP' and
24728 #           'NDRPDR' and
24729 #           'LISP' and
24730 #           not 'VHOST'"
24731 #  parameters:
24732 #  - "throughput"
24733 #  - "parent"
24734 #  - "tags"
24735 #  sort:
24736 #  - "IP4UNRLAY"
24737 #  - "IP6UNRLAY"
24738 #  layout:
24739 #    title: "ip6tun-3n-hsw-x520-78b-base-ndr"
24740 #    layout: "plot-throughput-speedup-analysis"
24741 #
24742 #-
24743 #  type: "plot"
24744 #  title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24745 #  algorithm: "plot_throughput_speedup_analysis"
24746 #  output-file-type: ".html"
24747 #  output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24748 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24749 #  filter: "'NIC_Intel-X520-DA2' and
24750 #           '78B' and
24751 #           'ENCAP' and
24752 #           'NDRPDR' and
24753 #           'LISP' and
24754 #           not 'VHOST'"
24755 #  parameters:
24756 #  - "throughput"
24757 #  - "parent"
24758 #  - "tags"
24759 #  sort:
24760 #  - "IP4UNRLAY"
24761 #  - "IP6UNRLAY"
24762 #  layout:
24763 #    title: "ip6tun-3n-hsw-x520-78b-base-pdr"
24764 #    layout: "plot-throughput-speedup-analysis"
24765 #
24766 #################################################################################
24767
24768 # Speedup - VPP IPSec 3n-hsw-xl710 base
24769 -
24770   type: "plot"
24771   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24772   algorithm: "plot_throughput_speedup_analysis"
24773   output-file-type: ".html"
24774   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24776   filter: "'NIC_Intel-XL710' and
24777            '64B' and
24778            'IP4FWD' and
24779            'NDRPDR' and
24780            'BASE' and
24781            'IPSECHW' and
24782            not 'VHOST'"
24783   parameters:
24784   - "throughput"
24785   - "parent"
24786   - "tags"
24787   layout:
24788     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24789     layout: "plot-throughput-speedup-analysis"
24790
24791 -
24792   type: "plot"
24793   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24794   algorithm: "plot_throughput_speedup_analysis"
24795   output-file-type: ".html"
24796   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24798   filter: "'NIC_Intel-XL710' and
24799            '64B' and
24800            'IP4FWD' and
24801            'NDRPDR' and
24802            'BASE' and
24803            'IPSECHW' and
24804            not 'VHOST'"
24805   parameters:
24806   - "throughput"
24807   - "parent"
24808   - "tags"
24809   layout:
24810     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24811     layout: "plot-throughput-speedup-analysis"
24812
24813 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24814 -
24815   type: "plot"
24816   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24817   algorithm: "plot_throughput_speedup_analysis"
24818   output-file-type: ".html"
24819   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24820   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24821   filter: "'NIC_Intel-XL710' and
24822            '64B' and
24823            'IP4FWD' and
24824            'NDRPDR' and
24825            'SCALE' and
24826            'IPSECHW' and
24827            not 'VHOST'"
24828   parameters:
24829   - "throughput"
24830   - "parent"
24831   - "tags"
24832   layout:
24833     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24834     layout: "plot-throughput-speedup-analysis"
24835
24836 -
24837   type: "plot"
24838   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24839   algorithm: "plot_throughput_speedup_analysis"
24840   output-file-type: ".html"
24841   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24843   filter: "'NIC_Intel-XL710' and
24844            '64B' and
24845            'IP4FWD' and
24846            'NDRPDR' and
24847            'SCALE' and
24848            'IPSECHW' and
24849            not 'VHOST'"
24850   parameters:
24851   - "throughput"
24852   - "parent"
24853   - "tags"
24854   layout:
24855     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24856     layout: "plot-throughput-speedup-analysis"
24857
24858 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24859 -
24860   type: "plot"
24861   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24862   algorithm: "plot_throughput_speedup_analysis"
24863   output-file-type: ".html"
24864   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24866   filter: "'NIC_Intel-XL710' and
24867            '64B' and
24868            'IP4FWD' and
24869            'NDRPDR' and
24870            'IPSECSW' and
24871            not 'VHOST'"
24872   parameters:
24873   - "throughput"
24874   - "parent"
24875   - "tags"
24876   layout:
24877     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24878     layout: "plot-throughput-speedup-analysis"
24879
24880 -
24881   type: "plot"
24882   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24883   algorithm: "plot_throughput_speedup_analysis"
24884   output-file-type: ".html"
24885   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24887   filter: "'NIC_Intel-XL710' and
24888            '64B' and
24889            'IP4FWD' and
24890            'NDRPDR' and
24891            'IPSECSW' and
24892            not 'VHOST'"
24893   parameters:
24894   - "throughput"
24895   - "parent"
24896   - "tags"
24897   layout:
24898     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24899     layout: "plot-throughput-speedup-analysis"
24900
24901 ################################################################################
24902
24903 # Speedup - VPP SRv6 3n-hsw-x520
24904 -
24905   type: "plot"
24906   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24907   algorithm: "plot_throughput_speedup_analysis"
24908   output-file-type: ".html"
24909   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24911   filter: "'NIC_Intel-X520-DA2' and
24912            '78B' and
24913            'FEATURE' and
24914            'NDRPDR' and
24915            'IP6FWD' and
24916            'SRv6'"
24917   parameters:
24918   - "throughput"
24919   - "parent"
24920   - "tags"
24921   layout:
24922     title: "srv6-3n-hsw-x520-78b-features-ndr"
24923     layout: "plot-throughput-speedup-analysis"
24924
24925 -
24926   type: "plot"
24927   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24928   algorithm: "plot_throughput_speedup_analysis"
24929   output-file-type: ".html"
24930   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24932   filter: "'NIC_Intel-X520-DA2' and
24933            '78B' and
24934            'FEATURE' and
24935            'NDRPDR' and
24936            'IP6FWD' and
24937            'SRv6'"
24938   parameters:
24939   - "throughput"
24940   - "parent"
24941   - "tags"
24942   layout:
24943     title: "srv6-3n-hsw-x520-78b-features-pdr"
24944     layout: "plot-throughput-speedup-analysis"
24945
24946 #################################################################################
24947 #
24948 ## Speedup - VPP L2 3n-hsw-x520 base and scale
24949 #-
24950 #  type: "plot"
24951 #  title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24952 #  algorithm: "plot_throughput_speedup_analysis"
24953 #  output-file-type: ".html"
24954 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24955 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24956 #  filter: "'NIC_Intel-X520-DA2' and
24957 #           '64B' and
24958 #           ('BASE' or 'SCALE') and
24959 #           'NDRPDR' and
24960 #           'ETH' and
24961 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24962 #           not 'VHOST' and
24963 #           not 'MEMIF'"
24964 #  parameters:
24965 #  - "throughput"
24966 #  - "parent"
24967 #  - "tags"
24968 #  sort:
24969 #  - "L2XCFWD"
24970 #  - "L2PATCH"
24971 #  - "L2BDMACLRN"
24972 #  - "FIB_10K"
24973 #  - "FIB_100K"
24974 #  - "FIB_1M"
24975 #  layout:
24976 #    title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24977 #    layout: "plot-throughput-speedup-analysis"
24978 #
24979 #-
24980 #  type: "plot"
24981 #  title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24982 #  algorithm: "plot_throughput_speedup_analysis"
24983 #  output-file-type: ".html"
24984 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24985 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24986 #  filter: "'NIC_Intel-X520-DA2' and
24987 #           '64B' and
24988 #           ('BASE' or 'SCALE') and
24989 #           'NDRPDR' and
24990 #           'ETH' and
24991 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24992 #           not 'VHOST' and
24993 #           not 'MEMIF'"
24994 #  parameters:
24995 #  - "throughput"
24996 #  - "parent"
24997 #  - "tags"
24998 #  sort:
24999 #  - "L2XCFWD"
25000 #  - "L2PATCH"
25001 #  - "L2BDMACLRN"
25002 #  - "FIB_10K"
25003 #  - "FIB_100K"
25004 #  - "FIB_1M"
25005 #  layout:
25006 #    title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25007 #    layout: "plot-throughput-speedup-analysis"
25008 #
25009 ## Speedup - VPP L2 3n-hsw-x520 features
25010 #-
25011 #  type: "plot"
25012 #  title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25013 #  algorithm: "plot_throughput_speedup_analysis"
25014 #  output-file-type: ".html"
25015 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25016 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25017 #  filter: "'NIC_Intel-X520-DA2' and
25018 #           '64B' and
25019 #           'NDRPDR' and
25020 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25021 #           not 'ACL' and
25022 #           not 'VHOST' and
25023 #           not 'MEMIF'"
25024 #  parameters:
25025 #  - "throughput"
25026 #  - "parent"
25027 #  - "tags"
25028 #  sort:
25029 #  - "L2XCBASE"    # l2xcbase
25030 #  - "L2BDBASE"    # l2bdbase
25031 #  - "L2XCFWD"     # dot1q-l2xcbase
25032 #  - "L2BDMACLRN"  # dot1q-l2bdbase
25033 #  layout:
25034 #    title: "l2sw-3n-hsw-x520-64b-features-ndr"
25035 #    layout: "plot-throughput-speedup-analysis"
25036 #
25037 #-
25038 #  type: "plot"
25039 #  title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25040 #  algorithm: "plot_throughput_speedup_analysis"
25041 #  output-file-type: ".html"
25042 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25043 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25044 #  filter: "'NIC_Intel-X520-DA2' and
25045 #           '64B' and
25046 #           'NDRPDR' and
25047 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25048 #           not 'ACL' and
25049 #           not 'VHOST' and
25050 #           not 'MEMIF'"
25051 #  parameters:
25052 #  - "throughput"
25053 #  - "parent"
25054 #  - "tags"
25055 #  sort:
25056 #  - "L2XCBASE"    # l2xcbase
25057 #  - "L2BDBASE"    # l2bdbase
25058 #  - "L2XCFWD"     # dot1q-l2xcbase
25059 #  - "L2BDMACLRN"  # dot1q-l2bdbase
25060 #  layout:
25061 #    title: "l2sw-3n-hsw-x520-64b-features-pdr"
25062 #    layout: "plot-throughput-speedup-analysis"
25063 #
25064 ## Speedup - VPP L2 3n-hsw-x710 base and scale
25065 #-
25066 #  type: "plot"
25067 #  title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25068 #  algorithm: "plot_throughput_speedup_analysis"
25069 #  output-file-type: ".html"
25070 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25071 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25072 #  filter: "'NIC_Intel-X710' and
25073 #           '64B' and
25074 #           ('BASE' or 'SCALE') and
25075 #           'NDRPDR' and
25076 #           'ETH' and
25077 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25078 #           not 'VHOST' and
25079 #           not 'MEMIF' and
25080 #           not 'DRV_AVF'"
25081 #  parameters:
25082 #  - "throughput"
25083 #  - "parent"
25084 #  - "tags"
25085 #  sort:
25086 #  - "L2PATCH"
25087 #  - "L2XCFWD"
25088 #  - "L2BDMACLRN"
25089 #  - "FIB_10K"
25090 #  - "FIB_100K"
25091 #  - "FIB_1M"
25092 #  layout:
25093 #    title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25094 #    layout: "plot-throughput-speedup-analysis"
25095 #
25096 #-
25097 #  type: "plot"
25098 #  title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25099 #  algorithm: "plot_throughput_speedup_analysis"
25100 #  output-file-type: ".html"
25101 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25102 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25103 #  filter: "'NIC_Intel-X710' and
25104 #           '64B' and
25105 #           ('BASE' or 'SCALE') and
25106 #           'NDRPDR' and
25107 #           'ETH' and
25108 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25109 #           not 'VHOST' and
25110 #           not 'MEMIF' and
25111 #           not 'DRV_AVF'"
25112 #  parameters:
25113 #  - "throughput"
25114 #  - "parent"
25115 #  - "tags"
25116 #  sort:
25117 #  - "L2PATCH"
25118 #  - "L2XCFWD"
25119 #  - "L2BDMACLRN"
25120 #  - "FIB_10K"
25121 #  - "FIB_100K"
25122 #  - "FIB_1M"
25123 #  layout:
25124 #    title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25125 #    layout: "plot-throughput-speedup-analysis"
25126 #
25127 ## Speedup - VPP L2 3n-hsw-x710 features
25128 #-
25129 #  type: "plot"
25130 #  title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25131 #  algorithm: "plot_throughput_speedup_analysis"
25132 #  output-file-type: ".html"
25133 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25134 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25135 #  filter: "'NIC_Intel-X710' and
25136 #           '64B' and
25137 #           'NDRPDR' and
25138 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25139 #           not 'ACL' and
25140 #           not 'VHOST' and
25141 #           not 'L2OVRLAY' and
25142 #           not 'MEMIF'"
25143 #  parameters:
25144 #  - "throughput"
25145 #  - "parent"
25146 #  - "tags"
25147 #  sort:
25148 #  - "L2XCBASE"    # l2xcbase
25149 #  - "L2BDBASE"    # l2bdbase
25150 #  - "L2XCFWD"     # dot1q-l2xcbase
25151 #  - "L2BDMACLRN"  # dot1q-l2bdbase
25152 #  layout:
25153 #    title: "l2sw-3n-hsw-x710-64b-features-ndr"
25154 #    layout: "plot-throughput-speedup-analysis"
25155 #
25156 #-
25157 #  type: "plot"
25158 #  title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25159 #  algorithm: "plot_throughput_speedup_analysis"
25160 #  output-file-type: ".html"
25161 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25162 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25163 #  filter: "'NIC_Intel-X710' and
25164 #           '64B' and
25165 #           'NDRPDR' and
25166 #           (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25167 #           not 'ACL' and
25168 #           not 'VHOST' and
25169 #           not 'L2OVRLAY' and
25170 #           not 'MEMIF'"
25171 #  parameters:
25172 #  - "throughput"
25173 #  - "parent"
25174 #  - "tags"
25175 #  sort:
25176 #  - "L2XCBASE"    # l2xcbase
25177 #  - "L2BDBASE"    # l2bdbase
25178 #  - "L2XCFWD"     # dot1q-l2xcbase
25179 #  - "L2BDMACLRN"  # dot1q-l2bdbase
25180 #  layout:
25181 #    title: "l2sw-3n-hsw-x710-64b-features-pdr"
25182 #    layout: "plot-throughput-speedup-analysis"
25183 #
25184 ## Speedup - VPP L2 3n-hsw-xl710 base and scale
25185 #-
25186 #  type: "plot"
25187 #  title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25188 #  algorithm: "plot_throughput_speedup_analysis"
25189 #  output-file-type: ".html"
25190 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25191 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25192 #  filter: "'NIC_Intel-XL710' and
25193 #           '64B' and
25194 #           'BASE' and
25195 #           'NDRPDR' and
25196 #           'ETH' and
25197 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25198 #           not 'VHOST' and
25199 #           not 'MEMIF'"
25200 #  parameters:
25201 #  - "throughput"
25202 #  - "parent"
25203 #  - "tags"
25204 #  sort:
25205 #  - "L2PATCH"
25206 #  - "L2XCFWD"
25207 #  - "L2BDMACLRN"
25208 #  layout:
25209 #    title: "l2sw-3n-hsw-xl710-64b-base-ndr"
25210 #    layout: "plot-throughput-speedup-analysis"
25211 #
25212 #-
25213 #  type: "plot"
25214 #  title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25215 #  algorithm: "plot_throughput_speedup_analysis"
25216 #  output-file-type: ".html"
25217 #  output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25218 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25219 #  filter: "'NIC_Intel-XL710' and
25220 #           '64B' and
25221 #           'BASE' and
25222 #           'NDRPDR' and
25223 #           'ETH' and
25224 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25225 #           not 'VHOST' and
25226 #           not 'MEMIF'"
25227 #  parameters:
25228 #  - "throughput"
25229 #  - "parent"
25230 #  - "tags"
25231 #  sort:
25232 #  - "L2PATCH"
25233 #  - "L2XCFWD"
25234 #  - "L2BDMACLRN"
25235 #  layout:
25236 #    title: "l2sw-3n-hsw-xl710-64b-base-pdr"
25237 #    layout: "plot-throughput-speedup-analysis"
25238
25239 # Speedup - VPP L2 3n-hsw-x520 features-oacl
25240 - type: "plot"
25241   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25242   algorithm: "plot_throughput_speedup_analysis"
25243   output-file-type: ".html"
25244   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25246   filter: "'NIC_Intel-X520-DA2' and
25247            'NDRPDR' and
25248            '64B' and
25249            'FEATURE' and
25250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25251            'OACL' and
25252            ('ACL1' or 'ACL50') and
25253            ('10K_FLOWS' or '10k_FLOWS') and
25254            not 'MACIP' and
25255            not 'VHOST' and
25256            not 'MEMIF'"
25257   parameters:
25258   - "throughput"
25259   - "parent"
25260   - "tags"
25261   layout:
25262     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
25263     layout: "plot-throughput-speedup-analysis"
25264
25265 - type: "plot"
25266   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25267   algorithm: "plot_throughput_speedup_analysis"
25268   output-file-type: ".html"
25269   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25271   filter: "'NIC_Intel-X520-DA2' and
25272            'NDRPDR' and
25273            '64B' and
25274            'FEATURE' and
25275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25276            'OACL' and
25277            ('ACL1' or 'ACL50') and
25278            ('10K_FLOWS' or '10k_FLOWS') and
25279            not 'MACIP' and
25280            not 'VHOST' and
25281            not 'MEMIF'"
25282   parameters:
25283   - "throughput"
25284   - "parent"
25285   - "tags"
25286   layout:
25287     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
25288     layout: "plot-throughput-speedup-analysis"
25289
25290 # Speedup - VPP L2 3n-hsw-x520 features-macip
25291 - type: "plot"
25292   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
25293   algorithm: "plot_throughput_speedup_analysis"
25294   output-file-type: ".html"
25295   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
25296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25297   filter: "'NIC_Intel-X520-DA2' and
25298            'NDRPDR' and
25299            '64B' and
25300            'FEATURE' and
25301            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25302            'MACIP' and
25303            ('ACL1' or 'ACL50') and
25304            ('10K_FLOWS' or '10k_FLOWS') and
25305            not 'VHOST' and
25306            not 'MEMIF'"
25307   parameters:
25308   - "throughput"
25309   - "parent"
25310   - "tags"
25311   layout:
25312     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
25313     layout: "plot-throughput-speedup-analysis"
25314
25315 - type: "plot"
25316   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
25317   algorithm: "plot_throughput_speedup_analysis"
25318   output-file-type: ".html"
25319   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
25320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25321   filter: "'NIC_Intel-X520-DA2' and
25322            'NDRPDR' and
25323            '64B' and
25324            'FEATURE' and
25325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25326            'MACIP' and
25327            ('ACL1' or 'ACL50') and
25328            ('10K_FLOWS' or '10k_FLOWS') and
25329            not 'VHOST' and
25330            not 'MEMIF'"
25331   parameters:
25332   - "throughput"
25333   - "parent"
25334   - "tags"
25335   layout:
25336     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
25337     layout: "plot-throughput-speedup-analysis"
25338
25339 # Speedup - VPP L2 3n-skx-x710 base and scale
25340 -
25341   type: "plot"
25342   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25343   algorithm: "plot_throughput_speedup_analysis"
25344   output-file-type: ".html"
25345   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25347   filter: "'NIC_Intel-X710' and
25348            '64B' and
25349            ('BASE' or 'SCALE') and
25350            'NDRPDR' and
25351            'ETH' and
25352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25353            not 'VHOST' and
25354            not 'DRV_AVF' and
25355            not 'MEMIF'"
25356   parameters:
25357   - "throughput"
25358   - "parent"
25359   - "tags"
25360   sort:
25361   - "L2PATCH"
25362   - "L2XCBASE"
25363   - "BASE"
25364   - "FIB_10K"
25365   - "FIB_100K"
25366   - "FIB_1M"
25367   layout:
25368     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25369     layout: "plot-throughput-speedup-analysis"
25370
25371 -
25372   type: "plot"
25373   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25374   algorithm: "plot_throughput_speedup_analysis"
25375   output-file-type: ".html"
25376   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25378   filter: "'NIC_Intel-X710' and
25379            '64B' and
25380            ('BASE' or 'SCALE') and
25381            'NDRPDR' and
25382            'ETH' and
25383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25384            not 'VHOST' and
25385            not 'DRV_AVF' and
25386            not 'MEMIF'"
25387   parameters:
25388   - "throughput"
25389   - "parent"
25390   - "tags"
25391   sort:
25392   - "L2PATCH"
25393   - "L2XCBASE"
25394   - "BASE"
25395   - "FIB_10K"
25396   - "FIB_100K"
25397   - "FIB_1M"
25398   layout:
25399     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25400     layout: "plot-throughput-speedup-analysis"
25401
25402 # Speedup - VPP L2 3n-skx-x710 features
25403 -
25404   type: "plot"
25405   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25406   algorithm: "plot_throughput_speedup_analysis"
25407   output-file-type: ".html"
25408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25410   filter: "'NIC_Intel-X710' and
25411            '64B' and
25412            'NDRPDR' and
25413            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25414            not 'ACL' and
25415            not 'VHOST' and
25416            not 'DRV_AVF' and
25417            not 'L2OVRLAY' and
25418            not 'MEMIF'"
25419   parameters:
25420   - "throughput"
25421   - "parent"
25422   - "tags"
25423   sort:
25424   - "L2XCBASE"    # l2xcbase
25425   - "L2BDBASE"    # l2bdbase
25426   - "L2XCFWD"     # dot1q-l2xcbase
25427   - "L2BDMACLRN"  # dot1q-l2bdbase
25428   layout:
25429     title: "l2sw-3n-skx-x710-64b-features-ndr"
25430     layout: "plot-throughput-speedup-analysis"
25431
25432 -
25433   type: "plot"
25434   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25435   algorithm: "plot_throughput_speedup_analysis"
25436   output-file-type: ".html"
25437   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25439   filter: "'NIC_Intel-X710' and
25440            '64B' and
25441            'NDRPDR' and
25442            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25443            not 'ACL' and
25444            not 'VHOST' and
25445            not 'DRV_AVF' and
25446            not 'L2OVRLAY' and
25447            not 'MEMIF'"
25448   parameters:
25449   - "throughput"
25450   - "parent"
25451   - "tags"
25452   sort:
25453   - "L2XCBASE"    # l2xcbase
25454   - "L2BDBASE"    # l2bdbase
25455   - "L2XCFWD"     # dot1q-l2xcbase
25456   - "L2BDMACLRN"  # dot1q-l2bdbase
25457   layout:
25458     title: "l2sw-3n-skx-x710-64b-features-pdr"
25459     layout: "plot-throughput-speedup-analysis"
25460
25461 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25462 -
25463   type: "plot"
25464   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
25465   algorithm: "plot_throughput_speedup_analysis"
25466   output-file-type: ".html"
25467   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
25468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25469   filter: "'NIC_Intel-XXV710' and
25470            '64B' and
25471            ('BASE' or 'SCALE') and
25472            'NDRPDR' and
25473            'ETH' and
25474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25475            not 'VHOST' and
25476            not 'MEMIF'"
25477   parameters:
25478   - "throughput"
25479   - "parent"
25480   - "tags"
25481   sort:
25482   - "L2PATCH"
25483   - "L2PATCH"
25484   - "L2XCBASE"
25485   - "L2BDMACLRN"
25486   layout:
25487     title: "l2sw-3n-skx-xxv710-64b-base-ndr"
25488     layout: "plot-throughput-speedup-analysis"
25489
25490 -
25491   type: "plot"
25492   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
25493   algorithm: "plot_throughput_speedup_analysis"
25494   output-file-type: ".html"
25495   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
25496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25497   filter: "'NIC_Intel-XXV710' and
25498            '64B' and
25499            ('BASE' or 'SCALE') and
25500            'NDRPDR' and
25501            'ETH' and
25502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25503            not 'VHOST' and
25504            not 'MEMIF'"
25505   parameters:
25506   - "throughput"
25507   - "parent"
25508   - "tags"
25509   sort:
25510   - "L2PATCH"
25511   - "L2PATCH"
25512   - "L2XCBASE"
25513   - "L2BDMACLRN"
25514   layout:
25515     title: "l2sw-3n-skx-xxv710-64b-base-pdr"
25516     layout: "plot-throughput-speedup-analysis"
25517
25518 ## Speedup - VPP L2 2n-skx-x710 base and scale
25519 #-
25520 #  type: "plot"
25521 #  title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25522 #  algorithm: "plot_throughput_speedup_analysis"
25523 #  output-file-type: ".html"
25524 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25525 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
25526 #  filter: "'NIC_Intel-X710' and
25527 #           '64B' and
25528 #           ('BASE' or 'SCALE') and
25529 #           'NDRPDR' and
25530 #           'ETH' and
25531 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25532 #           not 'VHOST' and
25533 #           not 'MEMIF'"
25534 #  parameters:
25535 #  - "throughput"
25536 #  - "parent"
25537 #  - "tags"
25538 #  sort:
25539 #  - "L2PATCH"
25540 #  - "L2XCBASE"
25541 #  - "BASE"
25542 #  - "FIB_10K"
25543 #  - "FIB_100K"
25544 #  - "FIB_1M"
25545 #  layout:
25546 #    title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25547 #    layout: "plot-throughput-speedup-analysis"
25548 #
25549 #-
25550 #  type: "plot"
25551 #  title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25552 #  algorithm: "plot_throughput_speedup_analysis"
25553 #  output-file-type: ".html"
25554 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25555 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
25556 #  filter: "'NIC_Intel-X710' and
25557 #           '64B' and
25558 #           ('BASE' or 'SCALE') and
25559 #           'NDRPDR' and
25560 #           'ETH' and
25561 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25562 #           not 'VHOST' and
25563 #           not 'MEMIF'"
25564 #  parameters:
25565 #  - "throughput"
25566 #  - "parent"
25567 #  - "tags"
25568 #  sort:
25569 #  - "L2PATCH"
25570 #  - "L2XCBASE"
25571 #  - "BASE"
25572 #  - "FIB_10K"
25573 #  - "FIB_100K"
25574 #  - "FIB_1M"
25575 #  layout:
25576 #    title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25577 #    layout: "plot-throughput-speedup-analysis"
25578 #
25579 ## Speedup - VPP L2 2n-skx-xxv710 base and scale
25580 #-
25581 #  type: "plot"
25582 #  title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25583 #  algorithm: "plot_throughput_speedup_analysis"
25584 #  output-file-type: ".html"
25585 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25586 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
25587 #  filter: "'NIC_Intel-XXV710' and
25588 #           '64B' and
25589 #           ('BASE' or 'SCALE') and
25590 #           'NDRPDR' and
25591 #           'ETH' and
25592 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25593 #           not 'VHOST' and
25594 #           not 'MEMIF'"
25595 #  parameters:
25596 #  - "throughput"
25597 #  - "parent"
25598 #  - "tags"
25599 #  sort:
25600 #  - "L2PATCH"
25601 #  - "L2XCBASE"
25602 #  - "BASE"
25603 #  - "FIB_10K"
25604 #  - "FIB_100K"
25605 #  - "FIB_1M"
25606 #  layout:
25607 #    title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25608 #    layout: "plot-throughput-speedup-analysis"
25609 #
25610 #-
25611 #  type: "plot"
25612 #  title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25613 #  algorithm: "plot_throughput_speedup_analysis"
25614 #  output-file-type: ".html"
25615 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25616 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
25617 #  filter: "'NIC_Intel-XXV710' and
25618 #           '64B' and
25619 #           ('BASE' or 'SCALE') and
25620 #           'NDRPDR' and
25621 #           'ETH' and
25622 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25623 #           not 'VHOST' and
25624 #           not 'MEMIF'"
25625 #  parameters:
25626 #  - "throughput"
25627 #  - "parent"
25628 #  - "tags"
25629 #  sort:
25630 #  - "L2PATCH"
25631 #  - "L2XCBASE"
25632 #  - "BASE"
25633 #  - "FIB_10K"
25634 #  - "FIB_100K"
25635 #  - "FIB_1M"
25636 #  layout:
25637 #    title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25638 #    layout: "plot-throughput-speedup-analysis"
25639
25640 ## Speedup - VPP L2 2n-dnv-x553 base
25641 #-
25642 #  type: "plot"
25643 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25644 #  algorithm: "plot_throughput_speedup_analysis"
25645 #  output-file-type: ".html"
25646 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25647 #  data: "intel-dnv-vpp"
25648 #  filter: "'NIC_Intel-X553' and
25649 #           '64B' and
25650 #           ('BASE' or 'SCALE') and
25651 #           'NDRPDR' and
25652 #           'ETH' and
25653 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25654 #           not 'VHOST' and
25655 #           not 'MEMIF'"
25656 #  parameters:
25657 #  - "throughput"
25658 #  - "parent"
25659 #  - "tags"
25660 #  sort:
25661 #  - "L2XCBASE"
25662 #  - "L2BDMACLRN"
25663 #  - "L2PATCH"
25664 #  layout:
25665 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
25666 #    layout: "plot-throughput-speedup-analysis"
25667 #
25668 #-
25669 #  type: "plot"
25670 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25671 #  algorithm: "plot_throughput_speedup_analysis"
25672 #  output-file-type: ".html"
25673 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25674 #  data: "intel-dnv-vpp"
25675 #  filter: "'NIC_Intel-X553' and
25676 #           '64B' and
25677 #           ('BASE' or 'SCALE') and
25678 #           'NDRPDR' and
25679 #           'ETH' and
25680 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25681 #           not 'VHOST' and
25682 #           not 'MEMIF'"
25683 #  parameters:
25684 #  - "throughput"
25685 #  - "parent"
25686 #  - "tags"
25687 #  sort:
25688 #  - "L2XCBASE"
25689 #  - "L2BDMACLRN"
25690 #  - "L2PATCH"
25691 #  layout:
25692 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
25693 #    layout: "plot-throughput-speedup-analysis"
25694
25695 ################################################################################
25696
25697 ## Packet Speedup - VPP vhost ip4 3n-hsw-x520
25698 #-
25699 #  type: "plot"
25700 #  title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25701 #  algorithm: "plot_throughput_speedup_analysis"
25702 #  output-file-type: ".html"
25703 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25704 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25705 #  filter: "'NIC_Intel-X520-DA2' and
25706 #           '64B' and
25707 #           'NDRPDR' and
25708 #           'ETH' and
25709 #           'IP4FWD' and
25710 #           'VHOST_1024' and
25711 #           not 'VXLAN' and
25712 #           not 'DOT1Q'"
25713 #  parameters:
25714 #  - "throughput"
25715 #  - "parent"
25716 #  - "tags"
25717 #  sort:
25718 #  - "not CFS_OPT"
25719 #  - "1VM"
25720 #  - "2VM"
25721 #  layout:
25722 #    title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25723 #    layout: "plot-throughput-speedup-analysis"
25724 #
25725 #-
25726 #  type: "plot"
25727 #  title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25728 #  algorithm: "plot_throughput_speedup_analysis"
25729 #  output-file-type: ".html"
25730 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25731 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25732 #  filter: "'NIC_Intel-X520-DA2' and
25733 #           '64B' and
25734 #           'NDRPDR' and
25735 #           'ETH' and
25736 #           'IP4FWD' and
25737 #           'VHOST_1024' and
25738 #           not 'VXLAN' and
25739 #           not 'DOT1Q'"
25740 #  parameters:
25741 #  - "throughput"
25742 #  - "parent"
25743 #  - "tags"
25744 #  sort:
25745 #  - "not CFS_OPT"
25746 #  - "1VM"
25747 #  - "2VM"
25748 #  layout:
25749 #    title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25750 #    layout: "plot-throughput-speedup-analysis"
25751 #
25752 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25753 #-
25754 #  type: "plot"
25755 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25756 #  algorithm: "plot_throughput_speedup_analysis"
25757 #  output-file-type: ".html"
25758 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25759 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25760 #  filter: "'NIC_Intel-X520-DA2' and
25761 #           '64B' and
25762 #           'NDRPDR' and
25763 #           ('ETH' or 'DOT1Q') and
25764 #           'BASE' and
25765 #           ('L2BDMACLRN' or 'L2XCFWD') and
25766 #           'VHOST_1024' and
25767 #           not 'VXLAN' and
25768 #           not 'IP4FWD' and
25769 #           not '2VM'"
25770 #  parameters:
25771 #  - "throughput"
25772 #  - "parent"
25773 #  - "tags"
25774 #  sort:
25775 #  - "L2BDMACLRN"
25776 #  - "L2BDMACLRN"
25777 #  - "L2BDMACLRN"
25778 #  - "L2XCFWD"
25779 #  - "L2XCFWD"
25780 #  - "L2XCFWD"
25781 #  layout:
25782 #    title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
25783 #    layout: "plot-throughput-speedup-analysis"
25784 #
25785 #-
25786 #  type: "plot"
25787 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25788 #  algorithm: "plot_throughput_speedup_analysis"
25789 #  output-file-type: ".html"
25790 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25791 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25792 #  filter: "'NIC_Intel-X520-DA2' and
25793 #           '64B' and
25794 #           'NDRPDR' and
25795 #           ('ETH' or 'DOT1Q') and
25796 #           'BASE' and
25797 #           ('L2BDMACLRN' or 'L2XCFWD') and
25798 #           'VHOST_1024' and
25799 #           not 'VXLAN' and
25800 #           not 'IP4FWD' and
25801 #           not '2VM'"
25802 #  parameters:
25803 #  - "throughput"
25804 #  - "parent"
25805 #  - "tags"
25806 #  sort:
25807 #  - "L2BDMACLRN"
25808 #  - "L2BDMACLRN"
25809 #  - "L2BDMACLRN"
25810 #  - "L2XCFWD"
25811 #  - "L2XCFWD"
25812 #  - "L2XCFWD"
25813 #  layout:
25814 #    title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
25815 #    layout: "plot-throughput-speedup-analysis"
25816 #
25817 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25818 #-
25819 #  type: "plot"
25820 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25821 #  algorithm: "plot_throughput_speedup_analysis"
25822 #  output-file-type: ".html"
25823 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25824 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25825 #  filter: "'NIC_Intel-X520-DA2' and
25826 #           '64B' and
25827 #           'NDRPDR' and
25828 #           ('ETH' or 'DOT1Q') and
25829 #           ('L2BDMACLRN' or 'L2XCFWD') and
25830 #           'VHOST_1024' and
25831 #           not 'CFS_OPT' and
25832 #           not 'DOT1Q' and
25833 #           not 'VXLAN' and
25834 #           not 'IP4FWD' and
25835 #           not 'LBOND'"
25836 #  parameters:
25837 #  - "throughput"
25838 #  - "parent"
25839 #  - "tags"
25840 ##  sort:
25841 ##  - "1VM"
25842 ##  - "L2XCFWD"
25843 ##  - "1VM"
25844 ##  - "L2BDMACLRN"
25845 #  layout:
25846 #    title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25847 #    layout: "plot-throughput-speedup-analysis"
25848 #
25849 #-
25850 #  type: "plot"
25851 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25852 #  algorithm: "plot_throughput_speedup_analysis"
25853 #  output-file-type: ".html"
25854 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25855 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25856 #  filter: "'NIC_Intel-X520-DA2' and
25857 #           '64B' and
25858 #           'NDRPDR' and
25859 #           ('ETH' or 'DOT1Q') and
25860 #           ('L2BDMACLRN' or 'L2XCFWD') and
25861 #           'VHOST_1024' and
25862 #           not 'CFS_OPT' and
25863 #           not 'DOT1Q' and
25864 #           not 'VXLAN' and
25865 #           not 'IP4FWD' and
25866 #           not 'LBOND'"
25867 #  parameters:
25868 #  - "throughput"
25869 #  - "parent"
25870 #  - "tags"
25871 ##  sort:
25872 ##  - "1VM"
25873 ##  - "L2XCFWD"
25874 ##  - "1VM"
25875 ##  - "L2BDMACLRN"
25876 #  layout:
25877 #    title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
25878 #    layout: "plot-throughput-speedup-analysis"
25879 #
25880 ## Packet Speedup - VPP vhost ip4 3n-hsw-x710
25881 #-
25882 #  type: "plot"
25883 #  title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25884 #  algorithm: "plot_throughput_speedup_analysis"
25885 #  output-file-type: ".html"
25886 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25887 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25888 #  filter: "'NIC_Intel-X710' and
25889 #           '64B' and
25890 #           'NDRPDR' and
25891 #           'ETH' and
25892 #           'IP4FWD' and
25893 #           'VHOST_1024' and
25894 #           not 'VXLAN' and
25895 #           not 'CFS_OPT' and
25896 #           not 'DOT1Q'"
25897 #  parameters:
25898 #  - "throughput"
25899 #  - "parent"
25900 #  - "tags"
25901 #  sort:
25902 #  - "1VM"
25903 #  - "2VM"
25904 #  layout:
25905 #    title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25906 #    layout: "plot-throughput-speedup-analysis"
25907 #
25908 #-
25909 #  type: "plot"
25910 #  title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25911 #  algorithm: "plot_throughput_speedup_analysis"
25912 #  output-file-type: ".html"
25913 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25914 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25915 #  filter: "'NIC_Intel-X710' and
25916 #           '64B' and
25917 #           'NDRPDR' and
25918 #           'ETH' and
25919 #           'IP4FWD' and
25920 #           'VHOST_1024' and
25921 #           not 'VXLAN' and
25922 #           not 'CFS_OPT' and
25923 #           not 'DOT1Q'"
25924 #  parameters:
25925 #  - "throughput"
25926 #  - "parent"
25927 #  - "tags"
25928 #  sort:
25929 #  - "1VM"
25930 #  - "2VM"
25931 #  layout:
25932 #    title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25933 #    layout: "plot-throughput-speedup-analysis"
25934 #
25935 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
25936 #-
25937 #  type: "plot"
25938 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25939 #  algorithm: "plot_throughput_speedup_analysis"
25940 #  output-file-type: ".html"
25941 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25942 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25943 #  filter: "'NIC_Intel-X710' and
25944 #           '64B' and
25945 #           'NDRPDR' and
25946 #           ('ETH' or 'DOT1Q') and
25947 #           'BASE' and
25948 #           ('L2BDMACLRN' or 'L2XCFWD') and
25949 #           'VHOST_1024' and
25950 #           not 'VXLAN' and
25951 #           not 'IP4FWD' and
25952 #           not '2VM'"
25953 #  parameters:
25954 #  - "throughput"
25955 #  - "parent"
25956 #  - "tags"
25957 #  sort:
25958 #  - "L2BDMACLRN"
25959 #  - "L2BDMACLRN"
25960 #  - "L2BDMACLRN"
25961 #  - "L2XCFWD"
25962 #  - "L2XCFWD"
25963 #  - "L2XCFWD"
25964 #  layout:
25965 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
25966 #    layout: "plot-throughput-speedup-analysis"
25967 #
25968 #-
25969 #  type: "plot"
25970 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25971 #  algorithm: "plot_throughput_speedup_analysis"
25972 #  output-file-type: ".html"
25973 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25974 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25975 #  filter: "'NIC_Intel-X710' and
25976 #           '64B' and
25977 #           'NDRPDR' and
25978 #           ('ETH' or 'DOT1Q') and
25979 #           'BASE' and
25980 #           ('L2BDMACLRN' or 'L2XCFWD') and
25981 #           'VHOST_1024' and
25982 #           not 'VXLAN' and
25983 #           not 'IP4FWD' and
25984 #           not '2VM'"
25985 #  parameters:
25986 #  - "throughput"
25987 #  - "parent"
25988 #  - "tags"
25989 #  sort:
25990 #  - "L2BDMACLRN"
25991 #  - "L2BDMACLRN"
25992 #  - "L2BDMACLRN"
25993 #  - "L2XCFWD"
25994 #  - "L2XCFWD"
25995 #  - "L2XCFWD"
25996 #  layout:
25997 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
25998 #    layout: "plot-throughput-speedup-analysis"
25999 #
26000 ## Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
26001 #-
26002 #  type: "plot"
26003 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
26004 #  algorithm: "plot_throughput_speedup_analysis"
26005 #  output-file-type: ".html"
26006 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
26007 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26008 #  filter: "'NIC_Intel-X710' and
26009 #           '64B' and
26010 #           'NDRPDR' and
26011 #           ('ETH' or 'DOT1Q') and
26012 #           ('L2BDMACLRN' or 'L2XCFWD') and
26013 #           'VHOST_1024' and
26014 #           not 'CFS_OPT' and
26015 #           not 'VXLAN' and
26016 #           not 'IP4FWD' and
26017 #           not 'LBOND'"
26018 #  parameters:
26019 #  - "throughput"
26020 #  - "parent"
26021 #  - "tags"
26022 #  sort:
26023 #  - "L2BDMACLRN"
26024 #  - "L2BDMACLRN"
26025 #  - "L2BDMACLRN"
26026 #  - "L2XCFWD"
26027 #  - "L2XCFWD"
26028 #  - "L2XCFWD"
26029 #  layout:
26030 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
26031 #    layout: "plot-throughput-speedup-analysis"
26032 #
26033 #-
26034 #  type: "plot"
26035 #  title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
26036 #  algorithm: "plot_throughput_speedup_analysis"
26037 #  output-file-type: ".html"
26038 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
26039 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26040 #  filter: "'NIC_Intel-X710' and
26041 #           '64B' and
26042 #           'NDRPDR' and
26043 #           ('ETH' or 'DOT1Q') and
26044 #           ('L2BDMACLRN' or 'L2XCFWD') and
26045 #           'VHOST_1024' and
26046 #           not 'CFS_OPT' and
26047 #           not 'VXLAN' and
26048 #           not 'IP4FWD' and
26049 #           not 'LBOND'"
26050 #  parameters:
26051 #  - "throughput"
26052 #  - "parent"
26053 #  - "tags"
26054 #  sort:
26055 #  - "L2BDMACLRN"
26056 #  - "L2BDMACLRN"
26057 #  - "L2BDMACLRN"
26058 #  - "L2XCFWD"
26059 #  - "L2XCFWD"
26060 #  - "L2XCFWD"
26061 #  layout:
26062 #    title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
26063 #    layout: "plot-throughput-speedup-analysis"
26064
26065 # Packet Speedup - VPP vhost ip4 3n-skx-x710
26066 -
26067   type: "plot"
26068   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26069   algorithm: "plot_throughput_speedup_analysis"
26070   output-file-type: ".html"
26071   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26073   filter: "'NIC_Intel-X710' and
26074            '64B' and
26075            'NDRPDR' and
26076            'ETH' and
26077            'IP4FWD' and
26078            'VHOST_1024' and
26079            not 'VXLAN' and
26080            not 'DOT1Q'"
26081   parameters:
26082   - "throughput"
26083   - "parent"
26084   - "tags"
26085   sort:
26086   - "1VM"
26087   - "2VM"
26088   layout:
26089     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
26090     layout: "plot-throughput-speedup-analysis"
26091
26092 -
26093   type: "plot"
26094   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26095   algorithm: "plot_throughput_speedup_analysis"
26096   output-file-type: ".html"
26097   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26099   filter: "'NIC_Intel-X710' and
26100            '64B' and
26101            'NDRPDR' and
26102            'ETH' and
26103            'IP4FWD' and
26104            'VHOST_1024' and
26105            not 'VXLAN' and
26106            not 'DOT1Q'"
26107   parameters:
26108   - "throughput"
26109   - "parent"
26110   - "tags"
26111   sort:
26112   - "1VM"
26113   - "2VM"
26114   layout:
26115     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
26116     layout: "plot-throughput-speedup-analysis"
26117
26118 ## Packet Speedup - VPP vhost ip4 2n-skx-x710
26119 #-
26120 #  type: "plot"
26121 #  title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26122 #  algorithm: "plot_throughput_speedup_analysis"
26123 #  output-file-type: ".html"
26124 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26125 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26126 #  filter: "'NIC_Intel-X710' and
26127 #           '64B' and
26128 #           'NDRPDR' and
26129 #           'ETH' and
26130 #           'IP4FWD' and
26131 #           'VHOST_1024' and
26132 #           not 'VXLAN' and
26133 #           not 'NF_DENSITY' and
26134 #           not 'CFS_OPT' and
26135 #           not 'DOT1Q'"
26136 #  parameters:
26137 #  - "throughput"
26138 #  - "parent"
26139 #  - "tags"
26140 #  sort:
26141 #  - "1VM"
26142 #  - "2VM"
26143 #  layout:
26144 #    title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
26145 #    layout: "plot-throughput-speedup-analysis"
26146 #
26147 #-
26148 #  type: "plot"
26149 #  title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26150 #  algorithm: "plot_throughput_speedup_analysis"
26151 #  output-file-type: ".html"
26152 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26153 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26154 #  filter: "'NIC_Intel-X710' and
26155 #           '64B' and
26156 #           'NDRPDR' and
26157 #           'ETH' and
26158 #           'IP4FWD' and
26159 #           'VHOST_1024' and
26160 #           not 'VXLAN' and
26161 #           not 'NF_DENSITY' and
26162 #           not 'CFS_OPT' and
26163 #           not 'DOT1Q'"
26164 #  parameters:
26165 #  - "throughput"
26166 #  - "parent"
26167 #  - "tags"
26168 #  sort:
26169 #  - "1VM"
26170 #  - "2VM"
26171 #  layout:
26172 #    title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
26173 #    layout: "plot-throughput-speedup-analysis"
26174 #
26175 ## Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
26176 #-
26177 #  type: "plot"
26178 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
26179 #  algorithm: "plot_throughput_speedup_analysis"
26180 #  output-file-type: ".html"
26181 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
26182 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26183 #  filter: "'NIC_Intel-X710' and
26184 #           '64B' and
26185 #           'NDRPDR' and
26186 #           ('ETH' or 'DOT1Q') and
26187 #           'BASE' and
26188 #           ('L2BDMACLRN' or 'L2XCFWD') and
26189 #           'VHOST_1024' and
26190 #           not 'VXLAN' and
26191 #           not 'NF_DENSITY' and
26192 #           not 'IP4FWD' and
26193 #           not '2VM'"
26194 #  parameters:
26195 #  - "throughput"
26196 #  - "parent"
26197 #  - "tags"
26198 ##  sort:
26199 ##  - "not CFS_OPT"
26200 ##  - "L2XCFWD"
26201 ##  - "not CFS_OPT"
26202 ##  - "CFS_OPT"
26203 #  layout:
26204 #    title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
26205 #    layout: "plot-throughput-speedup-analysis"
26206 #
26207 #-
26208 #  type: "plot"
26209 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
26210 #  algorithm: "plot_throughput_speedup_analysis"
26211 #  output-file-type: ".html"
26212 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
26213 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26214 #  filter: "'NIC_Intel-X710' and
26215 #           '64B' and
26216 #           'NDRPDR' and
26217 #           ('ETH' or 'DOT1Q') and
26218 #           'BASE' and
26219 #           ('L2BDMACLRN' or 'L2XCFWD') and
26220 #           'VHOST_1024' and
26221 #           not 'VXLAN' and
26222 #           not 'NF_DENSITY' and
26223 #           not 'IP4FWD' and
26224 #           not '2VM'"
26225 #  parameters:
26226 #  - "throughput"
26227 #  - "parent"
26228 #  - "tags"
26229 ##  sort:
26230 ##  - "not CFS_OPT"
26231 ##  - "L2XCFWD"
26232 ##  - "not CFS_OPT"
26233 ##  - "CFS_OPT"
26234 #  layout:
26235 #    title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
26236 #    layout: "plot-throughput-speedup-analysis"
26237 #
26238 ## Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
26239 #-
26240 #  type: "plot"
26241 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26242 #  algorithm: "plot_throughput_speedup_analysis"
26243 #  output-file-type: ".html"
26244 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26245 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26246 #  filter: "'NIC_Intel-X710' and
26247 #           '64B' and
26248 #           'NDRPDR' and
26249 #           ('ETH' or 'DOT1Q') and
26250 #           ('L2BDMACLRN' or 'L2XCFWD') and
26251 #           'VHOST_1024' and
26252 #           not 'CFS_OPT' and
26253 #           not 'VXLAN' and
26254 #           not 'NF_DENSITY' and
26255 #           not 'DOT1Q' and
26256 #           not 'IP4FWD'"
26257 #  parameters:
26258 #  - "throughput"
26259 #  - "parent"
26260 #  - "tags"
26261 ##  sort:
26262 ##  - "1VM"
26263 ##  - "L2XCFWD"
26264 ##  - "1VM"
26265 ##  - "L2BDMACLRN"
26266 #  layout:
26267 #    title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
26268 #    layout: "plot-throughput-speedup-analysis"
26269 #
26270 #-
26271 #  type: "plot"
26272 #  title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26273 #  algorithm: "plot_throughput_speedup_analysis"
26274 #  output-file-type: ".html"
26275 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26276 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26277 #  filter: "'NIC_Intel-X710' and
26278 #           '64B' and
26279 #           'NDRPDR' and
26280 #           ('ETH' or 'DOT1Q') and
26281 #           ('L2BDMACLRN' or 'L2XCFWD') and
26282 #           'VHOST_1024' and
26283 #           not 'CFS_OPT' and
26284 #           not 'VXLAN' and
26285 #           not 'NF_DENSITY' and
26286 #           not 'DOT1Q' and
26287 #           not 'IP4FWD'"
26288 #  parameters:
26289 #  - "throughput"
26290 #  - "parent"
26291 #  - "tags"
26292 ##  sort:
26293 ##  - "1VM"
26294 ##  - "L2XCFWD"
26295 ##  - "1VM"
26296 ##  - "L2BDMACLRN"
26297 #  layout:
26298 #    title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
26299 #    layout: "plot-throughput-speedup-analysis"
26300 #
26301 ## Packet Speedup - VPP vhost ip4 2n-skx-xxv710
26302 #-
26303 #  type: "plot"
26304 #  title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26305 #  algorithm: "plot_throughput_speedup_analysis"
26306 #  output-file-type: ".html"
26307 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26308 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26309 #  filter: "'NIC_Intel-XXV710' and
26310 #           '64B' and
26311 #           'NDRPDR' and
26312 #           'ETH' and
26313 #           'IP4FWD' and
26314 #           'VHOST_1024' and
26315 #           not 'VXLAN' and
26316 #           not 'CFS_OPT' and
26317 #           not 'DOT1Q'"
26318 #  parameters:
26319 #  - "throughput"
26320 #  - "parent"
26321 #  - "tags"
26322 #  sort:
26323 #  - "not CFS_OPT"
26324 #  - "1VM"
26325 #  - "2VM"
26326 #  layout:
26327 #    title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26328 #    layout: "plot-throughput-speedup-analysis"
26329 #
26330 #-
26331 #  type: "plot"
26332 #  title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26333 #  algorithm: "plot_throughput_speedup_analysis"
26334 #  output-file-type: ".html"
26335 #  output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26336 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26337 #  filter: "'NIC_Intel-XXV710' and
26338 #           '64B' and
26339 #           'NDRPDR' and
26340 #           'ETH' and
26341 #           'IP4FWD' and
26342 #           'VHOST_1024' and
26343 #           not 'VXLAN' and
26344 #           not 'CFS_OPT' and
26345 #           not 'DOT1Q'"
26346 #  parameters:
26347 #  - "throughput"
26348 #  - "parent"
26349 #  - "tags"
26350 #  sort:
26351 #  - "not CFS_OPT"
26352 #  - "1VM"
26353 #  - "2VM"
26354 #  layout:
26355 #    title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26356 #    layout: "plot-throughput-speedup-analysis"
26357 #
26358 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26359 #-
26360 #  type: "plot"
26361 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26362 #  algorithm: "plot_throughput_speedup_analysis"
26363 #  output-file-type: ".html"
26364 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26365 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26366 #  filter: "'NIC_Intel-XXV710' and
26367 #           '64B' and
26368 #           'NDRPDR' and
26369 #           ('ETH' or 'DOT1Q') and
26370 #           'BASE' and
26371 #           ('L2BDMACLRN' or 'L2XCFWD') and
26372 #           'VHOST_1024' and
26373 #           not 'VXLAN' and
26374 #           not 'IP4FWD' and
26375 #           not '2VM'"
26376 #  parameters:
26377 #  - "throughput"
26378 #  - "parent"
26379 #  - "tags"
26380 ##  sort:
26381 ##  - "not CFS_OPT"
26382 ##  - "L2XCFWD"
26383 ##  - "not CFS_OPT"
26384 ##  - "CFS_OPT"
26385 #  layout:
26386 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
26387 #    layout: "plot-throughput-speedup-analysis"
26388 #
26389 #-
26390 #  type: "plot"
26391 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26392 #  algorithm: "plot_throughput_speedup_analysis"
26393 #  output-file-type: ".html"
26394 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26395 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26396 #  filter: "'NIC_Intel-XXV710' and
26397 #           '64B' and
26398 #           'NDRPDR' and
26399 #           ('ETH' or 'DOT1Q') and
26400 #           'BASE' and
26401 #           ('L2BDMACLRN' or 'L2XCFWD') and
26402 #           'VHOST_1024' and
26403 #           not 'VXLAN' and
26404 #           not 'IP4FWD' and
26405 #           not '2VM'"
26406 #  parameters:
26407 #  - "throughput"
26408 #  - "parent"
26409 #  - "tags"
26410 ##  sort:
26411 ##  - "not CFS_OPT"
26412 ##  - "L2XCFWD"
26413 ##  - "not CFS_OPT"
26414 ##  - "CFS_OPT"
26415 #  layout:
26416 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
26417 #    layout: "plot-throughput-speedup-analysis"
26418 #
26419 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
26420 #-
26421 #  type: "plot"
26422 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26423 #  algorithm: "plot_throughput_speedup_analysis"
26424 #  output-file-type: ".html"
26425 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26426 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26427 #  filter: "'NIC_Intel-XXV710' and
26428 #           '64B' and
26429 #           'NDRPDR' and
26430 #           ('ETH' or 'DOT1Q') and
26431 #           ('L2BDMACLRN' or 'L2XCFWD') and
26432 #           'VHOST_1024' and
26433 #           not 'CFS_OPT' and
26434 #           not 'VXLAN' and
26435 #           not 'DOT1Q' and
26436 #           not 'IP4FWD'"
26437 #  parameters:
26438 #  - "throughput"
26439 #  - "parent"
26440 #  - "tags"
26441 ##  sort:
26442 ##  - "1VM"
26443 ##  - "L2XCFWD"
26444 ##  - "1VM"
26445 ##  - "L2BDMACLRN"
26446 #  layout:
26447 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
26448 #    layout: "plot-throughput-speedup-analysis"
26449 #
26450 #-
26451 #  type: "plot"
26452 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26453 #  algorithm: "plot_throughput_speedup_analysis"
26454 #  output-file-type: ".html"
26455 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26456 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26457 #  filter: "'NIC_Intel-XXV710' and
26458 #           '64B' and
26459 #           'NDRPDR' and
26460 #           ('ETH' or 'DOT1Q') and
26461 #           ('L2BDMACLRN' or 'L2XCFWD') and
26462 #           'VHOST_1024' and
26463 #           not 'CFS_OPT' and
26464 #           not 'VXLAN' and
26465 #           not 'DOT1Q' and
26466 #           not 'IP4FWD'"
26467 #  parameters:
26468 #  - "throughput"
26469 #  - "parent"
26470 #  - "tags"
26471 ##  sort:
26472 ##  - "1VM"
26473 ##  - "L2XCFWD"
26474 ##  - "1VM"
26475 ##  - "L2BDMACLRN"
26476 #  layout:
26477 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26478 #    layout: "plot-throughput-speedup-analysis"
26479
26480 ###############################################################################
26481
26482 # Speedup - VPP vts 3n-hsw-x520
26483 -
26484   type: "plot"
26485   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26486   algorithm: "plot_throughput_speedup_analysis"
26487   output-file-type: ".html"
26488   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26490   filter: "'NIC_Intel-X520-DA2' and
26491            '114B' and
26492            'NDRPDR' and
26493            'VTS'"
26494   parameters:
26495   - "throughput"
26496   - "parent"
26497   - "tags"
26498   layout:
26499     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26500     layout: "plot-throughput-speedup-analysis"
26501
26502 -
26503   type: "plot"
26504   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26505   algorithm: "plot_throughput_speedup_analysis"
26506   output-file-type: ".html"
26507   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26509   filter: "'NIC_Intel-X520-DA2' and
26510            '114B' and
26511            'NDRPDR' and
26512            'VTS'"
26513   parameters:
26514   - "throughput"
26515   - "parent"
26516   - "tags"
26517   layout:
26518     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26519     layout: "plot-throughput-speedup-analysis"