FIX: Report TSA
[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,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
45
46     # Detailed test configurations
47     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
48     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
49     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
50     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
51     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
52     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
53     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
54     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
55     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
56
57     # Detailed tests operational data
58     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
59     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
60     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
61     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
62
63     # .css patch file to fix tables generated by Sphinx
64     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
65     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
66
67   urls:
68     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
69     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
70     URL[NEXUS]: "https://docs.fd.io/csit"
71     DIR[NEXUS]: "report/_static/archive"
72
73   make-dirs:
74   # List the directories which are created while preparing the environment.
75   # All directories MUST be defined in "paths" section.
76   - "DIR[WORKING,DATA]"
77   - "DIR[STATIC,VPP]"
78   - "DIR[STATIC,DPDK]"
79   - "DIR[STATIC,ARCH]"
80   - "DIR[BUILD,LATEX]"
81   - "DIR[WORKING,SRC]"
82   - "DIR[WORKING,SRC,STATIC]"
83
84   remove-dirs:
85   # List the directories which are deleted while cleaning the environment.
86   # All directories MUST be defined in "paths" section.
87   #- "DIR[BUILD,HTML]"
88   - "DIR[WORKING,DATA]"
89
90   build-dirs:
91   # List the directories where the results (build) is stored.
92   # All directories MUST be defined in "paths" section.
93   - "DIR[BUILD,HTML]"
94   - "DIR[BUILD,LATEX]"
95
96 -
97   type: "configuration"
98
99   data-sets:
100
101     # VPP Performance
102     vpp-performance-changes:
103       csit-vpp-perf-1801-all:
104       - 124  # sel
105       - 127  # sel
106       - 128  # sel
107       - 141  # sel
108       - 142  # sel
109       - 143  # sel
110       - 145  # sel
111       - 146  # sel
112       - 162  # sel
113       - 163  # sel
114       - 167  # sel
115       - 172  # sel acl only
116       csit-vpp-perf-1804-all:
117       - 21  # sel
118       - 22  # sel
119       - 23  # sel
120       - 24  # sel
121       - 27  # sel
122       - 28  # sel
123       - 29  # sel
124       - 30  # sel
125       - 31  # sel
126       - 35  # sel
127       # TODO: Add Data sources
128       # 1807
129     vpp-compare-testbeds:
130       # TODO: Add Data sources
131       # HSW
132       csit-vpp-perf-1801-all:
133       - 124  # sel
134       - 127  # sel
135       - 128  # sel
136       - 141  # sel
137       - 142  # sel
138       - 143  # sel
139       - 145  # sel
140       - 146  # sel
141       - 162  # sel
142       - 163  # sel
143       - 167  # sel
144       - 172  # sel acl only
145       # TODO: Add Data sources
146       # SKX
147       csit-vpp-perf-1804-all:
148       - 21  # sel
149       - 22  # sel
150       - 23  # sel
151       - 24  # sel
152       - 27  # sel
153       - 28  # sel
154       - 29  # sel
155       - 30  # sel
156       - 31  # sel
157       - 35  # sel
158     vpp-compare-testbeds-mrr:
159       # TODO: Add Data sources
160       csit-vpp-perf-verify-1807-3n-hsw:
161       - 9   # MRR sel
162       # TODO: Add Data sources
163       csit-vpp-perf-verify-1807-3n-skx:
164       - 21  # MRR sel
165
166     vpp-performance-changes-mrr:
167       csit-vpp-perf-check-1801:
168       - 3
169       - 4
170       - 5
171       - 6
172       - 7
173       - 8
174       - 9
175       - 11
176       - 12
177       - 13
178       csit-vpp-perf-check-1804:
179       - 6   # mrr - sel
180       - 13  # mrr - sel
181       - 14  # mrr - sel
182       - 15  # mrr - sel
183       - 16  # mrr - sel
184       - 17  # mrr - sel
185       - 19  # mrr - sel
186       - 20  # mrr - sel
187       - 21  # mrr - sel
188       - 22  # mrr - sel
189       # TODO: Add Data sources
190       csit-vpp-perf-verify-1807-3n-hsw:
191       - 9   # MRR sel
192     vpp-perf-results-3n-hsw:
193       # TODO: Add Data sources
194       # csit-vpp-perf-verify-1807-3n-hsw:
195       csit-vpp-perf-1804-all:
196       - 19  # full
197       - 20  # full
198       - 25  # full
199       - 49  # full
200     vpp-perf-results-3n-skx:
201       # TODO: Add Data sources
202       # csit-vpp-perf-verify-1807-3n-skx:
203       csit-vpp-perf-1804-all:
204       - 19  # full
205       - 20  # full
206       - 25  # full
207       - 49  # full
208     vpp-perf-results-2n-skx:
209       # TODO: Add Data sources
210       # csit-vpp-perf-verify-1807-2n-skx:
211       csit-vpp-perf-1804-all:
212       - 19  # full
213       - 20  # full
214       - 25  # full
215       - 49  # full
216     vpp-mrr-results-3n-hsw:
217       # TODO: Replace with full
218       csit-vpp-perf-verify-1807-3n-hsw:
219       - 9   # MRR sel
220     vpp-mrr-results-3n-skx:
221       # TODO: Replace with full
222       csit-vpp-perf-verify-1807-3n-skx:
223       - 21  # MRR sel
224     vpp-mrr-results-2n-skx:
225       # TODO: Replace with full
226       csit-vpp-perf-verify-1807-2n-skx:
227       - 22  # MRR sel
228     plot-throughput-speedup-analysis-3n-hsw:
229       # TODO: Add Data sources
230       # csit-vpp-perf-verify-1807-3n-hsw:
231       csit-vpp-perf-1804-all:
232       - 19  # full
233       - 20  # full
234       - 25  # full
235       - 49  # full
236       - 21  # sel
237       - 22  # sel
238       - 23  # sel
239       - 24  # sel
240       - 27  # sel
241       - 28  # sel
242       - 29  # sel
243       - 30  # sel
244       - 31  # sel
245       - 35  # sel
246     plot-throughput-speedup-analysis-3n-skx:
247       # TODO: Add Data sources
248       # csit-vpp-perf-verify-1807-3n-skx:
249       csit-vpp-perf-1804-all:
250       - 19  # full
251       - 20  # full
252       - 25  # full
253       - 49  # full
254       - 21  # sel
255       - 22  # sel
256       - 23  # sel
257       - 24  # sel
258       - 27  # sel
259       - 28  # sel
260       - 29  # sel
261       - 30  # sel
262       - 31  # sel
263       - 35  # sel
264     plot-throughput-speedup-analysis-2n-skx:
265       # TODO: Add Data sources
266       csit-vpp-perf-verify-1807-2n-skx:
267       - 18  # NDRPDR sel
268       - 19  # NDRPDR sel
269       - 20  # NDRPDR sel
270     plot-vpp-throughput-latency-3n-hsw:
271       # TODO: Add Data sources
272       # csit-vpp-perf-verify-1807-3n-hsw:
273       csit-vpp-perf-1804-all:
274       - 19  # full
275       - 20  # full
276       - 25  # full
277       - 49  # full
278       - 21  # sel
279       - 22  # sel
280       - 23  # sel
281       - 24  # sel
282       - 27  # sel
283       - 28  # sel
284       - 29  # sel
285       - 30  # sel
286       - 31  # sel
287       - 35  # sel
288     plot-vpp-throughput-latency-3n-skx:
289       # TODO: Add Data sources
290       # csit-vpp-perf-verify-1807-3n-skx:
291       csit-vpp-perf-1804-all:
292       - 19  # full
293       - 20  # full
294       - 25  # full
295       - 49  # full
296       - 21  # sel
297       - 22  # sel
298       - 23  # sel
299       - 24  # sel
300       - 27  # sel
301       - 28  # sel
302       - 29  # sel
303       - 30  # sel
304       - 31  # sel
305       - 35  # sel
306     plot-vpp-throughput-latency-2n-skx:
307       csit-vpp-perf-verify-1807-2n-skx:
308       - 18  # NDRPDR sel
309       - 19  # NDRPDR sel
310       - 20  # NDRPDR sel
311     plot-vpp-http-server-performance:
312       # TODO: Add Data sources
313       csit-vpp-perf-1804-all:
314       - 39  # wrk
315       - 40  # wrk
316       - 41  # wrk
317       - 42  # wrk
318       - 43  # wrk
319       - 44  # wrk
320       - 45  # wrk
321       - 46  # wrk
322       - 47  # wrk
323       - 48  # wrk
324
325     # VPP Functional
326     vpp-func-results-ubuntu:
327       csit-vpp-functional-1807-ubuntu1604-virl:
328       # TODO: Add Data sources
329       - "lastSuccessfulBuild"
330     vpp-func-results-centos:
331       csit-vpp-functional-1807-centos7-virl:
332       # TODO: Add Data sources
333       - "lastSuccessfulBuild"
334
335     # VPP Ligato
336     ligato-perf-results-3n-hsw:
337       # TODO: Replace with full
338       csit-ligato-perf-1807-all:
339       - 4   # sel
340     plot-ligato-throughput-speedup-analysis-3n-hsw:
341       # TODO: Add Data sources
342       csit-ligato-perf-1807-all:
343       - 4   # sel
344     plot-ligato-throughput-latency-3n-hsw:
345       # TODO: Add Data sources
346       csit-ligato-perf-1807-all:
347       - 4   # sel
348
349     # DPDK Performance
350     dpdk-performance-changes:
351       csit-dpdk-perf-1804-all:
352       - 4
353       - 5
354       - 6
355       - 7
356       - 8
357       - 9
358       - 10
359       - 11
360       - 12
361       - 13
362       csit-dpdk-perf-verify-1807-3n-hsw:
363       - 11
364       - 12  # full
365       - 14
366       - 15
367       - 16
368       - 17
369       - 20
370       - 21
371       - 22
372       - 23
373     dpdk-compare-testbeds:
374       csit-dpdk-perf-verify-1807-3n-skx:
375       - 1
376       - 2
377       - 3
378       - 6
379       - 7
380       - 8
381       - 9
382       - 10
383       - 11
384       - 12
385       csit-dpdk-perf-verify-1807-3n-hsw:
386       - 11
387       - 12  # full
388       - 14
389       - 15
390       - 16
391       - 17
392       - 20
393       - 21
394       - 22
395       - 23
396     dpdk-perf-results-3n-hsw:
397       csit-dpdk-perf-verify-1807-3n-hsw:
398       - 12
399     dpdk-perf-results-3n-skx:
400       csit-dpdk-perf-verify-1807-3n-skx:
401       - 12
402     dpdk-perf-results-2n-skx:
403       csit-dpdk-perf-verify-1807-2n-skx:
404       - 10
405     plot-dpdk-throughput-latency-3n-hsw:
406       csit-dpdk-perf-verify-1807-3n-hsw:
407       - 11
408       - 12  # full
409       - 14
410       - 15
411       - 16
412       - 17
413       - 20
414       - 21
415       - 22
416       - 23
417     plot-dpdk-throughput-latency-3n-skx:
418       csit-dpdk-perf-verify-1807-3n-skx:
419       - 1
420       - 2
421       - 3
422       - 6
423       - 7
424       - 8
425       - 9
426       - 10
427       - 11
428       - 12
429     plot-dpdk-throughput-latency-2n-skx:
430       csit-dpdk-perf-verify-1807-2n-skx:
431       - 1
432       - 2
433       - 3
434       - 4
435       - 5
436       - 6
437       - 7
438       - 8
439       - 9
440       - 10
441
442     # HoneyComb Functional
443     hc-func-results:
444       csit-hc2vpp-verify-func-1807-ubuntu1604:
445       # TODO: Add Data sources
446       - "lastSuccessfulBuild"
447
448     #NSH SFC Functional
449     nsh-func-results:
450       # TODO: Add Data sources
451       csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
452       - 7
453
454   plot-layouts:
455
456     plot-cps:
457       xaxis:
458         autorange: True
459         fixedrange: False
460         gridcolor: "rgb(238, 238, 238)"
461         linecolor: "rgb(238, 238, 238)"
462         linewidth: 1
463         showgrid: True
464         showline: True
465         showticklabels: True
466         tickcolor: "rgb(238, 238, 238)"
467         tickmode: "linear"
468         title: "Indexed Test Cases"
469         zeroline: False
470       yaxis:
471         gridcolor: "rgb(238, 238, 238)"
472         hoverformat: ".4s"
473         linecolor: "rgb(238, 238, 238)"
474         linewidth: 1
475         rangemode: "tozero"
476         showgrid: True
477         showline: True
478         showticklabels: True
479         tickcolor: "rgb(238, 238, 238)"
480         title: "Connections Per Second [cps]"
481         zeroline: False
482       boxmode: "group"
483       boxgroupgap: 0.5
484       autosize: False
485       margin:
486         t: 50
487         b: 20
488         l: 50
489         r: 20
490       showlegend: True
491       legend:
492         orientation: "h"
493       width: 700
494       height: 1000
495
496     plot-rps:
497       xaxis:
498         autorange: True
499         fixedrange: False
500         gridcolor: "rgb(238, 238, 238)"
501         linecolor: "rgb(238, 238, 238)"
502         linewidth: 1
503         showgrid: True
504         showline: True
505         showticklabels: True
506         tickcolor: "rgb(238, 238, 238)"
507         tickmode: "linear"
508         title: "Indexed Test Cases"
509         zeroline: False
510       yaxis:
511         gridcolor: "rgb(238, 238, 238)"
512         hoverformat: ".4s"
513         linecolor: "rgb(238, 238, 238)"
514         linewidth: 1
515         rangemode: "tozero"
516         showgrid: True
517         showline: True
518         showticklabels: True
519         tickcolor: "rgb(238, 238, 238)"
520         title: "Requests Per Second [rps]"
521         zeroline: False
522       boxmode: "group"
523       boxgroupgap: 0.5
524       autosize: False
525       margin:
526         t: 50
527         b: 20
528         l: 50
529         r: 20
530       showlegend: True
531       legend:
532         orientation: "h"
533       width: 700
534       height: 1000
535
536     plot-throughput:
537       xaxis:
538         autorange: True
539         fixedrange: False
540         gridcolor: "rgb(238, 238, 238)"
541         linecolor: "rgb(238, 238, 238)"
542         linewidth: 1
543         showgrid: True
544         showline: True
545         showticklabels: True
546         tickcolor: "rgb(238, 238, 238)"
547         tickmode: "linear"
548         title: "Indexed Test Cases"
549         zeroline: False
550       yaxis:
551         gridcolor: "rgb(238, 238, 238)"
552         hoverformat: ".4s"
553         linecolor: "rgb(238, 238, 238)"
554         linewidth: 1
555         showgrid: True
556         showline: True
557         showticklabels: True
558         tickcolor: "rgb(238, 238, 238)"
559         title: "Packets Per Second [pps]"
560         zeroline: False
561       boxmode: "group"
562       boxgroupgap: 0.5
563       autosize: False
564       margin:
565         t: 50
566         b: 20
567         l: 50
568         r: 20
569       showlegend: True
570       legend:
571         orientation: "h"
572       width: 700
573       height: 1000
574
575     plot-latency:
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: ""
592         linecolor: "rgb(238, 238, 238)"
593         linewidth: 1
594         showgrid: True
595         showline: True
596         showticklabels: True
597         tickcolor: "rgb(238, 238, 238)"
598         title: "Latency min/avg/max [uSec]"
599         zeroline: False
600       boxmode: "group"
601       boxgroupgap: 0.5
602       autosize: False
603       margin:
604         t: 50
605         b: 20
606         l: 50
607         r: 20
608       showlegend: True
609       legend:
610         orientation: "h"
611       width: 700
612       height: 1000
613
614     plot-throughput-speedup-analysis:
615       xaxis:
616         autorange: True
617         fixedrange: False
618         gridcolor: "rgb(238, 238, 238)"
619         linecolor: "rgb(238, 238, 238)"
620         linewidth: 1
621         showgrid: True
622         showline: True
623         showticklabels: True
624         tickcolor: "rgb(238, 238, 238)"
625         tickmode: "linear"
626         tickangle: 270
627         zeroline: False
628       yaxis:
629         title: "Throughput speedup factor"
630         gridcolor: "rgb(238, 238, 238)"
631         hoverformat: ".4s"
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         zeroline: False
639       legend:
640         orientation: "h"
641         xanchor: "center"
642         yanchor: "top"
643         x: 0.5
644         y: 1
645         bgcolor: "rgba(255, 255, 255, 0)"
646         bordercolor: "rgba(255, 255, 255, 0)"
647       barmode: "group"
648       bargap: 0.15
649       bargroupgap: 0.1
650       autosize: False
651       margin:
652           't': 50
653           'b': 300
654           'l': 50
655           'r': 20
656       showlegend: True
657       width: 700
658       height: 1000
659
660 -
661   type: "static"
662   src-path: "{DIR[RST]}"
663   dst-path: "{DIR[WORKING,SRC]}"
664
665 -
666   type: "input"
667   general:
668     file-name: "robot-plugin.zip"
669     file-format: ".zip"
670     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
671     extract: "robot-plugin/output.xml"
672
673   builds:
674
675     csit-vpp-perf-1801-all:
676     - 124  # sel
677     - 127  # sel
678     - 128  # sel
679     - 141  # sel
680     - 142  # sel
681     - 143  # sel
682     - 145  # sel
683     - 146  # sel
684     - 162  # sel
685     - 163  # sel
686     - 167  # sel
687     - 172  # sel acl only
688     csit-vpp-perf-1804-all:
689     - 19  # full
690     - 20  # full
691     - 25  # full
692     - 49  # full
693     - 21  # sel
694     - 22  # sel
695     - 23  # sel
696     - 24  # sel
697     - 27  # sel
698     - 28  # sel
699     - 29  # sel
700     - 30  # sel
701     - 31  # sel
702     - 35  # sel
703     - 39  # wrk
704     - 40  # wrk
705     - 41  # wrk
706     - 42  # wrk
707     - 43  # wrk
708     - 44  # wrk
709     - 45  # wrk
710     - 46  # wrk
711     - 47  # wrk
712     - 48  # wrk
713     # TODO: Add Data sources
714     csit-vpp-perf-verify-1807-3n-hsw:
715     - 9   # MRR sel
716     # TODO: Add Data sources
717     csit-vpp-perf-verify-1807-3n-skx:
718     - 21  # MRR sel
719     # TODO: Add Data sources
720     csit-vpp-perf-verify-1807-2n-skx:
721     - 17  # MRR sel
722     - 18  # NDRPDR sel
723     - 19  # NDRPDR sel
724     - 20  # NDRPDR sel
725     - 22  # MRR sel
726     csit-vpp-perf-check-1801:
727     - 3   # mrr
728     - 4   # mrr
729     - 5   # mrr
730     - 6   # mrr
731     - 7   # mrr
732     - 8   # mrr
733     - 9   # mrr
734     - 11  # mrr
735     - 12  # mrr
736     - 13  # mrr
737     csit-vpp-perf-check-1804:
738     - 5   # mrr - full
739     - 6   # mrr - sel
740     - 13  # mrr - sel
741     - 14  # mrr - sel
742     - 15  # mrr - sel
743     - 16  # mrr - sel
744     - 17  # mrr - sel
745     - 19  # mrr - sel
746     - 20  # mrr - sel
747     - 21  # mrr - sel
748     - 22  # mrr - sel
749     csit-ligato-perf-1804-all:
750     - 4   # full
751     - 5   # sel
752     - 6   # sel
753     - 7   # sel
754     - 8   # sel
755     - 9   # sel
756     - 10  # sel
757     - 11  # sel
758     - 12  # sel
759     - 13  # sel
760     - 14  # sel
761     # TODO: Add Data sources
762     csit-ligato-perf-1807-all:
763     - 4   # sel
764     csit-dpdk-perf-1804-all:
765     - 4
766     - 5
767     - 6
768     - 7
769     - 8
770     - 9
771     - 10
772     - 11
773     - 12
774     - 13
775     csit-dpdk-perf-verify-1807-3n-hsw:
776     - 11
777     - 12  # full
778     - 14
779     - 15
780     - 16
781     - 17
782     - 20
783     - 21
784     - 22
785     - 23
786     csit-dpdk-perf-verify-1807-3n-skx:
787     - 1
788     - 2
789     - 3
790     - 6
791     - 7
792     - 8
793     - 9
794     - 10
795     - 11
796     - 12
797     csit-dpdk-perf-verify-1807-2n-skx:
798     - 1
799     - 2
800     - 3
801     - 4
802     - 5
803     - 6
804     - 7
805     - 8
806     - 9
807     - 10
808     csit-vpp-functional-1807-ubuntu1604-virl:
809     # TODO: Add Data sources
810     - "lastSuccessfulBuild"
811     csit-vpp-functional-1807-centos7-virl:
812     # TODO: Add Data sources
813     - "lastSuccessfulBuild"
814     # TODO: Add Data sources
815     csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
816     - 7
817     csit-hc2vpp-verify-func-1807-ubuntu1604:
818     # TODO: Add Data sources
819     - "lastSuccessfulBuild"
820
821 -
822   type: "output"
823   output: "report"
824   format:
825     html:
826     - full
827 #    pdf:
828 #    - minimal
829
830 ################################################################################
831 ###                               T A B L E S                                ###
832 ################################################################################
833
834 ################################################################################
835 # VPP
836 -
837   type: "table"
838   title: "VPP Performance Changes 1t1c pdr"
839   algorithm: "table_performance_comparison"
840   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
841   history:
842     -
843       title: "rls1801"
844       data:
845         csit-vpp-perf-1801-all:
846         - 124  # sel
847         - 127  # sel
848         - 128  # sel
849         - 141  # sel
850         - 142  # sel
851         - 143  # sel
852         - 145  # sel
853         - 146  # sel
854         - 162  # sel
855         - 163  # sel
856         - 167  # sel
857         - 172  # sel acl only
858   reference:
859     title: "rls1804"
860     data:
861       csit-vpp-perf-1804-all:
862       - 21  # sel
863       - 22  # sel
864       - 23  # sel
865       - 24  # sel
866       - 27  # sel
867       - 28  # sel
868       - 29  # sel
869       - 30  # sel
870       - 31  # sel
871       - 35  # sel
872   compare:
873     title: "rls1807"
874     data:
875       # TODO: Add Data sources
876       csit-vpp-perf-1804-all:
877       - 21  # sel
878       - 22  # sel
879       - 23  # sel
880       - 24  # sel
881       - 27  # sel
882       - 28  # sel
883       - 29  # sel
884       - 30  # sel
885       - 31  # sel
886       - 35  # sel
887   data: "vpp-performance-changes"
888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
889   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
890   parameters:
891   - "name"
892   - "parent"
893   - "throughput"
894
895 -
896   type: "table"
897   title: "VPP Performance Changes 2t2c pdr"
898   algorithm: "table_performance_comparison"
899   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
900   history:
901     -
902       title: "rls1801"
903       data:
904         csit-vpp-perf-1801-all:
905         - 124  # sel
906         - 127  # sel
907         - 128  # sel
908         - 141  # sel
909         - 142  # sel
910         - 143  # sel
911         - 145  # sel
912         - 146  # sel
913         - 162  # sel
914         - 163  # sel
915         - 167  # sel
916         - 172  # sel acl only
917   reference:
918     title: "rls1804"
919     data:
920       csit-vpp-perf-1804-all:
921       - 21  # sel
922       - 22  # sel
923       - 23  # sel
924       - 24  # sel
925       - 27  # sel
926       - 28  # sel
927       - 29  # sel
928       - 30  # sel
929       - 31  # sel
930       - 35  # sel
931   compare:
932     title: "rls1807"
933     data:
934       # TODO: Add Data sources
935       csit-vpp-perf-1804-all:
936       - 21  # sel
937       - 22  # sel
938       - 23  # sel
939       - 24  # sel
940       - 27  # sel
941       - 28  # sel
942       - 29  # sel
943       - 30  # sel
944       - 31  # sel
945       - 35  # sel
946   data: "vpp-performance-changes"
947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
948   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
949   parameters:
950   - "name"
951   - "parent"
952   - "throughput"
953
954 -
955   type: "table"
956   title: "VPP Performance Changes 1t1c ndr"
957   algorithm: "table_performance_comparison"
958   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
959   history:
960     -
961       title: "rls1801"
962       data:
963         csit-vpp-perf-1801-all:
964         - 124  # sel
965         - 127  # sel
966         - 128  # sel
967         - 141  # sel
968         - 142  # sel
969         - 143  # sel
970         - 145  # sel
971         - 146  # sel
972         - 162  # sel
973         - 163  # sel
974         - 167  # sel
975         - 172  # sel acl only
976   reference:
977     title: "rls1804"
978     data:
979       csit-vpp-perf-1804-all:
980       - 21  # sel
981       - 22  # sel
982       - 23  # sel
983       - 24  # sel
984       - 27  # sel
985       - 28  # sel
986       - 29  # sel
987       - 30  # sel
988       - 31  # sel
989       - 35  # sel
990   compare:
991     title: "rls1807"
992     data:
993       # TODO: Add Data sources
994       csit-vpp-perf-1804-all:
995       - 21  # sel
996       - 22  # sel
997       - 23  # sel
998       - 24  # sel
999       - 27  # sel
1000       - 28  # sel
1001       - 29  # sel
1002       - 30  # sel
1003       - 31  # sel
1004       - 35  # sel
1005   data: "vpp-performance-changes"
1006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1007   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1008   parameters:
1009   - "name"
1010   - "parent"
1011   - "throughput"
1012
1013 -
1014   type: "table"
1015   title: "VPP Performance Changes 2t2c ndr"
1016   algorithm: "table_performance_comparison"
1017   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1018   history:
1019     -
1020       title: "rls1801"
1021       data:
1022         csit-vpp-perf-1801-all:
1023         - 124  # sel
1024         - 127  # sel
1025         - 128  # sel
1026         - 141  # sel
1027         - 142  # sel
1028         - 143  # sel
1029         - 145  # sel
1030         - 146  # sel
1031         - 162  # sel
1032         - 163  # sel
1033         - 167  # sel
1034         - 172  # sel acl only
1035   reference:
1036     title: "rls1804"
1037     data:
1038       csit-vpp-perf-1804-all:
1039       - 21  # sel
1040       - 22  # sel
1041       - 23  # sel
1042       - 24  # sel
1043       - 27  # sel
1044       - 28  # sel
1045       - 29  # sel
1046       - 30  # sel
1047       - 31  # sel
1048       - 35  # sel
1049   compare:
1050     title: "rls1807"
1051     data:
1052       # TODO: Add Data sources
1053       csit-vpp-perf-1804-all:
1054       - 21  # sel
1055       - 22  # sel
1056       - 23  # sel
1057       - 24  # sel
1058       - 27  # sel
1059       - 28  # sel
1060       - 29  # sel
1061       - 30  # sel
1062       - 31  # sel
1063       - 35  # sel
1064   data: "vpp-performance-changes"
1065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1066   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1067   parameters:
1068   - "name"
1069   - "parent"
1070   - "throughput"
1071
1072 -
1073   type: "table"
1074   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1075   algorithm: "table_performance_comparison"
1076   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1077   reference:
1078     title: "3-Node Hsw"
1079     data:
1080       # TODO: Add Data sources
1081       csit-vpp-perf-1801-all:
1082       - 124  # sel
1083       - 127  # sel
1084       - 128  # sel
1085       - 141  # sel
1086       - 142  # sel
1087       - 143  # sel
1088       - 145  # sel
1089       - 146  # sel
1090       - 162  # sel
1091       - 163  # sel
1092       - 167  # sel
1093       - 172  # sel acl only
1094   compare:
1095     title: "3-Node Skx"
1096     data:
1097       # TODO: Add Data sources
1098       csit-vpp-perf-1804-all:
1099       - 21  # sel
1100       - 22  # sel
1101       - 23  # sel
1102       - 24  # sel
1103       - 27  # sel
1104       - 28  # sel
1105       - 29  # sel
1106       - 30  # sel
1107       - 31  # sel
1108       - 35  # sel
1109   data: "vpp-compare-testbeds"
1110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1111   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1112   parameters:
1113   - "name"
1114   - "parent"
1115   - "throughput"
1116
1117 -
1118   type: "table"
1119   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1120   algorithm: "table_performance_comparison"
1121   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1122   reference:
1123     title: "3-Node Hsw"
1124     data:
1125       # TODO: Add Data sources
1126       csit-vpp-perf-1801-all:
1127       - 124  # sel
1128       - 127  # sel
1129       - 128  # sel
1130       - 141  # sel
1131       - 142  # sel
1132       - 143  # sel
1133       - 145  # sel
1134       - 146  # sel
1135       - 162  # sel
1136       - 163  # sel
1137       - 167  # sel
1138       - 172  # sel acl only
1139   compare:
1140     title: "3-Node Skx"
1141     data:
1142       # TODO: Add Data sources
1143       csit-vpp-perf-1804-all:
1144       - 21  # sel
1145       - 22  # sel
1146       - 23  # sel
1147       - 24  # sel
1148       - 27  # sel
1149       - 28  # sel
1150       - 29  # sel
1151       - 30  # sel
1152       - 31  # sel
1153       - 35  # sel
1154   data: "vpp-compare-testbeds"
1155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1156   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1157   parameters:
1158   - "name"
1159   - "parent"
1160   - "throughput"
1161
1162 -
1163   type: "table"
1164   title: "VPP Performance Changes - 1t1c MRR"
1165   algorithm: "table_performance_comparison"
1166   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1167   history:
1168     -
1169       title: "rls1801"
1170       data:
1171         csit-vpp-perf-check-1801:
1172         - 3
1173         - 4
1174         - 5
1175         - 6
1176         - 7
1177         - 8
1178         - 9
1179         - 11
1180         - 12
1181         - 13
1182   reference:
1183     title: "rls1804"
1184     data:
1185       csit-vpp-perf-check-1804:
1186       - 6   # mrr - sel
1187       - 13  # mrr - sel
1188       - 14  # mrr - sel
1189       - 15  # mrr - sel
1190       - 16  # mrr - sel
1191       - 17  # mrr - sel
1192       - 19  # mrr - sel
1193       - 20  # mrr - sel
1194       - 21  # mrr - sel
1195       - 22  # mrr - sel
1196   compare:
1197     title: "rls1807"
1198     data:
1199       # TODO: Add Data sources
1200       csit-vpp-perf-verify-1807-3n-hsw:
1201       - 9   # MRR sel
1202   data: "vpp-performance-changes-mrr"
1203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1204   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1205   parameters:
1206   - "name"
1207   - "parent"
1208   - "result"
1209
1210 -
1211   type: "table"
1212   title: "VPP Performance Changes - 2t2c MRR"
1213   algorithm: "table_performance_comparison"
1214   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1215   history:
1216     -
1217       title: "rls1801"
1218       data:
1219         csit-vpp-perf-check-1801:
1220         - 3
1221         - 4
1222         - 5
1223         - 6
1224         - 7
1225         - 8
1226         - 9
1227         - 11
1228         - 12
1229         - 13
1230   reference:
1231     title: "rls1804"
1232     data:
1233       csit-vpp-perf-check-1804:
1234       - 6   # mrr - sel
1235       - 13  # mrr - sel
1236       - 14  # mrr - sel
1237       - 15  # mrr - sel
1238       - 16  # mrr - sel
1239       - 17  # mrr - sel
1240       - 19  # mrr - sel
1241       - 20  # mrr - sel
1242       - 21  # mrr - sel
1243       - 22  # mrr - sel
1244   compare:
1245     title: "rls1807"
1246     data:
1247       # TODO: Add Data sources
1248       csit-vpp-perf-verify-1807-3n-hsw:
1249       - 9   # MRR sel
1250   data: "vpp-performance-changes-mrr"
1251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1252   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1253   parameters:
1254   - "name"
1255   - "parent"
1256   - "result"
1257
1258 -
1259   type: "table"
1260   title: "VPP Performance Changes - 4t4c MRR"
1261   algorithm: "table_performance_comparison"
1262   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1263   history:
1264     -
1265       title: "rls1801"
1266       data:
1267         csit-vpp-perf-check-1801:
1268         - 3
1269         - 4
1270         - 5
1271         - 6
1272         - 7
1273         - 8
1274         - 9
1275         - 11
1276         - 12
1277         - 13
1278   reference:
1279     title: "rls1804"
1280     data:
1281       csit-vpp-perf-check-1804:
1282       - 6   # mrr - sel
1283       - 13  # mrr - sel
1284       - 14  # mrr - sel
1285       - 15  # mrr - sel
1286       - 16  # mrr - sel
1287       - 17  # mrr - sel
1288       - 19  # mrr - sel
1289       - 20  # mrr - sel
1290       - 21  # mrr - sel
1291       - 22  # mrr - sel
1292   compare:
1293     title: "rls1807"
1294     data:
1295       # TODO: Add Data sources
1296       csit-vpp-perf-verify-1807-3n-hsw:
1297       - 9   # MRR sel
1298   data: "vpp-performance-changes-mrr"
1299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1300   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1301   parameters:
1302   - "name"
1303   - "parent"
1304   - "result"
1305
1306 -
1307   type: "table"
1308   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1309   algorithm: "table_performance_comparison"
1310   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1311   reference:
1312     title: "3-Node Hsw"
1313     data:
1314       # TODO: Add Data sources
1315       csit-vpp-perf-verify-1807-3n-hsw:
1316       - 9   # MRR sel
1317   compare:
1318     title: "3-Node Skx"
1319     data:
1320       # TODO: Add Data sources
1321       csit-vpp-perf-verify-1807-3n-skx:
1322       - 21  # MRR sel
1323   data: "vpp-compare-testbeds-mrr"
1324   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1325   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1326   parameters:
1327   - "name"
1328   - "parent"
1329   - "throughput"
1330
1331 -
1332   type: "table"
1333   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1334   algorithm: "table_merged_details"
1335   output-file-ext: ".csv"
1336   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1337   columns:
1338   -
1339     title: "Name"
1340     data: "data name"
1341   -
1342     title: "Documentation"
1343     data: "data doc"
1344   -
1345     title: "Status"
1346     data: "data msg"
1347   rows: "generated"
1348   data: "vpp-perf-results-3n-hsw"
1349   filter: "not 'NDRCHK' and not 'PDRCHK'"
1350   parameters:
1351   - "name"
1352   - "parent"
1353   - "doc"
1354   - "msg"
1355
1356 -
1357   type: "table"
1358   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1359   algorithm: "table_merged_details"
1360   output-file-ext: ".csv"
1361   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1362   columns:
1363   -
1364     title: "Name"
1365     data: "data name"
1366   -
1367     title: "Documentation"
1368     data: "data doc"
1369   -
1370     title: "Status"
1371     data: "data msg"
1372   rows: "generated"
1373   data: "vpp-perf-results-3n-skx"
1374   filter: "not 'NDRCHK' and not 'PDRCHK'"
1375   parameters:
1376   - "name"
1377   - "parent"
1378   - "doc"
1379   - "msg"
1380
1381 -
1382   type: "table"
1383   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1384   algorithm: "table_merged_details"
1385   output-file-ext: ".csv"
1386   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1387   columns:
1388   -
1389     title: "Name"
1390     data: "data name"
1391   -
1392     title: "Documentation"
1393     data: "data doc"
1394   -
1395     title: "Status"
1396     data: "data msg"
1397   rows: "generated"
1398   data: "vpp-perf-results-2n-skx"
1399   filter: "not 'NDRCHK' and not 'PDRCHK'"
1400   parameters:
1401   - "name"
1402   - "parent"
1403   - "doc"
1404   - "msg"
1405
1406 -
1407   type: "table"
1408   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1409   algorithm: "table_merged_details"
1410   output-file-ext: ".csv"
1411   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1412   columns:
1413   -
1414     title: "Name"
1415     data: "data name"
1416   -
1417     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1418     data: "data vat-history"
1419   rows: "generated"
1420   data: "vpp-perf-results-3n-hsw"
1421   filter: "not 'NDRCHK' and not 'PDRCHK'"
1422   parameters:
1423   - "parent"
1424   - "name"
1425   - "vat-history"
1426
1427 -
1428   type: "table"
1429   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1430   algorithm: "table_merged_details"
1431   output-file-ext: ".csv"
1432   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1433   columns:
1434   -
1435     title: "Name"
1436     data: "data name"
1437   -
1438     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1439     data: "data vat-history"
1440   rows: "generated"
1441   data: "vpp-perf-results-3n-skx"
1442   filter: "not 'NDRCHK' and not 'PDRCHK'"
1443   parameters:
1444   - "parent"
1445   - "name"
1446   - "vat-history"
1447
1448 -
1449   type: "table"
1450   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1451   algorithm: "table_merged_details"
1452   output-file-ext: ".csv"
1453   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1454   columns:
1455   -
1456     title: "Name"
1457     data: "data name"
1458   -
1459     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1460     data: "data vat-history"
1461   rows: "generated"
1462   data: "vpp-perf-results-2n-skx"
1463   filter: "not 'NDRCHK' and not 'PDRCHK'"
1464   parameters:
1465   - "parent"
1466   - "name"
1467   - "vat-history"
1468
1469 -
1470   type: "table"
1471   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1472   algorithm: "table_merged_details"
1473   output-file-ext: ".csv"
1474   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1475   columns:
1476   -
1477     title: "Name"
1478     data: "data name"
1479   -
1480     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1481     data: "data show-run"
1482   rows: "generated"
1483   data: "vpp-perf-results-3n-hsw"
1484   filter: "not 'NDRCHK' and not 'PDRCHK'"
1485   parameters:
1486   - "parent"
1487   - "name"
1488   - "show-run"
1489
1490 -
1491   type: "table"
1492   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1493   algorithm: "table_merged_details"
1494   output-file-ext: ".csv"
1495   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1496   columns:
1497   -
1498     title: "Name"
1499     data: "data name"
1500   -
1501     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1502     data: "data show-run"
1503   rows: "generated"
1504   data: "vpp-perf-results-3n-skx"
1505   filter: "not 'NDRCHK' and not 'PDRCHK'"
1506   parameters:
1507   - "parent"
1508   - "name"
1509   - "show-run"
1510
1511 -
1512   type: "table"
1513   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1514   algorithm: "table_merged_details"
1515   output-file-ext: ".csv"
1516   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1517   columns:
1518   -
1519     title: "Name"
1520     data: "data name"
1521   -
1522     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1523     data: "data show-run"
1524   rows: "generated"
1525   data: "vpp-perf-results-2n-skx"
1526   filter: "not 'NDRCHK' and not 'PDRCHK'"
1527   parameters:
1528   - "parent"
1529   - "name"
1530   - "show-run"
1531
1532 -
1533   type: "table"
1534   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1535   algorithm: "table_details"
1536   output-file-ext: ".csv"
1537   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1538   columns:
1539   -
1540     title: "Name"
1541     data: "data name"
1542   -
1543     title: "Documentation"
1544     data: "data doc"
1545   -
1546     title: "Status"
1547     data: "data msg"
1548   rows: "generated"
1549   data: "vpp-mrr-results-3n-hsw"
1550   filter: "'MRR'"
1551   parameters:
1552   - "name"
1553   - "parent"
1554   - "doc"
1555   - "msg"
1556
1557 -
1558   type: "table"
1559   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1560   algorithm: "table_details"
1561   output-file-ext: ".csv"
1562   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1563   columns:
1564   -
1565     title: "Name"
1566     data: "data name"
1567   -
1568     title: "Documentation"
1569     data: "data doc"
1570   -
1571     title: "Status"
1572     data: "data msg"
1573   rows: "generated"
1574   data: "vpp-mrr-results-3n-skx"
1575   filter: "'MRR'"
1576   parameters:
1577   - "name"
1578   - "parent"
1579   - "doc"
1580   - "msg"
1581
1582 -
1583   type: "table"
1584   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1585   algorithm: "table_details"
1586   output-file-ext: ".csv"
1587   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1588   columns:
1589   -
1590     title: "Name"
1591     data: "data name"
1592   -
1593     title: "Documentation"
1594     data: "data doc"
1595   -
1596     title: "Status"
1597     data: "data msg"
1598   rows: "generated"
1599   data: "vpp-mrr-results-2n-skx"
1600   filter: "'MRR'"
1601   parameters:
1602   - "name"
1603   - "parent"
1604   - "doc"
1605   - "msg"
1606
1607 -
1608   type: "table"
1609   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1610   algorithm: "table_details"
1611   output-file-ext: ".csv"
1612   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1613   columns:
1614   -
1615     title: "Name"
1616     data: "data name"
1617   -
1618     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1619     data: "data vat-history"
1620   rows: "generated"
1621   data: "vpp-mrr-results-3n-hsw"
1622   filter: "'MRR'"
1623   parameters:
1624   - "parent"
1625   - "name"
1626   - "vat-history"
1627
1628 -
1629   type: "table"
1630   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1631   algorithm: "table_details"
1632   output-file-ext: ".csv"
1633   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1634   columns:
1635   -
1636     title: "Name"
1637     data: "data name"
1638   -
1639     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1640     data: "data vat-history"
1641   rows: "generated"
1642   data: "vpp-mrr-results-3n-skx"
1643   filter: "'MRR'"
1644   parameters:
1645   - "parent"
1646   - "name"
1647   - "vat-history"
1648
1649 -
1650   type: "table"
1651   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1652   algorithm: "table_details"
1653   output-file-ext: ".csv"
1654   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1655   columns:
1656   -
1657     title: "Name"
1658     data: "data name"
1659   -
1660     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1661     data: "data vat-history"
1662   rows: "generated"
1663   data: "vpp-mrr-results-2n-skx"
1664   filter: "'MRR'"
1665   parameters:
1666   - "parent"
1667   - "name"
1668   - "vat-history"
1669
1670 -
1671   type: "table"
1672   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1673   algorithm: "table_details"
1674   output-file-ext: ".csv"
1675   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1676   columns:
1677   -
1678     title: "Name"
1679     data: "data name"
1680   -
1681     title: "Documentation"
1682     data: "data doc"
1683   -
1684     title: "Status"
1685     data: "data status"
1686   rows: "generated"
1687   data: "vpp-func-results-ubuntu"
1688   filter: "all"
1689   parameters:
1690   - "name"
1691   - "parent"
1692   - "doc"
1693   - "status"
1694
1695 -
1696   type: "table"
1697   title: "Detailed Test Results - VPP Functional Results - CentOS"
1698   algorithm: "table_details"
1699   output-file-ext: ".csv"
1700   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1701   columns:
1702   -
1703     title: "Name"
1704     data: "data name"
1705   -
1706     title: "Documentation"
1707     data: "data doc"
1708   -
1709     title: "Status"
1710     data: "data status"
1711   rows: "generated"
1712   data:
1713     "vpp-func-results-centos"
1714   filter: "all"
1715   parameters:
1716   - "name"
1717   - "parent"
1718   - "doc"
1719   - "status"
1720
1721 -
1722   type: "table"
1723   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1724   algorithm: "table_details"
1725   output-file-ext: ".csv"
1726   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1727   columns:
1728   -
1729     title: "Name"
1730     data: "data name"
1731   -
1732     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1733     data: "data vat-history"
1734   rows: "generated"
1735   data: "vpp-func-results-ubuntu"
1736   filter: "all"
1737   parameters:
1738   - "parent"
1739   - "name"
1740   - "vat-history"
1741
1742 -
1743   type: "table"
1744   title: "Test configuration - VPP Functional Test Configs - CentOS"
1745   algorithm: "table_details"
1746   output-file-ext: ".csv"
1747   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1748   columns:
1749   -
1750     title: "Name"
1751     data: "data name"
1752   -
1753     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1754     data: "data vat-history"
1755   rows: "generated"
1756   data: "vpp-func-results-centos"
1757   filter: "all"
1758   parameters:
1759   - "parent"
1760   - "name"
1761   - "vat-history"
1762
1763 -
1764   type: "table"
1765   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1766   algorithm: "table_details"
1767   output-file-ext: ".csv"
1768   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1769   columns:
1770   -
1771     title: "Name"
1772     data: "data name"
1773   -
1774     title: "Documentation"
1775     data: "data doc"
1776   -
1777     title: "Status"
1778     data: "data msg"
1779   rows: "generated"
1780   data: "ligato-perf-results-3n-hsw"
1781   filter: "all"
1782   parameters:
1783   - "name"
1784   - "parent"
1785   - "doc"
1786   - "msg"
1787
1788 ################################################################################
1789 # DPDK
1790 -
1791   type: "table"
1792   title: "DPDK Performance Changes 1t1c pdr"
1793   algorithm: "table_performance_comparison"
1794   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1795   reference:
1796     title: "rls1804"
1797     data:
1798       csit-dpdk-perf-1804-all:
1799       - 4
1800       - 5
1801       - 6
1802       - 7
1803       - 8
1804       - 9
1805       - 10
1806       - 11
1807       - 12
1808       - 13
1809   compare:
1810     title: "rls1807"
1811     data:
1812       csit-dpdk-perf-verify-1807-3n-hsw:
1813       - 11
1814       - 12  # full
1815       - 14
1816       - 15
1817       - 16
1818       - 17
1819       - 20
1820       - 21
1821       - 22
1822       - 23
1823   data: "dpdk-performance-changes"
1824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1825   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1826   parameters:
1827   - "name"
1828   - "parent"
1829   - "throughput"
1830
1831 -
1832   type: "table"
1833   title: "DPDK Performance Changes 2t2c pdr"
1834   algorithm: "table_performance_comparison"
1835   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1836   reference:
1837     title: "rls1804"
1838     data:
1839       csit-dpdk-perf-1804-all:
1840       - 4
1841       - 5
1842       - 6
1843       - 7
1844       - 8
1845       - 9
1846       - 10
1847       - 11
1848       - 12
1849       - 13
1850   compare:
1851     title: "rls1807"
1852     data:
1853       csit-dpdk-perf-verify-1807-3n-hsw:
1854       - 11
1855       - 12  # full
1856       - 14
1857       - 15
1858       - 16
1859       - 17
1860       - 20
1861       - 21
1862       - 22
1863       - 23
1864   data: "dpdk-performance-changes"
1865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1866   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1867   parameters:
1868   - "name"
1869   - "parent"
1870   - "throughput"
1871
1872 -
1873   type: "table"
1874   title: "DPDK Performance Changes 1t1c ndr"
1875   algorithm: "table_performance_comparison"
1876   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1877   reference:
1878     title: "rls1804"
1879     data:
1880       csit-dpdk-perf-1804-all:
1881       - 4
1882       - 5
1883       - 6
1884       - 7
1885       - 8
1886       - 9
1887       - 10
1888       - 11
1889       - 12
1890       - 13
1891   compare:
1892     title: "rls1807"
1893     data:
1894       csit-dpdk-perf-verify-1807-3n-hsw:
1895       - 11
1896       - 12  # full
1897       - 14
1898       - 15
1899       - 16
1900       - 17
1901       - 20
1902       - 21
1903       - 22
1904       - 23
1905   data: "dpdk-performance-changes"
1906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1907   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1908   parameters:
1909   - "name"
1910   - "parent"
1911   - "throughput"
1912
1913 -
1914   type: "table"
1915   title: "DPDK Performance Changes 2t2c ndr"
1916   algorithm: "table_performance_comparison"
1917   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1918   reference:
1919     title: "rls1804"
1920     data:
1921       csit-dpdk-perf-1804-all:
1922       - 4
1923       - 5
1924       - 6
1925       - 7
1926       - 8
1927       - 9
1928       - 10
1929       - 11
1930       - 12
1931       - 13
1932   compare:
1933     title: "rls1807"
1934     data:
1935       csit-dpdk-perf-verify-1807-3n-hsw:
1936       - 11
1937       - 12  # full
1938       - 14
1939       - 15
1940       - 16
1941       - 17
1942       - 20
1943       - 21
1944       - 22
1945       - 23
1946   data: "dpdk-performance-changes"
1947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1948   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1949   parameters:
1950   - "name"
1951   - "parent"
1952   - "throughput"
1953
1954 -
1955   type: "table"
1956   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1957   algorithm: "table_performance_comparison"
1958   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1959   reference:
1960     title: "3-Node Hsw"
1961     data:
1962       csit-dpdk-perf-verify-1807-3n-hsw:
1963       - 11
1964       - 12  # full
1965       - 14
1966       - 15
1967       - 16
1968       - 17
1969       - 20
1970       - 21
1971       - 22
1972       - 23
1973   compare:
1974     title: "3-Node Skx"
1975     data:
1976       csit-dpdk-perf-verify-1807-3n-skx:
1977       - 1
1978       - 2
1979       - 3
1980       - 6
1981       - 7
1982       - 8
1983       - 9
1984       - 10
1985       - 11
1986       - 12
1987   data: "dpdk-compare-testbeds"
1988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1989   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1990   parameters:
1991   - "name"
1992   - "parent"
1993   - "throughput"
1994
1995 -
1996   type: "table"
1997   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1998   algorithm: "table_performance_comparison"
1999   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2000   reference:
2001     title: "3-Node Hsw"
2002     data:
2003       csit-dpdk-perf-verify-1807-3n-hsw:
2004       - 11
2005       - 12  # full
2006       - 14
2007       - 15
2008       - 16
2009       - 17
2010       - 20
2011       - 21
2012       - 22
2013       - 23
2014   compare:
2015     title: "3-Node Skx"
2016     data:
2017       csit-dpdk-perf-verify-1807-3n-skx:
2018       - 1
2019       - 2
2020       - 3
2021       - 6
2022       - 7
2023       - 8
2024       - 9
2025       - 10
2026       - 11
2027       - 12
2028   data: "dpdk-compare-testbeds"
2029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2030   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2031   parameters:
2032   - "name"
2033   - "parent"
2034   - "throughput"
2035
2036 -
2037   type: "table"
2038   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2039   algorithm: "table_details"
2040   output-file-ext: ".csv"
2041   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2042   columns:
2043   -
2044     title: "Name"
2045     data: "data name"
2046   -
2047     title: "Status"
2048     data: "data msg"
2049   rows: "generated"
2050   data: "dpdk-perf-results-3n-hsw"
2051   filter: "all"
2052   parameters:
2053   - "name"
2054   - "parent"
2055   - "msg"
2056
2057 -
2058   type: "table"
2059   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2060   algorithm: "table_details"
2061   output-file-ext: ".csv"
2062   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2063   columns:
2064   -
2065     title: "Name"
2066     data: "data name"
2067   -
2068     title: "Status"
2069     data: "data msg"
2070   rows: "generated"
2071   data: "dpdk-perf-results-3n-skx"
2072   filter: "all"
2073   parameters:
2074   - "name"
2075   - "parent"
2076   - "msg"
2077
2078 -
2079   type: "table"
2080   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2081   algorithm: "table_details"
2082   output-file-ext: ".csv"
2083   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2084   columns:
2085   -
2086     title: "Name"
2087     data: "data name"
2088   -
2089     title: "Status"
2090     data: "data msg"
2091   rows: "generated"
2092   data: "dpdk-perf-results-2n-skx"
2093   filter: "all"
2094   parameters:
2095   - "name"
2096   - "parent"
2097   - "msg"
2098
2099
2100 ################################################################################
2101 # HoneyComb
2102 -
2103   type: "table"
2104   title: "Detailed Test Results - Honeycomb Functional Results"
2105   algorithm: "table_details"
2106   output-file-ext: ".csv"
2107   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2108   columns:
2109   -
2110     title: "Name"
2111     data: "data name"
2112   -
2113     title: "Documentation"
2114     data: "data doc"
2115   -
2116     title: "Status"
2117     data: "data status"
2118   rows: "generated"
2119   data:
2120     "hc-func-results"
2121   filter: "all"
2122   parameters:
2123   - "name"
2124   - "parent"
2125   - "doc"
2126   - "status"
2127
2128 ################################################################################
2129 # NSH SFC
2130 -
2131   type: "table"
2132   title: "Detailed Test Results - NSH SFC Functional Results"
2133   algorithm: "table_details"
2134   output-file-ext: ".csv"
2135   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2136   columns:
2137   -
2138     title: "Name"
2139     data: "data name"
2140   -
2141     title: "Documentation"
2142     data: "data doc"
2143   -
2144     title: "Status"
2145     data: "data status"
2146   rows: "generated"
2147   data:
2148     "nsh-func-results"
2149   filter: "all"
2150   parameters:
2151   - "name"
2152   - "parent"
2153   - "doc"
2154   - "status"
2155
2156 ################################################################################
2157 ###                                F I L E S                                 ###
2158 ################################################################################
2159
2160 -
2161   type: "file"
2162   title: "VPP Performance Results 3n-hsw"
2163   algorithm: "file_test_results"
2164   output-file-ext: ".rst"
2165   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2166   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"
2167   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2168   data: "vpp-perf-results-3n-hsw"
2169   filter: "not 'NDRCHK' and not 'PDRCHK'"
2170   parameters:
2171   - "name"
2172   - "doc"
2173   - "level"
2174   - "parent"
2175   data-start-level: 3
2176
2177 -
2178   type: "file"
2179   title: "VPP Performance Results 3n-skx"
2180   algorithm: "file_test_results"
2181   output-file-ext: ".rst"
2182   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2183   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"
2184   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2185   data: "vpp-perf-results-3n-skx"
2186   filter: "not 'NDRCHK' and not 'PDRCHK'"
2187   parameters:
2188   - "name"
2189   - "doc"
2190   - "level"
2191   - "parent"
2192   data-start-level: 3
2193
2194 -
2195   type: "file"
2196   title: "VPP Performance Results 2n-skx"
2197   algorithm: "file_test_results"
2198   output-file-ext: ".rst"
2199   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2200   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"
2201   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2202   data: "vpp-perf-results-2n-skx"
2203   filter: "not 'NDRCHK' and not 'PDRCHK'"
2204   parameters:
2205   - "name"
2206   - "doc"
2207   - "level"
2208   - "parent"
2209   data-start-level: 3
2210
2211 -
2212   type: "file"
2213   title: "VPP Performance Configuration 3n-hsw"
2214   algorithm: "file_test_results"
2215   output-file-ext: ".rst"
2216   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2217   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"
2218   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2219   data: "vpp-perf-results-3n-hsw"
2220   filter: "not 'NDRCHK' and not 'PDRCHK'"
2221   parameters:
2222   - "name"
2223   - "doc"
2224   - "level"
2225   - "parent"
2226   data-start-level: 3
2227
2228 -
2229   type: "file"
2230   title: "VPP Performance Configuration 3n-skx"
2231   algorithm: "file_test_results"
2232   output-file-ext: ".rst"
2233   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2234   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"
2235   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2236   data: "vpp-perf-results-3n-skx"
2237   filter: "not 'NDRCHK' and not 'PDRCHK'"
2238   parameters:
2239   - "name"
2240   - "doc"
2241   - "level"
2242   - "parent"
2243   data-start-level: 3
2244
2245 -
2246   type: "file"
2247   title: "VPP Performance Configuration 2n-skx"
2248   algorithm: "file_test_results"
2249   output-file-ext: ".rst"
2250   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2251   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"
2252   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2253   data: "vpp-perf-results-2n-skx"
2254   filter: "not 'NDRCHK' and not 'PDRCHK'"
2255   parameters:
2256   - "name"
2257   - "doc"
2258   - "level"
2259   - "parent"
2260   data-start-level: 3
2261
2262 -
2263   type: "file"
2264   title: "VPP Performance Operational Data 3n-hsw"
2265   algorithm: "file_test_results"
2266   output-file-ext: ".rst"
2267   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2268   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"
2269   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2270   data: "vpp-perf-results-3n-hsw"
2271   filter: "not 'NDRCHK' and not 'PDRCHK'"
2272   parameters:
2273   - "name"
2274   - "doc"
2275   - "level"
2276   - "parent"
2277   data-start-level: 3
2278
2279 -
2280   type: "file"
2281   title: "VPP Performance Operational Data 3n-skx"
2282   algorithm: "file_test_results"
2283   output-file-ext: ".rst"
2284   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2285   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"
2286   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2287   data: "vpp-perf-results-3n-skx"
2288   filter: "not 'NDRCHK' and not 'PDRCHK'"
2289   parameters:
2290   - "name"
2291   - "doc"
2292   - "level"
2293   - "parent"
2294   data-start-level: 3
2295
2296 -
2297   type: "file"
2298   title: "VPP Performance Operational Data 2n-skx"
2299   algorithm: "file_test_results"
2300   output-file-ext: ".rst"
2301   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2302   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"
2303   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2304   data: "vpp-perf-results-2n-skx"
2305   filter: "not 'NDRCHK' and not 'PDRCHK'"
2306   parameters:
2307   - "name"
2308   - "doc"
2309   - "level"
2310   - "parent"
2311   data-start-level: 3
2312
2313 -
2314   type: "file"
2315   title: "VPP MRR Results 3n-hsw"
2316   algorithm: "file_test_results"
2317   output-file-ext: ".rst"
2318   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2319   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"
2320   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2321   data: "vpp-mrr-results-3n-hsw"
2322   filter: "'MRR'"
2323   parameters:
2324   - "name"
2325   - "doc"
2326   - "level"
2327   - "parent"
2328   data-start-level: 3
2329
2330 -
2331   type: "file"
2332   title: "VPP MRR Results 3n-skx"
2333   algorithm: "file_test_results"
2334   output-file-ext: ".rst"
2335   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2336   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"
2337   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2338   data: "vpp-mrr-results-3n-skx"
2339   filter: "'MRR'"
2340   parameters:
2341   - "name"
2342   - "doc"
2343   - "level"
2344   - "parent"
2345   data-start-level: 3
2346
2347 -
2348   type: "file"
2349   title: "VPP MRR Results 2n-skx"
2350   algorithm: "file_test_results"
2351   output-file-ext: ".rst"
2352   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2353   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"
2354   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2355   data: "vpp-mrr-results-2n-skx"
2356   filter: "all"
2357   parameters:
2358   - "name"
2359   - "doc"
2360   - "level"
2361   - "parent"
2362   data-start-level: 3
2363
2364 -
2365   type: "file"
2366   title: "VPP MRR Configuration 3n-hsw"
2367   algorithm: "file_test_results"
2368   output-file-ext: ".rst"
2369   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2370   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"
2371   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2372   data: "vpp-mrr-results-3n-hsw"
2373   filter: "'MRR'"
2374   parameters:
2375   - "name"
2376   - "doc"
2377   - "level"
2378   - "parent"
2379   data-start-level: 3
2380
2381 -
2382   type: "file"
2383   title: "VPP MRR Configuration 3n-skx"
2384   algorithm: "file_test_results"
2385   output-file-ext: ".rst"
2386   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2387   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"
2388   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2389   data: "vpp-mrr-results-3n-skx"
2390   filter: "'MRR'"
2391   parameters:
2392   - "name"
2393   - "doc"
2394   - "level"
2395   - "parent"
2396   data-start-level: 3
2397
2398 -
2399   type: "file"
2400   title: "VPP MRR Configuration 2n-skx"
2401   algorithm: "file_test_results"
2402   output-file-ext: ".rst"
2403   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2404   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"
2405   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2406   data: "vpp-mrr-results-2n-skx"
2407   filter: "'MRR'"
2408   parameters:
2409   - "name"
2410   - "doc"
2411   - "level"
2412   - "parent"
2413   data-start-level: 3
2414
2415 -
2416   type: "file"
2417   title: "VPP Functional Results - Ubuntu"
2418   algorithm: "file_test_results"
2419   output-file-ext: ".rst"
2420   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2421   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"
2422   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2423   data: "vpp-func-results-ubuntu"
2424   filter: "all"
2425   parameters:
2426   - "name"
2427   - "doc"
2428   - "level"
2429   - "parent"
2430   data-start-level: 4
2431
2432 -
2433   type: "file"
2434   title: "VPP Functional Results - CentOS"
2435   algorithm: "file_test_results"
2436   output-file-ext: ".rst"
2437   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2438   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"
2439   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2440   data:
2441     "vpp-func-results-centos"
2442   filter: "all"
2443   parameters:
2444   - "name"
2445   - "doc"
2446   - "level"
2447   - "parent"
2448   data-start-level: 4
2449
2450 -
2451   type: "file"
2452   title: "VPP Functional Configuration - Ubuntu"
2453   algorithm: "file_test_results"
2454   output-file-ext: ".rst"
2455   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2456   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"
2457   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2458   data: "vpp-func-results-ubuntu"
2459   filter: "all"
2460   parameters:
2461   - "name"
2462   - "doc"
2463   - "level"
2464   - "parent"
2465   data-start-level: 4
2466
2467 -
2468   type: "file"
2469   title: "VPP Functional Configuration - CentOS"
2470   algorithm: "file_test_results"
2471   output-file-ext: ".rst"
2472   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2473   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"
2474   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2475   data:
2476     "vpp-func-results-centos"
2477   filter: "all"
2478   parameters:
2479   - "name"
2480   - "doc"
2481   - "level"
2482   - "parent"
2483   data-start-level: 4
2484
2485 -
2486   type: "file"
2487   title: "Container Orchestrated Performance Results 3n-hsw"
2488   algorithm: "file_test_results"
2489   output-file-ext: ".rst"
2490   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2491   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"
2492   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2493   data: "ligato-perf-results-3n-hsw"
2494   filter: "all"
2495   parameters:
2496   - "name"
2497   - "doc"
2498   - "level"
2499   - "parent"
2500   data-start-level: 3
2501
2502 -
2503   type: "file"
2504   title: "DPDK Performance Results 3n-hsw"
2505   algorithm: "file_test_results"
2506   output-file-ext: ".rst"
2507   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2508   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"
2509   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2510   data: "dpdk-perf-results-3n-hsw"
2511   filter: "all"
2512   parameters:
2513   - "name"
2514   - "doc"
2515   - "level"
2516   - "parent"
2517   data-start-level: 3
2518
2519 -
2520   type: "file"
2521   title: "DPDK Performance Results 3n-skx"
2522   algorithm: "file_test_results"
2523   output-file-ext: ".rst"
2524   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2525   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"
2526   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2527   data: "dpdk-perf-results-3n-skx"
2528   filter: "all"
2529   parameters:
2530   - "name"
2531   - "doc"
2532   - "level"
2533   - "parent"
2534   data-start-level: 3
2535
2536 -
2537   type: "file"
2538   title: "DPDK Performance Results 2n-skx"
2539   algorithm: "file_test_results"
2540   output-file-ext: ".rst"
2541   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2542   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"
2543   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2544   data: "dpdk-perf-results-2n-skx"
2545   filter: "all"
2546   parameters:
2547   - "name"
2548   - "doc"
2549   - "level"
2550   - "parent"
2551   data-start-level: 3
2552
2553 -
2554   type: "file"
2555   title: "Honeycomb Functional Results"
2556   algorithm: "file_test_results"
2557   output-file-ext: ".rst"
2558   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2559   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"
2560   dir-tables: "{DIR[DTR,FUNC,HC]}"
2561   data:
2562     "hc-func-results"
2563   filter: "all"
2564   parameters:
2565   - "name"
2566   - "doc"
2567   - "level"
2568   - "parent"
2569   data-start-level: 3
2570
2571 -
2572   type: "file"
2573   title: "NSH SFC Functional Results"
2574   algorithm: "file_test_results"
2575   output-file-ext: ".rst"
2576   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
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[DTR,FUNC,NSHSFC]}"
2579   data:
2580     "nsh-func-results"
2581   filter: "all"
2582   parameters:
2583   - "name"
2584   - "doc"
2585   - "level"
2586   - "parent"
2587   data-start-level: 3
2588
2589 ################################################################################
2590 ###                                P L O T S                                 ###
2591 ################################################################################
2592
2593 ################################################################################
2594 # Plots VPP HTTP Server Performance
2595 -
2596   type: "plot"
2597   title: "VPP HTTP Server Performance"
2598   algorithm: "plot_http_server_performance_box"
2599   output-file-type: ".html"
2600   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2601   data:
2602     "plot-vpp-http-server-performance"
2603   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2604   # each tag is enclosed with ' (apostrophe).
2605   filter: "'HTTP' and 'TCP_CPS'"
2606   parameters:
2607   - "result"
2608   - "name"
2609   traces:
2610     hoverinfo: "x+y"
2611     boxpoints: "outliers"
2612     whiskerwidth: 0
2613   layout:
2614     title: "VPP HTTP Server Performance"
2615     layout:
2616       "plot-cps"
2617
2618 -
2619   type: "plot"
2620   title: "VPP HTTP Server Performance"
2621   algorithm: "plot_http_server_performance_box"
2622   output-file-type: ".html"
2623   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2624   data:
2625     "plot-vpp-http-server-performance"
2626   filter: "'HTTP' and 'TCP_RPS'"
2627   parameters:
2628   - "result"
2629   - "name"
2630   traces:
2631     hoverinfo: "x+y"
2632     boxpoints: "outliers"
2633     whiskerwidth: 0
2634   layout:
2635     title: "VPP HTTP Server Performance"
2636     layout:
2637       "plot-rps"
2638
2639 ################################################################################
2640
2641 # Packet Throughput - VPP L2 3n-hsw-x520
2642 -
2643   type: "plot"
2644   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2645   algorithm: "plot_performance_box"
2646   output-file-type: ".html"
2647   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2648   data: "plot-vpp-throughput-latency-3n-hsw"
2649   filter: "'NIC_Intel-X520-DA2' and
2650            '64B' and
2651            ('BASE' or 'SCALE') and
2652            'NDRPDR' and
2653            '1T1C' and
2654            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2655            not 'VHOST' and
2656            not 'MEMIF'"
2657   parameters:
2658   - "throughput"
2659   - "parent"
2660   traces:
2661     hoverinfo: "x+y"
2662     boxpoints: "outliers"
2663     whiskerwidth: 0
2664   layout:
2665     title: ""  # No title
2666     layout: "plot-throughput"
2667
2668 -
2669   type: "plot"
2670   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2671   algorithm: "plot_performance_box"
2672   output-file-type: ".html"
2673   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2674   data: "plot-vpp-throughput-latency-3n-hsw"
2675   filter: "'NIC_Intel-X520-DA2' and
2676            '64B' and
2677            ('BASE' or 'SCALE') and
2678            'NDRPDR' and
2679            '1T1C' and
2680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2681            not 'VHOST' and
2682            not 'MEMIF'"
2683   parameters:
2684   - "throughput"
2685   - "parent"
2686   traces:
2687     hoverinfo: "x+y"
2688     boxpoints: "outliers"
2689     whiskerwidth: 0
2690   layout:
2691     title: ""  # No title
2692     layout: "plot-throughput"
2693
2694 -
2695   type: "plot"
2696   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2697   algorithm: "plot_performance_box"
2698   output-file-type: ".html"
2699   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2700   data: "plot-vpp-throughput-latency-3n-hsw"
2701   filter: "'NIC_Intel-X520-DA2' and
2702            '64B' and
2703            ('BASE' or 'SCALE') and
2704            'NDRPDR' and
2705            '2T2C' and
2706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2707            not 'VHOST' and
2708            not 'MEMIF'"
2709   parameters:
2710   - "throughput"
2711   - "parent"
2712   traces:
2713     hoverinfo: "x+y"
2714     boxpoints: "outliers"
2715     whiskerwidth: 0
2716   layout:
2717     title: ""  # No title
2718     layout: "plot-throughput"
2719
2720 -
2721   type: "plot"
2722   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2723   algorithm: "plot_performance_box"
2724   output-file-type: ".html"
2725   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2726   data: "plot-vpp-throughput-latency-3n-hsw"
2727   filter: "'NIC_Intel-X520-DA2' and
2728            '64B' and
2729            ('BASE' or 'SCALE') and
2730            'NDRPDR' and
2731            '2T2C' and
2732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2733            not 'VHOST' and
2734            not 'MEMIF'"
2735   parameters:
2736   - "throughput"
2737   - "parent"
2738   traces:
2739     hoverinfo: "x+y"
2740     boxpoints: "outliers"
2741     whiskerwidth: 0
2742   layout:
2743     title: ""  # No title
2744     layout: "plot-throughput"
2745
2746 -
2747   type: "plot"
2748   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2749   algorithm: "plot_performance_box"
2750   output-file-type: ".html"
2751   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2752   data: "plot-vpp-throughput-latency-3n-hsw"
2753   filter: "'NIC_Intel-X520-DA2' and
2754            '64B' and
2755            'FEATURE' and
2756            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2757            'NDRPDR' and
2758            '1T1C' and
2759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2760            not 'VHOST' and
2761            not 'MEMIF'"
2762   parameters:
2763   - "throughput"
2764   - "parent"
2765   traces:
2766     hoverinfo: "x+y"
2767     boxpoints: "outliers"
2768     whiskerwidth: 0
2769   layout:
2770     title: ""  # No title
2771     layout: "plot-throughput"
2772
2773 -
2774   type: "plot"
2775   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2776   algorithm: "plot_performance_box"
2777   output-file-type: ".html"
2778   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2779   data: "plot-vpp-throughput-latency-3n-hsw"
2780   filter: "'NIC_Intel-X520-DA2' and
2781            '64B' and
2782            'FEATURE' and
2783            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2784            'NDRPDR' and
2785            '1T1C' and
2786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2787            not 'VHOST' and
2788            not 'MEMIF'"
2789   parameters:
2790   - "throughput"
2791   - "parent"
2792   traces:
2793     hoverinfo: "x+y"
2794     boxpoints: "outliers"
2795     whiskerwidth: 0
2796   layout:
2797     title: ""  # No title
2798     layout: "plot-throughput"
2799
2800 -
2801   type: "plot"
2802   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2803   algorithm: "plot_performance_box"
2804   output-file-type: ".html"
2805   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2806   data: "plot-vpp-throughput-latency-3n-hsw"
2807   filter: "'NIC_Intel-X520-DA2' and
2808            '64B' and
2809            'FEATURE' and
2810            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2811            'NDRPDR' and
2812            '2T2C' and
2813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2814            not 'VHOST' and
2815            not 'MEMIF'"
2816   parameters:
2817   - "throughput"
2818   - "parent"
2819   traces:
2820     hoverinfo: "x+y"
2821     boxpoints: "outliers"
2822     whiskerwidth: 0
2823   layout:
2824     title: ""  # No title
2825     layout: "plot-throughput"
2826
2827 -
2828   type: "plot"
2829   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2830   algorithm: "plot_performance_box"
2831   output-file-type: ".html"
2832   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2833   data: "plot-vpp-throughput-latency-3n-hsw"
2834   filter: "'NIC_Intel-X520-DA2' and
2835            '64B' and
2836            'FEATURE' and
2837            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2838            'NDRPDR' and
2839            '2T2C' and
2840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2841            not 'VHOST' and
2842            not 'MEMIF'"
2843   parameters:
2844   - "throughput"
2845   - "parent"
2846   traces:
2847     hoverinfo: "x+y"
2848     boxpoints: "outliers"
2849     whiskerwidth: 0
2850   layout:
2851     title: ""  # No title
2852     layout: "plot-throughput"
2853
2854 # Packet Throughput - VPP L2 3n-hsw-x710
2855 -
2856   type: "plot"
2857   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2858   algorithm: "plot_performance_box"
2859   output-file-type: ".html"
2860   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2861   data: "plot-vpp-throughput-latency-3n-hsw"
2862   filter: "'NIC_Intel-X710' and
2863            '64B' and
2864            ('BASE' or 'SCALE') and
2865            'NDRPDR' and
2866            '1T1C' and
2867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2868            not 'VHOST' and
2869            not 'MEMIF'"
2870   parameters:
2871   - "throughput"
2872   - "parent"
2873   traces:
2874     hoverinfo: "x+y"
2875     boxpoints: "outliers"
2876     whiskerwidth: 0
2877   layout:
2878     title: ""  # No title
2879     layout: "plot-throughput"
2880
2881 -
2882   type: "plot"
2883   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2884   algorithm: "plot_performance_box"
2885   output-file-type: ".html"
2886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2887   data: "plot-vpp-throughput-latency-3n-hsw"
2888   filter: "'NIC_Intel-X710' and
2889            '64B' and
2890            ('BASE' or 'SCALE') and
2891            'NDRPDR' and
2892            '1T1C' and
2893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2894            not 'VHOST' and
2895            not 'MEMIF'"
2896   parameters:
2897   - "throughput"
2898   - "parent"
2899   traces:
2900     hoverinfo: "x+y"
2901     boxpoints: "outliers"
2902     whiskerwidth: 0
2903   layout:
2904     title: ""  # No title
2905     layout: "plot-throughput"
2906
2907 -
2908   type: "plot"
2909   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2910   algorithm: "plot_performance_box"
2911   output-file-type: ".html"
2912   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2913   data: "plot-vpp-throughput-latency-3n-hsw"
2914   filter: "'NIC_Intel-X710' and
2915            '64B' and
2916            ('BASE' or 'SCALE') and
2917            'NDRPDR' and
2918            '2T2C' and
2919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2920            not 'VHOST' and
2921            not 'MEMIF'"
2922   parameters:
2923   - "throughput"
2924   - "parent"
2925   traces:
2926     hoverinfo: "x+y"
2927     boxpoints: "outliers"
2928     whiskerwidth: 0
2929   layout:
2930     title: ""  # No title
2931     layout: "plot-throughput"
2932
2933 -
2934   type: "plot"
2935   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2936   algorithm: "plot_performance_box"
2937   output-file-type: ".html"
2938   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2939   data: "plot-vpp-throughput-latency-3n-hsw"
2940   filter: "'NIC_Intel-X710' and
2941            '64B' and
2942            ('BASE' or 'SCALE') and
2943            'NDRPDR' and
2944            '2T2C' and
2945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2946            not 'VHOST' and
2947            not 'MEMIF'"
2948   parameters:
2949   - "throughput"
2950   - "parent"
2951   traces:
2952     hoverinfo: "x+y"
2953     boxpoints: "outliers"
2954     whiskerwidth: 0
2955   layout:
2956     title: ""  # No title
2957     layout: "plot-throughput"
2958
2959 -
2960   type: "plot"
2961   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2962   algorithm: "plot_performance_box"
2963   output-file-type: ".html"
2964   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2965   data: "plot-vpp-throughput-latency-3n-hsw"
2966   filter: "'NIC_Intel-X710' and
2967            '64B' and
2968            'FEATURE' and
2969            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2970            'NDRPDR' and
2971            '1T1C' and
2972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2973            not 'VHOST' and
2974            not 'MEMIF'"
2975   parameters:
2976   - "throughput"
2977   - "parent"
2978   traces:
2979     hoverinfo: "x+y"
2980     boxpoints: "outliers"
2981     whiskerwidth: 0
2982   layout:
2983     title: ""  # No title
2984     layout: "plot-throughput"
2985
2986 -
2987   type: "plot"
2988   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
2989   algorithm: "plot_performance_box"
2990   output-file-type: ".html"
2991   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
2992   data: "plot-vpp-throughput-latency-3n-hsw"
2993   filter: "'NIC_Intel-X710' and
2994            '64B' and
2995            'FEATURE' and
2996            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2997            'NDRPDR' and
2998            '1T1C' and
2999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3000            not 'VHOST' and
3001            not 'MEMIF'"
3002   parameters:
3003   - "throughput"
3004   - "parent"
3005   traces:
3006     hoverinfo: "x+y"
3007     boxpoints: "outliers"
3008     whiskerwidth: 0
3009   layout:
3010     title: ""  # No title
3011     layout: "plot-throughput"
3012
3013 -
3014   type: "plot"
3015   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3016   algorithm: "plot_performance_box"
3017   output-file-type: ".html"
3018   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3019   data: "plot-vpp-throughput-latency-3n-hsw"
3020   filter: "'NIC_Intel-X710' and
3021            '64B' and
3022            'FEATURE' and
3023            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3024            'NDRPDR' and
3025            '2T2C' and
3026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3027            not 'VHOST' and
3028            not 'MEMIF'"
3029   parameters:
3030   - "throughput"
3031   - "parent"
3032   traces:
3033     hoverinfo: "x+y"
3034     boxpoints: "outliers"
3035     whiskerwidth: 0
3036   layout:
3037     title: ""  # No title
3038     layout: "plot-throughput"
3039
3040 -
3041   type: "plot"
3042   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3043   algorithm: "plot_performance_box"
3044   output-file-type: ".html"
3045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3046   data: "plot-vpp-throughput-latency-3n-hsw"
3047   filter: "'NIC_Intel-X710' and
3048            '64B' and
3049            'FEATURE' and
3050            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3051            'NDRPDR' and
3052            '2T2C' and
3053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3054            not 'VHOST' and
3055            not 'MEMIF'"
3056   parameters:
3057   - "throughput"
3058   - "parent"
3059   traces:
3060     hoverinfo: "x+y"
3061     boxpoints: "outliers"
3062     whiskerwidth: 0
3063   layout:
3064     title: ""  # No title
3065     layout: "plot-throughput"
3066
3067 # Packet Throughput - VPP L2 3n-hsw-xl710
3068 -
3069   type: "plot"
3070   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3071   algorithm: "plot_performance_box"
3072   output-file-type: ".html"
3073   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3074   data: "plot-vpp-throughput-latency-3n-hsw"
3075   filter: "'NIC_Intel-XL710' and
3076            '64B' and
3077            ('BASE' or 'SCALE') and
3078            'NDRPDR' and
3079            '1T1C' and
3080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3081            not 'VHOST' and
3082            not 'MEMIF'"
3083   parameters:
3084   - "throughput"
3085   - "parent"
3086   traces:
3087     hoverinfo: "x+y"
3088     boxpoints: "outliers"
3089     whiskerwidth: 0
3090   layout:
3091     title: ""  # No title
3092     layout: "plot-throughput"
3093
3094 -
3095   type: "plot"
3096   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3097   algorithm: "plot_performance_box"
3098   output-file-type: ".html"
3099   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3100   data: "plot-vpp-throughput-latency-3n-hsw"
3101   filter: "'NIC_Intel-XL710' and
3102            '64B' and
3103            ('BASE' or 'SCALE') and
3104            'NDRPDR' and
3105            '1T1C' and
3106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3107            not 'VHOST' and
3108            not 'MEMIF'"
3109   parameters:
3110   - "throughput"
3111   - "parent"
3112   traces:
3113     hoverinfo: "x+y"
3114     boxpoints: "outliers"
3115     whiskerwidth: 0
3116   layout:
3117     title: ""  # No title
3118     layout: "plot-throughput"
3119
3120 -
3121   type: "plot"
3122   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3123   algorithm: "plot_performance_box"
3124   output-file-type: ".html"
3125   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3126   data: "plot-vpp-throughput-latency-3n-hsw"
3127   filter: "'NIC_Intel-XL710' and
3128            '64B' and
3129            ('BASE' or 'SCALE') and
3130            'NDRPDR' and
3131            '2T2C' and
3132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3133            not 'VHOST' and
3134            not 'MEMIF'"
3135   parameters:
3136   - "throughput"
3137   - "parent"
3138   traces:
3139     hoverinfo: "x+y"
3140     boxpoints: "outliers"
3141     whiskerwidth: 0
3142   layout:
3143     title: ""  # No title
3144     layout: "plot-throughput"
3145
3146 -
3147   type: "plot"
3148   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3149   algorithm: "plot_performance_box"
3150   output-file-type: ".html"
3151   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3152   data: "plot-vpp-throughput-latency-3n-hsw"
3153   filter: "'NIC_Intel-XL710' and
3154            '64B' and
3155            ('BASE' or 'SCALE') and
3156            'NDRPDR' and
3157            '2T2C' and
3158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3159            not 'VHOST' and
3160            not 'MEMIF'"
3161   parameters:
3162   - "throughput"
3163   - "parent"
3164   traces:
3165     hoverinfo: "x+y"
3166     boxpoints: "outliers"
3167     whiskerwidth: 0
3168   layout:
3169     title: ""  # No title
3170     layout: "plot-throughput"
3171
3172 # Packet Throughput - VPP L2 3n-skx-x710
3173 -
3174   type: "plot"
3175   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3176   algorithm: "plot_performance_box"
3177   output-file-type: ".html"
3178   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3179   data: "plot-vpp-throughput-latency-3n-skx"
3180   filter: "'NIC_Intel-X710' and
3181            '64B' and
3182            ('BASE' or 'SCALE') and
3183            'NDRPDR' and
3184            '2T1C' and
3185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3186            not 'VHOST' and
3187            not 'MEMIF'"
3188   parameters:
3189   - "throughput"
3190   - "parent"
3191   traces:
3192     hoverinfo: "x+y"
3193     boxpoints: "outliers"
3194     whiskerwidth: 0
3195   layout:
3196     title: ""  # No title
3197     layout: "plot-throughput"
3198
3199 -
3200   type: "plot"
3201   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3202   algorithm: "plot_performance_box"
3203   output-file-type: ".html"
3204   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3205   data: "plot-vpp-throughput-latency-3n-skx"
3206   filter: "'NIC_Intel-X710' and
3207            '64B' and
3208            ('BASE' or 'SCALE') and
3209            'NDRPDR' and
3210            '2T1C' and
3211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3212            not 'VHOST' and
3213            not 'MEMIF'"
3214   parameters:
3215   - "throughput"
3216   - "parent"
3217   traces:
3218     hoverinfo: "x+y"
3219     boxpoints: "outliers"
3220     whiskerwidth: 0
3221   layout:
3222     title: ""  # No title
3223     layout: "plot-throughput"
3224
3225 -
3226   type: "plot"
3227   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3228   algorithm: "plot_performance_box"
3229   output-file-type: ".html"
3230   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3231   data: "plot-vpp-throughput-latency-3n-skx"
3232   filter: "'NIC_Intel-X710' and
3233            '64B' and
3234            ('BASE' or 'SCALE') and
3235            'NDRPDR' and
3236            '4T2C' and
3237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3238            not 'VHOST' and
3239            not 'MEMIF'"
3240   parameters:
3241   - "throughput"
3242   - "parent"
3243   traces:
3244     hoverinfo: "x+y"
3245     boxpoints: "outliers"
3246     whiskerwidth: 0
3247   layout:
3248     title: ""  # No title
3249     layout: "plot-throughput"
3250
3251 -
3252   type: "plot"
3253   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3254   algorithm: "plot_performance_box"
3255   output-file-type: ".html"
3256   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3257   data: "plot-vpp-throughput-latency-3n-skx"
3258   filter: "'NIC_Intel-X710' and
3259            '64B' and
3260            ('BASE' or 'SCALE') and
3261            'NDRPDR' and
3262            '4T2C' and
3263            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3264            not 'VHOST' and
3265            not 'MEMIF'"
3266   parameters:
3267   - "throughput"
3268   - "parent"
3269   traces:
3270     hoverinfo: "x+y"
3271     boxpoints: "outliers"
3272     whiskerwidth: 0
3273   layout:
3274     title: ""  # No title
3275     layout: "plot-throughput"
3276
3277 -
3278   type: "plot"
3279   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3280   algorithm: "plot_performance_box"
3281   output-file-type: ".html"
3282   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3283   data: "plot-vpp-throughput-latency-3n-skx"
3284   filter: "'NIC_Intel-X710' and
3285            '64B' and
3286            'FEATURE' and
3287            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3288            'NDRPDR' and
3289            '2T1C' and
3290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3291            not 'VHOST' and
3292            not 'MEMIF'"
3293   parameters:
3294   - "throughput"
3295   - "parent"
3296   traces:
3297     hoverinfo: "x+y"
3298     boxpoints: "outliers"
3299     whiskerwidth: 0
3300   layout:
3301     title: ""  # No title
3302     layout: "plot-throughput"
3303
3304 -
3305   type: "plot"
3306   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3307   algorithm: "plot_performance_box"
3308   output-file-type: ".html"
3309   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3310   data: "plot-vpp-throughput-latency-3n-skx"
3311   filter: "'NIC_Intel-X710' and
3312            '64B' and
3313            'FEATURE' and
3314            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3315            'NDRPDR' and
3316            '2T1C' and
3317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3318            not 'VHOST' and
3319            not 'MEMIF'"
3320   parameters:
3321   - "throughput"
3322   - "parent"
3323   traces:
3324     hoverinfo: "x+y"
3325     boxpoints: "outliers"
3326     whiskerwidth: 0
3327   layout:
3328     title: ""  # No title
3329     layout: "plot-throughput"
3330
3331 -
3332   type: "plot"
3333   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3334   algorithm: "plot_performance_box"
3335   output-file-type: ".html"
3336   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3337   data: "plot-vpp-throughput-latency-3n-skx"
3338   filter: "'NIC_Intel-X710' and
3339            '64B' and
3340            'FEATURE' and
3341            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3342            'NDRPDR' and
3343            '4T2C' and
3344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3345            not 'VHOST' and
3346            not 'MEMIF'"
3347   parameters:
3348   - "throughput"
3349   - "parent"
3350   traces:
3351     hoverinfo: "x+y"
3352     boxpoints: "outliers"
3353     whiskerwidth: 0
3354   layout:
3355     title: ""  # No title
3356     layout: "plot-throughput"
3357
3358 -
3359   type: "plot"
3360   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3361   algorithm: "plot_performance_box"
3362   output-file-type: ".html"
3363   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3364   data: "plot-vpp-throughput-latency-3n-skx"
3365   filter: "'NIC_Intel-X710' and
3366            '64B' and
3367            'FEATURE' and
3368            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3369            'NDRPDR' and
3370            '4T2C' and
3371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3372            not 'VHOST' and
3373            not 'MEMIF'"
3374   parameters:
3375   - "throughput"
3376   - "parent"
3377   traces:
3378     hoverinfo: "x+y"
3379     boxpoints: "outliers"
3380     whiskerwidth: 0
3381   layout:
3382     title: ""  # No title
3383     layout: "plot-throughput"
3384
3385 # Packet Throughput - VPP L2 3n-skx-xxv710
3386 -
3387   type: "plot"
3388   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3389   algorithm: "plot_performance_box"
3390   output-file-type: ".html"
3391   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3392   data: "plot-vpp-throughput-latency-3n-skx"
3393   filter: "'NIC_Intel-XXV710' and
3394            '64B' and
3395            ('BASE' or 'SCALE') and
3396            'NDRPDR' and
3397            '2T1C' and
3398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3399            not 'VHOST' and
3400            not 'MEMIF'"
3401   parameters:
3402   - "throughput"
3403   - "parent"
3404   traces:
3405     hoverinfo: "x+y"
3406     boxpoints: "outliers"
3407     whiskerwidth: 0
3408   layout:
3409     title: ""  # No title
3410     layout: "plot-throughput"
3411
3412 -
3413   type: "plot"
3414   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3415   algorithm: "plot_performance_box"
3416   output-file-type: ".html"
3417   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3418   data: "plot-vpp-throughput-latency-3n-skx"
3419   filter: "'NIC_Intel-XXV710' and
3420            '64B' and
3421            ('BASE' or 'SCALE') and
3422            'NDRPDR' and
3423            '2T1C' and
3424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3425            not 'VHOST' and
3426            not 'MEMIF'"
3427   parameters:
3428   - "throughput"
3429   - "parent"
3430   traces:
3431     hoverinfo: "x+y"
3432     boxpoints: "outliers"
3433     whiskerwidth: 0
3434   layout:
3435     title: ""  # No title
3436     layout: "plot-throughput"
3437
3438 -
3439   type: "plot"
3440   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3441   algorithm: "plot_performance_box"
3442   output-file-type: ".html"
3443   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3444   data: "plot-vpp-throughput-latency-3n-skx"
3445   filter: "'NIC_Intel-XXV710' and
3446            '64B' and
3447            ('BASE' or 'SCALE') and
3448            'NDRPDR' and
3449            '4T2C' and
3450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3451            not 'VHOST' and
3452            not 'MEMIF'"
3453   parameters:
3454   - "throughput"
3455   - "parent"
3456   traces:
3457     hoverinfo: "x+y"
3458     boxpoints: "outliers"
3459     whiskerwidth: 0
3460   layout:
3461     title: ""  # No title
3462     layout: "plot-throughput"
3463
3464 -
3465   type: "plot"
3466   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3467   algorithm: "plot_performance_box"
3468   output-file-type: ".html"
3469   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3470   data: "plot-vpp-throughput-latency-3n-skx"
3471   filter: "'NIC_Intel-XXV710' and
3472            '64B' and
3473            ('BASE' or 'SCALE') and
3474            'NDRPDR' and
3475            '4T2C' and
3476            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3477            not 'VHOST' and
3478            not 'MEMIF'"
3479   parameters:
3480   - "throughput"
3481   - "parent"
3482   traces:
3483     hoverinfo: "x+y"
3484     boxpoints: "outliers"
3485     whiskerwidth: 0
3486   layout:
3487     title: ""  # No title
3488     layout: "plot-throughput"
3489
3490 -
3491   type: "plot"
3492   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3493   algorithm: "plot_performance_box"
3494   output-file-type: ".html"
3495   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3496   data: "plot-vpp-throughput-latency-3n-skx"
3497   filter: "'NIC_Intel-XXV710' and
3498            '64B' and
3499            'FEATURE' and
3500            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3501            'NDRPDR' and
3502            '2T1C' and
3503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3504            not 'VHOST' and
3505            not 'MEMIF'"
3506   parameters:
3507   - "throughput"
3508   - "parent"
3509   traces:
3510     hoverinfo: "x+y"
3511     boxpoints: "outliers"
3512     whiskerwidth: 0
3513   layout:
3514     title: ""  # No title
3515     layout: "plot-throughput"
3516
3517 -
3518   type: "plot"
3519   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3520   algorithm: "plot_performance_box"
3521   output-file-type: ".html"
3522   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3523   data: "plot-vpp-throughput-latency-3n-skx"
3524   filter: "'NIC_Intel-XXV710' and
3525            '64B' and
3526            'FEATURE' and
3527            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3528            'NDRPDR' and
3529            '2T1C' and
3530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3531            not 'VHOST' and
3532            not 'MEMIF'"
3533   parameters:
3534   - "throughput"
3535   - "parent"
3536   traces:
3537     hoverinfo: "x+y"
3538     boxpoints: "outliers"
3539     whiskerwidth: 0
3540   layout:
3541     title: ""  # No title
3542     layout: "plot-throughput"
3543
3544 -
3545   type: "plot"
3546   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3547   algorithm: "plot_performance_box"
3548   output-file-type: ".html"
3549   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3550   data: "plot-vpp-throughput-latency-3n-skx"
3551   filter: "'NIC_Intel-XXV710' and
3552            '64B' and
3553            'FEATURE' and
3554            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3555            'NDRPDR' and
3556            '4T2C' and
3557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3558            not 'VHOST' and
3559            not 'MEMIF'"
3560   parameters:
3561   - "throughput"
3562   - "parent"
3563   traces:
3564     hoverinfo: "x+y"
3565     boxpoints: "outliers"
3566     whiskerwidth: 0
3567   layout:
3568     title: ""  # No title
3569     layout: "plot-throughput"
3570
3571 -
3572   type: "plot"
3573   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3574   algorithm: "plot_performance_box"
3575   output-file-type: ".html"
3576   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3577   data: "plot-vpp-throughput-latency-3n-skx"
3578   filter: "'NIC_Intel-XXV710' and
3579            '64B' and
3580            'FEATURE' and
3581            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3582            'NDRPDR' and
3583            '4T2C' and
3584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3585            not 'VHOST' and
3586            not 'MEMIF'"
3587   parameters:
3588   - "throughput"
3589   - "parent"
3590   traces:
3591     hoverinfo: "x+y"
3592     boxpoints: "outliers"
3593     whiskerwidth: 0
3594   layout:
3595     title: ""  # No title
3596     layout: "plot-throughput"
3597
3598 # Packet Throughput - VPP L2 2n-skx-x710
3599 -
3600   type: "plot"
3601   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3602   algorithm: "plot_performance_box"
3603   output-file-type: ".html"
3604   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3605   data: "plot-vpp-throughput-latency-2n-skx"
3606   filter: "'NIC_Intel-X710' and
3607            '64B' and
3608            ('BASE' or 'SCALE') and
3609            'NDRPDR' and
3610            '2T1C' and
3611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3612            not 'VHOST' and
3613            not 'MEMIF'"
3614   parameters:
3615   - "throughput"
3616   - "parent"
3617   traces:
3618     hoverinfo: "x+y"
3619     boxpoints: "outliers"
3620     whiskerwidth: 0
3621   layout:
3622     title: ""  # No title
3623     layout: "plot-throughput"
3624
3625 -
3626   type: "plot"
3627   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3628   algorithm: "plot_performance_box"
3629   output-file-type: ".html"
3630   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3631   data: "plot-vpp-throughput-latency-2n-skx"
3632   filter: "'NIC_Intel-X710' and
3633            '64B' and
3634            ('BASE' or 'SCALE') and
3635            'NDRPDR' and
3636            '2T1C' and
3637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3638            not 'VHOST' and
3639            not 'MEMIF'"
3640   parameters:
3641   - "throughput"
3642   - "parent"
3643   traces:
3644     hoverinfo: "x+y"
3645     boxpoints: "outliers"
3646     whiskerwidth: 0
3647   layout:
3648     title: ""  # No title
3649     layout: "plot-throughput"
3650
3651 -
3652   type: "plot"
3653   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3654   algorithm: "plot_performance_box"
3655   output-file-type: ".html"
3656   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3657   data: "plot-vpp-throughput-latency-2n-skx"
3658   filter: "'NIC_Intel-X710' and
3659            '64B' and
3660            ('BASE' or 'SCALE') and
3661            'NDRPDR' and
3662            '4T2C' and
3663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3664            not 'VHOST' and
3665            not 'MEMIF'"
3666   parameters:
3667   - "throughput"
3668   - "parent"
3669   traces:
3670     hoverinfo: "x+y"
3671     boxpoints: "outliers"
3672     whiskerwidth: 0
3673   layout:
3674     title: ""  # No title
3675     layout: "plot-throughput"
3676
3677 -
3678   type: "plot"
3679   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3680   algorithm: "plot_performance_box"
3681   output-file-type: ".html"
3682   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3683   data: "plot-vpp-throughput-latency-2n-skx"
3684   filter: "'NIC_Intel-X710' and
3685            '64B' and
3686            ('BASE' or 'SCALE') and
3687            'NDRPDR' and
3688            '4T2C' and
3689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3690            not 'VHOST' and
3691            not 'MEMIF'"
3692   parameters:
3693   - "throughput"
3694   - "parent"
3695   traces:
3696     hoverinfo: "x+y"
3697     boxpoints: "outliers"
3698     whiskerwidth: 0
3699   layout:
3700     title: ""  # No title
3701     layout: "plot-throughput"
3702
3703 # Packet Throughput - VPP L2 2n-skx-xxv710
3704 -
3705   type: "plot"
3706   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3707   algorithm: "plot_performance_box"
3708   output-file-type: ".html"
3709   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3710   data: "plot-vpp-throughput-latency-2n-skx"
3711   filter: "'NIC_Intel-XXV710' and
3712            '64B' and
3713            ('BASE' or 'SCALE') and
3714            'NDRPDR' and
3715            '2T1C' and
3716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3717            not 'VHOST' and
3718            not 'MEMIF'"
3719   parameters:
3720   - "throughput"
3721   - "parent"
3722   traces:
3723     hoverinfo: "x+y"
3724     boxpoints: "outliers"
3725     whiskerwidth: 0
3726   layout:
3727     title: ""  # No title
3728     layout: "plot-throughput"
3729
3730 -
3731   type: "plot"
3732   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3733   algorithm: "plot_performance_box"
3734   output-file-type: ".html"
3735   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3736   data: "plot-vpp-throughput-latency-2n-skx"
3737   filter: "'NIC_Intel-XXV710' and
3738            '64B' and
3739            ('BASE' or 'SCALE') and
3740            'NDRPDR' and
3741            '2T1C' and
3742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3743            not 'VHOST' and
3744            not 'MEMIF'"
3745   parameters:
3746   - "throughput"
3747   - "parent"
3748   traces:
3749     hoverinfo: "x+y"
3750     boxpoints: "outliers"
3751     whiskerwidth: 0
3752   layout:
3753     title: ""  # No title
3754     layout: "plot-throughput"
3755
3756 -
3757   type: "plot"
3758   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3759   algorithm: "plot_performance_box"
3760   output-file-type: ".html"
3761   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3762   data: "plot-vpp-throughput-latency-2n-skx"
3763   filter: "'NIC_Intel-XXV710' and
3764            '64B' and
3765            ('BASE' or 'SCALE') and
3766            'NDRPDR' and
3767            '4T2C' and
3768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3769            not 'VHOST' and
3770            not 'MEMIF'"
3771   parameters:
3772   - "throughput"
3773   - "parent"
3774   traces:
3775     hoverinfo: "x+y"
3776     boxpoints: "outliers"
3777     whiskerwidth: 0
3778   layout:
3779     title: ""  # No title
3780     layout: "plot-throughput"
3781
3782 -
3783   type: "plot"
3784   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3785   algorithm: "plot_performance_box"
3786   output-file-type: ".html"
3787   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3788   data: "plot-vpp-throughput-latency-2n-skx"
3789   filter: "'NIC_Intel-XXV710' and
3790            '64B' and
3791            ('BASE' or 'SCALE') and
3792            'NDRPDR' and
3793            '4T2C' and
3794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3795            not 'VHOST' and
3796            not 'MEMIF'"
3797   parameters:
3798   - "throughput"
3799   - "parent"
3800   traces:
3801     hoverinfo: "x+y"
3802     boxpoints: "outliers"
3803     whiskerwidth: 0
3804   layout:
3805     title: ""  # No title
3806     layout: "plot-throughput"
3807
3808 ################################################################################
3809
3810 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3811 -
3812   type: "plot"
3813   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3814   algorithm: "plot_performance_box"
3815   output-file-type: ".html"
3816   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3817   data: "plot-vpp-throughput-latency-3n-hsw"
3818   filter: "'NIC_Intel-X520-DA2' and
3819            '64B' and
3820            ('BASE' or 'SCALE') and
3821            'NDRPDR' and
3822            '1T1C' and
3823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3824            not 'VHOST' and
3825            'MEMIF'"
3826   parameters:
3827   - "throughput"
3828   - "parent"
3829   traces:
3830     hoverinfo: "x+y"
3831     boxpoints: "outliers"
3832     whiskerwidth: 0
3833   layout:
3834     title: ""  # No title
3835     layout: "plot-throughput"
3836
3837 -
3838   type: "plot"
3839   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3840   algorithm: "plot_performance_box"
3841   output-file-type: ".html"
3842   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3843   data: "plot-vpp-throughput-latency-3n-hsw"
3844   filter: "'NIC_Intel-X520-DA2' and
3845            '64B' and
3846            ('BASE' or 'SCALE') and
3847            'NDRPDR' and
3848            '1T1C' and
3849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3850            not 'VHOST' and
3851            'MEMIF'"
3852   parameters:
3853   - "throughput"
3854   - "parent"
3855   traces:
3856     hoverinfo: "x+y"
3857     boxpoints: "outliers"
3858     whiskerwidth: 0
3859   layout:
3860     title: ""  # No title
3861     layout: "plot-throughput"
3862
3863 -
3864   type: "plot"
3865   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3866   algorithm: "plot_performance_box"
3867   output-file-type: ".html"
3868   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3869   data: "plot-vpp-throughput-latency-3n-hsw"
3870   filter: "'NIC_Intel-X520-DA2' and
3871            '64B' and
3872            ('BASE' or 'SCALE') and
3873            'NDRPDR' and
3874            '2T2C' and
3875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3876            not 'VHOST' and
3877            'MEMIF'"
3878   parameters:
3879   - "throughput"
3880   - "parent"
3881   traces:
3882     hoverinfo: "x+y"
3883     boxpoints: "outliers"
3884     whiskerwidth: 0
3885   layout:
3886     title: ""  # No title
3887     layout: "plot-throughput"
3888
3889 -
3890   type: "plot"
3891   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3892   algorithm: "plot_performance_box"
3893   output-file-type: ".html"
3894   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3895   data: "plot-vpp-throughput-latency-3n-hsw"
3896   filter: "'NIC_Intel-X520-DA2' and
3897            '64B' and
3898            ('BASE' or 'SCALE') and
3899            'NDRPDR' and
3900            '2T2C' and
3901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3902            not 'VHOST' and
3903            'MEMIF'"
3904   parameters:
3905   - "throughput"
3906   - "parent"
3907   traces:
3908     hoverinfo: "x+y"
3909     boxpoints: "outliers"
3910     whiskerwidth: 0
3911   layout:
3912     title: ""  # No title
3913     layout: "plot-throughput"
3914
3915 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3916 -
3917   type: "plot"
3918   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3919   algorithm: "plot_performance_box"
3920   output-file-type: ".html"
3921   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3922   data: "plot-vpp-throughput-latency-3n-hsw"
3923   filter: "'NIC_Intel-X710' and
3924            '64B' and
3925            ('BASE' or 'SCALE') and
3926            'NDRPDR' and
3927            '1T1C' and
3928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3929            not 'VHOST' and
3930            'MEMIF'"
3931   parameters:
3932   - "throughput"
3933   - "parent"
3934   traces:
3935     hoverinfo: "x+y"
3936     boxpoints: "outliers"
3937     whiskerwidth: 0
3938   layout:
3939     title: ""  # No title
3940     layout: "plot-throughput"
3941
3942 -
3943   type: "plot"
3944   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3945   algorithm: "plot_performance_box"
3946   output-file-type: ".html"
3947   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3948   data: "plot-vpp-throughput-latency-3n-hsw"
3949   filter: "'NIC_Intel-X710' and
3950            '64B' and
3951            ('BASE' or 'SCALE') and
3952            'NDRPDR' and
3953            '1T1C' and
3954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3955            not 'VHOST' and
3956            'MEMIF'"
3957   parameters:
3958   - "throughput"
3959   - "parent"
3960   traces:
3961     hoverinfo: "x+y"
3962     boxpoints: "outliers"
3963     whiskerwidth: 0
3964   layout:
3965     title: ""  # No title
3966     layout: "plot-throughput"
3967
3968 -
3969   type: "plot"
3970   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3971   algorithm: "plot_performance_box"
3972   output-file-type: ".html"
3973   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3974   data: "plot-vpp-throughput-latency-3n-hsw"
3975   filter: "'NIC_Intel-X710' and
3976            '64B' and
3977            ('BASE' or 'SCALE') and
3978            'NDRPDR' and
3979            '2T2C' and
3980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3981            not 'VHOST' and
3982            'MEMIF'"
3983   parameters:
3984   - "throughput"
3985   - "parent"
3986   traces:
3987     hoverinfo: "x+y"
3988     boxpoints: "outliers"
3989     whiskerwidth: 0
3990   layout:
3991     title: ""  # No title
3992     layout: "plot-throughput"
3993
3994 -
3995   type: "plot"
3996   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3997   algorithm: "plot_performance_box"
3998   output-file-type: ".html"
3999   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4000   data: "plot-vpp-throughput-latency-3n-hsw"
4001   filter: "'NIC_Intel-X710' and
4002            '64B' and
4003            ('BASE' or 'SCALE') and
4004            'NDRPDR' and
4005            '2T2C' and
4006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4007            not 'VHOST' and
4008            'MEMIF'"
4009   parameters:
4010   - "throughput"
4011   - "parent"
4012   traces:
4013     hoverinfo: "x+y"
4014     boxpoints: "outliers"
4015     whiskerwidth: 0
4016   layout:
4017     title: ""  # No title
4018     layout: "plot-throughput"
4019
4020 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4021 -
4022   type: "plot"
4023   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4024   algorithm: "plot_performance_box"
4025   output-file-type: ".html"
4026   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4027   data: "plot-vpp-throughput-latency-3n-hsw"
4028   filter: "'NIC_Intel-XL710' and
4029            '64B' and
4030            ('BASE' or 'SCALE') and
4031            'NDRPDR' and
4032            '1T1C' and
4033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4034            not 'VHOST' and
4035            'MEMIF'"
4036   parameters:
4037   - "throughput"
4038   - "parent"
4039   traces:
4040     hoverinfo: "x+y"
4041     boxpoints: "outliers"
4042     whiskerwidth: 0
4043   layout:
4044     title: ""  # No title
4045     layout: "plot-throughput"
4046
4047 -
4048   type: "plot"
4049   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4050   algorithm: "plot_performance_box"
4051   output-file-type: ".html"
4052   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4053   data: "plot-vpp-throughput-latency-3n-hsw"
4054   filter: "'NIC_Intel-XL710' and
4055            '64B' and
4056            ('BASE' or 'SCALE') and
4057            'NDRPDR' and
4058            '1T1C' and
4059            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4060            not 'VHOST' and
4061            'MEMIF'"
4062   parameters:
4063   - "throughput"
4064   - "parent"
4065   traces:
4066     hoverinfo: "x+y"
4067     boxpoints: "outliers"
4068     whiskerwidth: 0
4069   layout:
4070     title: ""  # No title
4071     layout: "plot-throughput"
4072
4073 -
4074   type: "plot"
4075   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4076   algorithm: "plot_performance_box"
4077   output-file-type: ".html"
4078   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4079   data: "plot-vpp-throughput-latency-3n-hsw"
4080   filter: "'NIC_Intel-XL710' and
4081            '64B' and
4082            ('BASE' or 'SCALE') and
4083            'NDRPDR' and
4084            '2T2C' and
4085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4086            not 'VHOST' and
4087            'MEMIF'"
4088   parameters:
4089   - "throughput"
4090   - "parent"
4091   traces:
4092     hoverinfo: "x+y"
4093     boxpoints: "outliers"
4094     whiskerwidth: 0
4095   layout:
4096     title: ""  # No title
4097     layout: "plot-throughput"
4098
4099 -
4100   type: "plot"
4101   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4102   algorithm: "plot_performance_box"
4103   output-file-type: ".html"
4104   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4105   data: "plot-vpp-throughput-latency-3n-hsw"
4106   filter: "'NIC_Intel-XL710' and
4107            '64B' and
4108            ('BASE' or 'SCALE') and
4109            'NDRPDR' and
4110            '2T2C' and
4111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4112            not 'VHOST' and
4113            'MEMIF'"
4114   parameters:
4115   - "throughput"
4116   - "parent"
4117   traces:
4118     hoverinfo: "x+y"
4119     boxpoints: "outliers"
4120     whiskerwidth: 0
4121   layout:
4122     title: ""  # No title
4123     layout: "plot-throughput"
4124
4125 # Packet Throughput - VPP Container Memif 3n-skx-x710
4126 -
4127   type: "plot"
4128   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4129   algorithm: "plot_performance_box"
4130   output-file-type: ".html"
4131   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4132   data: "plot-vpp-throughput-latency-3n-skx"
4133   filter: "'NIC_Intel-X710' and
4134            '64B' and
4135            ('BASE' or 'SCALE') and
4136            'NDRPDR' and
4137            '2T1C' and
4138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4139            not 'VHOST' and
4140            'MEMIF'"
4141   parameters:
4142   - "throughput"
4143   - "parent"
4144   traces:
4145     hoverinfo: "x+y"
4146     boxpoints: "outliers"
4147     whiskerwidth: 0
4148   layout:
4149     title: ""  # No title
4150     layout: "plot-throughput"
4151
4152 -
4153   type: "plot"
4154   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4155   algorithm: "plot_performance_box"
4156   output-file-type: ".html"
4157   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4158   data: "plot-vpp-throughput-latency-3n-skx"
4159   filter: "'NIC_Intel-X710' and
4160            '64B' and
4161            ('BASE' or 'SCALE') and
4162            'NDRPDR' and
4163            '2T1C' and
4164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4165            not 'VHOST' and
4166             'MEMIF'"
4167   parameters:
4168   - "throughput"
4169   - "parent"
4170   traces:
4171     hoverinfo: "x+y"
4172     boxpoints: "outliers"
4173     whiskerwidth: 0
4174   layout:
4175     title: ""  # No title
4176     layout: "plot-throughput"
4177
4178 -
4179   type: "plot"
4180   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4181   algorithm: "plot_performance_box"
4182   output-file-type: ".html"
4183   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4184   data: "plot-vpp-throughput-latency-3n-skx"
4185   filter: "'NIC_Intel-X710' and
4186            '64B' and
4187            ('BASE' or 'SCALE') and
4188            'NDRPDR' and
4189            '4T2C' and
4190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4191            not 'VHOST' and
4192            'MEMIF'"
4193   parameters:
4194   - "throughput"
4195   - "parent"
4196   traces:
4197     hoverinfo: "x+y"
4198     boxpoints: "outliers"
4199     whiskerwidth: 0
4200   layout:
4201     title: ""  # No title
4202     layout: "plot-throughput"
4203
4204 -
4205   type: "plot"
4206   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4207   algorithm: "plot_performance_box"
4208   output-file-type: ".html"
4209   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4210   data: "plot-vpp-throughput-latency-3n-skx"
4211   filter: "'NIC_Intel-X710' and
4212            '64B' and
4213            ('BASE' or 'SCALE') and
4214            'NDRPDR' and
4215            '4T2C' and
4216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4217            not 'VHOST' and
4218            'MEMIF'"
4219   parameters:
4220   - "throughput"
4221   - "parent"
4222   traces:
4223     hoverinfo: "x+y"
4224     boxpoints: "outliers"
4225     whiskerwidth: 0
4226   layout:
4227     title: ""  # No title
4228     layout: "plot-throughput"
4229
4230 ################################################################################
4231
4232 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4233 -
4234   type: "plot"
4235   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4236   algorithm: "plot_performance_box"
4237   output-file-type: ".html"
4238   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4239   data: "plot-ligato-throughput-latency-3n-hsw"
4240   filter: "'NIC_Intel-X520-DA2' and
4241            '64B' and
4242            ('BASE' or 'SCALE') and
4243            'NDRPDR' and
4244            '1T1C' and
4245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4246            not 'VHOST' and
4247            'MEMIF'"
4248   parameters:
4249   - "throughput"
4250   - "parent"
4251   traces:
4252     hoverinfo: "x+y"
4253     boxpoints: "outliers"
4254     whiskerwidth: 0
4255   layout:
4256     title: ""  # No title
4257     layout: "plot-throughput"
4258
4259 -
4260   type: "plot"
4261   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4262   algorithm: "plot_performance_box"
4263   output-file-type: ".html"
4264   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4265   data: "plot-ligato-throughput-latency-3n-hsw"
4266   filter: "'NIC_Intel-X520-DA2' and
4267            '64B' and
4268            ('BASE' or 'SCALE') and
4269            'NDRPDR' and
4270            '1T1C' and
4271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4272            not 'VHOST' and
4273            'MEMIF'"
4274   parameters:
4275   - "throughput"
4276   - "parent"
4277   traces:
4278     hoverinfo: "x+y"
4279     boxpoints: "outliers"
4280     whiskerwidth: 0
4281   layout:
4282     title: ""  # No title
4283     layout: "plot-throughput"
4284
4285 -
4286   type: "plot"
4287   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4288   algorithm: "plot_performance_box"
4289   output-file-type: ".html"
4290   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4291   data: "plot-ligato-throughput-latency-3n-hsw"
4292   filter: "'NIC_Intel-X520-DA2' and
4293            '64B' and
4294            ('BASE' or 'SCALE') and
4295            'NDRPDR' and
4296            '2T2C' and
4297            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4298            not 'VHOST' and
4299            'MEMIF'"
4300   parameters:
4301   - "throughput"
4302   - "parent"
4303   traces:
4304     hoverinfo: "x+y"
4305     boxpoints: "outliers"
4306     whiskerwidth: 0
4307   layout:
4308     title: ""  # No title
4309     layout: "plot-throughput"
4310
4311 -
4312   type: "plot"
4313   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4314   algorithm: "plot_performance_box"
4315   output-file-type: ".html"
4316   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4317   data: "plot-ligato-throughput-latency-3n-hsw"
4318   filter: "'NIC_Intel-X520-DA2' and
4319            '64B' and
4320            ('BASE' or 'SCALE') and
4321            'NDRPDR' and
4322            '2T2C' and
4323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4324            not 'VHOST' and
4325            'MEMIF'"
4326   parameters:
4327   - "throughput"
4328   - "parent"
4329   traces:
4330     hoverinfo: "x+y"
4331     boxpoints: "outliers"
4332     whiskerwidth: 0
4333   layout:
4334     title: ""  # No title
4335     layout: "plot-throughput"
4336
4337 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4338 -
4339   type: "plot"
4340   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4341   algorithm: "plot_performance_box"
4342   output-file-type: ".html"
4343   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4344   data: "plot-ligato-throughput-latency-3n-hsw"
4345   filter: "'NIC_Intel-X710' and
4346            '64B' and
4347            ('BASE' or 'SCALE') and
4348            'NDRPDR' and
4349            '1T1C' and
4350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4351            not 'VHOST' and
4352            'MEMIF'"
4353   parameters:
4354   - "throughput"
4355   - "parent"
4356   traces:
4357     hoverinfo: "x+y"
4358     boxpoints: "outliers"
4359     whiskerwidth: 0
4360   layout:
4361     title: ""  # No title
4362     layout: "plot-throughput"
4363
4364 -
4365   type: "plot"
4366   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4367   algorithm: "plot_performance_box"
4368   output-file-type: ".html"
4369   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4370   data: "plot-ligato-throughput-latency-3n-hsw"
4371   filter: "'NIC_Intel-X710' and
4372            '64B' and
4373            ('BASE' or 'SCALE') and
4374            'NDRPDR' and
4375            '1T1C' and
4376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4377            not 'VHOST' and
4378            'MEMIF'"
4379   parameters:
4380   - "throughput"
4381   - "parent"
4382   traces:
4383     hoverinfo: "x+y"
4384     boxpoints: "outliers"
4385     whiskerwidth: 0
4386   layout:
4387     title: ""  # No title
4388     layout: "plot-throughput"
4389
4390 -
4391   type: "plot"
4392   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4393   algorithm: "plot_performance_box"
4394   output-file-type: ".html"
4395   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4396   data: "plot-ligato-throughput-latency-3n-hsw"
4397   filter: "'NIC_Intel-X710' and
4398            '64B' and
4399            ('BASE' or 'SCALE') and
4400            'NDRPDR' and
4401            '2T2C' and
4402            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4403            not 'VHOST' and
4404            'MEMIF'"
4405   parameters:
4406   - "throughput"
4407   - "parent"
4408   traces:
4409     hoverinfo: "x+y"
4410     boxpoints: "outliers"
4411     whiskerwidth: 0
4412   layout:
4413     title: ""  # No title
4414     layout: "plot-throughput"
4415
4416 -
4417   type: "plot"
4418   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4419   algorithm: "plot_performance_box"
4420   output-file-type: ".html"
4421   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4422   data: "plot-ligato-throughput-latency-3n-hsw"
4423   filter: "'NIC_Intel-X710' and
4424            '64B' and
4425            ('BASE' or 'SCALE') and
4426            'NDRPDR' and
4427            '2T2C' and
4428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4429            not 'VHOST' and
4430            'MEMIF'"
4431   parameters:
4432   - "throughput"
4433   - "parent"
4434   traces:
4435     hoverinfo: "x+y"
4436     boxpoints: "outliers"
4437     whiskerwidth: 0
4438   layout:
4439     title: ""  # No title
4440     layout: "plot-throughput"
4441
4442 ################################################################################
4443
4444 # Packet Throughput - VPP IPv4 3n-hsw-x520
4445 -
4446   type: "plot"
4447   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4448   algorithm: "plot_performance_box"
4449   output-file-type: ".html"
4450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4451   data: "plot-vpp-throughput-latency-3n-hsw"
4452   filter: "'NIC_Intel-X520-DA2' and
4453            '64B' and
4454            ('BASE' or 'SCALE') and
4455            'NDRPDR' and
4456            '1T1C' and
4457            'IP4FWD' and
4458            not 'IPSEC' and
4459            not 'VHOST'"
4460   parameters:
4461   - "throughput"
4462   - "parent"
4463   traces:
4464     hoverinfo: "x+y"
4465     boxpoints: "outliers"
4466     whiskerwidth: 0
4467   layout:
4468     title: ""  # No title
4469     layout: "plot-throughput"
4470
4471 -
4472   type: "plot"
4473   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4474   algorithm: "plot_performance_box"
4475   output-file-type: ".html"
4476   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4477   data: "plot-vpp-throughput-latency-3n-hsw"
4478   filter: "'NIC_Intel-X520-DA2' and
4479            '64B' and
4480            ('BASE' or 'SCALE') and
4481            'NDRPDR' and
4482            '1T1C' and
4483            'IP4FWD' and
4484            not 'IPSEC' and
4485            not 'VHOST'"
4486   parameters:
4487   - "throughput"
4488   - "parent"
4489   traces:
4490     hoverinfo: "x+y"
4491     boxpoints: "outliers"
4492     whiskerwidth: 0
4493   layout:
4494     title: ""  # No title
4495     layout: "plot-throughput"
4496
4497 -
4498   type: "plot"
4499   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4500   algorithm: "plot_performance_box"
4501   output-file-type: ".html"
4502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4503   data: "plot-vpp-throughput-latency-3n-hsw"
4504   filter: "'NIC_Intel-X520-DA2' and
4505            '64B' and
4506            ('BASE' or 'SCALE') and
4507            'NDRPDR' and
4508            '2T2C' and
4509            'IP4FWD' and
4510            not 'IPSEC' and
4511            not 'VHOST'"
4512   parameters:
4513   - "throughput"
4514   - "parent"
4515   traces:
4516     hoverinfo: "x+y"
4517     boxpoints: "outliers"
4518     whiskerwidth: 0
4519   layout:
4520     title: ""  # No title
4521     layout: "plot-throughput"
4522
4523 -
4524   type: "plot"
4525   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4526   algorithm: "plot_performance_box"
4527   output-file-type: ".html"
4528   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4529   data: "plot-vpp-throughput-latency-3n-hsw"
4530   filter: "'NIC_Intel-X520-DA2' and
4531            '64B' and
4532            ('BASE' or 'SCALE') and
4533            'NDRPDR' and
4534            '2T2C' and
4535            'IP4FWD' and
4536            not 'IPSEC' and
4537            not 'VHOST'"
4538   parameters:
4539   - "throughput"
4540   - "parent"
4541   traces:
4542     hoverinfo: "x+y"
4543     boxpoints: "outliers"
4544     whiskerwidth: 0
4545   layout:
4546     title: ""  # No title
4547     layout: "plot-throughput"
4548
4549 -
4550   type: "plot"
4551   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4552   algorithm: "plot_performance_box"
4553   output-file-type: ".html"
4554   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4555   data: "plot-vpp-throughput-latency-3n-hsw"
4556   filter: "'NIC_Intel-X520-DA2' and
4557            '64B' and
4558            'FEATURE' and
4559            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4560            'NDRPDR' and
4561            '1T1C' and
4562            'IP4FWD' and
4563            not 'IPSEC' and
4564            not 'VHOST'"
4565   parameters:
4566   - "throughput"
4567   - "parent"
4568   traces:
4569     hoverinfo: "x+y"
4570     boxpoints: "outliers"
4571     whiskerwidth: 0
4572   layout:
4573     title: ""  # No title
4574     layout: "plot-throughput"
4575
4576 -
4577   type: "plot"
4578   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4579   algorithm: "plot_performance_box"
4580   output-file-type: ".html"
4581   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4582   data: "plot-vpp-throughput-latency-3n-hsw"
4583   filter: "'NIC_Intel-X520-DA2' and
4584            '64B' and
4585            'FEATURE' and
4586            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4587            'NDRPDR' and
4588            '1T1C' and
4589            'IP4FWD' and
4590            not 'IPSEC' and
4591            not 'VHOST'"
4592   parameters:
4593   - "throughput"
4594   - "parent"
4595   traces:
4596     hoverinfo: "x+y"
4597     boxpoints: "outliers"
4598     whiskerwidth: 0
4599   layout:
4600     title: ""  # No title
4601     layout: "plot-throughput"
4602
4603 -
4604   type: "plot"
4605   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4606   algorithm: "plot_performance_box"
4607   output-file-type: ".html"
4608   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4609   data: "plot-vpp-throughput-latency-3n-hsw"
4610   filter: "'NIC_Intel-X520-DA2' and
4611            '64B' and
4612            'FEATURE' and
4613            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4614            'NDRPDR' and
4615            '2T2C' and
4616            'IP4FWD' and
4617            not 'IPSEC' and
4618            not 'VHOST'"
4619   parameters:
4620   - "throughput"
4621   - "parent"
4622   traces:
4623     hoverinfo: "x+y"
4624     boxpoints: "outliers"
4625     whiskerwidth: 0
4626   layout:
4627     title: ""  # No title
4628     layout: "plot-throughput"
4629
4630 -
4631   type: "plot"
4632   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4633   algorithm: "plot_performance_box"
4634   output-file-type: ".html"
4635   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4636   data: "plot-vpp-throughput-latency-3n-hsw"
4637   filter: "'NIC_Intel-X520-DA2' and
4638            '64B' and
4639            'FEATURE' and
4640            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4641            'NDRPDR' and
4642            '2T2C' and
4643            'IP4FWD' and
4644            not 'IPSEC' and
4645            not 'VHOST'"
4646   parameters:
4647   - "throughput"
4648   - "parent"
4649   traces:
4650     hoverinfo: "x+y"
4651     boxpoints: "outliers"
4652     whiskerwidth: 0
4653   layout:
4654     title: ""  # No title
4655     layout: "plot-throughput"
4656
4657 # Packet Throughput - VPP IPv4 3n-hsw-x710
4658 -
4659   type: "plot"
4660   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4661   algorithm: "plot_performance_box"
4662   output-file-type: ".html"
4663   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4664   data: "plot-vpp-throughput-latency-3n-hsw"
4665   filter: "'NIC_Intel-X710' and
4666            '64B' and
4667            ('BASE' or 'SCALE') and
4668            'NDRPDR' and
4669            '1T1C' and
4670            'IP4FWD' and
4671            not 'IPSEC' and
4672            not 'VHOST'"
4673   parameters:
4674   - "throughput"
4675   - "parent"
4676   traces:
4677     hoverinfo: "x+y"
4678     boxpoints: "outliers"
4679     whiskerwidth: 0
4680   layout:
4681     title: ""  # No title
4682     layout: "plot-throughput"
4683
4684 -
4685   type: "plot"
4686   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4687   algorithm: "plot_performance_box"
4688   output-file-type: ".html"
4689   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4690   data: "plot-vpp-throughput-latency-3n-hsw"
4691   filter: "'NIC_Intel-X710' and
4692            '64B' and
4693            ('BASE' or 'SCALE') and
4694            'NDRPDR' and
4695            '1T1C' and
4696            'IP4FWD' and
4697            not 'IPSEC' and
4698            not 'VHOST'"
4699   parameters:
4700   - "throughput"
4701   - "parent"
4702   traces:
4703     hoverinfo: "x+y"
4704     boxpoints: "outliers"
4705     whiskerwidth: 0
4706   layout:
4707     title: ""  # No title
4708     layout: "plot-throughput"
4709
4710 -
4711   type: "plot"
4712   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4713   algorithm: "plot_performance_box"
4714   output-file-type: ".html"
4715   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4716   data: "plot-vpp-throughput-latency-3n-hsw"
4717   filter: "'NIC_Intel-X710' and
4718            '64B' and
4719            ('BASE' or 'SCALE') and
4720            'NDRPDR' and
4721            '2T2C' and
4722            'IP4FWD' and
4723            not 'IPSEC' and
4724            not 'VHOST'"
4725   parameters:
4726   - "throughput"
4727   - "parent"
4728   traces:
4729     hoverinfo: "x+y"
4730     boxpoints: "outliers"
4731     whiskerwidth: 0
4732   layout:
4733     title: ""  # No title
4734     layout: "plot-throughput"
4735
4736 -
4737   type: "plot"
4738   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4739   algorithm: "plot_performance_box"
4740   output-file-type: ".html"
4741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4742   data: "plot-vpp-throughput-latency-3n-hsw"
4743   filter: "'NIC_Intel-X710' and
4744            '64B' and
4745            ('BASE' or 'SCALE') and
4746            'NDRPDR' and
4747            '2T2C' and
4748            'IP4FWD' and
4749            not 'IPSEC' and
4750            not 'VHOST'"
4751   parameters:
4752   - "throughput"
4753   - "parent"
4754   traces:
4755     hoverinfo: "x+y"
4756     boxpoints: "outliers"
4757     whiskerwidth: 0
4758   layout:
4759     title: ""  # No title
4760     layout: "plot-throughput"
4761
4762 -
4763   type: "plot"
4764   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4765   algorithm: "plot_performance_box"
4766   output-file-type: ".html"
4767   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4768   data: "plot-vpp-throughput-latency-3n-hsw"
4769   filter: "'NIC_Intel-X710' and
4770            '64B' and
4771            'FEATURE' and
4772            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4773            'NDRPDR' and
4774            '1T1C' and
4775            'IP4FWD' and
4776            not 'IPSEC' and
4777            not 'VHOST'"
4778   parameters:
4779   - "throughput"
4780   - "parent"
4781   traces:
4782     hoverinfo: "x+y"
4783     boxpoints: "outliers"
4784     whiskerwidth: 0
4785   layout:
4786     title: ""  # No title
4787     layout: "plot-throughput"
4788
4789 -
4790   type: "plot"
4791   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4792   algorithm: "plot_performance_box"
4793   output-file-type: ".html"
4794   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4795   data: "plot-vpp-throughput-latency-3n-hsw"
4796   filter: "'NIC_Intel-X710' and
4797            '64B' and
4798            'FEATURE' and
4799            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4800            'NDRPDR' and
4801            '1T1C' and
4802            'IP4FWD' and
4803            not 'IPSEC' and
4804            not 'VHOST'"
4805   parameters:
4806   - "throughput"
4807   - "parent"
4808   traces:
4809     hoverinfo: "x+y"
4810     boxpoints: "outliers"
4811     whiskerwidth: 0
4812   layout:
4813     title: ""  # No title
4814     layout: "plot-throughput"
4815
4816 -
4817   type: "plot"
4818   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4819   algorithm: "plot_performance_box"
4820   output-file-type: ".html"
4821   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4822   data: "plot-vpp-throughput-latency-3n-hsw"
4823   filter: "'NIC_Intel-X710' and
4824            '64B' and
4825            'FEATURE' and
4826            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4827            'NDRPDR' and
4828            '2T2C' and
4829            'IP4FWD' and
4830            not 'IPSEC' and
4831            not 'VHOST'"
4832   parameters:
4833   - "throughput"
4834   - "parent"
4835   traces:
4836     hoverinfo: "x+y"
4837     boxpoints: "outliers"
4838     whiskerwidth: 0
4839   layout:
4840     title: ""  # No title
4841     layout: "plot-throughput"
4842
4843 -
4844   type: "plot"
4845   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4846   algorithm: "plot_performance_box"
4847   output-file-type: ".html"
4848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4849   data: "plot-vpp-throughput-latency-3n-hsw"
4850   filter: "'NIC_Intel-X710' and
4851            '64B' and
4852            'FEATURE' and
4853            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4854            'NDRPDR' and
4855            '2T2C' and
4856            'IP4FWD' and
4857            not 'IPSEC' and
4858            not 'VHOST'"
4859   parameters:
4860   - "throughput"
4861   - "parent"
4862   traces:
4863     hoverinfo: "x+y"
4864     boxpoints: "outliers"
4865     whiskerwidth: 0
4866   layout:
4867     title: ""  # No title
4868     layout: "plot-throughput"
4869
4870 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4871 -
4872   type: "plot"
4873   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4874   algorithm: "plot_performance_box"
4875   output-file-type: ".html"
4876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4877   data: "plot-vpp-throughput-latency-3n-hsw"
4878   filter: "'NIC_Intel-XL710' and
4879            '64B' and
4880            ('BASE' or 'SCALE') and
4881            'NDRPDR' and
4882            '1T1C' and
4883            'IP4FWD' and
4884            not 'IPSEC' and
4885            not 'VHOST'"
4886   parameters:
4887   - "throughput"
4888   - "parent"
4889   traces:
4890     hoverinfo: "x+y"
4891     boxpoints: "outliers"
4892     whiskerwidth: 0
4893   layout:
4894     title: ""  # No title
4895     layout: "plot-throughput"
4896
4897 -
4898   type: "plot"
4899   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4900   algorithm: "plot_performance_box"
4901   output-file-type: ".html"
4902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4903   data: "plot-vpp-throughput-latency-3n-hsw"
4904   filter: "'NIC_Intel-XL710' and
4905            '64B' and
4906            ('BASE' or 'SCALE') and
4907            'NDRPDR' and
4908            '1T1C' and
4909            'IP4FWD' and
4910            not 'IPSEC' and
4911            not 'VHOST'"
4912   parameters:
4913   - "throughput"
4914   - "parent"
4915   traces:
4916     hoverinfo: "x+y"
4917     boxpoints: "outliers"
4918     whiskerwidth: 0
4919   layout:
4920     title: ""  # No title
4921     layout: "plot-throughput"
4922
4923 -
4924   type: "plot"
4925   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4926   algorithm: "plot_performance_box"
4927   output-file-type: ".html"
4928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4929   data: "plot-vpp-throughput-latency-3n-hsw"
4930   filter: "'NIC_Intel-XL710' and
4931            '64B' and
4932            ('BASE' or 'SCALE') and
4933            'NDRPDR' and
4934            '2T2C' and
4935            'IP4FWD' and
4936            not 'IPSEC' and
4937            not 'VHOST'"
4938   parameters:
4939   - "throughput"
4940   - "parent"
4941   traces:
4942     hoverinfo: "x+y"
4943     boxpoints: "outliers"
4944     whiskerwidth: 0
4945   layout:
4946     title: ""  # No title
4947     layout: "plot-throughput"
4948
4949 -
4950   type: "plot"
4951   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4952   algorithm: "plot_performance_box"
4953   output-file-type: ".html"
4954   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4955   data: "plot-vpp-throughput-latency-3n-hsw"
4956   filter: "'NIC_Intel-XL710' and
4957            '64B' and
4958            ('BASE' or 'SCALE') and
4959            'NDRPDR' and
4960            '2T2C' and
4961            'IP4FWD' and
4962            not 'IPSEC' and
4963            not 'VHOST'"
4964   parameters:
4965   - "throughput"
4966   - "parent"
4967   traces:
4968     hoverinfo: "x+y"
4969     boxpoints: "outliers"
4970     whiskerwidth: 0
4971   layout:
4972     title: ""  # No title
4973     layout: "plot-throughput"
4974
4975 # Packet Throughput - VPP IPv4 3n-skx-x710
4976 -
4977   type: "plot"
4978   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4979   algorithm: "plot_performance_box"
4980   output-file-type: ".html"
4981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4982   data: "plot-vpp-throughput-latency-3n-skx"
4983   filter: "'NIC_Intel-X710' and
4984            '64B' and
4985            ('BASE' or 'SCALE') and
4986            'NDRPDR' and
4987            '2T1C' and
4988            'IP4FWD' and
4989            not 'IPSEC' and
4990            not 'VHOST'"
4991   parameters:
4992   - "throughput"
4993   - "parent"
4994   traces:
4995     hoverinfo: "x+y"
4996     boxpoints: "outliers"
4997     whiskerwidth: 0
4998   layout:
4999     title: ""  # No title
5000     layout: "plot-throughput"
5001
5002 -
5003   type: "plot"
5004   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5005   algorithm: "plot_performance_box"
5006   output-file-type: ".html"
5007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5008   data: "plot-vpp-throughput-latency-3n-skx"
5009   filter: "'NIC_Intel-X710' and
5010            '64B' and
5011            ('BASE' or 'SCALE') and
5012            'NDRPDR' and
5013            '2T1C' and
5014            'IP4FWD' and
5015            not 'IPSEC' and
5016            not 'VHOST'"
5017   parameters:
5018   - "throughput"
5019   - "parent"
5020   traces:
5021     hoverinfo: "x+y"
5022     boxpoints: "outliers"
5023     whiskerwidth: 0
5024   layout:
5025     title: ""  # No title
5026     layout: "plot-throughput"
5027
5028 -
5029   type: "plot"
5030   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5031   algorithm: "plot_performance_box"
5032   output-file-type: ".html"
5033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5034   data: "plot-vpp-throughput-latency-3n-skx"
5035   filter: "'NIC_Intel-X710' and
5036            '64B' and
5037            ('BASE' or 'SCALE') and
5038            'NDRPDR' and
5039            '4T2C' and
5040            'IP4FWD' and
5041            not 'IPSEC' and
5042            not 'VHOST'"
5043   parameters:
5044   - "throughput"
5045   - "parent"
5046   traces:
5047     hoverinfo: "x+y"
5048     boxpoints: "outliers"
5049     whiskerwidth: 0
5050   layout:
5051     title: ""  # No title
5052     layout: "plot-throughput"
5053
5054 -
5055   type: "plot"
5056   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5057   algorithm: "plot_performance_box"
5058   output-file-type: ".html"
5059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5060   data: "plot-vpp-throughput-latency-3n-skx"
5061   filter: "'NIC_Intel-X710' and
5062            '64B' and
5063            ('BASE' or 'SCALE') and
5064            'NDRPDR' and
5065            '4T2C' and
5066            'IP4FWD' and
5067            not 'IPSEC' and
5068            not 'VHOST'"
5069   parameters:
5070   - "throughput"
5071   - "parent"
5072   traces:
5073     hoverinfo: "x+y"
5074     boxpoints: "outliers"
5075     whiskerwidth: 0
5076   layout:
5077     title: ""  # No title
5078     layout: "plot-throughput"
5079
5080 -
5081   type: "plot"
5082   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5083   algorithm: "plot_performance_box"
5084   output-file-type: ".html"
5085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5086   data: "plot-vpp-throughput-latency-3n-skx"
5087   filter: "'NIC_Intel-X710' and
5088            '64B' and
5089            'FEATURE' and
5090            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5091            'NDRPDR' and
5092            '2T1C' and
5093            'IP4FWD' and
5094            not 'IPSEC' and
5095            not 'VHOST'"
5096   parameters:
5097   - "throughput"
5098   - "parent"
5099   traces:
5100     hoverinfo: "x+y"
5101     boxpoints: "outliers"
5102     whiskerwidth: 0
5103   layout:
5104     title: ""  # No title
5105     layout: "plot-throughput"
5106
5107 -
5108   type: "plot"
5109   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5110   algorithm: "plot_performance_box"
5111   output-file-type: ".html"
5112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5113   data: "plot-vpp-throughput-latency-3n-skx"
5114   filter: "'NIC_Intel-X710' and
5115            '64B' and
5116            'FEATURE' and
5117            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5118            'NDRPDR' and
5119            '2T1C' and
5120            'IP4FWD' and
5121            not 'IPSEC' and
5122            not 'VHOST'"
5123   parameters:
5124   - "throughput"
5125   - "parent"
5126   traces:
5127     hoverinfo: "x+y"
5128     boxpoints: "outliers"
5129     whiskerwidth: 0
5130   layout:
5131     title: ""  # No title
5132     layout: "plot-throughput"
5133
5134 -
5135   type: "plot"
5136   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5137   algorithm: "plot_performance_box"
5138   output-file-type: ".html"
5139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5140   data: "plot-vpp-throughput-latency-3n-skx"
5141   filter: "'NIC_Intel-X710' and
5142            '64B' and
5143            'FEATURE' and
5144            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5145            'NDRPDR' and
5146            '4T2C' and
5147            'IP4FWD' and
5148            not 'IPSEC' and
5149            not 'VHOST'"
5150   parameters:
5151   - "throughput"
5152   - "parent"
5153   traces:
5154     hoverinfo: "x+y"
5155     boxpoints: "outliers"
5156     whiskerwidth: 0
5157   layout:
5158     title: ""  # No title
5159     layout: "plot-throughput"
5160
5161 -
5162   type: "plot"
5163   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5164   algorithm: "plot_performance_box"
5165   output-file-type: ".html"
5166   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5167   data: "plot-vpp-throughput-latency-3n-skx"
5168   filter: "'NIC_Intel-X710' and
5169            '64B' and
5170            'FEATURE' and
5171            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5172            'NDRPDR' and
5173            '4T2C' and
5174            'IP4FWD' and
5175            not 'IPSEC' and
5176            not 'VHOST'"
5177   parameters:
5178   - "throughput"
5179   - "parent"
5180   traces:
5181     hoverinfo: "x+y"
5182     boxpoints: "outliers"
5183     whiskerwidth: 0
5184   layout:
5185     title: ""  # No title
5186     layout: "plot-throughput"
5187
5188 # Packet Throughput - VPP IPv4 3n-skx-xxv710
5189 -
5190   type: "plot"
5191   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5192   algorithm: "plot_performance_box"
5193   output-file-type: ".html"
5194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5195   data: "plot-vpp-throughput-latency-3n-skx"
5196   filter: "'NIC_Intel-XXV710' and
5197            '64B' and
5198            ('BASE' or 'SCALE') and
5199            'NDRPDR' and
5200            '2T1C' and
5201            'IP4FWD' and
5202            not 'IPSEC' and
5203            not 'VHOST'"
5204   parameters:
5205   - "throughput"
5206   - "parent"
5207   traces:
5208     hoverinfo: "x+y"
5209     boxpoints: "outliers"
5210     whiskerwidth: 0
5211   layout:
5212     title: ""  # No title
5213     layout: "plot-throughput"
5214
5215 -
5216   type: "plot"
5217   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5218   algorithm: "plot_performance_box"
5219   output-file-type: ".html"
5220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5221   data: "plot-vpp-throughput-latency-3n-skx"
5222   filter: "'NIC_Intel-XXV710' and
5223            '64B' and
5224            ('BASE' or 'SCALE') and
5225            'NDRPDR' and
5226            '2T1C' and
5227            'IP4FWD' and
5228            not 'IPSEC' and
5229            not 'VHOST'"
5230   parameters:
5231   - "throughput"
5232   - "parent"
5233   traces:
5234     hoverinfo: "x+y"
5235     boxpoints: "outliers"
5236     whiskerwidth: 0
5237   layout:
5238     title: ""  # No title
5239     layout: "plot-throughput"
5240
5241 -
5242   type: "plot"
5243   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5244   algorithm: "plot_performance_box"
5245   output-file-type: ".html"
5246   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5247   data: "plot-vpp-throughput-latency-3n-skx"
5248   filter: "'NIC_Intel-XXV710' and
5249            '64B' and
5250            ('BASE' or 'SCALE') and
5251            'NDRPDR' and
5252            '4T2C' and
5253            'IP4FWD' and
5254            not 'IPSEC' and
5255            not 'VHOST'"
5256   parameters:
5257   - "throughput"
5258   - "parent"
5259   traces:
5260     hoverinfo: "x+y"
5261     boxpoints: "outliers"
5262     whiskerwidth: 0
5263   layout:
5264     title: ""  # No title
5265     layout: "plot-throughput"
5266
5267 -
5268   type: "plot"
5269   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5270   algorithm: "plot_performance_box"
5271   output-file-type: ".html"
5272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5273   data: "plot-vpp-throughput-latency-3n-skx"
5274   filter: "'NIC_Intel-XXV710' and
5275            '64B' and
5276            ('BASE' or 'SCALE') and
5277            'NDRPDR' and
5278            '4T2C' and
5279            'IP4FWD' and
5280            not 'IPSEC' and
5281            not 'VHOST'"
5282   parameters:
5283   - "throughput"
5284   - "parent"
5285   traces:
5286     hoverinfo: "x+y"
5287     boxpoints: "outliers"
5288     whiskerwidth: 0
5289   layout:
5290     title: ""  # No title
5291     layout: "plot-throughput"
5292
5293 -
5294   type: "plot"
5295   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5296   algorithm: "plot_performance_box"
5297   output-file-type: ".html"
5298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5299   data: "plot-vpp-throughput-latency-3n-skx"
5300   filter: "'NIC_Intel-XXV710' and
5301            '64B' and
5302            'FEATURE' and
5303            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5304            'NDRPDR' and
5305            '2T1C' and
5306            'IP4FWD' and
5307            not 'IPSEC' and
5308            not 'VHOST'"
5309   parameters:
5310   - "throughput"
5311   - "parent"
5312   traces:
5313     hoverinfo: "x+y"
5314     boxpoints: "outliers"
5315     whiskerwidth: 0
5316   layout:
5317     title: ""  # No title
5318     layout: "plot-throughput"
5319
5320 -
5321   type: "plot"
5322   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5323   algorithm: "plot_performance_box"
5324   output-file-type: ".html"
5325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5326   data: "plot-vpp-throughput-latency-3n-skx"
5327   filter: "'NIC_Intel-XXV710' and
5328            '64B' and
5329            'FEATURE' and
5330            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5331            'NDRPDR' and
5332            '2T1C' and
5333            'IP4FWD' and
5334            not 'IPSEC' and
5335            not 'VHOST'"
5336   parameters:
5337   - "throughput"
5338   - "parent"
5339   traces:
5340     hoverinfo: "x+y"
5341     boxpoints: "outliers"
5342     whiskerwidth: 0
5343   layout:
5344     title: ""  # No title
5345     layout: "plot-throughput"
5346
5347 -
5348   type: "plot"
5349   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5350   algorithm: "plot_performance_box"
5351   output-file-type: ".html"
5352   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5353   data: "plot-vpp-throughput-latency-3n-skx"
5354   filter: "'NIC_Intel-XXV710' and
5355            '64B' and
5356            'FEATURE' and
5357            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5358            'NDRPDR' and
5359            '4T2C' and
5360            'IP4FWD' and
5361            not 'IPSEC' and
5362            not 'VHOST'"
5363   parameters:
5364   - "throughput"
5365   - "parent"
5366   traces:
5367     hoverinfo: "x+y"
5368     boxpoints: "outliers"
5369     whiskerwidth: 0
5370   layout:
5371     title: ""  # No title
5372     layout: "plot-throughput"
5373
5374 -
5375   type: "plot"
5376   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5377   algorithm: "plot_performance_box"
5378   output-file-type: ".html"
5379   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5380   data: "plot-vpp-throughput-latency-3n-skx"
5381   filter: "'NIC_Intel-XXV710' and
5382            '64B' and
5383            'FEATURE' and
5384            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5385            'NDRPDR' and
5386            '4T2C' and
5387            'IP4FWD' and
5388            not 'IPSEC' and
5389            not 'VHOST'"
5390   parameters:
5391   - "throughput"
5392   - "parent"
5393   traces:
5394     hoverinfo: "x+y"
5395     boxpoints: "outliers"
5396     whiskerwidth: 0
5397   layout:
5398     title: ""  # No title
5399     layout: "plot-throughput"
5400
5401 # Packet Throughput - VPP IPv4 2n-skx-x710
5402 -
5403   type: "plot"
5404   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5405   algorithm: "plot_performance_box"
5406   output-file-type: ".html"
5407   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5408   data: "plot-vpp-throughput-latency-2n-skx"
5409   filter: "'NIC_Intel-X710' and
5410            '64B' and
5411            ('BASE' or 'SCALE') and
5412            'NDRPDR' and
5413            '2T1C' and
5414            'IP4FWD' and
5415            not 'IPSEC' and
5416            not 'VHOST'"
5417   parameters:
5418   - "throughput"
5419   - "parent"
5420   traces:
5421     hoverinfo: "x+y"
5422     boxpoints: "outliers"
5423     whiskerwidth: 0
5424   layout:
5425     title: ""  # No title
5426     layout: "plot-throughput"
5427
5428 -
5429   type: "plot"
5430   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5431   algorithm: "plot_performance_box"
5432   output-file-type: ".html"
5433   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5434   data: "plot-vpp-throughput-latency-2n-skx"
5435   filter: "'NIC_Intel-X710' and
5436            '64B' and
5437            ('BASE' or 'SCALE') and
5438            'NDRPDR' and
5439            '2T1C' and
5440            'IP4FWD' and
5441            not 'IPSEC' and
5442            not 'VHOST'"
5443   parameters:
5444   - "throughput"
5445   - "parent"
5446   traces:
5447     hoverinfo: "x+y"
5448     boxpoints: "outliers"
5449     whiskerwidth: 0
5450   layout:
5451     title: ""  # No title
5452     layout: "plot-throughput"
5453
5454 -
5455   type: "plot"
5456   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5457   algorithm: "plot_performance_box"
5458   output-file-type: ".html"
5459   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5460   data: "plot-vpp-throughput-latency-2n-skx"
5461   filter: "'NIC_Intel-X710' and
5462            '64B' and
5463            ('BASE' or 'SCALE') and
5464            'NDRPDR' and
5465            '4T2C' and
5466            'IP4FWD' and
5467            not 'IPSEC' and
5468            not 'VHOST'"
5469   parameters:
5470   - "throughput"
5471   - "parent"
5472   traces:
5473     hoverinfo: "x+y"
5474     boxpoints: "outliers"
5475     whiskerwidth: 0
5476   layout:
5477     title: ""  # No title
5478     layout: "plot-throughput"
5479
5480 -
5481   type: "plot"
5482   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5483   algorithm: "plot_performance_box"
5484   output-file-type: ".html"
5485   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5486   data: "plot-vpp-throughput-latency-2n-skx"
5487   filter: "'NIC_Intel-X710' and
5488            '64B' and
5489            ('BASE' or 'SCALE') and
5490            'NDRPDR' and
5491            '4T2C' and
5492            'IP4FWD' and
5493            not 'IPSEC' and
5494            not 'VHOST'"
5495   parameters:
5496   - "throughput"
5497   - "parent"
5498   traces:
5499     hoverinfo: "x+y"
5500     boxpoints: "outliers"
5501     whiskerwidth: 0
5502   layout:
5503     title: ""  # No title
5504     layout: "plot-throughput"
5505
5506 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5507 -
5508   type: "plot"
5509   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5510   algorithm: "plot_performance_box"
5511   output-file-type: ".html"
5512   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5513   data: "plot-vpp-throughput-latency-2n-skx"
5514   filter: "'NIC_Intel-XXV710' and
5515            '64B' and
5516            ('BASE' or 'SCALE') and
5517            'NDRPDR' and
5518            '2T1C' and
5519            'IP4FWD' and
5520            not 'IPSEC' and
5521            not 'VHOST'"
5522   parameters:
5523   - "throughput"
5524   - "parent"
5525   traces:
5526     hoverinfo: "x+y"
5527     boxpoints: "outliers"
5528     whiskerwidth: 0
5529   layout:
5530     title: ""  # No title
5531     layout: "plot-throughput"
5532
5533 -
5534   type: "plot"
5535   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5536   algorithm: "plot_performance_box"
5537   output-file-type: ".html"
5538   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5539   data: "plot-vpp-throughput-latency-2n-skx"
5540   filter: "'NIC_Intel-XXV710' and
5541            '64B' and
5542            ('BASE' or 'SCALE') and
5543            'NDRPDR' and
5544            '2T1C' and
5545            'IP4FWD' and
5546            not 'IPSEC' and
5547            not 'VHOST'"
5548   parameters:
5549   - "throughput"
5550   - "parent"
5551   traces:
5552     hoverinfo: "x+y"
5553     boxpoints: "outliers"
5554     whiskerwidth: 0
5555   layout:
5556     title: ""  # No title
5557     layout: "plot-throughput"
5558
5559 -
5560   type: "plot"
5561   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5562   algorithm: "plot_performance_box"
5563   output-file-type: ".html"
5564   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5565   data: "plot-vpp-throughput-latency-2n-skx"
5566   filter: "'NIC_Intel-XXV710' and
5567            '64B' and
5568            ('BASE' or 'SCALE') and
5569            'NDRPDR' and
5570            '4T2C' and
5571            'IP4FWD' and
5572            not 'IPSEC' and
5573            not 'VHOST'"
5574   parameters:
5575   - "throughput"
5576   - "parent"
5577   traces:
5578     hoverinfo: "x+y"
5579     boxpoints: "outliers"
5580     whiskerwidth: 0
5581   layout:
5582     title: ""  # No title
5583     layout: "plot-throughput"
5584
5585 -
5586   type: "plot"
5587   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5588   algorithm: "plot_performance_box"
5589   output-file-type: ".html"
5590   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5591   data: "plot-vpp-throughput-latency-2n-skx"
5592   filter: "'NIC_Intel-XXV710' and
5593            '64B' and
5594            ('BASE' or 'SCALE') and
5595            'NDRPDR' and
5596            '4T2C' and
5597            'IP4FWD' and
5598            not 'IPSEC' and
5599            not 'VHOST'"
5600   parameters:
5601   - "throughput"
5602   - "parent"
5603   traces:
5604     hoverinfo: "x+y"
5605     boxpoints: "outliers"
5606     whiskerwidth: 0
5607   layout:
5608     title: ""  # No title
5609     layout: "plot-throughput"
5610
5611 ################################################################################
5612
5613 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5614 -
5615   type: "plot"
5616   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5617   algorithm: "plot_performance_box"
5618   output-file-type: ".html"
5619   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5620   data: "plot-vpp-throughput-latency-3n-hsw"
5621   filter: "'NIC_Intel-X520-DA2' and
5622            '64B' and
5623            'ENCAP' and
5624            'NDRPDR' and
5625            '1T1C' and
5626            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5627            not 'VHOST' and
5628            not 'IPSECHW'"
5629   parameters:
5630   - "throughput"
5631   - "parent"
5632   traces:
5633     hoverinfo: "x+y"
5634     boxpoints: "outliers"
5635     whiskerwidth: 0
5636   layout:
5637     title: ""  # No title
5638     layout: "plot-throughput"
5639
5640 -
5641   type: "plot"
5642   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5643   algorithm: "plot_performance_box"
5644   output-file-type: ".html"
5645   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5646   data: "plot-vpp-throughput-latency-3n-hsw"
5647   filter: "'NIC_Intel-X520-DA2' and
5648            '64B' and
5649            'ENCAP' and
5650            'NDRPDR' and
5651            '1T1C' and
5652            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5653            not 'VHOST' and
5654            not 'IPSECHW'"
5655   parameters:
5656   - "throughput"
5657   - "parent"
5658   traces:
5659     hoverinfo: "x+y"
5660     boxpoints: "outliers"
5661     whiskerwidth: 0
5662   layout:
5663     title: ""  # No title
5664     layout: "plot-throughput"
5665
5666 -
5667   type: "plot"
5668   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5669   algorithm: "plot_performance_box"
5670   output-file-type: ".html"
5671   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5672   data: "plot-vpp-throughput-latency-3n-hsw"
5673   filter: "'NIC_Intel-X520-DA2' and
5674            '64B' and
5675            'ENCAP' and
5676            'NDRPDR' and
5677            '2T2C' and
5678            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5679            not 'VHOST' and
5680            not 'IPSECHW'"
5681   parameters:
5682   - "throughput"
5683   - "parent"
5684   traces:
5685     hoverinfo: "x+y"
5686     boxpoints: "outliers"
5687     whiskerwidth: 0
5688   layout:
5689     title: ""  # No title
5690     layout: "plot-throughput"
5691
5692 -
5693   type: "plot"
5694   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5695   algorithm: "plot_performance_box"
5696   output-file-type: ".html"
5697   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5698   data: "plot-vpp-throughput-latency-3n-hsw"
5699   filter: "'NIC_Intel-X520-DA2' and
5700            '64B' and
5701            'ENCAP' and
5702            'NDRPDR' and
5703            '2T2C' and
5704            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5705            not 'VHOST' and
5706            not 'IPSECHW'"
5707   parameters:
5708   - "throughput"
5709   - "parent"
5710   traces:
5711     hoverinfo: "x+y"
5712     boxpoints: "outliers"
5713     whiskerwidth: 0
5714   layout:
5715     title: ""  # No title
5716     layout: "plot-throughput"
5717
5718 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5719 -
5720   type: "plot"
5721   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5722   algorithm: "plot_performance_box"
5723   output-file-type: ".html"
5724   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5725   data: "plot-vpp-throughput-latency-3n-hsw"
5726   filter: "'NIC_Intel-X710' and
5727            '64B' and
5728            'ENCAP' and
5729            'NDRPDR' and
5730            '1T1C' and
5731            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5732            not 'VHOST' and
5733            not 'IPSECHW'"
5734   parameters:
5735   - "throughput"
5736   - "parent"
5737   traces:
5738     hoverinfo: "x+y"
5739     boxpoints: "outliers"
5740     whiskerwidth: 0
5741   layout:
5742     title: ""  # No title
5743     layout: "plot-throughput"
5744
5745 -
5746   type: "plot"
5747   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5748   algorithm: "plot_performance_box"
5749   output-file-type: ".html"
5750   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5751   data: "plot-vpp-throughput-latency-3n-hsw"
5752   filter: "'NIC_Intel-X710' and
5753            '64B' and
5754            'ENCAP' and
5755            'NDRPDR' and
5756            '1T1C' and
5757            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5758            not 'VHOST' and
5759            not 'IPSECHW'"
5760   parameters:
5761   - "throughput"
5762   - "parent"
5763   traces:
5764     hoverinfo: "x+y"
5765     boxpoints: "outliers"
5766     whiskerwidth: 0
5767   layout:
5768     title: ""  # No title
5769     layout: "plot-throughput"
5770
5771 -
5772   type: "plot"
5773   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5774   algorithm: "plot_performance_box"
5775   output-file-type: ".html"
5776   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5777   data: "plot-vpp-throughput-latency-3n-hsw"
5778   filter: "'NIC_Intel-X710' and
5779            '64B' and
5780            'ENCAP' and
5781            'NDRPDR' and
5782            '2T2C' and
5783            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5784            not 'VHOST' and
5785            not 'IPSECHW'"
5786   parameters:
5787   - "throughput"
5788   - "parent"
5789   traces:
5790     hoverinfo: "x+y"
5791     boxpoints: "outliers"
5792     whiskerwidth: 0
5793   layout:
5794     title: ""  # No title
5795     layout: "plot-throughput"
5796
5797 -
5798   type: "plot"
5799   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5800   algorithm: "plot_performance_box"
5801   output-file-type: ".html"
5802   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5803   data: "plot-vpp-throughput-latency-3n-hsw"
5804   filter: "'NIC_Intel-X710' and
5805            '64B' and
5806            'ENCAP' and
5807            'NDRPDR' and
5808            '2T2C' and
5809            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5810            not 'VHOST' and
5811            not 'IPSECHW'"
5812   parameters:
5813   - "throughput"
5814   - "parent"
5815   traces:
5816     hoverinfo: "x+y"
5817     boxpoints: "outliers"
5818     whiskerwidth: 0
5819   layout:
5820     title: ""  # No title
5821     layout: "plot-throughput"
5822
5823 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5824 -
5825   type: "plot"
5826   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5827   algorithm: "plot_performance_box"
5828   output-file-type: ".html"
5829   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5830   data: "plot-vpp-throughput-latency-3n-skx"
5831   filter: "'NIC_Intel-X710' and
5832            '64B' and
5833            'ENCAP' and
5834            'NDRPDR' and
5835            '2T1C' and
5836            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5837            not 'VHOST' and
5838            not 'IPSECHW'"
5839   parameters:
5840   - "throughput"
5841   - "parent"
5842   traces:
5843     hoverinfo: "x+y"
5844     boxpoints: "outliers"
5845     whiskerwidth: 0
5846   layout:
5847     title: ""  # No title
5848     layout: "plot-throughput"
5849
5850 -
5851   type: "plot"
5852   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5853   algorithm: "plot_performance_box"
5854   output-file-type: ".html"
5855   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5856   data: "plot-vpp-throughput-latency-3n-skx"
5857   filter: "'NIC_Intel-X710' and
5858            '64B' and
5859            'ENCAP' and
5860            'NDRPDR' and
5861            '2T1C' and
5862            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5863            not 'VHOST' and
5864            not 'IPSECHW'"
5865   parameters:
5866   - "throughput"
5867   - "parent"
5868   traces:
5869     hoverinfo: "x+y"
5870     boxpoints: "outliers"
5871     whiskerwidth: 0
5872   layout:
5873     title: ""  # No title
5874     layout: "plot-throughput"
5875
5876 -
5877   type: "plot"
5878   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5879   algorithm: "plot_performance_box"
5880   output-file-type: ".html"
5881   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5882   data: "plot-vpp-throughput-latency-3n-skx"
5883   filter: "'NIC_Intel-X710' and
5884            '64B' and
5885            'ENCAP' and
5886            'NDRPDR' and
5887            '4T2C' and
5888            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5889            not 'VHOST' and
5890            not 'IPSECHW'"
5891   parameters:
5892   - "throughput"
5893   - "parent"
5894   traces:
5895     hoverinfo: "x+y"
5896     boxpoints: "outliers"
5897     whiskerwidth: 0
5898   layout:
5899     title: ""  # No title
5900     layout: "plot-throughput"
5901
5902 -
5903   type: "plot"
5904   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5905   algorithm: "plot_performance_box"
5906   output-file-type: ".html"
5907   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5908   data: "plot-vpp-throughput-latency-3n-skx"
5909   filter: "'NIC_Intel-X710' and
5910            '64B' and
5911            'ENCAP' and
5912            'NDRPDR' and
5913            '4T2C' and
5914            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5915            not 'VHOST' and
5916            not 'IPSECHW'"
5917   parameters:
5918   - "throughput"
5919   - "parent"
5920   traces:
5921     hoverinfo: "x+y"
5922     boxpoints: "outliers"
5923     whiskerwidth: 0
5924   layout:
5925     title: ""  # No title
5926     layout: "plot-throughput"
5927
5928 ################################################################################
5929
5930 # Packet Throughput - VPP IPv6 3n-hsw-x520
5931 -
5932   type: "plot"
5933   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5934   algorithm: "plot_performance_box"
5935   output-file-type: ".html"
5936   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5937   data: "plot-vpp-throughput-latency-3n-hsw"
5938   filter: "'NIC_Intel-X520-DA2' and
5939            '78B' and
5940            ('BASE' or 'SCALE') and
5941            'NDRPDR' and
5942            '1T1C' and
5943            'IP6FWD' and
5944            not 'SRv6' and
5945            not 'IPSEC' and
5946            not 'VHOST'"
5947   parameters:
5948   - "throughput"
5949   - "parent"
5950   traces:
5951     hoverinfo: "x+y"
5952     boxpoints: "outliers"
5953     whiskerwidth: 0
5954   layout:
5955     title: ""  # No title
5956     layout: "plot-throughput"
5957
5958 -
5959   type: "plot"
5960   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5961   algorithm: "plot_performance_box"
5962   output-file-type: ".html"
5963   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5964   data: "plot-vpp-throughput-latency-3n-hsw"
5965   filter: "'NIC_Intel-X520-DA2' and
5966            '78B' and
5967            ('BASE' or 'SCALE') and
5968            'NDRPDR' and
5969            '1T1C' and
5970            'IP6FWD' and
5971            not 'SRv6' and
5972            not 'IPSEC' and
5973            not 'VHOST'"
5974   parameters:
5975   - "throughput"
5976   - "parent"
5977   traces:
5978     hoverinfo: "x+y"
5979     boxpoints: "outliers"
5980     whiskerwidth: 0
5981   layout:
5982     title: ""  # No title
5983     layout: "plot-throughput"
5984
5985 -
5986   type: "plot"
5987   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5988   algorithm: "plot_performance_box"
5989   output-file-type: ".html"
5990   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5991   data: "plot-vpp-throughput-latency-3n-hsw"
5992   filter: "'NIC_Intel-X520-DA2' and
5993            '78B' and
5994            ('BASE' or 'SCALE') and
5995            'NDRPDR' and
5996            '2T2C' and
5997            'IP6FWD' and
5998            not 'SRv6' and
5999            not 'IPSEC' and
6000            not 'VHOST'"
6001   parameters:
6002   - "throughput"
6003   - "parent"
6004   traces:
6005     hoverinfo: "x+y"
6006     boxpoints: "outliers"
6007     whiskerwidth: 0
6008   layout:
6009     title: ""  # No title
6010     layout: "plot-throughput"
6011
6012 -
6013   type: "plot"
6014   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6015   algorithm: "plot_performance_box"
6016   output-file-type: ".html"
6017   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6018   data: "plot-vpp-throughput-latency-3n-hsw"
6019   filter: "'NIC_Intel-X520-DA2' and
6020            '78B' and
6021            ('BASE' or 'SCALE') and
6022            'NDRPDR' and
6023            '2T2C' and
6024            'IP6FWD' and
6025            not 'SRv6' and
6026            not 'IPSEC' and
6027            not 'VHOST'"
6028   parameters:
6029   - "throughput"
6030   - "parent"
6031   traces:
6032     hoverinfo: "x+y"
6033     boxpoints: "outliers"
6034     whiskerwidth: 0
6035   layout:
6036     title: ""  # No title
6037     layout: "plot-throughput"
6038
6039 -
6040   type: "plot"
6041   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6042   algorithm: "plot_performance_box"
6043   output-file-type: ".html"
6044   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6045   data: "plot-vpp-throughput-latency-3n-hsw"
6046   filter: "'NIC_Intel-X520-DA2' and
6047            '78B' and
6048            'FEATURE' and
6049            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6050            'NDRPDR' and
6051            '1T1C' and
6052            'IP6FWD' and
6053            not 'SRv6' and
6054            not 'IPSEC' and
6055            not 'VHOST'"
6056   parameters:
6057   - "throughput"
6058   - "parent"
6059   traces:
6060     hoverinfo: "x+y"
6061     boxpoints: "outliers"
6062     whiskerwidth: 0
6063   layout:
6064     title: ""  # No title
6065     layout: "plot-throughput"
6066
6067 -
6068   type: "plot"
6069   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6070   algorithm: "plot_performance_box"
6071   output-file-type: ".html"
6072   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6073   data: "plot-vpp-throughput-latency-3n-hsw"
6074   filter: "'NIC_Intel-X520-DA2' and
6075            '78B' and
6076            'FEATURE' and
6077            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6078            'NDRPDR' and
6079            '1T1C' and
6080            'IP6FWD' and
6081            not 'SRv6' and
6082            not 'IPSEC' and
6083            not 'VHOST'"
6084   parameters:
6085   - "throughput"
6086   - "parent"
6087   traces:
6088     hoverinfo: "x+y"
6089     boxpoints: "outliers"
6090     whiskerwidth: 0
6091   layout:
6092     title: ""  # No title
6093     layout: "plot-throughput"
6094
6095 -
6096   type: "plot"
6097   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6098   algorithm: "plot_performance_box"
6099   output-file-type: ".html"
6100   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6101   data: "plot-vpp-throughput-latency-3n-hsw"
6102   filter: "'NIC_Intel-X520-DA2' and
6103            '78B' and
6104            'FEATURE' and
6105            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6106            'NDRPDR' and
6107            '2T2C' and
6108            not 'SRv6' and
6109            'IP6FWD' and
6110            not 'IPSEC' and
6111            not 'VHOST'"
6112   parameters:
6113   - "throughput"
6114   - "parent"
6115   traces:
6116     hoverinfo: "x+y"
6117     boxpoints: "outliers"
6118     whiskerwidth: 0
6119   layout:
6120     title: ""  # No title
6121     layout: "plot-throughput"
6122
6123 -
6124   type: "plot"
6125   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6126   algorithm: "plot_performance_box"
6127   output-file-type: ".html"
6128   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6129   data: "plot-vpp-throughput-latency-3n-hsw"
6130   filter: "'NIC_Intel-X520-DA2' and
6131            '78B' and
6132            'FEATURE' and
6133            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6134            'NDRPDR' and
6135            '2T2C' and
6136            'IP6FWD' and
6137            not 'SRv6' and
6138            not 'IPSEC' and
6139            not 'VHOST'"
6140   parameters:
6141   - "throughput"
6142   - "parent"
6143   traces:
6144     hoverinfo: "x+y"
6145     boxpoints: "outliers"
6146     whiskerwidth: 0
6147   layout:
6148     title: ""  # No title
6149     layout: "plot-throughput"
6150
6151 # Packet Throughput - VPP IPv6 3n-hsw-x710
6152 -
6153   type: "plot"
6154   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6155   algorithm: "plot_performance_box"
6156   output-file-type: ".html"
6157   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6158   data: "plot-vpp-throughput-latency-3n-hsw"
6159   filter: "'NIC_Intel-X710' and
6160            '78B' and
6161            ('BASE' or 'SCALE') and
6162            'NDRPDR' and
6163            '1T1C' and
6164            'IP6FWD' and
6165            not 'SRv6' and
6166            not 'IPSEC' and
6167            not 'VHOST'"
6168   parameters:
6169   - "throughput"
6170   - "parent"
6171   traces:
6172     hoverinfo: "x+y"
6173     boxpoints: "outliers"
6174     whiskerwidth: 0
6175   layout:
6176     title: ""  # No title
6177     layout: "plot-throughput"
6178
6179 -
6180   type: "plot"
6181   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6182   algorithm: "plot_performance_box"
6183   output-file-type: ".html"
6184   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6185   data: "plot-vpp-throughput-latency-3n-hsw"
6186   filter: "'NIC_Intel-X710' and
6187            '78B' and
6188            ('BASE' or 'SCALE') and
6189            'NDRPDR' and
6190            '1T1C' and
6191            'IP6FWD' and
6192            not 'SRv6' and
6193            not 'IPSEC' and
6194            not 'VHOST'"
6195   parameters:
6196   - "throughput"
6197   - "parent"
6198   traces:
6199     hoverinfo: "x+y"
6200     boxpoints: "outliers"
6201     whiskerwidth: 0
6202   layout:
6203     title: ""  # No title
6204     layout: "plot-throughput"
6205
6206 -
6207   type: "plot"
6208   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6209   algorithm: "plot_performance_box"
6210   output-file-type: ".html"
6211   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6212   data: "plot-vpp-throughput-latency-3n-hsw"
6213   filter: "'NIC_Intel-X710' and
6214            '78B' and
6215            ('BASE' or 'SCALE') and
6216            'NDRPDR' and
6217            '2T2C' and
6218            'IP6FWD' and
6219            not 'SRv6' and
6220            not 'IPSEC' and
6221            not 'VHOST'"
6222   parameters:
6223   - "throughput"
6224   - "parent"
6225   traces:
6226     hoverinfo: "x+y"
6227     boxpoints: "outliers"
6228     whiskerwidth: 0
6229   layout:
6230     title: ""  # No title
6231     layout: "plot-throughput"
6232
6233 -
6234   type: "plot"
6235   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6236   algorithm: "plot_performance_box"
6237   output-file-type: ".html"
6238   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6239   data: "plot-vpp-throughput-latency-3n-hsw"
6240   filter: "'NIC_Intel-X710' and
6241            '78B' and
6242            ('BASE' or 'SCALE') and
6243            'NDRPDR' and
6244            '2T2C' and
6245            'IP6FWD' and
6246            not 'SRv6' and
6247            not 'IPSEC' and
6248            not 'VHOST'"
6249   parameters:
6250   - "throughput"
6251   - "parent"
6252   traces:
6253     hoverinfo: "x+y"
6254     boxpoints: "outliers"
6255     whiskerwidth: 0
6256   layout:
6257     title: ""  # No title
6258     layout: "plot-throughput"
6259
6260 -
6261   type: "plot"
6262   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6263   algorithm: "plot_performance_box"
6264   output-file-type: ".html"
6265   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6266   data: "plot-vpp-throughput-latency-3n-hsw"
6267   filter: "'NIC_Intel-X710' and
6268            '78B' and
6269            'FEATURE' and
6270            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6271            'NDRPDR' and
6272            '1T1C' and
6273            'IP6FWD' and
6274            not 'SRv6' and
6275            not 'IPSEC' and
6276            not 'VHOST'"
6277   parameters:
6278   - "throughput"
6279   - "parent"
6280   traces:
6281     hoverinfo: "x+y"
6282     boxpoints: "outliers"
6283     whiskerwidth: 0
6284   layout:
6285     title: ""  # No title
6286     layout: "plot-throughput"
6287
6288 -
6289   type: "plot"
6290   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6291   algorithm: "plot_performance_box"
6292   output-file-type: ".html"
6293   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6294   data: "plot-vpp-throughput-latency-3n-hsw"
6295   filter: "'NIC_Intel-X710' and
6296            '78B' and
6297            'FEATURE' and
6298            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6299            'NDRPDR' and
6300            '1T1C' and
6301            'IP6FWD' and
6302            not 'SRv6' and
6303            not 'IPSEC' and
6304            not 'VHOST'"
6305   parameters:
6306   - "throughput"
6307   - "parent"
6308   traces:
6309     hoverinfo: "x+y"
6310     boxpoints: "outliers"
6311     whiskerwidth: 0
6312   layout:
6313     title: ""  # No title
6314     layout: "plot-throughput"
6315
6316 -
6317   type: "plot"
6318   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6319   algorithm: "plot_performance_box"
6320   output-file-type: ".html"
6321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6322   data: "plot-vpp-throughput-latency-3n-hsw"
6323   filter: "'NIC_Intel-X710' and
6324            '78B' and
6325            'FEATURE' and
6326            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6327            'NDRPDR' and
6328            '2T2C' 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 -
6345   type: "plot"
6346   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6347   algorithm: "plot_performance_box"
6348   output-file-type: ".html"
6349   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6350   data: "plot-vpp-throughput-latency-3n-hsw"
6351   filter: "'NIC_Intel-X710' and
6352            '78B' and
6353            'FEATURE' and
6354            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6355            'NDRPDR' and
6356            '2T2C' 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 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6373 -
6374   type: "plot"
6375   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6376   algorithm: "plot_performance_box"
6377   output-file-type: ".html"
6378   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6379   data: "plot-vpp-throughput-latency-3n-hsw"
6380   filter: "'NIC_Intel-XL710' and
6381            '78B' and
6382            ('BASE' or 'SCALE') and
6383            'NDRPDR' and
6384            '1T1C' and
6385            'IP6FWD' and
6386            not 'SRv6' and
6387            not 'IPSEC' and
6388            not 'VHOST'"
6389   parameters:
6390   - "throughput"
6391   - "parent"
6392   traces:
6393     hoverinfo: "x+y"
6394     boxpoints: "outliers"
6395     whiskerwidth: 0
6396   layout:
6397     title: ""  # No title
6398     layout: "plot-throughput"
6399
6400 -
6401   type: "plot"
6402   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6403   algorithm: "plot_performance_box"
6404   output-file-type: ".html"
6405   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6406   data: "plot-vpp-throughput-latency-3n-hsw"
6407   filter: "'NIC_Intel-XL710' and
6408            '78B' and
6409            ('BASE' or 'SCALE') and
6410            'NDRPDR' and
6411            '1T1C' and
6412            'IP6FWD' and
6413            not 'SRv6' and
6414            not 'IPSEC' and
6415            not 'VHOST'"
6416   parameters:
6417   - "throughput"
6418   - "parent"
6419   traces:
6420     hoverinfo: "x+y"
6421     boxpoints: "outliers"
6422     whiskerwidth: 0
6423   layout:
6424     title: ""  # No title
6425     layout: "plot-throughput"
6426
6427 -
6428   type: "plot"
6429   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6430   algorithm: "plot_performance_box"
6431   output-file-type: ".html"
6432   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6433   data: "plot-vpp-throughput-latency-3n-hsw"
6434   filter: "'NIC_Intel-XL710' and
6435            '78B' and
6436            ('BASE' or 'SCALE') and
6437            'NDRPDR' and
6438            '2T2C' and
6439            'IP6FWD' and
6440            not 'SRv6' and
6441            not 'IPSEC' and
6442            not 'VHOST'"
6443   parameters:
6444   - "throughput"
6445   - "parent"
6446   traces:
6447     hoverinfo: "x+y"
6448     boxpoints: "outliers"
6449     whiskerwidth: 0
6450   layout:
6451     title: ""  # No title
6452     layout: "plot-throughput"
6453
6454 -
6455   type: "plot"
6456   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6457   algorithm: "plot_performance_box"
6458   output-file-type: ".html"
6459   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6460   data: "plot-vpp-throughput-latency-3n-hsw"
6461   filter: "'NIC_Intel-XL710' and
6462            '78B' and
6463            ('BASE' or 'SCALE') and
6464            'NDRPDR' and
6465            '2T2C' and
6466            'IP6FWD' and
6467            not 'SRv6' and
6468            not 'IPSEC' 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 # Packet Throughput - VPP IPv6 3n-skx-x710
6482 -
6483   type: "plot"
6484   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6485   algorithm: "plot_performance_box"
6486   output-file-type: ".html"
6487   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6488   data: "plot-vpp-throughput-latency-3n-skx"
6489   filter: "'NIC_Intel-X710' and
6490            '78B' and
6491            ('BASE' or 'SCALE') and
6492            'NDRPDR' and
6493            '2T1C' and
6494            'IP6FWD' and
6495            not 'SRv6' and
6496            not 'IPSEC' and
6497            not 'VHOST'"
6498   parameters:
6499   - "throughput"
6500   - "parent"
6501   traces:
6502     hoverinfo: "x+y"
6503     boxpoints: "outliers"
6504     whiskerwidth: 0
6505   layout:
6506     title: ""  # No title
6507     layout: "plot-throughput"
6508
6509 -
6510   type: "plot"
6511   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6512   algorithm: "plot_performance_box"
6513   output-file-type: ".html"
6514   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6515   data: "plot-vpp-throughput-latency-3n-skx"
6516   filter: "'NIC_Intel-X710' and
6517            '78B' and
6518            ('BASE' or 'SCALE') and
6519            'NDRPDR' and
6520            '2T1C' and
6521            'IP6FWD' and
6522            not 'SRv6' and
6523            not 'IPSEC' and
6524            not 'VHOST'"
6525   parameters:
6526   - "throughput"
6527   - "parent"
6528   traces:
6529     hoverinfo: "x+y"
6530     boxpoints: "outliers"
6531     whiskerwidth: 0
6532   layout:
6533     title: ""  # No title
6534     layout: "plot-throughput"
6535
6536 -
6537   type: "plot"
6538   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6539   algorithm: "plot_performance_box"
6540   output-file-type: ".html"
6541   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6542   data: "plot-vpp-throughput-latency-3n-skx"
6543   filter: "'NIC_Intel-X710' and
6544            '78B' and
6545            ('BASE' or 'SCALE') and
6546            'NDRPDR' and
6547            '4T2C' and
6548            'IP6FWD' and
6549            not 'SRv6' and
6550            not 'IPSEC' and
6551            not 'VHOST'"
6552   parameters:
6553   - "throughput"
6554   - "parent"
6555   traces:
6556     hoverinfo: "x+y"
6557     boxpoints: "outliers"
6558     whiskerwidth: 0
6559   layout:
6560     title: ""  # No title
6561     layout: "plot-throughput"
6562
6563 -
6564   type: "plot"
6565   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6566   algorithm: "plot_performance_box"
6567   output-file-type: ".html"
6568   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6569   data: "plot-vpp-throughput-latency-3n-skx"
6570   filter: "'NIC_Intel-X710' and
6571            '78B' and
6572            ('BASE' or 'SCALE') and
6573            'NDRPDR' and
6574            '4T2C' and
6575            'IP6FWD' and
6576            not 'SRv6' and
6577            not 'IPSEC' and
6578            not 'VHOST'"
6579   parameters:
6580   - "throughput"
6581   - "parent"
6582   traces:
6583     hoverinfo: "x+y"
6584     boxpoints: "outliers"
6585     whiskerwidth: 0
6586   layout:
6587     title: ""  # No title
6588     layout: "plot-throughput"
6589
6590 -
6591   type: "plot"
6592   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-ndr"
6593   algorithm: "plot_performance_box"
6594   output-file-type: ".html"
6595   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr"
6596   data: "plot-vpp-throughput-latency-3n-skx"
6597   filter: "'NIC_Intel-X710' and
6598            '78B' and
6599            'FEATURE' and
6600            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6601            'NDRPDR' and
6602            '2T1C' and
6603            'IP6FWD' and
6604            not 'SRv6' and
6605            not 'IPSEC' and
6606            not 'VHOST'"
6607   parameters:
6608   - "throughput"
6609   - "parent"
6610   traces:
6611     hoverinfo: "x+y"
6612     boxpoints: "outliers"
6613     whiskerwidth: 0
6614   layout:
6615     title: ""  # No title
6616     layout: "plot-throughput"
6617
6618 -
6619   type: "plot"
6620   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-pdr"
6621   algorithm: "plot_performance_box"
6622   output-file-type: ".html"
6623   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-pdr"
6624   data: "plot-vpp-throughput-latency-3n-skx"
6625   filter: "'NIC_Intel-X710' and
6626            '78B' and
6627            'FEATURE' and
6628            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6629            'NDRPDR' and
6630            '2T1C' and
6631            'IP6FWD' and
6632            not 'SRv6' and
6633            not 'IPSEC' and
6634            not 'VHOST'"
6635   parameters:
6636   - "throughput"
6637   - "parent"
6638   traces:
6639     hoverinfo: "x+y"
6640     boxpoints: "outliers"
6641     whiskerwidth: 0
6642   layout:
6643     title: ""  # No title
6644     layout: "plot-throughput"
6645
6646 -
6647   type: "plot"
6648   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-ndr"
6649   algorithm: "plot_performance_box"
6650   output-file-type: ".html"
6651   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr"
6652   data: "plot-vpp-throughput-latency-3n-skx"
6653   filter: "'NIC_Intel-X710' and
6654            '78B' and
6655            'FEATURE' and
6656            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6657            'NDRPDR' and
6658            '4T2C' and
6659            'IP6FWD' and
6660            not 'SRv6' and
6661            not 'IPSEC' and
6662            not 'VHOST'"
6663   parameters:
6664   - "throughput"
6665   - "parent"
6666   traces:
6667     hoverinfo: "x+y"
6668     boxpoints: "outliers"
6669     whiskerwidth: 0
6670   layout:
6671     title: ""  # No title
6672     layout: "plot-throughput"
6673
6674 -
6675   type: "plot"
6676   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-pdr"
6677   algorithm: "plot_performance_box"
6678   output-file-type: ".html"
6679   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-pdr"
6680   data: "plot-vpp-throughput-latency-3n-skx"
6681   filter: "'NIC_Intel-X710' and
6682            '78B' and
6683            'FEATURE' and
6684            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6685            'NDRPDR' and
6686            '4T2C' and
6687            'IP6FWD' and
6688            not 'SRv6' and
6689            not 'IPSEC' and
6690            not 'VHOST'"
6691   parameters:
6692   - "throughput"
6693   - "parent"
6694   traces:
6695     hoverinfo: "x+y"
6696     boxpoints: "outliers"
6697     whiskerwidth: 0
6698   layout:
6699     title: ""  # No title
6700     layout: "plot-throughput"
6701
6702 # Packet Throughput - VPP IPv6 3n-skx-xxv710
6703 -
6704   type: "plot"
6705   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6706   algorithm: "plot_performance_box"
6707   output-file-type: ".html"
6708   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6709   data: "plot-vpp-throughput-latency-3n-skx"
6710   filter: "'NIC_Intel-XXV710' and
6711            '78B' and
6712            ('BASE' or 'SCALE') and
6713            'NDRPDR' and
6714            '2T1C' and
6715            'IP6FWD' and
6716            not 'SRv6' and
6717            not 'IPSEC' and
6718            not 'VHOST'"
6719   parameters:
6720   - "throughput"
6721   - "parent"
6722   traces:
6723     hoverinfo: "x+y"
6724     boxpoints: "outliers"
6725     whiskerwidth: 0
6726   layout:
6727     title: ""  # No title
6728     layout: "plot-throughput"
6729
6730 -
6731   type: "plot"
6732   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6733   algorithm: "plot_performance_box"
6734   output-file-type: ".html"
6735   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6736   data: "plot-vpp-throughput-latency-3n-skx"
6737   filter: "'NIC_Intel-XXV710' and
6738            '78B' and
6739            ('BASE' or 'SCALE') and
6740            'NDRPDR' and
6741            '2T1C' and
6742            'IP6FWD' and
6743            not 'SRv6' and
6744            not 'IPSEC' and
6745            not 'VHOST'"
6746   parameters:
6747   - "throughput"
6748   - "parent"
6749   traces:
6750     hoverinfo: "x+y"
6751     boxpoints: "outliers"
6752     whiskerwidth: 0
6753   layout:
6754     title: ""  # No title
6755     layout: "plot-throughput"
6756
6757 -
6758   type: "plot"
6759   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6760   algorithm: "plot_performance_box"
6761   output-file-type: ".html"
6762   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6763   data: "plot-vpp-throughput-latency-3n-skx"
6764   filter: "'NIC_Intel-XXV710' and
6765            '78B' and
6766            ('BASE' or 'SCALE') and
6767            'NDRPDR' and
6768            '4T2C' and
6769            'IP6FWD' and
6770            not 'SRv6' and
6771            not 'IPSEC' and
6772            not 'VHOST'"
6773   parameters:
6774   - "throughput"
6775   - "parent"
6776   traces:
6777     hoverinfo: "x+y"
6778     boxpoints: "outliers"
6779     whiskerwidth: 0
6780   layout:
6781     title: ""  # No title
6782     layout: "plot-throughput"
6783
6784 -
6785   type: "plot"
6786   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6787   algorithm: "plot_performance_box"
6788   output-file-type: ".html"
6789   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6790   data: "plot-vpp-throughput-latency-3n-skx"
6791   filter: "'NIC_Intel-XXV710' and
6792            '78B' and
6793            ('BASE' or 'SCALE') and
6794            'NDRPDR' and
6795            '4T2C' and
6796            'IP6FWD' and
6797            not 'SRv6' and
6798            not 'IPSEC' and
6799            not 'VHOST'"
6800   parameters:
6801   - "throughput"
6802   - "parent"
6803   traces:
6804     hoverinfo: "x+y"
6805     boxpoints: "outliers"
6806     whiskerwidth: 0
6807   layout:
6808     title: ""  # No title
6809     layout: "plot-throughput"
6810
6811 -
6812   type: "plot"
6813   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6814   algorithm: "plot_performance_box"
6815   output-file-type: ".html"
6816   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6817   data: "plot-vpp-throughput-latency-3n-skx"
6818   filter: "'NIC_Intel-XXV710' and
6819            '78B' and
6820            'FEATURE' and
6821            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6822            'NDRPDR' and
6823            '2T1C' and
6824            'IP6FWD' and
6825            not 'SRv6' and
6826            not 'IPSEC' and
6827            not 'VHOST'"
6828   parameters:
6829   - "throughput"
6830   - "parent"
6831   traces:
6832     hoverinfo: "x+y"
6833     boxpoints: "outliers"
6834     whiskerwidth: 0
6835   layout:
6836     title: ""  # No title
6837     layout: "plot-throughput"
6838
6839 -
6840   type: "plot"
6841   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6842   algorithm: "plot_performance_box"
6843   output-file-type: ".html"
6844   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6845   data: "plot-vpp-throughput-latency-3n-skx"
6846   filter: "'NIC_Intel-XXV710' and
6847            '78B' and
6848            'FEATURE' and
6849            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6850            'NDRPDR' and
6851            '2T1C' and
6852            'IP6FWD' and
6853            not 'SRv6' and
6854            not 'IPSEC' and
6855            not 'VHOST'"
6856   parameters:
6857   - "throughput"
6858   - "parent"
6859   traces:
6860     hoverinfo: "x+y"
6861     boxpoints: "outliers"
6862     whiskerwidth: 0
6863   layout:
6864     title: ""  # No title
6865     layout: "plot-throughput"
6866
6867 -
6868   type: "plot"
6869   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6870   algorithm: "plot_performance_box"
6871   output-file-type: ".html"
6872   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6873   data: "plot-vpp-throughput-latency-3n-skx"
6874   filter: "'NIC_Intel-XXV710' and
6875            '78B' and
6876            'FEATURE' and
6877            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6878            'NDRPDR' and
6879            '4T2C' and
6880            'IP6FWD' and
6881            not 'SRv6' and
6882            not 'IPSEC' and
6883            not 'VHOST'"
6884   parameters:
6885   - "throughput"
6886   - "parent"
6887   traces:
6888     hoverinfo: "x+y"
6889     boxpoints: "outliers"
6890     whiskerwidth: 0
6891   layout:
6892     title: ""  # No title
6893     layout: "plot-throughput"
6894
6895 -
6896   type: "plot"
6897   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
6898   algorithm: "plot_performance_box"
6899   output-file-type: ".html"
6900   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
6901   data: "plot-vpp-throughput-latency-3n-skx"
6902   filter: "'NIC_Intel-XXV710' and
6903            '78B' and
6904            'FEATURE' and
6905            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6906            'NDRPDR' and
6907            '4T2C' and
6908            'IP6FWD' and
6909            not 'SRv6' and
6910            not 'IPSEC' and
6911            not 'VHOST'"
6912   parameters:
6913   - "throughput"
6914   - "parent"
6915   traces:
6916     hoverinfo: "x+y"
6917     boxpoints: "outliers"
6918     whiskerwidth: 0
6919   layout:
6920     title: ""  # No title
6921     layout: "plot-throughput"
6922
6923 # Packet Throughput - VPP IPv6 2n-skx-x710
6924 -
6925   type: "plot"
6926   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6927   algorithm: "plot_performance_box"
6928   output-file-type: ".html"
6929   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6930   data: "plot-vpp-throughput-latency-2n-skx"
6931   filter: "'NIC_Intel-X710' and
6932            '78B' and
6933            ('BASE' or 'SCALE') and
6934            'NDRPDR' and
6935            '2T1C' and
6936            'IP6FWD' and
6937            not 'SRv6' and
6938            not 'IPSEC' and
6939            not 'VHOST'"
6940   parameters:
6941   - "throughput"
6942   - "parent"
6943   traces:
6944     hoverinfo: "x+y"
6945     boxpoints: "outliers"
6946     whiskerwidth: 0
6947   layout:
6948     title: ""  # No title
6949     layout: "plot-throughput"
6950
6951 -
6952   type: "plot"
6953   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6954   algorithm: "plot_performance_box"
6955   output-file-type: ".html"
6956   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6957   data: "plot-vpp-throughput-latency-2n-skx"
6958   filter: "'NIC_Intel-X710' and
6959            '78B' and
6960            ('BASE' or 'SCALE') and
6961            'NDRPDR' and
6962            '2T1C' and
6963            'IP6FWD' and
6964            not 'IPSEC' and
6965            not 'VHOST'"
6966   parameters:
6967   - "throughput"
6968   - "parent"
6969   traces:
6970     hoverinfo: "x+y"
6971     boxpoints: "outliers"
6972     whiskerwidth: 0
6973   layout:
6974     title: ""  # No title
6975     layout: "plot-throughput"
6976
6977 -
6978   type: "plot"
6979   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6980   algorithm: "plot_performance_box"
6981   output-file-type: ".html"
6982   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6983   data: "plot-vpp-throughput-latency-2n-skx"
6984   filter: "'NIC_Intel-X710' and
6985            '78B' and
6986            ('BASE' or 'SCALE') and
6987            'NDRPDR' and
6988            '4T2C' and
6989            'IP6FWD' and
6990            not 'SRv6' and
6991            not 'IPSEC' and
6992            not 'VHOST'"
6993   parameters:
6994   - "throughput"
6995   - "parent"
6996   traces:
6997     hoverinfo: "x+y"
6998     boxpoints: "outliers"
6999     whiskerwidth: 0
7000   layout:
7001     title: ""  # No title
7002     layout: "plot-throughput"
7003
7004 -
7005   type: "plot"
7006   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7007   algorithm: "plot_performance_box"
7008   output-file-type: ".html"
7009   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7010   data: "plot-vpp-throughput-latency-2n-skx"
7011   filter: "'NIC_Intel-X710' and
7012            '78B' and
7013            ('BASE' or 'SCALE') and
7014            'NDRPDR' and
7015            '4T2C' and
7016            'IP6FWD' and
7017            not 'SRv6' and
7018            not 'IPSEC' and
7019            not 'VHOST'"
7020   parameters:
7021   - "throughput"
7022   - "parent"
7023   traces:
7024     hoverinfo: "x+y"
7025     boxpoints: "outliers"
7026     whiskerwidth: 0
7027   layout:
7028     title: ""  # No title
7029     layout: "plot-throughput"
7030
7031 # Packet Throughput - VPP IPv6 2n-skx-xxv710
7032 -
7033   type: "plot"
7034   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7035   algorithm: "plot_performance_box"
7036   output-file-type: ".html"
7037   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7038   data: "plot-vpp-throughput-latency-2n-skx"
7039   filter: "'NIC_Intel-XXV710' and
7040            '78B' and
7041            ('BASE' or 'SCALE') and
7042            'NDRPDR' and
7043            '2T1C' and
7044            'IP6FWD' and
7045            not 'SRv6' and
7046            not 'IPSEC' and
7047            not 'VHOST'"
7048   parameters:
7049   - "throughput"
7050   - "parent"
7051   traces:
7052     hoverinfo: "x+y"
7053     boxpoints: "outliers"
7054     whiskerwidth: 0
7055   layout:
7056     title: ""  # No title
7057     layout: "plot-throughput"
7058
7059 -
7060   type: "plot"
7061   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7062   algorithm: "plot_performance_box"
7063   output-file-type: ".html"
7064   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7065   data: "plot-vpp-throughput-latency-2n-skx"
7066   filter: "'NIC_Intel-XXV710' and
7067            '78B' and
7068            ('BASE' or 'SCALE') and
7069            'NDRPDR' and
7070            '2T1C' and
7071            'IP6FWD' and
7072            not 'SRv6' and
7073            not 'IPSEC' and
7074            not 'VHOST'"
7075   parameters:
7076   - "throughput"
7077   - "parent"
7078   traces:
7079     hoverinfo: "x+y"
7080     boxpoints: "outliers"
7081     whiskerwidth: 0
7082   layout:
7083     title: ""  # No title
7084     layout: "plot-throughput"
7085
7086 -
7087   type: "plot"
7088   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7089   algorithm: "plot_performance_box"
7090   output-file-type: ".html"
7091   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7092   data: "plot-vpp-throughput-latency-2n-skx"
7093   filter: "'NIC_Intel-XXV710' and
7094            '78B' and
7095            ('BASE' or 'SCALE') and
7096            'NDRPDR' and
7097            '4T2C' and
7098            'IP6FWD' and
7099            not 'SRv6' and
7100            not 'IPSEC' and
7101            not 'VHOST'"
7102   parameters:
7103   - "throughput"
7104   - "parent"
7105   traces:
7106     hoverinfo: "x+y"
7107     boxpoints: "outliers"
7108     whiskerwidth: 0
7109   layout:
7110     title: ""  # No title
7111     layout: "plot-throughput"
7112
7113 -
7114   type: "plot"
7115   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7116   algorithm: "plot_performance_box"
7117   output-file-type: ".html"
7118   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7119   data: "plot-vpp-throughput-latency-2n-skx"
7120   filter: "'NIC_Intel-XXV710' and
7121            '78B' and
7122            ('BASE' or 'SCALE') and
7123            'NDRPDR' and
7124            '4T2C' and
7125            'IP6FWD' and
7126            not 'SRv6' and
7127            not 'IPSEC' and
7128            not 'VHOST'"
7129   parameters:
7130   - "throughput"
7131   - "parent"
7132   traces:
7133     hoverinfo: "x+y"
7134     boxpoints: "outliers"
7135     whiskerwidth: 0
7136   layout:
7137     title: ""  # No title
7138     layout: "plot-throughput"
7139
7140 ################################################################################
7141
7142 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
7143 -
7144   type: "plot"
7145   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7146   algorithm: "plot_performance_box"
7147   output-file-type: ".html"
7148   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7149   data: "plot-vpp-throughput-latency-3n-hsw"
7150   filter: "'NIC_Intel-X520-DA2' and
7151            '78B' and
7152            'ENCAP' and
7153            'NDRPDR' and
7154            '1T1C' and
7155            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7156            not 'VHOST'"
7157   parameters:
7158   - "throughput"
7159   - "parent"
7160   traces:
7161     hoverinfo: "x+y"
7162     boxpoints: "outliers"
7163     whiskerwidth: 0
7164   layout:
7165     title: ""  # No title
7166     layout: "plot-throughput"
7167
7168 -
7169   type: "plot"
7170   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7171   algorithm: "plot_performance_box"
7172   output-file-type: ".html"
7173   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7174   data: "plot-vpp-throughput-latency-3n-hsw"
7175   filter: "'NIC_Intel-X520-DA2' and
7176            '78B' and
7177            'ENCAP' and
7178            'NDRPDR' and
7179            '1T1C' and
7180            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7181            not 'VHOST'"
7182   parameters:
7183   - "throughput"
7184   - "parent"
7185   traces:
7186     hoverinfo: "x+y"
7187     boxpoints: "outliers"
7188     whiskerwidth: 0
7189   layout:
7190     title: ""  # No title
7191     layout: "plot-throughput"
7192
7193 -
7194   type: "plot"
7195   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7196   algorithm: "plot_performance_box"
7197   output-file-type: ".html"
7198   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7199   data: "plot-vpp-throughput-latency-3n-hsw"
7200   filter: "'NIC_Intel-X520-DA2' and
7201            '78B' and
7202            'ENCAP' and
7203            'NDRPDR' and
7204            '2T2C' and
7205            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7206            not 'VHOST'"
7207   parameters:
7208   - "throughput"
7209   - "parent"
7210   traces:
7211     hoverinfo: "x+y"
7212     boxpoints: "outliers"
7213     whiskerwidth: 0
7214   layout:
7215     title: ""  # No title
7216     layout: "plot-throughput"
7217
7218 -
7219   type: "plot"
7220   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7221   algorithm: "plot_performance_box"
7222   output-file-type: ".html"
7223   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7224   data: "plot-vpp-throughput-latency-3n-hsw"
7225   filter: "'NIC_Intel-X520-DA2' and
7226            '78B' and
7227            'ENCAP' and
7228            'NDRPDR' and
7229            '2T2C' and
7230            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7231            not 'VHOST'"
7232   parameters:
7233   - "throughput"
7234   - "parent"
7235   traces:
7236     hoverinfo: "x+y"
7237     boxpoints: "outliers"
7238     whiskerwidth: 0
7239   layout:
7240     title: ""  # No title
7241     layout: "plot-throughput"
7242
7243 ################################################################################
7244
7245 # Packet Throughput - VPP IPSec 3n-hsw-xl710
7246 -
7247   type: "plot"
7248   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7249   algorithm: "plot_performance_box"
7250   output-file-type: ".html"
7251   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7252   data: "plot-vpp-throughput-latency-3n-hsw"
7253   filter: "'NIC_Intel-XL710' and
7254            '64B' and
7255            'IP4FWD' and
7256            'NDRPDR' and
7257            '1T1C' and
7258            'IPSECHW' and
7259            ('IPSECTRAN' or 'IPSECTUN') and
7260            not 'VHOST'"
7261   parameters:
7262   - "throughput"
7263   - "parent"
7264   traces:
7265     hoverinfo: "x+y"
7266     boxpoints: "outliers"
7267     whiskerwidth: 0
7268   layout:
7269     title: ""  # No title
7270     layout: "plot-throughput"
7271
7272 -
7273   type: "plot"
7274   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7275   algorithm: "plot_performance_box"
7276   output-file-type: ".html"
7277   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7278   data: "plot-vpp-throughput-latency-3n-hsw"
7279   filter: "'NIC_Intel-XL710' and
7280            '64B' and
7281            'IP4FWD' and
7282            'NDRPDR' and
7283            '1T1C' and
7284            'IPSECHW' and
7285            ('IPSECTRAN' or 'IPSECTUN') and
7286            not 'VHOST'"
7287   parameters:
7288   - "throughput"
7289   - "parent"
7290   traces:
7291     hoverinfo: "x+y"
7292     boxpoints: "outliers"
7293     whiskerwidth: 0
7294   layout:
7295     title: ""  # No title
7296     layout: "plot-throughput"
7297
7298 -
7299   type: "plot"
7300   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7301   algorithm: "plot_performance_box"
7302   output-file-type: ".html"
7303   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7304   data: "plot-vpp-throughput-latency-3n-hsw"
7305   filter: "'NIC_Intel-XL710' and
7306            '64B' and
7307            'IP4FWD' and
7308            'NDRPDR' and
7309            '2T2C' and
7310            'IPSECHW' and
7311            ('IPSECTRAN' or 'IPSECTUN') and
7312            not 'VHOST'"
7313   parameters:
7314   - "throughput"
7315   - "parent"
7316   traces:
7317     hoverinfo: "x+y"
7318     boxpoints: "outliers"
7319     whiskerwidth: 0
7320   layout:
7321     title: ""  # No title
7322     layout: "plot-throughput"
7323
7324 -
7325   type: "plot"
7326   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7327   algorithm: "plot_performance_box"
7328   output-file-type: ".html"
7329   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7330   data: "plot-vpp-throughput-latency-3n-hsw"
7331   filter: "'NIC_Intel-XL710' and
7332            '64B' and
7333            'IP4FWD' and
7334            'NDRPDR' and
7335            '2T2C' and
7336            'IPSECHW' and
7337            ('IPSECTRAN' or 'IPSECTUN') and
7338            not 'VHOST'"
7339   parameters:
7340   - "throughput"
7341   - "parent"
7342   traces:
7343     hoverinfo: "x+y"
7344     boxpoints: "outliers"
7345     whiskerwidth: 0
7346   layout:
7347     title: ""  # No title
7348     layout: "plot-throughput"
7349
7350 ################################################################################
7351
7352 # Packet Throughput - VPP SRv6 3n-hsw-x520
7353 -
7354   type: "plot"
7355   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7356   algorithm: "plot_performance_box"
7357   output-file-type: ".html"
7358   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7359   data: "plot-vpp-throughput-latency-3n-hsw"
7360   filter: "'NIC_Intel-X520-DA2' and
7361            '78B' and
7362            'FEATURE' and
7363            'NDRPDR' and
7364            '1T1C' and
7365            'IP6FWD' and
7366            'SRv6'"
7367   parameters:
7368   - "throughput"
7369   - "parent"
7370   traces:
7371     hoverinfo: "x+y"
7372     boxpoints: "outliers"
7373     whiskerwidth: 0
7374   layout:
7375     title: ""  # No title
7376     layout: "plot-throughput"
7377
7378 -
7379   type: "plot"
7380   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7381   algorithm: "plot_performance_box"
7382   output-file-type: ".html"
7383   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7384   data: "plot-vpp-throughput-latency-3n-hsw"
7385   filter: "'NIC_Intel-X520-DA2' and
7386            '78B' and
7387            'FEATURE' and
7388            'NDRPDR' and
7389            '1T1C' and
7390            'IP6FWD' and
7391            'SRv6'"
7392   parameters:
7393   - "throughput"
7394   - "parent"
7395   traces:
7396     hoverinfo: "x+y"
7397     boxpoints: "outliers"
7398     whiskerwidth: 0
7399   layout:
7400     title: ""  # No title
7401     layout: "plot-throughput"
7402
7403 -
7404   type: "plot"
7405   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7406   algorithm: "plot_performance_box"
7407   output-file-type: ".html"
7408   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7409   data: "plot-vpp-throughput-latency-3n-hsw"
7410   filter: "'NIC_Intel-X520-DA2' and
7411            '78B' and
7412            'FEATURE' and
7413            'NDRPDR' and
7414            '2T2C' and
7415            'IP6FWD' and
7416            'SRv6'"
7417   parameters:
7418   - "throughput"
7419   - "parent"
7420   traces:
7421     hoverinfo: "x+y"
7422     boxpoints: "outliers"
7423     whiskerwidth: 0
7424   layout:
7425     title: ""  # No title
7426     layout: "plot-throughput"
7427
7428 -
7429   type: "plot"
7430   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7431   algorithm: "plot_performance_box"
7432   output-file-type: ".html"
7433   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7434   data: "plot-vpp-throughput-latency-3n-hsw"
7435   filter: "'NIC_Intel-X520-DA2' and
7436            '78B' and
7437            'FEATURE' and
7438            'NDRPDR' and
7439            '2T2C' and
7440            'IP6FWD' and
7441            'SRv6'"
7442   parameters:
7443   - "throughput"
7444   - "parent"
7445   traces:
7446     hoverinfo: "x+y"
7447     boxpoints: "outliers"
7448     whiskerwidth: 0
7449   layout:
7450     title: ""  # No title
7451     layout: "plot-throughput"
7452
7453 ################################################################################
7454
7455 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
7456 -
7457   type: "plot"
7458   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7459   algorithm: "plot_performance_box"
7460   output-file-type: ".html"
7461   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7462   data: "plot-vpp-throughput-latency-3n-hsw"
7463   filter: "'NIC_Intel-X520-DA2' and
7464            '64B' and
7465            'NDRPDR' and
7466            '1T1C' and
7467            'VHOST' and
7468            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7469   parameters:
7470   - "throughput"
7471   - "parent"
7472   traces:
7473     hoverinfo: "x+y"
7474     boxpoints: "outliers"
7475     whiskerwidth: 0
7476   layout:
7477     title: ""  # No title
7478     layout: "plot-throughput"
7479
7480 -
7481   type: "plot"
7482   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7483   algorithm: "plot_performance_box"
7484   output-file-type: ".html"
7485   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7486   data: "plot-vpp-throughput-latency-3n-hsw"
7487   filter: "'NIC_Intel-X520-DA2' and
7488            '64B' and
7489            'NDRPDR' and
7490            '2T2C' and
7491            'VHOST' and
7492            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7493   parameters:
7494   - "throughput"
7495   - "parent"
7496   traces:
7497     hoverinfo: "x+y"
7498     boxpoints: "outliers"
7499     whiskerwidth: 0
7500   layout:
7501     title: ""  # No title
7502     layout: "plot-throughput"
7503
7504 -
7505   type: "plot"
7506   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7507   algorithm: "plot_performance_box"
7508   output-file-type: ".html"
7509   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7510   data: "plot-vpp-throughput-latency-3n-hsw"
7511   filter: "'NIC_Intel-X520-DA2' and
7512            '64B' and
7513            'NDRPDR' and
7514            '1T1C' and
7515            'VHOST' and
7516            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7517   parameters:
7518   - "throughput"
7519   - "parent"
7520   traces:
7521     hoverinfo: "x+y"
7522     boxpoints: "outliers"
7523     whiskerwidth: 0
7524   layout:
7525     title: ""  # No title
7526     layout: "plot-throughput"
7527
7528 -
7529   type: "plot"
7530   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7531   algorithm: "plot_performance_box"
7532   output-file-type: ".html"
7533   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7534   data: "plot-vpp-throughput-latency-3n-hsw"
7535   filter: "'NIC_Intel-X520-DA2' and
7536            '64B' and
7537            'NDRPDR' and
7538            '2T2C' and
7539            'VHOST' and
7540            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7541   parameters:
7542   - "throughput"
7543   - "parent"
7544   traces:
7545     hoverinfo: "x+y"
7546     boxpoints: "outliers"
7547     whiskerwidth: 0
7548   layout:
7549     title: ""  # No title
7550     layout: "plot-throughput"
7551
7552 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
7553 -
7554   type: "plot"
7555   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7556   algorithm: "plot_performance_box"
7557   output-file-type: ".html"
7558   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7559   data: "plot-vpp-throughput-latency-3n-hsw"
7560   filter: "'NIC_Intel-X520-DA2' and
7561            '64B' and
7562            'NDRPDR' and
7563            '1T1C' and
7564            'VHOST' and
7565            not 'VXLAN' and
7566            not 'IP4FWD' and
7567            not 'DOT1Q' and
7568            not '2VM'"
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 -
7581   type: "plot"
7582   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7583   algorithm: "plot_performance_box"
7584   output-file-type: ".html"
7585   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7586   data: "plot-vpp-throughput-latency-3n-hsw"
7587   filter: "'NIC_Intel-X520-DA2' and
7588            '64B' and
7589            'NDRPDR' and
7590            '2T2C' and
7591            'VHOST' and
7592            not 'VXLAN' and
7593            not 'IP4FWD' and
7594            not 'DOT1Q' and
7595            not '2VM'"
7596   parameters:
7597   - "throughput"
7598   - "parent"
7599   traces:
7600     hoverinfo: "x+y"
7601     boxpoints: "outliers"
7602     whiskerwidth: 0
7603   layout:
7604     title: ""  # No title
7605     layout: "plot-throughput"
7606
7607 -
7608   type: "plot"
7609   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7610   algorithm: "plot_performance_box"
7611   output-file-type: ".html"
7612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7613   data: "plot-vpp-throughput-latency-3n-hsw"
7614   filter: "'NIC_Intel-X520-DA2' and
7615            '64B' and
7616            'NDRPDR' and
7617            '1T1C' and
7618            'VHOST' and
7619            not 'VXLAN' and
7620            not 'IP4FWD' and
7621            not 'DOT1Q' and
7622            not '2VM'"
7623   parameters:
7624   - "throughput"
7625   - "parent"
7626   traces:
7627     hoverinfo: "x+y"
7628     boxpoints: "outliers"
7629     whiskerwidth: 0
7630   layout:
7631     title: ""  # No title
7632     layout: "plot-throughput"
7633
7634 -
7635   type: "plot"
7636   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7637   algorithm: "plot_performance_box"
7638   output-file-type: ".html"
7639   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7640   data: "plot-vpp-throughput-latency-3n-hsw"
7641   filter: "'NIC_Intel-X520-DA2' and
7642            '64B' and
7643            'NDRPDR' and
7644            '2T2C' and
7645            'VHOST' and
7646            not 'VXLAN' and
7647            not 'IP4FWD' and
7648            not 'DOT1Q' and
7649            not '2VM'"
7650   parameters:
7651   - "throughput"
7652   - "parent"
7653   traces:
7654     hoverinfo: "x+y"
7655     boxpoints: "outliers"
7656     whiskerwidth: 0
7657   layout:
7658     title: ""  # No title
7659     layout: "plot-throughput"
7660
7661 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
7662 -
7663   type: "plot"
7664   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7665   algorithm: "plot_performance_box"
7666   output-file-type: ".html"
7667   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7668   data: "plot-vpp-throughput-latency-3n-hsw"
7669   filter: "'NIC_Intel-X710' and
7670            '64B' and
7671            'NDRPDR' and
7672            '1T1C' and
7673            'VHOST' and
7674            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7675   parameters:
7676   - "throughput"
7677   - "parent"
7678   traces:
7679     hoverinfo: "x+y"
7680     boxpoints: "outliers"
7681     whiskerwidth: 0
7682   layout:
7683     title: ""  # No title
7684     layout: "plot-throughput"
7685
7686 -
7687   type: "plot"
7688   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7689   algorithm: "plot_performance_box"
7690   output-file-type: ".html"
7691   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7692   data: "plot-vpp-throughput-latency-3n-hsw"
7693   filter: "'NIC_Intel-X710' and
7694            '64B' and
7695            'NDRPDR' and
7696            '2T2C' and
7697            'VHOST' and
7698            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7699   parameters:
7700   - "throughput"
7701   - "parent"
7702   traces:
7703     hoverinfo: "x+y"
7704     boxpoints: "outliers"
7705     whiskerwidth: 0
7706   layout:
7707     title: ""  # No title
7708     layout: "plot-throughput"
7709
7710 -
7711   type: "plot"
7712   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7713   algorithm: "plot_performance_box"
7714   output-file-type: ".html"
7715   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7716   data: "plot-vpp-throughput-latency-3n-hsw"
7717   filter: "'NIC_Intel-X710' and
7718            '64B' and
7719            'NDRPDR' and
7720            '1T1C' and
7721            'VHOST' and
7722            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7723   parameters:
7724   - "throughput"
7725   - "parent"
7726   traces:
7727     hoverinfo: "x+y"
7728     boxpoints: "outliers"
7729     whiskerwidth: 0
7730   layout:
7731     title: ""  # No title
7732     layout: "plot-throughput"
7733
7734 -
7735   type: "plot"
7736   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7737   algorithm: "plot_performance_box"
7738   output-file-type: ".html"
7739   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7740   data: "plot-vpp-throughput-latency-3n-hsw"
7741   filter: "'NIC_Intel-X710' and
7742            '64B' and
7743            'NDRPDR' and
7744            '2T2C' and
7745            'VHOST' and
7746            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7747   parameters:
7748   - "throughput"
7749   - "parent"
7750   traces:
7751     hoverinfo: "x+y"
7752     boxpoints: "outliers"
7753     whiskerwidth: 0
7754   layout:
7755     title: ""  # No title
7756     layout: "plot-throughput"
7757
7758 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7759 -
7760   type: "plot"
7761   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7762   algorithm: "plot_performance_box"
7763   output-file-type: ".html"
7764   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7765   data: "plot-vpp-throughput-latency-3n-hsw"
7766   filter: "'NIC_Intel-X710' and
7767            '64B' and
7768            'NDRPDR' and
7769            '1T1C' and
7770            'VHOST' and
7771            not 'VXLAN' and
7772            not 'IP4FWD' and
7773            not 'DOT1Q' and
7774            not '2VM'"
7775   parameters:
7776   - "throughput"
7777   - "parent"
7778   traces:
7779     hoverinfo: "x+y"
7780     boxpoints: "outliers"
7781     whiskerwidth: 0
7782   layout:
7783     title: ""  # No title
7784     layout: "plot-throughput"
7785
7786 -
7787   type: "plot"
7788   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7789   algorithm: "plot_performance_box"
7790   output-file-type: ".html"
7791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7792   data: "plot-vpp-throughput-latency-3n-hsw"
7793   filter: "'NIC_Intel-X710' and
7794            '64B' and
7795            'NDRPDR' and
7796            '2T2C' and
7797            'VHOST' and
7798            not 'VXLAN' and
7799            not 'IP4FWD' and
7800            not 'DOT1Q' and
7801            not '2VM'"
7802   parameters:
7803   - "throughput"
7804   - "parent"
7805   traces:
7806     hoverinfo: "x+y"
7807     boxpoints: "outliers"
7808     whiskerwidth: 0
7809   layout:
7810     title: ""  # No title
7811     layout: "plot-throughput"
7812
7813 -
7814   type: "plot"
7815   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7816   algorithm: "plot_performance_box"
7817   output-file-type: ".html"
7818   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7819   data: "plot-vpp-throughput-latency-3n-hsw"
7820   filter: "'NIC_Intel-X710' and
7821            '64B' and
7822            'NDRPDR' and
7823            '1T1C' and
7824            'VHOST' and
7825            not 'VXLAN' and
7826            not 'IP4FWD' and
7827            not 'DOT1Q' and
7828            not '2VM'"
7829   parameters:
7830   - "throughput"
7831   - "parent"
7832   traces:
7833     hoverinfo: "x+y"
7834     boxpoints: "outliers"
7835     whiskerwidth: 0
7836   layout:
7837     title: ""  # No title
7838     layout: "plot-throughput"
7839
7840 -
7841   type: "plot"
7842   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7843   algorithm: "plot_performance_box"
7844   output-file-type: ".html"
7845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7846   data: "plot-vpp-throughput-latency-3n-hsw"
7847   filter: "'NIC_Intel-X710' and
7848            '64B' and
7849            'NDRPDR' and
7850            '2T2C' and
7851            'VHOST' and
7852            not 'VXLAN' and
7853            not 'IP4FWD' and
7854            not 'DOT1Q' and
7855            not '2VM'"
7856   parameters:
7857   - "throughput"
7858   - "parent"
7859   traces:
7860     hoverinfo: "x+y"
7861     boxpoints: "outliers"
7862     whiskerwidth: 0
7863   layout:
7864     title: ""  # No title
7865     layout: "plot-throughput"
7866
7867 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7868 -
7869   type: "plot"
7870   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7871   algorithm: "plot_performance_box"
7872   output-file-type: ".html"
7873   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7874   data: "plot-vpp-throughput-latency-3n-hsw"
7875   filter: "'NIC_Intel-XL710' and
7876            '64B' and
7877            'NDRPDR' and
7878            '1T1C' and
7879            'VHOST' and
7880            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7881   parameters:
7882   - "throughput"
7883   - "parent"
7884   traces:
7885     hoverinfo: "x+y"
7886     boxpoints: "outliers"
7887     whiskerwidth: 0
7888   layout:
7889     title: ""  # No title
7890     layout: "plot-throughput"
7891
7892 -
7893   type: "plot"
7894   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7895   algorithm: "plot_performance_box"
7896   output-file-type: ".html"
7897   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7898   data: "plot-vpp-throughput-latency-3n-hsw"
7899   filter: "'NIC_Intel-XL710' and
7900            '64B' and
7901            'NDRPDR' and
7902            '2T2C' and
7903            'VHOST' and
7904            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7905   parameters:
7906   - "throughput"
7907   - "parent"
7908   traces:
7909     hoverinfo: "x+y"
7910     boxpoints: "outliers"
7911     whiskerwidth: 0
7912   layout:
7913     title: ""  # No title
7914     layout: "plot-throughput"
7915
7916 -
7917   type: "plot"
7918   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7919   algorithm: "plot_performance_box"
7920   output-file-type: ".html"
7921   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7922   data: "plot-vpp-throughput-latency-3n-hsw"
7923   filter: "'NIC_Intel-XL710' and
7924            '64B' and
7925            'NDRPDR' and
7926            '1T1C' and
7927            'VHOST' and
7928            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7929   parameters:
7930   - "throughput"
7931   - "parent"
7932   traces:
7933     hoverinfo: "x+y"
7934     boxpoints: "outliers"
7935     whiskerwidth: 0
7936   layout:
7937     title: ""  # No title
7938     layout: "plot-throughput"
7939
7940 -
7941   type: "plot"
7942   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7943   algorithm: "plot_performance_box"
7944   output-file-type: ".html"
7945   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7946   data: "plot-vpp-throughput-latency-3n-hsw"
7947   filter: "'NIC_Intel-XL710' and
7948            '64B' and
7949            'NDRPDR' and
7950            '2T2C' and
7951            'VHOST' and
7952            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7953   parameters:
7954   - "throughput"
7955   - "parent"
7956   traces:
7957     hoverinfo: "x+y"
7958     boxpoints: "outliers"
7959     whiskerwidth: 0
7960   layout:
7961     title: ""  # No title
7962     layout: "plot-throughput"
7963
7964 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7965 -
7966   type: "plot"
7967   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7968   algorithm: "plot_performance_box"
7969   output-file-type: ".html"
7970   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7971   data: "plot-vpp-throughput-latency-3n-hsw"
7972   filter: "'NIC_Intel-XL710' and
7973            '64B' and
7974            'NDRPDR' and
7975            '1T1C' and
7976            'VHOST' and
7977            not 'VXLAN' and
7978            not 'IP4FWD' and
7979            not 'DOT1Q' and
7980            not '2VM'"
7981   parameters:
7982   - "throughput"
7983   - "parent"
7984   traces:
7985     hoverinfo: "x+y"
7986     boxpoints: "outliers"
7987     whiskerwidth: 0
7988   layout:
7989     title: ""  # No title
7990     layout: "plot-throughput"
7991
7992 -
7993   type: "plot"
7994   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7995   algorithm: "plot_performance_box"
7996   output-file-type: ".html"
7997   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7998   data: "plot-vpp-throughput-latency-3n-hsw"
7999   filter: "'NIC_Intel-XL710' and
8000            '64B' and
8001            'NDRPDR' and
8002            '2T2C' and
8003            'VHOST' and
8004            not 'VXLAN' and
8005            not 'IP4FWD' and
8006            not 'DOT1Q' and
8007            not '2VM'"
8008   parameters:
8009   - "throughput"
8010   - "parent"
8011   traces:
8012     hoverinfo: "x+y"
8013     boxpoints: "outliers"
8014     whiskerwidth: 0
8015   layout:
8016     title: ""  # No title
8017     layout: "plot-throughput"
8018
8019 -
8020   type: "plot"
8021   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8022   algorithm: "plot_performance_box"
8023   output-file-type: ".html"
8024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8025   data: "plot-vpp-throughput-latency-3n-hsw"
8026   filter: "'NIC_Intel-XL710' and
8027            '64B' and
8028            'NDRPDR' and
8029            '1T1C' and
8030            'VHOST' and
8031            not 'VXLAN' and
8032            not 'IP4FWD' and
8033            not 'DOT1Q' and
8034            not '2VM'"
8035   parameters:
8036   - "throughput"
8037   - "parent"
8038   traces:
8039     hoverinfo: "x+y"
8040     boxpoints: "outliers"
8041     whiskerwidth: 0
8042   layout:
8043     title: ""  # No title
8044     layout: "plot-throughput"
8045
8046 -
8047   type: "plot"
8048   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8049   algorithm: "plot_performance_box"
8050   output-file-type: ".html"
8051   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8052   data: "plot-vpp-throughput-latency-3n-hsw"
8053   filter: "'NIC_Intel-XL710' and
8054            '64B' and
8055            'NDRPDR' and
8056            '2T2C' and
8057            'VHOST' and
8058            not 'VXLAN' and
8059            not 'IP4FWD' and
8060            not 'DOT1Q' and
8061            not '2VM'"
8062   parameters:
8063   - "throughput"
8064   - "parent"
8065   traces:
8066     hoverinfo: "x+y"
8067     boxpoints: "outliers"
8068     whiskerwidth: 0
8069   layout:
8070     title: ""  # No title
8071     layout: "plot-throughput"
8072
8073 ################################################################################
8074
8075 # Packet Throughput - VPP VTS 3n-hsw-x520
8076 -
8077   type: "plot"
8078   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-ndr"
8079   algorithm: "plot_performance_box"
8080   output-file-type: ".html"
8081   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr"
8082   data: "plot-vpp-throughput-latency-3n-hsw"
8083   filter: "'NIC_Intel-X520-DA2' and
8084            '64B' and
8085            'NDRPDR' and
8086            '1T1C' and
8087            'VTS'"
8088   parameters:
8089   - "throughput"
8090   - "parent"
8091   traces:
8092     hoverinfo: "x+y"
8093     boxpoints: "outliers"
8094     whiskerwidth: 0
8095   layout:
8096     title: ""  # No title
8097     layout: "plot-throughput"
8098
8099 -
8100   type: "plot"
8101   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-ndr"
8102   algorithm: "plot_performance_box"
8103   output-file-type: ".html"
8104   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr"
8105   data: "plot-vpp-throughput-latency-3n-hsw"
8106   filter: "'NIC_Intel-X520-DA2' and
8107            '64B' and
8108            'NDRPDR' and
8109            '2T2C' and
8110            'VTS'"
8111   parameters:
8112   - "throughput"
8113   - "parent"
8114   traces:
8115     hoverinfo: "x+y"
8116     boxpoints: "outliers"
8117     whiskerwidth: 0
8118   layout:
8119     title: ""  # No title
8120     layout: "plot-throughput"
8121
8122 -
8123   type: "plot"
8124   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-pdr"
8125   algorithm: "plot_performance_box"
8126   output-file-type: ".html"
8127   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-pdr"
8128   data: "plot-vpp-throughput-latency-3n-hsw"
8129   filter: "'NIC_Intel-X520-DA2' and
8130            '64B' and
8131            'NDRPDR' and
8132            '1T1C' and
8133            'VTS'"
8134   parameters:
8135   - "throughput"
8136   - "parent"
8137   traces:
8138     hoverinfo: "x+y"
8139     boxpoints: "outliers"
8140     whiskerwidth: 0
8141   layout:
8142     title: ""  # No title
8143     layout: "plot-throughput"
8144
8145 -
8146   type: "plot"
8147   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-pdr"
8148   algorithm: "plot_performance_box"
8149   output-file-type: ".html"
8150   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-pdr"
8151   data: "plot-vpp-throughput-latency-3n-hsw"
8152   filter: "'NIC_Intel-X520-DA2' and
8153            '64B' and
8154            'NDRPDR' and
8155            '2T2C' and
8156            'VTS'"
8157   parameters:
8158   - "throughput"
8159   - "parent"
8160   traces:
8161     hoverinfo: "x+y"
8162     boxpoints: "outliers"
8163     whiskerwidth: 0
8164   layout:
8165     title: ""  # No title
8166     layout: "plot-throughput"
8167
8168 ################################################################################
8169
8170 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
8171 -
8172   type: "plot"
8173   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8174   algorithm: "plot_performance_box"
8175   output-file-type: ".html"
8176   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8177   data: "plot-dpdk-throughput-latency-3n-hsw"
8178   filter: "'NIC_Intel-X520-DA2' and
8179            '64B' and
8180            'BASE' and
8181            'NDRPDR' and
8182            '1T1C' and
8183            'IP4FWD'"
8184   parameters:
8185   - "throughput"
8186   - "parent"
8187   traces:
8188     hoverinfo: "x+y"
8189     boxpoints: "outliers"
8190     whiskerwidth: 0
8191   layout:
8192     title: ""  # No title
8193     layout: "plot-throughput"
8194
8195 -
8196   type: "plot"
8197   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8198   algorithm: "plot_performance_box"
8199   output-file-type: ".html"
8200   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8201   data: "plot-dpdk-throughput-latency-3n-hsw"
8202   filter: "'NIC_Intel-X520-DA2' and
8203            '64B' and
8204            'BASE' and
8205            'NDRPDR' and
8206            '2T2C' and
8207            'IP4FWD'"
8208   parameters:
8209   - "throughput"
8210   - "parent"
8211   traces:
8212     hoverinfo: "x+y"
8213     boxpoints: "outliers"
8214     whiskerwidth: 0
8215   layout:
8216     title: ""  # No title
8217     layout: "plot-throughput"
8218
8219 -
8220   type: "plot"
8221   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8222   algorithm: "plot_performance_box"
8223   output-file-type: ".html"
8224   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8225   data: "plot-dpdk-throughput-latency-3n-hsw"
8226   filter: "'NIC_Intel-X520-DA2' and
8227            '64B' and
8228            'BASE' and
8229            'NDRPDR' and
8230            '1T1C' and
8231            'IP4FWD'"
8232   parameters:
8233   - "throughput"
8234   - "parent"
8235   traces:
8236     hoverinfo: "x+y"
8237     boxpoints: "outliers"
8238     whiskerwidth: 0
8239   layout:
8240     title: ""  # No title
8241     layout: "plot-throughput"
8242
8243 -
8244   type: "plot"
8245   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8246   algorithm: "plot_performance_box"
8247   output-file-type: ".html"
8248   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8249   data: "plot-dpdk-throughput-latency-3n-hsw"
8250   filter: "'NIC_Intel-X520-DA2' and
8251            '64B' and
8252            'BASE' and
8253            'NDRPDR' and
8254            '2T2C' and
8255            'IP4FWD'"
8256   parameters:
8257   - "throughput"
8258   - "parent"
8259   traces:
8260     hoverinfo: "x+y"
8261     boxpoints: "outliers"
8262     whiskerwidth: 0
8263   layout:
8264     title: ""  # No title
8265     layout: "plot-throughput"
8266
8267 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
8268 -
8269   type: "plot"
8270   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8271   algorithm: "plot_performance_box"
8272   output-file-type: ".html"
8273   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8274   data: "plot-dpdk-throughput-latency-3n-hsw"
8275   filter: "'NIC_Intel-X710' and
8276            '64B' and
8277            'BASE' and
8278            'NDRPDR' and
8279            '1T1C' and
8280            'IP4FWD'"
8281   parameters:
8282   - "throughput"
8283   - "parent"
8284   traces:
8285     hoverinfo: "x+y"
8286     boxpoints: "outliers"
8287     whiskerwidth: 0
8288   layout:
8289     title: ""  # No title
8290     layout: "plot-throughput"
8291
8292 -
8293   type: "plot"
8294   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8295   algorithm: "plot_performance_box"
8296   output-file-type: ".html"
8297   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8298   data: "plot-dpdk-throughput-latency-3n-hsw"
8299   filter: "'NIC_Intel-X710' and
8300            '64B' and
8301            'BASE' and
8302            'NDRPDR' and
8303            '2T2C' and
8304            'IP4FWD'"
8305   parameters:
8306   - "throughput"
8307   - "parent"
8308   traces:
8309     hoverinfo: "x+y"
8310     boxpoints: "outliers"
8311     whiskerwidth: 0
8312   layout:
8313     title: ""  # No title
8314     layout: "plot-throughput"
8315
8316 -
8317   type: "plot"
8318   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8319   algorithm: "plot_performance_box"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8322   data: "plot-dpdk-throughput-latency-3n-hsw"
8323   filter: "'NIC_Intel-X710' and
8324            '64B' and
8325            'BASE' and
8326            'NDRPDR' and
8327            '1T1C' and
8328            'IP4FWD'"
8329   parameters:
8330   - "throughput"
8331   - "parent"
8332   traces:
8333     hoverinfo: "x+y"
8334     boxpoints: "outliers"
8335     whiskerwidth: 0
8336   layout:
8337     title: ""  # No title
8338     layout: "plot-throughput"
8339
8340 -
8341   type: "plot"
8342   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8343   algorithm: "plot_performance_box"
8344   output-file-type: ".html"
8345   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8346   data: "plot-dpdk-throughput-latency-3n-hsw"
8347   filter: "'NIC_Intel-X710' and
8348            '64B' and
8349            'BASE' and
8350            'NDRPDR' and
8351            '2T2C' and
8352            'IP4FWD'"
8353   parameters:
8354   - "throughput"
8355   - "parent"
8356   traces:
8357     hoverinfo: "x+y"
8358     boxpoints: "outliers"
8359     whiskerwidth: 0
8360   layout:
8361     title: ""  # No title
8362     layout: "plot-throughput"
8363
8364 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
8365 -
8366   type: "plot"
8367   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8368   algorithm: "plot_performance_box"
8369   output-file-type: ".html"
8370   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8371   data: "plot-dpdk-throughput-latency-3n-hsw"
8372   filter: "'NIC_Intel-XL710' and
8373            '64B' and
8374            'BASE' and
8375            'NDRPDR' and
8376            '1T1C' and
8377            'IP4FWD'"
8378   parameters:
8379   - "throughput"
8380   - "parent"
8381   traces:
8382     hoverinfo: "x+y"
8383     boxpoints: "outliers"
8384     whiskerwidth: 0
8385   layout:
8386     title: ""  # No title
8387     layout: "plot-throughput"
8388
8389 -
8390   type: "plot"
8391   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8392   algorithm: "plot_performance_box"
8393   output-file-type: ".html"
8394   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8395   data: "plot-dpdk-throughput-latency-3n-hsw"
8396   filter: "'NIC_Intel-XL710' and
8397            '64B' and
8398            'BASE' and
8399            'NDRPDR' and
8400            '2T2C' and
8401            'IP4FWD'"
8402   parameters:
8403   - "throughput"
8404   - "parent"
8405   traces:
8406     hoverinfo: "x+y"
8407     boxpoints: "outliers"
8408     whiskerwidth: 0
8409   layout:
8410     title: ""  # No title
8411     layout: "plot-throughput"
8412
8413 -
8414   type: "plot"
8415   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8416   algorithm: "plot_performance_box"
8417   output-file-type: ".html"
8418   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8419   data: "plot-dpdk-throughput-latency-3n-hsw"
8420   filter: "'NIC_Intel-XL710' and
8421            '64B' and
8422            'BASE' and
8423            'NDRPDR' and
8424            '1T1C' and
8425            'IP4FWD'"
8426   parameters:
8427   - "throughput"
8428   - "parent"
8429   traces:
8430     hoverinfo: "x+y"
8431     boxpoints: "outliers"
8432     whiskerwidth: 0
8433   layout:
8434     title: ""  # No title
8435     layout: "plot-throughput"
8436
8437 -
8438   type: "plot"
8439   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8440   algorithm: "plot_performance_box"
8441   output-file-type: ".html"
8442   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8443   data: "plot-dpdk-throughput-latency-3n-hsw"
8444   filter: "'NIC_Intel-XL710' and
8445            '64B' and
8446            'BASE' and
8447            'NDRPDR' and
8448            '2T2C' and
8449            'IP4FWD'"
8450   parameters:
8451   - "throughput"
8452   - "parent"
8453   traces:
8454     hoverinfo: "x+y"
8455     boxpoints: "outliers"
8456     whiskerwidth: 0
8457   layout:
8458     title: ""  # No title
8459     layout: "plot-throughput"
8460
8461 # Packet Throughput - DPDK l3fwd 3n-skx-x710
8462 -
8463   type: "plot"
8464   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8465   algorithm: "plot_performance_box"
8466   output-file-type: ".html"
8467   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8468   data: "plot-dpdk-throughput-latency-3n-skx"
8469   filter: "'NIC_Intel-X710' and
8470            '64B' and
8471            'BASE' and
8472            'NDRPDR' and
8473            '2T1C' and
8474            'IP4FWD'"
8475   parameters:
8476   - "throughput"
8477   - "parent"
8478   traces:
8479     hoverinfo: "x+y"
8480     boxpoints: "outliers"
8481     whiskerwidth: 0
8482   layout:
8483     title: ""  # No title
8484     layout: "plot-throughput"
8485
8486 -
8487   type: "plot"
8488   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8489   algorithm: "plot_performance_box"
8490   output-file-type: ".html"
8491   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8492   data: "plot-dpdk-throughput-latency-3n-skx"
8493   filter: "'NIC_Intel-X710' and
8494            '64B' and
8495            'BASE' and
8496            'NDRPDR' and
8497            '4T2C' and
8498            'IP4FWD'"
8499   parameters:
8500   - "throughput"
8501   - "parent"
8502   traces:
8503     hoverinfo: "x+y"
8504     boxpoints: "outliers"
8505     whiskerwidth: 0
8506   layout:
8507     title: ""  # No title
8508     layout: "plot-throughput"
8509
8510 -
8511   type: "plot"
8512   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8513   algorithm: "plot_performance_box"
8514   output-file-type: ".html"
8515   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8516   data: "plot-dpdk-throughput-latency-3n-skx"
8517   filter: "'NIC_Intel-X710' and
8518            '64B' and
8519            'BASE' and
8520            'NDRPDR' and
8521            '2T1C' and
8522            'IP4FWD'"
8523   parameters:
8524   - "throughput"
8525   - "parent"
8526   traces:
8527     hoverinfo: "x+y"
8528     boxpoints: "outliers"
8529     whiskerwidth: 0
8530   layout:
8531     title: ""  # No title
8532     layout: "plot-throughput"
8533
8534 -
8535   type: "plot"
8536   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8537   algorithm: "plot_performance_box"
8538   output-file-type: ".html"
8539   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8540   data: "plot-dpdk-throughput-latency-3n-skx"
8541   filter: "'NIC_Intel-X710' and
8542            '64B' and
8543            'BASE' and
8544            'NDRPDR' and
8545            '4T2C' and
8546            'IP4FWD'"
8547   parameters:
8548   - "throughput"
8549   - "parent"
8550   traces:
8551     hoverinfo: "x+y"
8552     boxpoints: "outliers"
8553     whiskerwidth: 0
8554   layout:
8555     title: ""  # No title
8556     layout: "plot-throughput"
8557
8558 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
8559 -
8560   type: "plot"
8561   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8562   algorithm: "plot_performance_box"
8563   output-file-type: ".html"
8564   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8565   data: "plot-dpdk-throughput-latency-3n-skx"
8566   filter: "'NIC_Intel-XXV710' and
8567            '64B' and
8568            'BASE' and
8569            'NDRPDR' and
8570            '2T1C' and
8571            'IP4FWD'"
8572   parameters:
8573   - "throughput"
8574   - "parent"
8575   traces:
8576     hoverinfo: "x+y"
8577     boxpoints: "outliers"
8578     whiskerwidth: 0
8579   layout:
8580     title: ""  # No title
8581     layout: "plot-throughput"
8582
8583 -
8584   type: "plot"
8585   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8586   algorithm: "plot_performance_box"
8587   output-file-type: ".html"
8588   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8589   data: "plot-dpdk-throughput-latency-3n-skx"
8590   filter: "'NIC_Intel-XXV710' and
8591            '64B' and
8592            'BASE' and
8593            'NDRPDR' and
8594            '4T2C' and
8595            'IP4FWD'"
8596   parameters:
8597   - "throughput"
8598   - "parent"
8599   traces:
8600     hoverinfo: "x+y"
8601     boxpoints: "outliers"
8602     whiskerwidth: 0
8603   layout:
8604     title: ""  # No title
8605     layout: "plot-throughput"
8606
8607 -
8608   type: "plot"
8609   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8610   algorithm: "plot_performance_box"
8611   output-file-type: ".html"
8612   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8613   data: "plot-dpdk-throughput-latency-3n-skx"
8614   filter: "'NIC_Intel-XXV710' and
8615            '64B' and
8616            'BASE' and
8617            'NDRPDR' and
8618            '2T1C' and
8619            'IP4FWD'"
8620   parameters:
8621   - "throughput"
8622   - "parent"
8623   traces:
8624     hoverinfo: "x+y"
8625     boxpoints: "outliers"
8626     whiskerwidth: 0
8627   layout:
8628     title: ""  # No title
8629     layout: "plot-throughput"
8630
8631 -
8632   type: "plot"
8633   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8634   algorithm: "plot_performance_box"
8635   output-file-type: ".html"
8636   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8637   data: "plot-dpdk-throughput-latency-3n-skx"
8638   filter: "'NIC_Intel-XXV710' and
8639            '64B' and
8640            'BASE' and
8641            'NDRPDR' and
8642            '4T2C' and
8643            'IP4FWD'"
8644   parameters:
8645   - "throughput"
8646   - "parent"
8647   traces:
8648     hoverinfo: "x+y"
8649     boxpoints: "outliers"
8650     whiskerwidth: 0
8651   layout:
8652     title: ""  # No title
8653     layout: "plot-throughput"
8654
8655 # Packet Throughput - DPDK l3fwd 2n-skx-x710
8656 -
8657   type: "plot"
8658   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8659   algorithm: "plot_performance_box"
8660   output-file-type: ".html"
8661   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8662   data: "plot-dpdk-throughput-latency-2n-skx"
8663   filter: "'NIC_Intel-X710' and
8664            '64B' and
8665            'BASE' and
8666            'NDRPDR' and
8667            '2T1C' and
8668            'IP4FWD'"
8669   parameters:
8670   - "throughput"
8671   - "parent"
8672   traces:
8673     hoverinfo: "x+y"
8674     boxpoints: "outliers"
8675     whiskerwidth: 0
8676   layout:
8677     title: ""  # No title
8678     layout: "plot-throughput"
8679
8680 -
8681   type: "plot"
8682   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8683   algorithm: "plot_performance_box"
8684   output-file-type: ".html"
8685   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8686   data: "plot-dpdk-throughput-latency-2n-skx"
8687   filter: "'NIC_Intel-X710' and
8688            '64B' and
8689            'BASE' and
8690            'NDRPDR' and
8691            '4T2C' and
8692            'IP4FWD'"
8693   parameters:
8694   - "throughput"
8695   - "parent"
8696   traces:
8697     hoverinfo: "x+y"
8698     boxpoints: "outliers"
8699     whiskerwidth: 0
8700   layout:
8701     title: ""  # No title
8702     layout: "plot-throughput"
8703
8704 -
8705   type: "plot"
8706   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8707   algorithm: "plot_performance_box"
8708   output-file-type: ".html"
8709   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8710   data: "plot-dpdk-throughput-latency-2n-skx"
8711   filter: "'NIC_Intel-X710' and
8712            '64B' and
8713            'BASE' and
8714            'NDRPDR' and
8715            '2T1C' and
8716            'IP4FWD'"
8717   parameters:
8718   - "throughput"
8719   - "parent"
8720   traces:
8721     hoverinfo: "x+y"
8722     boxpoints: "outliers"
8723     whiskerwidth: 0
8724   layout:
8725     title: ""  # No title
8726     layout: "plot-throughput"
8727
8728 -
8729   type: "plot"
8730   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8731   algorithm: "plot_performance_box"
8732   output-file-type: ".html"
8733   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8734   data: "plot-dpdk-throughput-latency-2n-skx"
8735   filter: "'NIC_Intel-X710' and
8736            '64B' and
8737            'BASE' and
8738            'NDRPDR' and
8739            '4T2C' and
8740            'IP4FWD'"
8741   parameters:
8742   - "throughput"
8743   - "parent"
8744   traces:
8745     hoverinfo: "x+y"
8746     boxpoints: "outliers"
8747     whiskerwidth: 0
8748   layout:
8749     title: ""  # No title
8750     layout: "plot-throughput"
8751
8752 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8753 -
8754   type: "plot"
8755   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8756   algorithm: "plot_performance_box"
8757   output-file-type: ".html"
8758   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8759   data: "plot-dpdk-throughput-latency-2n-skx"
8760   filter: "'NIC_Intel-XXV710' and
8761            '64B' and
8762            'BASE' and
8763            'NDRPDR' and
8764            '2T1C' and
8765            'IP4FWD'"
8766   parameters:
8767   - "throughput"
8768   - "parent"
8769   traces:
8770     hoverinfo: "x+y"
8771     boxpoints: "outliers"
8772     whiskerwidth: 0
8773   layout:
8774     title: ""  # No title
8775     layout: "plot-throughput"
8776
8777 -
8778   type: "plot"
8779   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8780   algorithm: "plot_performance_box"
8781   output-file-type: ".html"
8782   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8783   data: "plot-dpdk-throughput-latency-2n-skx"
8784   filter: "'NIC_Intel-XXV710' and
8785            '64B' and
8786            'BASE' and
8787            'NDRPDR' and
8788            '4T2C' and
8789            'IP4FWD'"
8790   parameters:
8791   - "throughput"
8792   - "parent"
8793   traces:
8794     hoverinfo: "x+y"
8795     boxpoints: "outliers"
8796     whiskerwidth: 0
8797   layout:
8798     title: ""  # No title
8799     layout: "plot-throughput"
8800
8801 -
8802   type: "plot"
8803   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8804   algorithm: "plot_performance_box"
8805   output-file-type: ".html"
8806   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8807   data: "plot-dpdk-throughput-latency-2n-skx"
8808   filter: "'NIC_Intel-XXV710' and
8809            '64B' and
8810            'BASE' and
8811            'NDRPDR' and
8812            '2T1C' and
8813            'IP4FWD'"
8814   parameters:
8815   - "throughput"
8816   - "parent"
8817   traces:
8818     hoverinfo: "x+y"
8819     boxpoints: "outliers"
8820     whiskerwidth: 0
8821   layout:
8822     title: ""  # No title
8823     layout: "plot-throughput"
8824
8825 -
8826   type: "plot"
8827   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8828   algorithm: "plot_performance_box"
8829   output-file-type: ".html"
8830   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8831   data: "plot-dpdk-throughput-latency-2n-skx"
8832   filter: "'NIC_Intel-XXV710' and
8833            '64B' and
8834            'BASE' and
8835            'NDRPDR' and
8836            '4T2C' and
8837            'IP4FWD'"
8838   parameters:
8839   - "throughput"
8840   - "parent"
8841   traces:
8842     hoverinfo: "x+y"
8843     boxpoints: "outliers"
8844     whiskerwidth: 0
8845   layout:
8846     title: ""  # No title
8847     layout: "plot-throughput"
8848
8849 ################################################################################
8850
8851 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8852 -
8853   type: "plot"
8854   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8855   algorithm: "plot_performance_box"
8856   output-file-type: ".html"
8857   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8858   data: "plot-dpdk-throughput-latency-3n-hsw"
8859   filter: "'NIC_Intel-X520-DA2' and
8860            '64B' and
8861            'BASE' and
8862            'NDRPDR' and
8863            '1T1C' and
8864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8865   parameters:
8866   - "throughput"
8867   - "parent"
8868   traces:
8869     hoverinfo: "x+y"
8870     boxpoints: "outliers"
8871     whiskerwidth: 0
8872   layout:
8873     title: ""  # No title
8874     layout: "plot-throughput"
8875
8876 -
8877   type: "plot"
8878   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8879   algorithm: "plot_performance_box"
8880   output-file-type: ".html"
8881   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8882   data: "plot-dpdk-throughput-latency-3n-hsw"
8883   filter: "'NIC_Intel-X520-DA2' and
8884            '64B' and
8885            'BASE' and
8886            'NDRPDR' and
8887            '2T2C' and
8888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8889   parameters:
8890   - "throughput"
8891   - "parent"
8892   traces:
8893     hoverinfo: "x+y"
8894     boxpoints: "outliers"
8895     whiskerwidth: 0
8896   layout:
8897     title: ""  # No title
8898     layout: "plot-throughput"
8899
8900 -
8901   type: "plot"
8902   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8903   algorithm: "plot_performance_box"
8904   output-file-type: ".html"
8905   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8906   data: "plot-dpdk-throughput-latency-3n-hsw"
8907   filter: "'NIC_Intel-X520-DA2' and
8908            '64B' and
8909            'BASE' and
8910            'NDRPDR' and
8911            '1T1C' and
8912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8913   parameters:
8914   - "throughput"
8915   - "parent"
8916   traces:
8917     hoverinfo: "x+y"
8918     boxpoints: "outliers"
8919     whiskerwidth: 0
8920   layout:
8921     title: ""  # No title
8922     layout: "plot-throughput"
8923
8924 -
8925   type: "plot"
8926   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8927   algorithm: "plot_performance_box"
8928   output-file-type: ".html"
8929   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8930   data: "plot-dpdk-throughput-latency-3n-hsw"
8931   filter: "'NIC_Intel-X520-DA2' and
8932            '64B' and
8933            'BASE' and
8934            'NDRPDR' and
8935            '2T2C' and
8936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8937   parameters:
8938   - "throughput"
8939   - "parent"
8940   traces:
8941     hoverinfo: "x+y"
8942     boxpoints: "outliers"
8943     whiskerwidth: 0
8944   layout:
8945     title: ""  # No title
8946     layout: "plot-throughput"
8947
8948 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8949 -
8950   type: "plot"
8951   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8952   algorithm: "plot_performance_box"
8953   output-file-type: ".html"
8954   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8955   data: "plot-dpdk-throughput-latency-3n-hsw"
8956   filter: "'NIC_Intel-X710' and
8957            '64B' and
8958            'BASE' and
8959            'NDRPDR' and
8960            '1T1C' and
8961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8962   parameters:
8963   - "throughput"
8964   - "parent"
8965   traces:
8966     hoverinfo: "x+y"
8967     boxpoints: "outliers"
8968     whiskerwidth: 0
8969   layout:
8970     title: ""  # No title
8971     layout: "plot-throughput"
8972
8973 -
8974   type: "plot"
8975   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8976   algorithm: "plot_performance_box"
8977   output-file-type: ".html"
8978   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8979   data: "plot-dpdk-throughput-latency-3n-hsw"
8980   filter: "'NIC_Intel-X710' and
8981            '64B' and
8982            'BASE' and
8983            'NDRPDR' and
8984            '2T2C' and
8985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8986   parameters:
8987   - "throughput"
8988   - "parent"
8989   traces:
8990     hoverinfo: "x+y"
8991     boxpoints: "outliers"
8992     whiskerwidth: 0
8993   layout:
8994     title: ""  # No title
8995     layout: "plot-throughput"
8996
8997 -
8998   type: "plot"
8999   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9000   algorithm: "plot_performance_box"
9001   output-file-type: ".html"
9002   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9003   data: "plot-dpdk-throughput-latency-3n-hsw"
9004   filter: "'NIC_Intel-X710' and
9005            '64B' and
9006            'BASE' and
9007            'NDRPDR' and
9008            '1T1C' and
9009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9010   parameters:
9011   - "throughput"
9012   - "parent"
9013   traces:
9014     hoverinfo: "x+y"
9015     boxpoints: "outliers"
9016     whiskerwidth: 0
9017   layout:
9018     title: ""  # No title
9019     layout: "plot-throughput"
9020
9021 -
9022   type: "plot"
9023   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9024   algorithm: "plot_performance_box"
9025   output-file-type: ".html"
9026   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9027   data: "plot-dpdk-throughput-latency-3n-hsw"
9028   filter: "'NIC_Intel-X710' and
9029            '64B' and
9030            'BASE' and
9031            'NDRPDR' and
9032            '2T2C' and
9033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9034   parameters:
9035   - "throughput"
9036   - "parent"
9037   traces:
9038     hoverinfo: "x+y"
9039     boxpoints: "outliers"
9040     whiskerwidth: 0
9041   layout:
9042     title: ""  # No title
9043     layout: "plot-throughput"
9044
9045 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
9046 -
9047   type: "plot"
9048   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9049   algorithm: "plot_performance_box"
9050   output-file-type: ".html"
9051   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9052   data: "plot-dpdk-throughput-latency-3n-hsw"
9053   filter: "'NIC_Intel-XL710' and
9054            '64B' and
9055            'BASE' and
9056            'NDRPDR' and
9057            '1T1C' and
9058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9059   parameters:
9060   - "throughput"
9061   - "parent"
9062   traces:
9063     hoverinfo: "x+y"
9064     boxpoints: "outliers"
9065     whiskerwidth: 0
9066   layout:
9067     title: ""  # No title
9068     layout: "plot-throughput"
9069
9070 -
9071   type: "plot"
9072   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9073   algorithm: "plot_performance_box"
9074   output-file-type: ".html"
9075   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9076   data: "plot-dpdk-throughput-latency-3n-hsw"
9077   filter: "'NIC_Intel-XL710' and
9078            '64B' and
9079            'BASE' and
9080            'NDRPDR' and
9081            '2T2C' and
9082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9083   parameters:
9084   - "throughput"
9085   - "parent"
9086   traces:
9087     hoverinfo: "x+y"
9088     boxpoints: "outliers"
9089     whiskerwidth: 0
9090   layout:
9091     title: ""  # No title
9092     layout: "plot-throughput"
9093
9094 -
9095   type: "plot"
9096   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9097   algorithm: "plot_performance_box"
9098   output-file-type: ".html"
9099   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9100   data: "plot-dpdk-throughput-latency-3n-hsw"
9101   filter: "'NIC_Intel-XL710' and
9102            '64B' and
9103            'BASE' and
9104            'NDRPDR' and
9105            '1T1C' and
9106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9107   parameters:
9108   - "throughput"
9109   - "parent"
9110   traces:
9111     hoverinfo: "x+y"
9112     boxpoints: "outliers"
9113     whiskerwidth: 0
9114   layout:
9115     title: ""  # No title
9116     layout: "plot-throughput"
9117
9118 -
9119   type: "plot"
9120   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9121   algorithm: "plot_performance_box"
9122   output-file-type: ".html"
9123   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9124   data: "plot-dpdk-throughput-latency-3n-hsw"
9125   filter: "'NIC_Intel-XL710' and
9126            '64B' and
9127            'BASE' and
9128            'NDRPDR' and
9129            '2T2C' and
9130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9131   parameters:
9132   - "throughput"
9133   - "parent"
9134   traces:
9135     hoverinfo: "x+y"
9136     boxpoints: "outliers"
9137     whiskerwidth: 0
9138   layout:
9139     title: ""  # No title
9140     layout: "plot-throughput"
9141
9142 # Packet Throughput - DPDK testpmd 3n-skx-x710
9143 -
9144   type: "plot"
9145   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9146   algorithm: "plot_performance_box"
9147   output-file-type: ".html"
9148   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9149   data: "plot-dpdk-throughput-latency-3n-skx"
9150   filter: "'NIC_Intel-X710' and
9151            '64B' and
9152            'BASE' and
9153            'NDRPDR' and
9154            '2T1C' and
9155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9156   parameters:
9157   - "throughput"
9158   - "parent"
9159   traces:
9160     hoverinfo: "x+y"
9161     boxpoints: "outliers"
9162     whiskerwidth: 0
9163   layout:
9164     title: ""  # No title
9165     layout: "plot-throughput"
9166
9167 -
9168   type: "plot"
9169   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9170   algorithm: "plot_performance_box"
9171   output-file-type: ".html"
9172   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9173   data: "plot-dpdk-throughput-latency-3n-skx"
9174   filter: "'NIC_Intel-X710' and
9175            '64B' and
9176            'BASE' and
9177            'NDRPDR' and
9178            '4T2C' and
9179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9180   parameters:
9181   - "throughput"
9182   - "parent"
9183   traces:
9184     hoverinfo: "x+y"
9185     boxpoints: "outliers"
9186     whiskerwidth: 0
9187   layout:
9188     title: ""  # No title
9189     layout: "plot-throughput"
9190
9191 -
9192   type: "plot"
9193   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9194   algorithm: "plot_performance_box"
9195   output-file-type: ".html"
9196   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9197   data: "plot-dpdk-throughput-latency-3n-skx"
9198   filter: "'NIC_Intel-X710' and
9199            '64B' and
9200            'BASE' and
9201            'NDRPDR' and
9202            '2T1C' and
9203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9204   parameters:
9205   - "throughput"
9206   - "parent"
9207   traces:
9208     hoverinfo: "x+y"
9209     boxpoints: "outliers"
9210     whiskerwidth: 0
9211   layout:
9212     title: ""  # No title
9213     layout: "plot-throughput"
9214
9215 -
9216   type: "plot"
9217   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9218   algorithm: "plot_performance_box"
9219   output-file-type: ".html"
9220   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9221   data: "plot-dpdk-throughput-latency-3n-skx"
9222   filter: "'NIC_Intel-X710' and
9223            '64B' and
9224            'BASE' and
9225            'NDRPDR' and
9226            '4T2C' and
9227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9228   parameters:
9229   - "throughput"
9230   - "parent"
9231   traces:
9232     hoverinfo: "x+y"
9233     boxpoints: "outliers"
9234     whiskerwidth: 0
9235   layout:
9236     title: ""  # No title
9237     layout: "plot-throughput"
9238
9239 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
9240 -
9241   type: "plot"
9242   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9243   algorithm: "plot_performance_box"
9244   output-file-type: ".html"
9245   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9246   data: "plot-dpdk-throughput-latency-3n-skx"
9247   filter: "'NIC_Intel-XXV710' and
9248            '64B' and
9249            'BASE' and
9250            'NDRPDR' and
9251            '2T1C' and
9252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9253   parameters:
9254   - "throughput"
9255   - "parent"
9256   traces:
9257     hoverinfo: "x+y"
9258     boxpoints: "outliers"
9259     whiskerwidth: 0
9260   layout:
9261     title: ""  # No title
9262     layout: "plot-throughput"
9263
9264 -
9265   type: "plot"
9266   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9267   algorithm: "plot_performance_box"
9268   output-file-type: ".html"
9269   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9270   data: "plot-dpdk-throughput-latency-3n-skx"
9271   filter: "'NIC_Intel-XXV710' and
9272            '64B' and
9273            'BASE' and
9274            'NDRPDR' and
9275            '4T2C' and
9276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9277   parameters:
9278   - "throughput"
9279   - "parent"
9280   traces:
9281     hoverinfo: "x+y"
9282     boxpoints: "outliers"
9283     whiskerwidth: 0
9284   layout:
9285     title: ""  # No title
9286     layout: "plot-throughput"
9287
9288 -
9289   type: "plot"
9290   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9291   algorithm: "plot_performance_box"
9292   output-file-type: ".html"
9293   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9294   data: "plot-dpdk-throughput-latency-3n-skx"
9295   filter: "'NIC_Intel-XXV710' and
9296            '64B' and
9297            'BASE' and
9298            'NDRPDR' and
9299            '2T1C' and
9300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9301   parameters:
9302   - "throughput"
9303   - "parent"
9304   traces:
9305     hoverinfo: "x+y"
9306     boxpoints: "outliers"
9307     whiskerwidth: 0
9308   layout:
9309     title: ""  # No title
9310     layout: "plot-throughput"
9311
9312 -
9313   type: "plot"
9314   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9315   algorithm: "plot_performance_box"
9316   output-file-type: ".html"
9317   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9318   data: "plot-dpdk-throughput-latency-3n-skx"
9319   filter: "'NIC_Intel-XXV710' and
9320            '64B' and
9321            'BASE' and
9322            'NDRPDR' and
9323            '4T2C' and
9324            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9325   parameters:
9326   - "throughput"
9327   - "parent"
9328   traces:
9329     hoverinfo: "x+y"
9330     boxpoints: "outliers"
9331     whiskerwidth: 0
9332   layout:
9333     title: ""  # No title
9334     layout: "plot-throughput"
9335
9336 # Packet Throughput - DPDK testpmd 2n-skx-x710
9337 -
9338   type: "plot"
9339   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9340   algorithm: "plot_performance_box"
9341   output-file-type: ".html"
9342   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9343   data: "plot-dpdk-throughput-latency-2n-skx"
9344   filter: "'NIC_Intel-X710' and
9345            '64B' and
9346            'BASE' and
9347            'NDRPDR' and
9348            '2T1C' and
9349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9350   parameters:
9351   - "throughput"
9352   - "parent"
9353   traces:
9354     hoverinfo: "x+y"
9355     boxpoints: "outliers"
9356     whiskerwidth: 0
9357   layout:
9358     title: ""  # No title
9359     layout: "plot-throughput"
9360
9361 -
9362   type: "plot"
9363   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9364   algorithm: "plot_performance_box"
9365   output-file-type: ".html"
9366   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9367   data: "plot-dpdk-throughput-latency-2n-skx"
9368   filter: "'NIC_Intel-X710' and
9369            '64B' and
9370            'BASE' and
9371            'NDRPDR' and
9372            '4T2C' and
9373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9374   parameters:
9375   - "throughput"
9376   - "parent"
9377   traces:
9378     hoverinfo: "x+y"
9379     boxpoints: "outliers"
9380     whiskerwidth: 0
9381   layout:
9382     title: ""  # No title
9383     layout: "plot-throughput"
9384
9385 -
9386   type: "plot"
9387   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9388   algorithm: "plot_performance_box"
9389   output-file-type: ".html"
9390   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9391   data: "plot-dpdk-throughput-latency-2n-skx"
9392   filter: "'NIC_Intel-X710' and
9393            '64B' and
9394            'BASE' and
9395            'NDRPDR' and
9396            '2T1C' and
9397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9398   parameters:
9399   - "throughput"
9400   - "parent"
9401   traces:
9402     hoverinfo: "x+y"
9403     boxpoints: "outliers"
9404     whiskerwidth: 0
9405   layout:
9406     title: ""  # No title
9407     layout: "plot-throughput"
9408
9409 -
9410   type: "plot"
9411   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9412   algorithm: "plot_performance_box"
9413   output-file-type: ".html"
9414   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9415   data: "plot-dpdk-throughput-latency-2n-skx"
9416   filter: "'NIC_Intel-X710' and
9417            '64B' and
9418            'BASE' and
9419            'NDRPDR' and
9420            '4T2C' and
9421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9422   parameters:
9423   - "throughput"
9424   - "parent"
9425   traces:
9426     hoverinfo: "x+y"
9427     boxpoints: "outliers"
9428     whiskerwidth: 0
9429   layout:
9430     title: ""  # No title
9431     layout: "plot-throughput"
9432
9433 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
9434 -
9435   type: "plot"
9436   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9437   algorithm: "plot_performance_box"
9438   output-file-type: ".html"
9439   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9440   data: "plot-dpdk-throughput-latency-2n-skx"
9441   filter: "'NIC_Intel-XXV710' and
9442            '64B' and
9443            'BASE' and
9444            'NDRPDR' and
9445            '2T1C' and
9446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9447   parameters:
9448   - "throughput"
9449   - "parent"
9450   traces:
9451     hoverinfo: "x+y"
9452     boxpoints: "outliers"
9453     whiskerwidth: 0
9454   layout:
9455     title: ""  # No title
9456     layout: "plot-throughput"
9457
9458 -
9459   type: "plot"
9460   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9461   algorithm: "plot_performance_box"
9462   output-file-type: ".html"
9463   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9464   data: "plot-dpdk-throughput-latency-2n-skx"
9465   filter: "'NIC_Intel-XXV710' and
9466            '64B' and
9467            'BASE' and
9468            'NDRPDR' and
9469            '4T2C' and
9470            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9471   parameters:
9472   - "throughput"
9473   - "parent"
9474   traces:
9475     hoverinfo: "x+y"
9476     boxpoints: "outliers"
9477     whiskerwidth: 0
9478   layout:
9479     title: ""  # No title
9480     layout: "plot-throughput"
9481
9482 -
9483   type: "plot"
9484   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9485   algorithm: "plot_performance_box"
9486   output-file-type: ".html"
9487   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9488   data: "plot-dpdk-throughput-latency-2n-skx"
9489   filter: "'NIC_Intel-XXV710' and
9490            '64B' and
9491            'BASE' and
9492            'NDRPDR' and
9493            '2T1C' and
9494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9495   parameters:
9496   - "throughput"
9497   - "parent"
9498   traces:
9499     hoverinfo: "x+y"
9500     boxpoints: "outliers"
9501     whiskerwidth: 0
9502   layout:
9503     title: ""  # No title
9504     layout: "plot-throughput"
9505
9506 -
9507   type: "plot"
9508   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9509   algorithm: "plot_performance_box"
9510   output-file-type: ".html"
9511   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9512   data: "plot-dpdk-throughput-latency-2n-skx"
9513   filter: "'NIC_Intel-XXV710' and
9514            '64B' and
9515            'BASE' and
9516            'NDRPDR' and
9517            '4T2C' and
9518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9519   parameters:
9520   - "throughput"
9521   - "parent"
9522   traces:
9523     hoverinfo: "x+y"
9524     boxpoints: "outliers"
9525     whiskerwidth: 0
9526   layout:
9527     title: ""  # No title
9528     layout: "plot-throughput"
9529
9530
9531
9532
9533
9534
9535
9536
9537 ################################################################################
9538
9539 # Packet Latency - VPP L2 3n-hsw-x520
9540 -
9541   type: "plot"
9542   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9543   algorithm: "plot_latency_box"
9544   output-file-type: ".html"
9545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9546   data: "plot-vpp-throughput-latency-3n-hsw"
9547   filter: "'NIC_Intel-X520-DA2' and
9548            '64B' and
9549            ('BASE' or 'SCALE') and
9550            'NDRPDR' and
9551            '1T1C' and
9552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9553            not 'VHOST' and
9554            not 'MEMIF'"
9555   parameters:
9556   - "latency"
9557   - "parent"
9558   traces:
9559     boxmean: False
9560   layout:
9561     title: ""  # No title
9562     layout: "plot-latency"
9563
9564 -
9565   type: "plot"
9566   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9567   algorithm: "plot_latency_box"
9568   output-file-type: ".html"
9569   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9570   data: "plot-vpp-throughput-latency-3n-hsw"
9571   filter: "'NIC_Intel-X520-DA2' and
9572            '64B' and
9573            ('BASE' or 'SCALE') and
9574            'NDRPDR' and
9575            '2T2C' and
9576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9577            not 'VHOST' and
9578            not 'MEMIF'"
9579   parameters:
9580   - "latency"
9581   - "parent"
9582   traces:
9583     boxmean: False
9584   layout:
9585     title: ""  # No title
9586     layout: "plot-latency"
9587
9588 -
9589   type: "plot"
9590   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9591   algorithm: "plot_latency_box"
9592   output-file-type: ".html"
9593   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9594   data: "plot-vpp-throughput-latency-3n-hsw"
9595   filter: "'NIC_Intel-X520-DA2' and
9596            '64B' and
9597            'FEATURE' and
9598            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9599            'NDRPDR' and
9600            '1T1C' and
9601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9602            not 'VHOST' and
9603            not 'MEMIF'"
9604   parameters:
9605   - "latency"
9606   - "parent"
9607   traces:
9608     boxmean: False
9609   layout:
9610     title: ""  # No title
9611     layout: "plot-latency"
9612
9613 -
9614   type: "plot"
9615   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9616   algorithm: "plot_latency_box"
9617   output-file-type: ".html"
9618   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9619   data: "plot-vpp-throughput-latency-3n-hsw"
9620   filter: "'NIC_Intel-X520-DA2' and
9621            '64B' and
9622            'FEATURE' and
9623            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9624            'NDRPDR' and
9625            '2T2C' and
9626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9627            not 'VHOST' and
9628            not 'MEMIF'"
9629   parameters:
9630   - "latency"
9631   - "parent"
9632   traces:
9633     boxmean: False
9634   layout:
9635     title: ""  # No title
9636     layout: "plot-latency"
9637
9638 # Packet Latency - VPP L2 3n-hsw-x710
9639 -
9640   type: "plot"
9641   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9642   algorithm: "plot_latency_box"
9643   output-file-type: ".html"
9644   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9645   data: "plot-vpp-throughput-latency-3n-hsw"
9646   filter: "'NIC_Intel-X710' and
9647            '64B' and
9648            ('BASE' or 'SCALE') and
9649            'NDRPDR' and
9650            '1T1C' and
9651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9652            not 'VHOST' and
9653            not 'MEMIF'"
9654   parameters:
9655   - "latency"
9656   - "parent"
9657   traces:
9658     boxmean: False
9659   layout:
9660     title: ""  # No title
9661     layout: "plot-latency"
9662
9663 -
9664   type: "plot"
9665   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9666   algorithm: "plot_latency_box"
9667   output-file-type: ".html"
9668   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9669   data: "plot-vpp-throughput-latency-3n-hsw"
9670   filter: "'NIC_Intel-X710' and
9671            '64B' and
9672            ('BASE' or 'SCALE') and
9673            'NDRPDR' and
9674            '2T2C' and
9675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9676            not 'VHOST' and
9677            not 'MEMIF'"
9678   parameters:
9679   - "latency"
9680   - "parent"
9681   traces:
9682     boxmean: False
9683   layout:
9684     title: ""  # No title
9685     layout: "plot-latency"
9686
9687 -
9688   type: "plot"
9689   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9690   algorithm: "plot_latency_box"
9691   output-file-type: ".html"
9692   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9693   data: "plot-vpp-throughput-latency-3n-hsw"
9694   filter: "'NIC_Intel-X710' and
9695            '64B' and
9696            'FEATURE' and
9697            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9698            'NDRPDR' and
9699            '1T1C' and
9700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9701            not 'VHOST' and
9702            not 'MEMIF'"
9703   parameters:
9704   - "latency"
9705   - "parent"
9706   traces:
9707     boxmean: False
9708   layout:
9709     title: ""  # No title
9710     layout: "plot-latency"
9711
9712 -
9713   type: "plot"
9714   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9715   algorithm: "plot_latency_box"
9716   output-file-type: ".html"
9717   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9718   data: "plot-vpp-throughput-latency-3n-hsw"
9719   filter: "'NIC_Intel-X710' and
9720            '64B' and
9721            'FEATURE' and
9722            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9723            'NDRPDR' and
9724            '2T2C' and
9725            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9726            not 'VHOST' and
9727            not 'MEMIF'"
9728   parameters:
9729   - "latency"
9730   - "parent"
9731   traces:
9732     boxmean: False
9733   layout:
9734     title: ""  # No title
9735     layout: "plot-latency"
9736
9737 # Packet Latency - VPP L2 3n-hsw-xl710
9738 -
9739   type: "plot"
9740   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9741   algorithm: "plot_latency_box"
9742   output-file-type: ".html"
9743   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9744   data: "plot-vpp-throughput-latency-3n-hsw"
9745   filter: "'NIC_Intel-XL710' and
9746            '64B' and
9747            ('BASE' or 'SCALE') and
9748            'NDRPDR' and
9749            '1T1C' and
9750            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9751            not 'VHOST' and
9752            not 'MEMIF'"
9753   parameters:
9754   - "latency"
9755   - "parent"
9756   traces:
9757     boxmean: False
9758   layout:
9759     title: ""  # No title
9760     layout: "plot-latency"
9761
9762 -
9763   type: "plot"
9764   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9765   algorithm: "plot_latency_box"
9766   output-file-type: ".html"
9767   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9768   data: "plot-vpp-throughput-latency-3n-hsw"
9769   filter: "'NIC_Intel-XL710' and
9770            '64B' and
9771            ('BASE' or 'SCALE') and
9772            'NDRPDR' and
9773            '2T2C' and
9774            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9775            not 'VHOST' and
9776            not 'MEMIF'"
9777   parameters:
9778   - "latency"
9779   - "parent"
9780   traces:
9781     boxmean: False
9782   layout:
9783     title: ""  # No title
9784     layout: "plot-latency"
9785
9786 # Packet Latency - VPP L2 3n-skx-x710
9787 -
9788   type: "plot"
9789   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9790   algorithm: "plot_latency_box"
9791   output-file-type: ".html"
9792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9793   data: "plot-vpp-throughput-latency-3n-skx"
9794   filter: "'NIC_Intel-X710' and
9795            '64B' and
9796            ('BASE' or 'SCALE') and
9797            'NDRPDR' and
9798            '2T1C' and
9799            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9800            not 'VHOST' and
9801            not 'MEMIF'"
9802   parameters:
9803   - "latency"
9804   - "parent"
9805   traces:
9806     boxmean: False
9807   layout:
9808     title: ""  # No title
9809     layout: "plot-latency"
9810
9811 -
9812   type: "plot"
9813   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9814   algorithm: "plot_latency_box"
9815   output-file-type: ".html"
9816   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9817   data: "plot-vpp-throughput-latency-3n-skx"
9818   filter: "'NIC_Intel-X710' and
9819            '64B' and
9820            ('BASE' or 'SCALE') and
9821            'NDRPDR' and
9822            '4T2C' and
9823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9824            not 'VHOST' and
9825            not 'MEMIF'"
9826   parameters:
9827   - "latency"
9828   - "parent"
9829   traces:
9830     boxmean: False
9831   layout:
9832     title: ""  # No title
9833     layout: "plot-latency"
9834
9835 -
9836   type: "plot"
9837   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9838   algorithm: "plot_latency_box"
9839   output-file-type: ".html"
9840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9841   data: "plot-vpp-throughput-latency-3n-skx"
9842   filter: "'NIC_Intel-X710' and
9843            '64B' and
9844            'FEATURE' and
9845            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9846            'NDRPDR' and
9847            '2T1C' and
9848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9849            not 'VHOST' and
9850            not 'MEMIF'"
9851   parameters:
9852   - "latency"
9853   - "parent"
9854   traces:
9855     boxmean: False
9856   layout:
9857     title: ""  # No title
9858     layout: "plot-latency"
9859
9860 -
9861   type: "plot"
9862   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9863   algorithm: "plot_latency_box"
9864   output-file-type: ".html"
9865   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9866   data: "plot-vpp-throughput-latency-3n-skx"
9867   filter: "'NIC_Intel-X710' and
9868            '64B' and
9869            'FEATURE' and
9870            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9871            'NDRPDR' and
9872            '4T2C' and
9873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9874            not 'VHOST' and
9875            not 'MEMIF'"
9876   parameters:
9877   - "latency"
9878   - "parent"
9879   traces:
9880     boxmean: False
9881   layout:
9882     title: ""  # No title
9883     layout: "plot-latency"
9884
9885 # Packet Latency - VPP L2 3n-skx-xxv710
9886 -
9887   type: "plot"
9888   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9889   algorithm: "plot_latency_box"
9890   output-file-type: ".html"
9891   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9892   data: "plot-vpp-throughput-latency-3n-skx"
9893   filter: "'NIC_Intel-XXV710' and
9894            '64B' and
9895            ('BASE' or 'SCALE') and
9896            'NDRPDR' and
9897            '2T1C' and
9898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9899            not 'VHOST' and
9900            not 'MEMIF'"
9901   parameters:
9902   - "latency"
9903   - "parent"
9904   traces:
9905     boxmean: False
9906   layout:
9907     title: ""  # No title
9908     layout: "plot-latency"
9909
9910 -
9911   type: "plot"
9912   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9913   algorithm: "plot_latency_box"
9914   output-file-type: ".html"
9915   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9916   data: "plot-vpp-throughput-latency-3n-skx"
9917   filter: "'NIC_Intel-XXV710' and
9918            '64B' and
9919            ('BASE' or 'SCALE') and
9920            'NDRPDR' and
9921            '4T2C' and
9922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9923            not 'VHOST' and
9924            not 'MEMIF'"
9925   parameters:
9926   - "latency"
9927   - "parent"
9928   traces:
9929     boxmean: False
9930   layout:
9931     title: ""  # No title
9932     layout: "plot-latency"
9933
9934 -
9935   type: "plot"
9936   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
9937   algorithm: "plot_latency_box"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
9940   data: "plot-vpp-throughput-latency-3n-skx"
9941   filter: "'NIC_Intel-XXV710' and
9942            '64B' and
9943            'FEATURE' and
9944            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9945            'NDRPDR' and
9946            '2T1C' and
9947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9948            not 'VHOST' and
9949            not 'MEMIF'"
9950   parameters:
9951   - "latency"
9952   - "parent"
9953   traces:
9954     boxmean: False
9955   layout:
9956     title: ""  # No title
9957     layout: "plot-latency"
9958
9959 -
9960   type: "plot"
9961   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
9962   algorithm: "plot_latency_box"
9963   output-file-type: ".html"
9964   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
9965   data: "plot-vpp-throughput-latency-3n-skx"
9966   filter: "'NIC_Intel-XXV710' and
9967            '64B' and
9968            'FEATURE' and
9969            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9970            'NDRPDR' and
9971            '4T2C' and
9972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9973            not 'VHOST' and
9974            not 'MEMIF'"
9975   parameters:
9976   - "latency"
9977   - "parent"
9978   traces:
9979     boxmean: False
9980   layout:
9981     title: ""  # No title
9982     layout: "plot-latency"
9983
9984 # Packet Latency - VPP L2 2n-skx-x710
9985 -
9986   type: "plot"
9987   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9988   algorithm: "plot_latency_box"
9989   output-file-type: ".html"
9990   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9991   data: "plot-vpp-throughput-latency-2n-skx"
9992   filter: "'NIC_Intel-X710' and
9993            '64B' and
9994            ('BASE' or 'SCALE') and
9995            'NDRPDR' and
9996            '2T1C' and
9997            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9998            not 'VHOST' and
9999            not 'MEMIF'"
10000   parameters:
10001   - "latency"
10002   - "parent"
10003   traces:
10004     boxmean: False
10005   layout:
10006     title: ""  # No title
10007     layout: "plot-latency"
10008
10009 -
10010   type: "plot"
10011   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10012   algorithm: "plot_latency_box"
10013   output-file-type: ".html"
10014   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10015   data: "plot-vpp-throughput-latency-2n-skx"
10016   filter: "'NIC_Intel-X710' and
10017            '64B' and
10018            ('BASE' or 'SCALE') and
10019            'NDRPDR' and
10020            '4T2C' and
10021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10022            not 'VHOST' and
10023            not 'MEMIF'"
10024   parameters:
10025   - "latency"
10026   - "parent"
10027   traces:
10028     boxmean: False
10029   layout:
10030     title: ""  # No title
10031     layout: "plot-latency"
10032
10033 # Packet Latency - VPP L2 2n-skx-xxv710
10034 -
10035   type: "plot"
10036   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10037   algorithm: "plot_latency_box"
10038   output-file-type: ".html"
10039   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10040   data: "plot-vpp-throughput-latency-2n-skx"
10041   filter: "'NIC_Intel-XXV710' and
10042            '64B' and
10043            ('BASE' or 'SCALE') and
10044            'NDRPDR' and
10045            '2T1C' and
10046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10047            not 'VHOST' and
10048            not 'MEMIF'"
10049   parameters:
10050   - "latency"
10051   - "parent"
10052   traces:
10053     boxmean: False
10054   layout:
10055     title: ""  # No title
10056     layout: "plot-latency"
10057
10058 -
10059   type: "plot"
10060   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10061   algorithm: "plot_latency_box"
10062   output-file-type: ".html"
10063   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10064   data: "plot-vpp-throughput-latency-2n-skx"
10065   filter: "'NIC_Intel-XXV710' and
10066            '64B' and
10067            ('BASE' or 'SCALE') and
10068            'NDRPDR' and
10069            '4T2C' and
10070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10071            not 'VHOST' and
10072            not 'MEMIF'"
10073   parameters:
10074   - "latency"
10075   - "parent"
10076   traces:
10077     boxmean: False
10078   layout:
10079     title: ""  # No title
10080     layout: "plot-latency"
10081
10082 ################################################################################
10083
10084 # Packet Latency - VPP Container Memif 3n-hsw-x520
10085 -
10086   type: "plot"
10087   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10088   algorithm: "plot_latency_box"
10089   output-file-type: ".html"
10090   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10091   data: "plot-vpp-throughput-latency-3n-hsw"
10092   filter: "'NIC_Intel-X520-DA2' and
10093            '64B' and
10094            ('BASE' or 'SCALE') and
10095            'NDRPDR' and
10096            '1T1C' and
10097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10098            not 'VHOST' and
10099            'MEMIF'"
10100   parameters:
10101   - "latency"
10102   - "parent"
10103   traces:
10104     boxmean: False
10105   layout:
10106     title: ""  # No title
10107     layout: "plot-latency"
10108
10109 -
10110   type: "plot"
10111   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10112   algorithm: "plot_latency_box"
10113   output-file-type: ".html"
10114   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10115   data: "plot-vpp-throughput-latency-3n-hsw"
10116   filter: "'NIC_Intel-X520-DA2' and
10117            '64B' and
10118            ('BASE' or 'SCALE') and
10119            'NDRPDR' and
10120            '2T2C' and
10121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10122            not 'VHOST' and
10123            'MEMIF'"
10124   parameters:
10125   - "latency"
10126   - "parent"
10127   traces:
10128     boxmean: False
10129   layout:
10130     title: ""  # No title
10131     layout: "plot-latency"
10132
10133 # Packet Latency - VPP Container Memif 3n-hsw-x710
10134 -
10135   type: "plot"
10136   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10137   algorithm: "plot_latency_box"
10138   output-file-type: ".html"
10139   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10140   data: "plot-vpp-throughput-latency-3n-hsw"
10141   filter: "'NIC_Intel-X710' and
10142            '64B' and
10143            ('BASE' or 'SCALE') and
10144            'NDRPDR' and
10145            '1T1C' and
10146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10147            not 'VHOST' and
10148            'MEMIF'"
10149   parameters:
10150   - "latency"
10151   - "parent"
10152   traces:
10153     boxmean: False
10154   layout:
10155     title: ""  # No title
10156     layout: "plot-latency"
10157
10158 -
10159   type: "plot"
10160   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10161   algorithm: "plot_latency_box"
10162   output-file-type: ".html"
10163   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10164   data: "plot-vpp-throughput-latency-3n-hsw"
10165   filter: "'NIC_Intel-X710' and
10166            '64B' and
10167            ('BASE' or 'SCALE') and
10168            'NDRPDR' and
10169            '2T2C' and
10170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10171            not 'VHOST' and
10172            'MEMIF'"
10173   parameters:
10174   - "latency"
10175   - "parent"
10176   traces:
10177     boxmean: False
10178   layout:
10179     title: ""  # No title
10180     layout: "plot-latency"
10181
10182 # Packet Latency - VPP Container Memif 3n-hsw-xl710
10183 -
10184   type: "plot"
10185   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10186   algorithm: "plot_latency_box"
10187   output-file-type: ".html"
10188   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10189   data: "plot-vpp-throughput-latency-3n-hsw"
10190   filter: "'NIC_Intel-XL710' and
10191            '64B' and
10192            ('BASE' or 'SCALE') and
10193            'NDRPDR' and
10194            '1T1C' and
10195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10196            not 'VHOST' and
10197            'MEMIF'"
10198   parameters:
10199   - "latency"
10200   - "parent"
10201   traces:
10202     boxmean: False
10203   layout:
10204     title: ""  # No title
10205     layout: "plot-latency"
10206
10207 -
10208   type: "plot"
10209   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10210   algorithm: "plot_latency_box"
10211   output-file-type: ".html"
10212   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10213   data: "plot-vpp-throughput-latency-3n-hsw"
10214   filter: "'NIC_Intel-XL710' and
10215            '64B' and
10216            ('BASE' or 'SCALE') and
10217            'NDRPDR' and
10218            '2T2C' and
10219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10220            not 'VHOST' and
10221            'MEMIF'"
10222   parameters:
10223   - "latency"
10224   - "parent"
10225   traces:
10226     boxmean: False
10227   layout:
10228     title: ""  # No title
10229     layout: "plot-latency"
10230
10231 # Packet Latency - VPP Container Memif 3n-skx-x710
10232 -
10233   type: "plot"
10234   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10235   algorithm: "plot_latency_box"
10236   output-file-type: ".html"
10237   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10238   data: "plot-vpp-throughput-latency-3n-skx"
10239   filter: "'NIC_Intel-X710' and
10240            '64B' and
10241            ('BASE' or 'SCALE') and
10242            'NDRPDR' and
10243            '2T1C' and
10244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10245            not 'VHOST' and
10246            'MEMIF'"
10247   parameters:
10248   - "latency"
10249   - "parent"
10250   traces:
10251     boxmean: False
10252   layout:
10253     title: ""  # No title
10254     layout: "plot-latency"
10255
10256 -
10257   type: "plot"
10258   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10259   algorithm: "plot_latency_box"
10260   output-file-type: ".html"
10261   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10262   data: "plot-vpp-throughput-latency-3n-skx"
10263   filter: "'NIC_Intel-X710' and
10264            '64B' and
10265            ('BASE' or 'SCALE') and
10266            'NDRPDR' and
10267            '4T2C' and
10268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10269            not 'VHOST' and
10270            'MEMIF'"
10271   parameters:
10272   - "latency"
10273   - "parent"
10274   traces:
10275     boxmean: False
10276   layout:
10277     title: ""  # No title
10278     layout: "plot-latency"
10279
10280 ################################################################################
10281
10282 # Packet Latency - VPP Container Memif 3n-hsw-x520
10283 -
10284   type: "plot"
10285   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10286   algorithm: "plot_latency_box"
10287   output-file-type: ".html"
10288   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10289   data: "plot-ligato-throughput-latency-3n-hsw"
10290   filter: "'NIC_Intel-X520-DA2' and
10291            '64B' and
10292            ('BASE' or 'SCALE') and
10293            'NDRPDR' and
10294            '1T1C' and
10295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10296            not 'VHOST' and
10297            'MEMIF'"
10298   parameters:
10299   - "latency"
10300   - "parent"
10301   traces:
10302     boxmean: False
10303   layout:
10304     title: ""  # No title
10305     layout: "plot-latency"
10306
10307 -
10308   type: "plot"
10309   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10310   algorithm: "plot_latency_box"
10311   output-file-type: ".html"
10312   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10313   data: "plot-ligato-throughput-latency-3n-hsw"
10314   filter: "'NIC_Intel-X520-DA2' and
10315            '64B' and
10316            ('BASE' or 'SCALE') and
10317            'NDRPDR' and
10318            '2T2C' and
10319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10320            not 'VHOST' and
10321            'MEMIF'"
10322   parameters:
10323   - "latency"
10324   - "parent"
10325   traces:
10326     boxmean: False
10327   layout:
10328     title: ""  # No title
10329     layout: "plot-latency"
10330
10331 # Packet Latency - VPP Container Memif 3n-hsw-x710
10332 -
10333   type: "plot"
10334   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10335   algorithm: "plot_latency_box"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10338   data: "plot-ligato-throughput-latency-3n-hsw"
10339   filter: "'NIC_Intel-X710' and
10340            '64B' and
10341            ('BASE' or 'SCALE') and
10342            'NDRPDR' and
10343            '1T1C' and
10344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10345            not 'VHOST' and
10346            'MEMIF'"
10347   parameters:
10348   - "latency"
10349   - "parent"
10350   traces:
10351     boxmean: False
10352   layout:
10353     title: ""  # No title
10354     layout: "plot-latency"
10355
10356 -
10357   type: "plot"
10358   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10359   algorithm: "plot_latency_box"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10362   data: "plot-ligato-throughput-latency-3n-hsw"
10363   filter: "'NIC_Intel-X710' and
10364            '64B' and
10365            ('BASE' or 'SCALE') and
10366            'NDRPDR' and
10367            '2T2C' and
10368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10369            not 'VHOST' and
10370            'MEMIF'"
10371   parameters:
10372   - "latency"
10373   - "parent"
10374   traces:
10375     boxmean: False
10376   layout:
10377     title: ""  # No title
10378     layout: "plot-latency"
10379
10380 ################################################################################
10381
10382 # Packet Latency - VPP IPv4 3n-hsw-x520
10383 -
10384   type: "plot"
10385   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10386   algorithm: "plot_latency_box"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10389   data: "plot-vpp-throughput-latency-3n-hsw"
10390   filter: "'NIC_Intel-X520-DA2' and
10391            '64B' and
10392            ('BASE' or 'SCALE') and
10393            'NDRPDR' and
10394            '1T1C' and
10395            'IP4FWD' and
10396            not 'IPSEC' and
10397            not 'VHOST'"
10398   parameters:
10399   - "latency"
10400   - "parent"
10401   traces:
10402     boxmean: False
10403   layout:
10404     title: ""  # No title
10405     layout: "plot-latency"
10406
10407 -
10408   type: "plot"
10409   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10410   algorithm: "plot_latency_box"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10413   data: "plot-vpp-throughput-latency-3n-hsw"
10414   filter: "'NIC_Intel-X520-DA2' and
10415            '64B' and
10416            ('BASE' or 'SCALE') and
10417            'NDRPDR' and
10418            '2T2C' and
10419            'IP4FWD' and
10420            not 'IPSEC' and
10421            not 'VHOST'"
10422   parameters:
10423   - "latency"
10424   - "parent"
10425   traces:
10426     boxmean: False
10427   layout:
10428     title: ""  # No title
10429     layout: "plot-latency"
10430
10431 -
10432   type: "plot"
10433   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10434   algorithm: "plot_latency_box"
10435   output-file-type: ".html"
10436   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10437   data: "plot-vpp-throughput-latency-3n-hsw"
10438   filter: "'NIC_Intel-X520-DA2' and
10439            '64B' and
10440            'FEATURE' and
10441            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10442            'NDRPDR' and
10443            '1T1C' and
10444            'IP4FWD' and
10445            not 'IPSEC' and
10446            not 'VHOST'"
10447   parameters:
10448   - "latency"
10449   - "parent"
10450   traces:
10451     boxmean: False
10452   layout:
10453     title: ""  # No title
10454     layout: "plot-latency"
10455
10456 -
10457   type: "plot"
10458   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10459   algorithm: "plot_latency_box"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10462   data: "plot-vpp-throughput-latency-3n-hsw"
10463   filter: "'NIC_Intel-X520-DA2' and
10464            '64B' and
10465            'FEATURE' and
10466            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10467            'NDRPDR' and
10468            '2T2C' and
10469            'IP4FWD' and
10470            not 'IPSEC' and
10471            not 'VHOST'"
10472   parameters:
10473   - "latency"
10474   - "parent"
10475   traces:
10476     boxmean: False
10477   layout:
10478     title: ""  # No title
10479     layout: "plot-latency"
10480
10481 # Packet Latency - VPP IPv4 3n-hsw-x710
10482 -
10483   type: "plot"
10484   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10485   algorithm: "plot_latency_box"
10486   output-file-type: ".html"
10487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10488   data: "plot-vpp-throughput-latency-3n-hsw"
10489   filter: "'NIC_Intel-X710' and
10490            '64B' and
10491            ('BASE' or 'SCALE') and
10492            'NDRPDR' and
10493            '1T1C' and
10494            'IP4FWD' and
10495            not 'IPSEC' and
10496            not 'VHOST'"
10497   parameters:
10498   - "latency"
10499   - "parent"
10500   traces:
10501     boxmean: False
10502   layout:
10503     title: ""  # No title
10504     layout: "plot-latency"
10505
10506 -
10507   type: "plot"
10508   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10509   algorithm: "plot_latency_box"
10510   output-file-type: ".html"
10511   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10512   data: "plot-vpp-throughput-latency-3n-hsw"
10513   filter: "'NIC_Intel-X710' and
10514            '64B' and
10515            ('BASE' or 'SCALE') and
10516            'NDRPDR' and
10517            '2T2C' and
10518            'IP4FWD' and
10519            not 'IPSEC' and
10520            not 'VHOST'"
10521   parameters:
10522   - "latency"
10523   - "parent"
10524   traces:
10525     boxmean: False
10526   layout:
10527     title: ""  # No title
10528     layout: "plot-latency"
10529
10530 -
10531   type: "plot"
10532   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10533   algorithm: "plot_latency_box"
10534   output-file-type: ".html"
10535   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10536   data: "plot-vpp-throughput-latency-3n-hsw"
10537   filter: "'NIC_Intel-X710' and
10538            '64B' and
10539            'FEATURE' and
10540            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10541            'NDRPDR' and
10542            '1T1C' and
10543            'IP4FWD' and
10544            not 'IPSEC' and
10545            not 'VHOST'"
10546   parameters:
10547   - "latency"
10548   - "parent"
10549   traces:
10550     boxmean: False
10551   layout:
10552     title: ""  # No title
10553     layout: "plot-latency"
10554
10555 -
10556   type: "plot"
10557   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10558   algorithm: "plot_latency_box"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10561   data: "plot-vpp-throughput-latency-3n-hsw"
10562   filter: "'NIC_Intel-X710' and
10563            '64B' and
10564            'FEATURE' and
10565            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10566            'NDRPDR' and
10567            '2T2C' and
10568            'IP4FWD' and
10569            not 'IPSEC' and
10570            not 'VHOST'"
10571   parameters:
10572   - "latency"
10573   - "parent"
10574   traces:
10575     boxmean: False
10576   layout:
10577     title: ""  # No title
10578     layout: "plot-latency"
10579
10580 # Packet Latency - VPP IPv4 3n-hsw-xl710
10581 -
10582   type: "plot"
10583   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10584   algorithm: "plot_latency_box"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10587   data: "plot-vpp-throughput-latency-3n-hsw"
10588   filter: "'NIC_Intel-XL710' and
10589            '64B' and
10590            ('BASE' or 'SCALE') and
10591            'NDRPDR' and
10592            '1T1C' and
10593            'IP4FWD' and
10594            not 'IPSEC' and
10595            not 'VHOST'"
10596   parameters:
10597   - "latency"
10598   - "parent"
10599   traces:
10600     boxmean: False
10601   layout:
10602     title: ""  # No title
10603     layout: "plot-latency"
10604
10605 -
10606   type: "plot"
10607   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10608   algorithm: "plot_latency_box"
10609   output-file-type: ".html"
10610   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10611   data: "plot-vpp-throughput-latency-3n-hsw"
10612   filter: "'NIC_Intel-XL710' and
10613            '64B' and
10614            ('BASE' or 'SCALE') and
10615            'NDRPDR' and
10616            '2T2C' and
10617            'IP4FWD' and
10618            not 'IPSEC' and
10619            not 'VHOST'"
10620   parameters:
10621   - "latency"
10622   - "parent"
10623   traces:
10624     boxmean: False
10625   layout:
10626     title: ""  # No title
10627     layout: "plot-latency"
10628
10629 # Packet Latency - VPP IPv4 3n-skx-x710
10630 -
10631   type: "plot"
10632   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10633   algorithm: "plot_latency_box"
10634   output-file-type: ".html"
10635   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10636   data: "plot-vpp-throughput-latency-3n-skx"
10637   filter: "'NIC_Intel-X710' and
10638            '64B' and
10639            ('BASE' or 'SCALE') and
10640            'NDRPDR' and
10641            '2T1C' and
10642            'IP4FWD' and
10643            not 'IPSEC' and
10644            not 'VHOST'"
10645   parameters:
10646   - "latency"
10647   - "parent"
10648   traces:
10649     boxmean: False
10650   layout:
10651     title: ""  # No title
10652     layout: "plot-latency"
10653
10654 -
10655   type: "plot"
10656   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10657   algorithm: "plot_latency_box"
10658   output-file-type: ".html"
10659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10660   data: "plot-vpp-throughput-latency-3n-skx"
10661   filter: "'NIC_Intel-X710' and
10662            '64B' and
10663            ('BASE' or 'SCALE') and
10664            'NDRPDR' and
10665            '4T2C' and
10666            'IP4FWD' and
10667            not 'IPSEC' and
10668            not 'VHOST'"
10669   parameters:
10670   - "latency"
10671   - "parent"
10672   traces:
10673     boxmean: False
10674   layout:
10675     title: ""  # No title
10676     layout: "plot-latency"
10677
10678 -
10679   type: "plot"
10680   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10681   algorithm: "plot_latency_box"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10684   data: "plot-vpp-throughput-latency-3n-skx"
10685   filter: "'NIC_Intel-X710' and
10686            '64B' and
10687            'FEATURE' and
10688            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10689            'NDRPDR' and
10690            '2T1C' and
10691            'IP4FWD' and
10692            not 'IPSEC' and
10693            not 'VHOST'"
10694   parameters:
10695   - "latency"
10696   - "parent"
10697   traces:
10698     boxmean: False
10699   layout:
10700     title: ""  # No title
10701     layout: "plot-latency"
10702
10703 -
10704   type: "plot"
10705   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10706   algorithm: "plot_latency_box"
10707   output-file-type: ".html"
10708   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10709   data: "plot-vpp-throughput-latency-3n-skx"
10710   filter: "'NIC_Intel-X710' and
10711            '64B' and
10712            'FEATURE' and
10713            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10714            'NDRPDR' and
10715            '4T2C' and
10716            'IP4FWD' and
10717            not 'IPSEC' and
10718            not 'VHOST'"
10719   parameters:
10720   - "latency"
10721   - "parent"
10722   traces:
10723     boxmean: False
10724   layout:
10725     title: ""  # No title
10726     layout: "plot-latency"
10727
10728 # Packet Latency - VPP IPv4 3n-skx-xxv710
10729 -
10730   type: "plot"
10731   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10732   algorithm: "plot_latency_box"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10735   data: "plot-vpp-throughput-latency-3n-skx"
10736   filter: "'NIC_Intel-XXV710' and
10737            '64B' and
10738            ('BASE' or 'SCALE') and
10739            'NDRPDR' and
10740            '2T1C' and
10741            'IP4FWD' and
10742            not 'IPSEC' and
10743            not 'VHOST'"
10744   parameters:
10745   - "latency"
10746   - "parent"
10747   traces:
10748     boxmean: False
10749   layout:
10750     title: ""  # No title
10751     layout: "plot-latency"
10752
10753 -
10754   type: "plot"
10755   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10756   algorithm: "plot_latency_box"
10757   output-file-type: ".html"
10758   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10759   data: "plot-vpp-throughput-latency-3n-skx"
10760   filter: "'NIC_Intel-XXV710' and
10761            '64B' and
10762            ('BASE' or 'SCALE') and
10763            'NDRPDR' and
10764            '4T2C' and
10765            'IP4FWD' and
10766            not 'IPSEC' and
10767            not 'VHOST'"
10768   parameters:
10769   - "latency"
10770   - "parent"
10771   traces:
10772     boxmean: False
10773   layout:
10774     title: ""  # No title
10775     layout: "plot-latency"
10776
10777 -
10778   type: "plot"
10779   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10780   algorithm: "plot_latency_box"
10781   output-file-type: ".html"
10782   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10783   data: "plot-vpp-throughput-latency-3n-skx"
10784   filter: "'NIC_Intel-XXV710' and
10785            '64B' and
10786            'FEATURE' and
10787            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10788            'NDRPDR' and
10789            '2T1C' and
10790            'IP4FWD' and
10791            not 'IPSEC' and
10792            not 'VHOST'"
10793   parameters:
10794   - "latency"
10795   - "parent"
10796   traces:
10797     boxmean: False
10798   layout:
10799     title: ""  # No title
10800     layout: "plot-latency"
10801
10802 -
10803   type: "plot"
10804   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10805   algorithm: "plot_latency_box"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10808   data: "plot-vpp-throughput-latency-3n-skx"
10809   filter: "'NIC_Intel-XXV710' and
10810            '64B' and
10811            'FEATURE' and
10812            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10813            'NDRPDR' and
10814            '4T2C' and
10815            'IP4FWD' and
10816            not 'IPSEC' and
10817            not 'VHOST'"
10818   parameters:
10819   - "latency"
10820   - "parent"
10821   traces:
10822     boxmean: False
10823   layout:
10824     title: ""  # No title
10825     layout: "plot-latency"
10826
10827 # Packet Latency - VPP IPv4 2n-skx-x710
10828 -
10829   type: "plot"
10830   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10831   algorithm: "plot_latency_box"
10832   output-file-type: ".html"
10833   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10834   data: "plot-vpp-throughput-latency-2n-skx"
10835   filter: "'NIC_Intel-X710' and
10836            '64B' and
10837            ('BASE' or 'SCALE') and
10838            'NDRPDR' and
10839            '2T1C' and
10840            'IP4FWD' and
10841            not 'IPSEC' and
10842            not 'VHOST'"
10843   parameters:
10844   - "latency"
10845   - "parent"
10846   traces:
10847     boxmean: False
10848   layout:
10849     title: ""  # No title
10850     layout: "plot-latency"
10851
10852 -
10853   type: "plot"
10854   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10855   algorithm: "plot_latency_box"
10856   output-file-type: ".html"
10857   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10858   data: "plot-vpp-throughput-latency-2n-skx"
10859   filter: "'NIC_Intel-X710' and
10860            '64B' and
10861            ('BASE' or 'SCALE') and
10862            'NDRPDR' and
10863            '4T2C' and
10864            'IP4FWD' and
10865            not 'IPSEC' and
10866            not 'VHOST'"
10867   parameters:
10868   - "latency"
10869   - "parent"
10870   traces:
10871     boxmean: False
10872   layout:
10873     title: ""  # No title
10874     layout: "plot-latency"
10875
10876 # Packet Latency - VPP IPv4 2n-skx-xxv710
10877 -
10878   type: "plot"
10879   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10880   algorithm: "plot_latency_box"
10881   output-file-type: ".html"
10882   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10883   data: "plot-vpp-throughput-latency-2n-skx"
10884   filter: "'NIC_Intel-XXV710' and
10885            '64B' and
10886            ('BASE' or 'SCALE') and
10887            'NDRPDR' and
10888            '2T1C' and
10889            'IP4FWD' and
10890            not 'IPSEC' and
10891            not 'VHOST'"
10892   parameters:
10893   - "latency"
10894   - "parent"
10895   traces:
10896     boxmean: False
10897   layout:
10898     title: ""  # No title
10899     layout: "plot-latency"
10900
10901 -
10902   type: "plot"
10903   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10904   algorithm: "plot_latency_box"
10905   output-file-type: ".html"
10906   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10907   data: "plot-vpp-throughput-latency-2n-skx"
10908   filter: "'NIC_Intel-XXV710' and
10909            '64B' and
10910            ('BASE' or 'SCALE') and
10911            'NDRPDR' and
10912            '4T2C' and
10913            'IP4FWD' and
10914            not 'IPSEC' and
10915            not 'VHOST'"
10916   parameters:
10917   - "latency"
10918   - "parent"
10919   traces:
10920     boxmean: False
10921   layout:
10922     title: ""  # No title
10923     layout: "plot-latency"
10924
10925 ################################################################################
10926
10927 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
10928 -
10929   type: "plot"
10930   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10931   algorithm: "plot_latency_box"
10932   output-file-type: ".html"
10933   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10934   data: "plot-vpp-throughput-latency-3n-hsw"
10935   filter: "'NIC_Intel-X520-DA2' and
10936            '64B' and
10937            'ENCAP' and
10938            'NDRPDR' and
10939            '1T1C' and
10940            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10941            not 'VHOST' and
10942            not 'IPSECHW'"
10943   parameters:
10944   - "throughput"
10945   - "parent"
10946   traces:
10947     boxmean: False
10948   layout:
10949     title: ""  # No title
10950     layout: "plot-latency"
10951
10952 -
10953   type: "plot"
10954   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10955   algorithm: "plot_latency_box"
10956   output-file-type: ".html"
10957   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10958   data: "plot-vpp-throughput-latency-3n-hsw"
10959   filter: "'NIC_Intel-X520-DA2' and
10960            '64B' and
10961            'ENCAP' and
10962            'NDRPDR' and
10963            '2T2C' and
10964            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10965            not 'VHOST' and
10966            not 'IPSECHW'"
10967   parameters:
10968   - "throughput"
10969   - "parent"
10970   traces:
10971     boxmean: False
10972   layout:
10973     title: ""  # No title
10974     layout: "plot-latency"
10975
10976 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10977 -
10978   type: "plot"
10979   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10980   algorithm: "plot_latency_box"
10981   output-file-type: ".html"
10982   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10983   data: "plot-vpp-throughput-latency-3n-hsw"
10984   filter: "'NIC_Intel-X710' and
10985            '64B' and
10986            'ENCAP' and
10987            'NDRPDR' and
10988            '1T1C' and
10989            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10990            not 'VHOST' and
10991            not 'IPSECHW'"
10992   parameters:
10993   - "throughput"
10994   - "parent"
10995   traces:
10996     boxmean: False
10997   layout:
10998     title: ""  # No title
10999     layout: "plot-latency"
11000
11001 -
11002   type: "plot"
11003   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11004   algorithm: "plot_latency_box"
11005   output-file-type: ".html"
11006   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11007   data: "plot-vpp-throughput-latency-3n-hsw"
11008   filter: "'NIC_Intel-X710' and
11009            '64B' and
11010            'ENCAP' and
11011            'NDRPDR' and
11012            '2T2C' and
11013            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11014            not 'VHOST' and
11015            not 'IPSECHW'"
11016   parameters:
11017   - "throughput"
11018   - "parent"
11019   traces:
11020     boxmean: False
11021   layout:
11022     title: ""  # No title
11023     layout: "plot-latency"
11024
11025 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
11026 -
11027   type: "plot"
11028   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11029   algorithm: "plot_latency_box"
11030   output-file-type: ".html"
11031   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11032   data: "plot-vpp-throughput-latency-3n-skx"
11033   filter: "'NIC_Intel-X710' and
11034            '64B' and
11035            'ENCAP' and
11036            'NDRPDR' and
11037            '2T1C' and
11038            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11039            not 'VHOST' and
11040            not 'IPSECHW'"
11041   parameters:
11042   - "throughput"
11043   - "parent"
11044   traces:
11045     boxmean: False
11046   layout:
11047     title: ""  # No title
11048     layout: "plot-latency"
11049
11050 -
11051   type: "plot"
11052   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11053   algorithm: "plot_latency_box"
11054   output-file-type: ".html"
11055   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11056   data: "plot-vpp-throughput-latency-3n-skx"
11057   filter: "'NIC_Intel-X710' and
11058            '64B' and
11059            'ENCAP' and
11060            'NDRPDR' and
11061            '4T2C' and
11062            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11063            not 'VHOST' and
11064            not 'IPSECHW'"
11065   parameters:
11066   - "throughput"
11067   - "parent"
11068   traces:
11069     boxmean: False
11070   layout:
11071     title: ""  # No title
11072     layout: "plot-latency"
11073
11074 ################################################################################
11075
11076 # Packet Latency - VPP IPv6 3n-hsw-x520
11077 -
11078   type: "plot"
11079   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11080   algorithm: "plot_latency_box"
11081   output-file-type: ".html"
11082   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11083   data: "plot-vpp-throughput-latency-3n-hsw"
11084   filter: "'NIC_Intel-X520-DA2' and
11085            '78B' and
11086            ('BASE' or 'SCALE') and
11087            'NDRPDR' and
11088            '1T1C' and
11089            'IP6FWD' and
11090            not 'SRv6' and
11091            not 'IPSEC' and
11092            not 'VHOST'"
11093   parameters:
11094   - "latency"
11095   - "parent"
11096   traces:
11097     boxmean: False
11098   layout:
11099     title: ""  # No title
11100     layout: "plot-latency"
11101
11102 -
11103   type: "plot"
11104   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11105   algorithm: "plot_latency_box"
11106   output-file-type: ".html"
11107   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11108   data: "plot-vpp-throughput-latency-3n-hsw"
11109   filter: "'NIC_Intel-X520-DA2' and
11110            '78B' and
11111            ('BASE' or 'SCALE') and
11112            'NDRPDR' and
11113            '2T2C' and
11114            'IP6FWD' and
11115            not 'SRv6' and
11116            not 'IPSEC' and
11117            not 'VHOST'"
11118   parameters:
11119   - "latency"
11120   - "parent"
11121   traces:
11122     boxmean: False
11123   layout:
11124     title: ""  # No title
11125     layout: "plot-latency"
11126
11127 -
11128   type: "plot"
11129   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11130   algorithm: "plot_latency_box"
11131   output-file-type: ".html"
11132   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11133   data: "plot-vpp-throughput-latency-3n-hsw"
11134   filter: "'NIC_Intel-X520-DA2' and
11135            '78B' and
11136            'FEATURE' and
11137            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11138            'NDRPDR' and
11139            '1T1C' and
11140            'IP6FWD' and
11141            not 'SRv6' and
11142            not 'IPSEC' and
11143            not 'VHOST'"
11144   parameters:
11145   - "latency"
11146   - "parent"
11147   traces:
11148     boxmean: False
11149   layout:
11150     title: ""  # No title
11151     layout: "plot-latency"
11152
11153 -
11154   type: "plot"
11155   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11156   algorithm: "plot_latency_box"
11157   output-file-type: ".html"
11158   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11159   data: "plot-vpp-throughput-latency-3n-hsw"
11160   filter: "'NIC_Intel-X520-DA2' and
11161            '78B' and
11162            'FEATURE' and
11163            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11164            'NDRPDR' and
11165            '2T2C' and
11166            'IP6FWD' and
11167            not 'SRv6' and
11168            not 'IPSEC' and
11169            not 'VHOST'"
11170   parameters:
11171   - "latency"
11172   - "parent"
11173   traces:
11174     boxmean: False
11175   layout:
11176     title: ""  # No title
11177     layout: "plot-latency"
11178
11179 # Packet Latency - VPP IPv6 3n-hsw-x710
11180 -
11181   type: "plot"
11182   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11183   algorithm: "plot_latency_box"
11184   output-file-type: ".html"
11185   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11186   data: "plot-vpp-throughput-latency-3n-hsw"
11187   filter: "'NIC_Intel-X710' and
11188            '78B' and
11189            ('BASE' or 'SCALE') and
11190            'NDRPDR' and
11191            '1T1C' and
11192            'IP6FWD' and
11193            not 'SRv6' and
11194            not 'IPSEC' and
11195            not 'VHOST'"
11196   parameters:
11197   - "latency"
11198   - "parent"
11199   traces:
11200     boxmean: False
11201   layout:
11202     title: ""  # No title
11203     layout: "plot-latency"
11204
11205 -
11206   type: "plot"
11207   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11208   algorithm: "plot_latency_box"
11209   output-file-type: ".html"
11210   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11211   data: "plot-vpp-throughput-latency-3n-hsw"
11212   filter: "'NIC_Intel-X710' and
11213            '78B' and
11214            ('BASE' or 'SCALE') and
11215            'NDRPDR' and
11216            '2T2C' and
11217            'IP6FWD' and
11218            not 'SRv6' and
11219            not 'IPSEC' and
11220            not 'VHOST'"
11221   parameters:
11222   - "latency"
11223   - "parent"
11224   traces:
11225     boxmean: False
11226   layout:
11227     title: ""  # No title
11228     layout: "plot-latency"
11229
11230 -
11231   type: "plot"
11232   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11233   algorithm: "plot_latency_box"
11234   output-file-type: ".html"
11235   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11236   data: "plot-vpp-throughput-latency-3n-hsw"
11237   filter: "'NIC_Intel-X710' and
11238            '78B' and
11239            'FEATURE' and
11240            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11241            'NDRPDR' and
11242            '1T1C' and
11243            'IP6FWD' and
11244            not 'SRv6' and
11245            not 'IPSEC' and
11246            not 'VHOST'"
11247   parameters:
11248   - "latency"
11249   - "parent"
11250   traces:
11251     boxmean: False
11252   layout:
11253     title: ""  # No title
11254     layout: "plot-latency"
11255
11256 -
11257   type: "plot"
11258   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11259   algorithm: "plot_latency_box"
11260   output-file-type: ".html"
11261   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11262   data: "plot-vpp-throughput-latency-3n-hsw"
11263   filter: "'NIC_Intel-X710' and
11264            '78B' and
11265            'FEATURE' and
11266            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11267            'NDRPDR' and
11268            '2T2C' and
11269            'IP6FWD' and
11270            not 'SRv6' and
11271            not 'IPSEC' and
11272            not 'VHOST'"
11273   parameters:
11274   - "latency"
11275   - "parent"
11276   traces:
11277     boxmean: False
11278   layout:
11279     title: ""  # No title
11280     layout: "plot-latency"
11281
11282 # Packet Latency - VPP IPv6 3n-hsw-xl710
11283 -
11284   type: "plot"
11285   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11286   algorithm: "plot_latency_box"
11287   output-file-type: ".html"
11288   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11289   data: "plot-vpp-throughput-latency-3n-hsw"
11290   filter: "'NIC_Intel-XL710' and
11291            '78B' and
11292            ('BASE' or 'SCALE') and
11293            'NDRPDR' and
11294            '1T1C' and
11295            'IP6FWD' and
11296            not 'SRv6' and
11297            not 'IPSEC' and
11298            not 'VHOST'"
11299   parameters:
11300   - "latency"
11301   - "parent"
11302   traces:
11303     boxmean: False
11304   layout:
11305     title: ""  # No title
11306     layout: "plot-latency"
11307
11308 -
11309   type: "plot"
11310   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11311   algorithm: "plot_latency_box"
11312   output-file-type: ".html"
11313   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11314   data: "plot-vpp-throughput-latency-3n-hsw"
11315   filter: "'NIC_Intel-XL710' and
11316            '78B' and
11317            ('BASE' or 'SCALE') and
11318            'NDRPDR' and
11319            '2T2C' and
11320            'IP6FWD' and
11321            not 'SRv6' and
11322            not 'IPSEC' and
11323            not 'VHOST'"
11324   parameters:
11325   - "latency"
11326   - "parent"
11327   traces:
11328     boxmean: False
11329   layout:
11330     title: ""  # No title
11331     layout: "plot-latency"
11332
11333 # Packet Latency - VPP IPv6 3n-skx-x710
11334 -
11335   type: "plot"
11336   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11337   algorithm: "plot_latency_box"
11338   output-file-type: ".html"
11339   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11340   data: "plot-vpp-throughput-latency-3n-skx"
11341   filter: "'NIC_Intel-X710' and
11342            '78B' and
11343            ('BASE' or 'SCALE') and
11344            'NDRPDR' and
11345            '2T1C' and
11346            'IP6FWD' and
11347            not 'SRv6' and
11348            not 'IPSEC' and
11349            not 'VHOST'"
11350   parameters:
11351   - "latency"
11352   - "parent"
11353   traces:
11354     boxmean: False
11355   layout:
11356     title: ""  # No title
11357     layout: "plot-latency"
11358
11359 -
11360   type: "plot"
11361   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11362   algorithm: "plot_latency_box"
11363   output-file-type: ".html"
11364   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11365   data: "plot-vpp-throughput-latency-3n-skx"
11366   filter: "'NIC_Intel-X710' and
11367            '78B' and
11368            ('BASE' or 'SCALE') and
11369            'NDRPDR' and
11370            '4T2C' and
11371            'IP6FWD' and
11372            not 'SRv6' and
11373            not 'IPSEC' and
11374            not 'VHOST'"
11375   parameters:
11376   - "latency"
11377   - "parent"
11378   traces:
11379     boxmean: False
11380   layout:
11381     title: ""  # No title
11382     layout: "plot-latency"
11383
11384 -
11385   type: "plot"
11386   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11387   algorithm: "plot_latency_box"
11388   output-file-type: ".html"
11389   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11390   data: "plot-vpp-throughput-latency-3n-skx"
11391   filter: "'NIC_Intel-X710' and
11392            '78B' and
11393            'FEATURE' and
11394            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11395            'NDRPDR' and
11396            '2T1C' and
11397            'IP6FWD' and
11398            not 'SRv6' and
11399            not 'IPSEC' and
11400            not 'VHOST'"
11401   parameters:
11402   - "latency"
11403   - "parent"
11404   traces:
11405     boxmean: False
11406   layout:
11407     title: ""  # No title
11408     layout: "plot-latency"
11409
11410 -
11411   type: "plot"
11412   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11413   algorithm: "plot_latency_box"
11414   output-file-type: ".html"
11415   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11416   data: "plot-vpp-throughput-latency-3n-skx"
11417   filter: "'NIC_Intel-X710' and
11418            '78B' and
11419            'FEATURE' and
11420            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11421            'NDRPDR' and
11422            '4T2C' and
11423            'IP6FWD' and
11424            not 'SRv6' and
11425            not 'IPSEC' and
11426            not 'VHOST'"
11427   parameters:
11428   - "latency"
11429   - "parent"
11430   traces:
11431     boxmean: False
11432   layout:
11433     title: ""  # No title
11434     layout: "plot-latency"
11435
11436 # Packet Latency - VPP IPv6 3n-skx-xxv710
11437 -
11438   type: "plot"
11439   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11440   algorithm: "plot_latency_box"
11441   output-file-type: ".html"
11442   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11443   data: "plot-vpp-throughput-latency-3n-skx"
11444   filter: "'NIC_Intel-XXV710' and
11445            '78B' and
11446            ('BASE' or 'SCALE') and
11447            'NDRPDR' and
11448            '2T1C' and
11449            'IP6FWD' and
11450            not 'SRv6' and
11451            not 'IPSEC' and
11452            not 'VHOST'"
11453   parameters:
11454   - "latency"
11455   - "parent"
11456   traces:
11457     boxmean: False
11458   layout:
11459     title: ""  # No title
11460     layout: "plot-latency"
11461
11462 -
11463   type: "plot"
11464   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11465   algorithm: "plot_latency_box"
11466   output-file-type: ".html"
11467   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11468   data: "plot-vpp-throughput-latency-3n-skx"
11469   filter: "'NIC_Intel-XXV710' and
11470            '78B' and
11471            ('BASE' or 'SCALE') and
11472            'NDRPDR' and
11473            '4T2C' and
11474            'IP6FWD' and
11475            not 'SRv6' and
11476            not 'IPSEC' and
11477            not 'VHOST'"
11478   parameters:
11479   - "latency"
11480   - "parent"
11481   traces:
11482     boxmean: False
11483   layout:
11484     title: ""  # No title
11485     layout: "plot-latency"
11486
11487 -
11488   type: "plot"
11489   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11490   algorithm: "plot_latency_box"
11491   output-file-type: ".html"
11492   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11493   data: "plot-vpp-throughput-latency-3n-skx"
11494   filter: "'NIC_Intel-XXV710' and
11495            '78B' and
11496            'FEATURE' and
11497            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11498            'NDRPDR' and
11499            '2T1C' and
11500            'IP6FWD' and
11501            not 'SRv6' and
11502            not 'IPSEC' and
11503            not 'VHOST'"
11504   parameters:
11505   - "latency"
11506   - "parent"
11507   traces:
11508     boxmean: False
11509   layout:
11510     title: ""  # No title
11511     layout: "plot-latency"
11512
11513 -
11514   type: "plot"
11515   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11516   algorithm: "plot_latency_box"
11517   output-file-type: ".html"
11518   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11519   data: "plot-vpp-throughput-latency-3n-skx"
11520   filter: "'NIC_Intel-XXV710' and
11521            '78B' and
11522            'FEATURE' and
11523            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11524            'NDRPDR' and
11525            '4T2C' and
11526            'IP6FWD' and
11527            not 'SRv6' and
11528            not 'IPSEC' and
11529            not 'VHOST'"
11530   parameters:
11531   - "latency"
11532   - "parent"
11533   traces:
11534     boxmean: False
11535   layout:
11536     title: ""  # No title
11537     layout: "plot-latency"
11538
11539 # Packet Latency - VPP IPv6 2n-skx-x710
11540 -
11541   type: "plot"
11542   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11543   algorithm: "plot_latency_box"
11544   output-file-type: ".html"
11545   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11546   data: "plot-vpp-throughput-latency-2n-skx"
11547   filter: "'NIC_Intel-X710' and
11548            '78B' and
11549            ('BASE' or 'SCALE') and
11550            'NDRPDR' and
11551            '2T1C' and
11552            'IP6FWD' and
11553            not 'SRv6' and
11554            not 'IPSEC' and
11555            not 'VHOST'"
11556   parameters:
11557   - "latency"
11558   - "parent"
11559   traces:
11560     boxmean: False
11561   layout:
11562     title: ""  # No title
11563     layout: "plot-latency"
11564
11565 -
11566   type: "plot"
11567   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11568   algorithm: "plot_latency_box"
11569   output-file-type: ".html"
11570   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11571   data: "plot-vpp-throughput-latency-2n-skx"
11572   filter: "'NIC_Intel-X710' and
11573            '78B' and
11574            ('BASE' or 'SCALE') and
11575            'NDRPDR' and
11576            '4T2C' and
11577            'IP6FWD' and
11578            not 'SRv6' and
11579            not 'IPSEC' and
11580            not 'VHOST'"
11581   parameters:
11582   - "latency"
11583   - "parent"
11584   traces:
11585     boxmean: False
11586   layout:
11587     title: ""  # No title
11588     layout: "plot-latency"
11589
11590 # Packet Latency - VPP IPv6 2n-skx-xxv710
11591 -
11592   type: "plot"
11593   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11594   algorithm: "plot_latency_box"
11595   output-file-type: ".html"
11596   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11597   data: "plot-vpp-throughput-latency-2n-skx"
11598   filter: "'NIC_Intel-XXV710' and
11599            '78B' and
11600            ('BASE' or 'SCALE') and
11601            'NDRPDR' and
11602            '2T1C' and
11603            'IP6FWD' and
11604            not 'SRv6' and
11605            not 'IPSEC' and
11606            not 'VHOST'"
11607   parameters:
11608   - "latency"
11609   - "parent"
11610   traces:
11611     boxmean: False
11612   layout:
11613     title: ""  # No title
11614     layout: "plot-latency"
11615
11616 -
11617   type: "plot"
11618   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11619   algorithm: "plot_latency_box"
11620   output-file-type: ".html"
11621   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11622   data: "plot-vpp-throughput-latency-2n-skx"
11623   filter: "'NIC_Intel-XXV710' and
11624            '78B' and
11625            ('BASE' or 'SCALE') and
11626            'NDRPDR' and
11627            '4T2C' and
11628            'IP6FWD' and
11629            not 'SRv6' and
11630            not 'IPSEC' and
11631            not 'VHOST'"
11632   parameters:
11633   - "latency"
11634   - "parent"
11635   traces:
11636     boxmean: False
11637   layout:
11638     title: ""  # No title
11639     layout: "plot-latency"
11640
11641 ################################################################################
11642
11643 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
11644 -
11645   type: "plot"
11646   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11647   algorithm: "plot_latency_box"
11648   output-file-type: ".html"
11649   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11650   data: "plot-vpp-throughput-latency-3n-hsw"
11651   filter: "'NIC_Intel-X520-DA2' and
11652            '78B' and
11653            'ENCAP' and
11654            'NDRPDR' and
11655            '1T1C' and
11656            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11657            not 'VHOST'"
11658   parameters:
11659   - "latency"
11660   - "parent"
11661   traces:
11662     boxmean: False
11663   layout:
11664     title: ""  # No title
11665     layout: "plot-latency"
11666
11667 -
11668   type: "plot"
11669   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11670   algorithm: "plot_latency_box"
11671   output-file-type: ".html"
11672   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11673   data: "plot-vpp-throughput-latency-3n-hsw"
11674   filter: "'NIC_Intel-X520-DA2' and
11675            '78B' and
11676            'ENCAP' and
11677            'NDRPDR' and
11678            '2T2C' and
11679            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11680            not 'VHOST'"
11681   parameters:
11682   - "latency"
11683   - "parent"
11684   traces:
11685     boxmean: False
11686   layout:
11687     title: ""  # No title
11688     layout: "plot-latency"
11689
11690 ################################################################################
11691
11692 # Packet Latency - VPP IPSec 3n-hsw-xl710
11693 -
11694   type: "plot"
11695   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11696   algorithm: "plot_latency_box"
11697   output-file-type: ".html"
11698   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11699   data: "plot-vpp-throughput-latency-3n-hsw"
11700   filter: "'NIC_Intel-XL710' and
11701            '64B' and
11702            'IP4FWD' and
11703            'NDRPDR' and
11704            '1T1C' and
11705            'IPSECHW' and
11706            ('IPSECTRAN' or 'IPSECTUN') and
11707            not 'VHOST'"
11708   parameters:
11709   - "latency"
11710   - "parent"
11711   traces:
11712     boxmean: False
11713   layout:
11714     title: ""  # No title
11715     layout: "plot-latency"
11716
11717 -
11718   type: "plot"
11719   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11720   algorithm: "plot_latency_box"
11721   output-file-type: ".html"
11722   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11723   data: "plot-vpp-throughput-latency-3n-hsw"
11724   filter: "'NIC_Intel-XL710' and
11725            '64B' and
11726            'IP4FWD' and
11727            'NDRPDR' and
11728            '2T2C' and
11729            'IPSECHW' and
11730            ('IPSECTRAN' or 'IPSECTUN') and
11731            not 'VHOST'"
11732   parameters:
11733   - "latency"
11734   - "parent"
11735   traces:
11736     boxmean: False
11737   layout:
11738     title: ""  # No title
11739     layout: "plot-latency"
11740
11741 ################################################################################
11742
11743 # Packet Latency - VPP SRv6 3n-hsw-x520
11744 -
11745   type: "plot"
11746   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11747   algorithm: "plot_latency_box"
11748   output-file-type: ".html"
11749   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11750   data: "plot-vpp-throughput-latency-3n-hsw"
11751   filter: "'NIC_Intel-X520-DA2' and
11752            '78B' and
11753            'FEATURE' and
11754            'NDRPDR' and
11755            '1T1C' and
11756            'IP6FWD' and
11757            'SRv6'"
11758   parameters:
11759   - "latency"
11760   - "parent"
11761   traces:
11762     boxmean: False
11763   layout:
11764     title: ""  # No title
11765     layout: "plot-latency"
11766
11767 -
11768   type: "plot"
11769   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11770   algorithm: "plot_latency_box"
11771   output-file-type: ".html"
11772   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11773   data: "plot-vpp-throughput-latency-3n-hsw"
11774   filter: "'NIC_Intel-X520-DA2' and
11775            '78B' and
11776            'FEATURE' and
11777            'NDRPDR' and
11778            '2T2C' and
11779            'IP6FWD' and
11780            'SRv6'"
11781   parameters:
11782   - "latency"
11783   - "parent"
11784   traces:
11785     boxmean: False
11786   layout:
11787     title: ""  # No title
11788     layout: "plot-latency"
11789
11790 ################################################################################
11791
11792 # Packet Latency - VPP vhost ip4 3n-hsw-x520
11793 -
11794   type: "plot"
11795   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11796   algorithm: "plot_latency_box"
11797   output-file-type: ".html"
11798   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11799   data: "plot-vpp-throughput-latency-3n-hsw"
11800   filter: "'NIC_Intel-X520-DA2' and
11801            '64B' and
11802            'NDRPDR' and
11803            '1T1C' and
11804            'VHOST' and
11805            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11806   parameters:
11807   - "latency"
11808   - "parent"
11809   traces:
11810     boxmean: False
11811   layout:
11812     title: ""  # No title
11813     layout: "plot-latency"
11814
11815 -
11816   type: "plot"
11817   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11818   algorithm: "plot_latency_box"
11819   output-file-type: ".html"
11820   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11821   data: "plot-vpp-throughput-latency-3n-hsw"
11822   filter: "'NIC_Intel-X520-DA2' and
11823            '64B' and
11824            'NDRPDR' and
11825            '2T2C' and
11826            'VHOST' and
11827            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11828   parameters:
11829   - "latency"
11830   - "parent"
11831   traces:
11832     boxmean: False
11833   layout:
11834     title: ""  # No title
11835     layout: "plot-latency"
11836
11837 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
11838 -
11839   type: "plot"
11840   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11841   algorithm: "plot_latency_box"
11842   output-file-type: ".html"
11843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11844   data: "plot-vpp-throughput-latency-3n-hsw"
11845   filter: "'NIC_Intel-X520-DA2' and
11846            '64B' and
11847            'NDRPDR' and
11848            '1T1C' and
11849            'VHOST' and
11850            not 'VXLAN' and
11851            not 'IP4FWD' and
11852            not 'DOT1Q' and
11853            not '2VM'"
11854   parameters:
11855   - "latency"
11856   - "parent"
11857   traces:
11858     boxmean: False
11859   layout:
11860     title: ""  # No title
11861     layout: "plot-latency"
11862
11863 -
11864   type: "plot"
11865   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11866   algorithm: "plot_latency_box"
11867   output-file-type: ".html"
11868   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11869   data: "plot-vpp-throughput-latency-3n-hsw"
11870   filter: "'NIC_Intel-X520-DA2' and
11871            '64B' and
11872            'NDRPDR' and
11873            '2T2C' and
11874            'VHOST' and
11875            not 'VXLAN' and
11876            not 'IP4FWD' and
11877            not 'DOT1Q' and
11878            not '2VM'"
11879   parameters:
11880   - "latency"
11881   - "parent"
11882   traces:
11883     boxmean: False
11884   layout:
11885     title: ""  # No title
11886     layout: "plot-latency"
11887
11888 # Packet Latency - VPP vhost ip4 3n-hsw-x710
11889 -
11890   type: "plot"
11891   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11892   algorithm: "plot_latency_box"
11893   output-file-type: ".html"
11894   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11895   data: "plot-vpp-throughput-latency-3n-hsw"
11896   filter: "'NIC_Intel-X710' and
11897            '64B' and
11898            'NDRPDR' and
11899            '1T1C' and
11900            'VHOST' and
11901            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11902   parameters:
11903   - "latency"
11904   - "parent"
11905   traces:
11906     boxmean: False
11907   layout:
11908     title: ""  # No title
11909     layout: "plot-latency"
11910
11911 -
11912   type: "plot"
11913   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11914   algorithm: "plot_latency_box"
11915   output-file-type: ".html"
11916   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11917   data: "plot-vpp-throughput-latency-3n-hsw"
11918   filter: "'NIC_Intel-X710' and
11919            '64B' and
11920            'NDRPDR' and
11921            '2T2C' and
11922            'VHOST' and
11923            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11924   parameters:
11925   - "latency"
11926   - "parent"
11927   traces:
11928     boxmean: False
11929   layout:
11930     title: ""  # No title
11931     layout: "plot-latency"
11932
11933 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
11934 -
11935   type: "plot"
11936   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11937   algorithm: "plot_latency_box"
11938   output-file-type: ".html"
11939   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11940   data: "plot-vpp-throughput-latency-3n-hsw"
11941   filter: "'NIC_Intel-X710' and
11942            '64B' and
11943            'NDRPDR' and
11944            '1T1C' and
11945            'VHOST' and
11946            not 'VXLAN' and
11947            not 'IP4FWD' and
11948            not 'DOT1Q' and
11949            not '2VM'"
11950   parameters:
11951   - "latency"
11952   - "parent"
11953   traces:
11954     boxmean: False
11955   layout:
11956     title: ""  # No title
11957     layout: "plot-latency"
11958
11959 -
11960   type: "plot"
11961   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11962   algorithm: "plot_latency_box"
11963   output-file-type: ".html"
11964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11965   data: "plot-vpp-throughput-latency-3n-hsw"
11966   filter: "'NIC_Intel-X710' and
11967            '64B' and
11968            'NDRPDR' and
11969            '2T2C' and
11970            'VHOST' and
11971            not 'VXLAN' and
11972            not 'IP4FWD' and
11973            not 'DOT1Q' and
11974            not '2VM'"
11975   parameters:
11976   - "latency"
11977   - "parent"
11978   traces:
11979     boxmean: False
11980   layout:
11981     title: ""  # No title
11982     layout: "plot-latency"
11983
11984 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
11985 -
11986   type: "plot"
11987   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11988   algorithm: "plot_latency_box"
11989   output-file-type: ".html"
11990   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11991   data: "plot-vpp-throughput-latency-3n-hsw"
11992   filter: "'NIC_Intel-XL710' and
11993            '64B' and
11994            'NDRPDR' and
11995            '1T1C' and
11996            'VHOST' and
11997            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11998   parameters:
11999   - "latency"
12000   - "parent"
12001   traces:
12002     boxmean: False
12003   layout:
12004     title: ""  # No title
12005     layout: "plot-latency"
12006
12007 -
12008   type: "plot"
12009   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12010   algorithm: "plot_latency_box"
12011   output-file-type: ".html"
12012   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12013   data: "plot-vpp-throughput-latency-3n-hsw"
12014   filter: "'NIC_Intel-XL710' and
12015            '64B' and
12016            'NDRPDR' and
12017            '2T2C' and
12018            'VHOST' and
12019            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12020   parameters:
12021   - "latency"
12022   - "parent"
12023   traces:
12024     boxmean: False
12025   layout:
12026     title: ""  # No title
12027     layout: "plot-latency"
12028
12029 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
12030 -
12031   type: "plot"
12032   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12033   algorithm: "plot_latency_box"
12034   output-file-type: ".html"
12035   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12036   data: "plot-vpp-throughput-latency-3n-hsw"
12037   filter: "'NIC_Intel-XL710' and
12038            '64B' and
12039            'NDRPDR' and
12040            '1T1C' and
12041            'VHOST' and
12042            not 'VXLAN' and
12043            not 'IP4FWD' and
12044            not 'DOT1Q' and
12045            not '2VM'"
12046   parameters:
12047   - "latency"
12048   - "parent"
12049   traces:
12050     boxmean: False
12051   layout:
12052     title: ""  # No title
12053     layout: "plot-latency"
12054
12055 -
12056   type: "plot"
12057   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12058   algorithm: "plot_latency_box"
12059   output-file-type: ".html"
12060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12061   data: "plot-vpp-throughput-latency-3n-hsw"
12062   filter: "'NIC_Intel-XL710' and
12063            '64B' and
12064            'NDRPDR' and
12065            '2T2C' and
12066            'VHOST' and
12067            not 'VXLAN' and
12068            not 'IP4FWD' and
12069            not 'DOT1Q' and
12070            not '2VM'"
12071   parameters:
12072   - "latency"
12073   - "parent"
12074   traces:
12075     boxmean: False
12076   layout:
12077     title: ""  # No title
12078     layout: "plot-latency"
12079
12080 ################################################################################
12081
12082 # Packet Latency - VPP VTS 3n-hsw-x520
12083 -
12084   type: "plot"
12085   title: "VPP Latency: vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12086   algorithm: "plot_latency_box"
12087   output-file-type: ".html"
12088   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12089   data: "plot-vpp-throughput-latency-3n-hsw"
12090   filter: "'NIC_Intel-X520-DA2' and
12091            '64B' and
12092            'NDRPDR' and
12093            '1T1C' and
12094            'VTS'"
12095   parameters:
12096   - "latency"
12097   - "parent"
12098   traces:
12099     boxmean: False
12100   layout:
12101     title: ""  # No title
12102     layout: "plot-latency"
12103
12104 -
12105   type: "plot"
12106   title: "VPP Latency: vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12107   algorithm: "plot_latency_box"
12108   output-file-type: ".html"
12109   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12110   data: "plot-vpp-throughput-latency-3n-hsw"
12111   filter: "'NIC_Intel-X520-DA2' and
12112            '64B' and
12113            'NDRPDR' and
12114            '2T2C' and
12115            'VTS'"
12116   parameters:
12117   - "latency"
12118   - "parent"
12119   traces:
12120     boxmean: False
12121   layout:
12122     title: ""  # No title
12123     layout: "plot-latency"
12124     
12125 ################################################################################
12126
12127 # Packet Latency - DPDK l3fwd 3n-hsw-x520
12128 -
12129   type: "plot"
12130   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12131   algorithm: "plot_latency_box"
12132   output-file-type: ".html"
12133   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12134   data: "plot-dpdk-throughput-latency-3n-hsw"
12135   filter: "'NIC_Intel-X520-DA2' and
12136            '64B' and
12137            'BASE' and
12138            'NDRPDR' and
12139            '1T1C' and
12140            'IP4FWD'"
12141   parameters:
12142   - "latency"
12143   - "parent"
12144   traces:
12145     hoverinfo: "x+y"
12146     boxpoints: "outliers"
12147     whiskerwidth: 0
12148   layout:
12149     title: ""  # No title
12150     layout: "plot-latency"
12151
12152 -
12153   type: "plot"
12154   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12155   algorithm: "plot_latency_box"
12156   output-file-type: ".html"
12157   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12158   data: "plot-dpdk-throughput-latency-3n-hsw"
12159   filter: "'NIC_Intel-X520-DA2' and
12160            '64B' and
12161            'BASE' and
12162            'NDRPDR' and
12163            '2T2C' and
12164            'IP4FWD'"
12165   parameters:
12166   - "latency"
12167   - "parent"
12168   traces:
12169     hoverinfo: "x+y"
12170     boxpoints: "outliers"
12171     whiskerwidth: 0
12172   layout:
12173     title: ""  # No title
12174     layout: "plot-latency"
12175
12176 # Packet Latency - DPDK l3fwd 3n-hsw-x710
12177 -
12178   type: "plot"
12179   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12180   algorithm: "plot_latency_box"
12181   output-file-type: ".html"
12182   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12183   data: "plot-dpdk-throughput-latency-3n-hsw"
12184   filter: "'NIC_Intel-X710' and
12185            '64B' and
12186            'BASE' and
12187            'NDRPDR' and
12188            '1T1C' and
12189            'IP4FWD'"
12190   parameters:
12191   - "latency"
12192   - "parent"
12193   traces:
12194     hoverinfo: "x+y"
12195     boxpoints: "outliers"
12196     whiskerwidth: 0
12197   layout:
12198     title: ""  # No title
12199     layout: "plot-latency"
12200
12201 -
12202   type: "plot"
12203   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12204   algorithm: "plot_latency_box"
12205   output-file-type: ".html"
12206   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12207   data: "plot-dpdk-throughput-latency-3n-hsw"
12208   filter: "'NIC_Intel-X710' and
12209            '64B' and
12210            'BASE' and
12211            'NDRPDR' and
12212            '2T2C' and
12213            'IP4FWD'"
12214   parameters:
12215   - "latency"
12216   - "parent"
12217   traces:
12218     hoverinfo: "x+y"
12219     boxpoints: "outliers"
12220     whiskerwidth: 0
12221   layout:
12222     title: ""  # No title
12223     layout: "plot-latency"
12224
12225 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
12226 -
12227   type: "plot"
12228   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12229   algorithm: "plot_latency_box"
12230   output-file-type: ".html"
12231   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12232   data: "plot-dpdk-throughput-latency-3n-hsw"
12233   filter: "'NIC_Intel-XL710' and
12234            '64B' and
12235            'BASE' and
12236            'NDRPDR' and
12237            '1T1C' and
12238            'IP4FWD'"
12239   parameters:
12240   - "latency"
12241   - "parent"
12242   traces:
12243     hoverinfo: "x+y"
12244     boxpoints: "outliers"
12245     whiskerwidth: 0
12246   layout:
12247     title: ""  # No title
12248     layout: "plot-latency"
12249
12250 -
12251   type: "plot"
12252   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12253   algorithm: "plot_latency_box"
12254   output-file-type: ".html"
12255   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12256   data: "plot-dpdk-throughput-latency-3n-hsw"
12257   filter: "'NIC_Intel-XL710' and
12258            '64B' and
12259            'BASE' and
12260            'NDRPDR' and
12261            '2T2C' and
12262            'IP4FWD'"
12263   parameters:
12264   - "latency"
12265   - "parent"
12266   traces:
12267     hoverinfo: "x+y"
12268     boxpoints: "outliers"
12269     whiskerwidth: 0
12270   layout:
12271     title: ""  # No title
12272     layout: "plot-latency"
12273
12274 # Packet Latency - DPDK l3fwd 3n-skx-x710
12275 -
12276   type: "plot"
12277   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12278   algorithm: "plot_latency_box"
12279   output-file-type: ".html"
12280   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12281   data: "plot-dpdk-throughput-latency-3n-skx"
12282   filter: "'NIC_Intel-X710' and
12283            '64B' and
12284            'BASE' and
12285            'NDRPDR' and
12286            '2T1C' and
12287            'IP4FWD'"
12288   parameters:
12289   - "latency"
12290   - "parent"
12291   traces:
12292     hoverinfo: "x+y"
12293     boxpoints: "outliers"
12294     whiskerwidth: 0
12295   layout:
12296     title: ""  # No title
12297     layout: "plot-latency"
12298
12299 -
12300   type: "plot"
12301   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12302   algorithm: "plot_latency_box"
12303   output-file-type: ".html"
12304   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12305   data: "plot-dpdk-throughput-latency-3n-skx"
12306   filter: "'NIC_Intel-X710' and
12307            '64B' and
12308            'BASE' and
12309            'NDRPDR' and
12310            '4T2C' and
12311            'IP4FWD'"
12312   parameters:
12313   - "latency"
12314   - "parent"
12315   traces:
12316     hoverinfo: "x+y"
12317     boxpoints: "outliers"
12318     whiskerwidth: 0
12319   layout:
12320     title: ""  # No title
12321     layout: "plot-latency"
12322
12323 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
12324 -
12325   type: "plot"
12326   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12327   algorithm: "plot_latency_box"
12328   output-file-type: ".html"
12329   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12330   data: "plot-dpdk-throughput-latency-3n-skx"
12331   filter: "'NIC_Intel-XXV710' and
12332            '64B' and
12333            'BASE' and
12334            'NDRPDR' and
12335            '2T1C' and
12336            'IP4FWD'"
12337   parameters:
12338   - "latency"
12339   - "parent"
12340   traces:
12341     hoverinfo: "x+y"
12342     boxpoints: "outliers"
12343     whiskerwidth: 0
12344   layout:
12345     title: ""  # No title
12346     layout: "plot-latency"
12347
12348 -
12349   type: "plot"
12350   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12351   algorithm: "plot_latency_box"
12352   output-file-type: ".html"
12353   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12354   data: "plot-dpdk-throughput-latency-3n-skx"
12355   filter: "'NIC_Intel-XXV710' and
12356            '64B' and
12357            'BASE' and
12358            'NDRPDR' and
12359            '4T2C' and
12360            'IP4FWD'"
12361   parameters:
12362   - "latency"
12363   - "parent"
12364   traces:
12365     hoverinfo: "x+y"
12366     boxpoints: "outliers"
12367     whiskerwidth: 0
12368   layout:
12369     title: ""  # No title
12370     layout: "plot-latency"
12371
12372 # Packet Latency - DPDK l3fwd 2n-skx-x710
12373 -
12374   type: "plot"
12375   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12376   algorithm: "plot_latency_box"
12377   output-file-type: ".html"
12378   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12379   data: "plot-dpdk-throughput-latency-2n-skx"
12380   filter: "'NIC_Intel-X710' and
12381            '64B' and
12382            'BASE' and
12383            'NDRPDR' and
12384            '2T1C' and
12385            'IP4FWD'"
12386   parameters:
12387   - "latency"
12388   - "parent"
12389   traces:
12390     hoverinfo: "x+y"
12391     boxpoints: "outliers"
12392     whiskerwidth: 0
12393   layout:
12394     title: ""  # No title
12395     layout: "plot-latency"
12396
12397 -
12398   type: "plot"
12399   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12400   algorithm: "plot_latency_box"
12401   output-file-type: ".html"
12402   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12403   data: "plot-dpdk-throughput-latency-2n-skx"
12404   filter: "'NIC_Intel-X710' and
12405            '64B' and
12406            'BASE' and
12407            'NDRPDR' and
12408            '4T2C' and
12409            'IP4FWD'"
12410   parameters:
12411   - "latency"
12412   - "parent"
12413   traces:
12414     hoverinfo: "x+y"
12415     boxpoints: "outliers"
12416     whiskerwidth: 0
12417   layout:
12418     title: ""  # No title
12419     layout: "plot-latency"
12420
12421 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
12422 -
12423   type: "plot"
12424   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12425   algorithm: "plot_latency_box"
12426   output-file-type: ".html"
12427   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12428   data: "plot-dpdk-throughput-latency-2n-skx"
12429   filter: "'NIC_Intel-XXV710' and
12430            '64B' and
12431            'BASE' and
12432            'NDRPDR' and
12433            '2T1C' and
12434            'IP4FWD'"
12435   parameters:
12436   - "latency"
12437   - "parent"
12438   traces:
12439     hoverinfo: "x+y"
12440     boxpoints: "outliers"
12441     whiskerwidth: 0
12442   layout:
12443     title: ""  # No title
12444     layout: "plot-latency"
12445
12446 -
12447   type: "plot"
12448   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12449   algorithm: "plot_latency_box"
12450   output-file-type: ".html"
12451   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12452   data: "plot-dpdk-throughput-latency-2n-skx"
12453   filter: "'NIC_Intel-XXV710' and
12454            '64B' and
12455            'BASE' and
12456            'NDRPDR' and
12457            '4T2C' and
12458            'IP4FWD'"
12459   parameters:
12460   - "latency"
12461   - "parent"
12462   traces:
12463     hoverinfo: "x+y"
12464     boxpoints: "outliers"
12465     whiskerwidth: 0
12466   layout:
12467     title: ""  # No title
12468     layout: "plot-latency"
12469
12470 ################################################################################
12471
12472 # Packet Latency - DPDK testpmd 3n-hsw-x520
12473 -
12474   type: "plot"
12475   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12476   algorithm: "plot_latency_box"
12477   output-file-type: ".html"
12478   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12479   data: "plot-dpdk-throughput-latency-3n-hsw"
12480   filter: "'NIC_Intel-X520-DA2' and
12481            '64B' and
12482            'BASE' and
12483            'NDRPDR' and
12484            '1T1C' and
12485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12486   parameters:
12487   - "latency"
12488   - "parent"
12489   traces:
12490     hoverinfo: "x+y"
12491     boxpoints: "outliers"
12492     whiskerwidth: 0
12493   layout:
12494     title: ""  # No title
12495     layout: "plot-latency"
12496
12497 -
12498   type: "plot"
12499   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12500   algorithm: "plot_latency_box"
12501   output-file-type: ".html"
12502   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12503   data: "plot-dpdk-throughput-latency-3n-hsw"
12504   filter: "'NIC_Intel-X520-DA2' and
12505            '64B' and
12506            'BASE' and
12507            'NDRPDR' and
12508            '2T2C' and
12509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12510   parameters:
12511   - "latency"
12512   - "parent"
12513   traces:
12514     hoverinfo: "x+y"
12515     boxpoints: "outliers"
12516     whiskerwidth: 0
12517   layout:
12518     title: ""  # No title
12519     layout: "plot-latency"
12520
12521 # Packet Latency - DPDK testpmd 3n-hsw-x710
12522 -
12523   type: "plot"
12524   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12525   algorithm: "plot_latency_box"
12526   output-file-type: ".html"
12527   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12528   data: "plot-dpdk-throughput-latency-3n-hsw"
12529   filter: "'NIC_Intel-X710' and
12530            '64B' and
12531            'BASE' and
12532            'NDRPDR' and
12533            '1T1C' and
12534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12535   parameters:
12536   - "latency"
12537   - "parent"
12538   traces:
12539     hoverinfo: "x+y"
12540     boxpoints: "outliers"
12541     whiskerwidth: 0
12542   layout:
12543     title: ""  # No title
12544     layout: "plot-latency"
12545
12546 -
12547   type: "plot"
12548   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12549   algorithm: "plot_latency_box"
12550   output-file-type: ".html"
12551   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12552   data: "plot-dpdk-throughput-latency-3n-hsw"
12553   filter: "'NIC_Intel-X710' and
12554            '64B' and
12555            'BASE' and
12556            'NDRPDR' and
12557            '2T2C' and
12558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12559   parameters:
12560   - "latency"
12561   - "parent"
12562   traces:
12563     hoverinfo: "x+y"
12564     boxpoints: "outliers"
12565     whiskerwidth: 0
12566   layout:
12567     title: ""  # No title
12568     layout: "plot-latency"
12569
12570 # Packet Latency - DPDK testpmd 3n-hsw-xl710
12571 -
12572   type: "plot"
12573   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12574   algorithm: "plot_latency_box"
12575   output-file-type: ".html"
12576   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12577   data: "plot-dpdk-throughput-latency-3n-hsw"
12578   filter: "'NIC_Intel-XL710' and
12579            '64B' and
12580            'BASE' and
12581            'NDRPDR' and
12582            '1T1C' and
12583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12584   parameters:
12585   - "latency"
12586   - "parent"
12587   traces:
12588     hoverinfo: "x+y"
12589     boxpoints: "outliers"
12590     whiskerwidth: 0
12591   layout:
12592     title: ""  # No title
12593     layout: "plot-latency"
12594
12595 -
12596   type: "plot"
12597   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12598   algorithm: "plot_latency_box"
12599   output-file-type: ".html"
12600   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12601   data: "plot-dpdk-throughput-latency-3n-hsw"
12602   filter: "'NIC_Intel-XL710' and
12603            '64B' and
12604            'BASE' and
12605            'NDRPDR' and
12606            '2T2C' and
12607            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12608   parameters:
12609   - "latency"
12610   - "parent"
12611   traces:
12612     hoverinfo: "x+y"
12613     boxpoints: "outliers"
12614     whiskerwidth: 0
12615   layout:
12616     title: ""  # No title
12617     layout: "plot-latency"
12618
12619 # Packet Latency - DPDK testpmd 3n-skx-x710
12620 -
12621   type: "plot"
12622   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12623   algorithm: "plot_latency_box"
12624   output-file-type: ".html"
12625   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12626   data: "plot-dpdk-throughput-latency-3n-skx"
12627   filter: "'NIC_Intel-X710' and
12628            '64B' and
12629            'BASE' and
12630            'NDRPDR' and
12631            '2T1C' and
12632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12633   parameters:
12634   - "latency"
12635   - "parent"
12636   traces:
12637     hoverinfo: "x+y"
12638     boxpoints: "outliers"
12639     whiskerwidth: 0
12640   layout:
12641     title: ""  # No title
12642     layout: "plot-latency"
12643
12644 -
12645   type: "plot"
12646   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12647   algorithm: "plot_latency_box"
12648   output-file-type: ".html"
12649   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12650   data: "plot-dpdk-throughput-latency-3n-skx"
12651   filter: "'NIC_Intel-X710' and
12652            '64B' and
12653            'BASE' and
12654            'NDRPDR' and
12655            '4T2C' and
12656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12657   parameters:
12658   - "latency"
12659   - "parent"
12660   traces:
12661     hoverinfo: "x+y"
12662     boxpoints: "outliers"
12663     whiskerwidth: 0
12664   layout:
12665     title: ""  # No title
12666     layout: "plot-latency"
12667
12668 # Packet Latency - DPDK testpmd 3n-skx-xxv710
12669 -
12670   type: "plot"
12671   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12672   algorithm: "plot_latency_box"
12673   output-file-type: ".html"
12674   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12675   data: "plot-dpdk-throughput-latency-3n-skx"
12676   filter: "'NIC_Intel-XXV710' and
12677            '64B' and
12678            'BASE' and
12679            'NDRPDR' and
12680            '2T1C' and
12681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12682   parameters:
12683   - "latency"
12684   - "parent"
12685   traces:
12686     hoverinfo: "x+y"
12687     boxpoints: "outliers"
12688     whiskerwidth: 0
12689   layout:
12690     title: ""  # No title
12691     layout: "plot-latency"
12692
12693 -
12694   type: "plot"
12695   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12696   algorithm: "plot_latency_box"
12697   output-file-type: ".html"
12698   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12699   data: "plot-dpdk-throughput-latency-3n-skx"
12700   filter: "'NIC_Intel-XXV710' and
12701            '64B' and
12702            'BASE' and
12703            'NDRPDR' and
12704            '4T2C' and
12705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12706   parameters:
12707   - "latency"
12708   - "parent"
12709   traces:
12710     hoverinfo: "x+y"
12711     boxpoints: "outliers"
12712     whiskerwidth: 0
12713   layout:
12714     title: ""  # No title
12715     layout: "plot-latency"
12716
12717 # Packet Latency - DPDK testpmd 2n-skx-x710
12718 -
12719   type: "plot"
12720   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12721   algorithm: "plot_latency_box"
12722   output-file-type: ".html"
12723   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12724   data: "plot-dpdk-throughput-latency-2n-skx"
12725   filter: "'NIC_Intel-X710' and
12726            '64B' and
12727            'BASE' and
12728            'NDRPDR' and
12729            '2T1C' and
12730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12731   parameters:
12732   - "latency"
12733   - "parent"
12734   traces:
12735     hoverinfo: "x+y"
12736     boxpoints: "outliers"
12737     whiskerwidth: 0
12738   layout:
12739     title: ""  # No title
12740     layout: "plot-latency"
12741
12742 -
12743   type: "plot"
12744   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12745   algorithm: "plot_latency_box"
12746   output-file-type: ".html"
12747   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12748   data: "plot-dpdk-throughput-latency-2n-skx"
12749   filter: "'NIC_Intel-X710' and
12750            '64B' and
12751            'BASE' and
12752            'NDRPDR' and
12753            '4T2C' and
12754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12755   parameters:
12756   - "latency"
12757   - "parent"
12758   traces:
12759     hoverinfo: "x+y"
12760     boxpoints: "outliers"
12761     whiskerwidth: 0
12762   layout:
12763     title: ""  # No title
12764     layout: "plot-latency"
12765
12766 # Packet Latency - DPDK testpmd 2n-skx-xxv710
12767 -
12768   type: "plot"
12769   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12770   algorithm: "plot_latency_box"
12771   output-file-type: ".html"
12772   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12773   data: "plot-dpdk-throughput-latency-2n-skx"
12774   filter: "'NIC_Intel-XXV710' and
12775            '64B' and
12776            'BASE' and
12777            'NDRPDR' and
12778            '2T1C' and
12779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12780   parameters:
12781   - "latency"
12782   - "parent"
12783   traces:
12784     hoverinfo: "x+y"
12785     boxpoints: "outliers"
12786     whiskerwidth: 0
12787   layout:
12788     title: ""  # No title
12789     layout: "plot-latency"
12790
12791 -
12792   type: "plot"
12793   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12794   algorithm: "plot_latency_box"
12795   output-file-type: ".html"
12796   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12797   data: "plot-dpdk-throughput-latency-2n-skx"
12798   filter: "'NIC_Intel-XXV710' and
12799            '64B' and
12800            'BASE' and
12801            'NDRPDR' and
12802            '4T2C' and
12803            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12804   parameters:
12805   - "latency"
12806   - "parent"
12807   traces:
12808     hoverinfo: "x+y"
12809     boxpoints: "outliers"
12810     whiskerwidth: 0
12811   layout:
12812     title: ""  # No title
12813     layout: "plot-latency"
12814
12815 ################################################################################
12816
12817 # Speedup - VPP Container Memif 3n-hsw-x520
12818 -
12819   type: "plot"
12820   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12821   algorithm: "plot_throughput_speedup_analysis"
12822   output-file-type: ".html"
12823   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12824   data: "plot-throughput-speedup-analysis-3n-hsw"
12825   filter: "'NIC_Intel-X520-DA2' and
12826            '64B' and
12827            ('BASE' or 'SCALE') and
12828            'NDRPDR' and
12829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12830            not 'VHOST' and
12831            'MEMIF'"
12832   parameters:
12833   - "throughput"
12834   - "parent"
12835   - "tags"
12836   layout:
12837     title: ""  # No title
12838     layout: "plot-throughput-speedup-analysis"
12839
12840 -
12841   type: "plot"
12842   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12843   algorithm: "plot_throughput_speedup_analysis"
12844   output-file-type: ".html"
12845   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12846   data: "plot-throughput-speedup-analysis-3n-hsw"
12847   filter: "'NIC_Intel-X520-DA2' and
12848            '64B' and
12849            ('BASE' or 'SCALE') and
12850            'NDRPDR' and
12851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12852            not 'VHOST' and
12853            'MEMIF'"
12854   parameters:
12855   - "throughput"
12856   - "parent"
12857   - "tags"
12858   layout:
12859     title: ""  # No title
12860     layout: "plot-throughput-speedup-analysis"
12861
12862 # Speedup - VPP Container Memif 3n-hsw-x710
12863 -
12864   type: "plot"
12865   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12866   algorithm: "plot_throughput_speedup_analysis"
12867   output-file-type: ".html"
12868   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12869   data: "plot-throughput-speedup-analysis-3n-hsw"
12870   filter: "'NIC_Intel-X710' and
12871            '64B' and
12872            ('BASE' or 'SCALE') and
12873            'NDRPDR' and
12874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12875            not 'VHOST' and
12876            'MEMIF'"
12877   parameters:
12878   - "throughput"
12879   - "parent"
12880   - "tags"
12881   layout:
12882     title: ""  # No title
12883     layout: "plot-throughput-speedup-analysis"
12884
12885 -
12886   type: "plot"
12887   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12888   algorithm: "plot_throughput_speedup_analysis"
12889   output-file-type: ".html"
12890   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12891   data: "plot-throughput-speedup-analysis-3n-hsw"
12892   filter: "'NIC_Intel-X710' and
12893            '64B' and
12894            ('BASE' or 'SCALE') and
12895            'NDRPDR' and
12896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12897            not 'VHOST' and
12898            'MEMIF'"
12899   parameters:
12900   - "throughput"
12901   - "parent"
12902   - "tags"
12903   layout:
12904     title: ""  # No title
12905     layout: "plot-throughput-speedup-analysis"
12906
12907 # Speedup - VPP Container Memif 3n-hsw-xl710
12908 -
12909   type: "plot"
12910   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12911   algorithm: "plot_throughput_speedup_analysis"
12912   output-file-type: ".html"
12913   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12914   data: "plot-throughput-speedup-analysis-3n-hsw"
12915   filter: "'NIC_Intel-XL710' and
12916            '64B' and
12917            ('BASE' or 'SCALE') and
12918            'NDRPDR' and
12919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12920            not 'VHOST' and
12921            'MEMIF'"
12922   parameters:
12923   - "throughput"
12924   - "parent"
12925   - "tags"
12926   layout:
12927     title: ""  # No title
12928     layout: "plot-throughput-speedup-analysis"
12929
12930 -
12931   type: "plot"
12932   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12933   algorithm: "plot_throughput_speedup_analysis"
12934   output-file-type: ".html"
12935   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12936   data: "plot-throughput-speedup-analysis-3n-hsw"
12937   filter: "'NIC_Intel-XL710' and
12938            '64B' and
12939            ('BASE' or 'SCALE') and
12940            'NDRPDR' and
12941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12942            not 'VHOST' and
12943            'MEMIF'"
12944   parameters:
12945   - "throughput"
12946   - "parent"
12947   - "tags"
12948   layout:
12949     title: ""  # No title
12950     layout: "plot-throughput-speedup-analysis"
12951
12952 # Speedup - VPP Container Memif 3n-skx-x710
12953 -
12954   type: "plot"
12955   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12956   algorithm: "plot_throughput_speedup_analysis"
12957   output-file-type: ".html"
12958   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12959   data: "plot-throughput-speedup-analysis-3n-skx"
12960   filter: "'NIC_Intel-X710' and
12961            '64B' and
12962            ('BASE' or 'SCALE') and
12963            'NDRPDR' and
12964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12965            not 'VHOST' and
12966            'MEMIF'"
12967   parameters:
12968   - "throughput"
12969   - "parent"
12970   - "tags"
12971   layout:
12972     title: ""  # No title
12973     layout: "plot-throughput-speedup-analysis"
12974
12975 -
12976   type: "plot"
12977   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12978   algorithm: "plot_throughput_speedup_analysis"
12979   output-file-type: ".html"
12980   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12981   data: "plot-throughput-speedup-analysis-3n-skx"
12982   filter: "'NIC_Intel-X710' and
12983            '64B' and
12984            ('BASE' or 'SCALE') and
12985            'NDRPDR' and
12986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12987            not 'VHOST' and
12988             'MEMIF'"
12989   parameters:
12990   - "throughput"
12991   - "parent"
12992   - "tags"
12993   layout:
12994     title: ""  # No title
12995     layout: "plot-throughput-speedup-analysis"
12996
12997 ################################################################################
12998
12999 # Speedup - VPP Container k8s memif 3n-hsw-x520
13000 -
13001   type: "plot"
13002   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13003   algorithm: "plot_throughput_speedup_analysis"
13004   output-file-type: ".html"
13005   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13006   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13007   filter: "'NIC_Intel-X520-DA2' and
13008            '64B' and
13009            ('BASE' or 'SCALE') and
13010            'NDRPDR' and
13011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13012            not 'VHOST' and
13013            'MEMIF'"
13014   parameters:
13015   - "throughput"
13016   - "parent"
13017   - "tags"
13018   layout:
13019     title: ""  # No title
13020     layout: "plot-throughput-speedup-analysis"
13021
13022 -
13023   type: "plot"
13024   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13025   algorithm: "plot_throughput_speedup_analysis"
13026   output-file-type: ".html"
13027   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13028   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13029   filter: "'NIC_Intel-X520-DA2' and
13030            '64B' and
13031            ('BASE' or 'SCALE') and
13032            'NDRPDR' and
13033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13034            not 'VHOST' and
13035            'MEMIF'"
13036   parameters:
13037   - "throughput"
13038   - "parent"
13039   - "tags"
13040   layout:
13041     title: ""  # No title
13042     layout: "plot-throughput-speedup-analysis"
13043
13044 # Speedup - VPP Container Memif 3n-hsw-x710
13045 -
13046   type: "plot"
13047   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13048   algorithm: "plot_throughput_speedup_analysis"
13049   output-file-type: ".html"
13050   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13051   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13052   filter: "'NIC_Intel-X710' and
13053            '64B' and
13054            ('BASE' or 'SCALE') and
13055            'NDRPDR' and
13056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13057            not 'VHOST' and
13058            'MEMIF'"
13059   parameters:
13060   - "throughput"
13061   - "parent"
13062   - "tags"
13063   layout:
13064     title: ""  # No title
13065     layout: "plot-throughput-speedup-analysis"
13066
13067 -
13068   type: "plot"
13069   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13070   algorithm: "plot_throughput_speedup_analysis"
13071   output-file-type: ".html"
13072   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13073   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13074   filter: "'NIC_Intel-X710' and
13075            '64B' and
13076            ('BASE' or 'SCALE') and
13077            'NDRPDR' and
13078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13079            not 'VHOST' and
13080            'MEMIF'"
13081   parameters:
13082   - "throughput"
13083   - "parent"
13084   - "tags"
13085   layout:
13086     title: ""  # No title
13087     layout: "plot-throughput-speedup-analysis"
13088
13089 ################################################################################
13090
13091 # Speedup - VPP IPv4 3n-hsw-x520
13092 -
13093   type: "plot"
13094   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13095   algorithm: "plot_throughput_speedup_analysis"
13096   output-file-type: ".html"
13097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13098   data: "plot-throughput-speedup-analysis-3n-hsw"
13099   filter: "'NIC_Intel-X520-DA2' and
13100            '64B' and
13101            ('BASE' or 'SCALE') and
13102            'NDRPDR' and
13103            'IP4FWD' and
13104            not 'IPSEC' and
13105            not 'VHOST'"
13106   parameters:
13107   - "throughput"
13108   - "parent"
13109   - "tags"
13110   layout:
13111     title: ""  # No title
13112     layout: "plot-throughput-speedup-analysis"
13113
13114 -
13115   type: "plot"
13116   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13117   algorithm: "plot_throughput_speedup_analysis"
13118   output-file-type: ".html"
13119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13120   data: "plot-throughput-speedup-analysis-3n-hsw"
13121   filter: "'NIC_Intel-X520-DA2' and
13122            '64B' and
13123            ('BASE' or 'SCALE') and
13124            'NDRPDR' and
13125            'IP4FWD' and
13126            not 'IPSEC' and
13127            not 'VHOST'"
13128   parameters:
13129   - "throughput"
13130   - "parent"
13131   - "tags"
13132   layout:
13133     title: ""  # No title
13134     layout: "plot-throughput-speedup-analysis"
13135
13136 -
13137   type: "plot"
13138   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
13139   algorithm: "plot_throughput_speedup_analysis"
13140   output-file-type: ".html"
13141   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
13142   data: "plot-throughput-speedup-analysis-3n-hsw"
13143   filter: "'NIC_Intel-X520-DA2' and
13144            '64B' and
13145            'FEATURE' and
13146            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13147            'NDRPDR' and
13148            'IP4FWD' and
13149            not 'IPSEC' and
13150            not 'VHOST'"
13151   parameters:
13152   - "throughput"
13153   - "parent"
13154   - "tags"
13155   layout:
13156     title: ""  # No title
13157     layout: "plot-throughput-speedup-analysis"
13158
13159 -
13160   type: "plot"
13161   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
13162   algorithm: "plot_throughput_speedup_analysis"
13163   output-file-type: ".html"
13164   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
13165   data: "plot-throughput-speedup-analysis-3n-hsw"
13166   filter: "'NIC_Intel-X520-DA2' and
13167            '64B' and
13168            'FEATURE' and
13169            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13170            'NDRPDR' and
13171            'IP4FWD' and
13172            not 'IPSEC' and
13173            not 'VHOST'"
13174   parameters:
13175   - "throughput"
13176   - "parent"
13177   - "tags"
13178   layout:
13179     title: ""  # No title
13180     layout: "plot-throughput-speedup-analysis"
13181
13182 # Speedup - VPP IPv4 3n-hsw-x710
13183 -
13184   type: "plot"
13185   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13186   algorithm: "plot_throughput_speedup_analysis"
13187   output-file-type: ".html"
13188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13189   data: "plot-throughput-speedup-analysis-3n-hsw"
13190   filter: "'NIC_Intel-X710' and
13191            '64B' and
13192            ('BASE' or 'SCALE') and
13193            'NDRPDR' and
13194            'IP4FWD' and
13195            not 'IPSEC' and
13196            not 'VHOST'"
13197   parameters:
13198   - "throughput"
13199   - "parent"
13200   - "tags"
13201   layout:
13202     title: ""  # No title
13203     layout: "plot-throughput-speedup-analysis"
13204
13205 -
13206   type: "plot"
13207   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13208   algorithm: "plot_throughput_speedup_analysis"
13209   output-file-type: ".html"
13210   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13211   data: "plot-throughput-speedup-analysis-3n-hsw"
13212   filter: "'NIC_Intel-X710' and
13213            '64B' and
13214            ('BASE' or 'SCALE') and
13215            'NDRPDR' and
13216            'IP4FWD' and
13217            not 'IPSEC' and
13218            not 'VHOST'"
13219   parameters:
13220   - "throughput"
13221   - "parent"
13222   - "tags"
13223   layout:
13224     title: ""  # No title
13225     layout: "plot-throughput-speedup-analysis"
13226
13227 -
13228   type: "plot"
13229   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
13230   algorithm: "plot_throughput_speedup_analysis"
13231   output-file-type: ".html"
13232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
13233   data: "plot-throughput-speedup-analysis-3n-hsw"
13234   filter: "'NIC_Intel-X710' and
13235            '64B' and
13236            'FEATURE' and
13237            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13238            'NDRPDR' and
13239            'IP4FWD' and
13240            not 'IPSEC' and
13241            not 'VHOST'"
13242   parameters:
13243   - "throughput"
13244   - "parent"
13245   - "tags"
13246   layout:
13247     title: ""  # No title
13248     layout: "plot-throughput-speedup-analysis"
13249
13250 -
13251   type: "plot"
13252   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
13253   algorithm: "plot_throughput_speedup_analysis"
13254   output-file-type: ".html"
13255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
13256   data: "plot-throughput-speedup-analysis-3n-hsw"
13257   filter: "'NIC_Intel-X710' and
13258            '64B' and
13259            'FEATURE' and
13260            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13261            'NDRPDR' and
13262            'IP4FWD' and
13263            not 'IPSEC' and
13264            not 'VHOST'"
13265   parameters:
13266   - "throughput"
13267   - "parent"
13268   - "tags"
13269   layout:
13270     title: ""  # No title
13271     layout: "plot-throughput-speedup-analysis"
13272
13273 # Speedup - VPP IPv4 3n-hsw-xl710
13274 -
13275   type: "plot"
13276   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13277   algorithm: "plot_throughput_speedup_analysis"
13278   output-file-type: ".html"
13279   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13280   data: "plot-throughput-speedup-analysis-3n-hsw"
13281   filter: "'NIC_Intel-XL710' and
13282            '64B' and
13283            ('BASE' or 'SCALE') and
13284            'NDRPDR' and
13285            'IP4FWD' and
13286            not 'IPSEC' and
13287            not 'VHOST'"
13288   parameters:
13289   - "throughput"
13290   - "parent"
13291   - "tags"
13292   layout:
13293     title: ""  # No title
13294     layout: "plot-throughput-speedup-analysis"
13295
13296 -
13297   type: "plot"
13298   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13299   algorithm: "plot_throughput_speedup_analysis"
13300   output-file-type: ".html"
13301   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13302   data: "plot-throughput-speedup-analysis-3n-hsw"
13303   filter: "'NIC_Intel-XL710' and
13304            '64B' and
13305            ('BASE' or 'SCALE') and
13306            'NDRPDR' and
13307            'IP4FWD' and
13308            not 'IPSEC' and
13309            not 'VHOST'"
13310   parameters:
13311   - "throughput"
13312   - "parent"
13313   - "tags"
13314   layout:
13315     title: ""  # No title
13316     layout: "plot-throughput-speedup-analysis"
13317
13318 # Speedup - VPP IPv4 3n-skx-x710
13319 -
13320   type: "plot"
13321   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13322   algorithm: "plot_throughput_speedup_analysis"
13323   output-file-type: ".html"
13324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13325   data: "plot-throughput-speedup-analysis-3n-skx"
13326   filter: "'NIC_Intel-X710' and
13327            '64B' and
13328            ('BASE' or 'SCALE') and
13329            'NDRPDR' and
13330            'IP4FWD' and
13331            not 'IPSEC' and
13332            not 'VHOST'"
13333   parameters:
13334   - "throughput"
13335   - "parent"
13336   - "tags"
13337   layout:
13338     title: ""  # No title
13339     layout: "plot-throughput-speedup-analysis"
13340
13341 -
13342   type: "plot"
13343   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13344   algorithm: "plot_throughput_speedup_analysis"
13345   output-file-type: ".html"
13346   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13347   data: "plot-throughput-speedup-analysis-3n-skx"
13348   filter: "'NIC_Intel-X710' and
13349            '64B' and
13350            ('BASE' or 'SCALE') and
13351            'NDRPDR' and
13352            'IP4FWD' and
13353            not 'IPSEC' and
13354            not 'VHOST'"
13355   parameters:
13356   - "throughput"
13357   - "parent"
13358   - "tags"
13359   layout:
13360     title: ""  # No title
13361     layout: "plot-throughput-speedup-analysis"
13362
13363 -
13364   type: "plot"
13365   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
13366   algorithm: "plot_throughput_speedup_analysis"
13367   output-file-type: ".html"
13368   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
13369   data: "plot-throughput-speedup-analysis-3n-skx"
13370   filter: "'NIC_Intel-X710' and
13371            '64B' and
13372            'FEATURE' and
13373            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13374            'NDRPDR' and
13375            'IP4FWD' and
13376            not 'IPSEC' and
13377            not 'VHOST'"
13378   parameters:
13379   - "throughput"
13380   - "parent"
13381   - "tags"
13382   layout:
13383     title: ""  # No title
13384     layout: "plot-throughput-speedup-analysis"
13385
13386 -
13387   type: "plot"
13388   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
13389   algorithm: "plot_throughput_speedup_analysis"
13390   output-file-type: ".html"
13391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
13392   data: "plot-throughput-speedup-analysis-3n-skx"
13393   filter: "'NIC_Intel-X710' and
13394            '64B' and
13395            'FEATURE' and
13396            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13397            'NDRPDR' and
13398            'IP4FWD' and
13399            not 'IPSEC' and
13400            not 'VHOST'"
13401   parameters:
13402   - "throughput"
13403   - "parent"
13404   - "tags"
13405   layout:
13406     title: ""  # No title
13407     layout: "plot-throughput-speedup-analysis"
13408
13409 # Speedup - VPP IPv4 3n-skx-xxv710
13410 -
13411   type: "plot"
13412   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13413   algorithm: "plot_throughput_speedup_analysis"
13414   output-file-type: ".html"
13415   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13416   data: "plot-throughput-speedup-analysis-3n-skx"
13417   filter: "'NIC_Intel-XXV710' and
13418            '64B' and
13419            ('BASE' or 'SCALE') and
13420            'NDRPDR' and
13421            'IP4FWD' and
13422            not 'IPSEC' and
13423            not 'VHOST'"
13424   parameters:
13425   - "throughput"
13426   - "parent"
13427   - "tags"
13428   layout:
13429     title: ""  # No title
13430     layout: "plot-throughput-speedup-analysis"
13431
13432 -
13433   type: "plot"
13434   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13435   algorithm: "plot_throughput_speedup_analysis"
13436   output-file-type: ".html"
13437   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13438   data: "plot-throughput-speedup-analysis-3n-skx"
13439   filter: "'NIC_Intel-XXV710' and
13440            '64B' and
13441            ('BASE' or 'SCALE') and
13442            'NDRPDR' and
13443            'IP4FWD' and
13444            not 'IPSEC' and
13445            not 'VHOST'"
13446   parameters:
13447   - "throughput"
13448   - "parent"
13449   - "tags"
13450   layout:
13451     title: ""  # No title
13452     layout: "plot-throughput-speedup-analysis"
13453
13454 -
13455   type: "plot"
13456   title: "Speedup: ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13457   algorithm: "plot_throughput_speedup_analysis"
13458   output-file-type: ".html"
13459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13460   data: "plot-throughput-speedup-analysis-3n-skx"
13461   filter: "'NIC_Intel-XXV710' and
13462            '64B' and
13463            'FEATURE' and
13464            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13465            'NDRPDR' and
13466            'IP4FWD' and
13467            not 'IPSEC' and
13468            not 'VHOST'"
13469   parameters:
13470   - "throughput"
13471   - "parent"
13472   - "tags"
13473   layout:
13474     title: ""  # No title
13475     layout: "plot-throughput-speedup-analysis"
13476
13477 -
13478   type: "plot"
13479   title: "Speedup: ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13480   algorithm: "plot_throughput_speedup_analysis"
13481   output-file-type: ".html"
13482   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13483   data: "plot-throughput-speedup-analysis-3n-skx"
13484   filter: "'NIC_Intel-XXV710' and
13485            '64B' and
13486            'FEATURE' and
13487            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13488            'NDRPDR' and
13489            'IP4FWD' and
13490            not 'IPSEC' and
13491            not 'VHOST'"
13492   parameters:
13493   - "throughput"
13494   - "parent"
13495   - "tags"
13496   layout:
13497     title: ""  # No title
13498     layout: "plot-throughput-speedup-analysis"
13499
13500 # Speedup - VPP IPv4 2n-skx-x710
13501 -
13502   type: "plot"
13503   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13504   algorithm: "plot_throughput_speedup_analysis"
13505   output-file-type: ".html"
13506   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13507   data: "plot-throughput-speedup-analysis-2n-skx"
13508   filter: "'NIC_Intel-X710' and
13509            '64B' and
13510            ('BASE' or 'SCALE') and
13511            'NDRPDR' and
13512            'IP4FWD' and
13513            not 'IPSEC' and
13514            not 'VHOST'"
13515   parameters:
13516   - "throughput"
13517   - "parent"
13518   - "tags"
13519   layout:
13520     title: ""  # No title
13521     layout: "plot-throughput-speedup-analysis"
13522
13523 -
13524   type: "plot"
13525   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13526   algorithm: "plot_throughput_speedup_analysis"
13527   output-file-type: ".html"
13528   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13529   data: "plot-throughput-speedup-analysis-2n-skx"
13530   filter: "'NIC_Intel-X710' and
13531            '64B' and
13532            ('BASE' or 'SCALE') and
13533            'NDRPDR' and
13534            'IP4FWD' and
13535            not 'IPSEC' and
13536            not 'VHOST'"
13537   parameters:
13538   - "throughput"
13539   - "parent"
13540   - "tags"
13541   layout:
13542     title: ""  # No title
13543     layout: "plot-throughput-speedup-analysis"
13544
13545 # Speedup - VPP IPv4 2n-skx-xxv710
13546 -
13547   type: "plot"
13548   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13549   algorithm: "plot_throughput_speedup_analysis"
13550   output-file-type: ".html"
13551   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13552   data: "plot-throughput-speedup-analysis-2n-skx"
13553   filter: "'NIC_Intel-XXV710' and
13554            '64B' and
13555            ('BASE' or 'SCALE') and
13556            'NDRPDR' and
13557            'IP4FWD' and
13558            not 'IPSEC' and
13559            not 'VHOST'"
13560   parameters:
13561   - "throughput"
13562   - "parent"
13563   - "tags"
13564   layout:
13565     title: ""  # No title
13566     layout: "plot-throughput-speedup-analysis"
13567
13568 -
13569   type: "plot"
13570   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13571   algorithm: "plot_throughput_speedup_analysis"
13572   output-file-type: ".html"
13573   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13574   data: "plot-throughput-speedup-analysis-2n-skx"
13575   filter: "'NIC_Intel-XXV710' and
13576            '64B' and
13577            ('BASE' or 'SCALE') and
13578            'NDRPDR' and
13579            'IP4FWD' and
13580            not 'IPSEC' and
13581            not 'VHOST'"
13582   parameters:
13583   - "throughput"
13584   - "parent"
13585   - "tags"
13586   layout:
13587     title: ""  # No title
13588     layout: "plot-throughput-speedup-analysis"
13589
13590 ################################################################################
13591
13592 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
13593 -
13594   type: "plot"
13595   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13596   algorithm: "plot_throughput_speedup_analysis"
13597   output-file-type: ".html"
13598   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13599   data: "plot-throughput-speedup-analysis-3n-hsw"
13600   filter: "'NIC_Intel-X520-DA2' and
13601            '64B' and
13602            'ENCAP' and
13603            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13604            'NDRPDR' and
13605            'IP4FWD' and
13606            not 'IPSEC' and
13607            not 'VHOST'"
13608   parameters:
13609   - "throughput"
13610   - "parent"
13611   - "tags"
13612   layout:
13613     title: ""  # No title
13614     layout: "plot-throughput-speedup-analysis"
13615
13616 -
13617   type: "plot"
13618   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13619   algorithm: "plot_throughput_speedup_analysis"
13620   output-file-type: ".html"
13621   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13622   data: "plot-throughput-speedup-analysis-3n-hsw"
13623   filter: "'NIC_Intel-X520-DA2' and
13624            '64B' and
13625            'ENCAP' and
13626            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13627            'NDRPDR' and
13628            'IP4FWD' and
13629            not 'IPSEC' and
13630            not 'VHOST'"
13631   parameters:
13632   - "throughput"
13633   - "parent"
13634   - "tags"
13635   layout:
13636     title: ""  # No title
13637     layout: "plot-throughput-speedup-analysis"
13638
13639 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
13640 -
13641   type: "plot"
13642   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13643   algorithm: "plot_throughput_speedup_analysis"
13644   output-file-type: ".html"
13645   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13646   data: "plot-throughput-speedup-analysis-3n-hsw"
13647   filter: "'NIC_Intel-X710' and
13648            '64B' and
13649            'ENCAP' and
13650            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13651            'NDRPDR' and
13652            'IP4FWD' and
13653            not 'IPSEC' and
13654            not 'VHOST'"
13655   parameters:
13656   - "throughput"
13657   - "parent"
13658   - "tags"
13659   layout:
13660     title: ""  # No title
13661     layout: "plot-throughput-speedup-analysis"
13662
13663 -
13664   type: "plot"
13665   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13666   algorithm: "plot_throughput_speedup_analysis"
13667   output-file-type: ".html"
13668   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13669   data: "plot-throughput-speedup-analysis-3n-hsw"
13670   filter: "'NIC_Intel-X710' and
13671            '64B' and
13672            'ENCAP' and
13673            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13674            'NDRPDR' and
13675            'IP4FWD' and
13676            not 'IPSEC' and
13677            not 'VHOST'"
13678   parameters:
13679   - "throughput"
13680   - "parent"
13681   - "tags"
13682   layout:
13683     title: ""  # No title
13684     layout: "plot-throughput-speedup-analysis"
13685
13686 # Speedup - VPP IPv4 Tunnels 3n-hsw-xl710
13687 -
13688   type: "plot"
13689   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13690   algorithm: "plot_throughput_speedup_analysis"
13691   output-file-type: ".html"
13692   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13693   data: "plot-throughput-speedup-analysis-3n-hsw"
13694   filter: "'NIC_Intel-XL710' and
13695            '64B' and
13696            'ENCAP' and
13697            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13698            'NDRPDR' and
13699            'IP4FWD' and
13700            not 'IPSEC' and
13701            not 'VHOST'"
13702   parameters:
13703   - "throughput"
13704   - "parent"
13705   - "tags"
13706   layout:
13707     title: ""  # No title
13708     layout: "plot-throughput-speedup-analysis"
13709
13710 -
13711   type: "plot"
13712   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13713   algorithm: "plot_throughput_speedup_analysis"
13714   output-file-type: ".html"
13715   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13716   data: "plot-throughput-speedup-analysis-3n-hsw"
13717   filter: "'NIC_Intel-XL710' and
13718            '64B' and
13719            'ENCAP' and
13720            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13721            'NDRPDR' and
13722            'IP4FWD' and
13723            not 'IPSEC' and
13724            not 'VHOST'"
13725   parameters:
13726   - "throughput"
13727   - "parent"
13728   - "tags"
13729   layout:
13730     title: ""  # No title
13731     layout: "plot-throughput-speedup-analysis"
13732
13733 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
13734 -
13735   type: "plot"
13736   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13737   algorithm: "plot_throughput_speedup_analysis"
13738   output-file-type: ".html"
13739   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13740   data: "plot-throughput-speedup-analysis-3n-skx"
13741   filter: "'NIC_Intel-X710' and
13742            '64B' and
13743            'ENCAP' and
13744            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13745            'NDRPDR' and
13746            'IP4FWD' and
13747            not 'IPSEC' and
13748            not 'VHOST'"
13749   parameters:
13750   - "throughput"
13751   - "parent"
13752   - "tags"
13753   layout:
13754     title: ""  # No title
13755     layout: "plot-throughput-speedup-analysis"
13756
13757 -
13758   type: "plot"
13759   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13760   algorithm: "plot_throughput_speedup_analysis"
13761   output-file-type: ".html"
13762   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13763   data: "plot-throughput-speedup-analysis-3n-skx"
13764   filter: "'NIC_Intel-X710' and
13765            '64B' and
13766            'ENCAP' and
13767            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13768            'NDRPDR' and
13769            'IP4FWD' and
13770            not 'IPSEC' and
13771            not 'VHOST'"
13772   parameters:
13773   - "throughput"
13774   - "parent"
13775   - "tags"
13776   layout:
13777     title: ""  # No title
13778     layout: "plot-throughput-speedup-analysis"
13779
13780 ################################################################################
13781
13782 # Speedup - VPP IPv6 3n-hsw-x520
13783 -
13784   type: "plot"
13785   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
13786   algorithm: "plot_throughput_speedup_analysis"
13787   output-file-type: ".html"
13788   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
13789   data: "plot-throughput-speedup-analysis-3n-hsw"
13790   filter: "'NIC_Intel-X520-DA2' and
13791            '78B' and
13792            ('BASE' or 'SCALE') and
13793            'NDRPDR' and
13794            'IP6FWD' and
13795            not 'SRv6' and
13796            not 'IPSEC' and
13797            not 'VHOST'"
13798   parameters:
13799   - "throughput"
13800   - "parent"
13801   - "tags"
13802   layout:
13803     title: ""  # No title
13804     layout: "plot-throughput-speedup-analysis"
13805
13806 -
13807   type: "plot"
13808   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
13809   algorithm: "plot_throughput_speedup_analysis"
13810   output-file-type: ".html"
13811   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
13812   data: "plot-throughput-speedup-analysis-3n-hsw"
13813   filter: "'NIC_Intel-X520-DA2' and
13814            '78B' and
13815            ('BASE' or 'SCALE') and
13816            'NDRPDR' and
13817            'IP6FWD' and
13818            not 'SRv6' and
13819            not 'IPSEC' and
13820            not 'VHOST'"
13821   parameters:
13822   - "throughput"
13823   - "parent"
13824   - "tags"
13825   layout:
13826     title: ""  # No title
13827     layout: "plot-throughput-speedup-analysis"
13828
13829 -
13830   type: "plot"
13831   title: "Speedup: ip6-3n-hsw-x520-78b-features-ndr-tsa"
13832   algorithm: "plot_throughput_speedup_analysis"
13833   output-file-type: ".html"
13834   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-ndr-tsa"
13835   data: "plot-throughput-speedup-analysis-3n-hsw"
13836   filter: "'NIC_Intel-X520-DA2' and
13837            '78B' and
13838            'FEATURE' and
13839            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13840            'NDRPDR' and
13841            'IP6FWD' and
13842            not 'SRv6' and
13843            not 'IPSEC' and
13844            not 'VHOST'"
13845   parameters:
13846   - "throughput"
13847   - "parent"
13848   - "tags"
13849   layout:
13850     title: ""  # No title
13851     layout: "plot-throughput-speedup-analysis"
13852
13853 -
13854   type: "plot"
13855   title: "Speedup: ip6-3n-hsw-x520-78b-features-pdr-tsa"
13856   algorithm: "plot_throughput_speedup_analysis"
13857   output-file-type: ".html"
13858   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-pdr-tsa"
13859   data: "plot-throughput-speedup-analysis-3n-hsw"
13860   filter: "'NIC_Intel-X520-DA2' and
13861            '78B' and
13862            'FEATURE' and
13863            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13864            'NDRPDR' and
13865            'IP6FWD' and
13866            not 'SRv6' and
13867            not 'IPSEC' and
13868            not 'VHOST'"
13869   parameters:
13870   - "throughput"
13871   - "parent"
13872   - "tags"
13873   layout:
13874     title: ""  # No title
13875     layout: "plot-throughput-speedup-analysis"
13876
13877 # Speedup - VPP IPv6 3n-hsw-x710
13878 -
13879   type: "plot"
13880   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
13881   algorithm: "plot_throughput_speedup_analysis"
13882   output-file-type: ".html"
13883   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
13884   data: "plot-throughput-speedup-analysis-3n-hsw"
13885   filter: "'NIC_Intel-X710' and
13886            '78B' and
13887            ('BASE' or 'SCALE') and
13888            'NDRPDR' and
13889            'IP6FWD' and
13890            not 'SRv6' and
13891            not 'IPSEC' and
13892            not 'VHOST'"
13893   parameters:
13894   - "throughput"
13895   - "parent"
13896   - "tags"
13897   layout:
13898     title: ""  # No title
13899     layout: "plot-throughput-speedup-analysis"
13900
13901 -
13902   type: "plot"
13903   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
13904   algorithm: "plot_throughput_speedup_analysis"
13905   output-file-type: ".html"
13906   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
13907   data: "plot-throughput-speedup-analysis-3n-hsw"
13908   filter: "'NIC_Intel-X710' and
13909            '78B' and
13910            ('BASE' or 'SCALE') and
13911            'NDRPDR' and
13912            'IP6FWD' and
13913            not 'SRv6' and
13914            not 'IPSEC' and
13915            not 'VHOST'"
13916   parameters:
13917   - "throughput"
13918   - "parent"
13919   - "tags"
13920   layout:
13921     title: ""  # No title
13922     layout: "plot-throughput-speedup-analysis"
13923
13924 -
13925   type: "plot"
13926   title: "Speedup: ip6-3n-hsw-x710-78b-features-ndr-tsa"
13927   algorithm: "plot_throughput_speedup_analysis"
13928   output-file-type: ".html"
13929   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-ndr-tsa"
13930   data: "plot-throughput-speedup-analysis-3n-hsw"
13931   filter: "'NIC_Intel-X710' and
13932            '78B' and
13933            'FEATURE' and
13934            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13935            'NDRPDR' and
13936            'IP6FWD' and
13937            not 'SRv6' and
13938            not 'IPSEC' and
13939            not 'VHOST'"
13940   parameters:
13941   - "throughput"
13942   - "parent"
13943   - "tags"
13944   layout:
13945     title: ""  # No title
13946     layout: "plot-throughput-speedup-analysis"
13947
13948 -
13949   type: "plot"
13950   title: "Speedup: ip6-3n-hsw-x710-78b-features-pdr-tsa"
13951   algorithm: "plot_throughput_speedup_analysis"
13952   output-file-type: ".html"
13953   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-pdr-tsa"
13954   data: "plot-throughput-speedup-analysis-3n-hsw"
13955   filter: "'NIC_Intel-X710' and
13956            '78B' and
13957            'FEATURE' and
13958            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13959            'NDRPDR' and
13960            'IP6FWD' and
13961            not 'SRv6' and
13962            not 'IPSEC' and
13963            not 'VHOST'"
13964   parameters:
13965   - "throughput"
13966   - "parent"
13967   - "tags"
13968   layout:
13969     title: ""  # No title
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 # Speedup - VPP IPv6 3n-hsw-xl710
13973 -
13974   type: "plot"
13975   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
13976   algorithm: "plot_throughput_speedup_analysis"
13977   output-file-type: ".html"
13978   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
13979   data: "plot-throughput-speedup-analysis-3n-hsw"
13980   filter: "'NIC_Intel-XL710' and
13981            '78B' and
13982            ('BASE' or 'SCALE') and
13983            'NDRPDR' and
13984            'IP6FWD' and
13985            not 'SRv6' and
13986            not 'IPSEC' and
13987            not 'VHOST'"
13988   parameters:
13989   - "throughput"
13990   - "parent"
13991   - "tags"
13992   layout:
13993     title: ""  # No title
13994     layout: "plot-throughput-speedup-analysis"
13995
13996 -
13997   type: "plot"
13998   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
13999   algorithm: "plot_throughput_speedup_analysis"
14000   output-file-type: ".html"
14001   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
14002   data: "plot-throughput-speedup-analysis-3n-hsw"
14003   filter: "'NIC_Intel-XL710' and
14004            '78B' and
14005            ('BASE' or 'SCALE') and
14006            'NDRPDR' and
14007            'IP6FWD' and
14008            not 'SRv6' and
14009            not 'IPSEC' and
14010            not 'VHOST'"
14011   parameters:
14012   - "throughput"
14013   - "parent"
14014   - "tags"
14015   layout:
14016     title: ""  # No title
14017     layout: "plot-throughput-speedup-analysis"
14018
14019 # Speedup - VPP IPv6 3n-skx-x710
14020 -
14021   type: "plot"
14022   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14023   algorithm: "plot_throughput_speedup_analysis"
14024   output-file-type: ".html"
14025   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14026   data: "plot-throughput-speedup-analysis-3n-skx"
14027   filter: "'NIC_Intel-X710' and
14028            '78B' and
14029            ('BASE' or 'SCALE') and
14030            'NDRPDR' and
14031            'IP6FWD' and
14032            not 'SRv6' and
14033            not 'IPSEC' and
14034            not 'VHOST'"
14035   parameters:
14036   - "throughput"
14037   - "parent"
14038   - "tags"
14039   layout:
14040     title: ""  # No title
14041     layout: "plot-throughput-speedup-analysis"
14042
14043 -
14044   type: "plot"
14045   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14046   algorithm: "plot_throughput_speedup_analysis"
14047   output-file-type: ".html"
14048   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14049   data: "plot-throughput-speedup-analysis-3n-skx"
14050   filter: "'NIC_Intel-X710' and
14051            '78B' and
14052            ('BASE' or 'SCALE') and
14053            'NDRPDR' and
14054            'IP6FWD' and
14055            not 'SRv6' and
14056            not 'IPSEC' and
14057            not 'VHOST'"
14058   parameters:
14059   - "throughput"
14060   - "parent"
14061   - "tags"
14062   layout:
14063     title: ""  # No title
14064     layout: "plot-throughput-speedup-analysis"
14065
14066 -
14067   type: "plot"
14068   title: "Speedup: ip6-3n-skx-x710-78b-features-ndr-tsa"
14069   algorithm: "plot_throughput_speedup_analysis"
14070   output-file-type: ".html"
14071   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-ndr-tsa"
14072   data: "plot-throughput-speedup-analysis-3n-skx"
14073   filter: "'NIC_Intel-X710' and
14074            '78B' and
14075            'FEATURE' and
14076            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14077            'NDRPDR' and
14078            'IP6FWD' and
14079            not 'SRv6' and
14080            not 'IPSEC' and
14081            not 'VHOST'"
14082   parameters:
14083   - "throughput"
14084   - "parent"
14085   - "tags"
14086   layout:
14087     title: ""  # No title
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 -
14091   type: "plot"
14092   title: "Speedup: ip6-3n-skx-x710-78b-features-pdr-tsa"
14093   algorithm: "plot_throughput_speedup_analysis"
14094   output-file-type: ".html"
14095   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-pdr-tsa"
14096   data: "plot-throughput-speedup-analysis-3n-skx"
14097   filter: "'NIC_Intel-X710' and
14098            '78B' and
14099            'FEATURE' and
14100            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14101            'NDRPDR' and
14102            'IP6FWD' and
14103            not 'SRv6' and
14104            not 'IPSEC' and
14105            not 'VHOST'"
14106   parameters:
14107   - "throughput"
14108   - "parent"
14109   - "tags"
14110   layout:
14111     title: ""  # No title
14112     layout: "plot-throughput-speedup-analysis"
14113
14114 # Speedup - VPP IPv6 3n-skx-xxv710
14115 -
14116   type: "plot"
14117   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14118   algorithm: "plot_throughput_speedup_analysis"
14119   output-file-type: ".html"
14120   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14121   data: "plot-throughput-speedup-analysis-3n-skx"
14122   filter: "'NIC_Intel-XXV710' and
14123            '78B' and
14124            ('BASE' or 'SCALE') and
14125            'NDRPDR' and
14126            'IP6FWD' and
14127            not 'SRv6' and
14128            not 'IPSEC' and
14129            not 'VHOST'"
14130   parameters:
14131   - "throughput"
14132   - "parent"
14133   - "tags"
14134   layout:
14135     title: ""  # No title
14136     layout: "plot-throughput-speedup-analysis"
14137
14138 -
14139   type: "plot"
14140   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14141   algorithm: "plot_throughput_speedup_analysis"
14142   output-file-type: ".html"
14143   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14144   data: "plot-throughput-speedup-analysis-3n-skx"
14145   filter: "'NIC_Intel-XXV710' and
14146            '78B' and
14147            ('BASE' or 'SCALE') and
14148            'NDRPDR' and
14149            'IP6FWD' and
14150            not 'SRv6' and
14151            not 'IPSEC' and
14152            not 'VHOST'"
14153   parameters:
14154   - "throughput"
14155   - "parent"
14156   - "tags"
14157   layout:
14158     title: ""  # No title
14159     layout: "plot-throughput-speedup-analysis"
14160
14161 -
14162   type: "plot"
14163   title: "Speedup: ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14164   algorithm: "plot_throughput_speedup_analysis"
14165   output-file-type: ".html"
14166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14167   data: "plot-throughput-speedup-analysis-3n-skx"
14168   filter: "'NIC_Intel-XXV710' and
14169            '78B' and
14170            'FEATURE' and
14171            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14172            'NDRPDR' and
14173            'IP6FWD' and
14174            not 'SRv6' and
14175            not 'IPSEC' and
14176            not 'VHOST'"
14177   parameters:
14178   - "throughput"
14179   - "parent"
14180   - "tags"
14181   layout:
14182     title: ""  # No title
14183     layout: "plot-throughput-speedup-analysis"
14184
14185 -
14186   type: "plot"
14187   title: "Speedup: ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14188   algorithm: "plot_throughput_speedup_analysis"
14189   output-file-type: ".html"
14190   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14191   data: "plot-throughput-speedup-analysis-3n-skx"
14192   filter: "'NIC_Intel-XXV710' and
14193            '78B' and
14194            'FEATURE' and
14195            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14196            'NDRPDR' and
14197            'IP6FWD' and
14198            not 'SRv6' and
14199            not 'IPSEC' and
14200            not 'VHOST'"
14201   parameters:
14202   - "throughput"
14203   - "parent"
14204   - "tags"
14205   layout:
14206     title: ""  # No title
14207     layout: "plot-throughput-speedup-analysis"
14208
14209 # Speedup - VPP IPv6 2n-skx-x710
14210 -
14211   type: "plot"
14212   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14213   algorithm: "plot_throughput_speedup_analysis"
14214   output-file-type: ".html"
14215   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14216   data: "plot-throughput-speedup-analysis-2n-skx"
14217   filter: "'NIC_Intel-X710' and
14218            '78B' and
14219            ('BASE' or 'SCALE') and
14220            'NDRPDR' and
14221            'IP6FWD' and
14222            not 'SRv6' and
14223            not 'IPSEC' and
14224            not 'VHOST'"
14225   parameters:
14226   - "throughput"
14227   - "parent"
14228   - "tags"
14229   layout:
14230     title: ""  # No title
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 -
14234   type: "plot"
14235   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14236   algorithm: "plot_throughput_speedup_analysis"
14237   output-file-type: ".html"
14238   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14239   data: "plot-throughput-speedup-analysis-2n-skx"
14240   filter: "'NIC_Intel-X710' and
14241            '78B' and
14242            ('BASE' or 'SCALE') and
14243            'NDRPDR' and
14244            'IP6FWD' and
14245            not 'IPSEC' and
14246            not 'VHOST'"
14247   parameters:
14248   - "throughput"
14249   - "parent"
14250   - "tags"
14251   layout:
14252     title: ""  # No title
14253     layout: "plot-throughput-speedup-analysis"
14254
14255 # Speedup - VPP IPv6 2n-skx-xxv710
14256 -
14257   type: "plot"
14258   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14259   algorithm: "plot_throughput_speedup_analysis"
14260   output-file-type: ".html"
14261   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14262   data: "plot-throughput-speedup-analysis-2n-skx"
14263   filter: "'NIC_Intel-XXV710' and
14264            '78B' and
14265            ('BASE' or 'SCALE') and
14266            'NDRPDR' and
14267            'IP6FWD' and
14268            not 'SRv6' and
14269            not 'IPSEC' and
14270            not 'VHOST'"
14271   parameters:
14272   - "throughput"
14273   - "parent"
14274   - "tags"
14275   layout:
14276     title: ""  # No title
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 -
14280   type: "plot"
14281   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14282   algorithm: "plot_throughput_speedup_analysis"
14283   output-file-type: ".html"
14284   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14285   data: "plot-throughput-speedup-analysis-2n-skx"
14286   filter: "'NIC_Intel-XXV710' and
14287            '78B' and
14288            ('BASE' or 'SCALE') and
14289            'NDRPDR' and
14290            'IP6FWD' and
14291            not 'SRv6' and
14292            not 'IPSEC' and
14293            not 'VHOST'"
14294   parameters:
14295   - "throughput"
14296   - "parent"
14297   - "tags"
14298   layout:
14299     title: ""  # No title
14300     layout: "plot-throughput-speedup-analysis"
14301
14302 ################################################################################
14303
14304 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
14305 -
14306   type: "plot"
14307   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14308   algorithm: "plot_throughput_speedup_analysis"
14309   output-file-type: ".html"
14310   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14311   data: "plot-throughput-speedup-analysis-3n-hsw"
14312   filter: "'NIC_Intel-X520-DA2' and
14313            '78B' and
14314            'ENCAP' and
14315            'NDRPDR' and
14316            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14317            not 'VHOST'"
14318   parameters:
14319   - "throughput"
14320   - "parent"
14321   - "tags"
14322   layout:
14323     title: ""  # No title
14324     layout: "plot-throughput-speedup-analysis"
14325
14326 -
14327   type: "plot"
14328   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14329   algorithm: "plot_throughput_speedup_analysis"
14330   output-file-type: ".html"
14331   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14332   data: "plot-throughput-speedup-analysis-3n-hsw"
14333   filter: "'NIC_Intel-X520-DA2' and
14334            '78B' and
14335            'ENCAP' and
14336            'NDRPDR' and
14337            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14338            not 'VHOST'"
14339   parameters:
14340   - "throughput"
14341   - "parent"
14342   - "tags"
14343   layout:
14344     title: ""  # No title
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 ################################################################################
14348
14349 # Speedup - VPP IPSec 3n-hsw-xl710
14350 -
14351   type: "plot"
14352   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14353   algorithm: "plot_throughput_speedup_analysis"
14354   output-file-type: ".html"
14355   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14356   data: "plot-throughput-speedup-analysis-3n-hsw"
14357   filter: "'NIC_Intel-XL710' and
14358            '64B' and
14359            'IP4FWD' and
14360            'NDRPDR' and
14361            'IPSECHW' and
14362            ('IPSECTRAN' or 'IPSECTUN') and
14363            not 'VHOST'"
14364   parameters:
14365   - "throughput"
14366   - "parent"
14367   - "tags"
14368   layout:
14369     title: ""  # No title
14370     layout: "plot-throughput-speedup-analysis"
14371
14372 -
14373   type: "plot"
14374   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14375   algorithm: "plot_throughput_speedup_analysis"
14376   output-file-type: ".html"
14377   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14378   data: "plot-throughput-speedup-analysis-3n-hsw"
14379   filter: "'NIC_Intel-XL710' and
14380            '64B' and
14381            'IP4FWD' and
14382            'NDRPDR' and
14383            'IPSECHW' and
14384            ('IPSECTRAN' or 'IPSECTUN') and
14385            not 'VHOST'"
14386   parameters:
14387   - "throughput"
14388   - "parent"
14389   - "tags"
14390   layout:
14391     title: ""  # No title
14392     layout: "plot-throughput-speedup-analysis"
14393
14394 ################################################################################
14395
14396 # Speedup - VPP SRv6 3n-hsw-x520
14397 -
14398   type: "plot"
14399   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
14400   algorithm: "plot_throughput_speedup_analysis"
14401   output-file-type: ".html"
14402   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
14403   data: "plot-throughput-speedup-analysis-3n-hsw"
14404   filter: "'NIC_Intel-X520-DA2' and
14405            '78B' and
14406            'FEATURE' and
14407            'NDRPDR' and
14408            'IP6FWD' and
14409            'SRv6'"
14410   parameters:
14411   - "throughput"
14412   - "parent"
14413   - "tags"
14414   layout:
14415     title: ""  # No title
14416     layout: "plot-throughput-speedup-analysis"
14417
14418 -
14419   type: "plot"
14420   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
14421   algorithm: "plot_throughput_speedup_analysis"
14422   output-file-type: ".html"
14423   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
14424   data: "plot-throughput-speedup-analysis-3n-hsw"
14425   filter: "'NIC_Intel-X520-DA2' and
14426            '78B' and
14427            'FEATURE' and
14428            'NDRPDR' and
14429            'IP6FWD' and
14430            'SRv6'"
14431   parameters:
14432   - "throughput"
14433   - "parent"
14434   - "tags"
14435   layout:
14436     title: ""  # No title
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 ################################################################################
14440
14441 # Speedup - VPP L2 3n-hsw-x520
14442 -
14443   type: "plot"
14444   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14445   algorithm: "plot_throughput_speedup_analysis"
14446   output-file-type: ".html"
14447   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14448   data: "plot-throughput-speedup-analysis-3n-hsw"
14449   filter: "'NIC_Intel-X520-DA2' and
14450            '64B' and
14451            ('BASE' or 'SCALE') and
14452            'NDRPDR' and
14453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14454            not 'VHOST' and
14455            not 'MEMIF'"
14456   parameters:
14457   - "throughput"
14458   - "parent"
14459   - "tags"
14460   layout:
14461     title: ""  # No title
14462     layout: "plot-throughput-speedup-analysis"
14463
14464 -
14465   type: "plot"
14466   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14467   algorithm: "plot_throughput_speedup_analysis"
14468   output-file-type: ".html"
14469   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14470   data: "plot-throughput-speedup-analysis-3n-hsw"
14471   filter: "'NIC_Intel-X520-DA2' and
14472            '64B' and
14473            ('BASE' or 'SCALE') and
14474            'NDRPDR' and
14475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14476            not 'VHOST' and
14477            not 'MEMIF'"
14478   parameters:
14479   - "throughput"
14480   - "parent"
14481   - "tags"
14482   layout:
14483     title: ""  # No title
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 -
14487   type: "plot"
14488   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
14489   algorithm: "plot_throughput_speedup_analysis"
14490   output-file-type: ".html"
14491   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
14492   data: "plot-throughput-speedup-analysis-3n-hsw"
14493   filter: "'NIC_Intel-X520-DA2' and
14494            '64B' and
14495            'FEATURE' and
14496            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14497            'NDRPDR' and
14498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14499            not 'VHOST' and
14500            not 'MEMIF'"
14501   parameters:
14502   - "throughput"
14503   - "parent"
14504   - "tags"
14505   layout:
14506     title: ""  # No title
14507     layout: "plot-throughput-speedup-analysis"
14508
14509 -
14510   type: "plot"
14511   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
14512   algorithm: "plot_throughput_speedup_analysis"
14513   output-file-type: ".html"
14514   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
14515   data: "plot-throughput-speedup-analysis-3n-hsw"
14516   filter: "'NIC_Intel-X520-DA2' and
14517            '64B' and
14518            'FEATURE' and
14519            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14520            'NDRPDR' and
14521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14522            not 'VHOST' and
14523            not 'MEMIF'"
14524   parameters:
14525   - "throughput"
14526   - "parent"
14527   - "tags"
14528   layout:
14529     title: ""  # No title
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 # Speedup - VPP L2 3n-hsw-x710
14533 -
14534   type: "plot"
14535   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14536   algorithm: "plot_throughput_speedup_analysis"
14537   output-file-type: ".html"
14538   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14539   data: "plot-throughput-speedup-analysis-3n-hsw"
14540   filter: "'NIC_Intel-X710' and
14541            '64B' and
14542            ('BASE' or 'SCALE') and
14543            'NDRPDR' and
14544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14545            not 'VHOST' and
14546            not 'MEMIF'"
14547   parameters:
14548   - "throughput"
14549   - "parent"
14550   - "tags"
14551   layout:
14552     title: ""  # No title
14553     layout: "plot-throughput-speedup-analysis"
14554
14555 -
14556   type: "plot"
14557   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14558   algorithm: "plot_throughput_speedup_analysis"
14559   output-file-type: ".html"
14560   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14561   data: "plot-throughput-speedup-analysis-3n-hsw"
14562   filter: "'NIC_Intel-X710' and
14563            '64B' and
14564            ('BASE' or 'SCALE') and
14565            'NDRPDR' and
14566            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14567            not 'VHOST' and
14568            not 'MEMIF'"
14569   parameters:
14570   - "throughput"
14571   - "parent"
14572   - "tags"
14573   layout:
14574     title: ""  # No title
14575     layout: "plot-throughput-speedup-analysis"
14576
14577 -
14578   type: "plot"
14579   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
14580   algorithm: "plot_throughput_speedup_analysis"
14581   output-file-type: ".html"
14582   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
14583   data: "plot-throughput-speedup-analysis-3n-hsw"
14584   filter: "'NIC_Intel-X710' and
14585            '64B' and
14586            'FEATURE' and
14587            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14588            'NDRPDR' and
14589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14590            not 'VHOST' and
14591            not 'MEMIF'"
14592   parameters:
14593   - "throughput"
14594   - "parent"
14595   - "tags"
14596   layout:
14597     title: ""  # No title
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 -
14601   type: "plot"
14602   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
14603   algorithm: "plot_throughput_speedup_analysis"
14604   output-file-type: ".html"
14605   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
14606   data: "plot-throughput-speedup-analysis-3n-hsw"
14607   filter: "'NIC_Intel-X710' and
14608            '64B' and
14609            'FEATURE' and
14610            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14611            'NDRPDR' and
14612            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14613            not 'VHOST' and
14614            not 'MEMIF'"
14615   parameters:
14616   - "throughput"
14617   - "parent"
14618   - "tags"
14619   layout:
14620     title: ""  # No title
14621     layout: "plot-throughput-speedup-analysis"
14622
14623 # Speedup - VPP L2 3n-hsw-xl710
14624 -
14625   type: "plot"
14626   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14627   algorithm: "plot_throughput_speedup_analysis"
14628   output-file-type: ".html"
14629   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14630   data: "plot-throughput-speedup-analysis-3n-hsw"
14631   filter: "'NIC_Intel-XL710' and
14632            '64B' and
14633            ('BASE' or 'SCALE') and
14634            'NDRPDR' and
14635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14636            not 'VHOST' and
14637            not 'MEMIF'"
14638   parameters:
14639   - "throughput"
14640   - "parent"
14641   - "tags"
14642   layout:
14643     title: ""  # No title
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 -
14647   type: "plot"
14648   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14649   algorithm: "plot_throughput_speedup_analysis"
14650   output-file-type: ".html"
14651   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14652   data: "plot-throughput-speedup-analysis-3n-hsw"
14653   filter: "'NIC_Intel-XL710' and
14654            '64B' and
14655            ('BASE' or 'SCALE') and
14656            'NDRPDR' and
14657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14658            not 'VHOST' and
14659            not 'MEMIF'"
14660   parameters:
14661   - "throughput"
14662   - "parent"
14663   - "tags"
14664   layout:
14665     title: ""  # No title
14666     layout: "plot-throughput-speedup-analysis"
14667
14668 # Speedup - VPP L2 3n-skx-x710
14669 -
14670   type: "plot"
14671   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14672   algorithm: "plot_throughput_speedup_analysis"
14673   output-file-type: ".html"
14674   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14675   data: "plot-throughput-speedup-analysis-3n-skx"
14676   filter: "'NIC_Intel-X710' and
14677            '64B' and
14678            ('BASE' or 'SCALE') and
14679            'NDRPDR' and
14680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14681            not 'VHOST' and
14682            not 'MEMIF'"
14683   parameters:
14684   - "throughput"
14685   - "parent"
14686   - "tags"
14687   layout:
14688     title: ""  # No title
14689     layout: "plot-throughput-speedup-analysis"
14690
14691 -
14692   type: "plot"
14693   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14694   algorithm: "plot_throughput_speedup_analysis"
14695   output-file-type: ".html"
14696   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14697   data: "plot-throughput-speedup-analysis-3n-skx"
14698   filter: "'NIC_Intel-X710' and
14699            '64B' and
14700            ('BASE' or 'SCALE') and
14701            'NDRPDR' and
14702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14703            not 'VHOST' and
14704            not 'MEMIF'"
14705   parameters:
14706   - "throughput"
14707   - "parent"
14708   - "tags"
14709   layout:
14710     title: ""  # No title
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 -
14714   type: "plot"
14715   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
14716   algorithm: "plot_throughput_speedup_analysis"
14717   output-file-type: ".html"
14718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
14719   data: "plot-throughput-speedup-analysis-3n-skx"
14720   filter: "'NIC_Intel-X710' and
14721            '64B' and
14722            'FEATURE' and
14723            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14724            'NDRPDR' and
14725            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14726            not 'VHOST' and
14727            not 'MEMIF'"
14728   parameters:
14729   - "throughput"
14730   - "parent"
14731   - "tags"
14732   layout:
14733     title: ""  # No title
14734     layout: "plot-throughput-speedup-analysis"
14735
14736 -
14737   type: "plot"
14738   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
14739   algorithm: "plot_throughput_speedup_analysis"
14740   output-file-type: ".html"
14741   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
14742   data: "plot-throughput-speedup-analysis-3n-skx"
14743   filter: "'NIC_Intel-X710' and
14744            '64B' and
14745            'FEATURE' and
14746            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14747            'NDRPDR' and
14748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14749            not 'VHOST' and
14750            not 'MEMIF'"
14751   parameters:
14752   - "throughput"
14753   - "parent"
14754   - "tags"
14755   layout:
14756     title: ""  # No title
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 # Speedup - VPP L2 3n-skx-xxv710
14760 -
14761   type: "plot"
14762   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14763   algorithm: "plot_throughput_speedup_analysis"
14764   output-file-type: ".html"
14765   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14766   data: "plot-throughput-speedup-analysis-3n-skx"
14767   filter: "'NIC_Intel-XXV710' and
14768            '64B' and
14769            ('BASE' or 'SCALE') and
14770            'NDRPDR' and
14771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14772            not 'VHOST' and
14773            not 'MEMIF'"
14774   parameters:
14775   - "throughput"
14776   - "parent"
14777   - "tags"
14778   layout:
14779     title: ""  # No title
14780     layout: "plot-throughput-speedup-analysis"
14781
14782 -
14783   type: "plot"
14784   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14785   algorithm: "plot_throughput_speedup_analysis"
14786   output-file-type: ".html"
14787   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14788   data: "plot-throughput-speedup-analysis-3n-skx"
14789   filter: "'NIC_Intel-XXV710' and
14790            '64B' and
14791            ('BASE' or 'SCALE') and
14792            'NDRPDR' and
14793            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14794            not 'VHOST' and
14795            not 'MEMIF'"
14796   parameters:
14797   - "throughput"
14798   - "parent"
14799   - "tags"
14800   layout:
14801     title: ""  # No title
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 -
14805   type: "plot"
14806   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
14807   algorithm: "plot_throughput_speedup_analysis"
14808   output-file-type: ".html"
14809   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
14810   data: "plot-throughput-speedup-analysis-3n-skx"
14811   filter: "'NIC_Intel-XXV710' and
14812            '64B' and
14813            'FEATURE' and
14814            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14815            'NDRPDR' and
14816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14817            not 'VHOST' and
14818            not 'MEMIF'"
14819   parameters:
14820   - "throughput"
14821   - "parent"
14822   - "tags"
14823   layout:
14824     title: ""  # No title
14825     layout: "plot-throughput-speedup-analysis"
14826
14827 -
14828   type: "plot"
14829   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
14830   algorithm: "plot_throughput_speedup_analysis"
14831   output-file-type: ".html"
14832   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
14833   data: "plot-throughput-speedup-analysis-3n-skx"
14834   filter: "'NIC_Intel-XXV710' and
14835            '64B' and
14836            'FEATURE' and
14837            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14838            'NDRPDR' and
14839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14840            not 'VHOST' and
14841            not 'MEMIF'"
14842   parameters:
14843   - "throughput"
14844   - "parent"
14845   - "tags"
14846   layout:
14847     title: ""  # No title
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 # Speedup - VPP L2 2n-skx-x710
14851 -
14852   type: "plot"
14853   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14854   algorithm: "plot_throughput_speedup_analysis"
14855   output-file-type: ".html"
14856   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14857   data: "plot-throughput-speedup-analysis-2n-skx"
14858   filter: "'NIC_Intel-X710' and
14859            '64B' and
14860            ('BASE' or 'SCALE') and
14861            'NDRPDR' and
14862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14863            not 'VHOST' and
14864            not 'MEMIF'"
14865   parameters:
14866   - "throughput"
14867   - "parent"
14868   - "tags"
14869   layout:
14870     title: ""  # No title
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 -
14874   type: "plot"
14875   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14876   algorithm: "plot_throughput_speedup_analysis"
14877   output-file-type: ".html"
14878   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14879   data: "plot-throughput-speedup-analysis-2n-skx"
14880   filter: "'NIC_Intel-X710' and
14881            '64B' and
14882            ('BASE' or 'SCALE') and
14883            'NDRPDR' and
14884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14885            not 'VHOST' and
14886            not 'MEMIF'"
14887   parameters:
14888   - "throughput"
14889   - "parent"
14890   - "tags"
14891   layout:
14892     title: ""  # No title
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 # Speedup - VPP L2 2n-skx-xxv710
14896 -
14897   type: "plot"
14898   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14899   algorithm: "plot_throughput_speedup_analysis"
14900   output-file-type: ".html"
14901   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14902   data: "plot-throughput-speedup-analysis-2n-skx"
14903   filter: "'NIC_Intel-XXV710' and
14904            '64B' and
14905            ('BASE' or 'SCALE') and
14906            'NDRPDR' and
14907            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14908            not 'VHOST' and
14909            not 'MEMIF'"
14910   parameters:
14911   - "throughput"
14912   - "parent"
14913   - "tags"
14914   layout:
14915     title: ""  # No title
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 -
14919   type: "plot"
14920   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14921   algorithm: "plot_throughput_speedup_analysis"
14922   output-file-type: ".html"
14923   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14924   data: "plot-throughput-speedup-analysis-2n-skx"
14925   filter: "'NIC_Intel-XXV710' and
14926            '64B' and
14927            ('BASE' or 'SCALE') and
14928            'NDRPDR' and
14929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14930            not 'VHOST' and
14931            not 'MEMIF'"
14932   parameters:
14933   - "throughput"
14934   - "parent"
14935   - "tags"
14936   layout:
14937     title: ""  # No title
14938     layout: "plot-throughput-speedup-analysis"
14939
14940 ################################################################################
14941
14942 # Speedup - VPP vhost ip4 3n-hsw-x520
14943 -
14944   type: "plot"
14945   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14946   algorithm: "plot_throughput_speedup_analysis"
14947   output-file-type: ".html"
14948   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14949   data: "plot-throughput-speedup-analysis-3n-hsw"
14950   filter: "'NIC_Intel-X520-DA2' and
14951            '64B' and
14952            'NDRPDR' and
14953            'VHOST' and
14954            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14955   parameters:
14956   - "throughput"
14957   - "parent"
14958   - "tags"
14959   layout:
14960     title: ""  # No title
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 -
14964   type: "plot"
14965   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14966   algorithm: "plot_throughput_speedup_analysis"
14967   output-file-type: ".html"
14968   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14969   data: "plot-throughput-speedup-analysis-3n-hsw"
14970   filter: "'NIC_Intel-X520-DA2' and
14971            '64B' and
14972            'NDRPDR' and
14973            'VHOST' and
14974            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14975   parameters:
14976   - "throughput"
14977   - "parent"
14978   - "tags"
14979   layout:
14980     title: ""  # No title
14981     layout: "plot-throughput-speedup-analysis"
14982
14983 # Speedup - VPP vhost l2sw 3n-hsw-x520
14984 -
14985   type: "plot"
14986   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14987   algorithm: "plot_throughput_speedup_analysis"
14988   output-file-type: ".html"
14989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14990   data: "plot-throughput-speedup-analysis-3n-hsw"
14991   filter: "'NIC_Intel-X520-DA2' and
14992            '64B' and
14993            'NDRPDR' and
14994            'VHOST' and
14995            not 'VXLAN' and
14996            not 'IP4FWD' and
14997            not 'DOT1Q' and
14998            not '2VM'"
14999   parameters:
15000   - "throughput"
15001   - "parent"
15002   - "tags"
15003   layout:
15004     title: ""  # No title
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 -
15008   type: "plot"
15009   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15010   algorithm: "plot_throughput_speedup_analysis"
15011   output-file-type: ".html"
15012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15013   data: "plot-throughput-speedup-analysis-3n-hsw"
15014   filter: "'NIC_Intel-X520-DA2' and
15015            '64B' and
15016            'NDRPDR' and
15017            'VHOST' and
15018            not 'VXLAN' and
15019            not 'IP4FWD' and
15020            not 'DOT1Q' and
15021            not '2VM'"
15022   parameters:
15023   - "throughput"
15024   - "parent"
15025   - "tags"
15026   layout:
15027     title: ""  # No title
15028     layout: "plot-throughput-speedup-analysis"
15029
15030 # Speedup - VPP vhost ip4 3n-hsw-x710
15031 -
15032   type: "plot"
15033   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15034   algorithm: "plot_throughput_speedup_analysis"
15035   output-file-type: ".html"
15036   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15037   data: "plot-throughput-speedup-analysis-3n-hsw"
15038   filter: "'NIC_Intel-X710' and
15039            '64B' and
15040            'NDRPDR' and
15041            'VHOST' and
15042            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15043   parameters:
15044   - "throughput"
15045   - "parent"
15046   - "tags"
15047   layout:
15048     title: ""  # No title
15049     layout: "plot-throughput-speedup-analysis"
15050
15051 -
15052   type: "plot"
15053   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15054   algorithm: "plot_throughput_speedup_analysis"
15055   output-file-type: ".html"
15056   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15057   data: "plot-throughput-speedup-analysis-3n-hsw"
15058   filter: "'NIC_Intel-X710' and
15059            '64B' and
15060            'NDRPDR' and
15061            'VHOST' and
15062            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15063   parameters:
15064   - "throughput"
15065   - "parent"
15066   - "tags"
15067   layout:
15068     title: ""  # No title
15069     layout: "plot-throughput-speedup-analysis"
15070
15071 # Speedup - VPP vhost l2sw 3n-hsw-x710
15072 -
15073   type: "plot"
15074   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15075   algorithm: "plot_throughput_speedup_analysis"
15076   output-file-type: ".html"
15077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15078   data: "plot-throughput-speedup-analysis-3n-hsw"
15079   filter: "'NIC_Intel-X710' and
15080            '64B' and
15081            'NDRPDR' and
15082            'VHOST' and
15083            not 'VXLAN' and
15084            not 'IP4FWD' and
15085            not 'DOT1Q' and
15086            not '2VM'"
15087   parameters:
15088   - "throughput"
15089   - "parent"
15090   - "tags"
15091   layout:
15092     title: ""  # No title
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 -
15096   type: "plot"
15097   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15098   algorithm: "plot_throughput_speedup_analysis"
15099   output-file-type: ".html"
15100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15101   data: "plot-throughput-speedup-analysis-3n-hsw"
15102   filter: "'NIC_Intel-X710' and
15103            '64B' and
15104            'NDRPDR' and
15105            'VHOST' and
15106            not 'VXLAN' and
15107            not 'IP4FWD' and
15108            not 'DOT1Q' and
15109            not '2VM'"
15110   parameters:
15111   - "throughput"
15112   - "parent"
15113   - "tags"
15114   layout:
15115     title: ""  # No title
15116     layout: "plot-throughput-speedup-analysis"
15117
15118 # Speedup - VPP vhost ip4 3n-hsw-xl710
15119 -
15120   type: "plot"
15121   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15122   algorithm: "plot_throughput_speedup_analysis"
15123   output-file-type: ".html"
15124   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15125   data: "plot-throughput-speedup-analysis-3n-hsw"
15126   filter: "'NIC_Intel-XL710' and
15127            '64B' and
15128            'NDRPDR' and
15129            'VHOST' and
15130            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15131   parameters:
15132   - "throughput"
15133   - "parent"
15134   - "tags"
15135   layout:
15136     title: ""  # No title
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 -
15140   type: "plot"
15141   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15142   algorithm: "plot_throughput_speedup_analysis"
15143   output-file-type: ".html"
15144   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15145   data: "plot-throughput-speedup-analysis-3n-hsw"
15146   filter: "'NIC_Intel-XL710' and
15147            '64B' and
15148            'NDRPDR' and
15149            'VHOST' and
15150            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15151   parameters:
15152   - "throughput"
15153   - "parent"
15154   - "tags"
15155   layout:
15156     title: ""  # No title
15157     layout: "plot-throughput-speedup-analysis"
15158
15159 # Speedup - VPP vhost l2sw 3n-hsw-xl710
15160 -
15161   type: "plot"
15162   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15163   algorithm: "plot_throughput_speedup_analysis"
15164   output-file-type: ".html"
15165   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15166   data: "plot-throughput-speedup-analysis-3n-hsw"
15167   filter: "'NIC_Intel-XL710' and
15168            '64B' and
15169            'NDRPDR' and
15170            'VHOST' and
15171            not 'VXLAN' and
15172            not 'IP4FWD' and
15173            not 'DOT1Q' and
15174            not '2VM'"
15175   parameters:
15176   - "throughput"
15177   - "parent"
15178   - "tags"
15179   layout:
15180     title: ""  # No title
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 -
15184   type: "plot"
15185   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15186   algorithm: "plot_throughput_speedup_analysis"
15187   output-file-type: ".html"
15188   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15189   data: "plot-throughput-speedup-analysis-3n-hsw"
15190   filter: "'NIC_Intel-XL710' and
15191            '64B' and
15192            'NDRPDR' and
15193            'VHOST' and
15194            not 'VXLAN' and
15195            not 'IP4FWD' and
15196            not 'DOT1Q' and
15197            not '2VM'"
15198   parameters:
15199   - "throughput"
15200   - "parent"
15201   - "tags"
15202   layout:
15203     title: ""  # No title
15204     layout: "plot-throughput-speedup-analysis"
15205
15206 # Speedup - VPP vhost l2sw 3n-hsw-x520
15207 -
15208   type: "plot"
15209   title: "VPP Speedup: vts-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15210   algorithm: "plot_throughput_speedup_analysis"
15211   output-file-type: ".html"
15212   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15213   data: "plot-throughput-speedup-analysis-3n-hsw"
15214   filter: "'NIC_Intel-X520-DA2' and
15215            '64B' and
15216            'NDRPDR' and
15217            'VTS'"
15218   parameters:
15219   - "throughput"
15220   - "parent"
15221   - "tags"
15222   layout:
15223     title: ""  # No title
15224     layout: "plot-throughput-speedup-analysis"
15225
15226 -
15227   type: "plot"
15228   title: "VPP Speedup: vts-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15229   algorithm: "plot_throughput_speedup_analysis"
15230   output-file-type: ".html"
15231   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15232   data: "plot-throughput-speedup-analysis-3n-hsw"
15233   filter: "'NIC_Intel-X520-DA2' and
15234            '64B' and
15235            'NDRPDR' and
15236            'VTS'"
15237   parameters:
15238   - "throughput"
15239   - "parent"
15240   - "tags"
15241   layout:
15242     title: ""  # No title
15243     layout: "plot-throughput-speedup-analysis"