a16e31f3f00d004ab3f6dfed792e7152a63ee6db
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
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,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
43     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
44     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
45     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
46
47     # Detailed test configurations
48     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
49     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
50     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
51     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
52     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
53     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
54     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
55     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
56     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
57
58     # Detailed tests operational data
59     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
60     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
61     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
62     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
63
64     # .css patch file to fix tables generated by Sphinx
65     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
66     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
67
68   urls:
69     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
70     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
71     URL[NEXUS]: "https://docs.fd.io/csit"
72     DIR[NEXUS]: "report/_static/archive"
73
74   make-dirs:
75   # List the directories which are created while preparing the environment.
76   # All directories MUST be defined in "paths" section.
77   - "DIR[WORKING,DATA]"
78   - "DIR[STATIC,VPP]"
79   - "DIR[STATIC,DPDK]"
80   - "DIR[STATIC,ARCH]"
81   - "DIR[BUILD,LATEX]"
82   - "DIR[WORKING,SRC]"
83   - "DIR[WORKING,SRC,STATIC]"
84
85   remove-dirs:
86   # List the directories which are deleted while cleaning the environment.
87   # All directories MUST be defined in "paths" section.
88   #- "DIR[BUILD,HTML]"
89   - "DIR[WORKING,DATA]"
90
91   build-dirs:
92   # List the directories where the results (build) is stored.
93   # All directories MUST be defined in "paths" section.
94   - "DIR[BUILD,HTML]"
95   - "DIR[BUILD,LATEX]"
96
97 -
98   type: "configuration"
99
100   data-sets:
101
102     # VPP Performance
103     vpp-performance-changes:
104       csit-vpp-perf-1801-all:
105       - 124  # sel
106       - 127  # sel
107       - 128  # sel
108       - 141  # sel
109       - 142  # sel
110       - 143  # sel
111       - 145  # sel
112       - 146  # sel
113       - 162  # sel
114       - 163  # sel
115       - 167  # sel
116       - 172  # sel acl only
117       csit-vpp-perf-1804-all:
118       - 21  # sel
119       - 22  # sel
120       - 23  # sel
121       - 24  # sel
122       - 27  # sel
123       - 28  # sel
124       - 29  # sel
125       - 30  # sel
126       - 31  # sel
127       - 35  # sel
128       # TODO: Add Data sources
129       csit-vpp-perf-verify-1807-3n-hsw:
130       - 11  # NDRPDR full 1
131       - 22  # NDRPDR full 2
132       - 15  # NDRPDR sel
133       - 16  # NDRPDR sel
134       - 19  # NDRPDR sel
135       - 18  # NDRPDR sel
136       - 20  # NDRPDR sel
137       - 38  # NDRPDR sel
138       - 40  # NDRPDR sel
139       - 44  # NDRPDR sel
140       - 47  # NDRPDR sel
141
142     vpp-compare-testbeds:
143       # TODO: Add Data sources
144       csit-vpp-perf-verify-1807-3n-hsw:
145       - 11  # NDRPDR full 1
146       - 22  # NDRPDR full 2
147       - 15  # NDRPDR sel
148       - 16  # NDRPDR sel
149       - 19  # NDRPDR sel
150       - 18  # NDRPDR sel
151       - 20  # NDRPDR sel
152       - 38  # NDRPDR sel
153       - 40  # NDRPDR sel
154       - 44  # NDRPDR sel
155       - 47  # NDRPDR sel
156       csit-vpp-perf-verify-1807-3n-skx:
157       - 33  # NDRPDR sel
158       - 35  # NDRPDR sel
159       - 37  # NDRPDR sel
160       - 38  # NDRPDR sel
161       - 39  # NDRPDR sel
162       - 43  # NDRPDR sel
163       - 44  # NDRPDR sel
164       - 49  # NDRPDR sel
165       - 50  # NDRPDR sel
166       - 56  # NDRPDR sel
167
168     vpp-compare-testbeds-mrr:
169       # TODO: Add Data sources
170       csit-vpp-perf-verify-1807-3n-hsw:
171       - 8   # MRR full
172       - 9   # MRR sel
173       - 21  # MRR sel
174       - 31  # MRR sel
175       - 33  # MRR sel
176       - 36  # MRR sel
177       - 41  # MRR sel
178       - 42  # MRR sel
179       - 48  # MRR sel
180       csit-vpp-perf-verify-1807-3n-skx:
181       - 28  # MRR sel
182       - 32  # MRR sel
183       - 36  # MRR sel
184       - 42  # MRR sel
185       - 47  # MRR sel
186       - 48  # MRR sel
187       - 51  # MRR sel
188       - 52  # MRR sel
189       - 53  # MRR sel
190       - 54  # MRR sel
191
192     vpp-performance-changes-mrr:
193       csit-vpp-perf-check-1801:
194       - 3
195       - 4
196       - 5
197       - 6
198       - 7
199       - 8
200       - 9
201       - 11
202       - 12
203       - 13
204       csit-vpp-perf-check-1804:
205       - 6   # mrr - sel
206       - 13  # mrr - sel
207       - 14  # mrr - sel
208       - 15  # mrr - sel
209       - 16  # mrr - sel
210       - 17  # mrr - sel
211       - 19  # mrr - sel
212       - 20  # mrr - sel
213       - 21  # mrr - sel
214       - 22  # mrr - sel
215       # TODO: Add Data sources
216       csit-vpp-perf-verify-1807-3n-hsw:
217       - 8   # MRR full
218       - 9   # MRR sel
219       - 21  # MRR sel
220       - 31  # MRR sel
221       - 33  # MRR sel
222       - 36  # MRR sel
223       - 41  # MRR sel
224       - 42  # MRR sel
225       - 48  # MRR sel
226
227     vpp-perf-results-3n-hsw:
228       # TODO: Add Data sources
229       csit-vpp-perf-verify-1807-3n-hsw:
230       - 11  # NDRPDR full 1
231       - 22  # NDRPDR full 2
232
233     vpp-perf-results-3n-skx:
234       csit-vpp-perf-verify-1807-3n-skx:
235       - 40  # NDRPDR full 1
236       - 41  # NDRPDR full 2
237
238     vpp-perf-results-2n-skx:
239       csit-vpp-perf-verify-1807-2n-skx:
240       - 32  # NDRPDR full
241
242     vpp-mrr-results-3n-hsw:
243       csit-vpp-perf-verify-1807-3n-hsw:
244       - 8   # MRR full
245
246     vpp-mrr-results-3n-skx:
247       # TODO: Replace with better results
248       csit-vpp-perf-verify-1807-3n-skx:
249       - 31  # MRR full
250
251     vpp-mrr-results-2n-skx:
252       csit-vpp-perf-verify-1807-2n-skx:
253       - 27  # MRR full
254
255     plot-throughput-speedup-analysis-3n-hsw:
256       # TODO: Add Data sources
257       csit-vpp-perf-verify-1807-3n-hsw:
258       - 11  # NDRPDR full 1
259       - 22  # NDRPDR full 2
260       - 15  # NDRPDR sel
261       - 16  # NDRPDR sel
262       - 19  # NDRPDR sel
263       - 18  # NDRPDR sel
264       - 20  # NDRPDR sel
265       - 38  # NDRPDR sel
266       - 40  # NDRPDR sel
267       - 44  # NDRPDR sel
268       - 47  # NDRPDR sel
269
270     plot-throughput-speedup-analysis-3n-skx:
271       csit-vpp-perf-verify-1807-3n-skx:
272       - 33  # NDRPDR sel
273       - 35  # NDRPDR sel
274       - 37  # NDRPDR sel
275       - 38  # NDRPDR sel
276       - 39  # NDRPDR sel
277       - 43  # NDRPDR sel
278       - 44  # NDRPDR sel
279       - 49  # NDRPDR sel
280       - 50  # NDRPDR sel
281       - 56  # NDRPDR sel
282
283     plot-throughput-speedup-analysis-2n-skx:
284       csit-vpp-perf-verify-1807-2n-skx:
285       - 26  # NDRPDR sel
286       - 28  # NDRPDR sel
287       - 29  # NDRPDR sel
288       - 30  # NDRPDR sel
289       - 34  # NDRPDR sel
290       - 35  # NDRPDR sel
291       - 36  # NDRPDR sel
292       - 39  # NDRPDR sel
293       - 40  # NDRPDR sel
294       - 42  # NDRPDR sel
295
296     plot-vpp-throughput-latency-3n-hsw:
297       # TODO: Add Data sources
298       csit-vpp-perf-verify-1807-3n-hsw:
299       - 11  # NDRPDR full 1
300       - 22  # NDRPDR full 2
301       - 15  # NDRPDR sel
302       - 16  # NDRPDR sel
303       - 19  # NDRPDR sel
304       - 18  # NDRPDR sel
305       - 20  # NDRPDR sel
306       - 38  # NDRPDR sel
307       - 40  # NDRPDR sel
308       - 44  # NDRPDR sel
309       - 47  # NDRPDR sel
310
311     plot-vpp-throughput-latency-3n-skx:
312       csit-vpp-perf-verify-1807-3n-skx:
313       - 33  # NDRPDR sel
314       - 35  # NDRPDR sel
315       - 37  # NDRPDR sel
316       - 38  # NDRPDR sel
317       - 39  # NDRPDR sel
318       - 43  # NDRPDR sel
319       - 44  # NDRPDR sel
320       - 49  # NDRPDR sel
321       - 50  # NDRPDR sel
322       - 56  # NDRPDR sel
323
324     plot-vpp-throughput-latency-2n-skx:
325       csit-vpp-perf-verify-1807-2n-skx:
326       - 26  # NDRPDR sel
327       - 28  # NDRPDR sel
328       - 29  # NDRPDR sel
329       - 30  # NDRPDR sel
330       - 34  # NDRPDR sel
331       - 35  # NDRPDR sel
332       - 36  # NDRPDR sel
333       - 39  # NDRPDR sel
334       - 40  # NDRPDR sel
335       - 42  # NDRPDR sel
336
337     plot-vpp-http-server-performance:
338       csit-vpp-perf-verify-1807-3n-hsw:
339       - 24  # WRK
340       - 25  # WRK
341       - 23  # WRK
342       - 26  # WRK
343       - 27  # WRK
344       - 28  # WRK
345       - 29  # WRK
346       - 30  # WRK
347       - 32  # WRK
348       - 35  # WRK
349
350     # VPP Functional
351     vpp-func-results-ubuntu:
352       csit-vpp-functional-1807-ubuntu1604-virl:
353       - 278
354
355     vpp-func-results-centos:
356       csit-vpp-functional-1807-centos7-virl:
357       - 278
358
359     # VPP Ligato
360     ligato-perf-results-3n-hsw:
361       # TODO: Replace with better results
362       csit-ligato-perf-1807-all:
363       - 3   # full ?
364
365     plot-ligato-throughput-speedup-analysis-3n-hsw:
366       # TODO: Add Data sources
367       csit-ligato-perf-1807-all:
368       - 3   # full ?
369       - 4   # sel
370
371     plot-ligato-throughput-latency-3n-hsw:
372       # TODO: Add Data sources
373       csit-ligato-perf-1807-all:
374       - 3   # full ?
375       - 4   # sel
376
377     # DPDK Performance
378     dpdk-performance-changes:
379       csit-dpdk-perf-1804-all:
380       - 4
381       - 5
382       - 6
383       - 7
384       - 8
385       - 9
386       - 10
387       - 11
388       - 12
389       - 13
390       csit-dpdk-perf-verify-1807-3n-hsw:
391       - 11
392       - 12  # full
393       - 14
394       - 15
395       - 16
396       - 17
397       - 20
398       - 21
399       - 22
400       - 23
401
402     dpdk-compare-testbeds:
403       csit-dpdk-perf-verify-1807-3n-skx:
404       - 1
405       - 2
406       - 3
407       - 6
408       - 7
409       - 8
410       - 9
411       - 10
412       - 11
413       - 12
414       csit-dpdk-perf-verify-1807-3n-hsw:
415       - 11
416       - 12  # full
417       - 14
418       - 15
419       - 16
420       - 17
421       - 20
422       - 21
423       - 22
424       - 23
425
426     dpdk-perf-results-3n-hsw:
427       csit-dpdk-perf-verify-1807-3n-hsw:
428       - 12
429
430     dpdk-perf-results-3n-skx:
431       csit-dpdk-perf-verify-1807-3n-skx:
432       - 12
433
434     dpdk-perf-results-2n-skx:
435       csit-dpdk-perf-verify-1807-2n-skx:
436       - 10
437
438     plot-dpdk-throughput-latency-3n-hsw:
439       csit-dpdk-perf-verify-1807-3n-hsw:
440       - 11
441       - 12  # full
442       - 14
443       - 15
444       - 16
445       - 17
446       - 20
447       - 21
448       - 22
449       - 23
450
451     plot-dpdk-throughput-latency-3n-skx:
452       csit-dpdk-perf-verify-1807-3n-skx:
453       - 1
454       - 2
455       - 3
456       - 6
457       - 7
458       - 8
459       - 9
460       - 10
461       - 11
462       - 12
463
464     plot-dpdk-throughput-latency-2n-skx:
465       csit-dpdk-perf-verify-1807-2n-skx:
466       - 1
467       - 2
468       - 3
469       - 4
470       - 5
471       - 6
472       - 7
473       - 8
474       - 9
475       - 10
476
477     # HoneyComb Functional
478     hc-func-results:
479       csit-hc2vpp-verify-func-1807-ubuntu1604:
480       - 6
481
482     # NSH SFC Functional
483     nsh-func-results:
484       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
485       - 2
486
487     # DMM Functional
488     dmm-func-results:
489       # TODO: Replace with 1807 job:
490       csit-dmm-functional-master-ubuntu1604-virl:
491       - 95
492
493   plot-layouts:
494
495     plot-cps:
496       xaxis:
497         autorange: True
498         fixedrange: False
499         gridcolor: "rgb(238, 238, 238)"
500         linecolor: "rgb(238, 238, 238)"
501         linewidth: 1
502         showgrid: True
503         showline: True
504         showticklabels: True
505         tickcolor: "rgb(238, 238, 238)"
506         tickmode: "linear"
507         title: "Indexed Test Cases"
508         zeroline: False
509       yaxis:
510         gridcolor: "rgb(238, 238, 238)"
511         hoverformat: ".4s"
512         linecolor: "rgb(238, 238, 238)"
513         linewidth: 1
514         rangemode: "tozero"
515         showgrid: True
516         showline: True
517         showticklabels: True
518         tickcolor: "rgb(238, 238, 238)"
519         title: "Connections Per Second [cps]"
520         zeroline: False
521       boxmode: "group"
522       boxgroupgap: 0.5
523       autosize: False
524       margin:
525         t: 50
526         b: 20
527         l: 80
528         r: 20
529       showlegend: True
530       legend:
531         orientation: "h"
532       width: 700
533       height: 1000
534
535     plot-rps:
536       xaxis:
537         autorange: True
538         fixedrange: False
539         gridcolor: "rgb(238, 238, 238)"
540         linecolor: "rgb(238, 238, 238)"
541         linewidth: 1
542         showgrid: True
543         showline: True
544         showticklabels: True
545         tickcolor: "rgb(238, 238, 238)"
546         tickmode: "linear"
547         title: "Indexed Test Cases"
548         zeroline: False
549       yaxis:
550         gridcolor: "rgb(238, 238, 238)"
551         hoverformat: ".4s"
552         linecolor: "rgb(238, 238, 238)"
553         linewidth: 1
554         rangemode: "tozero"
555         showgrid: True
556         showline: True
557         showticklabels: True
558         tickcolor: "rgb(238, 238, 238)"
559         title: "Requests Per Second [rps]"
560         zeroline: False
561       boxmode: "group"
562       boxgroupgap: 0.5
563       autosize: False
564       margin:
565         t: 50
566         b: 20
567         l: 80
568         r: 20
569       showlegend: True
570       legend:
571         orientation: "h"
572       width: 700
573       height: 1000
574
575     plot-throughput:
576       xaxis:
577         autorange: True
578         fixedrange: False
579         gridcolor: "rgb(238, 238, 238)"
580         linecolor: "rgb(238, 238, 238)"
581         linewidth: 1
582         showgrid: True
583         showline: True
584         showticklabels: True
585         tickcolor: "rgb(238, 238, 238)"
586         tickmode: "linear"
587         title: "Indexed Test Cases"
588         zeroline: False
589       yaxis:
590         gridcolor: "rgb(238, 238, 238)"
591         hoverformat: ".4s"
592         tickformat: ".3s"
593         linecolor: "rgb(238, 238, 238)"
594         linewidth: 1
595         showgrid: True
596         showline: True
597         showticklabels: True
598         tickcolor: "rgb(238, 238, 238)"
599         title: "Packets Per Second [pps]"
600         zeroline: False
601       boxmode: "group"
602       boxgroupgap: 0.5
603       autosize: False
604       margin:
605         t: 50
606         b: 20
607         l: 80
608         r: 20
609       showlegend: True
610       legend:
611         orientation: "h"
612       width: 700
613       height: 1000
614
615     plot-latency:
616       xaxis:
617         autorange: True
618         fixedrange: False
619         gridcolor: "rgb(238, 238, 238)"
620         linecolor: "rgb(238, 238, 238)"
621         linewidth: 1
622         showgrid: True
623         showline: True
624         showticklabels: True
625         tickcolor: "rgb(238, 238, 238)"
626         tickmode: "linear"
627         title: "Indexed Test Cases"
628         zeroline: False
629       yaxis:
630         gridcolor: "rgb(238, 238, 238)"
631         hoverformat: ""
632         linecolor: "rgb(238, 238, 238)"
633         linewidth: 1
634         showgrid: True
635         showline: True
636         showticklabels: True
637         tickcolor: "rgb(238, 238, 238)"
638         title: "Latency min/avg/max [uSec]"
639         zeroline: False
640       boxmode: "group"
641       boxgroupgap: 0.5
642       autosize: False
643       margin:
644         t: 50
645         b: 20
646         l: 80
647         r: 20
648       showlegend: True
649       legend:
650         orientation: "h"
651       width: 700
652       height: 1000
653
654     plot-throughput-speedup-analysis:
655       xaxis:
656         autorange: True
657         fixedrange: False
658         gridcolor: "rgb(238, 238, 238)"
659         linecolor: "rgb(238, 238, 238)"
660         linewidth: 1
661         showgrid: True
662         showline: True
663         showticklabels: True
664         tickcolor: "rgb(238, 238, 238)"
665         tickmode: "linear"
666         tickangle: 270
667         zeroline: False
668       yaxis:
669         title: "Throughput speedup factor"
670         gridcolor: "rgb(238, 238, 238)"
671         hoverformat: ".4s"
672         linecolor: "rgb(238, 238, 238)"
673         linewidth: 1
674         showgrid: True
675         showline: True
676         showticklabels: True
677         tickcolor: "rgb(238, 238, 238)"
678         zeroline: False
679       legend:
680         orientation: "h"
681         xanchor: "center"
682         yanchor: "top"
683         x: 0.5
684         y: 1
685         bgcolor: "rgba(255, 255, 255, 0)"
686         bordercolor: "rgba(255, 255, 255, 0)"
687       barmode: "group"
688       bargap: 0.15
689       bargroupgap: 0.1
690       autosize: False
691       margin:
692           't': 50
693           'b': 300
694           'l': 50
695           'r': 20
696       showlegend: True
697       width: 700
698       height: 1000
699
700 -
701   type: "static"
702   src-path: "{DIR[RST]}"
703   dst-path: "{DIR[WORKING,SRC]}"
704
705 -
706   type: "input"
707   general:
708     file-name: "robot-plugin.zip"
709     file-format: ".zip"
710     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
711     extract: "robot-plugin/output.xml"
712
713   builds:
714
715     csit-vpp-perf-1801-all:
716     - 124  # sel
717     - 127  # sel
718     - 128  # sel
719     - 141  # sel
720     - 142  # sel
721     - 143  # sel
722     - 145  # sel
723     - 146  # sel
724     - 162  # sel
725     - 163  # sel
726     - 167  # sel
727     - 172  # sel acl only
728     csit-vpp-perf-1804-all:
729     - 21  # sel
730     - 22  # sel
731     - 23  # sel
732     - 24  # sel
733     - 27  # sel
734     - 28  # sel
735     - 29  # sel
736     - 30  # sel
737     - 31  # sel
738     - 35  # sel
739     # TODO: Add Data sources
740     csit-vpp-perf-verify-1807-3n-hsw:
741     - 8   # MRR full
742     - 9   # MRR sel
743     - 21  # MRR sel
744     - 31  # MRR sel
745     - 33  # MRR sel
746     - 36  # MRR sel
747     - 41  # MRR sel
748     - 42  # MRR sel
749     - 48  # MRR sel
750     - 11  # NDRPDR full 1
751     - 22  # NDRPDR full 2
752     - 15  # NDRPDR sel
753     - 16  # NDRPDR sel
754     - 19  # NDRPDR sel
755     - 18  # NDRPDR sel
756     - 20  # NDRPDR sel
757     - 38  # NDRPDR sel
758     - 40  # NDRPDR sel
759     - 44  # NDRPDR sel
760     - 47  # NDRPDR sel
761     - 24  # WRK
762     - 25  # WRK
763     - 23  # WRK
764     - 26  # WRK
765     - 27  # WRK
766     - 28  # WRK
767     - 29  # WRK
768     - 30  # WRK
769     - 32  # WRK
770     - 35  # WRK
771     csit-vpp-perf-verify-1807-3n-skx:
772     - 31  # MRR full
773     - 28  # MRR sel
774     - 32  # MRR sel
775     - 36  # MRR sel
776     - 42  # MRR sel
777     - 47  # MRR sel
778     - 48  # MRR sel
779     - 51  # MRR sel
780     - 52  # MRR sel
781     - 53  # MRR sel
782     - 54  # MRR sel
783     - 40  # NDRPDR full 1
784     - 41  # NDRPDR full 2
785     - 33  # NDRPDR sel
786     - 35  # NDRPDR sel
787     - 37  # NDRPDR sel
788     - 38  # NDRPDR sel
789     - 39  # NDRPDR sel
790     - 43  # NDRPDR sel
791     - 44  # NDRPDR sel
792     - 49  # NDRPDR sel
793     - 50  # NDRPDR sel
794     - 56  # NDRPDR sel
795     csit-vpp-perf-verify-1807-2n-skx:
796     - 27  # MRR full
797     - 31  # MRR sel
798     - 33  # MRR sel
799     - 37  # MRR sel
800     - 38  # MRR sel
801     - 41  # MRR sel
802     - 43  # MRR sel
803     - 44  # MRR sel
804     - 45  # MRR sel
805     - 46  # MRR sel
806     - 47  # MRR sel
807     - 32  # NDRPDR full
808     - 26  # NDRPDR sel
809     - 28  # NDRPDR sel
810     - 29  # NDRPDR sel
811     - 30  # NDRPDR sel
812     - 34  # NDRPDR sel
813     - 35  # NDRPDR sel
814     - 36  # NDRPDR sel
815     - 39  # NDRPDR sel
816     - 40  # NDRPDR sel
817     - 42  # NDRPDR sel
818     csit-vpp-perf-check-1801:
819     - 3   # mrr
820     - 4   # mrr
821     - 5   # mrr
822     - 6   # mrr
823     - 7   # mrr
824     - 8   # mrr
825     - 9   # mrr
826     - 11  # mrr
827     - 12  # mrr
828     - 13  # mrr
829     csit-vpp-perf-check-1804:
830     - 5   # mrr - full
831     - 6   # mrr - sel
832     - 13  # mrr - sel
833     - 14  # mrr - sel
834     - 15  # mrr - sel
835     - 16  # mrr - sel
836     - 17  # mrr - sel
837     - 19  # mrr - sel
838     - 20  # mrr - sel
839     - 21  # mrr - sel
840     - 22  # mrr - sel
841     csit-ligato-perf-1804-all:
842     - 4   # full
843     - 5   # sel
844     - 6   # sel
845     - 7   # sel
846     - 8   # sel
847     - 9   # sel
848     - 10  # sel
849     - 11  # sel
850     - 12  # sel
851     - 13  # sel
852     - 14  # sel
853     # TODO: Add Data sources
854     csit-ligato-perf-1807-all:
855     - 3   # full ?
856     - 4   # sel
857     csit-dpdk-perf-1804-all:
858     - 4
859     - 5
860     - 6
861     - 7
862     - 8
863     - 9
864     - 10
865     - 11
866     - 12
867     - 13
868     csit-dpdk-perf-verify-1807-3n-hsw:
869     - 11
870     - 12  # full
871     - 14
872     - 15
873     - 16
874     - 17
875     - 20
876     - 21
877     - 22
878     - 23
879     csit-dpdk-perf-verify-1807-3n-skx:
880     - 1
881     - 2
882     - 3
883     - 6
884     - 7
885     - 8
886     - 9
887     - 10
888     - 11
889     - 12
890     csit-dpdk-perf-verify-1807-2n-skx:
891     - 1
892     - 2
893     - 3
894     - 4
895     - 5
896     - 6
897     - 7
898     - 8
899     - 9
900     - 10
901     csit-vpp-functional-1807-ubuntu1604-virl:
902     - 278
903     csit-vpp-functional-1807-centos7-virl:
904     - 278
905     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
906     - 2
907     # TODO: Replace with 1807 job:
908     csit-dmm-functional-master-ubuntu1604-virl:
909     - 95
910     csit-hc2vpp-verify-func-1807-ubuntu1604:
911     - 6
912
913 -
914   type: "output"
915   output: "report"
916   format:
917     html:
918     - full
919     pdf:
920     - minimal
921
922 ################################################################################
923 ###                               T A B L E S                                ###
924 ################################################################################
925
926 ################################################################################
927 # VPP
928 -
929   type: "table"
930   title: "VPP Performance Changes 1t1c pdr"
931   algorithm: "table_performance_comparison"
932   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
933   history:
934     -
935       title: "rls1801"
936       data:
937         csit-vpp-perf-1801-all:
938         - 124  # sel
939         - 127  # sel
940         - 128  # sel
941         - 141  # sel
942         - 142  # sel
943         - 143  # sel
944         - 145  # sel
945         - 146  # sel
946         - 162  # sel
947         - 163  # sel
948         - 167  # sel
949         - 172  # sel acl only
950   reference:
951     title: "rls1804"
952     data:
953       csit-vpp-perf-1804-all:
954       - 21  # sel
955       - 22  # sel
956       - 23  # sel
957       - 24  # sel
958       - 27  # sel
959       - 28  # sel
960       - 29  # sel
961       - 30  # sel
962       - 31  # sel
963       - 35  # sel
964   compare:
965     title: "rls1807"
966     data:
967       # TODO: Add Data sources
968       csit-vpp-perf-verify-1807-3n-hsw:
969       - 11  # NDRPDR full 1
970       - 22  # NDRPDR full 2
971       - 15  # NDRPDR sel
972       - 16  # NDRPDR sel
973       - 19  # NDRPDR sel
974       - 18  # NDRPDR sel
975       - 20  # NDRPDR sel
976       - 38  # NDRPDR sel
977       - 40  # NDRPDR sel
978       - 44  # NDRPDR sel
979       - 47  # NDRPDR sel
980   data: "vpp-performance-changes"
981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
982   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
983   parameters:
984   - "name"
985   - "parent"
986   - "throughput"
987
988 -
989   type: "table"
990   title: "VPP Performance Changes 2t2c pdr"
991   algorithm: "table_performance_comparison"
992   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
993   history:
994     -
995       title: "rls1801"
996       data:
997         csit-vpp-perf-1801-all:
998         - 124  # sel
999         - 127  # sel
1000         - 128  # sel
1001         - 141  # sel
1002         - 142  # sel
1003         - 143  # sel
1004         - 145  # sel
1005         - 146  # sel
1006         - 162  # sel
1007         - 163  # sel
1008         - 167  # sel
1009         - 172  # sel acl only
1010   reference:
1011     title: "rls1804"
1012     data:
1013       csit-vpp-perf-1804-all:
1014       - 21  # sel
1015       - 22  # sel
1016       - 23  # sel
1017       - 24  # sel
1018       - 27  # sel
1019       - 28  # sel
1020       - 29  # sel
1021       - 30  # sel
1022       - 31  # sel
1023       - 35  # sel
1024   compare:
1025     title: "rls1807"
1026     data:
1027       # TODO: Add Data sources
1028       csit-vpp-perf-verify-1807-3n-hsw:
1029       - 11  # NDRPDR full 1
1030       - 22  # NDRPDR full 2
1031       - 15  # NDRPDR sel
1032       - 16  # NDRPDR sel
1033       - 19  # NDRPDR sel
1034       - 18  # NDRPDR sel
1035       - 20  # NDRPDR sel
1036       - 38  # NDRPDR sel
1037       - 40  # NDRPDR sel
1038       - 44  # NDRPDR sel
1039       - 47  # NDRPDR sel
1040   data: "vpp-performance-changes"
1041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1042   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1043   parameters:
1044   - "name"
1045   - "parent"
1046   - "throughput"
1047
1048 -
1049   type: "table"
1050   title: "VPP Performance Changes 1t1c ndr"
1051   algorithm: "table_performance_comparison"
1052   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1053   history:
1054     -
1055       title: "rls1801"
1056       data:
1057         csit-vpp-perf-1801-all:
1058         - 124  # sel
1059         - 127  # sel
1060         - 128  # sel
1061         - 141  # sel
1062         - 142  # sel
1063         - 143  # sel
1064         - 145  # sel
1065         - 146  # sel
1066         - 162  # sel
1067         - 163  # sel
1068         - 167  # sel
1069         - 172  # sel acl only
1070   reference:
1071     title: "rls1804"
1072     data:
1073       csit-vpp-perf-1804-all:
1074       - 21  # sel
1075       - 22  # sel
1076       - 23  # sel
1077       - 24  # sel
1078       - 27  # sel
1079       - 28  # sel
1080       - 29  # sel
1081       - 30  # sel
1082       - 31  # sel
1083       - 35  # sel
1084   compare:
1085     title: "rls1807"
1086     data:
1087       # TODO: Add Data sources
1088       csit-vpp-perf-verify-1807-3n-hsw:
1089       - 11  # NDRPDR full 1
1090       - 22  # NDRPDR full 2
1091       - 15  # NDRPDR sel
1092       - 16  # NDRPDR sel
1093       - 19  # NDRPDR sel
1094       - 18  # NDRPDR sel
1095       - 20  # NDRPDR sel
1096       - 38  # NDRPDR sel
1097       - 40  # NDRPDR sel
1098       - 44  # NDRPDR sel
1099       - 47  # NDRPDR sel
1100   data: "vpp-performance-changes"
1101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1102   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1103   parameters:
1104   - "name"
1105   - "parent"
1106   - "throughput"
1107
1108 -
1109   type: "table"
1110   title: "VPP Performance Changes 2t2c ndr"
1111   algorithm: "table_performance_comparison"
1112   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1113   history:
1114     -
1115       title: "rls1801"
1116       data:
1117         csit-vpp-perf-1801-all:
1118         - 124  # sel
1119         - 127  # sel
1120         - 128  # sel
1121         - 141  # sel
1122         - 142  # sel
1123         - 143  # sel
1124         - 145  # sel
1125         - 146  # sel
1126         - 162  # sel
1127         - 163  # sel
1128         - 167  # sel
1129         - 172  # sel acl only
1130   reference:
1131     title: "rls1804"
1132     data:
1133       csit-vpp-perf-1804-all:
1134       - 21  # sel
1135       - 22  # sel
1136       - 23  # sel
1137       - 24  # sel
1138       - 27  # sel
1139       - 28  # sel
1140       - 29  # sel
1141       - 30  # sel
1142       - 31  # sel
1143       - 35  # sel
1144   compare:
1145     title: "rls1807"
1146     data:
1147       # TODO: Add Data sources
1148       csit-vpp-perf-verify-1807-3n-hsw:
1149       - 11  # NDRPDR full 1
1150       - 22  # NDRPDR full 2
1151       - 15  # NDRPDR sel
1152       - 16  # NDRPDR sel
1153       - 19  # NDRPDR sel
1154       - 18  # NDRPDR sel
1155       - 20  # NDRPDR sel
1156       - 38  # NDRPDR sel
1157       - 40  # NDRPDR sel
1158       - 44  # NDRPDR sel
1159       - 47  # NDRPDR sel
1160   data: "vpp-performance-changes"
1161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1162   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1163   parameters:
1164   - "name"
1165   - "parent"
1166   - "throughput"
1167
1168 -
1169   type: "table"
1170   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1171   algorithm: "table_performance_comparison"
1172   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1173   reference:
1174     title: "3-Node Hsw"
1175     data:
1176       # TODO: Add Data sources
1177       csit-vpp-perf-verify-1807-3n-hsw:
1178       - 11  # NDRPDR full 1
1179       - 22  # NDRPDR full 2
1180       - 15  # NDRPDR sel
1181       - 16  # NDRPDR sel
1182       - 19  # NDRPDR sel
1183       - 18  # NDRPDR sel
1184       - 20  # NDRPDR sel
1185       - 38  # NDRPDR sel
1186       - 40  # NDRPDR sel
1187       - 44  # NDRPDR sel
1188       - 47  # NDRPDR sel
1189   compare:
1190     title: "3-Node Skx"
1191     data:
1192       csit-vpp-perf-verify-1807-3n-skx:
1193       - 33  # NDRPDR sel
1194       - 35  # NDRPDR sel
1195       - 37  # NDRPDR sel
1196       - 38  # NDRPDR sel
1197       - 39  # NDRPDR sel
1198       - 43  # NDRPDR sel
1199       - 44  # NDRPDR sel
1200       - 49  # NDRPDR sel
1201       - 50  # NDRPDR sel
1202       - 56  # NDRPDR sel
1203   data: "vpp-compare-testbeds"
1204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1205   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1206   parameters:
1207   - "name"
1208   - "parent"
1209   - "throughput"
1210
1211 -
1212   type: "table"
1213   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1214   algorithm: "table_performance_comparison"
1215   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1216   reference:
1217     title: "3-Node Hsw"
1218     data:
1219       # TODO: Add Data sources
1220       csit-vpp-perf-verify-1807-3n-hsw:
1221       - 11  # NDRPDR full 1
1222       - 22  # NDRPDR full 2
1223       - 15  # NDRPDR sel
1224       - 16  # NDRPDR sel
1225       - 19  # NDRPDR sel
1226       - 18  # NDRPDR sel
1227       - 20  # NDRPDR sel
1228       - 38  # NDRPDR sel
1229       - 40  # NDRPDR sel
1230       - 44  # NDRPDR sel
1231       - 47  # NDRPDR sel
1232   compare:
1233     title: "3-Node Skx"
1234     data:
1235       csit-vpp-perf-verify-1807-3n-skx:
1236       - 33  # NDRPDR sel
1237       - 35  # NDRPDR sel
1238       - 37  # NDRPDR sel
1239       - 38  # NDRPDR sel
1240       - 39  # NDRPDR sel
1241       - 43  # NDRPDR sel
1242       - 44  # NDRPDR sel
1243       - 49  # NDRPDR sel
1244       - 50  # NDRPDR sel
1245       - 56  # NDRPDR sel
1246   data: "vpp-compare-testbeds"
1247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1248   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1249   parameters:
1250   - "name"
1251   - "parent"
1252   - "throughput"
1253
1254 -
1255   type: "table"
1256   title: "VPP Performance Changes - 1t1c MRR"
1257   algorithm: "table_performance_comparison"
1258   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1259   history:
1260     -
1261       title: "rls1801"
1262       data:
1263         csit-vpp-perf-check-1801:
1264         - 3
1265         - 4
1266         - 5
1267         - 6
1268         - 7
1269         - 8
1270         - 9
1271         - 11
1272         - 12
1273         - 13
1274   reference:
1275     title: "rls1804"
1276     data:
1277       csit-vpp-perf-check-1804:
1278       - 6   # mrr - sel
1279       - 13  # mrr - sel
1280       - 14  # mrr - sel
1281       - 15  # mrr - sel
1282       - 16  # mrr - sel
1283       - 17  # mrr - sel
1284       - 19  # mrr - sel
1285       - 20  # mrr - sel
1286       - 21  # mrr - sel
1287       - 22  # mrr - sel
1288   compare:
1289     title: "rls1807"
1290     data:
1291       # TODO: Add Data sources
1292       csit-vpp-perf-verify-1807-3n-hsw:
1293       - 8   # MRR full
1294       - 9   # MRR sel
1295       - 21  # MRR sel
1296       - 31  # MRR sel
1297       - 33  # MRR sel
1298       - 36  # MRR sel
1299       - 41  # MRR sel
1300       - 42  # MRR sel
1301       - 48  # MRR sel
1302   data: "vpp-performance-changes-mrr"
1303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1304   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1305   parameters:
1306   - "name"
1307   - "parent"
1308   - "result"
1309
1310 -
1311   type: "table"
1312   title: "VPP Performance Changes - 2t2c MRR"
1313   algorithm: "table_performance_comparison"
1314   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1315   history:
1316     -
1317       title: "rls1801"
1318       data:
1319         csit-vpp-perf-check-1801:
1320         - 3
1321         - 4
1322         - 5
1323         - 6
1324         - 7
1325         - 8
1326         - 9
1327         - 11
1328         - 12
1329         - 13
1330   reference:
1331     title: "rls1804"
1332     data:
1333       csit-vpp-perf-check-1804:
1334       - 6   # mrr - sel
1335       - 13  # mrr - sel
1336       - 14  # mrr - sel
1337       - 15  # mrr - sel
1338       - 16  # mrr - sel
1339       - 17  # mrr - sel
1340       - 19  # mrr - sel
1341       - 20  # mrr - sel
1342       - 21  # mrr - sel
1343       - 22  # mrr - sel
1344   compare:
1345     title: "rls1807"
1346     data:
1347       # TODO: Add Data sources
1348       csit-vpp-perf-verify-1807-3n-hsw:
1349       - 8   # MRR full
1350       - 9   # MRR sel
1351       - 21  # MRR sel
1352       - 31  # MRR sel
1353       - 33  # MRR sel
1354       - 36  # MRR sel
1355       - 41  # MRR sel
1356       - 42  # MRR sel
1357       - 48  # MRR sel
1358   data: "vpp-performance-changes-mrr"
1359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1360   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1361   parameters:
1362   - "name"
1363   - "parent"
1364   - "result"
1365
1366 -
1367   type: "table"
1368   title: "VPP Performance Changes - 4t4c MRR"
1369   algorithm: "table_performance_comparison"
1370   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1371   history:
1372     -
1373       title: "rls1801"
1374       data:
1375         csit-vpp-perf-check-1801:
1376         - 3
1377         - 4
1378         - 5
1379         - 6
1380         - 7
1381         - 8
1382         - 9
1383         - 11
1384         - 12
1385         - 13
1386   reference:
1387     title: "rls1804"
1388     data:
1389       csit-vpp-perf-check-1804:
1390       - 6   # mrr - sel
1391       - 13  # mrr - sel
1392       - 14  # mrr - sel
1393       - 15  # mrr - sel
1394       - 16  # mrr - sel
1395       - 17  # mrr - sel
1396       - 19  # mrr - sel
1397       - 20  # mrr - sel
1398       - 21  # mrr - sel
1399       - 22  # mrr - sel
1400   compare:
1401     title: "rls1807"
1402     data:
1403       # TODO: Add Data sources
1404       csit-vpp-perf-verify-1807-3n-hsw:
1405       - 8   # MRR full
1406       - 9   # MRR sel
1407       - 21  # MRR sel
1408       - 31  # MRR sel
1409       - 33  # MRR sel
1410       - 36  # MRR sel
1411       - 41  # MRR sel
1412       - 42  # MRR sel
1413       - 48  # MRR sel
1414   data: "vpp-performance-changes-mrr"
1415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1416   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1417   parameters:
1418   - "name"
1419   - "parent"
1420   - "result"
1421
1422 -
1423   type: "table"
1424   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1425   algorithm: "table_performance_comparison"
1426   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1427   reference:
1428     title: "3-Node Hsw"
1429     data:
1430       # TODO: Add Data sources
1431       csit-vpp-perf-verify-1807-3n-hsw:
1432       - 8   # MRR full
1433       - 9   # MRR sel
1434       - 21  # MRR sel
1435       - 31  # MRR sel
1436       - 33  # MRR sel
1437       - 36  # MRR sel
1438       - 41  # MRR sel
1439       - 42  # MRR sel
1440       - 48  # MRR sel
1441   compare:
1442     title: "3-Node Skx"
1443     data:
1444       csit-vpp-perf-verify-1807-3n-skx:
1445       - 28  # MRR sel
1446       - 32  # MRR sel
1447       - 36  # MRR sel
1448       - 42  # MRR sel
1449       - 47  # MRR sel
1450       - 48  # MRR sel
1451       - 51  # MRR sel
1452       - 52  # MRR sel
1453       - 53  # MRR sel
1454       - 54  # MRR sel
1455   data: "vpp-compare-testbeds-mrr"
1456   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1457   filter: "'NIC_Intel-X710' and 'MRR'"
1458   parameters:
1459   - "name"
1460   - "parent"
1461   - "result"
1462
1463 -
1464   type: "table"
1465   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1466   algorithm: "table_merged_details"
1467   output-file-ext: ".csv"
1468   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1469   columns:
1470   -
1471     title: "Name"
1472     data: "data name"
1473   -
1474     title: "Status"
1475     data: "data msg"
1476   rows: "generated"
1477   data: "vpp-perf-results-3n-hsw"
1478   filter: "not 'NDRCHK' and not 'PDRCHK'"
1479   parameters:
1480   - "name"
1481   - "parent"
1482   - "msg"
1483
1484 -
1485   type: "table"
1486   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1487   algorithm: "table_merged_details"
1488   output-file-ext: ".csv"
1489   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1490   columns:
1491   -
1492     title: "Name"
1493     data: "data name"
1494   -
1495     title: "Status"
1496     data: "data msg"
1497   rows: "generated"
1498   data: "vpp-perf-results-3n-skx"
1499   filter: "not 'NDRCHK' and not 'PDRCHK'"
1500   parameters:
1501   - "name"
1502   - "parent"
1503   - "msg"
1504
1505 -
1506   type: "table"
1507   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1508   algorithm: "table_merged_details"
1509   output-file-ext: ".csv"
1510   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1511   columns:
1512   -
1513     title: "Name"
1514     data: "data name"
1515   -
1516     title: "Status"
1517     data: "data msg"
1518   rows: "generated"
1519   data: "vpp-perf-results-2n-skx"
1520   filter: "not 'NDRCHK' and not 'PDRCHK'"
1521   parameters:
1522   - "name"
1523   - "parent"
1524   - "msg"
1525
1526 -
1527   type: "table"
1528   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1529   algorithm: "table_merged_details"
1530   output-file-ext: ".csv"
1531   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1532   columns:
1533   -
1534     title: "Name"
1535     data: "data name"
1536   -
1537     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1538     data: "data vat-history"
1539   rows: "generated"
1540   data: "vpp-perf-results-3n-hsw"
1541   filter: "not 'NDRCHK' and not 'PDRCHK'"
1542   parameters:
1543   - "parent"
1544   - "name"
1545   - "vat-history"
1546
1547 -
1548   type: "table"
1549   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1550   algorithm: "table_merged_details"
1551   output-file-ext: ".csv"
1552   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1553   columns:
1554   -
1555     title: "Name"
1556     data: "data name"
1557   -
1558     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1559     data: "data vat-history"
1560   rows: "generated"
1561   data: "vpp-perf-results-3n-skx"
1562   filter: "not 'NDRCHK' and not 'PDRCHK'"
1563   parameters:
1564   - "parent"
1565   - "name"
1566   - "vat-history"
1567
1568 -
1569   type: "table"
1570   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1571   algorithm: "table_merged_details"
1572   output-file-ext: ".csv"
1573   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1574   columns:
1575   -
1576     title: "Name"
1577     data: "data name"
1578   -
1579     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1580     data: "data vat-history"
1581   rows: "generated"
1582   data: "vpp-perf-results-2n-skx"
1583   filter: "not 'NDRCHK' and not 'PDRCHK'"
1584   parameters:
1585   - "parent"
1586   - "name"
1587   - "vat-history"
1588
1589 -
1590   type: "table"
1591   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1592   algorithm: "table_merged_details"
1593   output-file-ext: ".csv"
1594   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1595   columns:
1596   -
1597     title: "Name"
1598     data: "data name"
1599   -
1600     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1601     data: "data show-run"
1602   rows: "generated"
1603   data: "vpp-perf-results-3n-hsw"
1604   filter: "not 'NDRCHK' and not 'PDRCHK'"
1605   parameters:
1606   - "parent"
1607   - "name"
1608   - "show-run"
1609
1610 -
1611   type: "table"
1612   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1613   algorithm: "table_merged_details"
1614   output-file-ext: ".csv"
1615   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1616   columns:
1617   -
1618     title: "Name"
1619     data: "data name"
1620   -
1621     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1622     data: "data show-run"
1623   rows: "generated"
1624   data: "vpp-perf-results-3n-skx"
1625   filter: "not 'NDRCHK' and not 'PDRCHK'"
1626   parameters:
1627   - "parent"
1628   - "name"
1629   - "show-run"
1630
1631 -
1632   type: "table"
1633   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1634   algorithm: "table_merged_details"
1635   output-file-ext: ".csv"
1636   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1637   columns:
1638   -
1639     title: "Name"
1640     data: "data name"
1641   -
1642     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1643     data: "data show-run"
1644   rows: "generated"
1645   data: "vpp-perf-results-2n-skx"
1646   filter: "not 'NDRCHK' and not 'PDRCHK'"
1647   parameters:
1648   - "parent"
1649   - "name"
1650   - "show-run"
1651
1652 -
1653   type: "table"
1654   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1655   algorithm: "table_details"
1656   output-file-ext: ".csv"
1657   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1658   columns:
1659   -
1660     title: "Name"
1661     data: "data name"
1662   -
1663     title: "Status"
1664     data: "data msg"
1665   rows: "generated"
1666   data: "vpp-mrr-results-3n-hsw"
1667   filter: "'MRR'"
1668   parameters:
1669   - "name"
1670   - "parent"
1671   - "msg"
1672
1673 -
1674   type: "table"
1675   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1676   algorithm: "table_details"
1677   output-file-ext: ".csv"
1678   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1679   columns:
1680   -
1681     title: "Name"
1682     data: "data name"
1683   -
1684     title: "Status"
1685     data: "data msg"
1686   rows: "generated"
1687   data: "vpp-mrr-results-3n-skx"
1688   filter: "'MRR'"
1689   parameters:
1690   - "name"
1691   - "parent"
1692   - "msg"
1693
1694 -
1695   type: "table"
1696   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1697   algorithm: "table_details"
1698   output-file-ext: ".csv"
1699   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1700   columns:
1701   -
1702     title: "Name"
1703     data: "data name"
1704   -
1705     title: "Status"
1706     data: "data msg"
1707   rows: "generated"
1708   data: "vpp-mrr-results-2n-skx"
1709   filter: "'MRR'"
1710   parameters:
1711   - "name"
1712   - "parent"
1713   - "msg"
1714
1715 -
1716   type: "table"
1717   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1718   algorithm: "table_details"
1719   output-file-ext: ".csv"
1720   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1721   columns:
1722   -
1723     title: "Name"
1724     data: "data name"
1725   -
1726     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1727     data: "data vat-history"
1728   rows: "generated"
1729   data: "vpp-mrr-results-3n-hsw"
1730   filter: "'MRR'"
1731   parameters:
1732   - "parent"
1733   - "name"
1734   - "vat-history"
1735
1736 -
1737   type: "table"
1738   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1739   algorithm: "table_details"
1740   output-file-ext: ".csv"
1741   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1742   columns:
1743   -
1744     title: "Name"
1745     data: "data name"
1746   -
1747     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1748     data: "data vat-history"
1749   rows: "generated"
1750   data: "vpp-mrr-results-3n-skx"
1751   filter: "'MRR'"
1752   parameters:
1753   - "parent"
1754   - "name"
1755   - "vat-history"
1756
1757 -
1758   type: "table"
1759   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1760   algorithm: "table_details"
1761   output-file-ext: ".csv"
1762   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1763   columns:
1764   -
1765     title: "Name"
1766     data: "data name"
1767   -
1768     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1769     data: "data vat-history"
1770   rows: "generated"
1771   data: "vpp-mrr-results-2n-skx"
1772   filter: "'MRR'"
1773   parameters:
1774   - "parent"
1775   - "name"
1776   - "vat-history"
1777
1778 -
1779   type: "table"
1780   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1781   algorithm: "table_details"
1782   output-file-ext: ".csv"
1783   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1784   columns:
1785   -
1786     title: "Name"
1787     data: "data name"
1788   -
1789     title: "Documentation"
1790     data: "data doc"
1791   -
1792     title: "Status"
1793     data: "data status"
1794   rows: "generated"
1795   data: "vpp-func-results-ubuntu"
1796   filter: "all"
1797   parameters:
1798   - "name"
1799   - "parent"
1800   - "doc"
1801   - "status"
1802
1803 -
1804   type: "table"
1805   title: "Detailed Test Results - VPP Functional Results - CentOS"
1806   algorithm: "table_details"
1807   output-file-ext: ".csv"
1808   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1809   columns:
1810   -
1811     title: "Name"
1812     data: "data name"
1813   -
1814     title: "Documentation"
1815     data: "data doc"
1816   -
1817     title: "Status"
1818     data: "data status"
1819   rows: "generated"
1820   data:
1821     "vpp-func-results-centos"
1822   filter: "all"
1823   parameters:
1824   - "name"
1825   - "parent"
1826   - "doc"
1827   - "status"
1828
1829 -
1830   type: "table"
1831   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1832   algorithm: "table_details"
1833   output-file-ext: ".csv"
1834   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1835   columns:
1836   -
1837     title: "Name"
1838     data: "data name"
1839   -
1840     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1841     data: "data vat-history"
1842   rows: "generated"
1843   data: "vpp-func-results-ubuntu"
1844   filter: "all"
1845   parameters:
1846   - "parent"
1847   - "name"
1848   - "vat-history"
1849
1850 -
1851   type: "table"
1852   title: "Test configuration - VPP Functional Test Configs - CentOS"
1853   algorithm: "table_details"
1854   output-file-ext: ".csv"
1855   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1856   columns:
1857   -
1858     title: "Name"
1859     data: "data name"
1860   -
1861     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1862     data: "data vat-history"
1863   rows: "generated"
1864   data: "vpp-func-results-centos"
1865   filter: "all"
1866   parameters:
1867   - "parent"
1868   - "name"
1869   - "vat-history"
1870
1871 -
1872   type: "table"
1873   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1874   algorithm: "table_details"
1875   output-file-ext: ".csv"
1876   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1877   columns:
1878   -
1879     title: "Name"
1880     data: "data name"
1881   -
1882     title: "Status"
1883     data: "data msg"
1884   rows: "generated"
1885   data: "ligato-perf-results-3n-hsw"
1886   filter: "all"
1887   parameters:
1888   - "name"
1889   - "parent"
1890   - "msg"
1891
1892 ################################################################################
1893 # DPDK
1894 -
1895   type: "table"
1896   title: "DPDK Performance Changes 1t1c pdr"
1897   algorithm: "table_performance_comparison"
1898   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1899   reference:
1900     title: "rls1804"
1901     data:
1902       csit-dpdk-perf-1804-all:
1903       - 4
1904       - 5
1905       - 6
1906       - 7
1907       - 8
1908       - 9
1909       - 10
1910       - 11
1911       - 12
1912       - 13
1913   compare:
1914     title: "rls1807"
1915     data:
1916       csit-dpdk-perf-verify-1807-3n-hsw:
1917       - 11
1918       - 12  # full
1919       - 14
1920       - 15
1921       - 16
1922       - 17
1923       - 20
1924       - 21
1925       - 22
1926       - 23
1927   data: "dpdk-performance-changes"
1928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1929   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1930   parameters:
1931   - "name"
1932   - "parent"
1933   - "throughput"
1934
1935 -
1936   type: "table"
1937   title: "DPDK Performance Changes 2t2c pdr"
1938   algorithm: "table_performance_comparison"
1939   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1940   reference:
1941     title: "rls1804"
1942     data:
1943       csit-dpdk-perf-1804-all:
1944       - 4
1945       - 5
1946       - 6
1947       - 7
1948       - 8
1949       - 9
1950       - 10
1951       - 11
1952       - 12
1953       - 13
1954   compare:
1955     title: "rls1807"
1956     data:
1957       csit-dpdk-perf-verify-1807-3n-hsw:
1958       - 11
1959       - 12  # full
1960       - 14
1961       - 15
1962       - 16
1963       - 17
1964       - 20
1965       - 21
1966       - 22
1967       - 23
1968   data: "dpdk-performance-changes"
1969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1970   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1971   parameters:
1972   - "name"
1973   - "parent"
1974   - "throughput"
1975
1976 -
1977   type: "table"
1978   title: "DPDK Performance Changes 1t1c ndr"
1979   algorithm: "table_performance_comparison"
1980   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1981   reference:
1982     title: "rls1804"
1983     data:
1984       csit-dpdk-perf-1804-all:
1985       - 4
1986       - 5
1987       - 6
1988       - 7
1989       - 8
1990       - 9
1991       - 10
1992       - 11
1993       - 12
1994       - 13
1995   compare:
1996     title: "rls1807"
1997     data:
1998       csit-dpdk-perf-verify-1807-3n-hsw:
1999       - 11
2000       - 12  # full
2001       - 14
2002       - 15
2003       - 16
2004       - 17
2005       - 20
2006       - 21
2007       - 22
2008       - 23
2009   data: "dpdk-performance-changes"
2010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2011   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2012   parameters:
2013   - "name"
2014   - "parent"
2015   - "throughput"
2016
2017 -
2018   type: "table"
2019   title: "DPDK Performance Changes 2t2c ndr"
2020   algorithm: "table_performance_comparison"
2021   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2022   reference:
2023     title: "rls1804"
2024     data:
2025       csit-dpdk-perf-1804-all:
2026       - 4
2027       - 5
2028       - 6
2029       - 7
2030       - 8
2031       - 9
2032       - 10
2033       - 11
2034       - 12
2035       - 13
2036   compare:
2037     title: "rls1807"
2038     data:
2039       csit-dpdk-perf-verify-1807-3n-hsw:
2040       - 11
2041       - 12  # full
2042       - 14
2043       - 15
2044       - 16
2045       - 17
2046       - 20
2047       - 21
2048       - 22
2049       - 23
2050   data: "dpdk-performance-changes"
2051   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2052   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2053   parameters:
2054   - "name"
2055   - "parent"
2056   - "throughput"
2057
2058 -
2059   type: "table"
2060   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2061   algorithm: "table_performance_comparison"
2062   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2063   reference:
2064     title: "3-Node Hsw"
2065     data:
2066       csit-dpdk-perf-verify-1807-3n-hsw:
2067       - 11
2068       - 12  # full
2069       - 14
2070       - 15
2071       - 16
2072       - 17
2073       - 20
2074       - 21
2075       - 22
2076       - 23
2077   compare:
2078     title: "3-Node Skx"
2079     data:
2080       csit-dpdk-perf-verify-1807-3n-skx:
2081       - 1
2082       - 2
2083       - 3
2084       - 6
2085       - 7
2086       - 8
2087       - 9
2088       - 10
2089       - 11
2090       - 12
2091   data: "dpdk-compare-testbeds"
2092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2093   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2094   parameters:
2095   - "name"
2096   - "parent"
2097   - "throughput"
2098
2099 -
2100   type: "table"
2101   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2102   algorithm: "table_performance_comparison"
2103   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2104   reference:
2105     title: "3-Node Hsw"
2106     data:
2107       csit-dpdk-perf-verify-1807-3n-hsw:
2108       - 11
2109       - 12  # full
2110       - 14
2111       - 15
2112       - 16
2113       - 17
2114       - 20
2115       - 21
2116       - 22
2117       - 23
2118   compare:
2119     title: "3-Node Skx"
2120     data:
2121       csit-dpdk-perf-verify-1807-3n-skx:
2122       - 1
2123       - 2
2124       - 3
2125       - 6
2126       - 7
2127       - 8
2128       - 9
2129       - 10
2130       - 11
2131       - 12
2132   data: "dpdk-compare-testbeds"
2133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2134   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2135   parameters:
2136   - "name"
2137   - "parent"
2138   - "throughput"
2139
2140 -
2141   type: "table"
2142   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2143   algorithm: "table_performance_comparison"
2144   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2145   reference:
2146     title: "3-Node Hsw"
2147     data:
2148       csit-dpdk-perf-verify-1807-3n-hsw:
2149       - 11
2150       - 12  # full
2151       - 14
2152       - 15
2153       - 16
2154       - 17
2155       - 20
2156       - 21
2157       - 22
2158       - 23
2159   compare:
2160     title: "3-Node Skx"
2161     data:
2162       csit-dpdk-perf-verify-1807-3n-skx:
2163       - 1
2164       - 2
2165       - 3
2166       - 6
2167       - 7
2168       - 8
2169       - 9
2170       - 10
2171       - 11
2172       - 12
2173   data: "dpdk-compare-testbeds"
2174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2175   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2176   parameters:
2177   - "name"
2178   - "parent"
2179   - "throughput"
2180
2181 -
2182   type: "table"
2183   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2184   algorithm: "table_details"
2185   output-file-ext: ".csv"
2186   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2187   columns:
2188   -
2189     title: "Name"
2190     data: "data name"
2191   -
2192     title: "Status"
2193     data: "data msg"
2194   rows: "generated"
2195   data: "dpdk-perf-results-3n-hsw"
2196   filter: "all"
2197   parameters:
2198   - "name"
2199   - "parent"
2200   - "msg"
2201
2202 -
2203   type: "table"
2204   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2205   algorithm: "table_details"
2206   output-file-ext: ".csv"
2207   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2208   columns:
2209   -
2210     title: "Name"
2211     data: "data name"
2212   -
2213     title: "Status"
2214     data: "data msg"
2215   rows: "generated"
2216   data: "dpdk-perf-results-3n-skx"
2217   filter: "all"
2218   parameters:
2219   - "name"
2220   - "parent"
2221   - "msg"
2222
2223 -
2224   type: "table"
2225   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2226   algorithm: "table_details"
2227   output-file-ext: ".csv"
2228   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2229   columns:
2230   -
2231     title: "Name"
2232     data: "data name"
2233   -
2234     title: "Status"
2235     data: "data msg"
2236   rows: "generated"
2237   data: "dpdk-perf-results-2n-skx"
2238   filter: "all"
2239   parameters:
2240   - "name"
2241   - "parent"
2242   - "msg"
2243
2244
2245 ################################################################################
2246 # HoneyComb
2247 -
2248   type: "table"
2249   title: "Detailed Test Results - Honeycomb Functional Results"
2250   algorithm: "table_details"
2251   output-file-ext: ".csv"
2252   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2253   columns:
2254   -
2255     title: "Name"
2256     data: "data name"
2257   -
2258     title: "Documentation"
2259     data: "data doc"
2260   -
2261     title: "Status"
2262     data: "data status"
2263   rows: "generated"
2264   data:
2265     "hc-func-results"
2266   filter: "all"
2267   parameters:
2268   - "name"
2269   - "parent"
2270   - "doc"
2271   - "status"
2272
2273 ################################################################################
2274 # NSH SFC
2275 -
2276   type: "table"
2277   title: "Detailed Test Results - NSH SFC Functional Results"
2278   algorithm: "table_details"
2279   output-file-ext: ".csv"
2280   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2281   columns:
2282   -
2283     title: "Name"
2284     data: "data name"
2285   -
2286     title: "Documentation"
2287     data: "data doc"
2288   -
2289     title: "Status"
2290     data: "data status"
2291   rows: "generated"
2292   data:
2293     "nsh-func-results"
2294   filter: "all"
2295   parameters:
2296   - "name"
2297   - "parent"
2298   - "doc"
2299   - "status"
2300
2301 ################################################################################
2302 # DMM
2303 -
2304   type: "table"
2305   title: "Detailed Test Results - DMM Functional Results"
2306   algorithm: "table_details"
2307   output-file-ext: ".csv"
2308   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2309   columns:
2310   -
2311     title: "Name"
2312     data: "data name"
2313   -
2314     title: "Documentation"
2315     data: "data doc"
2316   -
2317     title: "Status"
2318     data: "data status"
2319   rows: "generated"
2320   data:
2321     "dmm-func-results"
2322   filter: "all"
2323   parameters:
2324   - "name"
2325   - "parent"
2326   - "doc"
2327   - "status"
2328
2329 ################################################################################
2330 ###                                F I L E S                                 ###
2331 ################################################################################
2332
2333 -
2334   type: "file"
2335   title: "VPP Performance Results 3n-hsw"
2336   algorithm: "file_test_results"
2337   output-file-ext: ".rst"
2338   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2339   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"
2340   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2341   data: "vpp-perf-results-3n-hsw"
2342   filter: "not 'NDRCHK' and not 'PDRCHK'"
2343   parameters:
2344   - "name"
2345   - "doc"
2346   - "level"
2347   - "parent"
2348   data-start-level: 3
2349
2350 -
2351   type: "file"
2352   title: "VPP Performance Results 3n-skx"
2353   algorithm: "file_test_results"
2354   output-file-ext: ".rst"
2355   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2356   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"
2357   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2358   data: "vpp-perf-results-3n-skx"
2359   filter: "not 'NDRCHK' and not 'PDRCHK'"
2360   parameters:
2361   - "name"
2362   - "doc"
2363   - "level"
2364   - "parent"
2365   data-start-level: 3
2366
2367 -
2368   type: "file"
2369   title: "VPP Performance Results 2n-skx"
2370   algorithm: "file_test_results"
2371   output-file-ext: ".rst"
2372   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2373   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"
2374   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2375   data: "vpp-perf-results-2n-skx"
2376   filter: "not 'NDRCHK' and not 'PDRCHK'"
2377   parameters:
2378   - "name"
2379   - "doc"
2380   - "level"
2381   - "parent"
2382   data-start-level: 3
2383
2384 -
2385   type: "file"
2386   title: "VPP Performance Configuration 3n-hsw"
2387   algorithm: "file_test_results"
2388   output-file-ext: ".rst"
2389   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2390   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"
2391   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2392   data: "vpp-perf-results-3n-hsw"
2393   filter: "not 'NDRCHK' and not 'PDRCHK'"
2394   parameters:
2395   - "name"
2396   - "doc"
2397   - "level"
2398   - "parent"
2399   data-start-level: 3
2400
2401 -
2402   type: "file"
2403   title: "VPP Performance Configuration 3n-skx"
2404   algorithm: "file_test_results"
2405   output-file-ext: ".rst"
2406   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2407   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"
2408   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2409   data: "vpp-perf-results-3n-skx"
2410   filter: "not 'NDRCHK' and not 'PDRCHK'"
2411   parameters:
2412   - "name"
2413   - "doc"
2414   - "level"
2415   - "parent"
2416   data-start-level: 3
2417
2418 -
2419   type: "file"
2420   title: "VPP Performance Configuration 2n-skx"
2421   algorithm: "file_test_results"
2422   output-file-ext: ".rst"
2423   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2424   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"
2425   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2426   data: "vpp-perf-results-2n-skx"
2427   filter: "not 'NDRCHK' and not 'PDRCHK'"
2428   parameters:
2429   - "name"
2430   - "doc"
2431   - "level"
2432   - "parent"
2433   data-start-level: 3
2434
2435 -
2436   type: "file"
2437   title: "VPP Performance Operational Data 3n-hsw"
2438   algorithm: "file_test_results"
2439   output-file-ext: ".rst"
2440   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2441   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"
2442   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2443   data: "vpp-perf-results-3n-hsw"
2444   filter: "not 'NDRCHK' and not 'PDRCHK'"
2445   parameters:
2446   - "name"
2447   - "doc"
2448   - "level"
2449   - "parent"
2450   data-start-level: 3
2451
2452 -
2453   type: "file"
2454   title: "VPP Performance Operational Data 3n-skx"
2455   algorithm: "file_test_results"
2456   output-file-ext: ".rst"
2457   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2458   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"
2459   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2460   data: "vpp-perf-results-3n-skx"
2461   filter: "not 'NDRCHK' and not 'PDRCHK'"
2462   parameters:
2463   - "name"
2464   - "doc"
2465   - "level"
2466   - "parent"
2467   data-start-level: 3
2468
2469 -
2470   type: "file"
2471   title: "VPP Performance Operational Data 2n-skx"
2472   algorithm: "file_test_results"
2473   output-file-ext: ".rst"
2474   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2475   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"
2476   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2477   data: "vpp-perf-results-2n-skx"
2478   filter: "not 'NDRCHK' and not 'PDRCHK'"
2479   parameters:
2480   - "name"
2481   - "doc"
2482   - "level"
2483   - "parent"
2484   data-start-level: 3
2485
2486 -
2487   type: "file"
2488   title: "VPP MRR Results 3n-hsw"
2489   algorithm: "file_test_results"
2490   output-file-ext: ".rst"
2491   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2492   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"
2493   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2494   data: "vpp-mrr-results-3n-hsw"
2495   filter: "'MRR'"
2496   parameters:
2497   - "name"
2498   - "doc"
2499   - "level"
2500   - "parent"
2501   data-start-level: 3
2502
2503 -
2504   type: "file"
2505   title: "VPP MRR Results 3n-skx"
2506   algorithm: "file_test_results"
2507   output-file-ext: ".rst"
2508   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2509   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"
2510   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2511   data: "vpp-mrr-results-3n-skx"
2512   filter: "'MRR'"
2513   parameters:
2514   - "name"
2515   - "doc"
2516   - "level"
2517   - "parent"
2518   data-start-level: 3
2519
2520 -
2521   type: "file"
2522   title: "VPP MRR Results 2n-skx"
2523   algorithm: "file_test_results"
2524   output-file-ext: ".rst"
2525   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2526   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"
2527   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2528   data: "vpp-mrr-results-2n-skx"
2529   filter: "all"
2530   parameters:
2531   - "name"
2532   - "doc"
2533   - "level"
2534   - "parent"
2535   data-start-level: 3
2536
2537 -
2538   type: "file"
2539   title: "VPP MRR Configuration 3n-hsw"
2540   algorithm: "file_test_results"
2541   output-file-ext: ".rst"
2542   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2543   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"
2544   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2545   data: "vpp-mrr-results-3n-hsw"
2546   filter: "'MRR'"
2547   parameters:
2548   - "name"
2549   - "doc"
2550   - "level"
2551   - "parent"
2552   data-start-level: 3
2553
2554 -
2555   type: "file"
2556   title: "VPP MRR Configuration 3n-skx"
2557   algorithm: "file_test_results"
2558   output-file-ext: ".rst"
2559   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2560   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"
2561   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2562   data: "vpp-mrr-results-3n-skx"
2563   filter: "'MRR'"
2564   parameters:
2565   - "name"
2566   - "doc"
2567   - "level"
2568   - "parent"
2569   data-start-level: 3
2570
2571 -
2572   type: "file"
2573   title: "VPP MRR Configuration 2n-skx"
2574   algorithm: "file_test_results"
2575   output-file-ext: ".rst"
2576   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2577   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"
2578   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2579   data: "vpp-mrr-results-2n-skx"
2580   filter: "'MRR'"
2581   parameters:
2582   - "name"
2583   - "doc"
2584   - "level"
2585   - "parent"
2586   data-start-level: 3
2587
2588 -
2589   type: "file"
2590   title: "VPP Functional Results - Ubuntu"
2591   algorithm: "file_test_results"
2592   output-file-ext: ".rst"
2593   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2594   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"
2595   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2596   data: "vpp-func-results-ubuntu"
2597   filter: "all"
2598   parameters:
2599   - "name"
2600   - "doc"
2601   - "level"
2602   - "parent"
2603   data-start-level: 4
2604
2605 -
2606   type: "file"
2607   title: "VPP Functional Results - CentOS"
2608   algorithm: "file_test_results"
2609   output-file-ext: ".rst"
2610   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2611   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"
2612   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2613   data:
2614     "vpp-func-results-centos"
2615   filter: "all"
2616   parameters:
2617   - "name"
2618   - "doc"
2619   - "level"
2620   - "parent"
2621   data-start-level: 4
2622
2623 -
2624   type: "file"
2625   title: "VPP Functional Configuration - Ubuntu"
2626   algorithm: "file_test_results"
2627   output-file-ext: ".rst"
2628   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2629   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"
2630   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2631   data: "vpp-func-results-ubuntu"
2632   filter: "all"
2633   parameters:
2634   - "name"
2635   - "doc"
2636   - "level"
2637   - "parent"
2638   data-start-level: 4
2639
2640 -
2641   type: "file"
2642   title: "VPP Functional Configuration - CentOS"
2643   algorithm: "file_test_results"
2644   output-file-ext: ".rst"
2645   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2646   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"
2647   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2648   data:
2649     "vpp-func-results-centos"
2650   filter: "all"
2651   parameters:
2652   - "name"
2653   - "doc"
2654   - "level"
2655   - "parent"
2656   data-start-level: 4
2657
2658 -
2659   type: "file"
2660   title: "Container Orchestrated Performance Results 3n-hsw"
2661   algorithm: "file_test_results"
2662   output-file-ext: ".rst"
2663   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2664   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"
2665   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2666   data: "ligato-perf-results-3n-hsw"
2667   filter: "all"
2668   parameters:
2669   - "name"
2670   - "doc"
2671   - "level"
2672   - "parent"
2673   data-start-level: 3
2674
2675 -
2676   type: "file"
2677   title: "DPDK Performance Results 3n-hsw"
2678   algorithm: "file_test_results"
2679   output-file-ext: ".rst"
2680   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2681   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"
2682   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2683   data: "dpdk-perf-results-3n-hsw"
2684   filter: "all"
2685   parameters:
2686   - "name"
2687   - "doc"
2688   - "level"
2689   - "parent"
2690   data-start-level: 3
2691
2692 -
2693   type: "file"
2694   title: "DPDK Performance Results 3n-skx"
2695   algorithm: "file_test_results"
2696   output-file-ext: ".rst"
2697   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2698   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"
2699   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2700   data: "dpdk-perf-results-3n-skx"
2701   filter: "all"
2702   parameters:
2703   - "name"
2704   - "doc"
2705   - "level"
2706   - "parent"
2707   data-start-level: 3
2708
2709 -
2710   type: "file"
2711   title: "DPDK Performance Results 2n-skx"
2712   algorithm: "file_test_results"
2713   output-file-ext: ".rst"
2714   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2715   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"
2716   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2717   data: "dpdk-perf-results-2n-skx"
2718   filter: "all"
2719   parameters:
2720   - "name"
2721   - "doc"
2722   - "level"
2723   - "parent"
2724   data-start-level: 3
2725
2726 -
2727   type: "file"
2728   title: "Honeycomb Functional Results"
2729   algorithm: "file_test_results"
2730   output-file-ext: ".rst"
2731   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2732   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"
2733   dir-tables: "{DIR[DTR,FUNC,HC]}"
2734   data:
2735     "hc-func-results"
2736   filter: "all"
2737   parameters:
2738   - "name"
2739   - "doc"
2740   - "level"
2741   - "parent"
2742   data-start-level: 3
2743
2744 -
2745   type: "file"
2746   title: "NSH SFC Functional Results"
2747   algorithm: "file_test_results"
2748   output-file-ext: ".rst"
2749   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2750   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"
2751   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2752   data:
2753     "nsh-func-results"
2754   filter: "all"
2755   parameters:
2756   - "name"
2757   - "doc"
2758   - "level"
2759   - "parent"
2760   data-start-level: 3
2761
2762 -
2763   type: "file"
2764   title: "DMM Functional Results"
2765   algorithm: "file_test_results"
2766   output-file-ext: ".rst"
2767   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2768   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"
2769   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2770   data:
2771     "dmm-func-results"
2772   filter: "all"
2773   parameters:
2774   - "name"
2775   - "doc"
2776   - "level"
2777   - "parent"
2778   data-start-level: 3
2779
2780 ################################################################################
2781 ###                                P L O T S                                 ###
2782 ################################################################################
2783
2784 ################################################################################
2785 # Plots VPP HTTP Server Performance
2786 -
2787   type: "plot"
2788   title: "VPP HTTP Server Performance"
2789   algorithm: "plot_http_server_performance_box"
2790   output-file-type: ".html"
2791   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2792   data:
2793     "plot-vpp-http-server-performance"
2794   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2795   # each tag is enclosed with ' (apostrophe).
2796   filter: "'HTTP' and 'TCP_CPS'"
2797   parameters:
2798   - "result"
2799   - "name"
2800   traces:
2801     hoverinfo: "x+y"
2802     boxpoints: "outliers"
2803     whiskerwidth: 0
2804   layout:
2805     title: "VPP HTTP Server Performance"
2806     layout:
2807       "plot-cps"
2808
2809 -
2810   type: "plot"
2811   title: "VPP HTTP Server Performance"
2812   algorithm: "plot_http_server_performance_box"
2813   output-file-type: ".html"
2814   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2815   data:
2816     "plot-vpp-http-server-performance"
2817   filter: "'HTTP' and 'TCP_RPS'"
2818   parameters:
2819   - "result"
2820   - "name"
2821   traces:
2822     hoverinfo: "x+y"
2823     boxpoints: "outliers"
2824     whiskerwidth: 0
2825   layout:
2826     title: "VPP HTTP Server Performance"
2827     layout:
2828       "plot-rps"
2829
2830 ################################################################################
2831
2832 # Packet Throughput - VPP L2 3n-hsw-x520
2833 -
2834   type: "plot"
2835   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2836   algorithm: "plot_performance_box"
2837   output-file-type: ".html"
2838   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2839   data: "plot-vpp-throughput-latency-3n-hsw"
2840   filter: "'NIC_Intel-X520-DA2' and
2841            '64B' and
2842            ('BASE' or 'SCALE') and
2843            'NDRPDR' and
2844            '1T1C' and
2845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2846            not 'VHOST' and
2847            not 'MEMIF'"
2848   parameters:
2849   - "throughput"
2850   - "parent"
2851   traces:
2852     hoverinfo: "x+y"
2853     boxpoints: "outliers"
2854     whiskerwidth: 0
2855   layout:
2856     title: ""  # No title
2857     layout: "plot-throughput"
2858
2859 -
2860   type: "plot"
2861   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2862   algorithm: "plot_performance_box"
2863   output-file-type: ".html"
2864   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2865   data: "plot-vpp-throughput-latency-3n-hsw"
2866   filter: "'NIC_Intel-X520-DA2' and
2867            '64B' and
2868            ('BASE' or 'SCALE') and
2869            'NDRPDR' and
2870            '1T1C' and
2871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2872            not 'VHOST' and
2873            not 'MEMIF'"
2874   parameters:
2875   - "throughput"
2876   - "parent"
2877   traces:
2878     hoverinfo: "x+y"
2879     boxpoints: "outliers"
2880     whiskerwidth: 0
2881   layout:
2882     title: ""  # No title
2883     layout: "plot-throughput"
2884
2885 -
2886   type: "plot"
2887   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2888   algorithm: "plot_performance_box"
2889   output-file-type: ".html"
2890   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2891   data: "plot-vpp-throughput-latency-3n-hsw"
2892   filter: "'NIC_Intel-X520-DA2' and
2893            '64B' and
2894            ('BASE' or 'SCALE') and
2895            'NDRPDR' and
2896            '2T2C' and
2897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2898            not 'VHOST' and
2899            not 'MEMIF'"
2900   parameters:
2901   - "throughput"
2902   - "parent"
2903   traces:
2904     hoverinfo: "x+y"
2905     boxpoints: "outliers"
2906     whiskerwidth: 0
2907   layout:
2908     title: ""  # No title
2909     layout: "plot-throughput"
2910
2911 -
2912   type: "plot"
2913   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2914   algorithm: "plot_performance_box"
2915   output-file-type: ".html"
2916   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2917   data: "plot-vpp-throughput-latency-3n-hsw"
2918   filter: "'NIC_Intel-X520-DA2' and
2919            '64B' and
2920            ('BASE' or 'SCALE') and
2921            'NDRPDR' and
2922            '2T2C' and
2923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2924            not 'VHOST' and
2925            not 'MEMIF'"
2926   parameters:
2927   - "throughput"
2928   - "parent"
2929   traces:
2930     hoverinfo: "x+y"
2931     boxpoints: "outliers"
2932     whiskerwidth: 0
2933   layout:
2934     title: ""  # No title
2935     layout: "plot-throughput"
2936
2937 -
2938   type: "plot"
2939   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2940   algorithm: "plot_performance_box"
2941   output-file-type: ".html"
2942   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2943   data: "plot-vpp-throughput-latency-3n-hsw"
2944   filter: "'NIC_Intel-X520-DA2' and
2945            '64B' and
2946            'FEATURE' and
2947            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2948            'NDRPDR' and
2949            '1T1C' and
2950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2951            not 'VHOST' and
2952            not 'MEMIF'"
2953   parameters:
2954   - "throughput"
2955   - "parent"
2956   traces:
2957     hoverinfo: "x+y"
2958     boxpoints: "outliers"
2959     whiskerwidth: 0
2960   layout:
2961     title: ""  # No title
2962     layout: "plot-throughput"
2963
2964 -
2965   type: "plot"
2966   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2967   algorithm: "plot_performance_box"
2968   output-file-type: ".html"
2969   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2970   data: "plot-vpp-throughput-latency-3n-hsw"
2971   filter: "'NIC_Intel-X520-DA2' and
2972            '64B' and
2973            'FEATURE' and
2974            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2975            'NDRPDR' and
2976            '1T1C' and
2977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2978            not 'VHOST' and
2979            not 'MEMIF'"
2980   parameters:
2981   - "throughput"
2982   - "parent"
2983   traces:
2984     hoverinfo: "x+y"
2985     boxpoints: "outliers"
2986     whiskerwidth: 0
2987   layout:
2988     title: ""  # No title
2989     layout: "plot-throughput"
2990
2991 -
2992   type: "plot"
2993   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2994   algorithm: "plot_performance_box"
2995   output-file-type: ".html"
2996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2997   data: "plot-vpp-throughput-latency-3n-hsw"
2998   filter: "'NIC_Intel-X520-DA2' and
2999            '64B' and
3000            'FEATURE' and
3001            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3002            'NDRPDR' and
3003            '2T2C' and
3004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3005            not 'VHOST' and
3006            not 'MEMIF'"
3007   parameters:
3008   - "throughput"
3009   - "parent"
3010   traces:
3011     hoverinfo: "x+y"
3012     boxpoints: "outliers"
3013     whiskerwidth: 0
3014   layout:
3015     title: ""  # No title
3016     layout: "plot-throughput"
3017
3018 -
3019   type: "plot"
3020   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3021   algorithm: "plot_performance_box"
3022   output-file-type: ".html"
3023   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3024   data: "plot-vpp-throughput-latency-3n-hsw"
3025   filter: "'NIC_Intel-X520-DA2' and
3026            '64B' and
3027            'FEATURE' and
3028            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3029            'NDRPDR' and
3030            '2T2C' and
3031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3032            not 'VHOST' and
3033            not 'MEMIF'"
3034   parameters:
3035   - "throughput"
3036   - "parent"
3037   traces:
3038     hoverinfo: "x+y"
3039     boxpoints: "outliers"
3040     whiskerwidth: 0
3041   layout:
3042     title: ""  # No title
3043     layout: "plot-throughput"
3044
3045 # Packet Throughput - VPP L2 3n-hsw-x710
3046 -
3047   type: "plot"
3048   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3049   algorithm: "plot_performance_box"
3050   output-file-type: ".html"
3051   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3052   data: "plot-vpp-throughput-latency-3n-hsw"
3053   filter: "'NIC_Intel-X710' and
3054            '64B' and
3055            ('BASE' or 'SCALE') and
3056            'NDRPDR' and
3057            '1T1C' and
3058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3059            not 'VHOST' and
3060            not 'MEMIF'"
3061   parameters:
3062   - "throughput"
3063   - "parent"
3064   traces:
3065     hoverinfo: "x+y"
3066     boxpoints: "outliers"
3067     whiskerwidth: 0
3068   layout:
3069     title: ""  # No title
3070     layout: "plot-throughput"
3071
3072 -
3073   type: "plot"
3074   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3075   algorithm: "plot_performance_box"
3076   output-file-type: ".html"
3077   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3078   data: "plot-vpp-throughput-latency-3n-hsw"
3079   filter: "'NIC_Intel-X710' and
3080            '64B' and
3081            ('BASE' or 'SCALE') and
3082            'NDRPDR' and
3083            '1T1C' and
3084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3085            not 'VHOST' and
3086            not 'MEMIF'"
3087   parameters:
3088   - "throughput"
3089   - "parent"
3090   traces:
3091     hoverinfo: "x+y"
3092     boxpoints: "outliers"
3093     whiskerwidth: 0
3094   layout:
3095     title: ""  # No title
3096     layout: "plot-throughput"
3097
3098 -
3099   type: "plot"
3100   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3101   algorithm: "plot_performance_box"
3102   output-file-type: ".html"
3103   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3104   data: "plot-vpp-throughput-latency-3n-hsw"
3105   filter: "'NIC_Intel-X710' and
3106            '64B' and
3107            ('BASE' or 'SCALE') and
3108            'NDRPDR' and
3109            '2T2C' and
3110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3111            not 'VHOST' and
3112            not 'MEMIF'"
3113   parameters:
3114   - "throughput"
3115   - "parent"
3116   traces:
3117     hoverinfo: "x+y"
3118     boxpoints: "outliers"
3119     whiskerwidth: 0
3120   layout:
3121     title: ""  # No title
3122     layout: "plot-throughput"
3123
3124 -
3125   type: "plot"
3126   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3127   algorithm: "plot_performance_box"
3128   output-file-type: ".html"
3129   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3130   data: "plot-vpp-throughput-latency-3n-hsw"
3131   filter: "'NIC_Intel-X710' and
3132            '64B' and
3133            ('BASE' or 'SCALE') and
3134            'NDRPDR' and
3135            '2T2C' and
3136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3137            not 'VHOST' and
3138            not 'MEMIF'"
3139   parameters:
3140   - "throughput"
3141   - "parent"
3142   traces:
3143     hoverinfo: "x+y"
3144     boxpoints: "outliers"
3145     whiskerwidth: 0
3146   layout:
3147     title: ""  # No title
3148     layout: "plot-throughput"
3149
3150 -
3151   type: "plot"
3152   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3153   algorithm: "plot_performance_box"
3154   output-file-type: ".html"
3155   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3156   data: "plot-vpp-throughput-latency-3n-hsw"
3157   filter: "'NIC_Intel-X710' and
3158            '64B' and
3159            'FEATURE' and
3160            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3161            'NDRPDR' and
3162            '1T1C' and
3163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3164            not 'VHOST' and
3165            not 'MEMIF'"
3166   parameters:
3167   - "throughput"
3168   - "parent"
3169   traces:
3170     hoverinfo: "x+y"
3171     boxpoints: "outliers"
3172     whiskerwidth: 0
3173   layout:
3174     title: ""  # No title
3175     layout: "plot-throughput"
3176
3177 -
3178   type: "plot"
3179   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3180   algorithm: "plot_performance_box"
3181   output-file-type: ".html"
3182   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3183   data: "plot-vpp-throughput-latency-3n-hsw"
3184   filter: "'NIC_Intel-X710' and
3185            '64B' and
3186            'FEATURE' and
3187            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3188            'NDRPDR' and
3189            '1T1C' and
3190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3191            not 'VHOST' and
3192            not 'MEMIF'"
3193   parameters:
3194   - "throughput"
3195   - "parent"
3196   traces:
3197     hoverinfo: "x+y"
3198     boxpoints: "outliers"
3199     whiskerwidth: 0
3200   layout:
3201     title: ""  # No title
3202     layout: "plot-throughput"
3203
3204 -
3205   type: "plot"
3206   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3207   algorithm: "plot_performance_box"
3208   output-file-type: ".html"
3209   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3210   data: "plot-vpp-throughput-latency-3n-hsw"
3211   filter: "'NIC_Intel-X710' and
3212            '64B' and
3213            'FEATURE' and
3214            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3215            'NDRPDR' and
3216            '2T2C' and
3217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3218            not 'VHOST' and
3219            not 'MEMIF'"
3220   parameters:
3221   - "throughput"
3222   - "parent"
3223   traces:
3224     hoverinfo: "x+y"
3225     boxpoints: "outliers"
3226     whiskerwidth: 0
3227   layout:
3228     title: ""  # No title
3229     layout: "plot-throughput"
3230
3231 -
3232   type: "plot"
3233   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3234   algorithm: "plot_performance_box"
3235   output-file-type: ".html"
3236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3237   data: "plot-vpp-throughput-latency-3n-hsw"
3238   filter: "'NIC_Intel-X710' and
3239            '64B' and
3240            'FEATURE' and
3241            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3242            'NDRPDR' and
3243            '2T2C' and
3244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3245            not 'VHOST' and
3246            not 'MEMIF'"
3247   parameters:
3248   - "throughput"
3249   - "parent"
3250   traces:
3251     hoverinfo: "x+y"
3252     boxpoints: "outliers"
3253     whiskerwidth: 0
3254   layout:
3255     title: ""  # No title
3256     layout: "plot-throughput"
3257
3258 # Packet Throughput - VPP L2 3n-hsw-xl710
3259 -
3260   type: "plot"
3261   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3262   algorithm: "plot_performance_box"
3263   output-file-type: ".html"
3264   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3265   data: "plot-vpp-throughput-latency-3n-hsw"
3266   filter: "'NIC_Intel-XL710' and
3267            '64B' and
3268            ('BASE' or 'SCALE') and
3269            'NDRPDR' and
3270            '1T1C' and
3271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3272            not 'VHOST' and
3273            not 'MEMIF'"
3274   parameters:
3275   - "throughput"
3276   - "parent"
3277   traces:
3278     hoverinfo: "x+y"
3279     boxpoints: "outliers"
3280     whiskerwidth: 0
3281   layout:
3282     title: ""  # No title
3283     layout: "plot-throughput"
3284
3285 -
3286   type: "plot"
3287   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3288   algorithm: "plot_performance_box"
3289   output-file-type: ".html"
3290   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3291   data: "plot-vpp-throughput-latency-3n-hsw"
3292   filter: "'NIC_Intel-XL710' and
3293            '64B' and
3294            ('BASE' or 'SCALE') and
3295            'NDRPDR' and
3296            '1T1C' and
3297            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3298            not 'VHOST' and
3299            not 'MEMIF'"
3300   parameters:
3301   - "throughput"
3302   - "parent"
3303   traces:
3304     hoverinfo: "x+y"
3305     boxpoints: "outliers"
3306     whiskerwidth: 0
3307   layout:
3308     title: ""  # No title
3309     layout: "plot-throughput"
3310
3311 -
3312   type: "plot"
3313   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3314   algorithm: "plot_performance_box"
3315   output-file-type: ".html"
3316   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3317   data: "plot-vpp-throughput-latency-3n-hsw"
3318   filter: "'NIC_Intel-XL710' and
3319            '64B' and
3320            ('BASE' or 'SCALE') and
3321            'NDRPDR' and
3322            '2T2C' and
3323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3324            not 'VHOST' and
3325            not 'MEMIF'"
3326   parameters:
3327   - "throughput"
3328   - "parent"
3329   traces:
3330     hoverinfo: "x+y"
3331     boxpoints: "outliers"
3332     whiskerwidth: 0
3333   layout:
3334     title: ""  # No title
3335     layout: "plot-throughput"
3336
3337 -
3338   type: "plot"
3339   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3340   algorithm: "plot_performance_box"
3341   output-file-type: ".html"
3342   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3343   data: "plot-vpp-throughput-latency-3n-hsw"
3344   filter: "'NIC_Intel-XL710' and
3345            '64B' and
3346            ('BASE' or 'SCALE') and
3347            'NDRPDR' and
3348            '2T2C' and
3349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3350            not 'VHOST' and
3351            not 'MEMIF'"
3352   parameters:
3353   - "throughput"
3354   - "parent"
3355   traces:
3356     hoverinfo: "x+y"
3357     boxpoints: "outliers"
3358     whiskerwidth: 0
3359   layout:
3360     title: ""  # No title
3361     layout: "plot-throughput"
3362
3363 # Packet Throughput - VPP L2 3n-skx-x710
3364 -
3365   type: "plot"
3366   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3367   algorithm: "plot_performance_box"
3368   output-file-type: ".html"
3369   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3370   data: "plot-vpp-throughput-latency-3n-skx"
3371   filter: "'NIC_Intel-X710' and
3372            '64B' and
3373            ('BASE' or 'SCALE') and
3374            'NDRPDR' and
3375            '2T1C' and
3376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3377            not 'VHOST' and
3378            not 'MEMIF'"
3379   parameters:
3380   - "throughput"
3381   - "parent"
3382   traces:
3383     hoverinfo: "x+y"
3384     boxpoints: "outliers"
3385     whiskerwidth: 0
3386   layout:
3387     title: ""  # No title
3388     layout: "plot-throughput"
3389
3390 -
3391   type: "plot"
3392   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3393   algorithm: "plot_performance_box"
3394   output-file-type: ".html"
3395   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3396   data: "plot-vpp-throughput-latency-3n-skx"
3397   filter: "'NIC_Intel-X710' and
3398            '64B' and
3399            ('BASE' or 'SCALE') and
3400            'NDRPDR' and
3401            '2T1C' and
3402            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3403            not 'VHOST' and
3404            not 'MEMIF'"
3405   parameters:
3406   - "throughput"
3407   - "parent"
3408   traces:
3409     hoverinfo: "x+y"
3410     boxpoints: "outliers"
3411     whiskerwidth: 0
3412   layout:
3413     title: ""  # No title
3414     layout: "plot-throughput"
3415
3416 -
3417   type: "plot"
3418   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3419   algorithm: "plot_performance_box"
3420   output-file-type: ".html"
3421   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3422   data: "plot-vpp-throughput-latency-3n-skx"
3423   filter: "'NIC_Intel-X710' and
3424            '64B' and
3425            ('BASE' or 'SCALE') and
3426            'NDRPDR' and
3427            '4T2C' and
3428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3429            not 'VHOST' and
3430            not 'MEMIF'"
3431   parameters:
3432   - "throughput"
3433   - "parent"
3434   traces:
3435     hoverinfo: "x+y"
3436     boxpoints: "outliers"
3437     whiskerwidth: 0
3438   layout:
3439     title: ""  # No title
3440     layout: "plot-throughput"
3441
3442 -
3443   type: "plot"
3444   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3445   algorithm: "plot_performance_box"
3446   output-file-type: ".html"
3447   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3448   data: "plot-vpp-throughput-latency-3n-skx"
3449   filter: "'NIC_Intel-X710' and
3450            '64B' and
3451            ('BASE' or 'SCALE') and
3452            'NDRPDR' and
3453            '4T2C' and
3454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3455            not 'VHOST' and
3456            not 'MEMIF'"
3457   parameters:
3458   - "throughput"
3459   - "parent"
3460   traces:
3461     hoverinfo: "x+y"
3462     boxpoints: "outliers"
3463     whiskerwidth: 0
3464   layout:
3465     title: ""  # No title
3466     layout: "plot-throughput"
3467
3468 -
3469   type: "plot"
3470   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3471   algorithm: "plot_performance_box"
3472   output-file-type: ".html"
3473   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3474   data: "plot-vpp-throughput-latency-3n-skx"
3475   filter: "'NIC_Intel-X710' and
3476            '64B' and
3477            'FEATURE' and
3478            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3479            'NDRPDR' and
3480            '2T1C' and
3481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3482            not 'VHOST' and
3483            not 'MEMIF'"
3484   parameters:
3485   - "throughput"
3486   - "parent"
3487   traces:
3488     hoverinfo: "x+y"
3489     boxpoints: "outliers"
3490     whiskerwidth: 0
3491   layout:
3492     title: ""  # No title
3493     layout: "plot-throughput"
3494
3495 -
3496   type: "plot"
3497   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3498   algorithm: "plot_performance_box"
3499   output-file-type: ".html"
3500   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3501   data: "plot-vpp-throughput-latency-3n-skx"
3502   filter: "'NIC_Intel-X710' and
3503            '64B' and
3504            'FEATURE' and
3505            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3506            'NDRPDR' and
3507            '2T1C' and
3508            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3509            not 'VHOST' and
3510            not 'MEMIF'"
3511   parameters:
3512   - "throughput"
3513   - "parent"
3514   traces:
3515     hoverinfo: "x+y"
3516     boxpoints: "outliers"
3517     whiskerwidth: 0
3518   layout:
3519     title: ""  # No title
3520     layout: "plot-throughput"
3521
3522 -
3523   type: "plot"
3524   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3525   algorithm: "plot_performance_box"
3526   output-file-type: ".html"
3527   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3528   data: "plot-vpp-throughput-latency-3n-skx"
3529   filter: "'NIC_Intel-X710' and
3530            '64B' and
3531            'FEATURE' and
3532            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3533            'NDRPDR' and
3534            '4T2C' and
3535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3536            not 'VHOST' and
3537            not 'MEMIF'"
3538   parameters:
3539   - "throughput"
3540   - "parent"
3541   traces:
3542     hoverinfo: "x+y"
3543     boxpoints: "outliers"
3544     whiskerwidth: 0
3545   layout:
3546     title: ""  # No title
3547     layout: "plot-throughput"
3548
3549 -
3550   type: "plot"
3551   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3552   algorithm: "plot_performance_box"
3553   output-file-type: ".html"
3554   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3555   data: "plot-vpp-throughput-latency-3n-skx"
3556   filter: "'NIC_Intel-X710' and
3557            '64B' and
3558            'FEATURE' and
3559            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3560            'NDRPDR' and
3561            '4T2C' and
3562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3563            not 'VHOST' and
3564            not 'MEMIF'"
3565   parameters:
3566   - "throughput"
3567   - "parent"
3568   traces:
3569     hoverinfo: "x+y"
3570     boxpoints: "outliers"
3571     whiskerwidth: 0
3572   layout:
3573     title: ""  # No title
3574     layout: "plot-throughput"
3575
3576 # Packet Throughput - VPP L2 3n-skx-xxv710
3577 -
3578   type: "plot"
3579   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3580   algorithm: "plot_performance_box"
3581   output-file-type: ".html"
3582   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3583   data: "plot-vpp-throughput-latency-3n-skx"
3584   filter: "'NIC_Intel-XXV710' and
3585            '64B' and
3586            ('BASE' or 'SCALE') and
3587            'NDRPDR' and
3588            '2T1C' and
3589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3590            not 'VHOST' and
3591            not 'MEMIF'"
3592   parameters:
3593   - "throughput"
3594   - "parent"
3595   traces:
3596     hoverinfo: "x+y"
3597     boxpoints: "outliers"
3598     whiskerwidth: 0
3599   layout:
3600     title: ""  # No title
3601     layout: "plot-throughput"
3602
3603 -
3604   type: "plot"
3605   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3606   algorithm: "plot_performance_box"
3607   output-file-type: ".html"
3608   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3609   data: "plot-vpp-throughput-latency-3n-skx"
3610   filter: "'NIC_Intel-XXV710' and
3611            '64B' and
3612            ('BASE' or 'SCALE') and
3613            'NDRPDR' and
3614            '2T1C' and
3615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3616            not 'VHOST' and
3617            not 'MEMIF'"
3618   parameters:
3619   - "throughput"
3620   - "parent"
3621   traces:
3622     hoverinfo: "x+y"
3623     boxpoints: "outliers"
3624     whiskerwidth: 0
3625   layout:
3626     title: ""  # No title
3627     layout: "plot-throughput"
3628
3629 -
3630   type: "plot"
3631   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3632   algorithm: "plot_performance_box"
3633   output-file-type: ".html"
3634   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3635   data: "plot-vpp-throughput-latency-3n-skx"
3636   filter: "'NIC_Intel-XXV710' and
3637            '64B' and
3638            ('BASE' or 'SCALE') and
3639            'NDRPDR' and
3640            '4T2C' and
3641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3642            not 'VHOST' and
3643            not 'MEMIF'"
3644   parameters:
3645   - "throughput"
3646   - "parent"
3647   traces:
3648     hoverinfo: "x+y"
3649     boxpoints: "outliers"
3650     whiskerwidth: 0
3651   layout:
3652     title: ""  # No title
3653     layout: "plot-throughput"
3654
3655 -
3656   type: "plot"
3657   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3658   algorithm: "plot_performance_box"
3659   output-file-type: ".html"
3660   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3661   data: "plot-vpp-throughput-latency-3n-skx"
3662   filter: "'NIC_Intel-XXV710' and
3663            '64B' and
3664            ('BASE' or 'SCALE') and
3665            'NDRPDR' and
3666            '4T2C' and
3667            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3668            not 'VHOST' and
3669            not 'MEMIF'"
3670   parameters:
3671   - "throughput"
3672   - "parent"
3673   traces:
3674     hoverinfo: "x+y"
3675     boxpoints: "outliers"
3676     whiskerwidth: 0
3677   layout:
3678     title: ""  # No title
3679     layout: "plot-throughput"
3680
3681 # Packet Throughput - VPP L2 2n-skx-x710
3682 -
3683   type: "plot"
3684   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3685   algorithm: "plot_performance_box"
3686   output-file-type: ".html"
3687   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3688   data: "plot-vpp-throughput-latency-2n-skx"
3689   filter: "'NIC_Intel-X710' and
3690            '64B' and
3691            ('BASE' or 'SCALE') and
3692            'NDRPDR' and
3693            '2T1C' and
3694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3695            not 'VHOST' and
3696            not 'MEMIF'"
3697   parameters:
3698   - "throughput"
3699   - "parent"
3700   traces:
3701     hoverinfo: "x+y"
3702     boxpoints: "outliers"
3703     whiskerwidth: 0
3704   layout:
3705     title: ""  # No title
3706     layout: "plot-throughput"
3707
3708 -
3709   type: "plot"
3710   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3711   algorithm: "plot_performance_box"
3712   output-file-type: ".html"
3713   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3714   data: "plot-vpp-throughput-latency-2n-skx"
3715   filter: "'NIC_Intel-X710' and
3716            '64B' and
3717            ('BASE' or 'SCALE') and
3718            'NDRPDR' and
3719            '2T1C' and
3720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3721            not 'VHOST' and
3722            not 'MEMIF'"
3723   parameters:
3724   - "throughput"
3725   - "parent"
3726   traces:
3727     hoverinfo: "x+y"
3728     boxpoints: "outliers"
3729     whiskerwidth: 0
3730   layout:
3731     title: ""  # No title
3732     layout: "plot-throughput"
3733
3734 -
3735   type: "plot"
3736   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3737   algorithm: "plot_performance_box"
3738   output-file-type: ".html"
3739   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3740   data: "plot-vpp-throughput-latency-2n-skx"
3741   filter: "'NIC_Intel-X710' and
3742            '64B' and
3743            ('BASE' or 'SCALE') and
3744            'NDRPDR' and
3745            '4T2C' and
3746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3747            not 'VHOST' and
3748            not 'MEMIF'"
3749   parameters:
3750   - "throughput"
3751   - "parent"
3752   traces:
3753     hoverinfo: "x+y"
3754     boxpoints: "outliers"
3755     whiskerwidth: 0
3756   layout:
3757     title: ""  # No title
3758     layout: "plot-throughput"
3759
3760 -
3761   type: "plot"
3762   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3763   algorithm: "plot_performance_box"
3764   output-file-type: ".html"
3765   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3766   data: "plot-vpp-throughput-latency-2n-skx"
3767   filter: "'NIC_Intel-X710' and
3768            '64B' and
3769            ('BASE' or 'SCALE') and
3770            'NDRPDR' and
3771            '4T2C' and
3772            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3773            not 'VHOST' and
3774            not 'MEMIF'"
3775   parameters:
3776   - "throughput"
3777   - "parent"
3778   traces:
3779     hoverinfo: "x+y"
3780     boxpoints: "outliers"
3781     whiskerwidth: 0
3782   layout:
3783     title: ""  # No title
3784     layout: "plot-throughput"
3785
3786 # Packet Throughput - VPP L2 2n-skx-xxv710
3787 -
3788   type: "plot"
3789   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3790   algorithm: "plot_performance_box"
3791   output-file-type: ".html"
3792   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3793   data: "plot-vpp-throughput-latency-2n-skx"
3794   filter: "'NIC_Intel-XXV710' and
3795            '64B' and
3796            ('BASE' or 'SCALE') and
3797            'NDRPDR' and
3798            '2T1C' and
3799            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3800            not 'VHOST' and
3801            not 'MEMIF'"
3802   parameters:
3803   - "throughput"
3804   - "parent"
3805   traces:
3806     hoverinfo: "x+y"
3807     boxpoints: "outliers"
3808     whiskerwidth: 0
3809   layout:
3810     title: ""  # No title
3811     layout: "plot-throughput"
3812
3813 -
3814   type: "plot"
3815   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3816   algorithm: "plot_performance_box"
3817   output-file-type: ".html"
3818   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3819   data: "plot-vpp-throughput-latency-2n-skx"
3820   filter: "'NIC_Intel-XXV710' and
3821            '64B' and
3822            ('BASE' or 'SCALE') and
3823            'NDRPDR' and
3824            '2T1C' and
3825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3826            not 'VHOST' and
3827            not 'MEMIF'"
3828   parameters:
3829   - "throughput"
3830   - "parent"
3831   traces:
3832     hoverinfo: "x+y"
3833     boxpoints: "outliers"
3834     whiskerwidth: 0
3835   layout:
3836     title: ""  # No title
3837     layout: "plot-throughput"
3838
3839 -
3840   type: "plot"
3841   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3842   algorithm: "plot_performance_box"
3843   output-file-type: ".html"
3844   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3845   data: "plot-vpp-throughput-latency-2n-skx"
3846   filter: "'NIC_Intel-XXV710' and
3847            '64B' and
3848            ('BASE' or 'SCALE') and
3849            'NDRPDR' and
3850            '4T2C' and
3851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3852            not 'VHOST' and
3853            not 'MEMIF'"
3854   parameters:
3855   - "throughput"
3856   - "parent"
3857   traces:
3858     hoverinfo: "x+y"
3859     boxpoints: "outliers"
3860     whiskerwidth: 0
3861   layout:
3862     title: ""  # No title
3863     layout: "plot-throughput"
3864
3865 -
3866   type: "plot"
3867   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3868   algorithm: "plot_performance_box"
3869   output-file-type: ".html"
3870   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3871   data: "plot-vpp-throughput-latency-2n-skx"
3872   filter: "'NIC_Intel-XXV710' and
3873            '64B' and
3874            ('BASE' or 'SCALE') and
3875            'NDRPDR' and
3876            '4T2C' and
3877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3878            not 'VHOST' and
3879            not 'MEMIF'"
3880   parameters:
3881   - "throughput"
3882   - "parent"
3883   traces:
3884     hoverinfo: "x+y"
3885     boxpoints: "outliers"
3886     whiskerwidth: 0
3887   layout:
3888     title: ""  # No title
3889     layout: "plot-throughput"
3890
3891 ################################################################################
3892
3893 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3894 -
3895   type: "plot"
3896   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3897   algorithm: "plot_performance_box"
3898   output-file-type: ".html"
3899   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3900   data: "plot-vpp-throughput-latency-3n-hsw"
3901   filter: "'NIC_Intel-X520-DA2' and
3902            '64B' and
3903            ('BASE' or 'SCALE') and
3904            'NDRPDR' and
3905            '1T1C' and
3906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3907            not 'VHOST' and
3908            'MEMIF'"
3909   parameters:
3910   - "throughput"
3911   - "parent"
3912   traces:
3913     hoverinfo: "x+y"
3914     boxpoints: "outliers"
3915     whiskerwidth: 0
3916   layout:
3917     title: ""  # No title
3918     layout: "plot-throughput"
3919
3920 -
3921   type: "plot"
3922   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3923   algorithm: "plot_performance_box"
3924   output-file-type: ".html"
3925   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3926   data: "plot-vpp-throughput-latency-3n-hsw"
3927   filter: "'NIC_Intel-X520-DA2' and
3928            '64B' and
3929            ('BASE' or 'SCALE') and
3930            'NDRPDR' and
3931            '1T1C' and
3932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3933            not 'VHOST' and
3934            'MEMIF'"
3935   parameters:
3936   - "throughput"
3937   - "parent"
3938   traces:
3939     hoverinfo: "x+y"
3940     boxpoints: "outliers"
3941     whiskerwidth: 0
3942   layout:
3943     title: ""  # No title
3944     layout: "plot-throughput"
3945
3946 -
3947   type: "plot"
3948   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3949   algorithm: "plot_performance_box"
3950   output-file-type: ".html"
3951   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3952   data: "plot-vpp-throughput-latency-3n-hsw"
3953   filter: "'NIC_Intel-X520-DA2' and
3954            '64B' and
3955            ('BASE' or 'SCALE') and
3956            'NDRPDR' and
3957            '2T2C' and
3958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3959            not 'VHOST' and
3960            'MEMIF'"
3961   parameters:
3962   - "throughput"
3963   - "parent"
3964   traces:
3965     hoverinfo: "x+y"
3966     boxpoints: "outliers"
3967     whiskerwidth: 0
3968   layout:
3969     title: ""  # No title
3970     layout: "plot-throughput"
3971
3972 -
3973   type: "plot"
3974   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3975   algorithm: "plot_performance_box"
3976   output-file-type: ".html"
3977   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3978   data: "plot-vpp-throughput-latency-3n-hsw"
3979   filter: "'NIC_Intel-X520-DA2' and
3980            '64B' and
3981            ('BASE' or 'SCALE') and
3982            'NDRPDR' and
3983            '2T2C' and
3984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3985            not 'VHOST' and
3986            'MEMIF'"
3987   parameters:
3988   - "throughput"
3989   - "parent"
3990   traces:
3991     hoverinfo: "x+y"
3992     boxpoints: "outliers"
3993     whiskerwidth: 0
3994   layout:
3995     title: ""  # No title
3996     layout: "plot-throughput"
3997
3998 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3999 -
4000   type: "plot"
4001   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4002   algorithm: "plot_performance_box"
4003   output-file-type: ".html"
4004   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4005   data: "plot-vpp-throughput-latency-3n-hsw"
4006   filter: "'NIC_Intel-X710' and
4007            '64B' and
4008            ('BASE' or 'SCALE') and
4009            'NDRPDR' and
4010            '1T1C' and
4011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4012            not 'VHOST' and
4013            'MEMIF'"
4014   parameters:
4015   - "throughput"
4016   - "parent"
4017   traces:
4018     hoverinfo: "x+y"
4019     boxpoints: "outliers"
4020     whiskerwidth: 0
4021   layout:
4022     title: ""  # No title
4023     layout: "plot-throughput"
4024
4025 -
4026   type: "plot"
4027   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4028   algorithm: "plot_performance_box"
4029   output-file-type: ".html"
4030   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4031   data: "plot-vpp-throughput-latency-3n-hsw"
4032   filter: "'NIC_Intel-X710' and
4033            '64B' and
4034            ('BASE' or 'SCALE') and
4035            'NDRPDR' and
4036            '1T1C' and
4037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4038            not 'VHOST' and
4039            'MEMIF'"
4040   parameters:
4041   - "throughput"
4042   - "parent"
4043   traces:
4044     hoverinfo: "x+y"
4045     boxpoints: "outliers"
4046     whiskerwidth: 0
4047   layout:
4048     title: ""  # No title
4049     layout: "plot-throughput"
4050
4051 -
4052   type: "plot"
4053   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4054   algorithm: "plot_performance_box"
4055   output-file-type: ".html"
4056   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4057   data: "plot-vpp-throughput-latency-3n-hsw"
4058   filter: "'NIC_Intel-X710' and
4059            '64B' and
4060            ('BASE' or 'SCALE') and
4061            'NDRPDR' and
4062            '2T2C' and
4063            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4064            not 'VHOST' and
4065            'MEMIF'"
4066   parameters:
4067   - "throughput"
4068   - "parent"
4069   traces:
4070     hoverinfo: "x+y"
4071     boxpoints: "outliers"
4072     whiskerwidth: 0
4073   layout:
4074     title: ""  # No title
4075     layout: "plot-throughput"
4076
4077 -
4078   type: "plot"
4079   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4080   algorithm: "plot_performance_box"
4081   output-file-type: ".html"
4082   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4083   data: "plot-vpp-throughput-latency-3n-hsw"
4084   filter: "'NIC_Intel-X710' and
4085            '64B' and
4086            ('BASE' or 'SCALE') and
4087            'NDRPDR' and
4088            '2T2C' and
4089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4090            not 'VHOST' and
4091            'MEMIF'"
4092   parameters:
4093   - "throughput"
4094   - "parent"
4095   traces:
4096     hoverinfo: "x+y"
4097     boxpoints: "outliers"
4098     whiskerwidth: 0
4099   layout:
4100     title: ""  # No title
4101     layout: "plot-throughput"
4102
4103 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4104 -
4105   type: "plot"
4106   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4107   algorithm: "plot_performance_box"
4108   output-file-type: ".html"
4109   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4110   data: "plot-vpp-throughput-latency-3n-hsw"
4111   filter: "'NIC_Intel-XL710' and
4112            '64B' and
4113            ('BASE' or 'SCALE') and
4114            'NDRPDR' and
4115            '1T1C' and
4116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4117            not 'VHOST' and
4118            'MEMIF'"
4119   parameters:
4120   - "throughput"
4121   - "parent"
4122   traces:
4123     hoverinfo: "x+y"
4124     boxpoints: "outliers"
4125     whiskerwidth: 0
4126   layout:
4127     title: ""  # No title
4128     layout: "plot-throughput"
4129
4130 -
4131   type: "plot"
4132   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4133   algorithm: "plot_performance_box"
4134   output-file-type: ".html"
4135   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4136   data: "plot-vpp-throughput-latency-3n-hsw"
4137   filter: "'NIC_Intel-XL710' and
4138            '64B' and
4139            ('BASE' or 'SCALE') and
4140            'NDRPDR' and
4141            '1T1C' and
4142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4143            not 'VHOST' and
4144            'MEMIF'"
4145   parameters:
4146   - "throughput"
4147   - "parent"
4148   traces:
4149     hoverinfo: "x+y"
4150     boxpoints: "outliers"
4151     whiskerwidth: 0
4152   layout:
4153     title: ""  # No title
4154     layout: "plot-throughput"
4155
4156 -
4157   type: "plot"
4158   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4159   algorithm: "plot_performance_box"
4160   output-file-type: ".html"
4161   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4162   data: "plot-vpp-throughput-latency-3n-hsw"
4163   filter: "'NIC_Intel-XL710' and
4164            '64B' and
4165            ('BASE' or 'SCALE') and
4166            'NDRPDR' and
4167            '2T2C' and
4168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4169            not 'VHOST' and
4170            'MEMIF'"
4171   parameters:
4172   - "throughput"
4173   - "parent"
4174   traces:
4175     hoverinfo: "x+y"
4176     boxpoints: "outliers"
4177     whiskerwidth: 0
4178   layout:
4179     title: ""  # No title
4180     layout: "plot-throughput"
4181
4182 -
4183   type: "plot"
4184   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4185   algorithm: "plot_performance_box"
4186   output-file-type: ".html"
4187   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4188   data: "plot-vpp-throughput-latency-3n-hsw"
4189   filter: "'NIC_Intel-XL710' and
4190            '64B' and
4191            ('BASE' or 'SCALE') and
4192            'NDRPDR' and
4193            '2T2C' and
4194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4195            not 'VHOST' and
4196            'MEMIF'"
4197   parameters:
4198   - "throughput"
4199   - "parent"
4200   traces:
4201     hoverinfo: "x+y"
4202     boxpoints: "outliers"
4203     whiskerwidth: 0
4204   layout:
4205     title: ""  # No title
4206     layout: "plot-throughput"
4207
4208 # Packet Throughput - VPP Container Memif 3n-skx-x710
4209 -
4210   type: "plot"
4211   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4212   algorithm: "plot_performance_box"
4213   output-file-type: ".html"
4214   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4215   data: "plot-vpp-throughput-latency-3n-skx"
4216   filter: "'NIC_Intel-X710' and
4217            '64B' and
4218            ('BASE' or 'SCALE') and
4219            'NDRPDR' and
4220            '2T1C' and
4221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4222            not 'VHOST' and
4223            'MEMIF'"
4224   parameters:
4225   - "throughput"
4226   - "parent"
4227   traces:
4228     hoverinfo: "x+y"
4229     boxpoints: "outliers"
4230     whiskerwidth: 0
4231   layout:
4232     title: ""  # No title
4233     layout: "plot-throughput"
4234
4235 -
4236   type: "plot"
4237   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4238   algorithm: "plot_performance_box"
4239   output-file-type: ".html"
4240   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4241   data: "plot-vpp-throughput-latency-3n-skx"
4242   filter: "'NIC_Intel-X710' and
4243            '64B' and
4244            ('BASE' or 'SCALE') and
4245            'NDRPDR' and
4246            '2T1C' and
4247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4248            not 'VHOST' and
4249             'MEMIF'"
4250   parameters:
4251   - "throughput"
4252   - "parent"
4253   traces:
4254     hoverinfo: "x+y"
4255     boxpoints: "outliers"
4256     whiskerwidth: 0
4257   layout:
4258     title: ""  # No title
4259     layout: "plot-throughput"
4260
4261 -
4262   type: "plot"
4263   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4264   algorithm: "plot_performance_box"
4265   output-file-type: ".html"
4266   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4267   data: "plot-vpp-throughput-latency-3n-skx"
4268   filter: "'NIC_Intel-X710' and
4269            '64B' and
4270            ('BASE' or 'SCALE') and
4271            'NDRPDR' and
4272            '4T2C' and
4273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4274            not 'VHOST' and
4275            'MEMIF'"
4276   parameters:
4277   - "throughput"
4278   - "parent"
4279   traces:
4280     hoverinfo: "x+y"
4281     boxpoints: "outliers"
4282     whiskerwidth: 0
4283   layout:
4284     title: ""  # No title
4285     layout: "plot-throughput"
4286
4287 -
4288   type: "plot"
4289   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4290   algorithm: "plot_performance_box"
4291   output-file-type: ".html"
4292   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4293   data: "plot-vpp-throughput-latency-3n-skx"
4294   filter: "'NIC_Intel-X710' and
4295            '64B' and
4296            ('BASE' or 'SCALE') and
4297            'NDRPDR' and
4298            '4T2C' and
4299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4300            not 'VHOST' and
4301            'MEMIF'"
4302   parameters:
4303   - "throughput"
4304   - "parent"
4305   traces:
4306     hoverinfo: "x+y"
4307     boxpoints: "outliers"
4308     whiskerwidth: 0
4309   layout:
4310     title: ""  # No title
4311     layout: "plot-throughput"
4312
4313 ################################################################################
4314
4315 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4316 -
4317   type: "plot"
4318   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4319   algorithm: "plot_performance_box"
4320   output-file-type: ".html"
4321   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4322   data: "plot-ligato-throughput-latency-3n-hsw"
4323   filter: "'NIC_Intel-X520-DA2' and
4324            '64B' and
4325            ('BASE' or 'SCALE') and
4326            'NDRPDR' and
4327            '1T1C' and
4328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4329            not 'VHOST' and
4330            'MEMIF'"
4331   parameters:
4332   - "throughput"
4333   - "parent"
4334   traces:
4335     hoverinfo: "x+y"
4336     boxpoints: "outliers"
4337     whiskerwidth: 0
4338   layout:
4339     title: ""  # No title
4340     layout: "plot-throughput"
4341
4342 -
4343   type: "plot"
4344   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4345   algorithm: "plot_performance_box"
4346   output-file-type: ".html"
4347   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4348   data: "plot-ligato-throughput-latency-3n-hsw"
4349   filter: "'NIC_Intel-X520-DA2' and
4350            '64B' and
4351            ('BASE' or 'SCALE') and
4352            'NDRPDR' and
4353            '1T1C' and
4354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4355            not 'VHOST' and
4356            'MEMIF'"
4357   parameters:
4358   - "throughput"
4359   - "parent"
4360   traces:
4361     hoverinfo: "x+y"
4362     boxpoints: "outliers"
4363     whiskerwidth: 0
4364   layout:
4365     title: ""  # No title
4366     layout: "plot-throughput"
4367
4368 -
4369   type: "plot"
4370   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4371   algorithm: "plot_performance_box"
4372   output-file-type: ".html"
4373   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4374   data: "plot-ligato-throughput-latency-3n-hsw"
4375   filter: "'NIC_Intel-X520-DA2' and
4376            '64B' and
4377            ('BASE' or 'SCALE') and
4378            'NDRPDR' and
4379            '2T2C' and
4380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4381            not 'VHOST' and
4382            'MEMIF'"
4383   parameters:
4384   - "throughput"
4385   - "parent"
4386   traces:
4387     hoverinfo: "x+y"
4388     boxpoints: "outliers"
4389     whiskerwidth: 0
4390   layout:
4391     title: ""  # No title
4392     layout: "plot-throughput"
4393
4394 -
4395   type: "plot"
4396   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4397   algorithm: "plot_performance_box"
4398   output-file-type: ".html"
4399   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4400   data: "plot-ligato-throughput-latency-3n-hsw"
4401   filter: "'NIC_Intel-X520-DA2' and
4402            '64B' and
4403            ('BASE' or 'SCALE') and
4404            'NDRPDR' and
4405            '2T2C' and
4406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4407            not 'VHOST' and
4408            'MEMIF'"
4409   parameters:
4410   - "throughput"
4411   - "parent"
4412   traces:
4413     hoverinfo: "x+y"
4414     boxpoints: "outliers"
4415     whiskerwidth: 0
4416   layout:
4417     title: ""  # No title
4418     layout: "plot-throughput"
4419
4420 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4421 -
4422   type: "plot"
4423   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4424   algorithm: "plot_performance_box"
4425   output-file-type: ".html"
4426   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4427   data: "plot-ligato-throughput-latency-3n-hsw"
4428   filter: "'NIC_Intel-X710' and
4429            '64B' and
4430            ('BASE' or 'SCALE') and
4431            'NDRPDR' and
4432            '1T1C' and
4433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4434            not 'VHOST' and
4435            'MEMIF'"
4436   parameters:
4437   - "throughput"
4438   - "parent"
4439   traces:
4440     hoverinfo: "x+y"
4441     boxpoints: "outliers"
4442     whiskerwidth: 0
4443   layout:
4444     title: ""  # No title
4445     layout: "plot-throughput"
4446
4447 -
4448   type: "plot"
4449   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4450   algorithm: "plot_performance_box"
4451   output-file-type: ".html"
4452   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4453   data: "plot-ligato-throughput-latency-3n-hsw"
4454   filter: "'NIC_Intel-X710' and
4455            '64B' and
4456            ('BASE' or 'SCALE') and
4457            'NDRPDR' and
4458            '1T1C' and
4459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4460            not 'VHOST' and
4461            'MEMIF'"
4462   parameters:
4463   - "throughput"
4464   - "parent"
4465   traces:
4466     hoverinfo: "x+y"
4467     boxpoints: "outliers"
4468     whiskerwidth: 0
4469   layout:
4470     title: ""  # No title
4471     layout: "plot-throughput"
4472
4473 -
4474   type: "plot"
4475   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4476   algorithm: "plot_performance_box"
4477   output-file-type: ".html"
4478   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4479   data: "plot-ligato-throughput-latency-3n-hsw"
4480   filter: "'NIC_Intel-X710' and
4481            '64B' and
4482            ('BASE' or 'SCALE') and
4483            'NDRPDR' and
4484            '2T2C' and
4485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4486            not 'VHOST' and
4487            'MEMIF'"
4488   parameters:
4489   - "throughput"
4490   - "parent"
4491   traces:
4492     hoverinfo: "x+y"
4493     boxpoints: "outliers"
4494     whiskerwidth: 0
4495   layout:
4496     title: ""  # No title
4497     layout: "plot-throughput"
4498
4499 -
4500   type: "plot"
4501   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4502   algorithm: "plot_performance_box"
4503   output-file-type: ".html"
4504   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4505   data: "plot-ligato-throughput-latency-3n-hsw"
4506   filter: "'NIC_Intel-X710' and
4507            '64B' and
4508            ('BASE' or 'SCALE') and
4509            'NDRPDR' and
4510            '2T2C' and
4511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4512            not 'VHOST' and
4513            'MEMIF'"
4514   parameters:
4515   - "throughput"
4516   - "parent"
4517   traces:
4518     hoverinfo: "x+y"
4519     boxpoints: "outliers"
4520     whiskerwidth: 0
4521   layout:
4522     title: ""  # No title
4523     layout: "plot-throughput"
4524
4525 ################################################################################
4526
4527 # Packet Throughput - VPP IPv4 3n-hsw-x520
4528 -
4529   type: "plot"
4530   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4531   algorithm: "plot_performance_box"
4532   output-file-type: ".html"
4533   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4534   data: "plot-vpp-throughput-latency-3n-hsw"
4535   filter: "'NIC_Intel-X520-DA2' and
4536            '64B' and
4537            ('BASE' or 'SCALE') and
4538            'NDRPDR' and
4539            '1T1C' and
4540            'IP4FWD' and
4541            not 'IPSEC' and
4542            not 'VHOST'"
4543   parameters:
4544   - "throughput"
4545   - "parent"
4546   traces:
4547     hoverinfo: "x+y"
4548     boxpoints: "outliers"
4549     whiskerwidth: 0
4550   layout:
4551     title: ""  # No title
4552     layout: "plot-throughput"
4553
4554 -
4555   type: "plot"
4556   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4557   algorithm: "plot_performance_box"
4558   output-file-type: ".html"
4559   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4560   data: "plot-vpp-throughput-latency-3n-hsw"
4561   filter: "'NIC_Intel-X520-DA2' and
4562            '64B' and
4563            ('BASE' or 'SCALE') and
4564            'NDRPDR' and
4565            '1T1C' and
4566            'IP4FWD' and
4567            not 'IPSEC' and
4568            not 'VHOST'"
4569   parameters:
4570   - "throughput"
4571   - "parent"
4572   traces:
4573     hoverinfo: "x+y"
4574     boxpoints: "outliers"
4575     whiskerwidth: 0
4576   layout:
4577     title: ""  # No title
4578     layout: "plot-throughput"
4579
4580 -
4581   type: "plot"
4582   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4583   algorithm: "plot_performance_box"
4584   output-file-type: ".html"
4585   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4586   data: "plot-vpp-throughput-latency-3n-hsw"
4587   filter: "'NIC_Intel-X520-DA2' and
4588            '64B' and
4589            ('BASE' or 'SCALE') and
4590            'NDRPDR' and
4591            '2T2C' and
4592            'IP4FWD' and
4593            not 'IPSEC' and
4594            not 'VHOST'"
4595   parameters:
4596   - "throughput"
4597   - "parent"
4598   traces:
4599     hoverinfo: "x+y"
4600     boxpoints: "outliers"
4601     whiskerwidth: 0
4602   layout:
4603     title: ""  # No title
4604     layout: "plot-throughput"
4605
4606 -
4607   type: "plot"
4608   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4609   algorithm: "plot_performance_box"
4610   output-file-type: ".html"
4611   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4612   data: "plot-vpp-throughput-latency-3n-hsw"
4613   filter: "'NIC_Intel-X520-DA2' and
4614            '64B' and
4615            ('BASE' or 'SCALE') and
4616            'NDRPDR' and
4617            '2T2C' and
4618            'IP4FWD' and
4619            not 'IPSEC' and
4620            not 'VHOST'"
4621   parameters:
4622   - "throughput"
4623   - "parent"
4624   traces:
4625     hoverinfo: "x+y"
4626     boxpoints: "outliers"
4627     whiskerwidth: 0
4628   layout:
4629     title: ""  # No title
4630     layout: "plot-throughput"
4631
4632 -
4633   type: "plot"
4634   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4635   algorithm: "plot_performance_box"
4636   output-file-type: ".html"
4637   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4638   data: "plot-vpp-throughput-latency-3n-hsw"
4639   filter: "'NIC_Intel-X520-DA2' and
4640            '64B' and
4641            'FEATURE' and
4642            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4643            'NDRPDR' and
4644            '1T1C' and
4645            'IP4FWD' and
4646            not 'IPSEC' and
4647            not 'VHOST'"
4648   parameters:
4649   - "throughput"
4650   - "parent"
4651   traces:
4652     hoverinfo: "x+y"
4653     boxpoints: "outliers"
4654     whiskerwidth: 0
4655   layout:
4656     title: ""  # No title
4657     layout: "plot-throughput"
4658
4659 -
4660   type: "plot"
4661   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4662   algorithm: "plot_performance_box"
4663   output-file-type: ".html"
4664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4665   data: "plot-vpp-throughput-latency-3n-hsw"
4666   filter: "'NIC_Intel-X520-DA2' and
4667            '64B' and
4668            'FEATURE' and
4669            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4670            'NDRPDR' and
4671            '1T1C' and
4672            'IP4FWD' and
4673            not 'IPSEC' and
4674            not 'VHOST'"
4675   parameters:
4676   - "throughput"
4677   - "parent"
4678   traces:
4679     hoverinfo: "x+y"
4680     boxpoints: "outliers"
4681     whiskerwidth: 0
4682   layout:
4683     title: ""  # No title
4684     layout: "plot-throughput"
4685
4686 -
4687   type: "plot"
4688   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4689   algorithm: "plot_performance_box"
4690   output-file-type: ".html"
4691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4692   data: "plot-vpp-throughput-latency-3n-hsw"
4693   filter: "'NIC_Intel-X520-DA2' and
4694            '64B' and
4695            'FEATURE' and
4696            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4697            'NDRPDR' and
4698            '2T2C' and
4699            'IP4FWD' and
4700            not 'IPSEC' and
4701            not 'VHOST'"
4702   parameters:
4703   - "throughput"
4704   - "parent"
4705   traces:
4706     hoverinfo: "x+y"
4707     boxpoints: "outliers"
4708     whiskerwidth: 0
4709   layout:
4710     title: ""  # No title
4711     layout: "plot-throughput"
4712
4713 -
4714   type: "plot"
4715   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4716   algorithm: "plot_performance_box"
4717   output-file-type: ".html"
4718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4719   data: "plot-vpp-throughput-latency-3n-hsw"
4720   filter: "'NIC_Intel-X520-DA2' and
4721            '64B' and
4722            'FEATURE' and
4723            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4724            'NDRPDR' and
4725            '2T2C' and
4726            'IP4FWD' and
4727            not 'IPSEC' and
4728            not 'VHOST'"
4729   parameters:
4730   - "throughput"
4731   - "parent"
4732   traces:
4733     hoverinfo: "x+y"
4734     boxpoints: "outliers"
4735     whiskerwidth: 0
4736   layout:
4737     title: ""  # No title
4738     layout: "plot-throughput"
4739
4740 # Packet Throughput - VPP IPv4 3n-hsw-x710
4741 -
4742   type: "plot"
4743   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4744   algorithm: "plot_performance_box"
4745   output-file-type: ".html"
4746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4747   data: "plot-vpp-throughput-latency-3n-hsw"
4748   filter: "'NIC_Intel-X710' and
4749            '64B' and
4750            ('BASE' or 'SCALE') and
4751            'NDRPDR' and
4752            '1T1C' and
4753            'IP4FWD' and
4754            not 'IPSEC' and
4755            not 'VHOST'"
4756   parameters:
4757   - "throughput"
4758   - "parent"
4759   traces:
4760     hoverinfo: "x+y"
4761     boxpoints: "outliers"
4762     whiskerwidth: 0
4763   layout:
4764     title: ""  # No title
4765     layout: "plot-throughput"
4766
4767 -
4768   type: "plot"
4769   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4770   algorithm: "plot_performance_box"
4771   output-file-type: ".html"
4772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4773   data: "plot-vpp-throughput-latency-3n-hsw"
4774   filter: "'NIC_Intel-X710' and
4775            '64B' and
4776            ('BASE' or 'SCALE') and
4777            'NDRPDR' and
4778            '1T1C' and
4779            'IP4FWD' and
4780            not 'IPSEC' and
4781            not 'VHOST'"
4782   parameters:
4783   - "throughput"
4784   - "parent"
4785   traces:
4786     hoverinfo: "x+y"
4787     boxpoints: "outliers"
4788     whiskerwidth: 0
4789   layout:
4790     title: ""  # No title
4791     layout: "plot-throughput"
4792
4793 -
4794   type: "plot"
4795   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4796   algorithm: "plot_performance_box"
4797   output-file-type: ".html"
4798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4799   data: "plot-vpp-throughput-latency-3n-hsw"
4800   filter: "'NIC_Intel-X710' and
4801            '64B' and
4802            ('BASE' or 'SCALE') and
4803            'NDRPDR' and
4804            '2T2C' and
4805            'IP4FWD' and
4806            not 'IPSEC' and
4807            not 'VHOST'"
4808   parameters:
4809   - "throughput"
4810   - "parent"
4811   traces:
4812     hoverinfo: "x+y"
4813     boxpoints: "outliers"
4814     whiskerwidth: 0
4815   layout:
4816     title: ""  # No title
4817     layout: "plot-throughput"
4818
4819 -
4820   type: "plot"
4821   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4822   algorithm: "plot_performance_box"
4823   output-file-type: ".html"
4824   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4825   data: "plot-vpp-throughput-latency-3n-hsw"
4826   filter: "'NIC_Intel-X710' and
4827            '64B' and
4828            ('BASE' or 'SCALE') and
4829            'NDRPDR' and
4830            '2T2C' and
4831            'IP4FWD' and
4832            not 'IPSEC' and
4833            not 'VHOST'"
4834   parameters:
4835   - "throughput"
4836   - "parent"
4837   traces:
4838     hoverinfo: "x+y"
4839     boxpoints: "outliers"
4840     whiskerwidth: 0
4841   layout:
4842     title: ""  # No title
4843     layout: "plot-throughput"
4844
4845 -
4846   type: "plot"
4847   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4848   algorithm: "plot_performance_box"
4849   output-file-type: ".html"
4850   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4851   data: "plot-vpp-throughput-latency-3n-hsw"
4852   filter: "'NIC_Intel-X710' and
4853            '64B' and
4854            'FEATURE' and
4855            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4856            'NDRPDR' and
4857            '1T1C' and
4858            'IP4FWD' and
4859            not 'IPSEC' and
4860            not 'VHOST'"
4861   parameters:
4862   - "throughput"
4863   - "parent"
4864   traces:
4865     hoverinfo: "x+y"
4866     boxpoints: "outliers"
4867     whiskerwidth: 0
4868   layout:
4869     title: ""  # No title
4870     layout: "plot-throughput"
4871
4872 -
4873   type: "plot"
4874   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4875   algorithm: "plot_performance_box"
4876   output-file-type: ".html"
4877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4878   data: "plot-vpp-throughput-latency-3n-hsw"
4879   filter: "'NIC_Intel-X710' and
4880            '64B' and
4881            'FEATURE' and
4882            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4883            'NDRPDR' and
4884            '1T1C' and
4885            'IP4FWD' and
4886            not 'IPSEC' and
4887            not 'VHOST'"
4888   parameters:
4889   - "throughput"
4890   - "parent"
4891   traces:
4892     hoverinfo: "x+y"
4893     boxpoints: "outliers"
4894     whiskerwidth: 0
4895   layout:
4896     title: ""  # No title
4897     layout: "plot-throughput"
4898
4899 -
4900   type: "plot"
4901   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4902   algorithm: "plot_performance_box"
4903   output-file-type: ".html"
4904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4905   data: "plot-vpp-throughput-latency-3n-hsw"
4906   filter: "'NIC_Intel-X710' and
4907            '64B' and
4908            'FEATURE' and
4909            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4910            'NDRPDR' and
4911            '2T2C' and
4912            'IP4FWD' and
4913            not 'IPSEC' and
4914            not 'VHOST'"
4915   parameters:
4916   - "throughput"
4917   - "parent"
4918   traces:
4919     hoverinfo: "x+y"
4920     boxpoints: "outliers"
4921     whiskerwidth: 0
4922   layout:
4923     title: ""  # No title
4924     layout: "plot-throughput"
4925
4926 -
4927   type: "plot"
4928   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4929   algorithm: "plot_performance_box"
4930   output-file-type: ".html"
4931   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4932   data: "plot-vpp-throughput-latency-3n-hsw"
4933   filter: "'NIC_Intel-X710' and
4934            '64B' and
4935            'FEATURE' and
4936            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4937            'NDRPDR' and
4938            '2T2C' and
4939            'IP4FWD' and
4940            not 'IPSEC' and
4941            not 'VHOST'"
4942   parameters:
4943   - "throughput"
4944   - "parent"
4945   traces:
4946     hoverinfo: "x+y"
4947     boxpoints: "outliers"
4948     whiskerwidth: 0
4949   layout:
4950     title: ""  # No title
4951     layout: "plot-throughput"
4952
4953 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4954 -
4955   type: "plot"
4956   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4957   algorithm: "plot_performance_box"
4958   output-file-type: ".html"
4959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4960   data: "plot-vpp-throughput-latency-3n-hsw"
4961   filter: "'NIC_Intel-XL710' and
4962            '64B' and
4963            ('BASE' or 'SCALE') and
4964            'NDRPDR' and
4965            '1T1C' and
4966            'IP4FWD' and
4967            not 'IPSEC' and
4968            not 'VHOST'"
4969   parameters:
4970   - "throughput"
4971   - "parent"
4972   traces:
4973     hoverinfo: "x+y"
4974     boxpoints: "outliers"
4975     whiskerwidth: 0
4976   layout:
4977     title: ""  # No title
4978     layout: "plot-throughput"
4979
4980 -
4981   type: "plot"
4982   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4983   algorithm: "plot_performance_box"
4984   output-file-type: ".html"
4985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4986   data: "plot-vpp-throughput-latency-3n-hsw"
4987   filter: "'NIC_Intel-XL710' and
4988            '64B' and
4989            ('BASE' or 'SCALE') and
4990            'NDRPDR' and
4991            '1T1C' and
4992            'IP4FWD' and
4993            not 'IPSEC' and
4994            not 'VHOST'"
4995   parameters:
4996   - "throughput"
4997   - "parent"
4998   traces:
4999     hoverinfo: "x+y"
5000     boxpoints: "outliers"
5001     whiskerwidth: 0
5002   layout:
5003     title: ""  # No title
5004     layout: "plot-throughput"
5005
5006 -
5007   type: "plot"
5008   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5009   algorithm: "plot_performance_box"
5010   output-file-type: ".html"
5011   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5012   data: "plot-vpp-throughput-latency-3n-hsw"
5013   filter: "'NIC_Intel-XL710' and
5014            '64B' and
5015            ('BASE' or 'SCALE') and
5016            'NDRPDR' and
5017            '2T2C' and
5018            'IP4FWD' and
5019            not 'IPSEC' and
5020            not 'VHOST'"
5021   parameters:
5022   - "throughput"
5023   - "parent"
5024   traces:
5025     hoverinfo: "x+y"
5026     boxpoints: "outliers"
5027     whiskerwidth: 0
5028   layout:
5029     title: ""  # No title
5030     layout: "plot-throughput"
5031
5032 -
5033   type: "plot"
5034   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5035   algorithm: "plot_performance_box"
5036   output-file-type: ".html"
5037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5038   data: "plot-vpp-throughput-latency-3n-hsw"
5039   filter: "'NIC_Intel-XL710' and
5040            '64B' and
5041            ('BASE' or 'SCALE') and
5042            'NDRPDR' and
5043            '2T2C' and
5044            'IP4FWD' and
5045            not 'IPSEC' and
5046            not 'VHOST'"
5047   parameters:
5048   - "throughput"
5049   - "parent"
5050   traces:
5051     hoverinfo: "x+y"
5052     boxpoints: "outliers"
5053     whiskerwidth: 0
5054   layout:
5055     title: ""  # No title
5056     layout: "plot-throughput"
5057
5058 # Packet Throughput - VPP IPv4 3n-skx-x710
5059 -
5060   type: "plot"
5061   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5062   algorithm: "plot_performance_box"
5063   output-file-type: ".html"
5064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5065   data: "plot-vpp-throughput-latency-3n-skx"
5066   filter: "'NIC_Intel-X710' and
5067            '64B' and
5068            ('BASE' or 'SCALE') and
5069            'NDRPDR' and
5070            '2T1C' and
5071            'IP4FWD' and
5072            not 'IPSEC' and
5073            not 'VHOST'"
5074   parameters:
5075   - "throughput"
5076   - "parent"
5077   traces:
5078     hoverinfo: "x+y"
5079     boxpoints: "outliers"
5080     whiskerwidth: 0
5081   layout:
5082     title: ""  # No title
5083     layout: "plot-throughput"
5084
5085 -
5086   type: "plot"
5087   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5088   algorithm: "plot_performance_box"
5089   output-file-type: ".html"
5090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5091   data: "plot-vpp-throughput-latency-3n-skx"
5092   filter: "'NIC_Intel-X710' and
5093            '64B' and
5094            ('BASE' or 'SCALE') and
5095            'NDRPDR' and
5096            '2T1C' and
5097            'IP4FWD' and
5098            not 'IPSEC' and
5099            not 'VHOST'"
5100   parameters:
5101   - "throughput"
5102   - "parent"
5103   traces:
5104     hoverinfo: "x+y"
5105     boxpoints: "outliers"
5106     whiskerwidth: 0
5107   layout:
5108     title: ""  # No title
5109     layout: "plot-throughput"
5110
5111 -
5112   type: "plot"
5113   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5114   algorithm: "plot_performance_box"
5115   output-file-type: ".html"
5116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5117   data: "plot-vpp-throughput-latency-3n-skx"
5118   filter: "'NIC_Intel-X710' and
5119            '64B' and
5120            ('BASE' or 'SCALE') and
5121            'NDRPDR' and
5122            '4T2C' and
5123            'IP4FWD' and
5124            not 'IPSEC' and
5125            not 'VHOST'"
5126   parameters:
5127   - "throughput"
5128   - "parent"
5129   traces:
5130     hoverinfo: "x+y"
5131     boxpoints: "outliers"
5132     whiskerwidth: 0
5133   layout:
5134     title: ""  # No title
5135     layout: "plot-throughput"
5136
5137 -
5138   type: "plot"
5139   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5140   algorithm: "plot_performance_box"
5141   output-file-type: ".html"
5142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5143   data: "plot-vpp-throughput-latency-3n-skx"
5144   filter: "'NIC_Intel-X710' and
5145            '64B' and
5146            ('BASE' or 'SCALE') and
5147            'NDRPDR' and
5148            '4T2C' and
5149            'IP4FWD' and
5150            not 'IPSEC' and
5151            not 'VHOST'"
5152   parameters:
5153   - "throughput"
5154   - "parent"
5155   traces:
5156     hoverinfo: "x+y"
5157     boxpoints: "outliers"
5158     whiskerwidth: 0
5159   layout:
5160     title: ""  # No title
5161     layout: "plot-throughput"
5162
5163 -
5164   type: "plot"
5165   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5166   algorithm: "plot_performance_box"
5167   output-file-type: ".html"
5168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5169   data: "plot-vpp-throughput-latency-3n-skx"
5170   filter: "'NIC_Intel-X710' and
5171            '64B' and
5172            'FEATURE' and
5173            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5174            'NDRPDR' and
5175            '2T1C' and
5176            'IP4FWD' and
5177            not 'IPSEC' and
5178            not 'VHOST'"
5179   parameters:
5180   - "throughput"
5181   - "parent"
5182   traces:
5183     hoverinfo: "x+y"
5184     boxpoints: "outliers"
5185     whiskerwidth: 0
5186   layout:
5187     title: ""  # No title
5188     layout: "plot-throughput"
5189
5190 -
5191   type: "plot"
5192   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5193   algorithm: "plot_performance_box"
5194   output-file-type: ".html"
5195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5196   data: "plot-vpp-throughput-latency-3n-skx"
5197   filter: "'NIC_Intel-X710' and
5198            '64B' and
5199            'FEATURE' and
5200            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5201            'NDRPDR' and
5202            '2T1C' and
5203            'IP4FWD' and
5204            not 'IPSEC' and
5205            not 'VHOST'"
5206   parameters:
5207   - "throughput"
5208   - "parent"
5209   traces:
5210     hoverinfo: "x+y"
5211     boxpoints: "outliers"
5212     whiskerwidth: 0
5213   layout:
5214     title: ""  # No title
5215     layout: "plot-throughput"
5216
5217 -
5218   type: "plot"
5219   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5220   algorithm: "plot_performance_box"
5221   output-file-type: ".html"
5222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5223   data: "plot-vpp-throughput-latency-3n-skx"
5224   filter: "'NIC_Intel-X710' and
5225            '64B' and
5226            'FEATURE' and
5227            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5228            'NDRPDR' and
5229            '4T2C' and
5230            'IP4FWD' and
5231            not 'IPSEC' and
5232            not 'VHOST'"
5233   parameters:
5234   - "throughput"
5235   - "parent"
5236   traces:
5237     hoverinfo: "x+y"
5238     boxpoints: "outliers"
5239     whiskerwidth: 0
5240   layout:
5241     title: ""  # No title
5242     layout: "plot-throughput"
5243
5244 -
5245   type: "plot"
5246   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5247   algorithm: "plot_performance_box"
5248   output-file-type: ".html"
5249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5250   data: "plot-vpp-throughput-latency-3n-skx"
5251   filter: "'NIC_Intel-X710' and
5252            '64B' and
5253            'FEATURE' and
5254            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5255            'NDRPDR' and
5256            '4T2C' and
5257            'IP4FWD' and
5258            not 'IPSEC' and
5259            not 'VHOST'"
5260   parameters:
5261   - "throughput"
5262   - "parent"
5263   traces:
5264     hoverinfo: "x+y"
5265     boxpoints: "outliers"
5266     whiskerwidth: 0
5267   layout:
5268     title: ""  # No title
5269     layout: "plot-throughput"
5270
5271 # Packet Throughput - VPP IPv4 2n-skx-x710
5272 -
5273   type: "plot"
5274   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5275   algorithm: "plot_performance_box"
5276   output-file-type: ".html"
5277   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5278   data: "plot-vpp-throughput-latency-2n-skx"
5279   filter: "'NIC_Intel-X710' and
5280            '64B' and
5281            ('BASE' or 'SCALE') and
5282            'NDRPDR' and
5283            '2T1C' and
5284            'IP4FWD' and
5285            not 'IPSEC' and
5286            not 'VHOST'"
5287   parameters:
5288   - "throughput"
5289   - "parent"
5290   traces:
5291     hoverinfo: "x+y"
5292     boxpoints: "outliers"
5293     whiskerwidth: 0
5294   layout:
5295     title: ""  # No title
5296     layout: "plot-throughput"
5297
5298 -
5299   type: "plot"
5300   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5301   algorithm: "plot_performance_box"
5302   output-file-type: ".html"
5303   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5304   data: "plot-vpp-throughput-latency-2n-skx"
5305   filter: "'NIC_Intel-X710' and
5306            '64B' and
5307            ('BASE' or 'SCALE') and
5308            'NDRPDR' and
5309            '2T1C' and
5310            'IP4FWD' and
5311            not 'IPSEC' and
5312            not 'VHOST'"
5313   parameters:
5314   - "throughput"
5315   - "parent"
5316   traces:
5317     hoverinfo: "x+y"
5318     boxpoints: "outliers"
5319     whiskerwidth: 0
5320   layout:
5321     title: ""  # No title
5322     layout: "plot-throughput"
5323
5324 -
5325   type: "plot"
5326   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5327   algorithm: "plot_performance_box"
5328   output-file-type: ".html"
5329   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5330   data: "plot-vpp-throughput-latency-2n-skx"
5331   filter: "'NIC_Intel-X710' and
5332            '64B' and
5333            ('BASE' or 'SCALE') and
5334            'NDRPDR' and
5335            '4T2C' and
5336            'IP4FWD' and
5337            not 'IPSEC' and
5338            not 'VHOST'"
5339   parameters:
5340   - "throughput"
5341   - "parent"
5342   traces:
5343     hoverinfo: "x+y"
5344     boxpoints: "outliers"
5345     whiskerwidth: 0
5346   layout:
5347     title: ""  # No title
5348     layout: "plot-throughput"
5349
5350 -
5351   type: "plot"
5352   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5353   algorithm: "plot_performance_box"
5354   output-file-type: ".html"
5355   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5356   data: "plot-vpp-throughput-latency-2n-skx"
5357   filter: "'NIC_Intel-X710' and
5358            '64B' and
5359            ('BASE' or 'SCALE') and
5360            'NDRPDR' and
5361            '4T2C' and
5362            'IP4FWD' and
5363            not 'IPSEC' and
5364            not 'VHOST'"
5365   parameters:
5366   - "throughput"
5367   - "parent"
5368   traces:
5369     hoverinfo: "x+y"
5370     boxpoints: "outliers"
5371     whiskerwidth: 0
5372   layout:
5373     title: ""  # No title
5374     layout: "plot-throughput"
5375
5376 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5377 -
5378   type: "plot"
5379   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5380   algorithm: "plot_performance_box"
5381   output-file-type: ".html"
5382   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5383   data: "plot-vpp-throughput-latency-2n-skx"
5384   filter: "'NIC_Intel-XXV710' and
5385            '64B' and
5386            ('BASE' or 'SCALE') and
5387            'NDRPDR' and
5388            '2T1C' and
5389            'IP4FWD' and
5390            not 'IPSEC' and
5391            not 'VHOST'"
5392   parameters:
5393   - "throughput"
5394   - "parent"
5395   traces:
5396     hoverinfo: "x+y"
5397     boxpoints: "outliers"
5398     whiskerwidth: 0
5399   layout:
5400     title: ""  # No title
5401     layout: "plot-throughput"
5402
5403 -
5404   type: "plot"
5405   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5406   algorithm: "plot_performance_box"
5407   output-file-type: ".html"
5408   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5409   data: "plot-vpp-throughput-latency-2n-skx"
5410   filter: "'NIC_Intel-XXV710' and
5411            '64B' and
5412            ('BASE' or 'SCALE') and
5413            'NDRPDR' and
5414            '2T1C' and
5415            'IP4FWD' and
5416            not 'IPSEC' and
5417            not 'VHOST'"
5418   parameters:
5419   - "throughput"
5420   - "parent"
5421   traces:
5422     hoverinfo: "x+y"
5423     boxpoints: "outliers"
5424     whiskerwidth: 0
5425   layout:
5426     title: ""  # No title
5427     layout: "plot-throughput"
5428
5429 -
5430   type: "plot"
5431   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5432   algorithm: "plot_performance_box"
5433   output-file-type: ".html"
5434   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5435   data: "plot-vpp-throughput-latency-2n-skx"
5436   filter: "'NIC_Intel-XXV710' and
5437            '64B' and
5438            ('BASE' or 'SCALE') and
5439            'NDRPDR' and
5440            '4T2C' and
5441            'IP4FWD' and
5442            not 'IPSEC' and
5443            not 'VHOST'"
5444   parameters:
5445   - "throughput"
5446   - "parent"
5447   traces:
5448     hoverinfo: "x+y"
5449     boxpoints: "outliers"
5450     whiskerwidth: 0
5451   layout:
5452     title: ""  # No title
5453     layout: "plot-throughput"
5454
5455 -
5456   type: "plot"
5457   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5458   algorithm: "plot_performance_box"
5459   output-file-type: ".html"
5460   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5461   data: "plot-vpp-throughput-latency-2n-skx"
5462   filter: "'NIC_Intel-XXV710' and
5463            '64B' and
5464            ('BASE' or 'SCALE') and
5465            'NDRPDR' and
5466            '4T2C' and
5467            'IP4FWD' and
5468            not 'IPSEC' and
5469            not 'VHOST'"
5470   parameters:
5471   - "throughput"
5472   - "parent"
5473   traces:
5474     hoverinfo: "x+y"
5475     boxpoints: "outliers"
5476     whiskerwidth: 0
5477   layout:
5478     title: ""  # No title
5479     layout: "plot-throughput"
5480
5481 ################################################################################
5482
5483 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5484 -
5485   type: "plot"
5486   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5487   algorithm: "plot_performance_box"
5488   output-file-type: ".html"
5489   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5490   data: "plot-vpp-throughput-latency-3n-hsw"
5491   filter: "'NIC_Intel-X520-DA2' and
5492            '64B' and
5493            'ENCAP' and
5494            'NDRPDR' and
5495            '1T1C' and
5496            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5497            not 'VHOST' and
5498            not 'IPSECHW'"
5499   parameters:
5500   - "throughput"
5501   - "parent"
5502   traces:
5503     hoverinfo: "x+y"
5504     boxpoints: "outliers"
5505     whiskerwidth: 0
5506   layout:
5507     title: ""  # No title
5508     layout: "plot-throughput"
5509
5510 -
5511   type: "plot"
5512   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5513   algorithm: "plot_performance_box"
5514   output-file-type: ".html"
5515   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5516   data: "plot-vpp-throughput-latency-3n-hsw"
5517   filter: "'NIC_Intel-X520-DA2' and
5518            '64B' and
5519            'ENCAP' and
5520            'NDRPDR' and
5521            '1T1C' and
5522            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5523            not 'VHOST' and
5524            not 'IPSECHW'"
5525   parameters:
5526   - "throughput"
5527   - "parent"
5528   traces:
5529     hoverinfo: "x+y"
5530     boxpoints: "outliers"
5531     whiskerwidth: 0
5532   layout:
5533     title: ""  # No title
5534     layout: "plot-throughput"
5535
5536 -
5537   type: "plot"
5538   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5539   algorithm: "plot_performance_box"
5540   output-file-type: ".html"
5541   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5542   data: "plot-vpp-throughput-latency-3n-hsw"
5543   filter: "'NIC_Intel-X520-DA2' and
5544            '64B' and
5545            'ENCAP' and
5546            'NDRPDR' and
5547            '2T2C' and
5548            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5549            not 'VHOST' and
5550            not 'IPSECHW'"
5551   parameters:
5552   - "throughput"
5553   - "parent"
5554   traces:
5555     hoverinfo: "x+y"
5556     boxpoints: "outliers"
5557     whiskerwidth: 0
5558   layout:
5559     title: ""  # No title
5560     layout: "plot-throughput"
5561
5562 -
5563   type: "plot"
5564   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5565   algorithm: "plot_performance_box"
5566   output-file-type: ".html"
5567   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5568   data: "plot-vpp-throughput-latency-3n-hsw"
5569   filter: "'NIC_Intel-X520-DA2' and
5570            '64B' and
5571            'ENCAP' and
5572            'NDRPDR' and
5573            '2T2C' and
5574            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5575            not 'VHOST' and
5576            not 'IPSECHW'"
5577   parameters:
5578   - "throughput"
5579   - "parent"
5580   traces:
5581     hoverinfo: "x+y"
5582     boxpoints: "outliers"
5583     whiskerwidth: 0
5584   layout:
5585     title: ""  # No title
5586     layout: "plot-throughput"
5587
5588 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5589 -
5590   type: "plot"
5591   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5592   algorithm: "plot_performance_box"
5593   output-file-type: ".html"
5594   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5595   data: "plot-vpp-throughput-latency-3n-hsw"
5596   filter: "'NIC_Intel-X710' and
5597            '64B' and
5598            'ENCAP' and
5599            'NDRPDR' and
5600            '1T1C' and
5601            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5602            not 'VHOST' and
5603            not 'IPSECHW'"
5604   parameters:
5605   - "throughput"
5606   - "parent"
5607   traces:
5608     hoverinfo: "x+y"
5609     boxpoints: "outliers"
5610     whiskerwidth: 0
5611   layout:
5612     title: ""  # No title
5613     layout: "plot-throughput"
5614
5615 -
5616   type: "plot"
5617   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5618   algorithm: "plot_performance_box"
5619   output-file-type: ".html"
5620   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5621   data: "plot-vpp-throughput-latency-3n-hsw"
5622   filter: "'NIC_Intel-X710' and
5623            '64B' and
5624            'ENCAP' and
5625            'NDRPDR' and
5626            '1T1C' and
5627            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5628            not 'VHOST' and
5629            not 'IPSECHW'"
5630   parameters:
5631   - "throughput"
5632   - "parent"
5633   traces:
5634     hoverinfo: "x+y"
5635     boxpoints: "outliers"
5636     whiskerwidth: 0
5637   layout:
5638     title: ""  # No title
5639     layout: "plot-throughput"
5640
5641 -
5642   type: "plot"
5643   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5644   algorithm: "plot_performance_box"
5645   output-file-type: ".html"
5646   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5647   data: "plot-vpp-throughput-latency-3n-hsw"
5648   filter: "'NIC_Intel-X710' and
5649            '64B' and
5650            'ENCAP' and
5651            'NDRPDR' and
5652            '2T2C' and
5653            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5654            not 'VHOST' and
5655            not 'IPSECHW'"
5656   parameters:
5657   - "throughput"
5658   - "parent"
5659   traces:
5660     hoverinfo: "x+y"
5661     boxpoints: "outliers"
5662     whiskerwidth: 0
5663   layout:
5664     title: ""  # No title
5665     layout: "plot-throughput"
5666
5667 -
5668   type: "plot"
5669   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5670   algorithm: "plot_performance_box"
5671   output-file-type: ".html"
5672   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5673   data: "plot-vpp-throughput-latency-3n-hsw"
5674   filter: "'NIC_Intel-X710' and
5675            '64B' and
5676            'ENCAP' and
5677            'NDRPDR' and
5678            '2T2C' and
5679            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5680            not 'VHOST' and
5681            not 'IPSECHW'"
5682   parameters:
5683   - "throughput"
5684   - "parent"
5685   traces:
5686     hoverinfo: "x+y"
5687     boxpoints: "outliers"
5688     whiskerwidth: 0
5689   layout:
5690     title: ""  # No title
5691     layout: "plot-throughput"
5692
5693 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5694 -
5695   type: "plot"
5696   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5697   algorithm: "plot_performance_box"
5698   output-file-type: ".html"
5699   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5700   data: "plot-vpp-throughput-latency-3n-skx"
5701   filter: "'NIC_Intel-X710' and
5702            '64B' and
5703            'ENCAP' and
5704            'NDRPDR' and
5705            '2T1C' and
5706            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5707            not 'VHOST' and
5708            not 'IPSECHW'"
5709   parameters:
5710   - "throughput"
5711   - "parent"
5712   traces:
5713     hoverinfo: "x+y"
5714     boxpoints: "outliers"
5715     whiskerwidth: 0
5716   layout:
5717     title: ""  # No title
5718     layout: "plot-throughput"
5719
5720 -
5721   type: "plot"
5722   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5723   algorithm: "plot_performance_box"
5724   output-file-type: ".html"
5725   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5726   data: "plot-vpp-throughput-latency-3n-skx"
5727   filter: "'NIC_Intel-X710' and
5728            '64B' and
5729            'ENCAP' and
5730            'NDRPDR' and
5731            '2T1C' and
5732            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5733            not 'VHOST' and
5734            not 'IPSECHW'"
5735   parameters:
5736   - "throughput"
5737   - "parent"
5738   traces:
5739     hoverinfo: "x+y"
5740     boxpoints: "outliers"
5741     whiskerwidth: 0
5742   layout:
5743     title: ""  # No title
5744     layout: "plot-throughput"
5745
5746 -
5747   type: "plot"
5748   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5749   algorithm: "plot_performance_box"
5750   output-file-type: ".html"
5751   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5752   data: "plot-vpp-throughput-latency-3n-skx"
5753   filter: "'NIC_Intel-X710' and
5754            '64B' and
5755            'ENCAP' and
5756            'NDRPDR' and
5757            '4T2C' and
5758            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5759            not 'VHOST' and
5760            not 'IPSECHW'"
5761   parameters:
5762   - "throughput"
5763   - "parent"
5764   traces:
5765     hoverinfo: "x+y"
5766     boxpoints: "outliers"
5767     whiskerwidth: 0
5768   layout:
5769     title: ""  # No title
5770     layout: "plot-throughput"
5771
5772 -
5773   type: "plot"
5774   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5775   algorithm: "plot_performance_box"
5776   output-file-type: ".html"
5777   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5778   data: "plot-vpp-throughput-latency-3n-skx"
5779   filter: "'NIC_Intel-X710' and
5780            '64B' and
5781            'ENCAP' and
5782            'NDRPDR' and
5783            '4T2C' and
5784            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5785            not 'VHOST' and
5786            not 'IPSECHW'"
5787   parameters:
5788   - "throughput"
5789   - "parent"
5790   traces:
5791     hoverinfo: "x+y"
5792     boxpoints: "outliers"
5793     whiskerwidth: 0
5794   layout:
5795     title: ""  # No title
5796     layout: "plot-throughput"
5797
5798 ################################################################################
5799
5800 # Packet Throughput - VPP IPv6 3n-hsw-x520
5801 -
5802   type: "plot"
5803   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5804   algorithm: "plot_performance_box"
5805   output-file-type: ".html"
5806   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5807   data: "plot-vpp-throughput-latency-3n-hsw"
5808   filter: "'NIC_Intel-X520-DA2' and
5809            '78B' and
5810            ('BASE' or 'SCALE') and
5811            'NDRPDR' and
5812            '1T1C' and
5813            'IP6FWD' and
5814            not 'SRv6' and
5815            not 'IPSEC' and
5816            not 'VHOST'"
5817   parameters:
5818   - "throughput"
5819   - "parent"
5820   traces:
5821     hoverinfo: "x+y"
5822     boxpoints: "outliers"
5823     whiskerwidth: 0
5824   layout:
5825     title: ""  # No title
5826     layout: "plot-throughput"
5827
5828 -
5829   type: "plot"
5830   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5831   algorithm: "plot_performance_box"
5832   output-file-type: ".html"
5833   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5834   data: "plot-vpp-throughput-latency-3n-hsw"
5835   filter: "'NIC_Intel-X520-DA2' and
5836            '78B' and
5837            ('BASE' or 'SCALE') and
5838            'NDRPDR' and
5839            '1T1C' and
5840            'IP6FWD' and
5841            not 'SRv6' and
5842            not 'IPSEC' and
5843            not 'VHOST'"
5844   parameters:
5845   - "throughput"
5846   - "parent"
5847   traces:
5848     hoverinfo: "x+y"
5849     boxpoints: "outliers"
5850     whiskerwidth: 0
5851   layout:
5852     title: ""  # No title
5853     layout: "plot-throughput"
5854
5855 -
5856   type: "plot"
5857   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5858   algorithm: "plot_performance_box"
5859   output-file-type: ".html"
5860   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5861   data: "plot-vpp-throughput-latency-3n-hsw"
5862   filter: "'NIC_Intel-X520-DA2' and
5863            '78B' and
5864            ('BASE' or 'SCALE') and
5865            'NDRPDR' and
5866            '2T2C' and
5867            'IP6FWD' and
5868            not 'SRv6' and
5869            not 'IPSEC' and
5870            not 'VHOST'"
5871   parameters:
5872   - "throughput"
5873   - "parent"
5874   traces:
5875     hoverinfo: "x+y"
5876     boxpoints: "outliers"
5877     whiskerwidth: 0
5878   layout:
5879     title: ""  # No title
5880     layout: "plot-throughput"
5881
5882 -
5883   type: "plot"
5884   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5885   algorithm: "plot_performance_box"
5886   output-file-type: ".html"
5887   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5888   data: "plot-vpp-throughput-latency-3n-hsw"
5889   filter: "'NIC_Intel-X520-DA2' and
5890            '78B' and
5891            ('BASE' or 'SCALE') and
5892            'NDRPDR' and
5893            '2T2C' and
5894            'IP6FWD' and
5895            not 'SRv6' and
5896            not 'IPSEC' and
5897            not 'VHOST'"
5898   parameters:
5899   - "throughput"
5900   - "parent"
5901   traces:
5902     hoverinfo: "x+y"
5903     boxpoints: "outliers"
5904     whiskerwidth: 0
5905   layout:
5906     title: ""  # No title
5907     layout: "plot-throughput"
5908
5909 # Packet Throughput - VPP IPv6 3n-hsw-x710
5910 -
5911   type: "plot"
5912   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5913   algorithm: "plot_performance_box"
5914   output-file-type: ".html"
5915   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5916   data: "plot-vpp-throughput-latency-3n-hsw"
5917   filter: "'NIC_Intel-X710' and
5918            '78B' and
5919            ('BASE' or 'SCALE') and
5920            'NDRPDR' and
5921            '1T1C' and
5922            'IP6FWD' and
5923            not 'SRv6' and
5924            not 'IPSEC' and
5925            not 'VHOST'"
5926   parameters:
5927   - "throughput"
5928   - "parent"
5929   traces:
5930     hoverinfo: "x+y"
5931     boxpoints: "outliers"
5932     whiskerwidth: 0
5933   layout:
5934     title: ""  # No title
5935     layout: "plot-throughput"
5936
5937 -
5938   type: "plot"
5939   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5940   algorithm: "plot_performance_box"
5941   output-file-type: ".html"
5942   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5943   data: "plot-vpp-throughput-latency-3n-hsw"
5944   filter: "'NIC_Intel-X710' and
5945            '78B' and
5946            ('BASE' or 'SCALE') and
5947            'NDRPDR' and
5948            '1T1C' and
5949            'IP6FWD' and
5950            not 'SRv6' and
5951            not 'IPSEC' and
5952            not 'VHOST'"
5953   parameters:
5954   - "throughput"
5955   - "parent"
5956   traces:
5957     hoverinfo: "x+y"
5958     boxpoints: "outliers"
5959     whiskerwidth: 0
5960   layout:
5961     title: ""  # No title
5962     layout: "plot-throughput"
5963
5964 -
5965   type: "plot"
5966   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5967   algorithm: "plot_performance_box"
5968   output-file-type: ".html"
5969   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5970   data: "plot-vpp-throughput-latency-3n-hsw"
5971   filter: "'NIC_Intel-X710' and
5972            '78B' and
5973            ('BASE' or 'SCALE') and
5974            'NDRPDR' and
5975            '2T2C' and
5976            'IP6FWD' and
5977            not 'SRv6' and
5978            not 'IPSEC' and
5979            not 'VHOST'"
5980   parameters:
5981   - "throughput"
5982   - "parent"
5983   traces:
5984     hoverinfo: "x+y"
5985     boxpoints: "outliers"
5986     whiskerwidth: 0
5987   layout:
5988     title: ""  # No title
5989     layout: "plot-throughput"
5990
5991 -
5992   type: "plot"
5993   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5994   algorithm: "plot_performance_box"
5995   output-file-type: ".html"
5996   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5997   data: "plot-vpp-throughput-latency-3n-hsw"
5998   filter: "'NIC_Intel-X710' and
5999            '78B' and
6000            ('BASE' or 'SCALE') and
6001            'NDRPDR' and
6002            '2T2C' and
6003            'IP6FWD' and
6004            not 'SRv6' and
6005            not 'IPSEC' and
6006            not 'VHOST'"
6007   parameters:
6008   - "throughput"
6009   - "parent"
6010   traces:
6011     hoverinfo: "x+y"
6012     boxpoints: "outliers"
6013     whiskerwidth: 0
6014   layout:
6015     title: ""  # No title
6016     layout: "plot-throughput"
6017
6018 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6019 -
6020   type: "plot"
6021   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6022   algorithm: "plot_performance_box"
6023   output-file-type: ".html"
6024   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6025   data: "plot-vpp-throughput-latency-3n-hsw"
6026   filter: "'NIC_Intel-XL710' and
6027            '78B' and
6028            ('BASE' or 'SCALE') and
6029            'NDRPDR' and
6030            '1T1C' and
6031            'IP6FWD' and
6032            not 'SRv6' and
6033            not 'IPSEC' and
6034            not 'VHOST'"
6035   parameters:
6036   - "throughput"
6037   - "parent"
6038   traces:
6039     hoverinfo: "x+y"
6040     boxpoints: "outliers"
6041     whiskerwidth: 0
6042   layout:
6043     title: ""  # No title
6044     layout: "plot-throughput"
6045
6046 -
6047   type: "plot"
6048   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6049   algorithm: "plot_performance_box"
6050   output-file-type: ".html"
6051   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6052   data: "plot-vpp-throughput-latency-3n-hsw"
6053   filter: "'NIC_Intel-XL710' and
6054            '78B' and
6055            ('BASE' or 'SCALE') and
6056            'NDRPDR' and
6057            '1T1C' and
6058            'IP6FWD' and
6059            not 'SRv6' and
6060            not 'IPSEC' and
6061            not 'VHOST'"
6062   parameters:
6063   - "throughput"
6064   - "parent"
6065   traces:
6066     hoverinfo: "x+y"
6067     boxpoints: "outliers"
6068     whiskerwidth: 0
6069   layout:
6070     title: ""  # No title
6071     layout: "plot-throughput"
6072
6073 -
6074   type: "plot"
6075   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6076   algorithm: "plot_performance_box"
6077   output-file-type: ".html"
6078   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6079   data: "plot-vpp-throughput-latency-3n-hsw"
6080   filter: "'NIC_Intel-XL710' and
6081            '78B' and
6082            ('BASE' or 'SCALE') and
6083            'NDRPDR' and
6084            '2T2C' and
6085            'IP6FWD' and
6086            not 'SRv6' and
6087            not 'IPSEC' and
6088            not 'VHOST'"
6089   parameters:
6090   - "throughput"
6091   - "parent"
6092   traces:
6093     hoverinfo: "x+y"
6094     boxpoints: "outliers"
6095     whiskerwidth: 0
6096   layout:
6097     title: ""  # No title
6098     layout: "plot-throughput"
6099
6100 -
6101   type: "plot"
6102   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6103   algorithm: "plot_performance_box"
6104   output-file-type: ".html"
6105   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6106   data: "plot-vpp-throughput-latency-3n-hsw"
6107   filter: "'NIC_Intel-XL710' and
6108            '78B' and
6109            ('BASE' or 'SCALE') and
6110            'NDRPDR' and
6111            '2T2C' and
6112            'IP6FWD' and
6113            not 'SRv6' and
6114            not 'IPSEC' and
6115            not 'VHOST'"
6116   parameters:
6117   - "throughput"
6118   - "parent"
6119   traces:
6120     hoverinfo: "x+y"
6121     boxpoints: "outliers"
6122     whiskerwidth: 0
6123   layout:
6124     title: ""  # No title
6125     layout: "plot-throughput"
6126
6127 # Packet Throughput - VPP IPv6 3n-skx-x710
6128 -
6129   type: "plot"
6130   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6131   algorithm: "plot_performance_box"
6132   output-file-type: ".html"
6133   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6134   data: "plot-vpp-throughput-latency-3n-skx"
6135   filter: "'NIC_Intel-X710' and
6136            '78B' and
6137            ('BASE' or 'SCALE') and
6138            'NDRPDR' and
6139            '2T1C' and
6140            'IP6FWD' and
6141            not 'SRv6' and
6142            not 'IPSEC' and
6143            not 'VHOST'"
6144   parameters:
6145   - "throughput"
6146   - "parent"
6147   traces:
6148     hoverinfo: "x+y"
6149     boxpoints: "outliers"
6150     whiskerwidth: 0
6151   layout:
6152     title: ""  # No title
6153     layout: "plot-throughput"
6154
6155 -
6156   type: "plot"
6157   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6158   algorithm: "plot_performance_box"
6159   output-file-type: ".html"
6160   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6161   data: "plot-vpp-throughput-latency-3n-skx"
6162   filter: "'NIC_Intel-X710' and
6163            '78B' and
6164            ('BASE' or 'SCALE') and
6165            'NDRPDR' and
6166            '2T1C' and
6167            'IP6FWD' and
6168            not 'SRv6' and
6169            not 'IPSEC' and
6170            not 'VHOST'"
6171   parameters:
6172   - "throughput"
6173   - "parent"
6174   traces:
6175     hoverinfo: "x+y"
6176     boxpoints: "outliers"
6177     whiskerwidth: 0
6178   layout:
6179     title: ""  # No title
6180     layout: "plot-throughput"
6181
6182 -
6183   type: "plot"
6184   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6185   algorithm: "plot_performance_box"
6186   output-file-type: ".html"
6187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6188   data: "plot-vpp-throughput-latency-3n-skx"
6189   filter: "'NIC_Intel-X710' and
6190            '78B' and
6191            ('BASE' or 'SCALE') and
6192            'NDRPDR' and
6193            '4T2C' and
6194            'IP6FWD' and
6195            not 'SRv6' and
6196            not 'IPSEC' and
6197            not 'VHOST'"
6198   parameters:
6199   - "throughput"
6200   - "parent"
6201   traces:
6202     hoverinfo: "x+y"
6203     boxpoints: "outliers"
6204     whiskerwidth: 0
6205   layout:
6206     title: ""  # No title
6207     layout: "plot-throughput"
6208
6209 -
6210   type: "plot"
6211   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6212   algorithm: "plot_performance_box"
6213   output-file-type: ".html"
6214   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6215   data: "plot-vpp-throughput-latency-3n-skx"
6216   filter: "'NIC_Intel-X710' and
6217            '78B' and
6218            ('BASE' or 'SCALE') and
6219            'NDRPDR' and
6220            '4T2C' and
6221            'IP6FWD' and
6222            not 'SRv6' and
6223            not 'IPSEC' and
6224            not 'VHOST'"
6225   parameters:
6226   - "throughput"
6227   - "parent"
6228   traces:
6229     hoverinfo: "x+y"
6230     boxpoints: "outliers"
6231     whiskerwidth: 0
6232   layout:
6233     title: ""  # No title
6234     layout: "plot-throughput"
6235
6236 # Packet Throughput - VPP IPv6 2n-skx-x710
6237 -
6238   type: "plot"
6239   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6240   algorithm: "plot_performance_box"
6241   output-file-type: ".html"
6242   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6243   data: "plot-vpp-throughput-latency-2n-skx"
6244   filter: "'NIC_Intel-X710' and
6245            '78B' and
6246            ('BASE' or 'SCALE') and
6247            'NDRPDR' and
6248            '2T1C' and
6249            'IP6FWD' and
6250            not 'SRv6' and
6251            not 'IPSEC' and
6252            not 'VHOST'"
6253   parameters:
6254   - "throughput"
6255   - "parent"
6256   traces:
6257     hoverinfo: "x+y"
6258     boxpoints: "outliers"
6259     whiskerwidth: 0
6260   layout:
6261     title: ""  # No title
6262     layout: "plot-throughput"
6263
6264 -
6265   type: "plot"
6266   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6267   algorithm: "plot_performance_box"
6268   output-file-type: ".html"
6269   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6270   data: "plot-vpp-throughput-latency-2n-skx"
6271   filter: "'NIC_Intel-X710' and
6272            '78B' and
6273            ('BASE' or 'SCALE') and
6274            'NDRPDR' and
6275            '2T1C' and
6276            'IP6FWD' and
6277            not 'IPSEC' and
6278            not 'VHOST'"
6279   parameters:
6280   - "throughput"
6281   - "parent"
6282   traces:
6283     hoverinfo: "x+y"
6284     boxpoints: "outliers"
6285     whiskerwidth: 0
6286   layout:
6287     title: ""  # No title
6288     layout: "plot-throughput"
6289
6290 -
6291   type: "plot"
6292   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6293   algorithm: "plot_performance_box"
6294   output-file-type: ".html"
6295   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6296   data: "plot-vpp-throughput-latency-2n-skx"
6297   filter: "'NIC_Intel-X710' and
6298            '78B' and
6299            ('BASE' or 'SCALE') and
6300            'NDRPDR' and
6301            '4T2C' and
6302            'IP6FWD' and
6303            not 'SRv6' and
6304            not 'IPSEC' and
6305            not 'VHOST'"
6306   parameters:
6307   - "throughput"
6308   - "parent"
6309   traces:
6310     hoverinfo: "x+y"
6311     boxpoints: "outliers"
6312     whiskerwidth: 0
6313   layout:
6314     title: ""  # No title
6315     layout: "plot-throughput"
6316
6317 -
6318   type: "plot"
6319   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6320   algorithm: "plot_performance_box"
6321   output-file-type: ".html"
6322   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6323   data: "plot-vpp-throughput-latency-2n-skx"
6324   filter: "'NIC_Intel-X710' and
6325            '78B' and
6326            ('BASE' or 'SCALE') and
6327            'NDRPDR' and
6328            '4T2C' and
6329            'IP6FWD' and
6330            not 'SRv6' and
6331            not 'IPSEC' and
6332            not 'VHOST'"
6333   parameters:
6334   - "throughput"
6335   - "parent"
6336   traces:
6337     hoverinfo: "x+y"
6338     boxpoints: "outliers"
6339     whiskerwidth: 0
6340   layout:
6341     title: ""  # No title
6342     layout: "plot-throughput"
6343
6344 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6345 -
6346   type: "plot"
6347   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6348   algorithm: "plot_performance_box"
6349   output-file-type: ".html"
6350   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6351   data: "plot-vpp-throughput-latency-2n-skx"
6352   filter: "'NIC_Intel-XXV710' and
6353            '78B' and
6354            ('BASE' or 'SCALE') and
6355            'NDRPDR' and
6356            '2T1C' and
6357            'IP6FWD' and
6358            not 'SRv6' and
6359            not 'IPSEC' and
6360            not 'VHOST'"
6361   parameters:
6362   - "throughput"
6363   - "parent"
6364   traces:
6365     hoverinfo: "x+y"
6366     boxpoints: "outliers"
6367     whiskerwidth: 0
6368   layout:
6369     title: ""  # No title
6370     layout: "plot-throughput"
6371
6372 -
6373   type: "plot"
6374   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6375   algorithm: "plot_performance_box"
6376   output-file-type: ".html"
6377   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6378   data: "plot-vpp-throughput-latency-2n-skx"
6379   filter: "'NIC_Intel-XXV710' and
6380            '78B' and
6381            ('BASE' or 'SCALE') and
6382            'NDRPDR' and
6383            '2T1C' and
6384            'IP6FWD' and
6385            not 'SRv6' and
6386            not 'IPSEC' and
6387            not 'VHOST'"
6388   parameters:
6389   - "throughput"
6390   - "parent"
6391   traces:
6392     hoverinfo: "x+y"
6393     boxpoints: "outliers"
6394     whiskerwidth: 0
6395   layout:
6396     title: ""  # No title
6397     layout: "plot-throughput"
6398
6399 -
6400   type: "plot"
6401   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6402   algorithm: "plot_performance_box"
6403   output-file-type: ".html"
6404   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6405   data: "plot-vpp-throughput-latency-2n-skx"
6406   filter: "'NIC_Intel-XXV710' and
6407            '78B' and
6408            ('BASE' or 'SCALE') and
6409            'NDRPDR' and
6410            '4T2C' and
6411            'IP6FWD' and
6412            not 'SRv6' and
6413            not 'IPSEC' and
6414            not 'VHOST'"
6415   parameters:
6416   - "throughput"
6417   - "parent"
6418   traces:
6419     hoverinfo: "x+y"
6420     boxpoints: "outliers"
6421     whiskerwidth: 0
6422   layout:
6423     title: ""  # No title
6424     layout: "plot-throughput"
6425
6426 -
6427   type: "plot"
6428   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6429   algorithm: "plot_performance_box"
6430   output-file-type: ".html"
6431   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6432   data: "plot-vpp-throughput-latency-2n-skx"
6433   filter: "'NIC_Intel-XXV710' and
6434            '78B' and
6435            ('BASE' or 'SCALE') and
6436            'NDRPDR' and
6437            '4T2C' and
6438            'IP6FWD' and
6439            not 'SRv6' and
6440            not 'IPSEC' and
6441            not 'VHOST'"
6442   parameters:
6443   - "throughput"
6444   - "parent"
6445   traces:
6446     hoverinfo: "x+y"
6447     boxpoints: "outliers"
6448     whiskerwidth: 0
6449   layout:
6450     title: ""  # No title
6451     layout: "plot-throughput"
6452
6453 ################################################################################
6454
6455 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6456 -
6457   type: "plot"
6458   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6459   algorithm: "plot_performance_box"
6460   output-file-type: ".html"
6461   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6462   data: "plot-vpp-throughput-latency-3n-hsw"
6463   filter: "'NIC_Intel-X520-DA2' and
6464            '78B' and
6465            'ENCAP' and
6466            'NDRPDR' and
6467            '1T1C' and
6468            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6469            not 'VHOST'"
6470   parameters:
6471   - "throughput"
6472   - "parent"
6473   traces:
6474     hoverinfo: "x+y"
6475     boxpoints: "outliers"
6476     whiskerwidth: 0
6477   layout:
6478     title: ""  # No title
6479     layout: "plot-throughput"
6480
6481 -
6482   type: "plot"
6483   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6484   algorithm: "plot_performance_box"
6485   output-file-type: ".html"
6486   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6487   data: "plot-vpp-throughput-latency-3n-hsw"
6488   filter: "'NIC_Intel-X520-DA2' and
6489            '78B' and
6490            'ENCAP' and
6491            'NDRPDR' and
6492            '1T1C' and
6493            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6494            not 'VHOST'"
6495   parameters:
6496   - "throughput"
6497   - "parent"
6498   traces:
6499     hoverinfo: "x+y"
6500     boxpoints: "outliers"
6501     whiskerwidth: 0
6502   layout:
6503     title: ""  # No title
6504     layout: "plot-throughput"
6505
6506 -
6507   type: "plot"
6508   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6509   algorithm: "plot_performance_box"
6510   output-file-type: ".html"
6511   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6512   data: "plot-vpp-throughput-latency-3n-hsw"
6513   filter: "'NIC_Intel-X520-DA2' and
6514            '78B' and
6515            'ENCAP' and
6516            'NDRPDR' and
6517            '2T2C' and
6518            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6519            not 'VHOST'"
6520   parameters:
6521   - "throughput"
6522   - "parent"
6523   traces:
6524     hoverinfo: "x+y"
6525     boxpoints: "outliers"
6526     whiskerwidth: 0
6527   layout:
6528     title: ""  # No title
6529     layout: "plot-throughput"
6530
6531 -
6532   type: "plot"
6533   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6534   algorithm: "plot_performance_box"
6535   output-file-type: ".html"
6536   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6537   data: "plot-vpp-throughput-latency-3n-hsw"
6538   filter: "'NIC_Intel-X520-DA2' and
6539            '78B' and
6540            'ENCAP' and
6541            'NDRPDR' and
6542            '2T2C' and
6543            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6544            not 'VHOST'"
6545   parameters:
6546   - "throughput"
6547   - "parent"
6548   traces:
6549     hoverinfo: "x+y"
6550     boxpoints: "outliers"
6551     whiskerwidth: 0
6552   layout:
6553     title: ""  # No title
6554     layout: "plot-throughput"
6555
6556 ################################################################################
6557
6558 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6559 -
6560   type: "plot"
6561   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6562   algorithm: "plot_performance_box"
6563   output-file-type: ".html"
6564   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6565   data: "plot-vpp-throughput-latency-3n-hsw"
6566   filter: "'NIC_Intel-XL710' and
6567            '64B' and
6568            'IP4FWD' and
6569            'NDRPDR' and
6570            '1T1C' and
6571            'IPSECHW' and
6572            ('IPSECTRAN' or 'IPSECTUN') and
6573            not 'VHOST'"
6574   parameters:
6575   - "throughput"
6576   - "parent"
6577   traces:
6578     hoverinfo: "x+y"
6579     boxpoints: "outliers"
6580     whiskerwidth: 0
6581   layout:
6582     title: ""  # No title
6583     layout: "plot-throughput"
6584
6585 -
6586   type: "plot"
6587   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6588   algorithm: "plot_performance_box"
6589   output-file-type: ".html"
6590   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6591   data: "plot-vpp-throughput-latency-3n-hsw"
6592   filter: "'NIC_Intel-XL710' and
6593            '64B' and
6594            'IP4FWD' and
6595            'NDRPDR' and
6596            '1T1C' and
6597            'IPSECHW' and
6598            ('IPSECTRAN' or 'IPSECTUN') and
6599            not 'VHOST'"
6600   parameters:
6601   - "throughput"
6602   - "parent"
6603   traces:
6604     hoverinfo: "x+y"
6605     boxpoints: "outliers"
6606     whiskerwidth: 0
6607   layout:
6608     title: ""  # No title
6609     layout: "plot-throughput"
6610
6611 -
6612   type: "plot"
6613   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6614   algorithm: "plot_performance_box"
6615   output-file-type: ".html"
6616   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6617   data: "plot-vpp-throughput-latency-3n-hsw"
6618   filter: "'NIC_Intel-XL710' and
6619            '64B' and
6620            'IP4FWD' and
6621            'NDRPDR' and
6622            '2T2C' and
6623            'IPSECHW' and
6624            ('IPSECTRAN' or 'IPSECTUN') and
6625            not 'VHOST'"
6626   parameters:
6627   - "throughput"
6628   - "parent"
6629   traces:
6630     hoverinfo: "x+y"
6631     boxpoints: "outliers"
6632     whiskerwidth: 0
6633   layout:
6634     title: ""  # No title
6635     layout: "plot-throughput"
6636
6637 -
6638   type: "plot"
6639   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6640   algorithm: "plot_performance_box"
6641   output-file-type: ".html"
6642   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6643   data: "plot-vpp-throughput-latency-3n-hsw"
6644   filter: "'NIC_Intel-XL710' and
6645            '64B' and
6646            'IP4FWD' and
6647            'NDRPDR' and
6648            '2T2C' and
6649            'IPSECHW' and
6650            ('IPSECTRAN' or 'IPSECTUN') and
6651            not 'VHOST'"
6652   parameters:
6653   - "throughput"
6654   - "parent"
6655   traces:
6656     hoverinfo: "x+y"
6657     boxpoints: "outliers"
6658     whiskerwidth: 0
6659   layout:
6660     title: ""  # No title
6661     layout: "plot-throughput"
6662
6663 ################################################################################
6664
6665 # Packet Throughput - VPP SRv6 3n-hsw-x520
6666 -
6667   type: "plot"
6668   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6669   algorithm: "plot_performance_box"
6670   output-file-type: ".html"
6671   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6672   data: "plot-vpp-throughput-latency-3n-hsw"
6673   filter: "'NIC_Intel-X520-DA2' and
6674            '78B' and
6675            'FEATURE' and
6676            'NDRPDR' and
6677            '1T1C' and
6678            'IP6FWD' and
6679            'SRv6'"
6680   parameters:
6681   - "throughput"
6682   - "parent"
6683   traces:
6684     hoverinfo: "x+y"
6685     boxpoints: "outliers"
6686     whiskerwidth: 0
6687   layout:
6688     title: ""  # No title
6689     layout: "plot-throughput"
6690
6691 -
6692   type: "plot"
6693   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6694   algorithm: "plot_performance_box"
6695   output-file-type: ".html"
6696   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6697   data: "plot-vpp-throughput-latency-3n-hsw"
6698   filter: "'NIC_Intel-X520-DA2' and
6699            '78B' and
6700            'FEATURE' and
6701            'NDRPDR' and
6702            '1T1C' and
6703            'IP6FWD' and
6704            'SRv6'"
6705   parameters:
6706   - "throughput"
6707   - "parent"
6708   traces:
6709     hoverinfo: "x+y"
6710     boxpoints: "outliers"
6711     whiskerwidth: 0
6712   layout:
6713     title: ""  # No title
6714     layout: "plot-throughput"
6715
6716 -
6717   type: "plot"
6718   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6719   algorithm: "plot_performance_box"
6720   output-file-type: ".html"
6721   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6722   data: "plot-vpp-throughput-latency-3n-hsw"
6723   filter: "'NIC_Intel-X520-DA2' and
6724            '78B' and
6725            'FEATURE' and
6726            'NDRPDR' and
6727            '2T2C' and
6728            'IP6FWD' and
6729            'SRv6'"
6730   parameters:
6731   - "throughput"
6732   - "parent"
6733   traces:
6734     hoverinfo: "x+y"
6735     boxpoints: "outliers"
6736     whiskerwidth: 0
6737   layout:
6738     title: ""  # No title
6739     layout: "plot-throughput"
6740
6741 -
6742   type: "plot"
6743   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6744   algorithm: "plot_performance_box"
6745   output-file-type: ".html"
6746   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6747   data: "plot-vpp-throughput-latency-3n-hsw"
6748   filter: "'NIC_Intel-X520-DA2' and
6749            '78B' and
6750            'FEATURE' and
6751            'NDRPDR' and
6752            '2T2C' and
6753            'IP6FWD' and
6754            'SRv6'"
6755   parameters:
6756   - "throughput"
6757   - "parent"
6758   traces:
6759     hoverinfo: "x+y"
6760     boxpoints: "outliers"
6761     whiskerwidth: 0
6762   layout:
6763     title: ""  # No title
6764     layout: "plot-throughput"
6765
6766 ################################################################################
6767
6768 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6769 -
6770   type: "plot"
6771   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6772   algorithm: "plot_performance_box"
6773   output-file-type: ".html"
6774   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6775   data: "plot-vpp-throughput-latency-3n-hsw"
6776   filter: "'NIC_Intel-X520-DA2' and
6777            '64B' and
6778            'NDRPDR' and
6779            '1T1C' and
6780            'VHOST' and
6781            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6782   parameters:
6783   - "throughput"
6784   - "parent"
6785   traces:
6786     hoverinfo: "x+y"
6787     boxpoints: "outliers"
6788     whiskerwidth: 0
6789   layout:
6790     title: ""  # No title
6791     layout: "plot-throughput"
6792
6793 -
6794   type: "plot"
6795   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6796   algorithm: "plot_performance_box"
6797   output-file-type: ".html"
6798   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6799   data: "plot-vpp-throughput-latency-3n-hsw"
6800   filter: "'NIC_Intel-X520-DA2' and
6801            '64B' and
6802            'NDRPDR' and
6803            '2T2C' and
6804            'VHOST' and
6805            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6806   parameters:
6807   - "throughput"
6808   - "parent"
6809   traces:
6810     hoverinfo: "x+y"
6811     boxpoints: "outliers"
6812     whiskerwidth: 0
6813   layout:
6814     title: ""  # No title
6815     layout: "plot-throughput"
6816
6817 -
6818   type: "plot"
6819   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6820   algorithm: "plot_performance_box"
6821   output-file-type: ".html"
6822   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6823   data: "plot-vpp-throughput-latency-3n-hsw"
6824   filter: "'NIC_Intel-X520-DA2' and
6825            '64B' and
6826            'NDRPDR' and
6827            '1T1C' and
6828            'VHOST' and
6829            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6830   parameters:
6831   - "throughput"
6832   - "parent"
6833   traces:
6834     hoverinfo: "x+y"
6835     boxpoints: "outliers"
6836     whiskerwidth: 0
6837   layout:
6838     title: ""  # No title
6839     layout: "plot-throughput"
6840
6841 -
6842   type: "plot"
6843   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6844   algorithm: "plot_performance_box"
6845   output-file-type: ".html"
6846   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6847   data: "plot-vpp-throughput-latency-3n-hsw"
6848   filter: "'NIC_Intel-X520-DA2' and
6849            '64B' and
6850            'NDRPDR' and
6851            '2T2C' and
6852            'VHOST' and
6853            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6854   parameters:
6855   - "throughput"
6856   - "parent"
6857   traces:
6858     hoverinfo: "x+y"
6859     boxpoints: "outliers"
6860     whiskerwidth: 0
6861   layout:
6862     title: ""  # No title
6863     layout: "plot-throughput"
6864
6865 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6866 -
6867   type: "plot"
6868   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6869   algorithm: "plot_performance_box"
6870   output-file-type: ".html"
6871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6872   data: "plot-vpp-throughput-latency-3n-hsw"
6873   filter: "'NIC_Intel-X520-DA2' and
6874            '64B' and
6875            'NDRPDR' and
6876            '1T1C' and
6877            'VHOST' and
6878            not 'VXLAN' and
6879            not 'IP4FWD' and
6880            not 'DOT1Q' and
6881            not '2VM'"
6882   parameters:
6883   - "throughput"
6884   - "parent"
6885   traces:
6886     hoverinfo: "x+y"
6887     boxpoints: "outliers"
6888     whiskerwidth: 0
6889   layout:
6890     title: ""  # No title
6891     layout: "plot-throughput"
6892
6893 -
6894   type: "plot"
6895   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6896   algorithm: "plot_performance_box"
6897   output-file-type: ".html"
6898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6899   data: "plot-vpp-throughput-latency-3n-hsw"
6900   filter: "'NIC_Intel-X520-DA2' and
6901            '64B' and
6902            'NDRPDR' and
6903            '2T2C' and
6904            'VHOST' and
6905            not 'VXLAN' and
6906            not 'IP4FWD' and
6907            not 'DOT1Q' and
6908            not '2VM'"
6909   parameters:
6910   - "throughput"
6911   - "parent"
6912   traces:
6913     hoverinfo: "x+y"
6914     boxpoints: "outliers"
6915     whiskerwidth: 0
6916   layout:
6917     title: ""  # No title
6918     layout: "plot-throughput"
6919
6920 -
6921   type: "plot"
6922   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6923   algorithm: "plot_performance_box"
6924   output-file-type: ".html"
6925   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6926   data: "plot-vpp-throughput-latency-3n-hsw"
6927   filter: "'NIC_Intel-X520-DA2' and
6928            '64B' and
6929            'NDRPDR' and
6930            '1T1C' and
6931            'VHOST' and
6932            not 'VXLAN' and
6933            not 'IP4FWD' and
6934            not 'DOT1Q' and
6935            not '2VM'"
6936   parameters:
6937   - "throughput"
6938   - "parent"
6939   traces:
6940     hoverinfo: "x+y"
6941     boxpoints: "outliers"
6942     whiskerwidth: 0
6943   layout:
6944     title: ""  # No title
6945     layout: "plot-throughput"
6946
6947 -
6948   type: "plot"
6949   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6950   algorithm: "plot_performance_box"
6951   output-file-type: ".html"
6952   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6953   data: "plot-vpp-throughput-latency-3n-hsw"
6954   filter: "'NIC_Intel-X520-DA2' and
6955            '64B' and
6956            'NDRPDR' and
6957            '2T2C' and
6958            'VHOST' and
6959            not 'VXLAN' and
6960            not 'IP4FWD' and
6961            not 'DOT1Q' and
6962            not '2VM'"
6963   parameters:
6964   - "throughput"
6965   - "parent"
6966   traces:
6967     hoverinfo: "x+y"
6968     boxpoints: "outliers"
6969     whiskerwidth: 0
6970   layout:
6971     title: ""  # No title
6972     layout: "plot-throughput"
6973
6974 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6975 -
6976   type: "plot"
6977   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6978   algorithm: "plot_performance_box"
6979   output-file-type: ".html"
6980   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6981   data: "plot-vpp-throughput-latency-3n-hsw"
6982   filter: "'NIC_Intel-X710' and
6983            '64B' and
6984            'NDRPDR' and
6985            '1T1C' and
6986            'VHOST' and
6987            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6988   parameters:
6989   - "throughput"
6990   - "parent"
6991   traces:
6992     hoverinfo: "x+y"
6993     boxpoints: "outliers"
6994     whiskerwidth: 0
6995   layout:
6996     title: ""  # No title
6997     layout: "plot-throughput"
6998
6999 -
7000   type: "plot"
7001   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7002   algorithm: "plot_performance_box"
7003   output-file-type: ".html"
7004   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7005   data: "plot-vpp-throughput-latency-3n-hsw"
7006   filter: "'NIC_Intel-X710' and
7007            '64B' and
7008            'NDRPDR' and
7009            '2T2C' and
7010            'VHOST' and
7011            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7012   parameters:
7013   - "throughput"
7014   - "parent"
7015   traces:
7016     hoverinfo: "x+y"
7017     boxpoints: "outliers"
7018     whiskerwidth: 0
7019   layout:
7020     title: ""  # No title
7021     layout: "plot-throughput"
7022
7023 -
7024   type: "plot"
7025   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7026   algorithm: "plot_performance_box"
7027   output-file-type: ".html"
7028   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7029   data: "plot-vpp-throughput-latency-3n-hsw"
7030   filter: "'NIC_Intel-X710' and
7031            '64B' and
7032            'NDRPDR' and
7033            '1T1C' and
7034            'VHOST' and
7035            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7036   parameters:
7037   - "throughput"
7038   - "parent"
7039   traces:
7040     hoverinfo: "x+y"
7041     boxpoints: "outliers"
7042     whiskerwidth: 0
7043   layout:
7044     title: ""  # No title
7045     layout: "plot-throughput"
7046
7047 -
7048   type: "plot"
7049   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7050   algorithm: "plot_performance_box"
7051   output-file-type: ".html"
7052   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7053   data: "plot-vpp-throughput-latency-3n-hsw"
7054   filter: "'NIC_Intel-X710' and
7055            '64B' and
7056            'NDRPDR' and
7057            '2T2C' and
7058            'VHOST' and
7059            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7060   parameters:
7061   - "throughput"
7062   - "parent"
7063   traces:
7064     hoverinfo: "x+y"
7065     boxpoints: "outliers"
7066     whiskerwidth: 0
7067   layout:
7068     title: ""  # No title
7069     layout: "plot-throughput"
7070
7071 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7072 -
7073   type: "plot"
7074   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7075   algorithm: "plot_performance_box"
7076   output-file-type: ".html"
7077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7078   data: "plot-vpp-throughput-latency-3n-hsw"
7079   filter: "'NIC_Intel-X710' and
7080            '64B' and
7081            'NDRPDR' and
7082            '1T1C' and
7083            'VHOST' and
7084            not 'VXLAN' and
7085            not 'IP4FWD' and
7086            not 'DOT1Q' and
7087            not '2VM'"
7088   parameters:
7089   - "throughput"
7090   - "parent"
7091   traces:
7092     hoverinfo: "x+y"
7093     boxpoints: "outliers"
7094     whiskerwidth: 0
7095   layout:
7096     title: ""  # No title
7097     layout: "plot-throughput"
7098
7099 -
7100   type: "plot"
7101   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7102   algorithm: "plot_performance_box"
7103   output-file-type: ".html"
7104   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7105   data: "plot-vpp-throughput-latency-3n-hsw"
7106   filter: "'NIC_Intel-X710' and
7107            '64B' and
7108            'NDRPDR' and
7109            '2T2C' and
7110            'VHOST' and
7111            not 'VXLAN' and
7112            not 'IP4FWD' and
7113            not 'DOT1Q' and
7114            not '2VM'"
7115   parameters:
7116   - "throughput"
7117   - "parent"
7118   traces:
7119     hoverinfo: "x+y"
7120     boxpoints: "outliers"
7121     whiskerwidth: 0
7122   layout:
7123     title: ""  # No title
7124     layout: "plot-throughput"
7125
7126 -
7127   type: "plot"
7128   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7129   algorithm: "plot_performance_box"
7130   output-file-type: ".html"
7131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7132   data: "plot-vpp-throughput-latency-3n-hsw"
7133   filter: "'NIC_Intel-X710' and
7134            '64B' and
7135            'NDRPDR' and
7136            '1T1C' and
7137            'VHOST' and
7138            not 'VXLAN' and
7139            not 'IP4FWD' and
7140            not 'DOT1Q' and
7141            not '2VM'"
7142   parameters:
7143   - "throughput"
7144   - "parent"
7145   traces:
7146     hoverinfo: "x+y"
7147     boxpoints: "outliers"
7148     whiskerwidth: 0
7149   layout:
7150     title: ""  # No title
7151     layout: "plot-throughput"
7152
7153 -
7154   type: "plot"
7155   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7156   algorithm: "plot_performance_box"
7157   output-file-type: ".html"
7158   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7159   data: "plot-vpp-throughput-latency-3n-hsw"
7160   filter: "'NIC_Intel-X710' and
7161            '64B' and
7162            'NDRPDR' and
7163            '2T2C' and
7164            'VHOST' and
7165            not 'VXLAN' and
7166            not 'IP4FWD' and
7167            not 'DOT1Q' and
7168            not '2VM'"
7169   parameters:
7170   - "throughput"
7171   - "parent"
7172   traces:
7173     hoverinfo: "x+y"
7174     boxpoints: "outliers"
7175     whiskerwidth: 0
7176   layout:
7177     title: ""  # No title
7178     layout: "plot-throughput"
7179
7180 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7181 -
7182   type: "plot"
7183   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7184   algorithm: "plot_performance_box"
7185   output-file-type: ".html"
7186   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7187   data: "plot-vpp-throughput-latency-3n-hsw"
7188   filter: "'NIC_Intel-XL710' and
7189            '64B' and
7190            'NDRPDR' and
7191            '1T1C' and
7192            'VHOST' and
7193            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7194   parameters:
7195   - "throughput"
7196   - "parent"
7197   traces:
7198     hoverinfo: "x+y"
7199     boxpoints: "outliers"
7200     whiskerwidth: 0
7201   layout:
7202     title: ""  # No title
7203     layout: "plot-throughput"
7204
7205 -
7206   type: "plot"
7207   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7208   algorithm: "plot_performance_box"
7209   output-file-type: ".html"
7210   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7211   data: "plot-vpp-throughput-latency-3n-hsw"
7212   filter: "'NIC_Intel-XL710' and
7213            '64B' and
7214            'NDRPDR' and
7215            '2T2C' and
7216            'VHOST' and
7217            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7218   parameters:
7219   - "throughput"
7220   - "parent"
7221   traces:
7222     hoverinfo: "x+y"
7223     boxpoints: "outliers"
7224     whiskerwidth: 0
7225   layout:
7226     title: ""  # No title
7227     layout: "plot-throughput"
7228
7229 -
7230   type: "plot"
7231   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7232   algorithm: "plot_performance_box"
7233   output-file-type: ".html"
7234   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7235   data: "plot-vpp-throughput-latency-3n-hsw"
7236   filter: "'NIC_Intel-XL710' and
7237            '64B' and
7238            'NDRPDR' and
7239            '1T1C' and
7240            'VHOST' and
7241            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7242   parameters:
7243   - "throughput"
7244   - "parent"
7245   traces:
7246     hoverinfo: "x+y"
7247     boxpoints: "outliers"
7248     whiskerwidth: 0
7249   layout:
7250     title: ""  # No title
7251     layout: "plot-throughput"
7252
7253 -
7254   type: "plot"
7255   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7256   algorithm: "plot_performance_box"
7257   output-file-type: ".html"
7258   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7259   data: "plot-vpp-throughput-latency-3n-hsw"
7260   filter: "'NIC_Intel-XL710' and
7261            '64B' and
7262            'NDRPDR' and
7263            '2T2C' and
7264            'VHOST' and
7265            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7266   parameters:
7267   - "throughput"
7268   - "parent"
7269   traces:
7270     hoverinfo: "x+y"
7271     boxpoints: "outliers"
7272     whiskerwidth: 0
7273   layout:
7274     title: ""  # No title
7275     layout: "plot-throughput"
7276
7277 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7278 -
7279   type: "plot"
7280   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7281   algorithm: "plot_performance_box"
7282   output-file-type: ".html"
7283   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7284   data: "plot-vpp-throughput-latency-3n-hsw"
7285   filter: "'NIC_Intel-XL710' and
7286            '64B' and
7287            'NDRPDR' and
7288            '1T1C' and
7289            'VHOST' and
7290            not 'VXLAN' and
7291            not 'IP4FWD' and
7292            not 'DOT1Q' and
7293            not '2VM'"
7294   parameters:
7295   - "throughput"
7296   - "parent"
7297   traces:
7298     hoverinfo: "x+y"
7299     boxpoints: "outliers"
7300     whiskerwidth: 0
7301   layout:
7302     title: ""  # No title
7303     layout: "plot-throughput"
7304
7305 -
7306   type: "plot"
7307   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7308   algorithm: "plot_performance_box"
7309   output-file-type: ".html"
7310   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7311   data: "plot-vpp-throughput-latency-3n-hsw"
7312   filter: "'NIC_Intel-XL710' and
7313            '64B' and
7314            'NDRPDR' and
7315            '2T2C' and
7316            'VHOST' and
7317            not 'VXLAN' and
7318            not 'IP4FWD' and
7319            not 'DOT1Q' and
7320            not '2VM'"
7321   parameters:
7322   - "throughput"
7323   - "parent"
7324   traces:
7325     hoverinfo: "x+y"
7326     boxpoints: "outliers"
7327     whiskerwidth: 0
7328   layout:
7329     title: ""  # No title
7330     layout: "plot-throughput"
7331
7332 -
7333   type: "plot"
7334   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7335   algorithm: "plot_performance_box"
7336   output-file-type: ".html"
7337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7338   data: "plot-vpp-throughput-latency-3n-hsw"
7339   filter: "'NIC_Intel-XL710' and
7340            '64B' and
7341            'NDRPDR' and
7342            '1T1C' and
7343            'VHOST' and
7344            not 'VXLAN' and
7345            not 'IP4FWD' and
7346            not 'DOT1Q' and
7347            not '2VM'"
7348   parameters:
7349   - "throughput"
7350   - "parent"
7351   traces:
7352     hoverinfo: "x+y"
7353     boxpoints: "outliers"
7354     whiskerwidth: 0
7355   layout:
7356     title: ""  # No title
7357     layout: "plot-throughput"
7358
7359 -
7360   type: "plot"
7361   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7362   algorithm: "plot_performance_box"
7363   output-file-type: ".html"
7364   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7365   data: "plot-vpp-throughput-latency-3n-hsw"
7366   filter: "'NIC_Intel-XL710' and
7367            '64B' and
7368            'NDRPDR' and
7369            '2T2C' and
7370            'VHOST' and
7371            not 'VXLAN' and
7372            not 'IP4FWD' and
7373            not 'DOT1Q' and
7374            not '2VM'"
7375   parameters:
7376   - "throughput"
7377   - "parent"
7378   traces:
7379     hoverinfo: "x+y"
7380     boxpoints: "outliers"
7381     whiskerwidth: 0
7382   layout:
7383     title: ""  # No title
7384     layout: "plot-throughput"
7385
7386 ################################################################################
7387
7388 # Packet Throughput - VPP VTS 3n-hsw-x520
7389 -
7390   type: "plot"
7391   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7392   algorithm: "plot_performance_box"
7393   output-file-type: ".html"
7394   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7395   data: "plot-vpp-throughput-latency-3n-hsw"
7396   filter: "'NIC_Intel-X520-DA2' and
7397            '114B' and
7398            'NDRPDR' and
7399            '1T1C' and
7400            'VTS'"
7401   parameters:
7402   - "throughput"
7403   - "parent"
7404   traces:
7405     hoverinfo: "x+y"
7406     boxpoints: "outliers"
7407     whiskerwidth: 0
7408   layout:
7409     title: ""  # No title
7410     layout: "plot-throughput"
7411
7412 -
7413   type: "plot"
7414   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7415   algorithm: "plot_performance_box"
7416   output-file-type: ".html"
7417   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7418   data: "plot-vpp-throughput-latency-3n-hsw"
7419   filter: "'NIC_Intel-X520-DA2' and
7420            '114B' and
7421            'NDRPDR' and
7422            '2T2C' and
7423            'VTS'"
7424   parameters:
7425   - "throughput"
7426   - "parent"
7427   traces:
7428     hoverinfo: "x+y"
7429     boxpoints: "outliers"
7430     whiskerwidth: 0
7431   layout:
7432     title: ""  # No title
7433     layout: "plot-throughput"
7434
7435 -
7436   type: "plot"
7437   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7438   algorithm: "plot_performance_box"
7439   output-file-type: ".html"
7440   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7441   data: "plot-vpp-throughput-latency-3n-hsw"
7442   filter: "'NIC_Intel-X520-DA2' and
7443            '114B' and
7444            'NDRPDR' and
7445            '1T1C' and
7446            'VTS'"
7447   parameters:
7448   - "throughput"
7449   - "parent"
7450   traces:
7451     hoverinfo: "x+y"
7452     boxpoints: "outliers"
7453     whiskerwidth: 0
7454   layout:
7455     title: ""  # No title
7456     layout: "plot-throughput"
7457
7458 -
7459   type: "plot"
7460   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7461   algorithm: "plot_performance_box"
7462   output-file-type: ".html"
7463   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7464   data: "plot-vpp-throughput-latency-3n-hsw"
7465   filter: "'NIC_Intel-X520-DA2' and
7466            '114B' and
7467            'NDRPDR' and
7468            '2T2C' and
7469            'VTS'"
7470   parameters:
7471   - "throughput"
7472   - "parent"
7473   traces:
7474     hoverinfo: "x+y"
7475     boxpoints: "outliers"
7476     whiskerwidth: 0
7477   layout:
7478     title: ""  # No title
7479     layout: "plot-throughput"
7480
7481 ################################################################################
7482
7483 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7484 -
7485   type: "plot"
7486   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7487   algorithm: "plot_performance_box"
7488   output-file-type: ".html"
7489   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7490   data: "plot-dpdk-throughput-latency-3n-hsw"
7491   filter: "'NIC_Intel-X520-DA2' and
7492            '64B' and
7493            'BASE' and
7494            'NDRPDR' and
7495            '1T1C' and
7496            'IP4FWD'"
7497   parameters:
7498   - "throughput"
7499   - "parent"
7500   traces:
7501     hoverinfo: "x+y"
7502     boxpoints: "outliers"
7503     whiskerwidth: 0
7504   layout:
7505     title: ""  # No title
7506     layout: "plot-throughput"
7507
7508 -
7509   type: "plot"
7510   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7511   algorithm: "plot_performance_box"
7512   output-file-type: ".html"
7513   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7514   data: "plot-dpdk-throughput-latency-3n-hsw"
7515   filter: "'NIC_Intel-X520-DA2' and
7516            '64B' and
7517            'BASE' and
7518            'NDRPDR' and
7519            '2T2C' and
7520            'IP4FWD'"
7521   parameters:
7522   - "throughput"
7523   - "parent"
7524   traces:
7525     hoverinfo: "x+y"
7526     boxpoints: "outliers"
7527     whiskerwidth: 0
7528   layout:
7529     title: ""  # No title
7530     layout: "plot-throughput"
7531
7532 -
7533   type: "plot"
7534   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7535   algorithm: "plot_performance_box"
7536   output-file-type: ".html"
7537   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7538   data: "plot-dpdk-throughput-latency-3n-hsw"
7539   filter: "'NIC_Intel-X520-DA2' and
7540            '64B' and
7541            'BASE' and
7542            'NDRPDR' and
7543            '1T1C' and
7544            'IP4FWD'"
7545   parameters:
7546   - "throughput"
7547   - "parent"
7548   traces:
7549     hoverinfo: "x+y"
7550     boxpoints: "outliers"
7551     whiskerwidth: 0
7552   layout:
7553     title: ""  # No title
7554     layout: "plot-throughput"
7555
7556 -
7557   type: "plot"
7558   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7559   algorithm: "plot_performance_box"
7560   output-file-type: ".html"
7561   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7562   data: "plot-dpdk-throughput-latency-3n-hsw"
7563   filter: "'NIC_Intel-X520-DA2' and
7564            '64B' and
7565            'BASE' and
7566            'NDRPDR' and
7567            '2T2C' and
7568            'IP4FWD'"
7569   parameters:
7570   - "throughput"
7571   - "parent"
7572   traces:
7573     hoverinfo: "x+y"
7574     boxpoints: "outliers"
7575     whiskerwidth: 0
7576   layout:
7577     title: ""  # No title
7578     layout: "plot-throughput"
7579
7580 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7581 -
7582   type: "plot"
7583   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7584   algorithm: "plot_performance_box"
7585   output-file-type: ".html"
7586   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7587   data: "plot-dpdk-throughput-latency-3n-hsw"
7588   filter: "'NIC_Intel-X710' and
7589            '64B' and
7590            'BASE' and
7591            'NDRPDR' and
7592            '1T1C' and
7593            'IP4FWD'"
7594   parameters:
7595   - "throughput"
7596   - "parent"
7597   traces:
7598     hoverinfo: "x+y"
7599     boxpoints: "outliers"
7600     whiskerwidth: 0
7601   layout:
7602     title: ""  # No title
7603     layout: "plot-throughput"
7604
7605 -
7606   type: "plot"
7607   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7608   algorithm: "plot_performance_box"
7609   output-file-type: ".html"
7610   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7611   data: "plot-dpdk-throughput-latency-3n-hsw"
7612   filter: "'NIC_Intel-X710' and
7613            '64B' and
7614            'BASE' and
7615            'NDRPDR' and
7616            '2T2C' and
7617            'IP4FWD'"
7618   parameters:
7619   - "throughput"
7620   - "parent"
7621   traces:
7622     hoverinfo: "x+y"
7623     boxpoints: "outliers"
7624     whiskerwidth: 0
7625   layout:
7626     title: ""  # No title
7627     layout: "plot-throughput"
7628
7629 -
7630   type: "plot"
7631   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7632   algorithm: "plot_performance_box"
7633   output-file-type: ".html"
7634   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7635   data: "plot-dpdk-throughput-latency-3n-hsw"
7636   filter: "'NIC_Intel-X710' and
7637            '64B' and
7638            'BASE' and
7639            'NDRPDR' and
7640            '1T1C' and
7641            'IP4FWD'"
7642   parameters:
7643   - "throughput"
7644   - "parent"
7645   traces:
7646     hoverinfo: "x+y"
7647     boxpoints: "outliers"
7648     whiskerwidth: 0
7649   layout:
7650     title: ""  # No title
7651     layout: "plot-throughput"
7652
7653 -
7654   type: "plot"
7655   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7656   algorithm: "plot_performance_box"
7657   output-file-type: ".html"
7658   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7659   data: "plot-dpdk-throughput-latency-3n-hsw"
7660   filter: "'NIC_Intel-X710' and
7661            '64B' and
7662            'BASE' and
7663            'NDRPDR' and
7664            '2T2C' and
7665            'IP4FWD'"
7666   parameters:
7667   - "throughput"
7668   - "parent"
7669   traces:
7670     hoverinfo: "x+y"
7671     boxpoints: "outliers"
7672     whiskerwidth: 0
7673   layout:
7674     title: ""  # No title
7675     layout: "plot-throughput"
7676
7677 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7678 -
7679   type: "plot"
7680   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7681   algorithm: "plot_performance_box"
7682   output-file-type: ".html"
7683   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7684   data: "plot-dpdk-throughput-latency-3n-hsw"
7685   filter: "'NIC_Intel-XL710' and
7686            '64B' and
7687            'BASE' and
7688            'NDRPDR' and
7689            '1T1C' and
7690            'IP4FWD'"
7691   parameters:
7692   - "throughput"
7693   - "parent"
7694   traces:
7695     hoverinfo: "x+y"
7696     boxpoints: "outliers"
7697     whiskerwidth: 0
7698   layout:
7699     title: ""  # No title
7700     layout: "plot-throughput"
7701
7702 -
7703   type: "plot"
7704   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7705   algorithm: "plot_performance_box"
7706   output-file-type: ".html"
7707   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7708   data: "plot-dpdk-throughput-latency-3n-hsw"
7709   filter: "'NIC_Intel-XL710' and
7710            '64B' and
7711            'BASE' and
7712            'NDRPDR' and
7713            '2T2C' and
7714            'IP4FWD'"
7715   parameters:
7716   - "throughput"
7717   - "parent"
7718   traces:
7719     hoverinfo: "x+y"
7720     boxpoints: "outliers"
7721     whiskerwidth: 0
7722   layout:
7723     title: ""  # No title
7724     layout: "plot-throughput"
7725
7726 -
7727   type: "plot"
7728   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7729   algorithm: "plot_performance_box"
7730   output-file-type: ".html"
7731   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7732   data: "plot-dpdk-throughput-latency-3n-hsw"
7733   filter: "'NIC_Intel-XL710' and
7734            '64B' and
7735            'BASE' and
7736            'NDRPDR' and
7737            '1T1C' and
7738            'IP4FWD'"
7739   parameters:
7740   - "throughput"
7741   - "parent"
7742   traces:
7743     hoverinfo: "x+y"
7744     boxpoints: "outliers"
7745     whiskerwidth: 0
7746   layout:
7747     title: ""  # No title
7748     layout: "plot-throughput"
7749
7750 -
7751   type: "plot"
7752   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7753   algorithm: "plot_performance_box"
7754   output-file-type: ".html"
7755   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7756   data: "plot-dpdk-throughput-latency-3n-hsw"
7757   filter: "'NIC_Intel-XL710' and
7758            '64B' and
7759            'BASE' and
7760            'NDRPDR' and
7761            '2T2C' and
7762            'IP4FWD'"
7763   parameters:
7764   - "throughput"
7765   - "parent"
7766   traces:
7767     hoverinfo: "x+y"
7768     boxpoints: "outliers"
7769     whiskerwidth: 0
7770   layout:
7771     title: ""  # No title
7772     layout: "plot-throughput"
7773
7774 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7775 -
7776   type: "plot"
7777   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7778   algorithm: "plot_performance_box"
7779   output-file-type: ".html"
7780   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7781   data: "plot-dpdk-throughput-latency-3n-skx"
7782   filter: "'NIC_Intel-X710' and
7783            '64B' and
7784            'BASE' and
7785            'NDRPDR' and
7786            '2T1C' and
7787            'IP4FWD'"
7788   parameters:
7789   - "throughput"
7790   - "parent"
7791   traces:
7792     hoverinfo: "x+y"
7793     boxpoints: "outliers"
7794     whiskerwidth: 0
7795   layout:
7796     title: ""  # No title
7797     layout: "plot-throughput"
7798
7799 -
7800   type: "plot"
7801   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7802   algorithm: "plot_performance_box"
7803   output-file-type: ".html"
7804   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7805   data: "plot-dpdk-throughput-latency-3n-skx"
7806   filter: "'NIC_Intel-X710' and
7807            '64B' and
7808            'BASE' and
7809            'NDRPDR' and
7810            '4T2C' and
7811            'IP4FWD'"
7812   parameters:
7813   - "throughput"
7814   - "parent"
7815   traces:
7816     hoverinfo: "x+y"
7817     boxpoints: "outliers"
7818     whiskerwidth: 0
7819   layout:
7820     title: ""  # No title
7821     layout: "plot-throughput"
7822
7823 -
7824   type: "plot"
7825   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7826   algorithm: "plot_performance_box"
7827   output-file-type: ".html"
7828   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7829   data: "plot-dpdk-throughput-latency-3n-skx"
7830   filter: "'NIC_Intel-X710' and
7831            '64B' and
7832            'BASE' and
7833            'NDRPDR' and
7834            '2T1C' and
7835            'IP4FWD'"
7836   parameters:
7837   - "throughput"
7838   - "parent"
7839   traces:
7840     hoverinfo: "x+y"
7841     boxpoints: "outliers"
7842     whiskerwidth: 0
7843   layout:
7844     title: ""  # No title
7845     layout: "plot-throughput"
7846
7847 -
7848   type: "plot"
7849   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7850   algorithm: "plot_performance_box"
7851   output-file-type: ".html"
7852   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7853   data: "plot-dpdk-throughput-latency-3n-skx"
7854   filter: "'NIC_Intel-X710' and
7855            '64B' and
7856            'BASE' and
7857            'NDRPDR' and
7858            '4T2C' and
7859            'IP4FWD'"
7860   parameters:
7861   - "throughput"
7862   - "parent"
7863   traces:
7864     hoverinfo: "x+y"
7865     boxpoints: "outliers"
7866     whiskerwidth: 0
7867   layout:
7868     title: ""  # No title
7869     layout: "plot-throughput"
7870
7871 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7872 -
7873   type: "plot"
7874   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7875   algorithm: "plot_performance_box"
7876   output-file-type: ".html"
7877   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7878   data: "plot-dpdk-throughput-latency-3n-skx"
7879   filter: "'NIC_Intel-XXV710' and
7880            '64B' and
7881            'BASE' and
7882            'NDRPDR' and
7883            '2T1C' and
7884            'IP4FWD'"
7885   parameters:
7886   - "throughput"
7887   - "parent"
7888   traces:
7889     hoverinfo: "x+y"
7890     boxpoints: "outliers"
7891     whiskerwidth: 0
7892   layout:
7893     title: ""  # No title
7894     layout: "plot-throughput"
7895
7896 -
7897   type: "plot"
7898   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7899   algorithm: "plot_performance_box"
7900   output-file-type: ".html"
7901   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7902   data: "plot-dpdk-throughput-latency-3n-skx"
7903   filter: "'NIC_Intel-XXV710' and
7904            '64B' and
7905            'BASE' and
7906            'NDRPDR' and
7907            '4T2C' and
7908            'IP4FWD'"
7909   parameters:
7910   - "throughput"
7911   - "parent"
7912   traces:
7913     hoverinfo: "x+y"
7914     boxpoints: "outliers"
7915     whiskerwidth: 0
7916   layout:
7917     title: ""  # No title
7918     layout: "plot-throughput"
7919
7920 -
7921   type: "plot"
7922   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7923   algorithm: "plot_performance_box"
7924   output-file-type: ".html"
7925   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7926   data: "plot-dpdk-throughput-latency-3n-skx"
7927   filter: "'NIC_Intel-XXV710' and
7928            '64B' and
7929            'BASE' and
7930            'NDRPDR' and
7931            '2T1C' and
7932            'IP4FWD'"
7933   parameters:
7934   - "throughput"
7935   - "parent"
7936   traces:
7937     hoverinfo: "x+y"
7938     boxpoints: "outliers"
7939     whiskerwidth: 0
7940   layout:
7941     title: ""  # No title
7942     layout: "plot-throughput"
7943
7944 -
7945   type: "plot"
7946   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7947   algorithm: "plot_performance_box"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7950   data: "plot-dpdk-throughput-latency-3n-skx"
7951   filter: "'NIC_Intel-XXV710' and
7952            '64B' and
7953            'BASE' and
7954            'NDRPDR' and
7955            '4T2C' and
7956            'IP4FWD'"
7957   parameters:
7958   - "throughput"
7959   - "parent"
7960   traces:
7961     hoverinfo: "x+y"
7962     boxpoints: "outliers"
7963     whiskerwidth: 0
7964   layout:
7965     title: ""  # No title
7966     layout: "plot-throughput"
7967
7968 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7969 -
7970   type: "plot"
7971   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7972   algorithm: "plot_performance_box"
7973   output-file-type: ".html"
7974   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7975   data: "plot-dpdk-throughput-latency-2n-skx"
7976   filter: "'NIC_Intel-X710' and
7977            '64B' and
7978            'BASE' and
7979            'NDRPDR' and
7980            '2T1C' and
7981            'IP4FWD'"
7982   parameters:
7983   - "throughput"
7984   - "parent"
7985   traces:
7986     hoverinfo: "x+y"
7987     boxpoints: "outliers"
7988     whiskerwidth: 0
7989   layout:
7990     title: ""  # No title
7991     layout: "plot-throughput"
7992
7993 -
7994   type: "plot"
7995   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7996   algorithm: "plot_performance_box"
7997   output-file-type: ".html"
7998   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7999   data: "plot-dpdk-throughput-latency-2n-skx"
8000   filter: "'NIC_Intel-X710' and
8001            '64B' and
8002            'BASE' and
8003            'NDRPDR' and
8004            '4T2C' and
8005            'IP4FWD'"
8006   parameters:
8007   - "throughput"
8008   - "parent"
8009   traces:
8010     hoverinfo: "x+y"
8011     boxpoints: "outliers"
8012     whiskerwidth: 0
8013   layout:
8014     title: ""  # No title
8015     layout: "plot-throughput"
8016
8017 -
8018   type: "plot"
8019   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8020   algorithm: "plot_performance_box"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8023   data: "plot-dpdk-throughput-latency-2n-skx"
8024   filter: "'NIC_Intel-X710' and
8025            '64B' and
8026            'BASE' and
8027            'NDRPDR' and
8028            '2T1C' and
8029            'IP4FWD'"
8030   parameters:
8031   - "throughput"
8032   - "parent"
8033   traces:
8034     hoverinfo: "x+y"
8035     boxpoints: "outliers"
8036     whiskerwidth: 0
8037   layout:
8038     title: ""  # No title
8039     layout: "plot-throughput"
8040
8041 -
8042   type: "plot"
8043   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8044   algorithm: "plot_performance_box"
8045   output-file-type: ".html"
8046   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8047   data: "plot-dpdk-throughput-latency-2n-skx"
8048   filter: "'NIC_Intel-X710' and
8049            '64B' and
8050            'BASE' and
8051            'NDRPDR' and
8052            '4T2C' and
8053            'IP4FWD'"
8054   parameters:
8055   - "throughput"
8056   - "parent"
8057   traces:
8058     hoverinfo: "x+y"
8059     boxpoints: "outliers"
8060     whiskerwidth: 0
8061   layout:
8062     title: ""  # No title
8063     layout: "plot-throughput"
8064
8065 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8066 -
8067   type: "plot"
8068   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8069   algorithm: "plot_performance_box"
8070   output-file-type: ".html"
8071   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8072   data: "plot-dpdk-throughput-latency-2n-skx"
8073   filter: "'NIC_Intel-XXV710' and
8074            '64B' and
8075            'BASE' and
8076            'NDRPDR' and
8077            '2T1C' and
8078            'IP4FWD'"
8079   parameters:
8080   - "throughput"
8081   - "parent"
8082   traces:
8083     hoverinfo: "x+y"
8084     boxpoints: "outliers"
8085     whiskerwidth: 0
8086   layout:
8087     title: ""  # No title
8088     layout: "plot-throughput"
8089
8090 -
8091   type: "plot"
8092   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8093   algorithm: "plot_performance_box"
8094   output-file-type: ".html"
8095   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8096   data: "plot-dpdk-throughput-latency-2n-skx"
8097   filter: "'NIC_Intel-XXV710' and
8098            '64B' and
8099            'BASE' and
8100            'NDRPDR' and
8101            '4T2C' and
8102            'IP4FWD'"
8103   parameters:
8104   - "throughput"
8105   - "parent"
8106   traces:
8107     hoverinfo: "x+y"
8108     boxpoints: "outliers"
8109     whiskerwidth: 0
8110   layout:
8111     title: ""  # No title
8112     layout: "plot-throughput"
8113
8114 -
8115   type: "plot"
8116   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8117   algorithm: "plot_performance_box"
8118   output-file-type: ".html"
8119   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8120   data: "plot-dpdk-throughput-latency-2n-skx"
8121   filter: "'NIC_Intel-XXV710' and
8122            '64B' and
8123            'BASE' and
8124            'NDRPDR' and
8125            '2T1C' and
8126            'IP4FWD'"
8127   parameters:
8128   - "throughput"
8129   - "parent"
8130   traces:
8131     hoverinfo: "x+y"
8132     boxpoints: "outliers"
8133     whiskerwidth: 0
8134   layout:
8135     title: ""  # No title
8136     layout: "plot-throughput"
8137
8138 -
8139   type: "plot"
8140   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8141   algorithm: "plot_performance_box"
8142   output-file-type: ".html"
8143   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8144   data: "plot-dpdk-throughput-latency-2n-skx"
8145   filter: "'NIC_Intel-XXV710' and
8146            '64B' and
8147            'BASE' and
8148            'NDRPDR' and
8149            '4T2C' and
8150            'IP4FWD'"
8151   parameters:
8152   - "throughput"
8153   - "parent"
8154   traces:
8155     hoverinfo: "x+y"
8156     boxpoints: "outliers"
8157     whiskerwidth: 0
8158   layout:
8159     title: ""  # No title
8160     layout: "plot-throughput"
8161
8162 ################################################################################
8163
8164 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8165 -
8166   type: "plot"
8167   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8168   algorithm: "plot_performance_box"
8169   output-file-type: ".html"
8170   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8171   data: "plot-dpdk-throughput-latency-3n-hsw"
8172   filter: "'NIC_Intel-X520-DA2' and
8173            '64B' and
8174            'BASE' and
8175            'NDRPDR' and
8176            '1T1C' and
8177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8178   parameters:
8179   - "throughput"
8180   - "parent"
8181   traces:
8182     hoverinfo: "x+y"
8183     boxpoints: "outliers"
8184     whiskerwidth: 0
8185   layout:
8186     title: ""  # No title
8187     layout: "plot-throughput"
8188
8189 -
8190   type: "plot"
8191   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8192   algorithm: "plot_performance_box"
8193   output-file-type: ".html"
8194   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8195   data: "plot-dpdk-throughput-latency-3n-hsw"
8196   filter: "'NIC_Intel-X520-DA2' and
8197            '64B' and
8198            'BASE' and
8199            'NDRPDR' and
8200            '2T2C' and
8201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8202   parameters:
8203   - "throughput"
8204   - "parent"
8205   traces:
8206     hoverinfo: "x+y"
8207     boxpoints: "outliers"
8208     whiskerwidth: 0
8209   layout:
8210     title: ""  # No title
8211     layout: "plot-throughput"
8212
8213 -
8214   type: "plot"
8215   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8216   algorithm: "plot_performance_box"
8217   output-file-type: ".html"
8218   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8219   data: "plot-dpdk-throughput-latency-3n-hsw"
8220   filter: "'NIC_Intel-X520-DA2' and
8221            '64B' and
8222            'BASE' and
8223            'NDRPDR' and
8224            '1T1C' and
8225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8226   parameters:
8227   - "throughput"
8228   - "parent"
8229   traces:
8230     hoverinfo: "x+y"
8231     boxpoints: "outliers"
8232     whiskerwidth: 0
8233   layout:
8234     title: ""  # No title
8235     layout: "plot-throughput"
8236
8237 -
8238   type: "plot"
8239   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8240   algorithm: "plot_performance_box"
8241   output-file-type: ".html"
8242   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8243   data: "plot-dpdk-throughput-latency-3n-hsw"
8244   filter: "'NIC_Intel-X520-DA2' and
8245            '64B' and
8246            'BASE' and
8247            'NDRPDR' and
8248            '2T2C' and
8249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8250   parameters:
8251   - "throughput"
8252   - "parent"
8253   traces:
8254     hoverinfo: "x+y"
8255     boxpoints: "outliers"
8256     whiskerwidth: 0
8257   layout:
8258     title: ""  # No title
8259     layout: "plot-throughput"
8260
8261 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8262 -
8263   type: "plot"
8264   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8265   algorithm: "plot_performance_box"
8266   output-file-type: ".html"
8267   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8268   data: "plot-dpdk-throughput-latency-3n-hsw"
8269   filter: "'NIC_Intel-X710' and
8270            '64B' and
8271            'BASE' and
8272            'NDRPDR' and
8273            '1T1C' and
8274            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8275   parameters:
8276   - "throughput"
8277   - "parent"
8278   traces:
8279     hoverinfo: "x+y"
8280     boxpoints: "outliers"
8281     whiskerwidth: 0
8282   layout:
8283     title: ""  # No title
8284     layout: "plot-throughput"
8285
8286 -
8287   type: "plot"
8288   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8289   algorithm: "plot_performance_box"
8290   output-file-type: ".html"
8291   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8292   data: "plot-dpdk-throughput-latency-3n-hsw"
8293   filter: "'NIC_Intel-X710' and
8294            '64B' and
8295            'BASE' and
8296            'NDRPDR' and
8297            '2T2C' and
8298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8299   parameters:
8300   - "throughput"
8301   - "parent"
8302   traces:
8303     hoverinfo: "x+y"
8304     boxpoints: "outliers"
8305     whiskerwidth: 0
8306   layout:
8307     title: ""  # No title
8308     layout: "plot-throughput"
8309
8310 -
8311   type: "plot"
8312   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8313   algorithm: "plot_performance_box"
8314   output-file-type: ".html"
8315   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8316   data: "plot-dpdk-throughput-latency-3n-hsw"
8317   filter: "'NIC_Intel-X710' and
8318            '64B' and
8319            'BASE' and
8320            'NDRPDR' and
8321            '1T1C' and
8322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8323   parameters:
8324   - "throughput"
8325   - "parent"
8326   traces:
8327     hoverinfo: "x+y"
8328     boxpoints: "outliers"
8329     whiskerwidth: 0
8330   layout:
8331     title: ""  # No title
8332     layout: "plot-throughput"
8333
8334 -
8335   type: "plot"
8336   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8337   algorithm: "plot_performance_box"
8338   output-file-type: ".html"
8339   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8340   data: "plot-dpdk-throughput-latency-3n-hsw"
8341   filter: "'NIC_Intel-X710' and
8342            '64B' and
8343            'BASE' and
8344            'NDRPDR' and
8345            '2T2C' and
8346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8347   parameters:
8348   - "throughput"
8349   - "parent"
8350   traces:
8351     hoverinfo: "x+y"
8352     boxpoints: "outliers"
8353     whiskerwidth: 0
8354   layout:
8355     title: ""  # No title
8356     layout: "plot-throughput"
8357
8358 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8359 -
8360   type: "plot"
8361   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8362   algorithm: "plot_performance_box"
8363   output-file-type: ".html"
8364   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8365   data: "plot-dpdk-throughput-latency-3n-hsw"
8366   filter: "'NIC_Intel-XL710' and
8367            '64B' and
8368            'BASE' and
8369            'NDRPDR' and
8370            '1T1C' and
8371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8372   parameters:
8373   - "throughput"
8374   - "parent"
8375   traces:
8376     hoverinfo: "x+y"
8377     boxpoints: "outliers"
8378     whiskerwidth: 0
8379   layout:
8380     title: ""  # No title
8381     layout: "plot-throughput"
8382
8383 -
8384   type: "plot"
8385   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8386   algorithm: "plot_performance_box"
8387   output-file-type: ".html"
8388   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8389   data: "plot-dpdk-throughput-latency-3n-hsw"
8390   filter: "'NIC_Intel-XL710' and
8391            '64B' and
8392            'BASE' and
8393            'NDRPDR' and
8394            '2T2C' and
8395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8396   parameters:
8397   - "throughput"
8398   - "parent"
8399   traces:
8400     hoverinfo: "x+y"
8401     boxpoints: "outliers"
8402     whiskerwidth: 0
8403   layout:
8404     title: ""  # No title
8405     layout: "plot-throughput"
8406
8407 -
8408   type: "plot"
8409   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8410   algorithm: "plot_performance_box"
8411   output-file-type: ".html"
8412   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8413   data: "plot-dpdk-throughput-latency-3n-hsw"
8414   filter: "'NIC_Intel-XL710' and
8415            '64B' and
8416            'BASE' and
8417            'NDRPDR' and
8418            '1T1C' and
8419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8420   parameters:
8421   - "throughput"
8422   - "parent"
8423   traces:
8424     hoverinfo: "x+y"
8425     boxpoints: "outliers"
8426     whiskerwidth: 0
8427   layout:
8428     title: ""  # No title
8429     layout: "plot-throughput"
8430
8431 -
8432   type: "plot"
8433   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8434   algorithm: "plot_performance_box"
8435   output-file-type: ".html"
8436   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8437   data: "plot-dpdk-throughput-latency-3n-hsw"
8438   filter: "'NIC_Intel-XL710' and
8439            '64B' and
8440            'BASE' and
8441            'NDRPDR' and
8442            '2T2C' and
8443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8444   parameters:
8445   - "throughput"
8446   - "parent"
8447   traces:
8448     hoverinfo: "x+y"
8449     boxpoints: "outliers"
8450     whiskerwidth: 0
8451   layout:
8452     title: ""  # No title
8453     layout: "plot-throughput"
8454
8455 # Packet Throughput - DPDK testpmd 3n-skx-x710
8456 -
8457   type: "plot"
8458   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8459   algorithm: "plot_performance_box"
8460   output-file-type: ".html"
8461   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8462   data: "plot-dpdk-throughput-latency-3n-skx"
8463   filter: "'NIC_Intel-X710' and
8464            '64B' and
8465            'BASE' and
8466            'NDRPDR' and
8467            '2T1C' and
8468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8469   parameters:
8470   - "throughput"
8471   - "parent"
8472   traces:
8473     hoverinfo: "x+y"
8474     boxpoints: "outliers"
8475     whiskerwidth: 0
8476   layout:
8477     title: ""  # No title
8478     layout: "plot-throughput"
8479
8480 -
8481   type: "plot"
8482   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8483   algorithm: "plot_performance_box"
8484   output-file-type: ".html"
8485   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8486   data: "plot-dpdk-throughput-latency-3n-skx"
8487   filter: "'NIC_Intel-X710' and
8488            '64B' and
8489            'BASE' and
8490            'NDRPDR' and
8491            '4T2C' and
8492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8493   parameters:
8494   - "throughput"
8495   - "parent"
8496   traces:
8497     hoverinfo: "x+y"
8498     boxpoints: "outliers"
8499     whiskerwidth: 0
8500   layout:
8501     title: ""  # No title
8502     layout: "plot-throughput"
8503
8504 -
8505   type: "plot"
8506   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8507   algorithm: "plot_performance_box"
8508   output-file-type: ".html"
8509   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8510   data: "plot-dpdk-throughput-latency-3n-skx"
8511   filter: "'NIC_Intel-X710' and
8512            '64B' and
8513            'BASE' and
8514            'NDRPDR' and
8515            '2T1C' and
8516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8517   parameters:
8518   - "throughput"
8519   - "parent"
8520   traces:
8521     hoverinfo: "x+y"
8522     boxpoints: "outliers"
8523     whiskerwidth: 0
8524   layout:
8525     title: ""  # No title
8526     layout: "plot-throughput"
8527
8528 -
8529   type: "plot"
8530   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8531   algorithm: "plot_performance_box"
8532   output-file-type: ".html"
8533   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8534   data: "plot-dpdk-throughput-latency-3n-skx"
8535   filter: "'NIC_Intel-X710' and
8536            '64B' and
8537            'BASE' and
8538            'NDRPDR' and
8539            '4T2C' and
8540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8541   parameters:
8542   - "throughput"
8543   - "parent"
8544   traces:
8545     hoverinfo: "x+y"
8546     boxpoints: "outliers"
8547     whiskerwidth: 0
8548   layout:
8549     title: ""  # No title
8550     layout: "plot-throughput"
8551
8552 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8553 -
8554   type: "plot"
8555   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8556   algorithm: "plot_performance_box"
8557   output-file-type: ".html"
8558   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8559   data: "plot-dpdk-throughput-latency-3n-skx"
8560   filter: "'NIC_Intel-XXV710' and
8561            '64B' and
8562            'BASE' and
8563            'NDRPDR' and
8564            '2T1C' and
8565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8566   parameters:
8567   - "throughput"
8568   - "parent"
8569   traces:
8570     hoverinfo: "x+y"
8571     boxpoints: "outliers"
8572     whiskerwidth: 0
8573   layout:
8574     title: ""  # No title
8575     layout: "plot-throughput"
8576
8577 -
8578   type: "plot"
8579   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8580   algorithm: "plot_performance_box"
8581   output-file-type: ".html"
8582   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8583   data: "plot-dpdk-throughput-latency-3n-skx"
8584   filter: "'NIC_Intel-XXV710' and
8585            '64B' and
8586            'BASE' and
8587            'NDRPDR' and
8588            '4T2C' and
8589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8590   parameters:
8591   - "throughput"
8592   - "parent"
8593   traces:
8594     hoverinfo: "x+y"
8595     boxpoints: "outliers"
8596     whiskerwidth: 0
8597   layout:
8598     title: ""  # No title
8599     layout: "plot-throughput"
8600
8601 -
8602   type: "plot"
8603   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8604   algorithm: "plot_performance_box"
8605   output-file-type: ".html"
8606   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8607   data: "plot-dpdk-throughput-latency-3n-skx"
8608   filter: "'NIC_Intel-XXV710' and
8609            '64B' and
8610            'BASE' and
8611            'NDRPDR' and
8612            '2T1C' and
8613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8614   parameters:
8615   - "throughput"
8616   - "parent"
8617   traces:
8618     hoverinfo: "x+y"
8619     boxpoints: "outliers"
8620     whiskerwidth: 0
8621   layout:
8622     title: ""  # No title
8623     layout: "plot-throughput"
8624
8625 -
8626   type: "plot"
8627   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8628   algorithm: "plot_performance_box"
8629   output-file-type: ".html"
8630   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8631   data: "plot-dpdk-throughput-latency-3n-skx"
8632   filter: "'NIC_Intel-XXV710' and
8633            '64B' and
8634            'BASE' and
8635            'NDRPDR' and
8636            '4T2C' and
8637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8638   parameters:
8639   - "throughput"
8640   - "parent"
8641   traces:
8642     hoverinfo: "x+y"
8643     boxpoints: "outliers"
8644     whiskerwidth: 0
8645   layout:
8646     title: ""  # No title
8647     layout: "plot-throughput"
8648
8649 # Packet Throughput - DPDK testpmd 2n-skx-x710
8650 -
8651   type: "plot"
8652   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8653   algorithm: "plot_performance_box"
8654   output-file-type: ".html"
8655   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8656   data: "plot-dpdk-throughput-latency-2n-skx"
8657   filter: "'NIC_Intel-X710' and
8658            '64B' and
8659            'BASE' and
8660            'NDRPDR' and
8661            '2T1C' and
8662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8663   parameters:
8664   - "throughput"
8665   - "parent"
8666   traces:
8667     hoverinfo: "x+y"
8668     boxpoints: "outliers"
8669     whiskerwidth: 0
8670   layout:
8671     title: ""  # No title
8672     layout: "plot-throughput"
8673
8674 -
8675   type: "plot"
8676   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8677   algorithm: "plot_performance_box"
8678   output-file-type: ".html"
8679   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8680   data: "plot-dpdk-throughput-latency-2n-skx"
8681   filter: "'NIC_Intel-X710' and
8682            '64B' and
8683            'BASE' and
8684            'NDRPDR' and
8685            '4T2C' and
8686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8687   parameters:
8688   - "throughput"
8689   - "parent"
8690   traces:
8691     hoverinfo: "x+y"
8692     boxpoints: "outliers"
8693     whiskerwidth: 0
8694   layout:
8695     title: ""  # No title
8696     layout: "plot-throughput"
8697
8698 -
8699   type: "plot"
8700   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8701   algorithm: "plot_performance_box"
8702   output-file-type: ".html"
8703   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8704   data: "plot-dpdk-throughput-latency-2n-skx"
8705   filter: "'NIC_Intel-X710' and
8706            '64B' and
8707            'BASE' and
8708            'NDRPDR' and
8709            '2T1C' and
8710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8711   parameters:
8712   - "throughput"
8713   - "parent"
8714   traces:
8715     hoverinfo: "x+y"
8716     boxpoints: "outliers"
8717     whiskerwidth: 0
8718   layout:
8719     title: ""  # No title
8720     layout: "plot-throughput"
8721
8722 -
8723   type: "plot"
8724   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8725   algorithm: "plot_performance_box"
8726   output-file-type: ".html"
8727   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8728   data: "plot-dpdk-throughput-latency-2n-skx"
8729   filter: "'NIC_Intel-X710' and
8730            '64B' and
8731            'BASE' and
8732            'NDRPDR' and
8733            '4T2C' and
8734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8735   parameters:
8736   - "throughput"
8737   - "parent"
8738   traces:
8739     hoverinfo: "x+y"
8740     boxpoints: "outliers"
8741     whiskerwidth: 0
8742   layout:
8743     title: ""  # No title
8744     layout: "plot-throughput"
8745
8746 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8747 -
8748   type: "plot"
8749   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8750   algorithm: "plot_performance_box"
8751   output-file-type: ".html"
8752   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8753   data: "plot-dpdk-throughput-latency-2n-skx"
8754   filter: "'NIC_Intel-XXV710' and
8755            '64B' and
8756            'BASE' and
8757            'NDRPDR' and
8758            '2T1C' and
8759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8760   parameters:
8761   - "throughput"
8762   - "parent"
8763   traces:
8764     hoverinfo: "x+y"
8765     boxpoints: "outliers"
8766     whiskerwidth: 0
8767   layout:
8768     title: ""  # No title
8769     layout: "plot-throughput"
8770
8771 -
8772   type: "plot"
8773   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8774   algorithm: "plot_performance_box"
8775   output-file-type: ".html"
8776   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8777   data: "plot-dpdk-throughput-latency-2n-skx"
8778   filter: "'NIC_Intel-XXV710' and
8779            '64B' and
8780            'BASE' and
8781            'NDRPDR' and
8782            '4T2C' and
8783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8784   parameters:
8785   - "throughput"
8786   - "parent"
8787   traces:
8788     hoverinfo: "x+y"
8789     boxpoints: "outliers"
8790     whiskerwidth: 0
8791   layout:
8792     title: ""  # No title
8793     layout: "plot-throughput"
8794
8795 -
8796   type: "plot"
8797   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8798   algorithm: "plot_performance_box"
8799   output-file-type: ".html"
8800   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8801   data: "plot-dpdk-throughput-latency-2n-skx"
8802   filter: "'NIC_Intel-XXV710' and
8803            '64B' and
8804            'BASE' and
8805            'NDRPDR' and
8806            '2T1C' and
8807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8808   parameters:
8809   - "throughput"
8810   - "parent"
8811   traces:
8812     hoverinfo: "x+y"
8813     boxpoints: "outliers"
8814     whiskerwidth: 0
8815   layout:
8816     title: ""  # No title
8817     layout: "plot-throughput"
8818
8819 -
8820   type: "plot"
8821   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8822   algorithm: "plot_performance_box"
8823   output-file-type: ".html"
8824   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8825   data: "plot-dpdk-throughput-latency-2n-skx"
8826   filter: "'NIC_Intel-XXV710' and
8827            '64B' and
8828            'BASE' and
8829            'NDRPDR' and
8830            '4T2C' and
8831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8832   parameters:
8833   - "throughput"
8834   - "parent"
8835   traces:
8836     hoverinfo: "x+y"
8837     boxpoints: "outliers"
8838     whiskerwidth: 0
8839   layout:
8840     title: ""  # No title
8841     layout: "plot-throughput"
8842
8843
8844
8845
8846
8847
8848
8849
8850 ################################################################################
8851
8852 # Packet Latency - VPP L2 3n-hsw-x520
8853 -
8854   type: "plot"
8855   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8856   algorithm: "plot_latency_box"
8857   output-file-type: ".html"
8858   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8859   data: "plot-vpp-throughput-latency-3n-hsw"
8860   filter: "'NIC_Intel-X520-DA2' and
8861            '64B' and
8862            ('BASE' or 'SCALE') and
8863            'NDRPDR' and
8864            '1T1C' and
8865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8866            not 'VHOST' and
8867            not 'MEMIF'"
8868   parameters:
8869   - "latency"
8870   - "parent"
8871   traces:
8872     boxmean: False
8873   layout:
8874     title: ""  # No title
8875     layout: "plot-latency"
8876
8877 -
8878   type: "plot"
8879   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8880   algorithm: "plot_latency_box"
8881   output-file-type: ".html"
8882   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8883   data: "plot-vpp-throughput-latency-3n-hsw"
8884   filter: "'NIC_Intel-X520-DA2' and
8885            '64B' and
8886            ('BASE' or 'SCALE') and
8887            'NDRPDR' and
8888            '2T2C' and
8889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8890            not 'VHOST' and
8891            not 'MEMIF'"
8892   parameters:
8893   - "latency"
8894   - "parent"
8895   traces:
8896     boxmean: False
8897   layout:
8898     title: ""  # No title
8899     layout: "plot-latency"
8900
8901 -
8902   type: "plot"
8903   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8904   algorithm: "plot_latency_box"
8905   output-file-type: ".html"
8906   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8907   data: "plot-vpp-throughput-latency-3n-hsw"
8908   filter: "'NIC_Intel-X520-DA2' and
8909            '64B' and
8910            'FEATURE' and
8911            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8912            'NDRPDR' and
8913            '1T1C' and
8914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8915            not 'VHOST' and
8916            not 'MEMIF'"
8917   parameters:
8918   - "latency"
8919   - "parent"
8920   traces:
8921     boxmean: False
8922   layout:
8923     title: ""  # No title
8924     layout: "plot-latency"
8925
8926 -
8927   type: "plot"
8928   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8929   algorithm: "plot_latency_box"
8930   output-file-type: ".html"
8931   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8932   data: "plot-vpp-throughput-latency-3n-hsw"
8933   filter: "'NIC_Intel-X520-DA2' and
8934            '64B' and
8935            'FEATURE' and
8936            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8937            'NDRPDR' and
8938            '2T2C' and
8939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8940            not 'VHOST' and
8941            not 'MEMIF'"
8942   parameters:
8943   - "latency"
8944   - "parent"
8945   traces:
8946     boxmean: False
8947   layout:
8948     title: ""  # No title
8949     layout: "plot-latency"
8950
8951 # Packet Latency - VPP L2 3n-hsw-x710
8952 -
8953   type: "plot"
8954   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8955   algorithm: "plot_latency_box"
8956   output-file-type: ".html"
8957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8958   data: "plot-vpp-throughput-latency-3n-hsw"
8959   filter: "'NIC_Intel-X710' and
8960            '64B' and
8961            ('BASE' or 'SCALE') and
8962            'NDRPDR' and
8963            '1T1C' and
8964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8965            not 'VHOST' and
8966            not 'MEMIF'"
8967   parameters:
8968   - "latency"
8969   - "parent"
8970   traces:
8971     boxmean: False
8972   layout:
8973     title: ""  # No title
8974     layout: "plot-latency"
8975
8976 -
8977   type: "plot"
8978   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8979   algorithm: "plot_latency_box"
8980   output-file-type: ".html"
8981   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8982   data: "plot-vpp-throughput-latency-3n-hsw"
8983   filter: "'NIC_Intel-X710' and
8984            '64B' and
8985            ('BASE' or 'SCALE') and
8986            'NDRPDR' and
8987            '2T2C' and
8988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8989            not 'VHOST' and
8990            not 'MEMIF'"
8991   parameters:
8992   - "latency"
8993   - "parent"
8994   traces:
8995     boxmean: False
8996   layout:
8997     title: ""  # No title
8998     layout: "plot-latency"
8999
9000 -
9001   type: "plot"
9002   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9003   algorithm: "plot_latency_box"
9004   output-file-type: ".html"
9005   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9006   data: "plot-vpp-throughput-latency-3n-hsw"
9007   filter: "'NIC_Intel-X710' and
9008            '64B' and
9009            'FEATURE' and
9010            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9011            'NDRPDR' and
9012            '1T1C' and
9013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9014            not 'VHOST' and
9015            not 'MEMIF'"
9016   parameters:
9017   - "latency"
9018   - "parent"
9019   traces:
9020     boxmean: False
9021   layout:
9022     title: ""  # No title
9023     layout: "plot-latency"
9024
9025 -
9026   type: "plot"
9027   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9028   algorithm: "plot_latency_box"
9029   output-file-type: ".html"
9030   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9031   data: "plot-vpp-throughput-latency-3n-hsw"
9032   filter: "'NIC_Intel-X710' and
9033            '64B' and
9034            'FEATURE' and
9035            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9036            'NDRPDR' and
9037            '2T2C' and
9038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9039            not 'VHOST' and
9040            not 'MEMIF'"
9041   parameters:
9042   - "latency"
9043   - "parent"
9044   traces:
9045     boxmean: False
9046   layout:
9047     title: ""  # No title
9048     layout: "plot-latency"
9049
9050 # Packet Latency - VPP L2 3n-hsw-xl710
9051 -
9052   type: "plot"
9053   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9054   algorithm: "plot_latency_box"
9055   output-file-type: ".html"
9056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9057   data: "plot-vpp-throughput-latency-3n-hsw"
9058   filter: "'NIC_Intel-XL710' and
9059            '64B' and
9060            ('BASE' or 'SCALE') and
9061            'NDRPDR' and
9062            '1T1C' and
9063            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9064            not 'VHOST' and
9065            not 'MEMIF'"
9066   parameters:
9067   - "latency"
9068   - "parent"
9069   traces:
9070     boxmean: False
9071   layout:
9072     title: ""  # No title
9073     layout: "plot-latency"
9074
9075 -
9076   type: "plot"
9077   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9078   algorithm: "plot_latency_box"
9079   output-file-type: ".html"
9080   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9081   data: "plot-vpp-throughput-latency-3n-hsw"
9082   filter: "'NIC_Intel-XL710' and
9083            '64B' and
9084            ('BASE' or 'SCALE') and
9085            'NDRPDR' and
9086            '2T2C' and
9087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9088            not 'VHOST' and
9089            not 'MEMIF'"
9090   parameters:
9091   - "latency"
9092   - "parent"
9093   traces:
9094     boxmean: False
9095   layout:
9096     title: ""  # No title
9097     layout: "plot-latency"
9098
9099 # Packet Latency - VPP L2 3n-skx-x710
9100 -
9101   type: "plot"
9102   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9103   algorithm: "plot_latency_box"
9104   output-file-type: ".html"
9105   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9106   data: "plot-vpp-throughput-latency-3n-skx"
9107   filter: "'NIC_Intel-X710' and
9108            '64B' and
9109            ('BASE' or 'SCALE') and
9110            'NDRPDR' and
9111            '2T1C' and
9112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9113            not 'VHOST' and
9114            not 'MEMIF'"
9115   parameters:
9116   - "latency"
9117   - "parent"
9118   traces:
9119     boxmean: False
9120   layout:
9121     title: ""  # No title
9122     layout: "plot-latency"
9123
9124 -
9125   type: "plot"
9126   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9127   algorithm: "plot_latency_box"
9128   output-file-type: ".html"
9129   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9130   data: "plot-vpp-throughput-latency-3n-skx"
9131   filter: "'NIC_Intel-X710' and
9132            '64B' and
9133            ('BASE' or 'SCALE') and
9134            'NDRPDR' and
9135            '4T2C' and
9136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9137            not 'VHOST' and
9138            not 'MEMIF'"
9139   parameters:
9140   - "latency"
9141   - "parent"
9142   traces:
9143     boxmean: False
9144   layout:
9145     title: ""  # No title
9146     layout: "plot-latency"
9147
9148 -
9149   type: "plot"
9150   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9151   algorithm: "plot_latency_box"
9152   output-file-type: ".html"
9153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9154   data: "plot-vpp-throughput-latency-3n-skx"
9155   filter: "'NIC_Intel-X710' and
9156            '64B' and
9157            'FEATURE' and
9158            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9159            'NDRPDR' and
9160            '2T1C' and
9161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9162            not 'VHOST' and
9163            not 'MEMIF'"
9164   parameters:
9165   - "latency"
9166   - "parent"
9167   traces:
9168     boxmean: False
9169   layout:
9170     title: ""  # No title
9171     layout: "plot-latency"
9172
9173 -
9174   type: "plot"
9175   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9176   algorithm: "plot_latency_box"
9177   output-file-type: ".html"
9178   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9179   data: "plot-vpp-throughput-latency-3n-skx"
9180   filter: "'NIC_Intel-X710' and
9181            '64B' and
9182            'FEATURE' and
9183            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9184            'NDRPDR' and
9185            '4T2C' and
9186            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9187            not 'VHOST' and
9188            not 'MEMIF'"
9189   parameters:
9190   - "latency"
9191   - "parent"
9192   traces:
9193     boxmean: False
9194   layout:
9195     title: ""  # No title
9196     layout: "plot-latency"
9197
9198 # Packet Latency - VPP L2 3n-skx-xxv710
9199 -
9200   type: "plot"
9201   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9202   algorithm: "plot_latency_box"
9203   output-file-type: ".html"
9204   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9205   data: "plot-vpp-throughput-latency-3n-skx"
9206   filter: "'NIC_Intel-XXV710' and
9207            '64B' and
9208            ('BASE' or 'SCALE') and
9209            'NDRPDR' and
9210            '2T1C' and
9211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9212            not 'VHOST' and
9213            not 'MEMIF'"
9214   parameters:
9215   - "latency"
9216   - "parent"
9217   traces:
9218     boxmean: False
9219   layout:
9220     title: ""  # No title
9221     layout: "plot-latency"
9222
9223 -
9224   type: "plot"
9225   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9226   algorithm: "plot_latency_box"
9227   output-file-type: ".html"
9228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9229   data: "plot-vpp-throughput-latency-3n-skx"
9230   filter: "'NIC_Intel-XXV710' and
9231            '64B' and
9232            ('BASE' or 'SCALE') and
9233            'NDRPDR' and
9234            '4T2C' and
9235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9236            not 'VHOST' and
9237            not 'MEMIF'"
9238   parameters:
9239   - "latency"
9240   - "parent"
9241   traces:
9242     boxmean: False
9243   layout:
9244     title: ""  # No title
9245     layout: "plot-latency"
9246
9247 # Packet Latency - VPP L2 2n-skx-x710
9248 -
9249   type: "plot"
9250   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9251   algorithm: "plot_latency_box"
9252   output-file-type: ".html"
9253   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9254   data: "plot-vpp-throughput-latency-2n-skx"
9255   filter: "'NIC_Intel-X710' and
9256            '64B' and
9257            ('BASE' or 'SCALE') and
9258            'NDRPDR' and
9259            '2T1C' and
9260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9261            not 'VHOST' and
9262            not 'MEMIF'"
9263   parameters:
9264   - "latency"
9265   - "parent"
9266   traces:
9267     boxmean: False
9268   layout:
9269     title: ""  # No title
9270     layout: "plot-latency"
9271
9272 -
9273   type: "plot"
9274   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9275   algorithm: "plot_latency_box"
9276   output-file-type: ".html"
9277   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9278   data: "plot-vpp-throughput-latency-2n-skx"
9279   filter: "'NIC_Intel-X710' and
9280            '64B' and
9281            ('BASE' or 'SCALE') and
9282            'NDRPDR' and
9283            '4T2C' and
9284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9285            not 'VHOST' and
9286            not 'MEMIF'"
9287   parameters:
9288   - "latency"
9289   - "parent"
9290   traces:
9291     boxmean: False
9292   layout:
9293     title: ""  # No title
9294     layout: "plot-latency"
9295
9296 # Packet Latency - VPP L2 2n-skx-xxv710
9297 -
9298   type: "plot"
9299   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9300   algorithm: "plot_latency_box"
9301   output-file-type: ".html"
9302   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9303   data: "plot-vpp-throughput-latency-2n-skx"
9304   filter: "'NIC_Intel-XXV710' and
9305            '64B' and
9306            ('BASE' or 'SCALE') and
9307            'NDRPDR' and
9308            '2T1C' and
9309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9310            not 'VHOST' and
9311            not 'MEMIF'"
9312   parameters:
9313   - "latency"
9314   - "parent"
9315   traces:
9316     boxmean: False
9317   layout:
9318     title: ""  # No title
9319     layout: "plot-latency"
9320
9321 -
9322   type: "plot"
9323   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9324   algorithm: "plot_latency_box"
9325   output-file-type: ".html"
9326   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9327   data: "plot-vpp-throughput-latency-2n-skx"
9328   filter: "'NIC_Intel-XXV710' and
9329            '64B' and
9330            ('BASE' or 'SCALE') and
9331            'NDRPDR' and
9332            '4T2C' and
9333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9334            not 'VHOST' and
9335            not 'MEMIF'"
9336   parameters:
9337   - "latency"
9338   - "parent"
9339   traces:
9340     boxmean: False
9341   layout:
9342     title: ""  # No title
9343     layout: "plot-latency"
9344
9345 ################################################################################
9346
9347 # Packet Latency - VPP Container Memif 3n-hsw-x520
9348 -
9349   type: "plot"
9350   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9351   algorithm: "plot_latency_box"
9352   output-file-type: ".html"
9353   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9354   data: "plot-vpp-throughput-latency-3n-hsw"
9355   filter: "'NIC_Intel-X520-DA2' and
9356            '64B' and
9357            ('BASE' or 'SCALE') and
9358            'NDRPDR' and
9359            '1T1C' and
9360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9361            not 'VHOST' and
9362            'MEMIF'"
9363   parameters:
9364   - "latency"
9365   - "parent"
9366   traces:
9367     boxmean: False
9368   layout:
9369     title: ""  # No title
9370     layout: "plot-latency"
9371
9372 -
9373   type: "plot"
9374   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9375   algorithm: "plot_latency_box"
9376   output-file-type: ".html"
9377   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9378   data: "plot-vpp-throughput-latency-3n-hsw"
9379   filter: "'NIC_Intel-X520-DA2' and
9380            '64B' and
9381            ('BASE' or 'SCALE') and
9382            'NDRPDR' and
9383            '2T2C' and
9384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9385            not 'VHOST' and
9386            'MEMIF'"
9387   parameters:
9388   - "latency"
9389   - "parent"
9390   traces:
9391     boxmean: False
9392   layout:
9393     title: ""  # No title
9394     layout: "plot-latency"
9395
9396 # Packet Latency - VPP Container Memif 3n-hsw-x710
9397 -
9398   type: "plot"
9399   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9400   algorithm: "plot_latency_box"
9401   output-file-type: ".html"
9402   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9403   data: "plot-vpp-throughput-latency-3n-hsw"
9404   filter: "'NIC_Intel-X710' and
9405            '64B' and
9406            ('BASE' or 'SCALE') and
9407            'NDRPDR' and
9408            '1T1C' and
9409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9410            not 'VHOST' and
9411            'MEMIF'"
9412   parameters:
9413   - "latency"
9414   - "parent"
9415   traces:
9416     boxmean: False
9417   layout:
9418     title: ""  # No title
9419     layout: "plot-latency"
9420
9421 -
9422   type: "plot"
9423   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9424   algorithm: "plot_latency_box"
9425   output-file-type: ".html"
9426   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9427   data: "plot-vpp-throughput-latency-3n-hsw"
9428   filter: "'NIC_Intel-X710' and
9429            '64B' and
9430            ('BASE' or 'SCALE') and
9431            'NDRPDR' and
9432            '2T2C' and
9433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9434            not 'VHOST' and
9435            'MEMIF'"
9436   parameters:
9437   - "latency"
9438   - "parent"
9439   traces:
9440     boxmean: False
9441   layout:
9442     title: ""  # No title
9443     layout: "plot-latency"
9444
9445 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9446 -
9447   type: "plot"
9448   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9449   algorithm: "plot_latency_box"
9450   output-file-type: ".html"
9451   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9452   data: "plot-vpp-throughput-latency-3n-hsw"
9453   filter: "'NIC_Intel-XL710' and
9454            '64B' and
9455            ('BASE' or 'SCALE') and
9456            'NDRPDR' and
9457            '1T1C' and
9458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9459            not 'VHOST' and
9460            'MEMIF'"
9461   parameters:
9462   - "latency"
9463   - "parent"
9464   traces:
9465     boxmean: False
9466   layout:
9467     title: ""  # No title
9468     layout: "plot-latency"
9469
9470 -
9471   type: "plot"
9472   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9473   algorithm: "plot_latency_box"
9474   output-file-type: ".html"
9475   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9476   data: "plot-vpp-throughput-latency-3n-hsw"
9477   filter: "'NIC_Intel-XL710' and
9478            '64B' and
9479            ('BASE' or 'SCALE') and
9480            'NDRPDR' and
9481            '2T2C' and
9482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9483            not 'VHOST' and
9484            'MEMIF'"
9485   parameters:
9486   - "latency"
9487   - "parent"
9488   traces:
9489     boxmean: False
9490   layout:
9491     title: ""  # No title
9492     layout: "plot-latency"
9493
9494 # Packet Latency - VPP Container Memif 3n-skx-x710
9495 -
9496   type: "plot"
9497   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9498   algorithm: "plot_latency_box"
9499   output-file-type: ".html"
9500   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9501   data: "plot-vpp-throughput-latency-3n-skx"
9502   filter: "'NIC_Intel-X710' and
9503            '64B' and
9504            ('BASE' or 'SCALE') and
9505            'NDRPDR' and
9506            '2T1C' and
9507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9508            not 'VHOST' and
9509            'MEMIF'"
9510   parameters:
9511   - "latency"
9512   - "parent"
9513   traces:
9514     boxmean: False
9515   layout:
9516     title: ""  # No title
9517     layout: "plot-latency"
9518
9519 -
9520   type: "plot"
9521   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9522   algorithm: "plot_latency_box"
9523   output-file-type: ".html"
9524   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9525   data: "plot-vpp-throughput-latency-3n-skx"
9526   filter: "'NIC_Intel-X710' and
9527            '64B' and
9528            ('BASE' or 'SCALE') and
9529            'NDRPDR' and
9530            '4T2C' and
9531            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9532            not 'VHOST' and
9533            'MEMIF'"
9534   parameters:
9535   - "latency"
9536   - "parent"
9537   traces:
9538     boxmean: False
9539   layout:
9540     title: ""  # No title
9541     layout: "plot-latency"
9542
9543 ################################################################################
9544
9545 # Packet Latency - VPP Container Memif 3n-hsw-x520
9546 -
9547   type: "plot"
9548   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9549   algorithm: "plot_latency_box"
9550   output-file-type: ".html"
9551   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9552   data: "plot-ligato-throughput-latency-3n-hsw"
9553   filter: "'NIC_Intel-X520-DA2' and
9554            '64B' and
9555            ('BASE' or 'SCALE') and
9556            'NDRPDR' and
9557            '1T1C' and
9558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9559            not 'VHOST' and
9560            'MEMIF'"
9561   parameters:
9562   - "latency"
9563   - "parent"
9564   traces:
9565     boxmean: False
9566   layout:
9567     title: ""  # No title
9568     layout: "plot-latency"
9569
9570 -
9571   type: "plot"
9572   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9573   algorithm: "plot_latency_box"
9574   output-file-type: ".html"
9575   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9576   data: "plot-ligato-throughput-latency-3n-hsw"
9577   filter: "'NIC_Intel-X520-DA2' and
9578            '64B' and
9579            ('BASE' or 'SCALE') and
9580            'NDRPDR' and
9581            '2T2C' and
9582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9583            not 'VHOST' and
9584            'MEMIF'"
9585   parameters:
9586   - "latency"
9587   - "parent"
9588   traces:
9589     boxmean: False
9590   layout:
9591     title: ""  # No title
9592     layout: "plot-latency"
9593
9594 # Packet Latency - VPP Container Memif 3n-hsw-x710
9595 -
9596   type: "plot"
9597   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9598   algorithm: "plot_latency_box"
9599   output-file-type: ".html"
9600   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9601   data: "plot-ligato-throughput-latency-3n-hsw"
9602   filter: "'NIC_Intel-X710' and
9603            '64B' and
9604            ('BASE' or 'SCALE') and
9605            'NDRPDR' and
9606            '1T1C' and
9607            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9608            not 'VHOST' and
9609            'MEMIF'"
9610   parameters:
9611   - "latency"
9612   - "parent"
9613   traces:
9614     boxmean: False
9615   layout:
9616     title: ""  # No title
9617     layout: "plot-latency"
9618
9619 -
9620   type: "plot"
9621   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9622   algorithm: "plot_latency_box"
9623   output-file-type: ".html"
9624   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9625   data: "plot-ligato-throughput-latency-3n-hsw"
9626   filter: "'NIC_Intel-X710' and
9627            '64B' and
9628            ('BASE' or 'SCALE') and
9629            'NDRPDR' and
9630            '2T2C' and
9631            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9632            not 'VHOST' and
9633            'MEMIF'"
9634   parameters:
9635   - "latency"
9636   - "parent"
9637   traces:
9638     boxmean: False
9639   layout:
9640     title: ""  # No title
9641     layout: "plot-latency"
9642
9643 ################################################################################
9644
9645 # Packet Latency - VPP IPv4 3n-hsw-x520
9646 -
9647   type: "plot"
9648   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9649   algorithm: "plot_latency_box"
9650   output-file-type: ".html"
9651   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9652   data: "plot-vpp-throughput-latency-3n-hsw"
9653   filter: "'NIC_Intel-X520-DA2' and
9654            '64B' and
9655            ('BASE' or 'SCALE') and
9656            'NDRPDR' and
9657            '1T1C' and
9658            'IP4FWD' and
9659            not 'IPSEC' and
9660            not 'VHOST'"
9661   parameters:
9662   - "latency"
9663   - "parent"
9664   traces:
9665     boxmean: False
9666   layout:
9667     title: ""  # No title
9668     layout: "plot-latency"
9669
9670 -
9671   type: "plot"
9672   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9673   algorithm: "plot_latency_box"
9674   output-file-type: ".html"
9675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9676   data: "plot-vpp-throughput-latency-3n-hsw"
9677   filter: "'NIC_Intel-X520-DA2' and
9678            '64B' and
9679            ('BASE' or 'SCALE') and
9680            'NDRPDR' and
9681            '2T2C' and
9682            'IP4FWD' and
9683            not 'IPSEC' and
9684            not 'VHOST'"
9685   parameters:
9686   - "latency"
9687   - "parent"
9688   traces:
9689     boxmean: False
9690   layout:
9691     title: ""  # No title
9692     layout: "plot-latency"
9693
9694 -
9695   type: "plot"
9696   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9697   algorithm: "plot_latency_box"
9698   output-file-type: ".html"
9699   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9700   data: "plot-vpp-throughput-latency-3n-hsw"
9701   filter: "'NIC_Intel-X520-DA2' and
9702            '64B' and
9703            'FEATURE' and
9704            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9705            'NDRPDR' and
9706            '1T1C' and
9707            'IP4FWD' and
9708            not 'IPSEC' and
9709            not 'VHOST'"
9710   parameters:
9711   - "latency"
9712   - "parent"
9713   traces:
9714     boxmean: False
9715   layout:
9716     title: ""  # No title
9717     layout: "plot-latency"
9718
9719 -
9720   type: "plot"
9721   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9722   algorithm: "plot_latency_box"
9723   output-file-type: ".html"
9724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9725   data: "plot-vpp-throughput-latency-3n-hsw"
9726   filter: "'NIC_Intel-X520-DA2' and
9727            '64B' and
9728            'FEATURE' and
9729            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9730            'NDRPDR' and
9731            '2T2C' and
9732            'IP4FWD' and
9733            not 'IPSEC' and
9734            not 'VHOST'"
9735   parameters:
9736   - "latency"
9737   - "parent"
9738   traces:
9739     boxmean: False
9740   layout:
9741     title: ""  # No title
9742     layout: "plot-latency"
9743
9744 # Packet Latency - VPP IPv4 3n-hsw-x710
9745 -
9746   type: "plot"
9747   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9748   algorithm: "plot_latency_box"
9749   output-file-type: ".html"
9750   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9751   data: "plot-vpp-throughput-latency-3n-hsw"
9752   filter: "'NIC_Intel-X710' and
9753            '64B' and
9754            ('BASE' or 'SCALE') and
9755            'NDRPDR' and
9756            '1T1C' and
9757            'IP4FWD' and
9758            not 'IPSEC' and
9759            not 'VHOST'"
9760   parameters:
9761   - "latency"
9762   - "parent"
9763   traces:
9764     boxmean: False
9765   layout:
9766     title: ""  # No title
9767     layout: "plot-latency"
9768
9769 -
9770   type: "plot"
9771   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9772   algorithm: "plot_latency_box"
9773   output-file-type: ".html"
9774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9775   data: "plot-vpp-throughput-latency-3n-hsw"
9776   filter: "'NIC_Intel-X710' and
9777            '64B' and
9778            ('BASE' or 'SCALE') and
9779            'NDRPDR' and
9780            '2T2C' and
9781            'IP4FWD' and
9782            not 'IPSEC' and
9783            not 'VHOST'"
9784   parameters:
9785   - "latency"
9786   - "parent"
9787   traces:
9788     boxmean: False
9789   layout:
9790     title: ""  # No title
9791     layout: "plot-latency"
9792
9793 -
9794   type: "plot"
9795   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9796   algorithm: "plot_latency_box"
9797   output-file-type: ".html"
9798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9799   data: "plot-vpp-throughput-latency-3n-hsw"
9800   filter: "'NIC_Intel-X710' and
9801            '64B' and
9802            'FEATURE' and
9803            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9804            'NDRPDR' and
9805            '1T1C' and
9806            'IP4FWD' and
9807            not 'IPSEC' and
9808            not 'VHOST'"
9809   parameters:
9810   - "latency"
9811   - "parent"
9812   traces:
9813     boxmean: False
9814   layout:
9815     title: ""  # No title
9816     layout: "plot-latency"
9817
9818 -
9819   type: "plot"
9820   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9821   algorithm: "plot_latency_box"
9822   output-file-type: ".html"
9823   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9824   data: "plot-vpp-throughput-latency-3n-hsw"
9825   filter: "'NIC_Intel-X710' and
9826            '64B' and
9827            'FEATURE' and
9828            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9829            'NDRPDR' and
9830            '2T2C' and
9831            'IP4FWD' and
9832            not 'IPSEC' and
9833            not 'VHOST'"
9834   parameters:
9835   - "latency"
9836   - "parent"
9837   traces:
9838     boxmean: False
9839   layout:
9840     title: ""  # No title
9841     layout: "plot-latency"
9842
9843 # Packet Latency - VPP IPv4 3n-hsw-xl710
9844 -
9845   type: "plot"
9846   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9847   algorithm: "plot_latency_box"
9848   output-file-type: ".html"
9849   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9850   data: "plot-vpp-throughput-latency-3n-hsw"
9851   filter: "'NIC_Intel-XL710' and
9852            '64B' and
9853            ('BASE' or 'SCALE') and
9854            'NDRPDR' and
9855            '1T1C' and
9856            'IP4FWD' and
9857            not 'IPSEC' and
9858            not 'VHOST'"
9859   parameters:
9860   - "latency"
9861   - "parent"
9862   traces:
9863     boxmean: False
9864   layout:
9865     title: ""  # No title
9866     layout: "plot-latency"
9867
9868 -
9869   type: "plot"
9870   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9871   algorithm: "plot_latency_box"
9872   output-file-type: ".html"
9873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9874   data: "plot-vpp-throughput-latency-3n-hsw"
9875   filter: "'NIC_Intel-XL710' and
9876            '64B' and
9877            ('BASE' or 'SCALE') and
9878            'NDRPDR' and
9879            '2T2C' and
9880            'IP4FWD' and
9881            not 'IPSEC' and
9882            not 'VHOST'"
9883   parameters:
9884   - "latency"
9885   - "parent"
9886   traces:
9887     boxmean: False
9888   layout:
9889     title: ""  # No title
9890     layout: "plot-latency"
9891
9892 # Packet Latency - VPP IPv4 3n-skx-x710
9893 -
9894   type: "plot"
9895   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9896   algorithm: "plot_latency_box"
9897   output-file-type: ".html"
9898   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9899   data: "plot-vpp-throughput-latency-3n-skx"
9900   filter: "'NIC_Intel-X710' and
9901            '64B' and
9902            ('BASE' or 'SCALE') and
9903            'NDRPDR' and
9904            '2T1C' and
9905            'IP4FWD' and
9906            not 'IPSEC' and
9907            not 'VHOST'"
9908   parameters:
9909   - "latency"
9910   - "parent"
9911   traces:
9912     boxmean: False
9913   layout:
9914     title: ""  # No title
9915     layout: "plot-latency"
9916
9917 -
9918   type: "plot"
9919   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9920   algorithm: "plot_latency_box"
9921   output-file-type: ".html"
9922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9923   data: "plot-vpp-throughput-latency-3n-skx"
9924   filter: "'NIC_Intel-X710' and
9925            '64B' and
9926            ('BASE' or 'SCALE') and
9927            'NDRPDR' and
9928            '4T2C' and
9929            'IP4FWD' and
9930            not 'IPSEC' and
9931            not 'VHOST'"
9932   parameters:
9933   - "latency"
9934   - "parent"
9935   traces:
9936     boxmean: False
9937   layout:
9938     title: ""  # No title
9939     layout: "plot-latency"
9940
9941 -
9942   type: "plot"
9943   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9944   algorithm: "plot_latency_box"
9945   output-file-type: ".html"
9946   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9947   data: "plot-vpp-throughput-latency-3n-skx"
9948   filter: "'NIC_Intel-X710' and
9949            '64B' and
9950            'FEATURE' and
9951            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9952            'NDRPDR' and
9953            '2T1C' and
9954            'IP4FWD' and
9955            not 'IPSEC' and
9956            not 'VHOST'"
9957   parameters:
9958   - "latency"
9959   - "parent"
9960   traces:
9961     boxmean: False
9962   layout:
9963     title: ""  # No title
9964     layout: "plot-latency"
9965
9966 -
9967   type: "plot"
9968   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9969   algorithm: "plot_latency_box"
9970   output-file-type: ".html"
9971   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9972   data: "plot-vpp-throughput-latency-3n-skx"
9973   filter: "'NIC_Intel-X710' and
9974            '64B' and
9975            'FEATURE' and
9976            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9977            'NDRPDR' and
9978            '4T2C' and
9979            'IP4FWD' and
9980            not 'IPSEC' and
9981            not 'VHOST'"
9982   parameters:
9983   - "latency"
9984   - "parent"
9985   traces:
9986     boxmean: False
9987   layout:
9988     title: ""  # No title
9989     layout: "plot-latency"
9990
9991 # Packet Latency - VPP IPv4 2n-skx-x710
9992 -
9993   type: "plot"
9994   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9995   algorithm: "plot_latency_box"
9996   output-file-type: ".html"
9997   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9998   data: "plot-vpp-throughput-latency-2n-skx"
9999   filter: "'NIC_Intel-X710' and
10000            '64B' and
10001            ('BASE' or 'SCALE') and
10002            'NDRPDR' and
10003            '2T1C' and
10004            'IP4FWD' and
10005            not 'IPSEC' and
10006            not 'VHOST'"
10007   parameters:
10008   - "latency"
10009   - "parent"
10010   traces:
10011     boxmean: False
10012   layout:
10013     title: ""  # No title
10014     layout: "plot-latency"
10015
10016 -
10017   type: "plot"
10018   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10019   algorithm: "plot_latency_box"
10020   output-file-type: ".html"
10021   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10022   data: "plot-vpp-throughput-latency-2n-skx"
10023   filter: "'NIC_Intel-X710' and
10024            '64B' and
10025            ('BASE' or 'SCALE') and
10026            'NDRPDR' and
10027            '4T2C' and
10028            'IP4FWD' and
10029            not 'IPSEC' and
10030            not 'VHOST'"
10031   parameters:
10032   - "latency"
10033   - "parent"
10034   traces:
10035     boxmean: False
10036   layout:
10037     title: ""  # No title
10038     layout: "plot-latency"
10039
10040 # Packet Latency - VPP IPv4 2n-skx-xxv710
10041 -
10042   type: "plot"
10043   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10044   algorithm: "plot_latency_box"
10045   output-file-type: ".html"
10046   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10047   data: "plot-vpp-throughput-latency-2n-skx"
10048   filter: "'NIC_Intel-XXV710' and
10049            '64B' and
10050            ('BASE' or 'SCALE') and
10051            'NDRPDR' and
10052            '2T1C' and
10053            'IP4FWD' and
10054            not 'IPSEC' and
10055            not 'VHOST'"
10056   parameters:
10057   - "latency"
10058   - "parent"
10059   traces:
10060     boxmean: False
10061   layout:
10062     title: ""  # No title
10063     layout: "plot-latency"
10064
10065 -
10066   type: "plot"
10067   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10068   algorithm: "plot_latency_box"
10069   output-file-type: ".html"
10070   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10071   data: "plot-vpp-throughput-latency-2n-skx"
10072   filter: "'NIC_Intel-XXV710' and
10073            '64B' and
10074            ('BASE' or 'SCALE') and
10075            'NDRPDR' and
10076            '4T2C' and
10077            'IP4FWD' and
10078            not 'IPSEC' and
10079            not 'VHOST'"
10080   parameters:
10081   - "latency"
10082   - "parent"
10083   traces:
10084     boxmean: False
10085   layout:
10086     title: ""  # No title
10087     layout: "plot-latency"
10088
10089 ################################################################################
10090
10091 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
10092 -
10093   type: "plot"
10094   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10095   algorithm: "plot_latency_box"
10096   output-file-type: ".html"
10097   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10098   data: "plot-vpp-throughput-latency-3n-hsw"
10099   filter: "'NIC_Intel-X520-DA2' and
10100            '64B' and
10101            'ENCAP' and
10102            'NDRPDR' and
10103            '1T1C' and
10104            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10105            not 'VHOST' and
10106            not 'IPSECHW'"
10107   parameters:
10108   - "latency"
10109   - "parent"
10110   traces:
10111     boxmean: False
10112   layout:
10113     title: ""  # No title
10114     layout: "plot-latency"
10115
10116 -
10117   type: "plot"
10118   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10119   algorithm: "plot_latency_box"
10120   output-file-type: ".html"
10121   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10122   data: "plot-vpp-throughput-latency-3n-hsw"
10123   filter: "'NIC_Intel-X520-DA2' and
10124            '64B' and
10125            'ENCAP' and
10126            'NDRPDR' and
10127            '2T2C' and
10128            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10129            not 'VHOST' and
10130            not 'IPSECHW'"
10131   parameters:
10132   - "latency"
10133   - "parent"
10134   traces:
10135     boxmean: False
10136   layout:
10137     title: ""  # No title
10138     layout: "plot-latency"
10139
10140 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10141 -
10142   type: "plot"
10143   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10144   algorithm: "plot_latency_box"
10145   output-file-type: ".html"
10146   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10147   data: "plot-vpp-throughput-latency-3n-hsw"
10148   filter: "'NIC_Intel-X710' and
10149            '64B' and
10150            'ENCAP' and
10151            'NDRPDR' and
10152            '1T1C' and
10153            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10154            not 'VHOST' and
10155            not 'IPSECHW'"
10156   parameters:
10157   - "latency"
10158   - "parent"
10159   traces:
10160     boxmean: False
10161   layout:
10162     title: ""  # No title
10163     layout: "plot-latency"
10164
10165 -
10166   type: "plot"
10167   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10168   algorithm: "plot_latency_box"
10169   output-file-type: ".html"
10170   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10171   data: "plot-vpp-throughput-latency-3n-hsw"
10172   filter: "'NIC_Intel-X710' and
10173            '64B' and
10174            'ENCAP' and
10175            'NDRPDR' and
10176            '2T2C' and
10177            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10178            not 'VHOST' and
10179            not 'IPSECHW'"
10180   parameters:
10181   - "latency"
10182   - "parent"
10183   traces:
10184     boxmean: False
10185   layout:
10186     title: ""  # No title
10187     layout: "plot-latency"
10188
10189 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10190 -
10191   type: "plot"
10192   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10193   algorithm: "plot_latency_box"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10196   data: "plot-vpp-throughput-latency-3n-skx"
10197   filter: "'NIC_Intel-X710' and
10198            '64B' and
10199            'ENCAP' and
10200            'NDRPDR' and
10201            '2T1C' and
10202            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10203            not 'VHOST' and
10204            not 'IPSECHW'"
10205   parameters:
10206   - "latency"
10207   - "parent"
10208   traces:
10209     boxmean: False
10210   layout:
10211     title: ""  # No title
10212     layout: "plot-latency"
10213
10214 -
10215   type: "plot"
10216   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10217   algorithm: "plot_latency_box"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10220   data: "plot-vpp-throughput-latency-3n-skx"
10221   filter: "'NIC_Intel-X710' and
10222            '64B' and
10223            'ENCAP' and
10224            'NDRPDR' and
10225            '4T2C' and
10226            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10227            not 'VHOST' and
10228            not 'IPSECHW'"
10229   parameters:
10230   - "latency"
10231   - "parent"
10232   traces:
10233     boxmean: False
10234   layout:
10235     title: ""  # No title
10236     layout: "plot-latency"
10237
10238 ################################################################################
10239
10240 # Packet Latency - VPP IPv6 3n-hsw-x520
10241 -
10242   type: "plot"
10243   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10244   algorithm: "plot_latency_box"
10245   output-file-type: ".html"
10246   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10247   data: "plot-vpp-throughput-latency-3n-hsw"
10248   filter: "'NIC_Intel-X520-DA2' and
10249            '78B' and
10250            ('BASE' or 'SCALE') and
10251            'NDRPDR' and
10252            '1T1C' and
10253            'IP6FWD' and
10254            not 'SRv6' and
10255            not 'IPSEC' and
10256            not 'VHOST'"
10257   parameters:
10258   - "latency"
10259   - "parent"
10260   traces:
10261     boxmean: False
10262   layout:
10263     title: ""  # No title
10264     layout: "plot-latency"
10265
10266 -
10267   type: "plot"
10268   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10269   algorithm: "plot_latency_box"
10270   output-file-type: ".html"
10271   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10272   data: "plot-vpp-throughput-latency-3n-hsw"
10273   filter: "'NIC_Intel-X520-DA2' and
10274            '78B' and
10275            ('BASE' or 'SCALE') and
10276            'NDRPDR' and
10277            '2T2C' and
10278            'IP6FWD' and
10279            not 'SRv6' and
10280            not 'IPSEC' and
10281            not 'VHOST'"
10282   parameters:
10283   - "latency"
10284   - "parent"
10285   traces:
10286     boxmean: False
10287   layout:
10288     title: ""  # No title
10289     layout: "plot-latency"
10290
10291 # Packet Latency - VPP IPv6 3n-hsw-x710
10292 -
10293   type: "plot"
10294   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10295   algorithm: "plot_latency_box"
10296   output-file-type: ".html"
10297   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10298   data: "plot-vpp-throughput-latency-3n-hsw"
10299   filter: "'NIC_Intel-X710' and
10300            '78B' and
10301            ('BASE' or 'SCALE') and
10302            'NDRPDR' and
10303            '1T1C' and
10304            'IP6FWD' and
10305            not 'SRv6' and
10306            not 'IPSEC' and
10307            not 'VHOST'"
10308   parameters:
10309   - "latency"
10310   - "parent"
10311   traces:
10312     boxmean: False
10313   layout:
10314     title: ""  # No title
10315     layout: "plot-latency"
10316
10317 -
10318   type: "plot"
10319   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10320   algorithm: "plot_latency_box"
10321   output-file-type: ".html"
10322   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10323   data: "plot-vpp-throughput-latency-3n-hsw"
10324   filter: "'NIC_Intel-X710' and
10325            '78B' and
10326            ('BASE' or 'SCALE') and
10327            'NDRPDR' and
10328            '2T2C' and
10329            'IP6FWD' and
10330            not 'SRv6' and
10331            not 'IPSEC' and
10332            not 'VHOST'"
10333   parameters:
10334   - "latency"
10335   - "parent"
10336   traces:
10337     boxmean: False
10338   layout:
10339     title: ""  # No title
10340     layout: "plot-latency"
10341
10342 # Packet Latency - VPP IPv6 3n-hsw-xl710
10343 -
10344   type: "plot"
10345   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10346   algorithm: "plot_latency_box"
10347   output-file-type: ".html"
10348   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10349   data: "plot-vpp-throughput-latency-3n-hsw"
10350   filter: "'NIC_Intel-XL710' and
10351            '78B' and
10352            ('BASE' or 'SCALE') and
10353            'NDRPDR' and
10354            '1T1C' and
10355            'IP6FWD' and
10356            not 'SRv6' and
10357            not 'IPSEC' and
10358            not 'VHOST'"
10359   parameters:
10360   - "latency"
10361   - "parent"
10362   traces:
10363     boxmean: False
10364   layout:
10365     title: ""  # No title
10366     layout: "plot-latency"
10367
10368 -
10369   type: "plot"
10370   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10371   algorithm: "plot_latency_box"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10374   data: "plot-vpp-throughput-latency-3n-hsw"
10375   filter: "'NIC_Intel-XL710' and
10376            '78B' and
10377            ('BASE' or 'SCALE') and
10378            'NDRPDR' and
10379            '2T2C' and
10380            'IP6FWD' and
10381            not 'SRv6' and
10382            not 'IPSEC' and
10383            not 'VHOST'"
10384   parameters:
10385   - "latency"
10386   - "parent"
10387   traces:
10388     boxmean: False
10389   layout:
10390     title: ""  # No title
10391     layout: "plot-latency"
10392
10393 # Packet Latency - VPP IPv6 3n-skx-x710
10394 -
10395   type: "plot"
10396   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10397   algorithm: "plot_latency_box"
10398   output-file-type: ".html"
10399   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10400   data: "plot-vpp-throughput-latency-3n-skx"
10401   filter: "'NIC_Intel-X710' and
10402            '78B' and
10403            ('BASE' or 'SCALE') and
10404            'NDRPDR' and
10405            '2T1C' and
10406            'IP6FWD' and
10407            not 'SRv6' and
10408            not 'IPSEC' and
10409            not 'VHOST'"
10410   parameters:
10411   - "latency"
10412   - "parent"
10413   traces:
10414     boxmean: False
10415   layout:
10416     title: ""  # No title
10417     layout: "plot-latency"
10418
10419 -
10420   type: "plot"
10421   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10422   algorithm: "plot_latency_box"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10425   data: "plot-vpp-throughput-latency-3n-skx"
10426   filter: "'NIC_Intel-X710' and
10427            '78B' and
10428            ('BASE' or 'SCALE') and
10429            'NDRPDR' and
10430            '4T2C' and
10431            'IP6FWD' and
10432            not 'SRv6' and
10433            not 'IPSEC' and
10434            not 'VHOST'"
10435   parameters:
10436   - "latency"
10437   - "parent"
10438   traces:
10439     boxmean: False
10440   layout:
10441     title: ""  # No title
10442     layout: "plot-latency"
10443
10444 # Packet Latency - VPP IPv6 2n-skx-x710
10445 -
10446   type: "plot"
10447   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10448   algorithm: "plot_latency_box"
10449   output-file-type: ".html"
10450   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10451   data: "plot-vpp-throughput-latency-2n-skx"
10452   filter: "'NIC_Intel-X710' and
10453            '78B' and
10454            ('BASE' or 'SCALE') and
10455            'NDRPDR' and
10456            '2T1C' and
10457            'IP6FWD' and
10458            not 'SRv6' and
10459            not 'IPSEC' and
10460            not 'VHOST'"
10461   parameters:
10462   - "latency"
10463   - "parent"
10464   traces:
10465     boxmean: False
10466   layout:
10467     title: ""  # No title
10468     layout: "plot-latency"
10469
10470 -
10471   type: "plot"
10472   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10473   algorithm: "plot_latency_box"
10474   output-file-type: ".html"
10475   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10476   data: "plot-vpp-throughput-latency-2n-skx"
10477   filter: "'NIC_Intel-X710' and
10478            '78B' and
10479            ('BASE' or 'SCALE') and
10480            'NDRPDR' and
10481            '4T2C' and
10482            'IP6FWD' and
10483            not 'SRv6' and
10484            not 'IPSEC' and
10485            not 'VHOST'"
10486   parameters:
10487   - "latency"
10488   - "parent"
10489   traces:
10490     boxmean: False
10491   layout:
10492     title: ""  # No title
10493     layout: "plot-latency"
10494
10495 # Packet Latency - VPP IPv6 2n-skx-xxv710
10496 -
10497   type: "plot"
10498   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10499   algorithm: "plot_latency_box"
10500   output-file-type: ".html"
10501   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10502   data: "plot-vpp-throughput-latency-2n-skx"
10503   filter: "'NIC_Intel-XXV710' and
10504            '78B' and
10505            ('BASE' or 'SCALE') and
10506            'NDRPDR' and
10507            '2T1C' and
10508            'IP6FWD' and
10509            not 'SRv6' and
10510            not 'IPSEC' and
10511            not 'VHOST'"
10512   parameters:
10513   - "latency"
10514   - "parent"
10515   traces:
10516     boxmean: False
10517   layout:
10518     title: ""  # No title
10519     layout: "plot-latency"
10520
10521 -
10522   type: "plot"
10523   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10524   algorithm: "plot_latency_box"
10525   output-file-type: ".html"
10526   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10527   data: "plot-vpp-throughput-latency-2n-skx"
10528   filter: "'NIC_Intel-XXV710' and
10529            '78B' and
10530            ('BASE' or 'SCALE') and
10531            'NDRPDR' and
10532            '4T2C' and
10533            'IP6FWD' and
10534            not 'SRv6' and
10535            not 'IPSEC' and
10536            not 'VHOST'"
10537   parameters:
10538   - "latency"
10539   - "parent"
10540   traces:
10541     boxmean: False
10542   layout:
10543     title: ""  # No title
10544     layout: "plot-latency"
10545
10546 ################################################################################
10547
10548 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10549 -
10550   type: "plot"
10551   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10552   algorithm: "plot_latency_box"
10553   output-file-type: ".html"
10554   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10555   data: "plot-vpp-throughput-latency-3n-hsw"
10556   filter: "'NIC_Intel-X520-DA2' and
10557            '78B' and
10558            'ENCAP' and
10559            'NDRPDR' and
10560            '1T1C' and
10561            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10562            not 'VHOST'"
10563   parameters:
10564   - "latency"
10565   - "parent"
10566   traces:
10567     boxmean: False
10568   layout:
10569     title: ""  # No title
10570     layout: "plot-latency"
10571
10572 -
10573   type: "plot"
10574   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10575   algorithm: "plot_latency_box"
10576   output-file-type: ".html"
10577   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10578   data: "plot-vpp-throughput-latency-3n-hsw"
10579   filter: "'NIC_Intel-X520-DA2' and
10580            '78B' and
10581            'ENCAP' and
10582            'NDRPDR' and
10583            '2T2C' and
10584            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10585            not 'VHOST'"
10586   parameters:
10587   - "latency"
10588   - "parent"
10589   traces:
10590     boxmean: False
10591   layout:
10592     title: ""  # No title
10593     layout: "plot-latency"
10594
10595 ################################################################################
10596
10597 # Packet Latency - VPP IPSec 3n-hsw-xl710
10598 -
10599   type: "plot"
10600   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10601   algorithm: "plot_latency_box"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10604   data: "plot-vpp-throughput-latency-3n-hsw"
10605   filter: "'NIC_Intel-XL710' and
10606            '64B' and
10607            'IP4FWD' and
10608            'NDRPDR' and
10609            '1T1C' and
10610            'IPSECHW' and
10611            ('IPSECTRAN' or 'IPSECTUN') and
10612            not 'VHOST'"
10613   parameters:
10614   - "latency"
10615   - "parent"
10616   traces:
10617     boxmean: False
10618   layout:
10619     title: ""  # No title
10620     layout: "plot-latency"
10621
10622 -
10623   type: "plot"
10624   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10625   algorithm: "plot_latency_box"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10628   data: "plot-vpp-throughput-latency-3n-hsw"
10629   filter: "'NIC_Intel-XL710' and
10630            '64B' and
10631            'IP4FWD' and
10632            'NDRPDR' and
10633            '2T2C' and
10634            'IPSECHW' and
10635            ('IPSECTRAN' or 'IPSECTUN') and
10636            not 'VHOST'"
10637   parameters:
10638   - "latency"
10639   - "parent"
10640   traces:
10641     boxmean: False
10642   layout:
10643     title: ""  # No title
10644     layout: "plot-latency"
10645
10646 ################################################################################
10647
10648 # Packet Latency - VPP SRv6 3n-hsw-x520
10649 -
10650   type: "plot"
10651   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10652   algorithm: "plot_latency_box"
10653   output-file-type: ".html"
10654   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10655   data: "plot-vpp-throughput-latency-3n-hsw"
10656   filter: "'NIC_Intel-X520-DA2' and
10657            '78B' and
10658            'FEATURE' and
10659            'NDRPDR' and
10660            '1T1C' and
10661            'IP6FWD' and
10662            'SRv6'"
10663   parameters:
10664   - "latency"
10665   - "parent"
10666   traces:
10667     boxmean: False
10668   layout:
10669     title: ""  # No title
10670     layout: "plot-latency"
10671
10672 -
10673   type: "plot"
10674   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10675   algorithm: "plot_latency_box"
10676   output-file-type: ".html"
10677   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10678   data: "plot-vpp-throughput-latency-3n-hsw"
10679   filter: "'NIC_Intel-X520-DA2' and
10680            '78B' and
10681            'FEATURE' and
10682            'NDRPDR' and
10683            '2T2C' and
10684            'IP6FWD' and
10685            'SRv6'"
10686   parameters:
10687   - "latency"
10688   - "parent"
10689   traces:
10690     boxmean: False
10691   layout:
10692     title: ""  # No title
10693     layout: "plot-latency"
10694
10695 ################################################################################
10696
10697 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10698 -
10699   type: "plot"
10700   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10701   algorithm: "plot_latency_box"
10702   output-file-type: ".html"
10703   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10704   data: "plot-vpp-throughput-latency-3n-hsw"
10705   filter: "'NIC_Intel-X520-DA2' and
10706            '64B' and
10707            'NDRPDR' and
10708            '1T1C' and
10709            'VHOST' and
10710            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10711   parameters:
10712   - "latency"
10713   - "parent"
10714   traces:
10715     boxmean: False
10716   layout:
10717     title: ""  # No title
10718     layout: "plot-latency"
10719
10720 -
10721   type: "plot"
10722   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10723   algorithm: "plot_latency_box"
10724   output-file-type: ".html"
10725   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10726   data: "plot-vpp-throughput-latency-3n-hsw"
10727   filter: "'NIC_Intel-X520-DA2' and
10728            '64B' and
10729            'NDRPDR' and
10730            '2T2C' and
10731            'VHOST' and
10732            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10733   parameters:
10734   - "latency"
10735   - "parent"
10736   traces:
10737     boxmean: False
10738   layout:
10739     title: ""  # No title
10740     layout: "plot-latency"
10741
10742 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
10743 -
10744   type: "plot"
10745   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10746   algorithm: "plot_latency_box"
10747   output-file-type: ".html"
10748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10749   data: "plot-vpp-throughput-latency-3n-hsw"
10750   filter: "'NIC_Intel-X520-DA2' and
10751            '64B' and
10752            'NDRPDR' and
10753            '1T1C' and
10754            'VHOST' and
10755            not 'VXLAN' and
10756            not 'IP4FWD' and
10757            not 'DOT1Q' and
10758            not '2VM'"
10759   parameters:
10760   - "latency"
10761   - "parent"
10762   traces:
10763     boxmean: False
10764   layout:
10765     title: ""  # No title
10766     layout: "plot-latency"
10767
10768 -
10769   type: "plot"
10770   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10771   algorithm: "plot_latency_box"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10774   data: "plot-vpp-throughput-latency-3n-hsw"
10775   filter: "'NIC_Intel-X520-DA2' and
10776            '64B' and
10777            'NDRPDR' and
10778            '2T2C' and
10779            'VHOST' and
10780            not 'VXLAN' and
10781            not 'IP4FWD' and
10782            not 'DOT1Q' and
10783            not '2VM'"
10784   parameters:
10785   - "latency"
10786   - "parent"
10787   traces:
10788     boxmean: False
10789   layout:
10790     title: ""  # No title
10791     layout: "plot-latency"
10792
10793 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10794 -
10795   type: "plot"
10796   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10797   algorithm: "plot_latency_box"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10800   data: "plot-vpp-throughput-latency-3n-hsw"
10801   filter: "'NIC_Intel-X710' and
10802            '64B' and
10803            'NDRPDR' and
10804            '1T1C' and
10805            'VHOST' and
10806            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10807   parameters:
10808   - "latency"
10809   - "parent"
10810   traces:
10811     boxmean: False
10812   layout:
10813     title: ""  # No title
10814     layout: "plot-latency"
10815
10816 -
10817   type: "plot"
10818   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10819   algorithm: "plot_latency_box"
10820   output-file-type: ".html"
10821   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10822   data: "plot-vpp-throughput-latency-3n-hsw"
10823   filter: "'NIC_Intel-X710' and
10824            '64B' and
10825            'NDRPDR' and
10826            '2T2C' and
10827            'VHOST' and
10828            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10829   parameters:
10830   - "latency"
10831   - "parent"
10832   traces:
10833     boxmean: False
10834   layout:
10835     title: ""  # No title
10836     layout: "plot-latency"
10837
10838 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10839 -
10840   type: "plot"
10841   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10842   algorithm: "plot_latency_box"
10843   output-file-type: ".html"
10844   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10845   data: "plot-vpp-throughput-latency-3n-hsw"
10846   filter: "'NIC_Intel-X710' and
10847            '64B' and
10848            'NDRPDR' and
10849            '1T1C' and
10850            'VHOST' and
10851            not 'VXLAN' and
10852            not 'IP4FWD' and
10853            not 'DOT1Q' and
10854            not '2VM'"
10855   parameters:
10856   - "latency"
10857   - "parent"
10858   traces:
10859     boxmean: False
10860   layout:
10861     title: ""  # No title
10862     layout: "plot-latency"
10863
10864 -
10865   type: "plot"
10866   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10867   algorithm: "plot_latency_box"
10868   output-file-type: ".html"
10869   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10870   data: "plot-vpp-throughput-latency-3n-hsw"
10871   filter: "'NIC_Intel-X710' and
10872            '64B' and
10873            'NDRPDR' and
10874            '2T2C' and
10875            'VHOST' and
10876            not 'VXLAN' and
10877            not 'IP4FWD' and
10878            not 'DOT1Q' and
10879            not '2VM'"
10880   parameters:
10881   - "latency"
10882   - "parent"
10883   traces:
10884     boxmean: False
10885   layout:
10886     title: ""  # No title
10887     layout: "plot-latency"
10888
10889 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10890 -
10891   type: "plot"
10892   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10893   algorithm: "plot_latency_box"
10894   output-file-type: ".html"
10895   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10896   data: "plot-vpp-throughput-latency-3n-hsw"
10897   filter: "'NIC_Intel-XL710' and
10898            '64B' and
10899            'NDRPDR' and
10900            '1T1C' and
10901            'VHOST' and
10902            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10903   parameters:
10904   - "latency"
10905   - "parent"
10906   traces:
10907     boxmean: False
10908   layout:
10909     title: ""  # No title
10910     layout: "plot-latency"
10911
10912 -
10913   type: "plot"
10914   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10915   algorithm: "plot_latency_box"
10916   output-file-type: ".html"
10917   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10918   data: "plot-vpp-throughput-latency-3n-hsw"
10919   filter: "'NIC_Intel-XL710' and
10920            '64B' and
10921            'NDRPDR' and
10922            '2T2C' and
10923            'VHOST' and
10924            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10925   parameters:
10926   - "latency"
10927   - "parent"
10928   traces:
10929     boxmean: False
10930   layout:
10931     title: ""  # No title
10932     layout: "plot-latency"
10933
10934 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10935 -
10936   type: "plot"
10937   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10938   algorithm: "plot_latency_box"
10939   output-file-type: ".html"
10940   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10941   data: "plot-vpp-throughput-latency-3n-hsw"
10942   filter: "'NIC_Intel-XL710' and
10943            '64B' and
10944            'NDRPDR' and
10945            '1T1C' and
10946            'VHOST' and
10947            not 'VXLAN' and
10948            not 'IP4FWD' and
10949            not 'DOT1Q' and
10950            not '2VM'"
10951   parameters:
10952   - "latency"
10953   - "parent"
10954   traces:
10955     boxmean: False
10956   layout:
10957     title: ""  # No title
10958     layout: "plot-latency"
10959
10960 -
10961   type: "plot"
10962   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10963   algorithm: "plot_latency_box"
10964   output-file-type: ".html"
10965   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10966   data: "plot-vpp-throughput-latency-3n-hsw"
10967   filter: "'NIC_Intel-XL710' and
10968            '64B' and
10969            'NDRPDR' and
10970            '2T2C' and
10971            'VHOST' and
10972            not 'VXLAN' and
10973            not 'IP4FWD' and
10974            not 'DOT1Q' and
10975            not '2VM'"
10976   parameters:
10977   - "latency"
10978   - "parent"
10979   traces:
10980     boxmean: False
10981   layout:
10982     title: ""  # No title
10983     layout: "plot-latency"
10984
10985 ################################################################################
10986
10987 # Packet Latency - VPP VTS 3n-hsw-x520
10988 -
10989   type: "plot"
10990   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10991   algorithm: "plot_latency_box"
10992   output-file-type: ".html"
10993   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10994   data: "plot-vpp-throughput-latency-3n-hsw"
10995   filter: "'NIC_Intel-X520-DA2' and
10996            '114B' and
10997            'NDRPDR' and
10998            '1T1C' and
10999            'VTS'"
11000   parameters:
11001   - "latency"
11002   - "parent"
11003   traces:
11004     boxmean: False
11005   layout:
11006     title: ""  # No title
11007     layout: "plot-latency"
11008
11009 -
11010   type: "plot"
11011   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
11012   algorithm: "plot_latency_box"
11013   output-file-type: ".html"
11014   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
11015   data: "plot-vpp-throughput-latency-3n-hsw"
11016   filter: "'NIC_Intel-X520-DA2' and
11017            '114B' and
11018            'NDRPDR' and
11019            '2T2C' and
11020            'VTS'"
11021   parameters:
11022   - "latency"
11023   - "parent"
11024   traces:
11025     boxmean: False
11026   layout:
11027     title: ""  # No title
11028     layout: "plot-latency"
11029
11030 ################################################################################
11031
11032 # Packet Latency - DPDK l3fwd 3n-hsw-x520
11033 -
11034   type: "plot"
11035   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11036   algorithm: "plot_latency_box"
11037   output-file-type: ".html"
11038   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11039   data: "plot-dpdk-throughput-latency-3n-hsw"
11040   filter: "'NIC_Intel-X520-DA2' and
11041            '64B' and
11042            'BASE' and
11043            'NDRPDR' and
11044            '1T1C' and
11045            'IP4FWD'"
11046   parameters:
11047   - "latency"
11048   - "parent"
11049   traces:
11050     hoverinfo: "x+y"
11051     boxpoints: "outliers"
11052     whiskerwidth: 0
11053   layout:
11054     title: ""  # No title
11055     layout: "plot-latency"
11056
11057 -
11058   type: "plot"
11059   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11060   algorithm: "plot_latency_box"
11061   output-file-type: ".html"
11062   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11063   data: "plot-dpdk-throughput-latency-3n-hsw"
11064   filter: "'NIC_Intel-X520-DA2' and
11065            '64B' and
11066            'BASE' and
11067            'NDRPDR' and
11068            '2T2C' and
11069            'IP4FWD'"
11070   parameters:
11071   - "latency"
11072   - "parent"
11073   traces:
11074     hoverinfo: "x+y"
11075     boxpoints: "outliers"
11076     whiskerwidth: 0
11077   layout:
11078     title: ""  # No title
11079     layout: "plot-latency"
11080
11081 # Packet Latency - DPDK l3fwd 3n-hsw-x710
11082 -
11083   type: "plot"
11084   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11085   algorithm: "plot_latency_box"
11086   output-file-type: ".html"
11087   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11088   data: "plot-dpdk-throughput-latency-3n-hsw"
11089   filter: "'NIC_Intel-X710' and
11090            '64B' and
11091            'BASE' and
11092            'NDRPDR' and
11093            '1T1C' and
11094            'IP4FWD'"
11095   parameters:
11096   - "latency"
11097   - "parent"
11098   traces:
11099     hoverinfo: "x+y"
11100     boxpoints: "outliers"
11101     whiskerwidth: 0
11102   layout:
11103     title: ""  # No title
11104     layout: "plot-latency"
11105
11106 -
11107   type: "plot"
11108   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11109   algorithm: "plot_latency_box"
11110   output-file-type: ".html"
11111   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11112   data: "plot-dpdk-throughput-latency-3n-hsw"
11113   filter: "'NIC_Intel-X710' and
11114            '64B' and
11115            'BASE' and
11116            'NDRPDR' and
11117            '2T2C' and
11118            'IP4FWD'"
11119   parameters:
11120   - "latency"
11121   - "parent"
11122   traces:
11123     hoverinfo: "x+y"
11124     boxpoints: "outliers"
11125     whiskerwidth: 0
11126   layout:
11127     title: ""  # No title
11128     layout: "plot-latency"
11129
11130 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
11131 -
11132   type: "plot"
11133   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11134   algorithm: "plot_latency_box"
11135   output-file-type: ".html"
11136   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11137   data: "plot-dpdk-throughput-latency-3n-hsw"
11138   filter: "'NIC_Intel-XL710' and
11139            '64B' and
11140            'BASE' and
11141            'NDRPDR' and
11142            '1T1C' and
11143            'IP4FWD'"
11144   parameters:
11145   - "latency"
11146   - "parent"
11147   traces:
11148     hoverinfo: "x+y"
11149     boxpoints: "outliers"
11150     whiskerwidth: 0
11151   layout:
11152     title: ""  # No title
11153     layout: "plot-latency"
11154
11155 -
11156   type: "plot"
11157   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11158   algorithm: "plot_latency_box"
11159   output-file-type: ".html"
11160   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11161   data: "plot-dpdk-throughput-latency-3n-hsw"
11162   filter: "'NIC_Intel-XL710' and
11163            '64B' and
11164            'BASE' and
11165            'NDRPDR' and
11166            '2T2C' and
11167            'IP4FWD'"
11168   parameters:
11169   - "latency"
11170   - "parent"
11171   traces:
11172     hoverinfo: "x+y"
11173     boxpoints: "outliers"
11174     whiskerwidth: 0
11175   layout:
11176     title: ""  # No title
11177     layout: "plot-latency"
11178
11179 # Packet Latency - DPDK l3fwd 3n-skx-x710
11180 -
11181   type: "plot"
11182   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11183   algorithm: "plot_latency_box"
11184   output-file-type: ".html"
11185   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11186   data: "plot-dpdk-throughput-latency-3n-skx"
11187   filter: "'NIC_Intel-X710' and
11188            '64B' and
11189            'BASE' and
11190            'NDRPDR' and
11191            '2T1C' and
11192            'IP4FWD'"
11193   parameters:
11194   - "latency"
11195   - "parent"
11196   traces:
11197     hoverinfo: "x+y"
11198     boxpoints: "outliers"
11199     whiskerwidth: 0
11200   layout:
11201     title: ""  # No title
11202     layout: "plot-latency"
11203
11204 -
11205   type: "plot"
11206   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11207   algorithm: "plot_latency_box"
11208   output-file-type: ".html"
11209   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11210   data: "plot-dpdk-throughput-latency-3n-skx"
11211   filter: "'NIC_Intel-X710' and
11212            '64B' and
11213            'BASE' and
11214            'NDRPDR' and
11215            '4T2C' and
11216            'IP4FWD'"
11217   parameters:
11218   - "latency"
11219   - "parent"
11220   traces:
11221     hoverinfo: "x+y"
11222     boxpoints: "outliers"
11223     whiskerwidth: 0
11224   layout:
11225     title: ""  # No title
11226     layout: "plot-latency"
11227
11228 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11229 -
11230   type: "plot"
11231   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11232   algorithm: "plot_latency_box"
11233   output-file-type: ".html"
11234   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11235   data: "plot-dpdk-throughput-latency-3n-skx"
11236   filter: "'NIC_Intel-XXV710' and
11237            '64B' and
11238            'BASE' and
11239            'NDRPDR' and
11240            '2T1C' and
11241            'IP4FWD'"
11242   parameters:
11243   - "latency"
11244   - "parent"
11245   traces:
11246     hoverinfo: "x+y"
11247     boxpoints: "outliers"
11248     whiskerwidth: 0
11249   layout:
11250     title: ""  # No title
11251     layout: "plot-latency"
11252
11253 -
11254   type: "plot"
11255   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11256   algorithm: "plot_latency_box"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11259   data: "plot-dpdk-throughput-latency-3n-skx"
11260   filter: "'NIC_Intel-XXV710' and
11261            '64B' and
11262            'BASE' and
11263            'NDRPDR' and
11264            '4T2C' and
11265            'IP4FWD'"
11266   parameters:
11267   - "latency"
11268   - "parent"
11269   traces:
11270     hoverinfo: "x+y"
11271     boxpoints: "outliers"
11272     whiskerwidth: 0
11273   layout:
11274     title: ""  # No title
11275     layout: "plot-latency"
11276
11277 # Packet Latency - DPDK l3fwd 2n-skx-x710
11278 -
11279   type: "plot"
11280   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11281   algorithm: "plot_latency_box"
11282   output-file-type: ".html"
11283   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11284   data: "plot-dpdk-throughput-latency-2n-skx"
11285   filter: "'NIC_Intel-X710' and
11286            '64B' and
11287            'BASE' and
11288            'NDRPDR' and
11289            '2T1C' and
11290            'IP4FWD'"
11291   parameters:
11292   - "latency"
11293   - "parent"
11294   traces:
11295     hoverinfo: "x+y"
11296     boxpoints: "outliers"
11297     whiskerwidth: 0
11298   layout:
11299     title: ""  # No title
11300     layout: "plot-latency"
11301
11302 -
11303   type: "plot"
11304   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11305   algorithm: "plot_latency_box"
11306   output-file-type: ".html"
11307   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11308   data: "plot-dpdk-throughput-latency-2n-skx"
11309   filter: "'NIC_Intel-X710' and
11310            '64B' and
11311            'BASE' and
11312            'NDRPDR' and
11313            '4T2C' and
11314            'IP4FWD'"
11315   parameters:
11316   - "latency"
11317   - "parent"
11318   traces:
11319     hoverinfo: "x+y"
11320     boxpoints: "outliers"
11321     whiskerwidth: 0
11322   layout:
11323     title: ""  # No title
11324     layout: "plot-latency"
11325
11326 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11327 -
11328   type: "plot"
11329   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11330   algorithm: "plot_latency_box"
11331   output-file-type: ".html"
11332   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11333   data: "plot-dpdk-throughput-latency-2n-skx"
11334   filter: "'NIC_Intel-XXV710' and
11335            '64B' and
11336            'BASE' and
11337            'NDRPDR' and
11338            '2T1C' and
11339            'IP4FWD'"
11340   parameters:
11341   - "latency"
11342   - "parent"
11343   traces:
11344     hoverinfo: "x+y"
11345     boxpoints: "outliers"
11346     whiskerwidth: 0
11347   layout:
11348     title: ""  # No title
11349     layout: "plot-latency"
11350
11351 -
11352   type: "plot"
11353   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11354   algorithm: "plot_latency_box"
11355   output-file-type: ".html"
11356   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11357   data: "plot-dpdk-throughput-latency-2n-skx"
11358   filter: "'NIC_Intel-XXV710' and
11359            '64B' and
11360            'BASE' and
11361            'NDRPDR' and
11362            '4T2C' and
11363            'IP4FWD'"
11364   parameters:
11365   - "latency"
11366   - "parent"
11367   traces:
11368     hoverinfo: "x+y"
11369     boxpoints: "outliers"
11370     whiskerwidth: 0
11371   layout:
11372     title: ""  # No title
11373     layout: "plot-latency"
11374
11375 ################################################################################
11376
11377 # Packet Latency - DPDK testpmd 3n-hsw-x520
11378 -
11379   type: "plot"
11380   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11381   algorithm: "plot_latency_box"
11382   output-file-type: ".html"
11383   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11384   data: "plot-dpdk-throughput-latency-3n-hsw"
11385   filter: "'NIC_Intel-X520-DA2' and
11386            '64B' and
11387            'BASE' and
11388            'NDRPDR' and
11389            '1T1C' and
11390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11391   parameters:
11392   - "latency"
11393   - "parent"
11394   traces:
11395     hoverinfo: "x+y"
11396     boxpoints: "outliers"
11397     whiskerwidth: 0
11398   layout:
11399     title: ""  # No title
11400     layout: "plot-latency"
11401
11402 -
11403   type: "plot"
11404   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11405   algorithm: "plot_latency_box"
11406   output-file-type: ".html"
11407   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11408   data: "plot-dpdk-throughput-latency-3n-hsw"
11409   filter: "'NIC_Intel-X520-DA2' and
11410            '64B' and
11411            'BASE' and
11412            'NDRPDR' and
11413            '2T2C' and
11414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11415   parameters:
11416   - "latency"
11417   - "parent"
11418   traces:
11419     hoverinfo: "x+y"
11420     boxpoints: "outliers"
11421     whiskerwidth: 0
11422   layout:
11423     title: ""  # No title
11424     layout: "plot-latency"
11425
11426 # Packet Latency - DPDK testpmd 3n-hsw-x710
11427 -
11428   type: "plot"
11429   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11430   algorithm: "plot_latency_box"
11431   output-file-type: ".html"
11432   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11433   data: "plot-dpdk-throughput-latency-3n-hsw"
11434   filter: "'NIC_Intel-X710' and
11435            '64B' and
11436            'BASE' and
11437            'NDRPDR' and
11438            '1T1C' and
11439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11440   parameters:
11441   - "latency"
11442   - "parent"
11443   traces:
11444     hoverinfo: "x+y"
11445     boxpoints: "outliers"
11446     whiskerwidth: 0
11447   layout:
11448     title: ""  # No title
11449     layout: "plot-latency"
11450
11451 -
11452   type: "plot"
11453   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11454   algorithm: "plot_latency_box"
11455   output-file-type: ".html"
11456   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11457   data: "plot-dpdk-throughput-latency-3n-hsw"
11458   filter: "'NIC_Intel-X710' and
11459            '64B' and
11460            'BASE' and
11461            'NDRPDR' and
11462            '2T2C' and
11463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11464   parameters:
11465   - "latency"
11466   - "parent"
11467   traces:
11468     hoverinfo: "x+y"
11469     boxpoints: "outliers"
11470     whiskerwidth: 0
11471   layout:
11472     title: ""  # No title
11473     layout: "plot-latency"
11474
11475 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11476 -
11477   type: "plot"
11478   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11479   algorithm: "plot_latency_box"
11480   output-file-type: ".html"
11481   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11482   data: "plot-dpdk-throughput-latency-3n-hsw"
11483   filter: "'NIC_Intel-XL710' and
11484            '64B' and
11485            'BASE' and
11486            'NDRPDR' and
11487            '1T1C' and
11488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11489   parameters:
11490   - "latency"
11491   - "parent"
11492   traces:
11493     hoverinfo: "x+y"
11494     boxpoints: "outliers"
11495     whiskerwidth: 0
11496   layout:
11497     title: ""  # No title
11498     layout: "plot-latency"
11499
11500 -
11501   type: "plot"
11502   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11503   algorithm: "plot_latency_box"
11504   output-file-type: ".html"
11505   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11506   data: "plot-dpdk-throughput-latency-3n-hsw"
11507   filter: "'NIC_Intel-XL710' and
11508            '64B' and
11509            'BASE' and
11510            'NDRPDR' and
11511            '2T2C' and
11512            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11513   parameters:
11514   - "latency"
11515   - "parent"
11516   traces:
11517     hoverinfo: "x+y"
11518     boxpoints: "outliers"
11519     whiskerwidth: 0
11520   layout:
11521     title: ""  # No title
11522     layout: "plot-latency"
11523
11524 # Packet Latency - DPDK testpmd 3n-skx-x710
11525 -
11526   type: "plot"
11527   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11528   algorithm: "plot_latency_box"
11529   output-file-type: ".html"
11530   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11531   data: "plot-dpdk-throughput-latency-3n-skx"
11532   filter: "'NIC_Intel-X710' and
11533            '64B' and
11534            'BASE' and
11535            'NDRPDR' and
11536            '2T1C' and
11537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11538   parameters:
11539   - "latency"
11540   - "parent"
11541   traces:
11542     hoverinfo: "x+y"
11543     boxpoints: "outliers"
11544     whiskerwidth: 0
11545   layout:
11546     title: ""  # No title
11547     layout: "plot-latency"
11548
11549 -
11550   type: "plot"
11551   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11552   algorithm: "plot_latency_box"
11553   output-file-type: ".html"
11554   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11555   data: "plot-dpdk-throughput-latency-3n-skx"
11556   filter: "'NIC_Intel-X710' and
11557            '64B' and
11558            'BASE' and
11559            'NDRPDR' and
11560            '4T2C' and
11561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11562   parameters:
11563   - "latency"
11564   - "parent"
11565   traces:
11566     hoverinfo: "x+y"
11567     boxpoints: "outliers"
11568     whiskerwidth: 0
11569   layout:
11570     title: ""  # No title
11571     layout: "plot-latency"
11572
11573 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11574 -
11575   type: "plot"
11576   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11577   algorithm: "plot_latency_box"
11578   output-file-type: ".html"
11579   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11580   data: "plot-dpdk-throughput-latency-3n-skx"
11581   filter: "'NIC_Intel-XXV710' and
11582            '64B' and
11583            'BASE' and
11584            'NDRPDR' and
11585            '2T1C' and
11586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11587   parameters:
11588   - "latency"
11589   - "parent"
11590   traces:
11591     hoverinfo: "x+y"
11592     boxpoints: "outliers"
11593     whiskerwidth: 0
11594   layout:
11595     title: ""  # No title
11596     layout: "plot-latency"
11597
11598 -
11599   type: "plot"
11600   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11601   algorithm: "plot_latency_box"
11602   output-file-type: ".html"
11603   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11604   data: "plot-dpdk-throughput-latency-3n-skx"
11605   filter: "'NIC_Intel-XXV710' and
11606            '64B' and
11607            'BASE' and
11608            'NDRPDR' and
11609            '4T2C' and
11610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11611   parameters:
11612   - "latency"
11613   - "parent"
11614   traces:
11615     hoverinfo: "x+y"
11616     boxpoints: "outliers"
11617     whiskerwidth: 0
11618   layout:
11619     title: ""  # No title
11620     layout: "plot-latency"
11621
11622 # Packet Latency - DPDK testpmd 2n-skx-x710
11623 -
11624   type: "plot"
11625   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11626   algorithm: "plot_latency_box"
11627   output-file-type: ".html"
11628   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11629   data: "plot-dpdk-throughput-latency-2n-skx"
11630   filter: "'NIC_Intel-X710' and
11631            '64B' and
11632            'BASE' and
11633            'NDRPDR' and
11634            '2T1C' and
11635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11636   parameters:
11637   - "latency"
11638   - "parent"
11639   traces:
11640     hoverinfo: "x+y"
11641     boxpoints: "outliers"
11642     whiskerwidth: 0
11643   layout:
11644     title: ""  # No title
11645     layout: "plot-latency"
11646
11647 -
11648   type: "plot"
11649   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11650   algorithm: "plot_latency_box"
11651   output-file-type: ".html"
11652   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11653   data: "plot-dpdk-throughput-latency-2n-skx"
11654   filter: "'NIC_Intel-X710' and
11655            '64B' and
11656            'BASE' and
11657            'NDRPDR' and
11658            '4T2C' and
11659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11660   parameters:
11661   - "latency"
11662   - "parent"
11663   traces:
11664     hoverinfo: "x+y"
11665     boxpoints: "outliers"
11666     whiskerwidth: 0
11667   layout:
11668     title: ""  # No title
11669     layout: "plot-latency"
11670
11671 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11672 -
11673   type: "plot"
11674   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11675   algorithm: "plot_latency_box"
11676   output-file-type: ".html"
11677   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11678   data: "plot-dpdk-throughput-latency-2n-skx"
11679   filter: "'NIC_Intel-XXV710' and
11680            '64B' and
11681            'BASE' and
11682            'NDRPDR' and
11683            '2T1C' and
11684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11685   parameters:
11686   - "latency"
11687   - "parent"
11688   traces:
11689     hoverinfo: "x+y"
11690     boxpoints: "outliers"
11691     whiskerwidth: 0
11692   layout:
11693     title: ""  # No title
11694     layout: "plot-latency"
11695
11696 -
11697   type: "plot"
11698   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11699   algorithm: "plot_latency_box"
11700   output-file-type: ".html"
11701   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11702   data: "plot-dpdk-throughput-latency-2n-skx"
11703   filter: "'NIC_Intel-XXV710' and
11704            '64B' and
11705            'BASE' and
11706            'NDRPDR' and
11707            '4T2C' and
11708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11709   parameters:
11710   - "latency"
11711   - "parent"
11712   traces:
11713     hoverinfo: "x+y"
11714     boxpoints: "outliers"
11715     whiskerwidth: 0
11716   layout:
11717     title: ""  # No title
11718     layout: "plot-latency"
11719
11720 ################################################################################
11721
11722 # Speedup - VPP Container Memif 3n-hsw-x520
11723 -
11724   type: "plot"
11725   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11726   algorithm: "plot_throughput_speedup_analysis"
11727   output-file-type: ".html"
11728   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11729   data: "plot-throughput-speedup-analysis-3n-hsw"
11730   filter: "'NIC_Intel-X520-DA2' and
11731            '64B' and
11732            ('BASE' or 'SCALE') and
11733            'NDRPDR' and
11734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11735            not 'VHOST' and
11736            'MEMIF'"
11737   parameters:
11738   - "throughput"
11739   - "parent"
11740   - "tags"
11741   layout:
11742     title: ""  # No title
11743     layout: "plot-throughput-speedup-analysis"
11744
11745 -
11746   type: "plot"
11747   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11748   algorithm: "plot_throughput_speedup_analysis"
11749   output-file-type: ".html"
11750   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11751   data: "plot-throughput-speedup-analysis-3n-hsw"
11752   filter: "'NIC_Intel-X520-DA2' and
11753            '64B' and
11754            ('BASE' or 'SCALE') and
11755            'NDRPDR' and
11756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11757            not 'VHOST' and
11758            'MEMIF'"
11759   parameters:
11760   - "throughput"
11761   - "parent"
11762   - "tags"
11763   layout:
11764     title: ""  # No title
11765     layout: "plot-throughput-speedup-analysis"
11766
11767 # Speedup - VPP Container Memif 3n-hsw-x710
11768 -
11769   type: "plot"
11770   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11771   algorithm: "plot_throughput_speedup_analysis"
11772   output-file-type: ".html"
11773   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11774   data: "plot-throughput-speedup-analysis-3n-hsw"
11775   filter: "'NIC_Intel-X710' and
11776            '64B' and
11777            ('BASE' or 'SCALE') and
11778            'NDRPDR' and
11779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11780            not 'VHOST' and
11781            'MEMIF'"
11782   parameters:
11783   - "throughput"
11784   - "parent"
11785   - "tags"
11786   layout:
11787     title: ""  # No title
11788     layout: "plot-throughput-speedup-analysis"
11789
11790 -
11791   type: "plot"
11792   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11793   algorithm: "plot_throughput_speedup_analysis"
11794   output-file-type: ".html"
11795   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11796   data: "plot-throughput-speedup-analysis-3n-hsw"
11797   filter: "'NIC_Intel-X710' and
11798            '64B' and
11799            ('BASE' or 'SCALE') and
11800            'NDRPDR' and
11801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11802            not 'VHOST' and
11803            'MEMIF'"
11804   parameters:
11805   - "throughput"
11806   - "parent"
11807   - "tags"
11808   layout:
11809     title: ""  # No title
11810     layout: "plot-throughput-speedup-analysis"
11811
11812 # Speedup - VPP Container Memif 3n-hsw-xl710
11813 -
11814   type: "plot"
11815   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11816   algorithm: "plot_throughput_speedup_analysis"
11817   output-file-type: ".html"
11818   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11819   data: "plot-throughput-speedup-analysis-3n-hsw"
11820   filter: "'NIC_Intel-XL710' and
11821            '64B' and
11822            ('BASE' or 'SCALE') and
11823            'NDRPDR' and
11824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11825            not 'VHOST' and
11826            'MEMIF'"
11827   parameters:
11828   - "throughput"
11829   - "parent"
11830   - "tags"
11831   layout:
11832     title: ""  # No title
11833     layout: "plot-throughput-speedup-analysis"
11834
11835 -
11836   type: "plot"
11837   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11838   algorithm: "plot_throughput_speedup_analysis"
11839   output-file-type: ".html"
11840   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11841   data: "plot-throughput-speedup-analysis-3n-hsw"
11842   filter: "'NIC_Intel-XL710' and
11843            '64B' and
11844            ('BASE' or 'SCALE') and
11845            'NDRPDR' and
11846            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11847            not 'VHOST' and
11848            'MEMIF'"
11849   parameters:
11850   - "throughput"
11851   - "parent"
11852   - "tags"
11853   layout:
11854     title: ""  # No title
11855     layout: "plot-throughput-speedup-analysis"
11856
11857 # Speedup - VPP Container Memif 3n-skx-x710
11858 -
11859   type: "plot"
11860   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11861   algorithm: "plot_throughput_speedup_analysis"
11862   output-file-type: ".html"
11863   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11864   data: "plot-throughput-speedup-analysis-3n-skx"
11865   filter: "'NIC_Intel-X710' and
11866            '64B' and
11867            ('BASE' or 'SCALE') and
11868            'NDRPDR' and
11869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11870            not 'VHOST' and
11871            'MEMIF'"
11872   parameters:
11873   - "throughput"
11874   - "parent"
11875   - "tags"
11876   layout:
11877     title: ""  # No title
11878     layout: "plot-throughput-speedup-analysis"
11879
11880 -
11881   type: "plot"
11882   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11883   algorithm: "plot_throughput_speedup_analysis"
11884   output-file-type: ".html"
11885   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11886   data: "plot-throughput-speedup-analysis-3n-skx"
11887   filter: "'NIC_Intel-X710' and
11888            '64B' and
11889            ('BASE' or 'SCALE') and
11890            'NDRPDR' and
11891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11892            not 'VHOST' and
11893             'MEMIF'"
11894   parameters:
11895   - "throughput"
11896   - "parent"
11897   - "tags"
11898   layout:
11899     title: ""  # No title
11900     layout: "plot-throughput-speedup-analysis"
11901
11902 ################################################################################
11903
11904 # Speedup - VPP Container k8s memif 3n-hsw-x520
11905 -
11906   type: "plot"
11907   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11908   algorithm: "plot_throughput_speedup_analysis"
11909   output-file-type: ".html"
11910   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11911   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11912   filter: "'NIC_Intel-X520-DA2' and
11913            '64B' and
11914            ('BASE' or 'SCALE') and
11915            'NDRPDR' and
11916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11917            not 'VHOST' and
11918            'MEMIF'"
11919   parameters:
11920   - "throughput"
11921   - "parent"
11922   - "tags"
11923   layout:
11924     title: ""  # No title
11925     layout: "plot-throughput-speedup-analysis"
11926
11927 -
11928   type: "plot"
11929   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11930   algorithm: "plot_throughput_speedup_analysis"
11931   output-file-type: ".html"
11932   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11933   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11934   filter: "'NIC_Intel-X520-DA2' and
11935            '64B' and
11936            ('BASE' or 'SCALE') and
11937            'NDRPDR' and
11938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11939            not 'VHOST' and
11940            'MEMIF'"
11941   parameters:
11942   - "throughput"
11943   - "parent"
11944   - "tags"
11945   layout:
11946     title: ""  # No title
11947     layout: "plot-throughput-speedup-analysis"
11948
11949 # Speedup - VPP Container Memif 3n-hsw-x710
11950 -
11951   type: "plot"
11952   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11953   algorithm: "plot_throughput_speedup_analysis"
11954   output-file-type: ".html"
11955   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11956   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11957   filter: "'NIC_Intel-X710' and
11958            '64B' and
11959            ('BASE' or 'SCALE') and
11960            'NDRPDR' and
11961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11962            not 'VHOST' and
11963            'MEMIF'"
11964   parameters:
11965   - "throughput"
11966   - "parent"
11967   - "tags"
11968   layout:
11969     title: ""  # No title
11970     layout: "plot-throughput-speedup-analysis"
11971
11972 -
11973   type: "plot"
11974   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11975   algorithm: "plot_throughput_speedup_analysis"
11976   output-file-type: ".html"
11977   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11978   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11979   filter: "'NIC_Intel-X710' and
11980            '64B' and
11981            ('BASE' or 'SCALE') and
11982            'NDRPDR' and
11983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11984            not 'VHOST' and
11985            'MEMIF'"
11986   parameters:
11987   - "throughput"
11988   - "parent"
11989   - "tags"
11990   layout:
11991     title: ""  # No title
11992     layout: "plot-throughput-speedup-analysis"
11993
11994 ################################################################################
11995
11996 # Speedup - VPP IPv4 3n-hsw-x520
11997 -
11998   type: "plot"
11999   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12000   algorithm: "plot_throughput_speedup_analysis"
12001   output-file-type: ".html"
12002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12003   data: "plot-throughput-speedup-analysis-3n-hsw"
12004   filter: "'NIC_Intel-X520-DA2' and
12005            '64B' and
12006            ('BASE' or 'SCALE') and
12007            'NDRPDR' and
12008            'IP4FWD' and
12009            not 'IPSEC' and
12010            not 'VHOST'"
12011   parameters:
12012   - "throughput"
12013   - "parent"
12014   - "tags"
12015   layout:
12016     title: ""  # No title
12017     layout: "plot-throughput-speedup-analysis"
12018
12019 -
12020   type: "plot"
12021   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12022   algorithm: "plot_throughput_speedup_analysis"
12023   output-file-type: ".html"
12024   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12025   data: "plot-throughput-speedup-analysis-3n-hsw"
12026   filter: "'NIC_Intel-X520-DA2' and
12027            '64B' and
12028            ('BASE' or 'SCALE') and
12029            'NDRPDR' and
12030            'IP4FWD' and
12031            not 'IPSEC' and
12032            not 'VHOST'"
12033   parameters:
12034   - "throughput"
12035   - "parent"
12036   - "tags"
12037   layout:
12038     title: ""  # No title
12039     layout: "plot-throughput-speedup-analysis"
12040
12041 -
12042   type: "plot"
12043   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
12044   algorithm: "plot_throughput_speedup_analysis"
12045   output-file-type: ".html"
12046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
12047   data: "plot-throughput-speedup-analysis-3n-hsw"
12048   filter: "'NIC_Intel-X520-DA2' and
12049            '64B' and
12050            'FEATURE' and
12051            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12052            'NDRPDR' and
12053            'IP4FWD' and
12054            not 'IPSEC' and
12055            not 'VHOST'"
12056   parameters:
12057   - "throughput"
12058   - "parent"
12059   - "tags"
12060   layout:
12061     title: ""  # No title
12062     layout: "plot-throughput-speedup-analysis"
12063
12064 -
12065   type: "plot"
12066   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
12067   algorithm: "plot_throughput_speedup_analysis"
12068   output-file-type: ".html"
12069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
12070   data: "plot-throughput-speedup-analysis-3n-hsw"
12071   filter: "'NIC_Intel-X520-DA2' and
12072            '64B' and
12073            'FEATURE' and
12074            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12075            'NDRPDR' and
12076            'IP4FWD' and
12077            not 'IPSEC' and
12078            not 'VHOST'"
12079   parameters:
12080   - "throughput"
12081   - "parent"
12082   - "tags"
12083   layout:
12084     title: ""  # No title
12085     layout: "plot-throughput-speedup-analysis"
12086
12087 # Speedup - VPP IPv4 3n-hsw-x710
12088 -
12089   type: "plot"
12090   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12091   algorithm: "plot_throughput_speedup_analysis"
12092   output-file-type: ".html"
12093   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12094   data: "plot-throughput-speedup-analysis-3n-hsw"
12095   filter: "'NIC_Intel-X710' and
12096            '64B' and
12097            ('BASE' or 'SCALE') and
12098            'NDRPDR' and
12099            'IP4FWD' and
12100            not 'IPSEC' and
12101            not 'VHOST'"
12102   parameters:
12103   - "throughput"
12104   - "parent"
12105   - "tags"
12106   layout:
12107     title: ""  # No title
12108     layout: "plot-throughput-speedup-analysis"
12109
12110 -
12111   type: "plot"
12112   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12113   algorithm: "plot_throughput_speedup_analysis"
12114   output-file-type: ".html"
12115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12116   data: "plot-throughput-speedup-analysis-3n-hsw"
12117   filter: "'NIC_Intel-X710' and
12118            '64B' and
12119            ('BASE' or 'SCALE') and
12120            'NDRPDR' and
12121            'IP4FWD' and
12122            not 'IPSEC' and
12123            not 'VHOST'"
12124   parameters:
12125   - "throughput"
12126   - "parent"
12127   - "tags"
12128   layout:
12129     title: ""  # No title
12130     layout: "plot-throughput-speedup-analysis"
12131
12132 -
12133   type: "plot"
12134   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
12135   algorithm: "plot_throughput_speedup_analysis"
12136   output-file-type: ".html"
12137   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
12138   data: "plot-throughput-speedup-analysis-3n-hsw"
12139   filter: "'NIC_Intel-X710' and
12140            '64B' and
12141            'FEATURE' and
12142            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12143            'NDRPDR' and
12144            'IP4FWD' and
12145            not 'IPSEC' and
12146            not 'VHOST'"
12147   parameters:
12148   - "throughput"
12149   - "parent"
12150   - "tags"
12151   layout:
12152     title: ""  # No title
12153     layout: "plot-throughput-speedup-analysis"
12154
12155 -
12156   type: "plot"
12157   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12158   algorithm: "plot_throughput_speedup_analysis"
12159   output-file-type: ".html"
12160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12161   data: "plot-throughput-speedup-analysis-3n-hsw"
12162   filter: "'NIC_Intel-X710' and
12163            '64B' and
12164            'FEATURE' and
12165            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12166            'NDRPDR' and
12167            'IP4FWD' and
12168            not 'IPSEC' and
12169            not 'VHOST'"
12170   parameters:
12171   - "throughput"
12172   - "parent"
12173   - "tags"
12174   layout:
12175     title: ""  # No title
12176     layout: "plot-throughput-speedup-analysis"
12177
12178 # Speedup - VPP IPv4 3n-hsw-xl710
12179 -
12180   type: "plot"
12181   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12182   algorithm: "plot_throughput_speedup_analysis"
12183   output-file-type: ".html"
12184   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12185   data: "plot-throughput-speedup-analysis-3n-hsw"
12186   filter: "'NIC_Intel-XL710' and
12187            '64B' and
12188            ('BASE' or 'SCALE') and
12189            'NDRPDR' and
12190            'IP4FWD' and
12191            not 'IPSEC' and
12192            not 'VHOST'"
12193   parameters:
12194   - "throughput"
12195   - "parent"
12196   - "tags"
12197   layout:
12198     title: ""  # No title
12199     layout: "plot-throughput-speedup-analysis"
12200
12201 -
12202   type: "plot"
12203   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12204   algorithm: "plot_throughput_speedup_analysis"
12205   output-file-type: ".html"
12206   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12207   data: "plot-throughput-speedup-analysis-3n-hsw"
12208   filter: "'NIC_Intel-XL710' and
12209            '64B' and
12210            ('BASE' or 'SCALE') and
12211            'NDRPDR' and
12212            'IP4FWD' and
12213            not 'IPSEC' and
12214            not 'VHOST'"
12215   parameters:
12216   - "throughput"
12217   - "parent"
12218   - "tags"
12219   layout:
12220     title: ""  # No title
12221     layout: "plot-throughput-speedup-analysis"
12222
12223 # Speedup - VPP IPv4 3n-skx-x710
12224 -
12225   type: "plot"
12226   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12227   algorithm: "plot_throughput_speedup_analysis"
12228   output-file-type: ".html"
12229   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12230   data: "plot-throughput-speedup-analysis-3n-skx"
12231   filter: "'NIC_Intel-X710' and
12232            '64B' and
12233            ('BASE' or 'SCALE') and
12234            'NDRPDR' and
12235            'IP4FWD' and
12236            not 'IPSEC' and
12237            not 'VHOST'"
12238   parameters:
12239   - "throughput"
12240   - "parent"
12241   - "tags"
12242   layout:
12243     title: ""  # No title
12244     layout: "plot-throughput-speedup-analysis"
12245
12246 -
12247   type: "plot"
12248   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12249   algorithm: "plot_throughput_speedup_analysis"
12250   output-file-type: ".html"
12251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12252   data: "plot-throughput-speedup-analysis-3n-skx"
12253   filter: "'NIC_Intel-X710' and
12254            '64B' and
12255            ('BASE' or 'SCALE') and
12256            'NDRPDR' and
12257            'IP4FWD' and
12258            not 'IPSEC' and
12259            not 'VHOST'"
12260   parameters:
12261   - "throughput"
12262   - "parent"
12263   - "tags"
12264   layout:
12265     title: ""  # No title
12266     layout: "plot-throughput-speedup-analysis"
12267
12268 -
12269   type: "plot"
12270   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12271   algorithm: "plot_throughput_speedup_analysis"
12272   output-file-type: ".html"
12273   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12274   data: "plot-throughput-speedup-analysis-3n-skx"
12275   filter: "'NIC_Intel-X710' and
12276            '64B' and
12277            'FEATURE' and
12278            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12279            'NDRPDR' and
12280            'IP4FWD' and
12281            not 'IPSEC' and
12282            not 'VHOST'"
12283   parameters:
12284   - "throughput"
12285   - "parent"
12286   - "tags"
12287   layout:
12288     title: ""  # No title
12289     layout: "plot-throughput-speedup-analysis"
12290
12291 -
12292   type: "plot"
12293   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12294   algorithm: "plot_throughput_speedup_analysis"
12295   output-file-type: ".html"
12296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12297   data: "plot-throughput-speedup-analysis-3n-skx"
12298   filter: "'NIC_Intel-X710' and
12299            '64B' and
12300            'FEATURE' and
12301            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12302            'NDRPDR' and
12303            'IP4FWD' and
12304            not 'IPSEC' and
12305            not 'VHOST'"
12306   parameters:
12307   - "throughput"
12308   - "parent"
12309   - "tags"
12310   layout:
12311     title: ""  # No title
12312     layout: "plot-throughput-speedup-analysis"
12313
12314 # Speedup - VPP IPv4 2n-skx-x710
12315 -
12316   type: "plot"
12317   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12318   algorithm: "plot_throughput_speedup_analysis"
12319   output-file-type: ".html"
12320   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12321   data: "plot-throughput-speedup-analysis-2n-skx"
12322   filter: "'NIC_Intel-X710' and
12323            '64B' and
12324            ('BASE' or 'SCALE') and
12325            'NDRPDR' and
12326            'IP4FWD' and
12327            not 'IPSEC' and
12328            not 'VHOST'"
12329   parameters:
12330   - "throughput"
12331   - "parent"
12332   - "tags"
12333   layout:
12334     title: ""  # No title
12335     layout: "plot-throughput-speedup-analysis"
12336
12337 -
12338   type: "plot"
12339   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12340   algorithm: "plot_throughput_speedup_analysis"
12341   output-file-type: ".html"
12342   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12343   data: "plot-throughput-speedup-analysis-2n-skx"
12344   filter: "'NIC_Intel-X710' and
12345            '64B' and
12346            ('BASE' or 'SCALE') and
12347            'NDRPDR' and
12348            'IP4FWD' and
12349            not 'IPSEC' and
12350            not 'VHOST'"
12351   parameters:
12352   - "throughput"
12353   - "parent"
12354   - "tags"
12355   layout:
12356     title: ""  # No title
12357     layout: "plot-throughput-speedup-analysis"
12358
12359 # Speedup - VPP IPv4 2n-skx-xxv710
12360 -
12361   type: "plot"
12362   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12363   algorithm: "plot_throughput_speedup_analysis"
12364   output-file-type: ".html"
12365   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12366   data: "plot-throughput-speedup-analysis-2n-skx"
12367   filter: "'NIC_Intel-XXV710' and
12368            '64B' and
12369            ('BASE' or 'SCALE') and
12370            'NDRPDR' and
12371            'IP4FWD' and
12372            not 'IPSEC' and
12373            not 'VHOST'"
12374   parameters:
12375   - "throughput"
12376   - "parent"
12377   - "tags"
12378   layout:
12379     title: ""  # No title
12380     layout: "plot-throughput-speedup-analysis"
12381
12382 -
12383   type: "plot"
12384   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12385   algorithm: "plot_throughput_speedup_analysis"
12386   output-file-type: ".html"
12387   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12388   data: "plot-throughput-speedup-analysis-2n-skx"
12389   filter: "'NIC_Intel-XXV710' and
12390            '64B' and
12391            ('BASE' or 'SCALE') and
12392            'NDRPDR' and
12393            'IP4FWD' and
12394            not 'IPSEC' and
12395            not 'VHOST'"
12396   parameters:
12397   - "throughput"
12398   - "parent"
12399   - "tags"
12400   layout:
12401     title: ""  # No title
12402     layout: "plot-throughput-speedup-analysis"
12403
12404 ################################################################################
12405
12406 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12407 -
12408   type: "plot"
12409   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12410   algorithm: "plot_throughput_speedup_analysis"
12411   output-file-type: ".html"
12412   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12413   data: "plot-throughput-speedup-analysis-3n-hsw"
12414   filter: "'NIC_Intel-X520-DA2' and
12415            '64B' and
12416            'ENCAP' and
12417            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12418            'NDRPDR' and
12419            'IP4FWD' and
12420            not 'IPSEC' and
12421            not 'VHOST'"
12422   parameters:
12423   - "throughput"
12424   - "parent"
12425   - "tags"
12426   layout:
12427     title: ""  # No title
12428     layout: "plot-throughput-speedup-analysis"
12429
12430 -
12431   type: "plot"
12432   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12433   algorithm: "plot_throughput_speedup_analysis"
12434   output-file-type: ".html"
12435   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12436   data: "plot-throughput-speedup-analysis-3n-hsw"
12437   filter: "'NIC_Intel-X520-DA2' and
12438            '64B' and
12439            'ENCAP' and
12440            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12441            'NDRPDR' and
12442            'IP4FWD' and
12443            not 'IPSEC' and
12444            not 'VHOST'"
12445   parameters:
12446   - "throughput"
12447   - "parent"
12448   - "tags"
12449   layout:
12450     title: ""  # No title
12451     layout: "plot-throughput-speedup-analysis"
12452
12453 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12454 -
12455   type: "plot"
12456   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12457   algorithm: "plot_throughput_speedup_analysis"
12458   output-file-type: ".html"
12459   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12460   data: "plot-throughput-speedup-analysis-3n-hsw"
12461   filter: "'NIC_Intel-X710' and
12462            '64B' and
12463            'ENCAP' and
12464            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12465            'NDRPDR' and
12466            'IP4FWD' and
12467            not 'IPSEC' and
12468            not 'VHOST'"
12469   parameters:
12470   - "throughput"
12471   - "parent"
12472   - "tags"
12473   layout:
12474     title: ""  # No title
12475     layout: "plot-throughput-speedup-analysis"
12476
12477 -
12478   type: "plot"
12479   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12480   algorithm: "plot_throughput_speedup_analysis"
12481   output-file-type: ".html"
12482   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12483   data: "plot-throughput-speedup-analysis-3n-hsw"
12484   filter: "'NIC_Intel-X710' and
12485            '64B' and
12486            'ENCAP' and
12487            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12488            'NDRPDR' and
12489            'IP4FWD' and
12490            not 'IPSEC' and
12491            not 'VHOST'"
12492   parameters:
12493   - "throughput"
12494   - "parent"
12495   - "tags"
12496   layout:
12497     title: ""  # No title
12498     layout: "plot-throughput-speedup-analysis"
12499
12500 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12501 -
12502   type: "plot"
12503   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12504   algorithm: "plot_throughput_speedup_analysis"
12505   output-file-type: ".html"
12506   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12507   data: "plot-throughput-speedup-analysis-3n-skx"
12508   filter: "'NIC_Intel-X710' and
12509            '64B' and
12510            'ENCAP' and
12511            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12512            'NDRPDR' and
12513            'IP4FWD' and
12514            not 'IPSEC' and
12515            not 'VHOST'"
12516   parameters:
12517   - "throughput"
12518   - "parent"
12519   - "tags"
12520   layout:
12521     title: ""  # No title
12522     layout: "plot-throughput-speedup-analysis"
12523
12524 -
12525   type: "plot"
12526   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12527   algorithm: "plot_throughput_speedup_analysis"
12528   output-file-type: ".html"
12529   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12530   data: "plot-throughput-speedup-analysis-3n-skx"
12531   filter: "'NIC_Intel-X710' and
12532            '64B' and
12533            'ENCAP' and
12534            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12535            'NDRPDR' and
12536            'IP4FWD' and
12537            not 'IPSEC' and
12538            not 'VHOST'"
12539   parameters:
12540   - "throughput"
12541   - "parent"
12542   - "tags"
12543   layout:
12544     title: ""  # No title
12545     layout: "plot-throughput-speedup-analysis"
12546
12547 ################################################################################
12548
12549 # Speedup - VPP IPv6 3n-hsw-x520
12550 -
12551   type: "plot"
12552   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12553   algorithm: "plot_throughput_speedup_analysis"
12554   output-file-type: ".html"
12555   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12556   data: "plot-throughput-speedup-analysis-3n-hsw"
12557   filter: "'NIC_Intel-X520-DA2' and
12558            '78B' and
12559            ('BASE' or 'SCALE') and
12560            'NDRPDR' and
12561            'IP6FWD' and
12562            not 'SRv6' and
12563            not 'IPSEC' and
12564            not 'VHOST'"
12565   parameters:
12566   - "throughput"
12567   - "parent"
12568   - "tags"
12569   layout:
12570     title: ""  # No title
12571     layout: "plot-throughput-speedup-analysis"
12572
12573 -
12574   type: "plot"
12575   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12576   algorithm: "plot_throughput_speedup_analysis"
12577   output-file-type: ".html"
12578   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12579   data: "plot-throughput-speedup-analysis-3n-hsw"
12580   filter: "'NIC_Intel-X520-DA2' and
12581            '78B' and
12582            ('BASE' or 'SCALE') and
12583            'NDRPDR' and
12584            'IP6FWD' and
12585            not 'SRv6' and
12586            not 'IPSEC' and
12587            not 'VHOST'"
12588   parameters:
12589   - "throughput"
12590   - "parent"
12591   - "tags"
12592   layout:
12593     title: ""  # No title
12594     layout: "plot-throughput-speedup-analysis"
12595
12596 # Speedup - VPP IPv6 3n-hsw-x710
12597 -
12598   type: "plot"
12599   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12600   algorithm: "plot_throughput_speedup_analysis"
12601   output-file-type: ".html"
12602   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12603   data: "plot-throughput-speedup-analysis-3n-hsw"
12604   filter: "'NIC_Intel-X710' and
12605            '78B' and
12606            ('BASE' or 'SCALE') and
12607            'NDRPDR' and
12608            'IP6FWD' and
12609            not 'SRv6' and
12610            not 'IPSEC' and
12611            not 'VHOST'"
12612   parameters:
12613   - "throughput"
12614   - "parent"
12615   - "tags"
12616   layout:
12617     title: ""  # No title
12618     layout: "plot-throughput-speedup-analysis"
12619
12620 -
12621   type: "plot"
12622   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12623   algorithm: "plot_throughput_speedup_analysis"
12624   output-file-type: ".html"
12625   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12626   data: "plot-throughput-speedup-analysis-3n-hsw"
12627   filter: "'NIC_Intel-X710' and
12628            '78B' and
12629            ('BASE' or 'SCALE') and
12630            'NDRPDR' and
12631            'IP6FWD' and
12632            not 'SRv6' and
12633            not 'IPSEC' and
12634            not 'VHOST'"
12635   parameters:
12636   - "throughput"
12637   - "parent"
12638   - "tags"
12639   layout:
12640     title: ""  # No title
12641     layout: "plot-throughput-speedup-analysis"
12642
12643 # Speedup - VPP IPv6 3n-hsw-xl710
12644 -
12645   type: "plot"
12646   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12647   algorithm: "plot_throughput_speedup_analysis"
12648   output-file-type: ".html"
12649   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12650   data: "plot-throughput-speedup-analysis-3n-hsw"
12651   filter: "'NIC_Intel-XL710' and
12652            '78B' and
12653            ('BASE' or 'SCALE') and
12654            'NDRPDR' and
12655            'IP6FWD' and
12656            not 'SRv6' and
12657            not 'IPSEC' and
12658            not 'VHOST'"
12659   parameters:
12660   - "throughput"
12661   - "parent"
12662   - "tags"
12663   layout:
12664     title: ""  # No title
12665     layout: "plot-throughput-speedup-analysis"
12666
12667 -
12668   type: "plot"
12669   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12670   algorithm: "plot_throughput_speedup_analysis"
12671   output-file-type: ".html"
12672   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12673   data: "plot-throughput-speedup-analysis-3n-hsw"
12674   filter: "'NIC_Intel-XL710' and
12675            '78B' and
12676            ('BASE' or 'SCALE') and
12677            'NDRPDR' and
12678            'IP6FWD' and
12679            not 'SRv6' and
12680            not 'IPSEC' and
12681            not 'VHOST'"
12682   parameters:
12683   - "throughput"
12684   - "parent"
12685   - "tags"
12686   layout:
12687     title: ""  # No title
12688     layout: "plot-throughput-speedup-analysis"
12689
12690 # Speedup - VPP IPv6 3n-skx-x710
12691 -
12692   type: "plot"
12693   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12694   algorithm: "plot_throughput_speedup_analysis"
12695   output-file-type: ".html"
12696   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12697   data: "plot-throughput-speedup-analysis-3n-skx"
12698   filter: "'NIC_Intel-X710' and
12699            '78B' and
12700            ('BASE' or 'SCALE') and
12701            'NDRPDR' and
12702            'IP6FWD' and
12703            not 'SRv6' and
12704            not 'IPSEC' and
12705            not 'VHOST'"
12706   parameters:
12707   - "throughput"
12708   - "parent"
12709   - "tags"
12710   layout:
12711     title: ""  # No title
12712     layout: "plot-throughput-speedup-analysis"
12713
12714 -
12715   type: "plot"
12716   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12717   algorithm: "plot_throughput_speedup_analysis"
12718   output-file-type: ".html"
12719   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12720   data: "plot-throughput-speedup-analysis-3n-skx"
12721   filter: "'NIC_Intel-X710' and
12722            '78B' and
12723            ('BASE' or 'SCALE') and
12724            'NDRPDR' and
12725            'IP6FWD' and
12726            not 'SRv6' and
12727            not 'IPSEC' and
12728            not 'VHOST'"
12729   parameters:
12730   - "throughput"
12731   - "parent"
12732   - "tags"
12733   layout:
12734     title: ""  # No title
12735     layout: "plot-throughput-speedup-analysis"
12736
12737 # Speedup - VPP IPv6 2n-skx-x710
12738 -
12739   type: "plot"
12740   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12741   algorithm: "plot_throughput_speedup_analysis"
12742   output-file-type: ".html"
12743   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12744   data: "plot-throughput-speedup-analysis-2n-skx"
12745   filter: "'NIC_Intel-X710' and
12746            '78B' and
12747            ('BASE' or 'SCALE') and
12748            'NDRPDR' and
12749            'IP6FWD' and
12750            not 'SRv6' and
12751            not 'IPSEC' and
12752            not 'VHOST'"
12753   parameters:
12754   - "throughput"
12755   - "parent"
12756   - "tags"
12757   layout:
12758     title: ""  # No title
12759     layout: "plot-throughput-speedup-analysis"
12760
12761 -
12762   type: "plot"
12763   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12764   algorithm: "plot_throughput_speedup_analysis"
12765   output-file-type: ".html"
12766   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12767   data: "plot-throughput-speedup-analysis-2n-skx"
12768   filter: "'NIC_Intel-X710' and
12769            '78B' and
12770            ('BASE' or 'SCALE') and
12771            'NDRPDR' and
12772            'IP6FWD' and
12773            not 'IPSEC' and
12774            not 'VHOST'"
12775   parameters:
12776   - "throughput"
12777   - "parent"
12778   - "tags"
12779   layout:
12780     title: ""  # No title
12781     layout: "plot-throughput-speedup-analysis"
12782
12783 # Speedup - VPP IPv6 2n-skx-xxv710
12784 -
12785   type: "plot"
12786   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12787   algorithm: "plot_throughput_speedup_analysis"
12788   output-file-type: ".html"
12789   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12790   data: "plot-throughput-speedup-analysis-2n-skx"
12791   filter: "'NIC_Intel-XXV710' and
12792            '78B' and
12793            ('BASE' or 'SCALE') and
12794            'NDRPDR' and
12795            'IP6FWD' and
12796            not 'SRv6' and
12797            not 'IPSEC' and
12798            not 'VHOST'"
12799   parameters:
12800   - "throughput"
12801   - "parent"
12802   - "tags"
12803   layout:
12804     title: ""  # No title
12805     layout: "plot-throughput-speedup-analysis"
12806
12807 -
12808   type: "plot"
12809   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12810   algorithm: "plot_throughput_speedup_analysis"
12811   output-file-type: ".html"
12812   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12813   data: "plot-throughput-speedup-analysis-2n-skx"
12814   filter: "'NIC_Intel-XXV710' and
12815            '78B' and
12816            ('BASE' or 'SCALE') and
12817            'NDRPDR' and
12818            'IP6FWD' and
12819            not 'SRv6' and
12820            not 'IPSEC' and
12821            not 'VHOST'"
12822   parameters:
12823   - "throughput"
12824   - "parent"
12825   - "tags"
12826   layout:
12827     title: ""  # No title
12828     layout: "plot-throughput-speedup-analysis"
12829
12830 ################################################################################
12831
12832 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12833 -
12834   type: "plot"
12835   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12836   algorithm: "plot_throughput_speedup_analysis"
12837   output-file-type: ".html"
12838   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12839   data: "plot-throughput-speedup-analysis-3n-hsw"
12840   filter: "'NIC_Intel-X520-DA2' and
12841            '78B' and
12842            'ENCAP' and
12843            'NDRPDR' and
12844            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12845            not 'VHOST'"
12846   parameters:
12847   - "throughput"
12848   - "parent"
12849   - "tags"
12850   layout:
12851     title: ""  # No title
12852     layout: "plot-throughput-speedup-analysis"
12853
12854 -
12855   type: "plot"
12856   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12857   algorithm: "plot_throughput_speedup_analysis"
12858   output-file-type: ".html"
12859   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12860   data: "plot-throughput-speedup-analysis-3n-hsw"
12861   filter: "'NIC_Intel-X520-DA2' and
12862            '78B' and
12863            'ENCAP' and
12864            'NDRPDR' and
12865            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12866            not 'VHOST'"
12867   parameters:
12868   - "throughput"
12869   - "parent"
12870   - "tags"
12871   layout:
12872     title: ""  # No title
12873     layout: "plot-throughput-speedup-analysis"
12874
12875 ################################################################################
12876
12877 # Speedup - VPP IPSec 3n-hsw-xl710
12878 -
12879   type: "plot"
12880   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12881   algorithm: "plot_throughput_speedup_analysis"
12882   output-file-type: ".html"
12883   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12884   data: "plot-throughput-speedup-analysis-3n-hsw"
12885   filter: "'NIC_Intel-XL710' and
12886            '64B' and
12887            'IP4FWD' and
12888            'NDRPDR' and
12889            'IPSECHW' and
12890            ('IPSECTRAN' or 'IPSECTUN') and
12891            not 'VHOST'"
12892   parameters:
12893   - "throughput"
12894   - "parent"
12895   - "tags"
12896   layout:
12897     title: ""  # No title
12898     layout: "plot-throughput-speedup-analysis"
12899
12900 -
12901   type: "plot"
12902   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12903   algorithm: "plot_throughput_speedup_analysis"
12904   output-file-type: ".html"
12905   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12906   data: "plot-throughput-speedup-analysis-3n-hsw"
12907   filter: "'NIC_Intel-XL710' and
12908            '64B' and
12909            'IP4FWD' and
12910            'NDRPDR' and
12911            'IPSECHW' and
12912            ('IPSECTRAN' or 'IPSECTUN') and
12913            not 'VHOST'"
12914   parameters:
12915   - "throughput"
12916   - "parent"
12917   - "tags"
12918   layout:
12919     title: ""  # No title
12920     layout: "plot-throughput-speedup-analysis"
12921
12922 ################################################################################
12923
12924 # Speedup - VPP SRv6 3n-hsw-x520
12925 -
12926   type: "plot"
12927   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12928   algorithm: "plot_throughput_speedup_analysis"
12929   output-file-type: ".html"
12930   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12931   data: "plot-throughput-speedup-analysis-3n-hsw"
12932   filter: "'NIC_Intel-X520-DA2' and
12933            '78B' and
12934            'FEATURE' and
12935            'NDRPDR' and
12936            'IP6FWD' and
12937            'SRv6'"
12938   parameters:
12939   - "throughput"
12940   - "parent"
12941   - "tags"
12942   layout:
12943     title: ""  # No title
12944     layout: "plot-throughput-speedup-analysis"
12945
12946 -
12947   type: "plot"
12948   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12949   algorithm: "plot_throughput_speedup_analysis"
12950   output-file-type: ".html"
12951   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12952   data: "plot-throughput-speedup-analysis-3n-hsw"
12953   filter: "'NIC_Intel-X520-DA2' and
12954            '78B' and
12955            'FEATURE' and
12956            'NDRPDR' and
12957            'IP6FWD' and
12958            'SRv6'"
12959   parameters:
12960   - "throughput"
12961   - "parent"
12962   - "tags"
12963   layout:
12964     title: ""  # No title
12965     layout: "plot-throughput-speedup-analysis"
12966
12967 ################################################################################
12968
12969 # Speedup - VPP L2 3n-hsw-x520
12970 -
12971   type: "plot"
12972   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12973   algorithm: "plot_throughput_speedup_analysis"
12974   output-file-type: ".html"
12975   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12976   data: "plot-throughput-speedup-analysis-3n-hsw"
12977   filter: "'NIC_Intel-X520-DA2' and
12978            '64B' and
12979            ('BASE' or 'SCALE') and
12980            'NDRPDR' and
12981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12982            not 'VHOST' and
12983            not 'MEMIF'"
12984   parameters:
12985   - "throughput"
12986   - "parent"
12987   - "tags"
12988   layout:
12989     title: ""  # No title
12990     layout: "plot-throughput-speedup-analysis"
12991
12992 -
12993   type: "plot"
12994   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12995   algorithm: "plot_throughput_speedup_analysis"
12996   output-file-type: ".html"
12997   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12998   data: "plot-throughput-speedup-analysis-3n-hsw"
12999   filter: "'NIC_Intel-X520-DA2' and
13000            '64B' and
13001            ('BASE' or 'SCALE') and
13002            'NDRPDR' and
13003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13004            not 'VHOST' and
13005            not 'MEMIF'"
13006   parameters:
13007   - "throughput"
13008   - "parent"
13009   - "tags"
13010   layout:
13011     title: ""  # No title
13012     layout: "plot-throughput-speedup-analysis"
13013
13014 -
13015   type: "plot"
13016   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
13017   algorithm: "plot_throughput_speedup_analysis"
13018   output-file-type: ".html"
13019   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
13020   data: "plot-throughput-speedup-analysis-3n-hsw"
13021   filter: "'NIC_Intel-X520-DA2' and
13022            '64B' and
13023            'FEATURE' and
13024            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13025            'NDRPDR' and
13026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13027            not 'VHOST' and
13028            not 'MEMIF'"
13029   parameters:
13030   - "throughput"
13031   - "parent"
13032   - "tags"
13033   layout:
13034     title: ""  # No title
13035     layout: "plot-throughput-speedup-analysis"
13036
13037 -
13038   type: "plot"
13039   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13040   algorithm: "plot_throughput_speedup_analysis"
13041   output-file-type: ".html"
13042   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
13043   data: "plot-throughput-speedup-analysis-3n-hsw"
13044   filter: "'NIC_Intel-X520-DA2' and
13045            '64B' and
13046            'FEATURE' and
13047            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13048            'NDRPDR' and
13049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13050            not 'VHOST' and
13051            not 'MEMIF'"
13052   parameters:
13053   - "throughput"
13054   - "parent"
13055   - "tags"
13056   layout:
13057     title: ""  # No title
13058     layout: "plot-throughput-speedup-analysis"
13059
13060 # Speedup - VPP L2 3n-hsw-x710
13061 -
13062   type: "plot"
13063   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13064   algorithm: "plot_throughput_speedup_analysis"
13065   output-file-type: ".html"
13066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13067   data: "plot-throughput-speedup-analysis-3n-hsw"
13068   filter: "'NIC_Intel-X710' and
13069            '64B' and
13070            ('BASE' or 'SCALE') and
13071            'NDRPDR' and
13072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13073            not 'VHOST' and
13074            not 'MEMIF'"
13075   parameters:
13076   - "throughput"
13077   - "parent"
13078   - "tags"
13079   layout:
13080     title: ""  # No title
13081     layout: "plot-throughput-speedup-analysis"
13082
13083 -
13084   type: "plot"
13085   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13086   algorithm: "plot_throughput_speedup_analysis"
13087   output-file-type: ".html"
13088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13089   data: "plot-throughput-speedup-analysis-3n-hsw"
13090   filter: "'NIC_Intel-X710' and
13091            '64B' and
13092            ('BASE' or 'SCALE') and
13093            'NDRPDR' and
13094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13095            not 'VHOST' and
13096            not 'MEMIF'"
13097   parameters:
13098   - "throughput"
13099   - "parent"
13100   - "tags"
13101   layout:
13102     title: ""  # No title
13103     layout: "plot-throughput-speedup-analysis"
13104
13105 -
13106   type: "plot"
13107   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13108   algorithm: "plot_throughput_speedup_analysis"
13109   output-file-type: ".html"
13110   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
13111   data: "plot-throughput-speedup-analysis-3n-hsw"
13112   filter: "'NIC_Intel-X710' and
13113            '64B' and
13114            'FEATURE' and
13115            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13116            'NDRPDR' and
13117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13118            not 'VHOST' and
13119            not 'MEMIF'"
13120   parameters:
13121   - "throughput"
13122   - "parent"
13123   - "tags"
13124   layout:
13125     title: ""  # No title
13126     layout: "plot-throughput-speedup-analysis"
13127
13128 -
13129   type: "plot"
13130   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13131   algorithm: "plot_throughput_speedup_analysis"
13132   output-file-type: ".html"
13133   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
13134   data: "plot-throughput-speedup-analysis-3n-hsw"
13135   filter: "'NIC_Intel-X710' and
13136            '64B' and
13137            'FEATURE' and
13138            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13139            'NDRPDR' and
13140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13141            not 'VHOST' and
13142            not 'MEMIF'"
13143   parameters:
13144   - "throughput"
13145   - "parent"
13146   - "tags"
13147   layout:
13148     title: ""  # No title
13149     layout: "plot-throughput-speedup-analysis"
13150
13151 # Speedup - VPP L2 3n-hsw-xl710
13152 -
13153   type: "plot"
13154   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13155   algorithm: "plot_throughput_speedup_analysis"
13156   output-file-type: ".html"
13157   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13158   data: "plot-throughput-speedup-analysis-3n-hsw"
13159   filter: "'NIC_Intel-XL710' and
13160            '64B' and
13161            ('BASE' or 'SCALE') and
13162            'NDRPDR' and
13163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13164            not 'VHOST' and
13165            not 'MEMIF'"
13166   parameters:
13167   - "throughput"
13168   - "parent"
13169   - "tags"
13170   layout:
13171     title: ""  # No title
13172     layout: "plot-throughput-speedup-analysis"
13173
13174 -
13175   type: "plot"
13176   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13177   algorithm: "plot_throughput_speedup_analysis"
13178   output-file-type: ".html"
13179   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13180   data: "plot-throughput-speedup-analysis-3n-hsw"
13181   filter: "'NIC_Intel-XL710' and
13182            '64B' and
13183            ('BASE' or 'SCALE') and
13184            'NDRPDR' and
13185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13186            not 'VHOST' and
13187            not 'MEMIF'"
13188   parameters:
13189   - "throughput"
13190   - "parent"
13191   - "tags"
13192   layout:
13193     title: ""  # No title
13194     layout: "plot-throughput-speedup-analysis"
13195
13196 # Speedup - VPP L2 3n-skx-x710
13197 -
13198   type: "plot"
13199   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13200   algorithm: "plot_throughput_speedup_analysis"
13201   output-file-type: ".html"
13202   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13203   data: "plot-throughput-speedup-analysis-3n-skx"
13204   filter: "'NIC_Intel-X710' and
13205            '64B' and
13206            ('BASE' or 'SCALE') and
13207            'NDRPDR' and
13208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13209            not 'VHOST' and
13210            not 'MEMIF'"
13211   parameters:
13212   - "throughput"
13213   - "parent"
13214   - "tags"
13215   layout:
13216     title: ""  # No title
13217     layout: "plot-throughput-speedup-analysis"
13218
13219 -
13220   type: "plot"
13221   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13222   algorithm: "plot_throughput_speedup_analysis"
13223   output-file-type: ".html"
13224   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13225   data: "plot-throughput-speedup-analysis-3n-skx"
13226   filter: "'NIC_Intel-X710' and
13227            '64B' and
13228            ('BASE' or 'SCALE') and
13229            'NDRPDR' and
13230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13231            not 'VHOST' and
13232            not 'MEMIF'"
13233   parameters:
13234   - "throughput"
13235   - "parent"
13236   - "tags"
13237   layout:
13238     title: ""  # No title
13239     layout: "plot-throughput-speedup-analysis"
13240
13241 -
13242   type: "plot"
13243   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13244   algorithm: "plot_throughput_speedup_analysis"
13245   output-file-type: ".html"
13246   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13247   data: "plot-throughput-speedup-analysis-3n-skx"
13248   filter: "'NIC_Intel-X710' and
13249            '64B' and
13250            'FEATURE' and
13251            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13252            'NDRPDR' and
13253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13254            not 'VHOST' and
13255            not 'MEMIF'"
13256   parameters:
13257   - "throughput"
13258   - "parent"
13259   - "tags"
13260   layout:
13261     title: ""  # No title
13262     layout: "plot-throughput-speedup-analysis"
13263
13264 -
13265   type: "plot"
13266   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13267   algorithm: "plot_throughput_speedup_analysis"
13268   output-file-type: ".html"
13269   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13270   data: "plot-throughput-speedup-analysis-3n-skx"
13271   filter: "'NIC_Intel-X710' and
13272            '64B' and
13273            'FEATURE' and
13274            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13275            'NDRPDR' and
13276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13277            not 'VHOST' and
13278            not 'MEMIF'"
13279   parameters:
13280   - "throughput"
13281   - "parent"
13282   - "tags"
13283   layout:
13284     title: ""  # No title
13285     layout: "plot-throughput-speedup-analysis"
13286
13287 # Speedup - VPP L2 3n-skx-xxv710
13288 -
13289   type: "plot"
13290   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13291   algorithm: "plot_throughput_speedup_analysis"
13292   output-file-type: ".html"
13293   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13294   data: "plot-throughput-speedup-analysis-3n-skx"
13295   filter: "'NIC_Intel-XXV710' and
13296            '64B' and
13297            ('BASE' or 'SCALE') and
13298            'NDRPDR' and
13299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13300            not 'VHOST' and
13301            not 'MEMIF'"
13302   parameters:
13303   - "throughput"
13304   - "parent"
13305   - "tags"
13306   layout:
13307     title: ""  # No title
13308     layout: "plot-throughput-speedup-analysis"
13309
13310 -
13311   type: "plot"
13312   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13313   algorithm: "plot_throughput_speedup_analysis"
13314   output-file-type: ".html"
13315   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13316   data: "plot-throughput-speedup-analysis-3n-skx"
13317   filter: "'NIC_Intel-XXV710' and
13318            '64B' and
13319            ('BASE' or 'SCALE') and
13320            'NDRPDR' and
13321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13322            not 'VHOST' and
13323            not 'MEMIF'"
13324   parameters:
13325   - "throughput"
13326   - "parent"
13327   - "tags"
13328   layout:
13329     title: ""  # No title
13330     layout: "plot-throughput-speedup-analysis"
13331
13332 # Speedup - VPP L2 2n-skx-x710
13333 -
13334   type: "plot"
13335   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13336   algorithm: "plot_throughput_speedup_analysis"
13337   output-file-type: ".html"
13338   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13339   data: "plot-throughput-speedup-analysis-2n-skx"
13340   filter: "'NIC_Intel-X710' and
13341            '64B' and
13342            ('BASE' or 'SCALE') and
13343            'NDRPDR' and
13344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13345            not 'VHOST' and
13346            not 'MEMIF'"
13347   parameters:
13348   - "throughput"
13349   - "parent"
13350   - "tags"
13351   layout:
13352     title: ""  # No title
13353     layout: "plot-throughput-speedup-analysis"
13354
13355 -
13356   type: "plot"
13357   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13358   algorithm: "plot_throughput_speedup_analysis"
13359   output-file-type: ".html"
13360   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13361   data: "plot-throughput-speedup-analysis-2n-skx"
13362   filter: "'NIC_Intel-X710' and
13363            '64B' and
13364            ('BASE' or 'SCALE') and
13365            'NDRPDR' and
13366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13367            not 'VHOST' and
13368            not 'MEMIF'"
13369   parameters:
13370   - "throughput"
13371   - "parent"
13372   - "tags"
13373   layout:
13374     title: ""  # No title
13375     layout: "plot-throughput-speedup-analysis"
13376
13377 # Speedup - VPP L2 2n-skx-xxv710
13378 -
13379   type: "plot"
13380   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13381   algorithm: "plot_throughput_speedup_analysis"
13382   output-file-type: ".html"
13383   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13384   data: "plot-throughput-speedup-analysis-2n-skx"
13385   filter: "'NIC_Intel-XXV710' and
13386            '64B' and
13387            ('BASE' or 'SCALE') and
13388            'NDRPDR' and
13389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13390            not 'VHOST' and
13391            not 'MEMIF'"
13392   parameters:
13393   - "throughput"
13394   - "parent"
13395   - "tags"
13396   layout:
13397     title: ""  # No title
13398     layout: "plot-throughput-speedup-analysis"
13399
13400 -
13401   type: "plot"
13402   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13403   algorithm: "plot_throughput_speedup_analysis"
13404   output-file-type: ".html"
13405   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13406   data: "plot-throughput-speedup-analysis-2n-skx"
13407   filter: "'NIC_Intel-XXV710' and
13408            '64B' and
13409            ('BASE' or 'SCALE') and
13410            'NDRPDR' and
13411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13412            not 'VHOST' and
13413            not 'MEMIF'"
13414   parameters:
13415   - "throughput"
13416   - "parent"
13417   - "tags"
13418   layout:
13419     title: ""  # No title
13420     layout: "plot-throughput-speedup-analysis"
13421
13422 ################################################################################
13423
13424 # Speedup - VPP vhost ip4 3n-hsw-x520
13425 -
13426   type: "plot"
13427   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13428   algorithm: "plot_throughput_speedup_analysis"
13429   output-file-type: ".html"
13430   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13431   data: "plot-throughput-speedup-analysis-3n-hsw"
13432   filter: "'NIC_Intel-X520-DA2' and
13433            '64B' and
13434            'NDRPDR' and
13435            'VHOST' and
13436            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13437   parameters:
13438   - "throughput"
13439   - "parent"
13440   - "tags"
13441   layout:
13442     title: ""  # No title
13443     layout: "plot-throughput-speedup-analysis"
13444
13445 -
13446   type: "plot"
13447   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13448   algorithm: "plot_throughput_speedup_analysis"
13449   output-file-type: ".html"
13450   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13451   data: "plot-throughput-speedup-analysis-3n-hsw"
13452   filter: "'NIC_Intel-X520-DA2' and
13453            '64B' and
13454            'NDRPDR' and
13455            'VHOST' and
13456            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13457   parameters:
13458   - "throughput"
13459   - "parent"
13460   - "tags"
13461   layout:
13462     title: ""  # No title
13463     layout: "plot-throughput-speedup-analysis"
13464
13465 # Speedup - VPP vhost l2sw 3n-hsw-x520
13466 -
13467   type: "plot"
13468   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13469   algorithm: "plot_throughput_speedup_analysis"
13470   output-file-type: ".html"
13471   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13472   data: "plot-throughput-speedup-analysis-3n-hsw"
13473   filter: "'NIC_Intel-X520-DA2' and
13474            '64B' and
13475            'NDRPDR' and
13476            'VHOST' and
13477            not 'VXLAN' and
13478            not 'IP4FWD' and
13479            not 'DOT1Q' and
13480            not '2VM'"
13481   parameters:
13482   - "throughput"
13483   - "parent"
13484   - "tags"
13485   layout:
13486     title: ""  # No title
13487     layout: "plot-throughput-speedup-analysis"
13488
13489 -
13490   type: "plot"
13491   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13492   algorithm: "plot_throughput_speedup_analysis"
13493   output-file-type: ".html"
13494   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13495   data: "plot-throughput-speedup-analysis-3n-hsw"
13496   filter: "'NIC_Intel-X520-DA2' and
13497            '64B' and
13498            'NDRPDR' and
13499            'VHOST' and
13500            not 'VXLAN' and
13501            not 'IP4FWD' and
13502            not 'DOT1Q' and
13503            not '2VM'"
13504   parameters:
13505   - "throughput"
13506   - "parent"
13507   - "tags"
13508   layout:
13509     title: ""  # No title
13510     layout: "plot-throughput-speedup-analysis"
13511
13512 # Speedup - VPP vhost ip4 3n-hsw-x710
13513 -
13514   type: "plot"
13515   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13516   algorithm: "plot_throughput_speedup_analysis"
13517   output-file-type: ".html"
13518   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13519   data: "plot-throughput-speedup-analysis-3n-hsw"
13520   filter: "'NIC_Intel-X710' and
13521            '64B' and
13522            'NDRPDR' and
13523            'VHOST' and
13524            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13525   parameters:
13526   - "throughput"
13527   - "parent"
13528   - "tags"
13529   layout:
13530     title: ""  # No title
13531     layout: "plot-throughput-speedup-analysis"
13532
13533 -
13534   type: "plot"
13535   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13536   algorithm: "plot_throughput_speedup_analysis"
13537   output-file-type: ".html"
13538   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13539   data: "plot-throughput-speedup-analysis-3n-hsw"
13540   filter: "'NIC_Intel-X710' and
13541            '64B' and
13542            'NDRPDR' and
13543            'VHOST' and
13544            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13545   parameters:
13546   - "throughput"
13547   - "parent"
13548   - "tags"
13549   layout:
13550     title: ""  # No title
13551     layout: "plot-throughput-speedup-analysis"
13552
13553 # Speedup - VPP vhost l2sw 3n-hsw-x710
13554 -
13555   type: "plot"
13556   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13557   algorithm: "plot_throughput_speedup_analysis"
13558   output-file-type: ".html"
13559   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13560   data: "plot-throughput-speedup-analysis-3n-hsw"
13561   filter: "'NIC_Intel-X710' and
13562            '64B' and
13563            'NDRPDR' and
13564            'VHOST' and
13565            not 'VXLAN' and
13566            not 'IP4FWD' and
13567            not 'DOT1Q' and
13568            not '2VM'"
13569   parameters:
13570   - "throughput"
13571   - "parent"
13572   - "tags"
13573   layout:
13574     title: ""  # No title
13575     layout: "plot-throughput-speedup-analysis"
13576
13577 -
13578   type: "plot"
13579   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13580   algorithm: "plot_throughput_speedup_analysis"
13581   output-file-type: ".html"
13582   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13583   data: "plot-throughput-speedup-analysis-3n-hsw"
13584   filter: "'NIC_Intel-X710' and
13585            '64B' and
13586            'NDRPDR' and
13587            'VHOST' and
13588            not 'VXLAN' and
13589            not 'IP4FWD' and
13590            not 'DOT1Q' and
13591            not '2VM'"
13592   parameters:
13593   - "throughput"
13594   - "parent"
13595   - "tags"
13596   layout:
13597     title: ""  # No title
13598     layout: "plot-throughput-speedup-analysis"
13599
13600 # Speedup - VPP vhost ip4 3n-hsw-xl710
13601 -
13602   type: "plot"
13603   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13604   algorithm: "plot_throughput_speedup_analysis"
13605   output-file-type: ".html"
13606   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13607   data: "plot-throughput-speedup-analysis-3n-hsw"
13608   filter: "'NIC_Intel-XL710' and
13609            '64B' and
13610            'NDRPDR' and
13611            'VHOST' and
13612            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13613   parameters:
13614   - "throughput"
13615   - "parent"
13616   - "tags"
13617   layout:
13618     title: ""  # No title
13619     layout: "plot-throughput-speedup-analysis"
13620
13621 -
13622   type: "plot"
13623   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13624   algorithm: "plot_throughput_speedup_analysis"
13625   output-file-type: ".html"
13626   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13627   data: "plot-throughput-speedup-analysis-3n-hsw"
13628   filter: "'NIC_Intel-XL710' and
13629            '64B' and
13630            'NDRPDR' and
13631            'VHOST' and
13632            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13633   parameters:
13634   - "throughput"
13635   - "parent"
13636   - "tags"
13637   layout:
13638     title: ""  # No title
13639     layout: "plot-throughput-speedup-analysis"
13640
13641 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13642 -
13643   type: "plot"
13644   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13645   algorithm: "plot_throughput_speedup_analysis"
13646   output-file-type: ".html"
13647   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13648   data: "plot-throughput-speedup-analysis-3n-hsw"
13649   filter: "'NIC_Intel-XL710' and
13650            '64B' and
13651            'NDRPDR' and
13652            'VHOST' and
13653            not 'VXLAN' and
13654            not 'IP4FWD' and
13655            not 'DOT1Q' and
13656            not '2VM'"
13657   parameters:
13658   - "throughput"
13659   - "parent"
13660   - "tags"
13661   layout:
13662     title: ""  # No title
13663     layout: "plot-throughput-speedup-analysis"
13664
13665 -
13666   type: "plot"
13667   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13668   algorithm: "plot_throughput_speedup_analysis"
13669   output-file-type: ".html"
13670   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13671   data: "plot-throughput-speedup-analysis-3n-hsw"
13672   filter: "'NIC_Intel-XL710' and
13673            '64B' and
13674            'NDRPDR' and
13675            'VHOST' and
13676            not 'VXLAN' and
13677            not 'IP4FWD' and
13678            not 'DOT1Q' and
13679            not '2VM'"
13680   parameters:
13681   - "throughput"
13682   - "parent"
13683   - "tags"
13684   layout:
13685     title: ""  # No title
13686     layout: "plot-throughput-speedup-analysis"
13687
13688 # Speedup - VPP vhost l2sw 3n-hsw-x520
13689 -
13690   type: "plot"
13691   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13692   algorithm: "plot_throughput_speedup_analysis"
13693   output-file-type: ".html"
13694   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13695   data: "plot-throughput-speedup-analysis-3n-hsw"
13696   filter: "'NIC_Intel-X520-DA2' and
13697            '114B' and
13698            'NDRPDR' and
13699            'VTS'"
13700   parameters:
13701   - "throughput"
13702   - "parent"
13703   - "tags"
13704   layout:
13705     title: ""  # No title
13706     layout: "plot-throughput-speedup-analysis"
13707
13708 -
13709   type: "plot"
13710   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13711   algorithm: "plot_throughput_speedup_analysis"
13712   output-file-type: ".html"
13713   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13714   data: "plot-throughput-speedup-analysis-3n-hsw"
13715   filter: "'NIC_Intel-X520-DA2' and
13716            '114B' and
13717            'NDRPDR' and
13718            'VTS'"
13719   parameters:
13720   - "throughput"
13721   - "parent"
13722   - "tags"
13723   layout:
13724     title: ""  # No title
13725     layout: "plot-throughput-speedup-analysis"