CSIT-1208: Add new data to 1807 report
[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 -
3704   type: "plot"
3705   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-features-ndr"
3706   algorithm: "plot_performance_box"
3707   output-file-type: ".html"
3708   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-ndr"
3709   data: "plot-vpp-throughput-latency-2n-skx"
3710   filter: "'NIC_Intel-X710' and
3711            '64B' and
3712            'FEATURE' and
3713            ('ACL10' or 'ACL50') and '10k_FLOWS' 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-x710-64b-2t1c-features-pdr"
3733   algorithm: "plot_performance_box"
3734   output-file-type: ".html"
3735   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-pdr"
3736   data: "plot-vpp-throughput-latency-2n-skx"
3737   filter: "'NIC_Intel-X710' and
3738            '64B' and
3739            'FEATURE' and
3740            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3741            'NDRPDR' and
3742            '2T1C' and
3743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3744            not 'VHOST' and
3745            not 'MEMIF'"
3746   parameters:
3747   - "throughput"
3748   - "parent"
3749   traces:
3750     hoverinfo: "x+y"
3751     boxpoints: "outliers"
3752     whiskerwidth: 0
3753   layout:
3754     title: ""  # No title
3755     layout: "plot-throughput"
3756
3757 -
3758   type: "plot"
3759   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-features-ndr"
3760   algorithm: "plot_performance_box"
3761   output-file-type: ".html"
3762   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-ndr"
3763   data: "plot-vpp-throughput-latency-2n-skx"
3764   filter: "'NIC_Intel-X710' and
3765            '64B' and
3766            'FEATURE' and
3767            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3768            'NDRPDR' and
3769            '4T2C' and
3770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3771            not 'VHOST' and
3772            not 'MEMIF'"
3773   parameters:
3774   - "throughput"
3775   - "parent"
3776   traces:
3777     hoverinfo: "x+y"
3778     boxpoints: "outliers"
3779     whiskerwidth: 0
3780   layout:
3781     title: ""  # No title
3782     layout: "plot-throughput"
3783
3784 -
3785   type: "plot"
3786   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-features-pdr"
3787   algorithm: "plot_performance_box"
3788   output-file-type: ".html"
3789   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-pdr"
3790   data: "plot-vpp-throughput-latency-2n-skx"
3791   filter: "'NIC_Intel-X710' and
3792            '64B' and
3793            'FEATURE' and
3794            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3795            'NDRPDR' and
3796            '4T2C' and
3797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3798            not 'VHOST' and
3799            not 'MEMIF'"
3800   parameters:
3801   - "throughput"
3802   - "parent"
3803   traces:
3804     hoverinfo: "x+y"
3805     boxpoints: "outliers"
3806     whiskerwidth: 0
3807   layout:
3808     title: ""  # No title
3809     layout: "plot-throughput"
3810
3811 # Packet Throughput - VPP L2 2n-skx-xxv710
3812 -
3813   type: "plot"
3814   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3815   algorithm: "plot_performance_box"
3816   output-file-type: ".html"
3817   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3818   data: "plot-vpp-throughput-latency-2n-skx"
3819   filter: "'NIC_Intel-XXV710' and
3820            '64B' and
3821            ('BASE' or 'SCALE') and
3822            'NDRPDR' and
3823            '2T1C' and
3824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3825            not 'VHOST' and
3826            not 'MEMIF'"
3827   parameters:
3828   - "throughput"
3829   - "parent"
3830   traces:
3831     hoverinfo: "x+y"
3832     boxpoints: "outliers"
3833     whiskerwidth: 0
3834   layout:
3835     title: ""  # No title
3836     layout: "plot-throughput"
3837
3838 -
3839   type: "plot"
3840   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3841   algorithm: "plot_performance_box"
3842   output-file-type: ".html"
3843   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3844   data: "plot-vpp-throughput-latency-2n-skx"
3845   filter: "'NIC_Intel-XXV710' and
3846            '64B' and
3847            ('BASE' or 'SCALE') and
3848            'NDRPDR' and
3849            '2T1C' and
3850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3851            not 'VHOST' and
3852            not 'MEMIF'"
3853   parameters:
3854   - "throughput"
3855   - "parent"
3856   traces:
3857     hoverinfo: "x+y"
3858     boxpoints: "outliers"
3859     whiskerwidth: 0
3860   layout:
3861     title: ""  # No title
3862     layout: "plot-throughput"
3863
3864 -
3865   type: "plot"
3866   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3867   algorithm: "plot_performance_box"
3868   output-file-type: ".html"
3869   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3870   data: "plot-vpp-throughput-latency-2n-skx"
3871   filter: "'NIC_Intel-XXV710' and
3872            '64B' and
3873            ('BASE' or 'SCALE') and
3874            'NDRPDR' and
3875            '4T2C' and
3876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3877            not 'VHOST' and
3878            not 'MEMIF'"
3879   parameters:
3880   - "throughput"
3881   - "parent"
3882   traces:
3883     hoverinfo: "x+y"
3884     boxpoints: "outliers"
3885     whiskerwidth: 0
3886   layout:
3887     title: ""  # No title
3888     layout: "plot-throughput"
3889
3890 -
3891   type: "plot"
3892   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3893   algorithm: "plot_performance_box"
3894   output-file-type: ".html"
3895   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3896   data: "plot-vpp-throughput-latency-2n-skx"
3897   filter: "'NIC_Intel-XXV710' and
3898            '64B' and
3899            ('BASE' or 'SCALE') and
3900            'NDRPDR' and
3901            '4T2C' and
3902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3903            not 'VHOST' and
3904            not 'MEMIF'"
3905   parameters:
3906   - "throughput"
3907   - "parent"
3908   traces:
3909     hoverinfo: "x+y"
3910     boxpoints: "outliers"
3911     whiskerwidth: 0
3912   layout:
3913     title: ""  # No title
3914     layout: "plot-throughput"
3915
3916 -
3917   type: "plot"
3918   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-features-ndr"
3919   algorithm: "plot_performance_box"
3920   output-file-type: ".html"
3921   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-ndr"
3922   data: "plot-vpp-throughput-latency-2n-skx"
3923   filter: "'NIC_Intel-XXV710' and
3924            '64B' and
3925            'FEATURE' and
3926            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3927            'NDRPDR' and
3928            '2T1C' and
3929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3930            not 'VHOST' and
3931            not 'MEMIF'"
3932   parameters:
3933   - "throughput"
3934   - "parent"
3935   traces:
3936     hoverinfo: "x+y"
3937     boxpoints: "outliers"
3938     whiskerwidth: 0
3939   layout:
3940     title: ""  # No title
3941     layout: "plot-throughput"
3942
3943 -
3944   type: "plot"
3945   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-features-pdr"
3946   algorithm: "plot_performance_box"
3947   output-file-type: ".html"
3948   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-pdr"
3949   data: "plot-vpp-throughput-latency-2n-skx"
3950   filter: "'NIC_Intel-XXV710' and
3951            '64B' and
3952            'FEATURE' and
3953            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3954            'NDRPDR' and
3955            '2T1C' and
3956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3957            not 'VHOST' and
3958            not 'MEMIF'"
3959   parameters:
3960   - "throughput"
3961   - "parent"
3962   traces:
3963     hoverinfo: "x+y"
3964     boxpoints: "outliers"
3965     whiskerwidth: 0
3966   layout:
3967     title: ""  # No title
3968     layout: "plot-throughput"
3969
3970 -
3971   type: "plot"
3972   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-features-ndr"
3973   algorithm: "plot_performance_box"
3974   output-file-type: ".html"
3975   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-ndr"
3976   data: "plot-vpp-throughput-latency-2n-skx"
3977   filter: "'NIC_Intel-XXV710' and
3978            '64B' and
3979            'FEATURE' and
3980            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3981            'NDRPDR' and
3982            '4T2C' and
3983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3984            not 'VHOST' and
3985            not 'MEMIF'"
3986   parameters:
3987   - "throughput"
3988   - "parent"
3989   traces:
3990     hoverinfo: "x+y"
3991     boxpoints: "outliers"
3992     whiskerwidth: 0
3993   layout:
3994     title: ""  # No title
3995     layout: "plot-throughput"
3996
3997 -
3998   type: "plot"
3999   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-features-pdr"
4000   algorithm: "plot_performance_box"
4001   output-file-type: ".html"
4002   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-pdr"
4003   data: "plot-vpp-throughput-latency-2n-skx"
4004   filter: "'NIC_Intel-XXV710' and
4005            '64B' and
4006            'FEATURE' and
4007            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4008            'NDRPDR' and
4009            '4T2C' and
4010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4011            not 'VHOST' and
4012            not 'MEMIF'"
4013   parameters:
4014   - "throughput"
4015   - "parent"
4016   traces:
4017     hoverinfo: "x+y"
4018     boxpoints: "outliers"
4019     whiskerwidth: 0
4020   layout:
4021     title: ""  # No title
4022     layout: "plot-throughput"
4023
4024 ################################################################################
4025
4026 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4027 -
4028   type: "plot"
4029   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4030   algorithm: "plot_performance_box"
4031   output-file-type: ".html"
4032   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4033   data: "plot-vpp-throughput-latency-3n-hsw"
4034   filter: "'NIC_Intel-X520-DA2' and
4035            '64B' and
4036            ('BASE' or 'SCALE') and
4037            'NDRPDR' and
4038            '1T1C' and
4039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4040            not 'VHOST' and
4041            'MEMIF'"
4042   parameters:
4043   - "throughput"
4044   - "parent"
4045   traces:
4046     hoverinfo: "x+y"
4047     boxpoints: "outliers"
4048     whiskerwidth: 0
4049   layout:
4050     title: ""  # No title
4051     layout: "plot-throughput"
4052
4053 -
4054   type: "plot"
4055   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4056   algorithm: "plot_performance_box"
4057   output-file-type: ".html"
4058   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4059   data: "plot-vpp-throughput-latency-3n-hsw"
4060   filter: "'NIC_Intel-X520-DA2' and
4061            '64B' and
4062            ('BASE' or 'SCALE') and
4063            'NDRPDR' and
4064            '1T1C' and
4065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4066            not 'VHOST' and
4067            'MEMIF'"
4068   parameters:
4069   - "throughput"
4070   - "parent"
4071   traces:
4072     hoverinfo: "x+y"
4073     boxpoints: "outliers"
4074     whiskerwidth: 0
4075   layout:
4076     title: ""  # No title
4077     layout: "plot-throughput"
4078
4079 -
4080   type: "plot"
4081   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4082   algorithm: "plot_performance_box"
4083   output-file-type: ".html"
4084   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4085   data: "plot-vpp-throughput-latency-3n-hsw"
4086   filter: "'NIC_Intel-X520-DA2' and
4087            '64B' and
4088            ('BASE' or 'SCALE') and
4089            'NDRPDR' and
4090            '2T2C' and
4091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4092            not 'VHOST' and
4093            'MEMIF'"
4094   parameters:
4095   - "throughput"
4096   - "parent"
4097   traces:
4098     hoverinfo: "x+y"
4099     boxpoints: "outliers"
4100     whiskerwidth: 0
4101   layout:
4102     title: ""  # No title
4103     layout: "plot-throughput"
4104
4105 -
4106   type: "plot"
4107   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4108   algorithm: "plot_performance_box"
4109   output-file-type: ".html"
4110   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4111   data: "plot-vpp-throughput-latency-3n-hsw"
4112   filter: "'NIC_Intel-X520-DA2' and
4113            '64B' and
4114            ('BASE' or 'SCALE') and
4115            'NDRPDR' and
4116            '2T2C' and
4117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4118            not 'VHOST' and
4119            'MEMIF'"
4120   parameters:
4121   - "throughput"
4122   - "parent"
4123   traces:
4124     hoverinfo: "x+y"
4125     boxpoints: "outliers"
4126     whiskerwidth: 0
4127   layout:
4128     title: ""  # No title
4129     layout: "plot-throughput"
4130
4131 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4132 -
4133   type: "plot"
4134   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4135   algorithm: "plot_performance_box"
4136   output-file-type: ".html"
4137   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4138   data: "plot-vpp-throughput-latency-3n-hsw"
4139   filter: "'NIC_Intel-X710' and
4140            '64B' and
4141            ('BASE' or 'SCALE') and
4142            'NDRPDR' and
4143            '1T1C' and
4144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4145            not 'VHOST' and
4146            'MEMIF'"
4147   parameters:
4148   - "throughput"
4149   - "parent"
4150   traces:
4151     hoverinfo: "x+y"
4152     boxpoints: "outliers"
4153     whiskerwidth: 0
4154   layout:
4155     title: ""  # No title
4156     layout: "plot-throughput"
4157
4158 -
4159   type: "plot"
4160   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4161   algorithm: "plot_performance_box"
4162   output-file-type: ".html"
4163   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4164   data: "plot-vpp-throughput-latency-3n-hsw"
4165   filter: "'NIC_Intel-X710' and
4166            '64B' and
4167            ('BASE' or 'SCALE') and
4168            'NDRPDR' and
4169            '1T1C' and
4170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4171            not 'VHOST' and
4172            'MEMIF'"
4173   parameters:
4174   - "throughput"
4175   - "parent"
4176   traces:
4177     hoverinfo: "x+y"
4178     boxpoints: "outliers"
4179     whiskerwidth: 0
4180   layout:
4181     title: ""  # No title
4182     layout: "plot-throughput"
4183
4184 -
4185   type: "plot"
4186   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4187   algorithm: "plot_performance_box"
4188   output-file-type: ".html"
4189   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4190   data: "plot-vpp-throughput-latency-3n-hsw"
4191   filter: "'NIC_Intel-X710' and
4192            '64B' and
4193            ('BASE' or 'SCALE') and
4194            'NDRPDR' and
4195            '2T2C' and
4196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4197            not 'VHOST' and
4198            'MEMIF'"
4199   parameters:
4200   - "throughput"
4201   - "parent"
4202   traces:
4203     hoverinfo: "x+y"
4204     boxpoints: "outliers"
4205     whiskerwidth: 0
4206   layout:
4207     title: ""  # No title
4208     layout: "plot-throughput"
4209
4210 -
4211   type: "plot"
4212   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4213   algorithm: "plot_performance_box"
4214   output-file-type: ".html"
4215   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4216   data: "plot-vpp-throughput-latency-3n-hsw"
4217   filter: "'NIC_Intel-X710' and
4218            '64B' and
4219            ('BASE' or 'SCALE') and
4220            'NDRPDR' and
4221            '2T2C' and
4222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4223            not 'VHOST' and
4224            'MEMIF'"
4225   parameters:
4226   - "throughput"
4227   - "parent"
4228   traces:
4229     hoverinfo: "x+y"
4230     boxpoints: "outliers"
4231     whiskerwidth: 0
4232   layout:
4233     title: ""  # No title
4234     layout: "plot-throughput"
4235
4236 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4237 -
4238   type: "plot"
4239   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4240   algorithm: "plot_performance_box"
4241   output-file-type: ".html"
4242   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4243   data: "plot-vpp-throughput-latency-3n-hsw"
4244   filter: "'NIC_Intel-XL710' and
4245            '64B' and
4246            ('BASE' or 'SCALE') and
4247            'NDRPDR' and
4248            '1T1C' and
4249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4250            not 'VHOST' and
4251            'MEMIF'"
4252   parameters:
4253   - "throughput"
4254   - "parent"
4255   traces:
4256     hoverinfo: "x+y"
4257     boxpoints: "outliers"
4258     whiskerwidth: 0
4259   layout:
4260     title: ""  # No title
4261     layout: "plot-throughput"
4262
4263 -
4264   type: "plot"
4265   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4266   algorithm: "plot_performance_box"
4267   output-file-type: ".html"
4268   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4269   data: "plot-vpp-throughput-latency-3n-hsw"
4270   filter: "'NIC_Intel-XL710' and
4271            '64B' and
4272            ('BASE' or 'SCALE') and
4273            'NDRPDR' and
4274            '1T1C' and
4275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4276            not 'VHOST' and
4277            'MEMIF'"
4278   parameters:
4279   - "throughput"
4280   - "parent"
4281   traces:
4282     hoverinfo: "x+y"
4283     boxpoints: "outliers"
4284     whiskerwidth: 0
4285   layout:
4286     title: ""  # No title
4287     layout: "plot-throughput"
4288
4289 -
4290   type: "plot"
4291   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4292   algorithm: "plot_performance_box"
4293   output-file-type: ".html"
4294   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4295   data: "plot-vpp-throughput-latency-3n-hsw"
4296   filter: "'NIC_Intel-XL710' and
4297            '64B' and
4298            ('BASE' or 'SCALE') and
4299            'NDRPDR' and
4300            '2T2C' and
4301            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4302            not 'VHOST' and
4303            'MEMIF'"
4304   parameters:
4305   - "throughput"
4306   - "parent"
4307   traces:
4308     hoverinfo: "x+y"
4309     boxpoints: "outliers"
4310     whiskerwidth: 0
4311   layout:
4312     title: ""  # No title
4313     layout: "plot-throughput"
4314
4315 -
4316   type: "plot"
4317   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4318   algorithm: "plot_performance_box"
4319   output-file-type: ".html"
4320   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4321   data: "plot-vpp-throughput-latency-3n-hsw"
4322   filter: "'NIC_Intel-XL710' and
4323            '64B' and
4324            ('BASE' or 'SCALE') and
4325            'NDRPDR' and
4326            '2T2C' and
4327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4328            not 'VHOST' and
4329            'MEMIF'"
4330   parameters:
4331   - "throughput"
4332   - "parent"
4333   traces:
4334     hoverinfo: "x+y"
4335     boxpoints: "outliers"
4336     whiskerwidth: 0
4337   layout:
4338     title: ""  # No title
4339     layout: "plot-throughput"
4340
4341 # Packet Throughput - VPP Container Memif 3n-skx-x710
4342 -
4343   type: "plot"
4344   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4345   algorithm: "plot_performance_box"
4346   output-file-type: ".html"
4347   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4348   data: "plot-vpp-throughput-latency-3n-skx"
4349   filter: "'NIC_Intel-X710' and
4350            '64B' and
4351            ('BASE' or 'SCALE') and
4352            'NDRPDR' and
4353            '2T1C' and
4354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4355            not 'VHOST' and
4356            'MEMIF'"
4357   parameters:
4358   - "throughput"
4359   - "parent"
4360   traces:
4361     hoverinfo: "x+y"
4362     boxpoints: "outliers"
4363     whiskerwidth: 0
4364   layout:
4365     title: ""  # No title
4366     layout: "plot-throughput"
4367
4368 -
4369   type: "plot"
4370   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4371   algorithm: "plot_performance_box"
4372   output-file-type: ".html"
4373   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4374   data: "plot-vpp-throughput-latency-3n-skx"
4375   filter: "'NIC_Intel-X710' and
4376            '64B' and
4377            ('BASE' or 'SCALE') and
4378            'NDRPDR' and
4379            '2T1C' and
4380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4381            not 'VHOST' and
4382             'MEMIF'"
4383   parameters:
4384   - "throughput"
4385   - "parent"
4386   traces:
4387     hoverinfo: "x+y"
4388     boxpoints: "outliers"
4389     whiskerwidth: 0
4390   layout:
4391     title: ""  # No title
4392     layout: "plot-throughput"
4393
4394 -
4395   type: "plot"
4396   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4397   algorithm: "plot_performance_box"
4398   output-file-type: ".html"
4399   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4400   data: "plot-vpp-throughput-latency-3n-skx"
4401   filter: "'NIC_Intel-X710' and
4402            '64B' and
4403            ('BASE' or 'SCALE') and
4404            'NDRPDR' and
4405            '4T2C' and
4406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4407            not 'VHOST' and
4408            'MEMIF'"
4409   parameters:
4410   - "throughput"
4411   - "parent"
4412   traces:
4413     hoverinfo: "x+y"
4414     boxpoints: "outliers"
4415     whiskerwidth: 0
4416   layout:
4417     title: ""  # No title
4418     layout: "plot-throughput"
4419
4420 -
4421   type: "plot"
4422   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4423   algorithm: "plot_performance_box"
4424   output-file-type: ".html"
4425   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4426   data: "plot-vpp-throughput-latency-3n-skx"
4427   filter: "'NIC_Intel-X710' and
4428            '64B' and
4429            ('BASE' or 'SCALE') and
4430            'NDRPDR' and
4431            '4T2C' and
4432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4433            not 'VHOST' and
4434            'MEMIF'"
4435   parameters:
4436   - "throughput"
4437   - "parent"
4438   traces:
4439     hoverinfo: "x+y"
4440     boxpoints: "outliers"
4441     whiskerwidth: 0
4442   layout:
4443     title: ""  # No title
4444     layout: "plot-throughput"
4445
4446 # Packet Throughput - VPP Container Memif 3n-skx-xxv710
4447 -
4448   type: "plot"
4449   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4450   algorithm: "plot_performance_box"
4451   output-file-type: ".html"
4452   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4453   data: "plot-vpp-throughput-latency-3n-skx"
4454   filter: "'NIC_Intel-XXV710' and
4455            '64B' and
4456            ('BASE' or 'SCALE') and
4457            'NDRPDR' and
4458            '2T1C' and
4459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4460            not 'VHOST' and
4461            'MEMIF'"
4462   parameters:
4463   - "throughput"
4464   - "parent"
4465   traces:
4466     hoverinfo: "x+y"
4467     boxpoints: "outliers"
4468     whiskerwidth: 0
4469   layout:
4470     title: ""  # No title
4471     layout: "plot-throughput"
4472
4473 -
4474   type: "plot"
4475   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4476   algorithm: "plot_performance_box"
4477   output-file-type: ".html"
4478   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4479   data: "plot-vpp-throughput-latency-3n-skx"
4480   filter: "'NIC_Intel-XXV710' and
4481            '64B' and
4482            ('BASE' or 'SCALE') and
4483            'NDRPDR' and
4484            '2T1C' and
4485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4486            not 'VHOST' and
4487            'MEMIF'"
4488   parameters:
4489   - "throughput"
4490   - "parent"
4491   traces:
4492     hoverinfo: "x+y"
4493     boxpoints: "outliers"
4494     whiskerwidth: 0
4495   layout:
4496     title: ""  # No title
4497     layout: "plot-throughput"
4498
4499 -
4500   type: "plot"
4501   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4502   algorithm: "plot_performance_box"
4503   output-file-type: ".html"
4504   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4505   data: "plot-vpp-throughput-latency-3n-skx"
4506   filter: "'NIC_Intel-XXV710' and
4507            '64B' and
4508            ('BASE' or 'SCALE') and
4509            'NDRPDR' and
4510            '4T2C' and
4511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4512            not 'VHOST' and
4513            'MEMIF'"
4514   parameters:
4515   - "throughput"
4516   - "parent"
4517   traces:
4518     hoverinfo: "x+y"
4519     boxpoints: "outliers"
4520     whiskerwidth: 0
4521   layout:
4522     title: ""  # No title
4523     layout: "plot-throughput"
4524
4525 -
4526   type: "plot"
4527   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4528   algorithm: "plot_performance_box"
4529   output-file-type: ".html"
4530   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4531   data: "plot-vpp-throughput-latency-3n-skx"
4532   filter: "'NIC_Intel-XXV710' and
4533            '64B' and
4534            ('BASE' or 'SCALE') and
4535            'NDRPDR' and
4536            '4T2C' and
4537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4538            not 'VHOST' and
4539            'MEMIF'"
4540   parameters:
4541   - "throughput"
4542   - "parent"
4543   traces:
4544     hoverinfo: "x+y"
4545     boxpoints: "outliers"
4546     whiskerwidth: 0
4547   layout:
4548     title: ""  # No title
4549     layout: "plot-throughput"
4550
4551 # Packet Throughput - VPP Container Memif 2n-skx-x710
4552 -
4553   type: "plot"
4554   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4555   algorithm: "plot_performance_box"
4556   output-file-type: ".html"
4557   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4558   data: "plot-vpp-throughput-latency-2n-skx"
4559   filter: "'NIC_Intel-X710' and
4560            '64B' and
4561            ('BASE' or 'SCALE') and
4562            'NDRPDR' and
4563            '2T1C' and
4564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4565            not 'VHOST' and
4566            'MEMIF'"
4567   parameters:
4568   - "throughput"
4569   - "parent"
4570   traces:
4571     hoverinfo: "x+y"
4572     boxpoints: "outliers"
4573     whiskerwidth: 0
4574   layout:
4575     title: ""  # No title
4576     layout: "plot-throughput"
4577
4578 -
4579   type: "plot"
4580   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4581   algorithm: "plot_performance_box"
4582   output-file-type: ".html"
4583   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4584   data: "plot-vpp-throughput-latency-2n-skx"
4585   filter: "'NIC_Intel-X710' and
4586            '64B' and
4587            ('BASE' or 'SCALE') and
4588            'NDRPDR' and
4589            '2T1C' and
4590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4591            not 'VHOST' and
4592            'MEMIF'"
4593   parameters:
4594   - "throughput"
4595   - "parent"
4596   traces:
4597     hoverinfo: "x+y"
4598     boxpoints: "outliers"
4599     whiskerwidth: 0
4600   layout:
4601     title: ""  # No title
4602     layout: "plot-throughput"
4603
4604 -
4605   type: "plot"
4606   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4607   algorithm: "plot_performance_box"
4608   output-file-type: ".html"
4609   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4610   data: "plot-vpp-throughput-latency-2n-skx"
4611   filter: "'NIC_Intel-X710' and
4612            '64B' and
4613            ('BASE' or 'SCALE') and
4614            'NDRPDR' and
4615            '4T2C' and
4616            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4617            not 'VHOST' and
4618            'MEMIF'"
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: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4633   algorithm: "plot_performance_box"
4634   output-file-type: ".html"
4635   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4636   data: "plot-vpp-throughput-latency-2n-skx"
4637   filter: "'NIC_Intel-X710' and
4638            '64B' and
4639            ('BASE' or 'SCALE') and
4640            'NDRPDR' and
4641            '4T2C' and
4642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4643            not 'VHOST' and
4644            'MEMIF'"
4645   parameters:
4646   - "throughput"
4647   - "parent"
4648   traces:
4649     hoverinfo: "x+y"
4650     boxpoints: "outliers"
4651     whiskerwidth: 0
4652   layout:
4653     title: ""  # No title
4654     layout: "plot-throughput"
4655
4656 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
4657 -
4658   type: "plot"
4659   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4660   algorithm: "plot_performance_box"
4661   output-file-type: ".html"
4662   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4663   data: "plot-vpp-throughput-latency-2n-skx"
4664   filter: "'NIC_Intel-XXV710' and
4665            '64B' and
4666            ('BASE' or 'SCALE') and
4667            'NDRPDR' and
4668            '2T1C' and
4669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4670            not 'VHOST' and
4671            'MEMIF'"
4672   parameters:
4673   - "throughput"
4674   - "parent"
4675   traces:
4676     hoverinfo: "x+y"
4677     boxpoints: "outliers"
4678     whiskerwidth: 0
4679   layout:
4680     title: ""  # No title
4681     layout: "plot-throughput"
4682
4683 -
4684   type: "plot"
4685   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4686   algorithm: "plot_performance_box"
4687   output-file-type: ".html"
4688   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4689   data: "plot-vpp-throughput-latency-2n-skx"
4690   filter: "'NIC_Intel-XXV710' and
4691            '64B' and
4692            ('BASE' or 'SCALE') and
4693            'NDRPDR' and
4694            '2T1C' and
4695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4696            not 'VHOST' and
4697            'MEMIF'"
4698   parameters:
4699   - "throughput"
4700   - "parent"
4701   traces:
4702     hoverinfo: "x+y"
4703     boxpoints: "outliers"
4704     whiskerwidth: 0
4705   layout:
4706     title: ""  # No title
4707     layout: "plot-throughput"
4708
4709 -
4710   type: "plot"
4711   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4712   algorithm: "plot_performance_box"
4713   output-file-type: ".html"
4714   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4715   data: "plot-vpp-throughput-latency-2n-skx"
4716   filter: "'NIC_Intel-XXV710' and
4717            '64B' and
4718            ('BASE' or 'SCALE') and
4719            'NDRPDR' and
4720            '4T2C' and
4721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4722            not 'VHOST' and
4723            'MEMIF'"
4724   parameters:
4725   - "throughput"
4726   - "parent"
4727   traces:
4728     hoverinfo: "x+y"
4729     boxpoints: "outliers"
4730     whiskerwidth: 0
4731   layout:
4732     title: ""  # No title
4733     layout: "plot-throughput"
4734
4735 -
4736   type: "plot"
4737   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4738   algorithm: "plot_performance_box"
4739   output-file-type: ".html"
4740   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4741   data: "plot-vpp-throughput-latency-2n-skx"
4742   filter: "'NIC_Intel-XXV710' and
4743            '64B' and
4744            ('BASE' or 'SCALE') and
4745            'NDRPDR' and
4746            '4T2C' and
4747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4748            not 'VHOST' and
4749            'MEMIF'"
4750   parameters:
4751   - "throughput"
4752   - "parent"
4753   traces:
4754     hoverinfo: "x+y"
4755     boxpoints: "outliers"
4756     whiskerwidth: 0
4757   layout:
4758     title: ""  # No title
4759     layout: "plot-throughput"
4760
4761 ################################################################################
4762
4763 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4764 -
4765   type: "plot"
4766   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4767   algorithm: "plot_performance_box"
4768   output-file-type: ".html"
4769   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4770   data: "plot-ligato-throughput-latency-3n-hsw"
4771   filter: "'NIC_Intel-X520-DA2' and
4772            '64B' and
4773            ('BASE' or 'SCALE') and
4774            'NDRPDR' and
4775            '1T1C' and
4776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4777            not 'VHOST' and
4778            'MEMIF'"
4779   parameters:
4780   - "throughput"
4781   - "parent"
4782   traces:
4783     hoverinfo: "x+y"
4784     boxpoints: "outliers"
4785     whiskerwidth: 0
4786   layout:
4787     title: ""  # No title
4788     layout: "plot-throughput"
4789
4790 -
4791   type: "plot"
4792   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4793   algorithm: "plot_performance_box"
4794   output-file-type: ".html"
4795   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4796   data: "plot-ligato-throughput-latency-3n-hsw"
4797   filter: "'NIC_Intel-X520-DA2' and
4798            '64B' and
4799            ('BASE' or 'SCALE') and
4800            'NDRPDR' and
4801            '1T1C' and
4802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4803            not 'VHOST' and
4804            'MEMIF'"
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: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4819   algorithm: "plot_performance_box"
4820   output-file-type: ".html"
4821   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4822   data: "plot-ligato-throughput-latency-3n-hsw"
4823   filter: "'NIC_Intel-X520-DA2' and
4824            '64B' and
4825            ('BASE' or 'SCALE') and
4826            'NDRPDR' and
4827            '2T2C' and
4828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4829            not 'VHOST' and
4830            'MEMIF'"
4831   parameters:
4832   - "throughput"
4833   - "parent"
4834   traces:
4835     hoverinfo: "x+y"
4836     boxpoints: "outliers"
4837     whiskerwidth: 0
4838   layout:
4839     title: ""  # No title
4840     layout: "plot-throughput"
4841
4842 -
4843   type: "plot"
4844   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4845   algorithm: "plot_performance_box"
4846   output-file-type: ".html"
4847   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4848   data: "plot-ligato-throughput-latency-3n-hsw"
4849   filter: "'NIC_Intel-X520-DA2' and
4850            '64B' and
4851            ('BASE' or 'SCALE') and
4852            'NDRPDR' and
4853            '2T2C' and
4854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4855            not 'VHOST' and
4856            'MEMIF'"
4857   parameters:
4858   - "throughput"
4859   - "parent"
4860   traces:
4861     hoverinfo: "x+y"
4862     boxpoints: "outliers"
4863     whiskerwidth: 0
4864   layout:
4865     title: ""  # No title
4866     layout: "plot-throughput"
4867
4868 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4869 -
4870   type: "plot"
4871   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4872   algorithm: "plot_performance_box"
4873   output-file-type: ".html"
4874   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4875   data: "plot-ligato-throughput-latency-3n-hsw"
4876   filter: "'NIC_Intel-X710' and
4877            '64B' and
4878            ('BASE' or 'SCALE') and
4879            'NDRPDR' and
4880            '1T1C' and
4881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4882            not 'VHOST' and
4883            'MEMIF'"
4884   parameters:
4885   - "throughput"
4886   - "parent"
4887   traces:
4888     hoverinfo: "x+y"
4889     boxpoints: "outliers"
4890     whiskerwidth: 0
4891   layout:
4892     title: ""  # No title
4893     layout: "plot-throughput"
4894
4895 -
4896   type: "plot"
4897   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4898   algorithm: "plot_performance_box"
4899   output-file-type: ".html"
4900   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4901   data: "plot-ligato-throughput-latency-3n-hsw"
4902   filter: "'NIC_Intel-X710' and
4903            '64B' and
4904            ('BASE' or 'SCALE') and
4905            'NDRPDR' and
4906            '1T1C' and
4907            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4908            not 'VHOST' and
4909            'MEMIF'"
4910   parameters:
4911   - "throughput"
4912   - "parent"
4913   traces:
4914     hoverinfo: "x+y"
4915     boxpoints: "outliers"
4916     whiskerwidth: 0
4917   layout:
4918     title: ""  # No title
4919     layout: "plot-throughput"
4920
4921 -
4922   type: "plot"
4923   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4924   algorithm: "plot_performance_box"
4925   output-file-type: ".html"
4926   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4927   data: "plot-ligato-throughput-latency-3n-hsw"
4928   filter: "'NIC_Intel-X710' and
4929            '64B' and
4930            ('BASE' or 'SCALE') and
4931            'NDRPDR' and
4932            '2T2C' and
4933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4934            not 'VHOST' and
4935            'MEMIF'"
4936   parameters:
4937   - "throughput"
4938   - "parent"
4939   traces:
4940     hoverinfo: "x+y"
4941     boxpoints: "outliers"
4942     whiskerwidth: 0
4943   layout:
4944     title: ""  # No title
4945     layout: "plot-throughput"
4946
4947 -
4948   type: "plot"
4949   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4950   algorithm: "plot_performance_box"
4951   output-file-type: ".html"
4952   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4953   data: "plot-ligato-throughput-latency-3n-hsw"
4954   filter: "'NIC_Intel-X710' and
4955            '64B' and
4956            ('BASE' or 'SCALE') and
4957            'NDRPDR' and
4958            '2T2C' and
4959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4960            not 'VHOST' and
4961            'MEMIF'"
4962   parameters:
4963   - "throughput"
4964   - "parent"
4965   traces:
4966     hoverinfo: "x+y"
4967     boxpoints: "outliers"
4968     whiskerwidth: 0
4969   layout:
4970     title: ""  # No title
4971     layout: "plot-throughput"
4972
4973 ################################################################################
4974
4975 # Packet Throughput - VPP IPv4 3n-hsw-x520
4976 -
4977   type: "plot"
4978   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4979   algorithm: "plot_performance_box"
4980   output-file-type: ".html"
4981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4982   data: "plot-vpp-throughput-latency-3n-hsw"
4983   filter: "'NIC_Intel-X520-DA2' and
4984            '64B' and
4985            ('BASE' or 'SCALE') and
4986            'NDRPDR' and
4987            '1T1C' 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-hsw-x520-64b-1t1c-base_and_scale-pdr"
5005   algorithm: "plot_performance_box"
5006   output-file-type: ".html"
5007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5008   data: "plot-vpp-throughput-latency-3n-hsw"
5009   filter: "'NIC_Intel-X520-DA2' and
5010            '64B' and
5011            ('BASE' or 'SCALE') and
5012            'NDRPDR' and
5013            '1T1C' 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-hsw-x520-64b-2t2c-base_and_scale-ndr"
5031   algorithm: "plot_performance_box"
5032   output-file-type: ".html"
5033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5034   data: "plot-vpp-throughput-latency-3n-hsw"
5035   filter: "'NIC_Intel-X520-DA2' and
5036            '64B' and
5037            ('BASE' or 'SCALE') and
5038            'NDRPDR' and
5039            '2T2C' 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-hsw-x520-64b-2t2c-base_and_scale-pdr"
5057   algorithm: "plot_performance_box"
5058   output-file-type: ".html"
5059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5060   data: "plot-vpp-throughput-latency-3n-hsw"
5061   filter: "'NIC_Intel-X520-DA2' and
5062            '64B' and
5063            ('BASE' or 'SCALE') and
5064            'NDRPDR' and
5065            '2T2C' 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-hsw-x520-64b-1t1c-features-ndr"
5083   algorithm: "plot_performance_box"
5084   output-file-type: ".html"
5085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5086   data: "plot-vpp-throughput-latency-3n-hsw"
5087   filter: "'NIC_Intel-X520-DA2' and
5088            '64B' and
5089            'FEATURE' and
5090            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5091            'NDRPDR' and
5092            '1T1C' 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-hsw-x520-64b-1t1c-features-pdr"
5110   algorithm: "plot_performance_box"
5111   output-file-type: ".html"
5112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5113   data: "plot-vpp-throughput-latency-3n-hsw"
5114   filter: "'NIC_Intel-X520-DA2' and
5115            '64B' and
5116            'FEATURE' and
5117            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5118            'NDRPDR' and
5119            '1T1C' 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-hsw-x520-64b-2t2c-features-ndr"
5137   algorithm: "plot_performance_box"
5138   output-file-type: ".html"
5139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5140   data: "plot-vpp-throughput-latency-3n-hsw"
5141   filter: "'NIC_Intel-X520-DA2' and
5142            '64B' and
5143            'FEATURE' and
5144            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5145            'NDRPDR' and
5146            '2T2C' 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-hsw-x520-64b-2t2c-features-pdr"
5164   algorithm: "plot_performance_box"
5165   output-file-type: ".html"
5166   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5167   data: "plot-vpp-throughput-latency-3n-hsw"
5168   filter: "'NIC_Intel-X520-DA2' and
5169            '64B' and
5170            'FEATURE' and
5171            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5172            'NDRPDR' and
5173            '2T2C' 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-hsw-x710
5189 -
5190   type: "plot"
5191   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5192   algorithm: "plot_performance_box"
5193   output-file-type: ".html"
5194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5195   data: "plot-vpp-throughput-latency-3n-hsw"
5196   filter: "'NIC_Intel-X710' and
5197            '64B' and
5198            ('BASE' or 'SCALE') and
5199            'NDRPDR' and
5200            '1T1C' 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-hsw-x710-64b-1t1c-base_and_scale-pdr"
5218   algorithm: "plot_performance_box"
5219   output-file-type: ".html"
5220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5221   data: "plot-vpp-throughput-latency-3n-hsw"
5222   filter: "'NIC_Intel-X710' and
5223            '64B' and
5224            ('BASE' or 'SCALE') and
5225            'NDRPDR' and
5226            '1T1C' 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-hsw-x710-64b-2t2c-base_and_scale-ndr"
5244   algorithm: "plot_performance_box"
5245   output-file-type: ".html"
5246   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5247   data: "plot-vpp-throughput-latency-3n-hsw"
5248   filter: "'NIC_Intel-X710' and
5249            '64B' and
5250            ('BASE' or 'SCALE') and
5251            'NDRPDR' and
5252            '2T2C' 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-hsw-x710-64b-2t2c-base_and_scale-pdr"
5270   algorithm: "plot_performance_box"
5271   output-file-type: ".html"
5272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5273   data: "plot-vpp-throughput-latency-3n-hsw"
5274   filter: "'NIC_Intel-X710' and
5275            '64B' and
5276            ('BASE' or 'SCALE') and
5277            'NDRPDR' and
5278            '2T2C' 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-hsw-x710-64b-1t1c-features-ndr"
5296   algorithm: "plot_performance_box"
5297   output-file-type: ".html"
5298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
5299   data: "plot-vpp-throughput-latency-3n-hsw"
5300   filter: "'NIC_Intel-X710' and
5301            '64B' and
5302            'FEATURE' and
5303            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5304            'NDRPDR' and
5305            '1T1C' 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-hsw-x710-64b-1t1c-features-pdr"
5323   algorithm: "plot_performance_box"
5324   output-file-type: ".html"
5325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
5326   data: "plot-vpp-throughput-latency-3n-hsw"
5327   filter: "'NIC_Intel-X710' and
5328            '64B' and
5329            'FEATURE' and
5330            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5331            'NDRPDR' and
5332            '1T1C' 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-hsw-x710-64b-2t2c-features-ndr"
5350   algorithm: "plot_performance_box"
5351   output-file-type: ".html"
5352   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
5353   data: "plot-vpp-throughput-latency-3n-hsw"
5354   filter: "'NIC_Intel-X710' and
5355            '64B' and
5356            'FEATURE' and
5357            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5358            'NDRPDR' and
5359            '2T2C' 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-hsw-x710-64b-2t2c-features-pdr"
5377   algorithm: "plot_performance_box"
5378   output-file-type: ".html"
5379   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
5380   data: "plot-vpp-throughput-latency-3n-hsw"
5381   filter: "'NIC_Intel-X710' and
5382            '64B' and
5383            'FEATURE' and
5384            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5385            'NDRPDR' and
5386            '2T2C' 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 3n-hsw-xl710
5402 -
5403   type: "plot"
5404   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5405   algorithm: "plot_performance_box"
5406   output-file-type: ".html"
5407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5408   data: "plot-vpp-throughput-latency-3n-hsw"
5409   filter: "'NIC_Intel-XL710' and
5410            '64B' and
5411            ('BASE' or 'SCALE') and
5412            'NDRPDR' and
5413            '1T1C' 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-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5431   algorithm: "plot_performance_box"
5432   output-file-type: ".html"
5433   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5434   data: "plot-vpp-throughput-latency-3n-hsw"
5435   filter: "'NIC_Intel-XL710' and
5436            '64B' and
5437            ('BASE' or 'SCALE') and
5438            'NDRPDR' and
5439            '1T1C' 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-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5457   algorithm: "plot_performance_box"
5458   output-file-type: ".html"
5459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5460   data: "plot-vpp-throughput-latency-3n-hsw"
5461   filter: "'NIC_Intel-XL710' and
5462            '64B' and
5463            ('BASE' or 'SCALE') and
5464            'NDRPDR' and
5465            '2T2C' 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-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5483   algorithm: "plot_performance_box"
5484   output-file-type: ".html"
5485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5486   data: "plot-vpp-throughput-latency-3n-hsw"
5487   filter: "'NIC_Intel-XL710' and
5488            '64B' and
5489            ('BASE' or 'SCALE') and
5490            'NDRPDR' and
5491            '2T2C' 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 3n-skx-x710
5507 -
5508   type: "plot"
5509   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5510   algorithm: "plot_performance_box"
5511   output-file-type: ".html"
5512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5513   data: "plot-vpp-throughput-latency-3n-skx"
5514   filter: "'NIC_Intel-X710' 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-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5536   algorithm: "plot_performance_box"
5537   output-file-type: ".html"
5538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5539   data: "plot-vpp-throughput-latency-3n-skx"
5540   filter: "'NIC_Intel-X710' 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-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5562   algorithm: "plot_performance_box"
5563   output-file-type: ".html"
5564   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5565   data: "plot-vpp-throughput-latency-3n-skx"
5566   filter: "'NIC_Intel-X710' 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-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5588   algorithm: "plot_performance_box"
5589   output-file-type: ".html"
5590   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5591   data: "plot-vpp-throughput-latency-3n-skx"
5592   filter: "'NIC_Intel-X710' 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   type: "plot"
5613   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5614   algorithm: "plot_performance_box"
5615   output-file-type: ".html"
5616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5617   data: "plot-vpp-throughput-latency-3n-skx"
5618   filter: "'NIC_Intel-X710' and
5619            '64B' and
5620            'FEATURE' and
5621            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5622            'NDRPDR' and
5623            '2T1C' and
5624            'IP4FWD' and
5625            not 'IPSEC' and
5626            not 'VHOST'"
5627   parameters:
5628   - "throughput"
5629   - "parent"
5630   traces:
5631     hoverinfo: "x+y"
5632     boxpoints: "outliers"
5633     whiskerwidth: 0
5634   layout:
5635     title: ""  # No title
5636     layout: "plot-throughput"
5637
5638 -
5639   type: "plot"
5640   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5641   algorithm: "plot_performance_box"
5642   output-file-type: ".html"
5643   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5644   data: "plot-vpp-throughput-latency-3n-skx"
5645   filter: "'NIC_Intel-X710' and
5646            '64B' and
5647            'FEATURE' and
5648            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5649            'NDRPDR' and
5650            '2T1C' and
5651            'IP4FWD' and
5652            not 'IPSEC' and
5653            not 'VHOST'"
5654   parameters:
5655   - "throughput"
5656   - "parent"
5657   traces:
5658     hoverinfo: "x+y"
5659     boxpoints: "outliers"
5660     whiskerwidth: 0
5661   layout:
5662     title: ""  # No title
5663     layout: "plot-throughput"
5664
5665 -
5666   type: "plot"
5667   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5668   algorithm: "plot_performance_box"
5669   output-file-type: ".html"
5670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5671   data: "plot-vpp-throughput-latency-3n-skx"
5672   filter: "'NIC_Intel-X710' and
5673            '64B' and
5674            'FEATURE' and
5675            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5676            'NDRPDR' and
5677            '4T2C' and
5678            'IP4FWD' and
5679            not 'IPSEC' and
5680            not 'VHOST'"
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: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5695   algorithm: "plot_performance_box"
5696   output-file-type: ".html"
5697   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5698   data: "plot-vpp-throughput-latency-3n-skx"
5699   filter: "'NIC_Intel-X710' and
5700            '64B' and
5701            'FEATURE' and
5702            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5703            'NDRPDR' and
5704            '4T2C' and
5705            'IP4FWD' and
5706            not 'IPSEC' and
5707            not 'VHOST'"
5708   parameters:
5709   - "throughput"
5710   - "parent"
5711   traces:
5712     hoverinfo: "x+y"
5713     boxpoints: "outliers"
5714     whiskerwidth: 0
5715   layout:
5716     title: ""  # No title
5717     layout: "plot-throughput"
5718
5719 # Packet Throughput - VPP IPv4 3n-skx-xxv710
5720 -
5721   type: "plot"
5722   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5723   algorithm: "plot_performance_box"
5724   output-file-type: ".html"
5725   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5726   data: "plot-vpp-throughput-latency-3n-skx"
5727   filter: "'NIC_Intel-XXV710' and
5728            '64B' and
5729            ('BASE' or 'SCALE') and
5730            'NDRPDR' and
5731            '2T1C' and
5732            'IP4FWD' and
5733            not 'IPSEC' and
5734            not 'VHOST'"
5735   parameters:
5736   - "throughput"
5737   - "parent"
5738   traces:
5739     hoverinfo: "x+y"
5740     boxpoints: "outliers"
5741     whiskerwidth: 0
5742   layout:
5743     title: ""  # No title
5744     layout: "plot-throughput"
5745
5746 -
5747   type: "plot"
5748   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5749   algorithm: "plot_performance_box"
5750   output-file-type: ".html"
5751   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5752   data: "plot-vpp-throughput-latency-3n-skx"
5753   filter: "'NIC_Intel-XXV710' and
5754            '64B' and
5755            ('BASE' or 'SCALE') and
5756            'NDRPDR' and
5757            '2T1C' and
5758            'IP4FWD' and
5759            not 'IPSEC' and
5760            not 'VHOST'"
5761   parameters:
5762   - "throughput"
5763   - "parent"
5764   traces:
5765     hoverinfo: "x+y"
5766     boxpoints: "outliers"
5767     whiskerwidth: 0
5768   layout:
5769     title: ""  # No title
5770     layout: "plot-throughput"
5771
5772 -
5773   type: "plot"
5774   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5775   algorithm: "plot_performance_box"
5776   output-file-type: ".html"
5777   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5778   data: "plot-vpp-throughput-latency-3n-skx"
5779   filter: "'NIC_Intel-XXV710' and
5780            '64B' and
5781            ('BASE' or 'SCALE') and
5782            'NDRPDR' and
5783            '4T2C' and
5784            'IP4FWD' and
5785            not 'IPSEC' and
5786            not 'VHOST'"
5787   parameters:
5788   - "throughput"
5789   - "parent"
5790   traces:
5791     hoverinfo: "x+y"
5792     boxpoints: "outliers"
5793     whiskerwidth: 0
5794   layout:
5795     title: ""  # No title
5796     layout: "plot-throughput"
5797
5798 -
5799   type: "plot"
5800   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5801   algorithm: "plot_performance_box"
5802   output-file-type: ".html"
5803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5804   data: "plot-vpp-throughput-latency-3n-skx"
5805   filter: "'NIC_Intel-XXV710' and
5806            '64B' and
5807            ('BASE' or 'SCALE') and
5808            'NDRPDR' and
5809            '4T2C' and
5810            'IP4FWD' and
5811            not 'IPSEC' and
5812            not 'VHOST'"
5813   parameters:
5814   - "throughput"
5815   - "parent"
5816   traces:
5817     hoverinfo: "x+y"
5818     boxpoints: "outliers"
5819     whiskerwidth: 0
5820   layout:
5821     title: ""  # No title
5822     layout: "plot-throughput"
5823
5824 -
5825   type: "plot"
5826   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5827   algorithm: "plot_performance_box"
5828   output-file-type: ".html"
5829   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5830   data: "plot-vpp-throughput-latency-3n-skx"
5831   filter: "'NIC_Intel-XXV710' and
5832            '64B' and
5833            'FEATURE' and
5834            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5835            'NDRPDR' and
5836            '2T1C' and
5837            'IP4FWD' and
5838            not 'IPSEC' and
5839            not 'VHOST'"
5840   parameters:
5841   - "throughput"
5842   - "parent"
5843   traces:
5844     hoverinfo: "x+y"
5845     boxpoints: "outliers"
5846     whiskerwidth: 0
5847   layout:
5848     title: ""  # No title
5849     layout: "plot-throughput"
5850
5851 -
5852   type: "plot"
5853   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5854   algorithm: "plot_performance_box"
5855   output-file-type: ".html"
5856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5857   data: "plot-vpp-throughput-latency-3n-skx"
5858   filter: "'NIC_Intel-XXV710' and
5859            '64B' and
5860            'FEATURE' and
5861            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5862            'NDRPDR' and
5863            '2T1C' and
5864            'IP4FWD' and
5865            not 'IPSEC' and
5866            not 'VHOST'"
5867   parameters:
5868   - "throughput"
5869   - "parent"
5870   traces:
5871     hoverinfo: "x+y"
5872     boxpoints: "outliers"
5873     whiskerwidth: 0
5874   layout:
5875     title: ""  # No title
5876     layout: "plot-throughput"
5877
5878 -
5879   type: "plot"
5880   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5881   algorithm: "plot_performance_box"
5882   output-file-type: ".html"
5883   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5884   data: "plot-vpp-throughput-latency-3n-skx"
5885   filter: "'NIC_Intel-XXV710' and
5886            '64B' and
5887            'FEATURE' and
5888            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5889            'NDRPDR' and
5890            '4T2C' and
5891            'IP4FWD' and
5892            not 'IPSEC' and
5893            not 'VHOST'"
5894   parameters:
5895   - "throughput"
5896   - "parent"
5897   traces:
5898     hoverinfo: "x+y"
5899     boxpoints: "outliers"
5900     whiskerwidth: 0
5901   layout:
5902     title: ""  # No title
5903     layout: "plot-throughput"
5904
5905 -
5906   type: "plot"
5907   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5908   algorithm: "plot_performance_box"
5909   output-file-type: ".html"
5910   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5911   data: "plot-vpp-throughput-latency-3n-skx"
5912   filter: "'NIC_Intel-XXV710' and
5913            '64B' and
5914            'FEATURE' and
5915            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5916            'NDRPDR' and
5917            '4T2C' and
5918            'IP4FWD' and
5919            not 'IPSEC' and
5920            not 'VHOST'"
5921   parameters:
5922   - "throughput"
5923   - "parent"
5924   traces:
5925     hoverinfo: "x+y"
5926     boxpoints: "outliers"
5927     whiskerwidth: 0
5928   layout:
5929     title: ""  # No title
5930     layout: "plot-throughput"
5931
5932 # Packet Throughput - VPP IPv4 2n-skx-x710
5933 -
5934   type: "plot"
5935   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5936   algorithm: "plot_performance_box"
5937   output-file-type: ".html"
5938   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5939   data: "plot-vpp-throughput-latency-2n-skx"
5940   filter: "'NIC_Intel-X710' and
5941            '64B' and
5942            ('BASE' or 'SCALE') and
5943            'NDRPDR' and
5944            '2T1C' and
5945            'IP4FWD' and
5946            not 'IPSEC' and
5947            not 'VHOST'"
5948   parameters:
5949   - "throughput"
5950   - "parent"
5951   traces:
5952     hoverinfo: "x+y"
5953     boxpoints: "outliers"
5954     whiskerwidth: 0
5955   layout:
5956     title: ""  # No title
5957     layout: "plot-throughput"
5958
5959 -
5960   type: "plot"
5961   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5962   algorithm: "plot_performance_box"
5963   output-file-type: ".html"
5964   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5965   data: "plot-vpp-throughput-latency-2n-skx"
5966   filter: "'NIC_Intel-X710' and
5967            '64B' and
5968            ('BASE' or 'SCALE') and
5969            'NDRPDR' and
5970            '2T1C' and
5971            'IP4FWD' 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: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5988   algorithm: "plot_performance_box"
5989   output-file-type: ".html"
5990   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5991   data: "plot-vpp-throughput-latency-2n-skx"
5992   filter: "'NIC_Intel-X710' and
5993            '64B' and
5994            ('BASE' or 'SCALE') and
5995            'NDRPDR' and
5996            '4T2C' and
5997            'IP4FWD' and
5998            not 'IPSEC' and
5999            not 'VHOST'"
6000   parameters:
6001   - "throughput"
6002   - "parent"
6003   traces:
6004     hoverinfo: "x+y"
6005     boxpoints: "outliers"
6006     whiskerwidth: 0
6007   layout:
6008     title: ""  # No title
6009     layout: "plot-throughput"
6010
6011 -
6012   type: "plot"
6013   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6014   algorithm: "plot_performance_box"
6015   output-file-type: ".html"
6016   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6017   data: "plot-vpp-throughput-latency-2n-skx"
6018   filter: "'NIC_Intel-X710' and
6019            '64B' and
6020            ('BASE' or 'SCALE') and
6021            'NDRPDR' and
6022            '4T2C' and
6023            'IP4FWD' and
6024            not 'IPSEC' and
6025            not 'VHOST'"
6026   parameters:
6027   - "throughput"
6028   - "parent"
6029   traces:
6030     hoverinfo: "x+y"
6031     boxpoints: "outliers"
6032     whiskerwidth: 0
6033   layout:
6034     title: ""  # No title
6035     layout: "plot-throughput"
6036
6037 -
6038   type: "plot"
6039   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-ndr"
6040   algorithm: "plot_performance_box"
6041   output-file-type: ".html"
6042   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-ndr"
6043   data: "plot-vpp-throughput-latency-2n-skx"
6044   filter: "'NIC_Intel-X710' and
6045            '64B' and
6046            'FEATURE' and
6047            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6048            'NDRPDR' and
6049            '2T1C' and
6050            'IP4FWD' and
6051            not 'IPSEC' and
6052            not 'VHOST'"
6053   parameters:
6054   - "throughput"
6055   - "parent"
6056   traces:
6057     hoverinfo: "x+y"
6058     boxpoints: "outliers"
6059     whiskerwidth: 0
6060   layout:
6061     title: ""  # No title
6062     layout: "plot-throughput"
6063
6064 -
6065   type: "plot"
6066   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-pdr"
6067   algorithm: "plot_performance_box"
6068   output-file-type: ".html"
6069   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-pdr"
6070   data: "plot-vpp-throughput-latency-2n-skx"
6071   filter: "'NIC_Intel-X710' and
6072            '64B' and
6073            'FEATURE' and
6074            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6075            'NDRPDR' and
6076            '2T1C' and
6077            'IP4FWD' and
6078            not 'IPSEC' and
6079            not 'VHOST'"
6080   parameters:
6081   - "throughput"
6082   - "parent"
6083   traces:
6084     hoverinfo: "x+y"
6085     boxpoints: "outliers"
6086     whiskerwidth: 0
6087   layout:
6088     title: ""  # No title
6089     layout: "plot-throughput"
6090
6091 -
6092   type: "plot"
6093   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-ndr"
6094   algorithm: "plot_performance_box"
6095   output-file-type: ".html"
6096   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-ndr"
6097   data: "plot-vpp-throughput-latency-2n-skx"
6098   filter: "'NIC_Intel-X710' and
6099            '64B' and
6100            'FEATURE' and
6101            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6102            'NDRPDR' and
6103            '4T2C' and
6104            'IP4FWD' and
6105            not 'IPSEC' and
6106            not 'VHOST'"
6107   parameters:
6108   - "throughput"
6109   - "parent"
6110   traces:
6111     hoverinfo: "x+y"
6112     boxpoints: "outliers"
6113     whiskerwidth: 0
6114   layout:
6115     title: ""  # No title
6116     layout: "plot-throughput"
6117
6118 -
6119   type: "plot"
6120   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-pdr"
6121   algorithm: "plot_performance_box"
6122   output-file-type: ".html"
6123   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-pdr"
6124   data: "plot-vpp-throughput-latency-2n-skx"
6125   filter: "'NIC_Intel-X710' and
6126            '64B' and
6127            'FEATURE' and
6128            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6129            'NDRPDR' and
6130            '4T2C' and
6131            'IP4FWD' and
6132            not 'IPSEC' and
6133            not 'VHOST'"
6134   parameters:
6135   - "throughput"
6136   - "parent"
6137   traces:
6138     hoverinfo: "x+y"
6139     boxpoints: "outliers"
6140     whiskerwidth: 0
6141   layout:
6142     title: ""  # No title
6143     layout: "plot-throughput"
6144
6145 # Packet Throughput - VPP IPv4 2n-skx-xxv710
6146 -
6147   type: "plot"
6148   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6149   algorithm: "plot_performance_box"
6150   output-file-type: ".html"
6151   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6152   data: "plot-vpp-throughput-latency-2n-skx"
6153   filter: "'NIC_Intel-XXV710' and
6154            '64B' and
6155            ('BASE' or 'SCALE') and
6156            'NDRPDR' and
6157            '2T1C' and
6158            'IP4FWD' and
6159            not 'IPSEC' and
6160            not 'VHOST'"
6161   parameters:
6162   - "throughput"
6163   - "parent"
6164   traces:
6165     hoverinfo: "x+y"
6166     boxpoints: "outliers"
6167     whiskerwidth: 0
6168   layout:
6169     title: ""  # No title
6170     layout: "plot-throughput"
6171
6172 -
6173   type: "plot"
6174   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6175   algorithm: "plot_performance_box"
6176   output-file-type: ".html"
6177   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6178   data: "plot-vpp-throughput-latency-2n-skx"
6179   filter: "'NIC_Intel-XXV710' and
6180            '64B' and
6181            ('BASE' or 'SCALE') and
6182            'NDRPDR' and
6183            '2T1C' and
6184            'IP4FWD' and
6185            not 'IPSEC' and
6186            not 'VHOST'"
6187   parameters:
6188   - "throughput"
6189   - "parent"
6190   traces:
6191     hoverinfo: "x+y"
6192     boxpoints: "outliers"
6193     whiskerwidth: 0
6194   layout:
6195     title: ""  # No title
6196     layout: "plot-throughput"
6197
6198 -
6199   type: "plot"
6200   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6201   algorithm: "plot_performance_box"
6202   output-file-type: ".html"
6203   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6204   data: "plot-vpp-throughput-latency-2n-skx"
6205   filter: "'NIC_Intel-XXV710' and
6206            '64B' and
6207            ('BASE' or 'SCALE') and
6208            'NDRPDR' and
6209            '4T2C' and
6210            'IP4FWD' and
6211            not 'IPSEC' and
6212            not 'VHOST'"
6213   parameters:
6214   - "throughput"
6215   - "parent"
6216   traces:
6217     hoverinfo: "x+y"
6218     boxpoints: "outliers"
6219     whiskerwidth: 0
6220   layout:
6221     title: ""  # No title
6222     layout: "plot-throughput"
6223
6224 -
6225   type: "plot"
6226   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6227   algorithm: "plot_performance_box"
6228   output-file-type: ".html"
6229   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6230   data: "plot-vpp-throughput-latency-2n-skx"
6231   filter: "'NIC_Intel-XXV710' and
6232            '64B' and
6233            ('BASE' or 'SCALE') and
6234            'NDRPDR' and
6235            '4T2C' and
6236            'IP4FWD' and
6237            not 'IPSEC' and
6238            not 'VHOST'"
6239   parameters:
6240   - "throughput"
6241   - "parent"
6242   traces:
6243     hoverinfo: "x+y"
6244     boxpoints: "outliers"
6245     whiskerwidth: 0
6246   layout:
6247     title: ""  # No title
6248     layout: "plot-throughput"
6249
6250 -
6251   type: "plot"
6252   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-features-ndr"
6253   algorithm: "plot_performance_box"
6254   output-file-type: ".html"
6255   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-ndr"
6256   data: "plot-vpp-throughput-latency-2n-skx"
6257   filter: "'NIC_Intel-XXV710' and
6258            '64B' and
6259            'FEATURE' and
6260            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6261            'NDRPDR' and
6262            '2T1C' and
6263            'IP4FWD' and
6264            not 'IPSEC' and
6265            not 'VHOST'"
6266   parameters:
6267   - "throughput"
6268   - "parent"
6269   traces:
6270     hoverinfo: "x+y"
6271     boxpoints: "outliers"
6272     whiskerwidth: 0
6273   layout:
6274     title: ""  # No title
6275     layout: "plot-throughput"
6276
6277 -
6278   type: "plot"
6279   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-features-pdr"
6280   algorithm: "plot_performance_box"
6281   output-file-type: ".html"
6282   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-pdr"
6283   data: "plot-vpp-throughput-latency-2n-skx"
6284   filter: "'NIC_Intel-XXV710' and
6285            '64B' and
6286            'FEATURE' and
6287            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6288            'NDRPDR' and
6289            '2T1C' and
6290            'IP4FWD' and
6291            not 'IPSEC' and
6292            not 'VHOST'"
6293   parameters:
6294   - "throughput"
6295   - "parent"
6296   traces:
6297     hoverinfo: "x+y"
6298     boxpoints: "outliers"
6299     whiskerwidth: 0
6300   layout:
6301     title: ""  # No title
6302     layout: "plot-throughput"
6303
6304 -
6305   type: "plot"
6306   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-features-ndr"
6307   algorithm: "plot_performance_box"
6308   output-file-type: ".html"
6309   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-ndr"
6310   data: "plot-vpp-throughput-latency-2n-skx"
6311   filter: "'NIC_Intel-XXV710' and
6312            '64B' and
6313            'FEATURE' and
6314            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6315            'NDRPDR' and
6316            '4T2C' and
6317            'IP4FWD' and
6318            not 'IPSEC' and
6319            not 'VHOST'"
6320   parameters:
6321   - "throughput"
6322   - "parent"
6323   traces:
6324     hoverinfo: "x+y"
6325     boxpoints: "outliers"
6326     whiskerwidth: 0
6327   layout:
6328     title: ""  # No title
6329     layout: "plot-throughput"
6330
6331 -
6332   type: "plot"
6333   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-features-pdr"
6334   algorithm: "plot_performance_box"
6335   output-file-type: ".html"
6336   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-pdr"
6337   data: "plot-vpp-throughput-latency-2n-skx"
6338   filter: "'NIC_Intel-XXV710' and
6339            '64B' and
6340            'FEATURE' and
6341            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6342            'NDRPDR' and
6343            '4T2C' and
6344            'IP4FWD' and
6345            not 'IPSEC' and
6346            not 'VHOST'"
6347   parameters:
6348   - "throughput"
6349   - "parent"
6350   traces:
6351     hoverinfo: "x+y"
6352     boxpoints: "outliers"
6353     whiskerwidth: 0
6354   layout:
6355     title: ""  # No title
6356     layout: "plot-throughput"
6357
6358 ################################################################################
6359
6360 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
6361 -
6362   type: "plot"
6363   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6364   algorithm: "plot_performance_box"
6365   output-file-type: ".html"
6366   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6367   data: "plot-vpp-throughput-latency-3n-hsw"
6368   filter: "'NIC_Intel-X520-DA2' and
6369            '64B' and
6370            'ENCAP' and
6371            'NDRPDR' and
6372            '1T1C' and
6373            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6374            not 'VHOST' and
6375            not 'IPSECHW'"
6376   parameters:
6377   - "throughput"
6378   - "parent"
6379   traces:
6380     hoverinfo: "x+y"
6381     boxpoints: "outliers"
6382     whiskerwidth: 0
6383   layout:
6384     title: ""  # No title
6385     layout: "plot-throughput"
6386
6387 -
6388   type: "plot"
6389   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6390   algorithm: "plot_performance_box"
6391   output-file-type: ".html"
6392   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6393   data: "plot-vpp-throughput-latency-3n-hsw"
6394   filter: "'NIC_Intel-X520-DA2' and
6395            '64B' and
6396            'ENCAP' and
6397            'NDRPDR' and
6398            '1T1C' and
6399            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6400            not 'VHOST' and
6401            not 'IPSECHW'"
6402   parameters:
6403   - "throughput"
6404   - "parent"
6405   traces:
6406     hoverinfo: "x+y"
6407     boxpoints: "outliers"
6408     whiskerwidth: 0
6409   layout:
6410     title: ""  # No title
6411     layout: "plot-throughput"
6412
6413 -
6414   type: "plot"
6415   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6416   algorithm: "plot_performance_box"
6417   output-file-type: ".html"
6418   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6419   data: "plot-vpp-throughput-latency-3n-hsw"
6420   filter: "'NIC_Intel-X520-DA2' and
6421            '64B' and
6422            'ENCAP' and
6423            'NDRPDR' and
6424            '2T2C' and
6425            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6426            not 'VHOST' and
6427            not 'IPSECHW'"
6428   parameters:
6429   - "throughput"
6430   - "parent"
6431   traces:
6432     hoverinfo: "x+y"
6433     boxpoints: "outliers"
6434     whiskerwidth: 0
6435   layout:
6436     title: ""  # No title
6437     layout: "plot-throughput"
6438
6439 -
6440   type: "plot"
6441   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6442   algorithm: "plot_performance_box"
6443   output-file-type: ".html"
6444   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6445   data: "plot-vpp-throughput-latency-3n-hsw"
6446   filter: "'NIC_Intel-X520-DA2' and
6447            '64B' and
6448            'ENCAP' and
6449            'NDRPDR' and
6450            '2T2C' and
6451            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6452            not 'VHOST' and
6453            not 'IPSECHW'"
6454   parameters:
6455   - "throughput"
6456   - "parent"
6457   traces:
6458     hoverinfo: "x+y"
6459     boxpoints: "outliers"
6460     whiskerwidth: 0
6461   layout:
6462     title: ""  # No title
6463     layout: "plot-throughput"
6464
6465 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
6466 -
6467   type: "plot"
6468   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6469   algorithm: "plot_performance_box"
6470   output-file-type: ".html"
6471   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6472   data: "plot-vpp-throughput-latency-3n-hsw"
6473   filter: "'NIC_Intel-X710' and
6474            '64B' and
6475            'ENCAP' and
6476            'NDRPDR' and
6477            '1T1C' and
6478            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6479            not 'VHOST' and
6480            not 'IPSECHW'"
6481   parameters:
6482   - "throughput"
6483   - "parent"
6484   traces:
6485     hoverinfo: "x+y"
6486     boxpoints: "outliers"
6487     whiskerwidth: 0
6488   layout:
6489     title: ""  # No title
6490     layout: "plot-throughput"
6491
6492 -
6493   type: "plot"
6494   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6495   algorithm: "plot_performance_box"
6496   output-file-type: ".html"
6497   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6498   data: "plot-vpp-throughput-latency-3n-hsw"
6499   filter: "'NIC_Intel-X710' and
6500            '64B' and
6501            'ENCAP' and
6502            'NDRPDR' and
6503            '1T1C' and
6504            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6505            not 'VHOST' and
6506            not 'IPSECHW'"
6507   parameters:
6508   - "throughput"
6509   - "parent"
6510   traces:
6511     hoverinfo: "x+y"
6512     boxpoints: "outliers"
6513     whiskerwidth: 0
6514   layout:
6515     title: ""  # No title
6516     layout: "plot-throughput"
6517
6518 -
6519   type: "plot"
6520   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6521   algorithm: "plot_performance_box"
6522   output-file-type: ".html"
6523   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6524   data: "plot-vpp-throughput-latency-3n-hsw"
6525   filter: "'NIC_Intel-X710' and
6526            '64B' and
6527            'ENCAP' and
6528            'NDRPDR' and
6529            '2T2C' and
6530            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6531            not 'VHOST' and
6532            not 'IPSECHW'"
6533   parameters:
6534   - "throughput"
6535   - "parent"
6536   traces:
6537     hoverinfo: "x+y"
6538     boxpoints: "outliers"
6539     whiskerwidth: 0
6540   layout:
6541     title: ""  # No title
6542     layout: "plot-throughput"
6543
6544 -
6545   type: "plot"
6546   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6547   algorithm: "plot_performance_box"
6548   output-file-type: ".html"
6549   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6550   data: "plot-vpp-throughput-latency-3n-hsw"
6551   filter: "'NIC_Intel-X710' and
6552            '64B' and
6553            'ENCAP' and
6554            'NDRPDR' and
6555            '2T2C' and
6556            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6557            not 'VHOST' and
6558            not 'IPSECHW'"
6559   parameters:
6560   - "throughput"
6561   - "parent"
6562   traces:
6563     hoverinfo: "x+y"
6564     boxpoints: "outliers"
6565     whiskerwidth: 0
6566   layout:
6567     title: ""  # No title
6568     layout: "plot-throughput"
6569
6570 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
6571 -
6572   type: "plot"
6573   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6574   algorithm: "plot_performance_box"
6575   output-file-type: ".html"
6576   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6577   data: "plot-vpp-throughput-latency-3n-skx"
6578   filter: "'NIC_Intel-X710' and
6579            '64B' and
6580            'ENCAP' and
6581            'NDRPDR' and
6582            '2T1C' and
6583            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6584            not 'VHOST' and
6585            not 'IPSECHW'"
6586   parameters:
6587   - "throughput"
6588   - "parent"
6589   traces:
6590     hoverinfo: "x+y"
6591     boxpoints: "outliers"
6592     whiskerwidth: 0
6593   layout:
6594     title: ""  # No title
6595     layout: "plot-throughput"
6596
6597 -
6598   type: "plot"
6599   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6600   algorithm: "plot_performance_box"
6601   output-file-type: ".html"
6602   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6603   data: "plot-vpp-throughput-latency-3n-skx"
6604   filter: "'NIC_Intel-X710' and
6605            '64B' and
6606            'ENCAP' and
6607            'NDRPDR' and
6608            '2T1C' and
6609            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6610            not 'VHOST' and
6611            not 'IPSECHW'"
6612   parameters:
6613   - "throughput"
6614   - "parent"
6615   traces:
6616     hoverinfo: "x+y"
6617     boxpoints: "outliers"
6618     whiskerwidth: 0
6619   layout:
6620     title: ""  # No title
6621     layout: "plot-throughput"
6622
6623 -
6624   type: "plot"
6625   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6626   algorithm: "plot_performance_box"
6627   output-file-type: ".html"
6628   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6629   data: "plot-vpp-throughput-latency-3n-skx"
6630   filter: "'NIC_Intel-X710' and
6631            '64B' and
6632            'ENCAP' and
6633            'NDRPDR' and
6634            '4T2C' and
6635            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6636            not 'VHOST' and
6637            not 'IPSECHW'"
6638   parameters:
6639   - "throughput"
6640   - "parent"
6641   traces:
6642     hoverinfo: "x+y"
6643     boxpoints: "outliers"
6644     whiskerwidth: 0
6645   layout:
6646     title: ""  # No title
6647     layout: "plot-throughput"
6648
6649 -
6650   type: "plot"
6651   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6652   algorithm: "plot_performance_box"
6653   output-file-type: ".html"
6654   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6655   data: "plot-vpp-throughput-latency-3n-skx"
6656   filter: "'NIC_Intel-X710' and
6657            '64B' and
6658            'ENCAP' and
6659            'NDRPDR' and
6660            '4T2C' and
6661            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6662            not 'VHOST' and
6663            not 'IPSECHW'"
6664   parameters:
6665   - "throughput"
6666   - "parent"
6667   traces:
6668     hoverinfo: "x+y"
6669     boxpoints: "outliers"
6670     whiskerwidth: 0
6671   layout:
6672     title: ""  # No title
6673     layout: "plot-throughput"
6674
6675 # Packet Throughput - VPP IPv4 tunnels 3n-skx-xxv710
6676 -
6677   type: "plot"
6678   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6679   algorithm: "plot_performance_box"
6680   output-file-type: ".html"
6681   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6682   data: "plot-vpp-throughput-latency-3n-skx"
6683   filter: "'NIC_Intel-XXV710' and
6684            '64B' and
6685            'ENCAP' and
6686            'NDRPDR' and
6687            '2T1C' and
6688            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6689            not 'VHOST' and
6690            not 'IPSECHW'"
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 -
6703   type: "plot"
6704   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6705   algorithm: "plot_performance_box"
6706   output-file-type: ".html"
6707   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6708   data: "plot-vpp-throughput-latency-3n-skx"
6709   filter: "'NIC_Intel-XXV710' and
6710            '64B' and
6711            'ENCAP' and
6712            'NDRPDR' and
6713            '2T1C' and
6714            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6715            not 'VHOST' and
6716            not 'IPSECHW'"
6717   parameters:
6718   - "throughput"
6719   - "parent"
6720   traces:
6721     hoverinfo: "x+y"
6722     boxpoints: "outliers"
6723     whiskerwidth: 0
6724   layout:
6725     title: ""  # No title
6726     layout: "plot-throughput"
6727
6728 -
6729   type: "plot"
6730   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6731   algorithm: "plot_performance_box"
6732   output-file-type: ".html"
6733   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6734   data: "plot-vpp-throughput-latency-3n-skx"
6735   filter: "'NIC_Intel-XXV710' and
6736            '64B' and
6737            'ENCAP' and
6738            'NDRPDR' and
6739            '4T2C' and
6740            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6741            not 'VHOST' and
6742            not 'IPSECHW'"
6743   parameters:
6744   - "throughput"
6745   - "parent"
6746   traces:
6747     hoverinfo: "x+y"
6748     boxpoints: "outliers"
6749     whiskerwidth: 0
6750   layout:
6751     title: ""  # No title
6752     layout: "plot-throughput"
6753
6754 -
6755   type: "plot"
6756   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6757   algorithm: "plot_performance_box"
6758   output-file-type: ".html"
6759   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6760   data: "plot-vpp-throughput-latency-3n-skx"
6761   filter: "'NIC_Intel-XXV710' and
6762            '64B' and
6763            'ENCAP' and
6764            'NDRPDR' and
6765            '4T2C' and
6766            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6767            not 'VHOST' and
6768            not 'IPSECHW'"
6769   parameters:
6770   - "throughput"
6771   - "parent"
6772   traces:
6773     hoverinfo: "x+y"
6774     boxpoints: "outliers"
6775     whiskerwidth: 0
6776   layout:
6777     title: ""  # No title
6778     layout: "plot-throughput"
6779
6780 # Packet Throughput - VPP IPv4 tunnels 2n-skx-x710
6781 -
6782   type: "plot"
6783   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6784   algorithm: "plot_performance_box"
6785   output-file-type: ".html"
6786   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6787   data: "plot-vpp-throughput-latency-2n-skx"
6788   filter: "'NIC_Intel-X710' and
6789            '64B' and
6790            'ENCAP' and
6791            'NDRPDR' and
6792            '2T1C' and
6793            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6794            not 'VHOST' and
6795            not 'IPSECHW'"
6796   parameters:
6797   - "throughput"
6798   - "parent"
6799   traces:
6800     hoverinfo: "x+y"
6801     boxpoints: "outliers"
6802     whiskerwidth: 0
6803   layout:
6804     title: ""  # No title
6805     layout: "plot-throughput"
6806
6807 -
6808   type: "plot"
6809   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6810   algorithm: "plot_performance_box"
6811   output-file-type: ".html"
6812   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6813   data: "plot-vpp-throughput-latency-2n-skx"
6814   filter: "'NIC_Intel-X710' and
6815            '64B' and
6816            'ENCAP' and
6817            'NDRPDR' and
6818            '2T1C' and
6819            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6820            not 'VHOST' and
6821            not 'IPSECHW'"
6822   parameters:
6823   - "throughput"
6824   - "parent"
6825   traces:
6826     hoverinfo: "x+y"
6827     boxpoints: "outliers"
6828     whiskerwidth: 0
6829   layout:
6830     title: ""  # No title
6831     layout: "plot-throughput"
6832
6833 -
6834   type: "plot"
6835   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6836   algorithm: "plot_performance_box"
6837   output-file-type: ".html"
6838   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6839   data: "plot-vpp-throughput-latency-2n-skx"
6840   filter: "'NIC_Intel-X710' and
6841            '64B' and
6842            'ENCAP' and
6843            'NDRPDR' and
6844            '4T2C' and
6845            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6846            not 'VHOST' and
6847            not 'IPSECHW'"
6848   parameters:
6849   - "throughput"
6850   - "parent"
6851   traces:
6852     hoverinfo: "x+y"
6853     boxpoints: "outliers"
6854     whiskerwidth: 0
6855   layout:
6856     title: ""  # No title
6857     layout: "plot-throughput"
6858
6859 -
6860   type: "plot"
6861   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6862   algorithm: "plot_performance_box"
6863   output-file-type: ".html"
6864   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6865   data: "plot-vpp-throughput-latency-2n-skx"
6866   filter: "'NIC_Intel-X710' and
6867            '64B' and
6868            'ENCAP' and
6869            'NDRPDR' and
6870            '4T2C' and
6871            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6872            not 'VHOST' and
6873            not 'IPSECHW'"
6874   parameters:
6875   - "throughput"
6876   - "parent"
6877   traces:
6878     hoverinfo: "x+y"
6879     boxpoints: "outliers"
6880     whiskerwidth: 0
6881   layout:
6882     title: ""  # No title
6883     layout: "plot-throughput"
6884
6885 # Packet Throughput - VPP IPv4 tunnels 2n-skx-xxv710
6886 -
6887   type: "plot"
6888   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6889   algorithm: "plot_performance_box"
6890   output-file-type: ".html"
6891   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6892   data: "plot-vpp-throughput-latency-2n-skx"
6893   filter: "'NIC_Intel-XXV710' and
6894            '64B' and
6895            'ENCAP' and
6896            'NDRPDR' and
6897            '2T1C' and
6898            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6899            not 'VHOST' and
6900            not 'IPSECHW'"
6901   parameters:
6902   - "throughput"
6903   - "parent"
6904   traces:
6905     hoverinfo: "x+y"
6906     boxpoints: "outliers"
6907     whiskerwidth: 0
6908   layout:
6909     title: ""  # No title
6910     layout: "plot-throughput"
6911
6912 -
6913   type: "plot"
6914   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6915   algorithm: "plot_performance_box"
6916   output-file-type: ".html"
6917   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6918   data: "plot-vpp-throughput-latency-2n-skx"
6919   filter: "'NIC_Intel-XXV710' and
6920            '64B' and
6921            'ENCAP' and
6922            'NDRPDR' and
6923            '2T1C' and
6924            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6925            not 'VHOST' and
6926            not 'IPSECHW'"
6927   parameters:
6928   - "throughput"
6929   - "parent"
6930   traces:
6931     hoverinfo: "x+y"
6932     boxpoints: "outliers"
6933     whiskerwidth: 0
6934   layout:
6935     title: ""  # No title
6936     layout: "plot-throughput"
6937
6938 -
6939   type: "plot"
6940   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6941   algorithm: "plot_performance_box"
6942   output-file-type: ".html"
6943   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6944   data: "plot-vpp-throughput-latency-2n-skx"
6945   filter: "'NIC_Intel-XXV710' and
6946            '64B' and
6947            'ENCAP' and
6948            'NDRPDR' and
6949            '4T2C' and
6950            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6951            not 'VHOST' and
6952            not 'IPSECHW'"
6953   parameters:
6954   - "throughput"
6955   - "parent"
6956   traces:
6957     hoverinfo: "x+y"
6958     boxpoints: "outliers"
6959     whiskerwidth: 0
6960   layout:
6961     title: ""  # No title
6962     layout: "plot-throughput"
6963
6964 -
6965   type: "plot"
6966   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6967   algorithm: "plot_performance_box"
6968   output-file-type: ".html"
6969   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6970   data: "plot-vpp-throughput-latency-2n-skx"
6971   filter: "'NIC_Intel-XXV710' and
6972            '64B' and
6973            'ENCAP' and
6974            'NDRPDR' and
6975            '4T2C' and
6976            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6977            not 'VHOST' and
6978            not 'IPSECHW'"
6979   parameters:
6980   - "throughput"
6981   - "parent"
6982   traces:
6983     hoverinfo: "x+y"
6984     boxpoints: "outliers"
6985     whiskerwidth: 0
6986   layout:
6987     title: ""  # No title
6988     layout: "plot-throughput"
6989
6990 ################################################################################
6991
6992 # Packet Throughput - VPP IPv6 3n-hsw-x520
6993 -
6994   type: "plot"
6995   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6996   algorithm: "plot_performance_box"
6997   output-file-type: ".html"
6998   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6999   data: "plot-vpp-throughput-latency-3n-hsw"
7000   filter: "'NIC_Intel-X520-DA2' and
7001            '78B' and
7002            ('BASE' or 'SCALE') and
7003            'NDRPDR' and
7004            '1T1C' and
7005            'IP6FWD' and
7006            not 'SRv6' and
7007            not 'IPSEC' and
7008            not 'VHOST'"
7009   parameters:
7010   - "throughput"
7011   - "parent"
7012   traces:
7013     hoverinfo: "x+y"
7014     boxpoints: "outliers"
7015     whiskerwidth: 0
7016   layout:
7017     title: ""  # No title
7018     layout: "plot-throughput"
7019
7020 -
7021   type: "plot"
7022   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7023   algorithm: "plot_performance_box"
7024   output-file-type: ".html"
7025   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7026   data: "plot-vpp-throughput-latency-3n-hsw"
7027   filter: "'NIC_Intel-X520-DA2' and
7028            '78B' and
7029            ('BASE' or 'SCALE') and
7030            'NDRPDR' and
7031            '1T1C' and
7032            'IP6FWD' and
7033            not 'SRv6' and
7034            not 'IPSEC' and
7035            not 'VHOST'"
7036   parameters:
7037   - "throughput"
7038   - "parent"
7039   traces:
7040     hoverinfo: "x+y"
7041     boxpoints: "outliers"
7042     whiskerwidth: 0
7043   layout:
7044     title: ""  # No title
7045     layout: "plot-throughput"
7046
7047 -
7048   type: "plot"
7049   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7050   algorithm: "plot_performance_box"
7051   output-file-type: ".html"
7052   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7053   data: "plot-vpp-throughput-latency-3n-hsw"
7054   filter: "'NIC_Intel-X520-DA2' and
7055            '78B' and
7056            ('BASE' or 'SCALE') and
7057            'NDRPDR' and
7058            '2T2C' and
7059            'IP6FWD' and
7060            not 'SRv6' and
7061            not 'IPSEC' and
7062            not 'VHOST'"
7063   parameters:
7064   - "throughput"
7065   - "parent"
7066   traces:
7067     hoverinfo: "x+y"
7068     boxpoints: "outliers"
7069     whiskerwidth: 0
7070   layout:
7071     title: ""  # No title
7072     layout: "plot-throughput"
7073
7074 -
7075   type: "plot"
7076   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7077   algorithm: "plot_performance_box"
7078   output-file-type: ".html"
7079   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7080   data: "plot-vpp-throughput-latency-3n-hsw"
7081   filter: "'NIC_Intel-X520-DA2' and
7082            '78B' and
7083            ('BASE' or 'SCALE') and
7084            'NDRPDR' and
7085            '2T2C' and
7086            'IP6FWD' and
7087            not 'SRv6' and
7088            not 'IPSEC' and
7089            not 'VHOST'"
7090   parameters:
7091   - "throughput"
7092   - "parent"
7093   traces:
7094     hoverinfo: "x+y"
7095     boxpoints: "outliers"
7096     whiskerwidth: 0
7097   layout:
7098     title: ""  # No title
7099     layout: "plot-throughput"
7100
7101 -
7102   type: "plot"
7103   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-ndr"
7104   algorithm: "plot_performance_box"
7105   output-file-type: ".html"
7106   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr"
7107   data: "plot-vpp-throughput-latency-3n-hsw"
7108   filter: "'NIC_Intel-X520-DA2' and
7109            '78B' and
7110            'FEATURE' and
7111            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7112            'NDRPDR' and
7113            '1T1C' and
7114            'IP6FWD' and
7115            not 'SRv6' and
7116            not 'IPSEC' and
7117            not 'VHOST'"
7118   parameters:
7119   - "throughput"
7120   - "parent"
7121   traces:
7122     hoverinfo: "x+y"
7123     boxpoints: "outliers"
7124     whiskerwidth: 0
7125   layout:
7126     title: ""  # No title
7127     layout: "plot-throughput"
7128
7129 -
7130   type: "plot"
7131   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-pdr"
7132   algorithm: "plot_performance_box"
7133   output-file-type: ".html"
7134   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-pdr"
7135   data: "plot-vpp-throughput-latency-3n-hsw"
7136   filter: "'NIC_Intel-X520-DA2' and
7137            '78B' and
7138            'FEATURE' and
7139            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7140            'NDRPDR' and
7141            '1T1C' and
7142            'IP6FWD' and
7143            not 'SRv6' and
7144            not 'IPSEC' and
7145            not 'VHOST'"
7146   parameters:
7147   - "throughput"
7148   - "parent"
7149   traces:
7150     hoverinfo: "x+y"
7151     boxpoints: "outliers"
7152     whiskerwidth: 0
7153   layout:
7154     title: ""  # No title
7155     layout: "plot-throughput"
7156
7157 -
7158   type: "plot"
7159   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-ndr"
7160   algorithm: "plot_performance_box"
7161   output-file-type: ".html"
7162   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr"
7163   data: "plot-vpp-throughput-latency-3n-hsw"
7164   filter: "'NIC_Intel-X520-DA2' and
7165            '78B' and
7166            'FEATURE' and
7167            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7168            'NDRPDR' and
7169            '2T2C' and
7170            not 'SRv6' and
7171            'IP6FWD' and
7172            not 'IPSEC' and
7173            not 'VHOST'"
7174   parameters:
7175   - "throughput"
7176   - "parent"
7177   traces:
7178     hoverinfo: "x+y"
7179     boxpoints: "outliers"
7180     whiskerwidth: 0
7181   layout:
7182     title: ""  # No title
7183     layout: "plot-throughput"
7184
7185 -
7186   type: "plot"
7187   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-pdr"
7188   algorithm: "plot_performance_box"
7189   output-file-type: ".html"
7190   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-pdr"
7191   data: "plot-vpp-throughput-latency-3n-hsw"
7192   filter: "'NIC_Intel-X520-DA2' and
7193            '78B' and
7194            'FEATURE' and
7195            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7196            'NDRPDR' and
7197            '2T2C' and
7198            'IP6FWD' and
7199            not 'SRv6' and
7200            not 'IPSEC' and
7201            not 'VHOST'"
7202   parameters:
7203   - "throughput"
7204   - "parent"
7205   traces:
7206     hoverinfo: "x+y"
7207     boxpoints: "outliers"
7208     whiskerwidth: 0
7209   layout:
7210     title: ""  # No title
7211     layout: "plot-throughput"
7212
7213 # Packet Throughput - VPP IPv6 3n-hsw-x710
7214 -
7215   type: "plot"
7216   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
7217   algorithm: "plot_performance_box"
7218   output-file-type: ".html"
7219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
7220   data: "plot-vpp-throughput-latency-3n-hsw"
7221   filter: "'NIC_Intel-X710' and
7222            '78B' and
7223            ('BASE' or 'SCALE') and
7224            'NDRPDR' and
7225            '1T1C' and
7226            'IP6FWD' and
7227            not 'SRv6' and
7228            not 'IPSEC' and
7229            not 'VHOST'"
7230   parameters:
7231   - "throughput"
7232   - "parent"
7233   traces:
7234     hoverinfo: "x+y"
7235     boxpoints: "outliers"
7236     whiskerwidth: 0
7237   layout:
7238     title: ""  # No title
7239     layout: "plot-throughput"
7240
7241 -
7242   type: "plot"
7243   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
7244   algorithm: "plot_performance_box"
7245   output-file-type: ".html"
7246   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
7247   data: "plot-vpp-throughput-latency-3n-hsw"
7248   filter: "'NIC_Intel-X710' and
7249            '78B' and
7250            ('BASE' or 'SCALE') and
7251            'NDRPDR' and
7252            '1T1C' and
7253            'IP6FWD' and
7254            not 'SRv6' and
7255            not 'IPSEC' and
7256            not 'VHOST'"
7257   parameters:
7258   - "throughput"
7259   - "parent"
7260   traces:
7261     hoverinfo: "x+y"
7262     boxpoints: "outliers"
7263     whiskerwidth: 0
7264   layout:
7265     title: ""  # No title
7266     layout: "plot-throughput"
7267
7268 -
7269   type: "plot"
7270   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
7271   algorithm: "plot_performance_box"
7272   output-file-type: ".html"
7273   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
7274   data: "plot-vpp-throughput-latency-3n-hsw"
7275   filter: "'NIC_Intel-X710' and
7276            '78B' and
7277            ('BASE' or 'SCALE') and
7278            'NDRPDR' and
7279            '2T2C' and
7280            'IP6FWD' and
7281            not 'SRv6' and
7282            not 'IPSEC' and
7283            not 'VHOST'"
7284   parameters:
7285   - "throughput"
7286   - "parent"
7287   traces:
7288     hoverinfo: "x+y"
7289     boxpoints: "outliers"
7290     whiskerwidth: 0
7291   layout:
7292     title: ""  # No title
7293     layout: "plot-throughput"
7294
7295 -
7296   type: "plot"
7297   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
7298   algorithm: "plot_performance_box"
7299   output-file-type: ".html"
7300   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
7301   data: "plot-vpp-throughput-latency-3n-hsw"
7302   filter: "'NIC_Intel-X710' and
7303            '78B' and
7304            ('BASE' or 'SCALE') and
7305            'NDRPDR' and
7306            '2T2C' and
7307            'IP6FWD' and
7308            not 'SRv6' and
7309            not 'IPSEC' and
7310            not 'VHOST'"
7311   parameters:
7312   - "throughput"
7313   - "parent"
7314   traces:
7315     hoverinfo: "x+y"
7316     boxpoints: "outliers"
7317     whiskerwidth: 0
7318   layout:
7319     title: ""  # No title
7320     layout: "plot-throughput"
7321
7322 -
7323   type: "plot"
7324   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-ndr"
7325   algorithm: "plot_performance_box"
7326   output-file-type: ".html"
7327   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr"
7328   data: "plot-vpp-throughput-latency-3n-hsw"
7329   filter: "'NIC_Intel-X710' and
7330            '78B' and
7331            'FEATURE' and
7332            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7333            'NDRPDR' and
7334            '1T1C' and
7335            'IP6FWD' and
7336            not 'SRv6' and
7337            not 'IPSEC' 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   type: "plot"
7352   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-pdr"
7353   algorithm: "plot_performance_box"
7354   output-file-type: ".html"
7355   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-pdr"
7356   data: "plot-vpp-throughput-latency-3n-hsw"
7357   filter: "'NIC_Intel-X710' and
7358            '78B' and
7359            'FEATURE' and
7360            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7361            'NDRPDR' and
7362            '1T1C' and
7363            'IP6FWD' and
7364            not 'SRv6' and
7365            not 'IPSEC' and
7366            not 'VHOST'"
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: ip6-3n-hsw-x710-78b-2t2c-features-ndr"
7381   algorithm: "plot_performance_box"
7382   output-file-type: ".html"
7383   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr"
7384   data: "plot-vpp-throughput-latency-3n-hsw"
7385   filter: "'NIC_Intel-X710' and
7386            '78B' and
7387            'FEATURE' and
7388            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7389            'NDRPDR' and
7390            '2T2C' and
7391            'IP6FWD' and
7392            not 'SRv6' and
7393            not 'IPSEC' and
7394            not 'VHOST'"
7395   parameters:
7396   - "throughput"
7397   - "parent"
7398   traces:
7399     hoverinfo: "x+y"
7400     boxpoints: "outliers"
7401     whiskerwidth: 0
7402   layout:
7403     title: ""  # No title
7404     layout: "plot-throughput"
7405
7406 -
7407   type: "plot"
7408   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-pdr"
7409   algorithm: "plot_performance_box"
7410   output-file-type: ".html"
7411   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-pdr"
7412   data: "plot-vpp-throughput-latency-3n-hsw"
7413   filter: "'NIC_Intel-X710' and
7414            '78B' and
7415            'FEATURE' and
7416            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7417            'NDRPDR' and
7418            '2T2C' and
7419            'IP6FWD' and
7420            not 'SRv6' and
7421            not 'IPSEC' and
7422            not 'VHOST'"
7423   parameters:
7424   - "throughput"
7425   - "parent"
7426   traces:
7427     hoverinfo: "x+y"
7428     boxpoints: "outliers"
7429     whiskerwidth: 0
7430   layout:
7431     title: ""  # No title
7432     layout: "plot-throughput"
7433
7434 # Packet Throughput - VPP IPv6 3n-hsw-xl710
7435 -
7436   type: "plot"
7437   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
7438   algorithm: "plot_performance_box"
7439   output-file-type: ".html"
7440   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
7441   data: "plot-vpp-throughput-latency-3n-hsw"
7442   filter: "'NIC_Intel-XL710' and
7443            '78B' and
7444            ('BASE' or 'SCALE') and
7445            'NDRPDR' and
7446            '1T1C' and
7447            'IP6FWD' and
7448            not 'SRv6' and
7449            not 'IPSEC' and
7450            not 'VHOST'"
7451   parameters:
7452   - "throughput"
7453   - "parent"
7454   traces:
7455     hoverinfo: "x+y"
7456     boxpoints: "outliers"
7457     whiskerwidth: 0
7458   layout:
7459     title: ""  # No title
7460     layout: "plot-throughput"
7461
7462 -
7463   type: "plot"
7464   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
7465   algorithm: "plot_performance_box"
7466   output-file-type: ".html"
7467   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
7468   data: "plot-vpp-throughput-latency-3n-hsw"
7469   filter: "'NIC_Intel-XL710' and
7470            '78B' and
7471            ('BASE' or 'SCALE') and
7472            'NDRPDR' and
7473            '1T1C' and
7474            'IP6FWD' and
7475            not 'SRv6' and
7476            not 'IPSEC' and
7477            not 'VHOST'"
7478   parameters:
7479   - "throughput"
7480   - "parent"
7481   traces:
7482     hoverinfo: "x+y"
7483     boxpoints: "outliers"
7484     whiskerwidth: 0
7485   layout:
7486     title: ""  # No title
7487     layout: "plot-throughput"
7488
7489 -
7490   type: "plot"
7491   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
7492   algorithm: "plot_performance_box"
7493   output-file-type: ".html"
7494   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
7495   data: "plot-vpp-throughput-latency-3n-hsw"
7496   filter: "'NIC_Intel-XL710' and
7497            '78B' and
7498            ('BASE' or 'SCALE') and
7499            'NDRPDR' and
7500            '2T2C' and
7501            'IP6FWD' and
7502            not 'SRv6' and
7503            not 'IPSEC' and
7504            not 'VHOST'"
7505   parameters:
7506   - "throughput"
7507   - "parent"
7508   traces:
7509     hoverinfo: "x+y"
7510     boxpoints: "outliers"
7511     whiskerwidth: 0
7512   layout:
7513     title: ""  # No title
7514     layout: "plot-throughput"
7515
7516 -
7517   type: "plot"
7518   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
7519   algorithm: "plot_performance_box"
7520   output-file-type: ".html"
7521   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
7522   data: "plot-vpp-throughput-latency-3n-hsw"
7523   filter: "'NIC_Intel-XL710' and
7524            '78B' and
7525            ('BASE' or 'SCALE') and
7526            'NDRPDR' and
7527            '2T2C' and
7528            'IP6FWD' and
7529            not 'SRv6' and
7530            not 'IPSEC' and
7531            not 'VHOST'"
7532   parameters:
7533   - "throughput"
7534   - "parent"
7535   traces:
7536     hoverinfo: "x+y"
7537     boxpoints: "outliers"
7538     whiskerwidth: 0
7539   layout:
7540     title: ""  # No title
7541     layout: "plot-throughput"
7542
7543 # Packet Throughput - VPP IPv6 3n-skx-x710
7544 -
7545   type: "plot"
7546   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
7547   algorithm: "plot_performance_box"
7548   output-file-type: ".html"
7549   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
7550   data: "plot-vpp-throughput-latency-3n-skx"
7551   filter: "'NIC_Intel-X710' and
7552            '78B' and
7553            ('BASE' or 'SCALE') and
7554            'NDRPDR' and
7555            '2T1C' and
7556            'IP6FWD' and
7557            not 'SRv6' and
7558            not 'IPSEC' and
7559            not 'VHOST'"
7560   parameters:
7561   - "throughput"
7562   - "parent"
7563   traces:
7564     hoverinfo: "x+y"
7565     boxpoints: "outliers"
7566     whiskerwidth: 0
7567   layout:
7568     title: ""  # No title
7569     layout: "plot-throughput"
7570
7571 -
7572   type: "plot"
7573   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
7574   algorithm: "plot_performance_box"
7575   output-file-type: ".html"
7576   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
7577   data: "plot-vpp-throughput-latency-3n-skx"
7578   filter: "'NIC_Intel-X710' and
7579            '78B' and
7580            ('BASE' or 'SCALE') and
7581            'NDRPDR' and
7582            '2T1C' and
7583            'IP6FWD' and
7584            not 'SRv6' and
7585            not 'IPSEC' and
7586            not 'VHOST'"
7587   parameters:
7588   - "throughput"
7589   - "parent"
7590   traces:
7591     hoverinfo: "x+y"
7592     boxpoints: "outliers"
7593     whiskerwidth: 0
7594   layout:
7595     title: ""  # No title
7596     layout: "plot-throughput"
7597
7598 -
7599   type: "plot"
7600   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
7601   algorithm: "plot_performance_box"
7602   output-file-type: ".html"
7603   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
7604   data: "plot-vpp-throughput-latency-3n-skx"
7605   filter: "'NIC_Intel-X710' and
7606            '78B' and
7607            ('BASE' or 'SCALE') and
7608            'NDRPDR' and
7609            '4T2C' and
7610            'IP6FWD' and
7611            not 'SRv6' and
7612            not 'IPSEC' and
7613            not 'VHOST'"
7614   parameters:
7615   - "throughput"
7616   - "parent"
7617   traces:
7618     hoverinfo: "x+y"
7619     boxpoints: "outliers"
7620     whiskerwidth: 0
7621   layout:
7622     title: ""  # No title
7623     layout: "plot-throughput"
7624
7625 -
7626   type: "plot"
7627   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
7628   algorithm: "plot_performance_box"
7629   output-file-type: ".html"
7630   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
7631   data: "plot-vpp-throughput-latency-3n-skx"
7632   filter: "'NIC_Intel-X710' and
7633            '78B' and
7634            ('BASE' or 'SCALE') and
7635            'NDRPDR' and
7636            '4T2C' and
7637            'IP6FWD' and
7638            not 'SRv6' and
7639            not 'IPSEC' and
7640            not 'VHOST'"
7641   parameters:
7642   - "throughput"
7643   - "parent"
7644   traces:
7645     hoverinfo: "x+y"
7646     boxpoints: "outliers"
7647     whiskerwidth: 0
7648   layout:
7649     title: ""  # No title
7650     layout: "plot-throughput"
7651
7652 -
7653   type: "plot"
7654   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-ndr"
7655   algorithm: "plot_performance_box"
7656   output-file-type: ".html"
7657   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr"
7658   data: "plot-vpp-throughput-latency-3n-skx"
7659   filter: "'NIC_Intel-X710' and
7660            '78B' and
7661            'FEATURE' and
7662            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7663            'NDRPDR' and
7664            '2T1C' and
7665            'IP6FWD' and
7666            not 'SRv6' and
7667            not 'IPSEC' and
7668            not 'VHOST'"
7669   parameters:
7670   - "throughput"
7671   - "parent"
7672   traces:
7673     hoverinfo: "x+y"
7674     boxpoints: "outliers"
7675     whiskerwidth: 0
7676   layout:
7677     title: ""  # No title
7678     layout: "plot-throughput"
7679
7680 -
7681   type: "plot"
7682   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-pdr"
7683   algorithm: "plot_performance_box"
7684   output-file-type: ".html"
7685   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-pdr"
7686   data: "plot-vpp-throughput-latency-3n-skx"
7687   filter: "'NIC_Intel-X710' and
7688            '78B' and
7689            'FEATURE' and
7690            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7691            'NDRPDR' and
7692            '2T1C' and
7693            'IP6FWD' and
7694            not 'SRv6' and
7695            not 'IPSEC' and
7696            not 'VHOST'"
7697   parameters:
7698   - "throughput"
7699   - "parent"
7700   traces:
7701     hoverinfo: "x+y"
7702     boxpoints: "outliers"
7703     whiskerwidth: 0
7704   layout:
7705     title: ""  # No title
7706     layout: "plot-throughput"
7707
7708 -
7709   type: "plot"
7710   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-ndr"
7711   algorithm: "plot_performance_box"
7712   output-file-type: ".html"
7713   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr"
7714   data: "plot-vpp-throughput-latency-3n-skx"
7715   filter: "'NIC_Intel-X710' and
7716            '78B' and
7717            'FEATURE' and
7718            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7719            'NDRPDR' and
7720            '4T2C' and
7721            'IP6FWD' and
7722            not 'SRv6' and
7723            not 'IPSEC' and
7724            not 'VHOST'"
7725   parameters:
7726   - "throughput"
7727   - "parent"
7728   traces:
7729     hoverinfo: "x+y"
7730     boxpoints: "outliers"
7731     whiskerwidth: 0
7732   layout:
7733     title: ""  # No title
7734     layout: "plot-throughput"
7735
7736 -
7737   type: "plot"
7738   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-pdr"
7739   algorithm: "plot_performance_box"
7740   output-file-type: ".html"
7741   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-pdr"
7742   data: "plot-vpp-throughput-latency-3n-skx"
7743   filter: "'NIC_Intel-X710' and
7744            '78B' and
7745            'FEATURE' and
7746            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7747            'NDRPDR' and
7748            '4T2C' and
7749            'IP6FWD' and
7750            not 'SRv6' and
7751            not 'IPSEC' and
7752            not 'VHOST'"
7753   parameters:
7754   - "throughput"
7755   - "parent"
7756   traces:
7757     hoverinfo: "x+y"
7758     boxpoints: "outliers"
7759     whiskerwidth: 0
7760   layout:
7761     title: ""  # No title
7762     layout: "plot-throughput"
7763
7764 # Packet Throughput - VPP IPv6 3n-skx-xxv710
7765 -
7766   type: "plot"
7767   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7768   algorithm: "plot_performance_box"
7769   output-file-type: ".html"
7770   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7771   data: "plot-vpp-throughput-latency-3n-skx"
7772   filter: "'NIC_Intel-XXV710' and
7773            '78B' and
7774            ('BASE' or 'SCALE') and
7775            'NDRPDR' and
7776            '2T1C' and
7777            'IP6FWD' and
7778            not 'SRv6' and
7779            not 'IPSEC' and
7780            not 'VHOST'"
7781   parameters:
7782   - "throughput"
7783   - "parent"
7784   traces:
7785     hoverinfo: "x+y"
7786     boxpoints: "outliers"
7787     whiskerwidth: 0
7788   layout:
7789     title: ""  # No title
7790     layout: "plot-throughput"
7791
7792 -
7793   type: "plot"
7794   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7795   algorithm: "plot_performance_box"
7796   output-file-type: ".html"
7797   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7798   data: "plot-vpp-throughput-latency-3n-skx"
7799   filter: "'NIC_Intel-XXV710' and
7800            '78B' and
7801            ('BASE' or 'SCALE') and
7802            'NDRPDR' and
7803            '2T1C' and
7804            'IP6FWD' and
7805            not 'SRv6' and
7806            not 'IPSEC' and
7807            not 'VHOST'"
7808   parameters:
7809   - "throughput"
7810   - "parent"
7811   traces:
7812     hoverinfo: "x+y"
7813     boxpoints: "outliers"
7814     whiskerwidth: 0
7815   layout:
7816     title: ""  # No title
7817     layout: "plot-throughput"
7818
7819 -
7820   type: "plot"
7821   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7822   algorithm: "plot_performance_box"
7823   output-file-type: ".html"
7824   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7825   data: "plot-vpp-throughput-latency-3n-skx"
7826   filter: "'NIC_Intel-XXV710' and
7827            '78B' and
7828            ('BASE' or 'SCALE') and
7829            'NDRPDR' and
7830            '4T2C' and
7831            'IP6FWD' and
7832            not 'SRv6' and
7833            not 'IPSEC' and
7834            not 'VHOST'"
7835   parameters:
7836   - "throughput"
7837   - "parent"
7838   traces:
7839     hoverinfo: "x+y"
7840     boxpoints: "outliers"
7841     whiskerwidth: 0
7842   layout:
7843     title: ""  # No title
7844     layout: "plot-throughput"
7845
7846 -
7847   type: "plot"
7848   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7849   algorithm: "plot_performance_box"
7850   output-file-type: ".html"
7851   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7852   data: "plot-vpp-throughput-latency-3n-skx"
7853   filter: "'NIC_Intel-XXV710' and
7854            '78B' and
7855            ('BASE' or 'SCALE') and
7856            'NDRPDR' and
7857            '4T2C' and
7858            'IP6FWD' and
7859            not 'SRv6' and
7860            not 'IPSEC' and
7861            not 'VHOST'"
7862   parameters:
7863   - "throughput"
7864   - "parent"
7865   traces:
7866     hoverinfo: "x+y"
7867     boxpoints: "outliers"
7868     whiskerwidth: 0
7869   layout:
7870     title: ""  # No title
7871     layout: "plot-throughput"
7872
7873 -
7874   type: "plot"
7875   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
7876   algorithm: "plot_performance_box"
7877   output-file-type: ".html"
7878   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
7879   data: "plot-vpp-throughput-latency-3n-skx"
7880   filter: "'NIC_Intel-XXV710' and
7881            '78B' and
7882            'FEATURE' and
7883            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7884            'NDRPDR' and
7885            '2T1C' and
7886            'IP6FWD' and
7887            not 'SRv6' and
7888            not 'IPSEC' and
7889            not 'VHOST'"
7890   parameters:
7891   - "throughput"
7892   - "parent"
7893   traces:
7894     hoverinfo: "x+y"
7895     boxpoints: "outliers"
7896     whiskerwidth: 0
7897   layout:
7898     title: ""  # No title
7899     layout: "plot-throughput"
7900
7901 -
7902   type: "plot"
7903   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
7904   algorithm: "plot_performance_box"
7905   output-file-type: ".html"
7906   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
7907   data: "plot-vpp-throughput-latency-3n-skx"
7908   filter: "'NIC_Intel-XXV710' and
7909            '78B' and
7910            'FEATURE' and
7911            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7912            'NDRPDR' and
7913            '2T1C' and
7914            'IP6FWD' and
7915            not 'SRv6' and
7916            not 'IPSEC' and
7917            not 'VHOST'"
7918   parameters:
7919   - "throughput"
7920   - "parent"
7921   traces:
7922     hoverinfo: "x+y"
7923     boxpoints: "outliers"
7924     whiskerwidth: 0
7925   layout:
7926     title: ""  # No title
7927     layout: "plot-throughput"
7928
7929 -
7930   type: "plot"
7931   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
7932   algorithm: "plot_performance_box"
7933   output-file-type: ".html"
7934   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
7935   data: "plot-vpp-throughput-latency-3n-skx"
7936   filter: "'NIC_Intel-XXV710' and
7937            '78B' and
7938            'FEATURE' and
7939            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7940            'NDRPDR' and
7941            '4T2C' and
7942            'IP6FWD' and
7943            not 'SRv6' and
7944            not 'IPSEC' and
7945            not 'VHOST'"
7946   parameters:
7947   - "throughput"
7948   - "parent"
7949   traces:
7950     hoverinfo: "x+y"
7951     boxpoints: "outliers"
7952     whiskerwidth: 0
7953   layout:
7954     title: ""  # No title
7955     layout: "plot-throughput"
7956
7957 -
7958   type: "plot"
7959   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7960   algorithm: "plot_performance_box"
7961   output-file-type: ".html"
7962   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7963   data: "plot-vpp-throughput-latency-3n-skx"
7964   filter: "'NIC_Intel-XXV710' and
7965            '78B' and
7966            'FEATURE' and
7967            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7968            'NDRPDR' and
7969            '4T2C' and
7970            'IP6FWD' and
7971            not 'SRv6' and
7972            not 'IPSEC' and
7973            not 'VHOST'"
7974   parameters:
7975   - "throughput"
7976   - "parent"
7977   traces:
7978     hoverinfo: "x+y"
7979     boxpoints: "outliers"
7980     whiskerwidth: 0
7981   layout:
7982     title: ""  # No title
7983     layout: "plot-throughput"
7984
7985 # Packet Throughput - VPP IPv6 2n-skx-x710
7986 -
7987   type: "plot"
7988   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7989   algorithm: "plot_performance_box"
7990   output-file-type: ".html"
7991   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7992   data: "plot-vpp-throughput-latency-2n-skx"
7993   filter: "'NIC_Intel-X710' and
7994            '78B' and
7995            ('BASE' or 'SCALE') and
7996            'NDRPDR' and
7997            '2T1C' and
7998            'IP6FWD' and
7999            not 'SRv6' and
8000            not 'IPSEC' and
8001            not 'VHOST'"
8002   parameters:
8003   - "throughput"
8004   - "parent"
8005   traces:
8006     hoverinfo: "x+y"
8007     boxpoints: "outliers"
8008     whiskerwidth: 0
8009   layout:
8010     title: ""  # No title
8011     layout: "plot-throughput"
8012
8013 -
8014   type: "plot"
8015   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
8016   algorithm: "plot_performance_box"
8017   output-file-type: ".html"
8018   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
8019   data: "plot-vpp-throughput-latency-2n-skx"
8020   filter: "'NIC_Intel-X710' and
8021            '78B' and
8022            ('BASE' or 'SCALE') and
8023            'NDRPDR' and
8024            '2T1C' and
8025            'IP6FWD' and
8026            not 'IPSEC' and
8027            not 'VHOST'"
8028   parameters:
8029   - "throughput"
8030   - "parent"
8031   traces:
8032     hoverinfo: "x+y"
8033     boxpoints: "outliers"
8034     whiskerwidth: 0
8035   layout:
8036     title: ""  # No title
8037     layout: "plot-throughput"
8038
8039 -
8040   type: "plot"
8041   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
8042   algorithm: "plot_performance_box"
8043   output-file-type: ".html"
8044   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
8045   data: "plot-vpp-throughput-latency-2n-skx"
8046   filter: "'NIC_Intel-X710' and
8047            '78B' and
8048            ('BASE' or 'SCALE') and
8049            'NDRPDR' and
8050            '4T2C' and
8051            'IP6FWD' and
8052            not 'SRv6' and
8053            not 'IPSEC' and
8054            not 'VHOST'"
8055   parameters:
8056   - "throughput"
8057   - "parent"
8058   traces:
8059     hoverinfo: "x+y"
8060     boxpoints: "outliers"
8061     whiskerwidth: 0
8062   layout:
8063     title: ""  # No title
8064     layout: "plot-throughput"
8065
8066 -
8067   type: "plot"
8068   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
8069   algorithm: "plot_performance_box"
8070   output-file-type: ".html"
8071   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
8072   data: "plot-vpp-throughput-latency-2n-skx"
8073   filter: "'NIC_Intel-X710' and
8074            '78B' and
8075            ('BASE' or 'SCALE') and
8076            'NDRPDR' and
8077            '4T2C' and
8078            'IP6FWD' and
8079            not 'SRv6' and
8080            not 'IPSEC' and
8081            not 'VHOST'"
8082   parameters:
8083   - "throughput"
8084   - "parent"
8085   traces:
8086     hoverinfo: "x+y"
8087     boxpoints: "outliers"
8088     whiskerwidth: 0
8089   layout:
8090     title: ""  # No title
8091     layout: "plot-throughput"
8092
8093 -
8094   type: "plot"
8095   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-features-ndr"
8096   algorithm: "plot_performance_box"
8097   output-file-type: ".html"
8098   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-ndr"
8099   data: "plot-vpp-throughput-latency-2n-skx"
8100   filter: "'NIC_Intel-X710' and
8101            '78B' and
8102            'FEATURE' and
8103            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8104            'NDRPDR' and
8105            '2T1C' and
8106            'IP6FWD' and
8107            not 'SRv6' and
8108            not 'IPSEC' and
8109            not 'VHOST'"
8110   parameters:
8111   - "throughput"
8112   - "parent"
8113   traces:
8114     hoverinfo: "x+y"
8115     boxpoints: "outliers"
8116     whiskerwidth: 0
8117   layout:
8118     title: ""  # No title
8119     layout: "plot-throughput"
8120
8121 -
8122   type: "plot"
8123   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-features-pdr"
8124   algorithm: "plot_performance_box"
8125   output-file-type: ".html"
8126   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-pdr"
8127   data: "plot-vpp-throughput-latency-2n-skx"
8128   filter: "'NIC_Intel-X710' and
8129            '78B' and
8130            'FEATURE' and
8131            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8132            'NDRPDR' and
8133            '2T1C' and
8134            'IP6FWD' and
8135            not 'SRv6' and
8136            not 'IPSEC' and
8137            not 'VHOST'"
8138   parameters:
8139   - "throughput"
8140   - "parent"
8141   traces:
8142     hoverinfo: "x+y"
8143     boxpoints: "outliers"
8144     whiskerwidth: 0
8145   layout:
8146     title: ""  # No title
8147     layout: "plot-throughput"
8148
8149 -
8150   type: "plot"
8151   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-features-ndr"
8152   algorithm: "plot_performance_box"
8153   output-file-type: ".html"
8154   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-ndr"
8155   data: "plot-vpp-throughput-latency-2n-skx"
8156   filter: "'NIC_Intel-X710' and
8157            '78B' and
8158            'FEATURE' and
8159            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8160            'NDRPDR' and
8161            '4T2C' and
8162            'IP6FWD' and
8163            not 'SRv6' and
8164            not 'IPSEC' and
8165            not 'VHOST'"
8166   parameters:
8167   - "throughput"
8168   - "parent"
8169   traces:
8170     hoverinfo: "x+y"
8171     boxpoints: "outliers"
8172     whiskerwidth: 0
8173   layout:
8174     title: ""  # No title
8175     layout: "plot-throughput"
8176
8177 -
8178   type: "plot"
8179   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-features-pdr"
8180   algorithm: "plot_performance_box"
8181   output-file-type: ".html"
8182   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-pdr"
8183   data: "plot-vpp-throughput-latency-2n-skx"
8184   filter: "'NIC_Intel-X710' and
8185            '78B' and
8186            'FEATURE' and
8187            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8188            'NDRPDR' and
8189            '4T2C' and
8190            'IP6FWD' and
8191            not 'SRv6' and
8192            not 'IPSEC' and
8193            not 'VHOST'"
8194   parameters:
8195   - "throughput"
8196   - "parent"
8197   traces:
8198     hoverinfo: "x+y"
8199     boxpoints: "outliers"
8200     whiskerwidth: 0
8201   layout:
8202     title: ""  # No title
8203     layout: "plot-throughput"
8204
8205 # Packet Throughput - VPP IPv6 2n-skx-xxv710
8206 -
8207   type: "plot"
8208   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
8209   algorithm: "plot_performance_box"
8210   output-file-type: ".html"
8211   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
8212   data: "plot-vpp-throughput-latency-2n-skx"
8213   filter: "'NIC_Intel-XXV710' and
8214            '78B' and
8215            ('BASE' or 'SCALE') and
8216            'NDRPDR' and
8217            '2T1C' and
8218            'IP6FWD' and
8219            not 'SRv6' and
8220            not 'IPSEC' and
8221            not 'VHOST'"
8222   parameters:
8223   - "throughput"
8224   - "parent"
8225   traces:
8226     hoverinfo: "x+y"
8227     boxpoints: "outliers"
8228     whiskerwidth: 0
8229   layout:
8230     title: ""  # No title
8231     layout: "plot-throughput"
8232
8233 -
8234   type: "plot"
8235   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
8236   algorithm: "plot_performance_box"
8237   output-file-type: ".html"
8238   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
8239   data: "plot-vpp-throughput-latency-2n-skx"
8240   filter: "'NIC_Intel-XXV710' and
8241            '78B' and
8242            ('BASE' or 'SCALE') and
8243            'NDRPDR' and
8244            '2T1C' and
8245            'IP6FWD' and
8246            not 'SRv6' and
8247            not 'IPSEC' and
8248            not 'VHOST'"
8249   parameters:
8250   - "throughput"
8251   - "parent"
8252   traces:
8253     hoverinfo: "x+y"
8254     boxpoints: "outliers"
8255     whiskerwidth: 0
8256   layout:
8257     title: ""  # No title
8258     layout: "plot-throughput"
8259
8260 -
8261   type: "plot"
8262   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
8263   algorithm: "plot_performance_box"
8264   output-file-type: ".html"
8265   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
8266   data: "plot-vpp-throughput-latency-2n-skx"
8267   filter: "'NIC_Intel-XXV710' and
8268            '78B' and
8269            ('BASE' or 'SCALE') and
8270            'NDRPDR' and
8271            '4T2C' and
8272            'IP6FWD' and
8273            not 'SRv6' and
8274            not 'IPSEC' and
8275            not 'VHOST'"
8276   parameters:
8277   - "throughput"
8278   - "parent"
8279   traces:
8280     hoverinfo: "x+y"
8281     boxpoints: "outliers"
8282     whiskerwidth: 0
8283   layout:
8284     title: ""  # No title
8285     layout: "plot-throughput"
8286
8287 -
8288   type: "plot"
8289   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
8290   algorithm: "plot_performance_box"
8291   output-file-type: ".html"
8292   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
8293   data: "plot-vpp-throughput-latency-2n-skx"
8294   filter: "'NIC_Intel-XXV710' and
8295            '78B' and
8296            ('BASE' or 'SCALE') and
8297            'NDRPDR' and
8298            '4T2C' and
8299            'IP6FWD' and
8300            not 'SRv6' and
8301            not 'IPSEC' and
8302            not 'VHOST'"
8303   parameters:
8304   - "throughput"
8305   - "parent"
8306   traces:
8307     hoverinfo: "x+y"
8308     boxpoints: "outliers"
8309     whiskerwidth: 0
8310   layout:
8311     title: ""  # No title
8312     layout: "plot-throughput"
8313
8314 -
8315   type: "plot"
8316   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-features-ndr"
8317   algorithm: "plot_performance_box"
8318   output-file-type: ".html"
8319   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-ndr"
8320   data: "plot-vpp-throughput-latency-2n-skx"
8321   filter: "'NIC_Intel-XXV710' and
8322            '78B' and
8323            'FEATURE' and
8324            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8325            'NDRPDR' and
8326            '2T1C' and
8327            'IP6FWD' and
8328            not 'SRv6' and
8329            not 'IPSEC' and
8330            not 'VHOST'"
8331   parameters:
8332   - "throughput"
8333   - "parent"
8334   traces:
8335     hoverinfo: "x+y"
8336     boxpoints: "outliers"
8337     whiskerwidth: 0
8338   layout:
8339     title: ""  # No title
8340     layout: "plot-throughput"
8341
8342 -
8343   type: "plot"
8344   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-features-pdr"
8345   algorithm: "plot_performance_box"
8346   output-file-type: ".html"
8347   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-pdr"
8348   data: "plot-vpp-throughput-latency-2n-skx"
8349   filter: "'NIC_Intel-XXV710' and
8350            '78B' and
8351            'FEATURE' and
8352            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8353            'NDRPDR' and
8354            '2T1C' and
8355            'IP6FWD' and
8356            not 'SRv6' and
8357            not 'IPSEC' and
8358            not 'VHOST'"
8359   parameters:
8360   - "throughput"
8361   - "parent"
8362   traces:
8363     hoverinfo: "x+y"
8364     boxpoints: "outliers"
8365     whiskerwidth: 0
8366   layout:
8367     title: ""  # No title
8368     layout: "plot-throughput"
8369
8370 -
8371   type: "plot"
8372   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-features-ndr"
8373   algorithm: "plot_performance_box"
8374   output-file-type: ".html"
8375   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-ndr"
8376   data: "plot-vpp-throughput-latency-2n-skx"
8377   filter: "'NIC_Intel-XXV710' and
8378            '78B' and
8379            'FEATURE' and
8380            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8381            'NDRPDR' and
8382            '4T2C' and
8383            'IP6FWD' and
8384            not 'SRv6' and
8385            not 'IPSEC' and
8386            not 'VHOST'"
8387   parameters:
8388   - "throughput"
8389   - "parent"
8390   traces:
8391     hoverinfo: "x+y"
8392     boxpoints: "outliers"
8393     whiskerwidth: 0
8394   layout:
8395     title: ""  # No title
8396     layout: "plot-throughput"
8397
8398 -
8399   type: "plot"
8400   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-features-pdr"
8401   algorithm: "plot_performance_box"
8402   output-file-type: ".html"
8403   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-pdr"
8404   data: "plot-vpp-throughput-latency-2n-skx"
8405   filter: "'NIC_Intel-XXV710' and
8406            '78B' and
8407            'FEATURE' and
8408            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8409            'NDRPDR' and
8410            '4T2C' and
8411            'IP6FWD' and
8412            not 'SRv6' and
8413            not 'IPSEC' and
8414            not 'VHOST'"
8415   parameters:
8416   - "throughput"
8417   - "parent"
8418   traces:
8419     hoverinfo: "x+y"
8420     boxpoints: "outliers"
8421     whiskerwidth: 0
8422   layout:
8423     title: ""  # No title
8424     layout: "plot-throughput"
8425
8426 ################################################################################
8427
8428 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
8429 -
8430   type: "plot"
8431   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8432   algorithm: "plot_performance_box"
8433   output-file-type: ".html"
8434   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8435   data: "plot-vpp-throughput-latency-3n-hsw"
8436   filter: "'NIC_Intel-X520-DA2' and
8437            '78B' and
8438            'ENCAP' and
8439            'NDRPDR' and
8440            '1T1C' and
8441            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8442            not 'VHOST'"
8443   parameters:
8444   - "throughput"
8445   - "parent"
8446   traces:
8447     hoverinfo: "x+y"
8448     boxpoints: "outliers"
8449     whiskerwidth: 0
8450   layout:
8451     title: ""  # No title
8452     layout: "plot-throughput"
8453
8454 -
8455   type: "plot"
8456   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
8457   algorithm: "plot_performance_box"
8458   output-file-type: ".html"
8459   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
8460   data: "plot-vpp-throughput-latency-3n-hsw"
8461   filter: "'NIC_Intel-X520-DA2' and
8462            '78B' and
8463            'ENCAP' and
8464            'NDRPDR' and
8465            '1T1C' and
8466            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8467            not 'VHOST'"
8468   parameters:
8469   - "throughput"
8470   - "parent"
8471   traces:
8472     hoverinfo: "x+y"
8473     boxpoints: "outliers"
8474     whiskerwidth: 0
8475   layout:
8476     title: ""  # No title
8477     layout: "plot-throughput"
8478
8479 -
8480   type: "plot"
8481   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
8482   algorithm: "plot_performance_box"
8483   output-file-type: ".html"
8484   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
8485   data: "plot-vpp-throughput-latency-3n-hsw"
8486   filter: "'NIC_Intel-X520-DA2' and
8487            '78B' and
8488            'ENCAP' and
8489            'NDRPDR' and
8490            '2T2C' and
8491            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8492            not 'VHOST'"
8493   parameters:
8494   - "throughput"
8495   - "parent"
8496   traces:
8497     hoverinfo: "x+y"
8498     boxpoints: "outliers"
8499     whiskerwidth: 0
8500   layout:
8501     title: ""  # No title
8502     layout: "plot-throughput"
8503
8504 -
8505   type: "plot"
8506   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
8507   algorithm: "plot_performance_box"
8508   output-file-type: ".html"
8509   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
8510   data: "plot-vpp-throughput-latency-3n-hsw"
8511   filter: "'NIC_Intel-X520-DA2' and
8512            '78B' and
8513            'ENCAP' and
8514            'NDRPDR' and
8515            '2T2C' and
8516            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8517            not 'VHOST'"
8518   parameters:
8519   - "throughput"
8520   - "parent"
8521   traces:
8522     hoverinfo: "x+y"
8523     boxpoints: "outliers"
8524     whiskerwidth: 0
8525   layout:
8526     title: ""  # No title
8527     layout: "plot-throughput"
8528
8529 ################################################################################
8530
8531 # Packet Throughput - VPP IPSec 3n-hsw-xl710
8532 -
8533   type: "plot"
8534   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8535   algorithm: "plot_performance_box"
8536   output-file-type: ".html"
8537   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8538   data: "plot-vpp-throughput-latency-3n-hsw"
8539   filter: "'NIC_Intel-XL710' and
8540            '64B' and
8541            'IP4FWD' and
8542            'NDRPDR' and
8543            '1T1C' and
8544            'IPSECHW' and
8545            ('IPSECTRAN' or 'IPSECTUN') and
8546            not 'VHOST'"
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 -
8559   type: "plot"
8560   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8561   algorithm: "plot_performance_box"
8562   output-file-type: ".html"
8563   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8564   data: "plot-vpp-throughput-latency-3n-hsw"
8565   filter: "'NIC_Intel-XL710' and
8566            '64B' and
8567            'IP4FWD' and
8568            'NDRPDR' and
8569            '1T1C' and
8570            'IPSECHW' and
8571            ('IPSECTRAN' or 'IPSECTUN') and
8572            not 'VHOST'"
8573   parameters:
8574   - "throughput"
8575   - "parent"
8576   traces:
8577     hoverinfo: "x+y"
8578     boxpoints: "outliers"
8579     whiskerwidth: 0
8580   layout:
8581     title: ""  # No title
8582     layout: "plot-throughput"
8583
8584 -
8585   type: "plot"
8586   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8587   algorithm: "plot_performance_box"
8588   output-file-type: ".html"
8589   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8590   data: "plot-vpp-throughput-latency-3n-hsw"
8591   filter: "'NIC_Intel-XL710' and
8592            '64B' and
8593            'IP4FWD' and
8594            'NDRPDR' and
8595            '2T2C' and
8596            'IPSECHW' and
8597            ('IPSECTRAN' or 'IPSECTUN') and
8598            not 'VHOST'"
8599   parameters:
8600   - "throughput"
8601   - "parent"
8602   traces:
8603     hoverinfo: "x+y"
8604     boxpoints: "outliers"
8605     whiskerwidth: 0
8606   layout:
8607     title: ""  # No title
8608     layout: "plot-throughput"
8609
8610 -
8611   type: "plot"
8612   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8613   algorithm: "plot_performance_box"
8614   output-file-type: ".html"
8615   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8616   data: "plot-vpp-throughput-latency-3n-hsw"
8617   filter: "'NIC_Intel-XL710' and
8618            '64B' and
8619            'IP4FWD' and
8620            'NDRPDR' and
8621            '2T2C' and
8622            'IPSECHW' and
8623            ('IPSECTRAN' or 'IPSECTUN') and
8624            not 'VHOST'"
8625   parameters:
8626   - "throughput"
8627   - "parent"
8628   traces:
8629     hoverinfo: "x+y"
8630     boxpoints: "outliers"
8631     whiskerwidth: 0
8632   layout:
8633     title: ""  # No title
8634     layout: "plot-throughput"
8635
8636 ################################################################################
8637
8638 # Packet Throughput - VPP SRv6 3n-hsw-x520
8639 -
8640   type: "plot"
8641   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
8642   algorithm: "plot_performance_box"
8643   output-file-type: ".html"
8644   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
8645   data: "plot-vpp-throughput-latency-3n-hsw"
8646   filter: "'NIC_Intel-X520-DA2' and
8647            '78B' and
8648            'FEATURE' and
8649            'NDRPDR' and
8650            '1T1C' and
8651            'IP6FWD' and
8652            'SRv6'"
8653   parameters:
8654   - "throughput"
8655   - "parent"
8656   traces:
8657     hoverinfo: "x+y"
8658     boxpoints: "outliers"
8659     whiskerwidth: 0
8660   layout:
8661     title: ""  # No title
8662     layout: "plot-throughput"
8663
8664 -
8665   type: "plot"
8666   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
8667   algorithm: "plot_performance_box"
8668   output-file-type: ".html"
8669   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
8670   data: "plot-vpp-throughput-latency-3n-hsw"
8671   filter: "'NIC_Intel-X520-DA2' and
8672            '78B' and
8673            'FEATURE' and
8674            'NDRPDR' and
8675            '1T1C' and
8676            'IP6FWD' and
8677            'SRv6'"
8678   parameters:
8679   - "throughput"
8680   - "parent"
8681   traces:
8682     hoverinfo: "x+y"
8683     boxpoints: "outliers"
8684     whiskerwidth: 0
8685   layout:
8686     title: ""  # No title
8687     layout: "plot-throughput"
8688
8689 -
8690   type: "plot"
8691   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
8692   algorithm: "plot_performance_box"
8693   output-file-type: ".html"
8694   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
8695   data: "plot-vpp-throughput-latency-3n-hsw"
8696   filter: "'NIC_Intel-X520-DA2' and
8697            '78B' and
8698            'FEATURE' and
8699            'NDRPDR' and
8700            '2T2C' and
8701            'IP6FWD' and
8702            'SRv6'"
8703   parameters:
8704   - "throughput"
8705   - "parent"
8706   traces:
8707     hoverinfo: "x+y"
8708     boxpoints: "outliers"
8709     whiskerwidth: 0
8710   layout:
8711     title: ""  # No title
8712     layout: "plot-throughput"
8713
8714 -
8715   type: "plot"
8716   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
8717   algorithm: "plot_performance_box"
8718   output-file-type: ".html"
8719   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
8720   data: "plot-vpp-throughput-latency-3n-hsw"
8721   filter: "'NIC_Intel-X520-DA2' and
8722            '78B' and
8723            'FEATURE' and
8724            'NDRPDR' and
8725            '2T2C' and
8726            'IP6FWD' and
8727            'SRv6'"
8728   parameters:
8729   - "throughput"
8730   - "parent"
8731   traces:
8732     hoverinfo: "x+y"
8733     boxpoints: "outliers"
8734     whiskerwidth: 0
8735   layout:
8736     title: ""  # No title
8737     layout: "plot-throughput"
8738
8739 ################################################################################
8740
8741 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
8742 -
8743   type: "plot"
8744   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8745   algorithm: "plot_performance_box"
8746   output-file-type: ".html"
8747   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8748   data: "plot-vpp-throughput-latency-3n-hsw"
8749   filter: "'NIC_Intel-X520-DA2' and
8750            '64B' and
8751            'NDRPDR' and
8752            '1T1C' and
8753            'VHOST' and
8754            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8755   parameters:
8756   - "throughput"
8757   - "parent"
8758   traces:
8759     hoverinfo: "x+y"
8760     boxpoints: "outliers"
8761     whiskerwidth: 0
8762   layout:
8763     title: ""  # No title
8764     layout: "plot-throughput"
8765
8766 -
8767   type: "plot"
8768   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8769   algorithm: "plot_performance_box"
8770   output-file-type: ".html"
8771   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8772   data: "plot-vpp-throughput-latency-3n-hsw"
8773   filter: "'NIC_Intel-X520-DA2' and
8774            '64B' and
8775            'NDRPDR' and
8776            '2T2C' and
8777            'VHOST' and
8778            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8779   parameters:
8780   - "throughput"
8781   - "parent"
8782   traces:
8783     hoverinfo: "x+y"
8784     boxpoints: "outliers"
8785     whiskerwidth: 0
8786   layout:
8787     title: ""  # No title
8788     layout: "plot-throughput"
8789
8790 -
8791   type: "plot"
8792   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8793   algorithm: "plot_performance_box"
8794   output-file-type: ".html"
8795   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8796   data: "plot-vpp-throughput-latency-3n-hsw"
8797   filter: "'NIC_Intel-X520-DA2' and
8798            '64B' and
8799            'NDRPDR' and
8800            '1T1C' and
8801            'VHOST' and
8802            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8803   parameters:
8804   - "throughput"
8805   - "parent"
8806   traces:
8807     hoverinfo: "x+y"
8808     boxpoints: "outliers"
8809     whiskerwidth: 0
8810   layout:
8811     title: ""  # No title
8812     layout: "plot-throughput"
8813
8814 -
8815   type: "plot"
8816   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8817   algorithm: "plot_performance_box"
8818   output-file-type: ".html"
8819   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8820   data: "plot-vpp-throughput-latency-3n-hsw"
8821   filter: "'NIC_Intel-X520-DA2' and
8822            '64B' and
8823            'NDRPDR' and
8824            '2T2C' and
8825            'VHOST' and
8826            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8827   parameters:
8828   - "throughput"
8829   - "parent"
8830   traces:
8831     hoverinfo: "x+y"
8832     boxpoints: "outliers"
8833     whiskerwidth: 0
8834   layout:
8835     title: ""  # No title
8836     layout: "plot-throughput"
8837
8838 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
8839 -
8840   type: "plot"
8841   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8842   algorithm: "plot_performance_box"
8843   output-file-type: ".html"
8844   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8845   data: "plot-vpp-throughput-latency-3n-hsw"
8846   filter: "'NIC_Intel-X520-DA2' and
8847            '64B' and
8848            'NDRPDR' and
8849            '1T1C' and
8850            'VHOST' and
8851            not 'VXLAN' and
8852            not 'IP4FWD' and
8853            not 'DOT1Q' and
8854            not '2VM'"
8855   parameters:
8856   - "throughput"
8857   - "parent"
8858   traces:
8859     hoverinfo: "x+y"
8860     boxpoints: "outliers"
8861     whiskerwidth: 0
8862   layout:
8863     title: ""  # No title
8864     layout: "plot-throughput"
8865
8866 -
8867   type: "plot"
8868   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8869   algorithm: "plot_performance_box"
8870   output-file-type: ".html"
8871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8872   data: "plot-vpp-throughput-latency-3n-hsw"
8873   filter: "'NIC_Intel-X520-DA2' and
8874            '64B' and
8875            'NDRPDR' and
8876            '2T2C' and
8877            'VHOST' and
8878            not 'VXLAN' and
8879            not 'IP4FWD' and
8880            not 'DOT1Q' and
8881            not '2VM'"
8882   parameters:
8883   - "throughput"
8884   - "parent"
8885   traces:
8886     hoverinfo: "x+y"
8887     boxpoints: "outliers"
8888     whiskerwidth: 0
8889   layout:
8890     title: ""  # No title
8891     layout: "plot-throughput"
8892
8893 -
8894   type: "plot"
8895   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8896   algorithm: "plot_performance_box"
8897   output-file-type: ".html"
8898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8899   data: "plot-vpp-throughput-latency-3n-hsw"
8900   filter: "'NIC_Intel-X520-DA2' and
8901            '64B' and
8902            'NDRPDR' and
8903            '1T1C' and
8904            'VHOST' and
8905            not 'VXLAN' and
8906            not 'IP4FWD' and
8907            not 'DOT1Q' and
8908            not '2VM'"
8909   parameters:
8910   - "throughput"
8911   - "parent"
8912   traces:
8913     hoverinfo: "x+y"
8914     boxpoints: "outliers"
8915     whiskerwidth: 0
8916   layout:
8917     title: ""  # No title
8918     layout: "plot-throughput"
8919
8920 -
8921   type: "plot"
8922   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8923   algorithm: "plot_performance_box"
8924   output-file-type: ".html"
8925   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8926   data: "plot-vpp-throughput-latency-3n-hsw"
8927   filter: "'NIC_Intel-X520-DA2' and
8928            '64B' and
8929            'NDRPDR' and
8930            '2T2C' and
8931            'VHOST' and
8932            not 'VXLAN' and
8933            not 'IP4FWD' and
8934            not 'DOT1Q' and
8935            not '2VM'"
8936   parameters:
8937   - "throughput"
8938   - "parent"
8939   traces:
8940     hoverinfo: "x+y"
8941     boxpoints: "outliers"
8942     whiskerwidth: 0
8943   layout:
8944     title: ""  # No title
8945     layout: "plot-throughput"
8946
8947 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
8948 -
8949   type: "plot"
8950   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8951   algorithm: "plot_performance_box"
8952   output-file-type: ".html"
8953   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8954   data: "plot-vpp-throughput-latency-3n-hsw"
8955   filter: "'NIC_Intel-X710' and
8956            '64B' and
8957            'NDRPDR' and
8958            '1T1C' and
8959            'VHOST' and
8960            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8961   parameters:
8962   - "throughput"
8963   - "parent"
8964   traces:
8965     hoverinfo: "x+y"
8966     boxpoints: "outliers"
8967     whiskerwidth: 0
8968   layout:
8969     title: ""  # No title
8970     layout: "plot-throughput"
8971
8972 -
8973   type: "plot"
8974   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8975   algorithm: "plot_performance_box"
8976   output-file-type: ".html"
8977   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8978   data: "plot-vpp-throughput-latency-3n-hsw"
8979   filter: "'NIC_Intel-X710' and
8980            '64B' and
8981            'NDRPDR' and
8982            '2T2C' and
8983            'VHOST' and
8984            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8985   parameters:
8986   - "throughput"
8987   - "parent"
8988   traces:
8989     hoverinfo: "x+y"
8990     boxpoints: "outliers"
8991     whiskerwidth: 0
8992   layout:
8993     title: ""  # No title
8994     layout: "plot-throughput"
8995
8996 -
8997   type: "plot"
8998   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8999   algorithm: "plot_performance_box"
9000   output-file-type: ".html"
9001   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9002   data: "plot-vpp-throughput-latency-3n-hsw"
9003   filter: "'NIC_Intel-X710' and
9004            '64B' and
9005            'NDRPDR' and
9006            '1T1C' and
9007            'VHOST' and
9008            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9009   parameters:
9010   - "throughput"
9011   - "parent"
9012   traces:
9013     hoverinfo: "x+y"
9014     boxpoints: "outliers"
9015     whiskerwidth: 0
9016   layout:
9017     title: ""  # No title
9018     layout: "plot-throughput"
9019
9020 -
9021   type: "plot"
9022   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9023   algorithm: "plot_performance_box"
9024   output-file-type: ".html"
9025   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9026   data: "plot-vpp-throughput-latency-3n-hsw"
9027   filter: "'NIC_Intel-X710' and
9028            '64B' and
9029            'NDRPDR' and
9030            '2T2C' and
9031            'VHOST' and
9032            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9033   parameters:
9034   - "throughput"
9035   - "parent"
9036   traces:
9037     hoverinfo: "x+y"
9038     boxpoints: "outliers"
9039     whiskerwidth: 0
9040   layout:
9041     title: ""  # No title
9042     layout: "plot-throughput"
9043
9044 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
9045 -
9046   type: "plot"
9047   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9048   algorithm: "plot_performance_box"
9049   output-file-type: ".html"
9050   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9051   data: "plot-vpp-throughput-latency-3n-hsw"
9052   filter: "'NIC_Intel-X710' and
9053            '64B' and
9054            'NDRPDR' and
9055            '1T1C' and
9056            'VHOST' and
9057            not 'VXLAN' and
9058            not 'IP4FWD' and
9059            not 'DOT1Q' and
9060            not '2VM'"
9061   parameters:
9062   - "throughput"
9063   - "parent"
9064   traces:
9065     hoverinfo: "x+y"
9066     boxpoints: "outliers"
9067     whiskerwidth: 0
9068   layout:
9069     title: ""  # No title
9070     layout: "plot-throughput"
9071
9072 -
9073   type: "plot"
9074   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9075   algorithm: "plot_performance_box"
9076   output-file-type: ".html"
9077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9078   data: "plot-vpp-throughput-latency-3n-hsw"
9079   filter: "'NIC_Intel-X710' and
9080            '64B' and
9081            'NDRPDR' and
9082            '2T2C' and
9083            'VHOST' and
9084            not 'VXLAN' and
9085            not 'IP4FWD' and
9086            not 'DOT1Q' and
9087            not '2VM'"
9088   parameters:
9089   - "throughput"
9090   - "parent"
9091   traces:
9092     hoverinfo: "x+y"
9093     boxpoints: "outliers"
9094     whiskerwidth: 0
9095   layout:
9096     title: ""  # No title
9097     layout: "plot-throughput"
9098
9099 -
9100   type: "plot"
9101   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9102   algorithm: "plot_performance_box"
9103   output-file-type: ".html"
9104   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9105   data: "plot-vpp-throughput-latency-3n-hsw"
9106   filter: "'NIC_Intel-X710' and
9107            '64B' and
9108            'NDRPDR' and
9109            '1T1C' and
9110            'VHOST' and
9111            not 'VXLAN' and
9112            not 'IP4FWD' and
9113            not 'DOT1Q' and
9114            not '2VM'"
9115   parameters:
9116   - "throughput"
9117   - "parent"
9118   traces:
9119     hoverinfo: "x+y"
9120     boxpoints: "outliers"
9121     whiskerwidth: 0
9122   layout:
9123     title: ""  # No title
9124     layout: "plot-throughput"
9125
9126 -
9127   type: "plot"
9128   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9129   algorithm: "plot_performance_box"
9130   output-file-type: ".html"
9131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9132   data: "plot-vpp-throughput-latency-3n-hsw"
9133   filter: "'NIC_Intel-X710' and
9134            '64B' and
9135            'NDRPDR' and
9136            '2T2C' and
9137            'VHOST' and
9138            not 'VXLAN' and
9139            not 'IP4FWD' and
9140            not 'DOT1Q' and
9141            not '2VM'"
9142   parameters:
9143   - "throughput"
9144   - "parent"
9145   traces:
9146     hoverinfo: "x+y"
9147     boxpoints: "outliers"
9148     whiskerwidth: 0
9149   layout:
9150     title: ""  # No title
9151     layout: "plot-throughput"
9152
9153 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
9154 -
9155   type: "plot"
9156   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9157   algorithm: "plot_performance_box"
9158   output-file-type: ".html"
9159   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9160   data: "plot-vpp-throughput-latency-3n-hsw"
9161   filter: "'NIC_Intel-XL710' and
9162            '64B' and
9163            'NDRPDR' and
9164            '1T1C' and
9165            'VHOST' and
9166            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9167   parameters:
9168   - "throughput"
9169   - "parent"
9170   traces:
9171     hoverinfo: "x+y"
9172     boxpoints: "outliers"
9173     whiskerwidth: 0
9174   layout:
9175     title: ""  # No title
9176     layout: "plot-throughput"
9177
9178 -
9179   type: "plot"
9180   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9181   algorithm: "plot_performance_box"
9182   output-file-type: ".html"
9183   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9184   data: "plot-vpp-throughput-latency-3n-hsw"
9185   filter: "'NIC_Intel-XL710' and
9186            '64B' and
9187            'NDRPDR' and
9188            '2T2C' and
9189            'VHOST' and
9190            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9191   parameters:
9192   - "throughput"
9193   - "parent"
9194   traces:
9195     hoverinfo: "x+y"
9196     boxpoints: "outliers"
9197     whiskerwidth: 0
9198   layout:
9199     title: ""  # No title
9200     layout: "plot-throughput"
9201
9202 -
9203   type: "plot"
9204   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9205   algorithm: "plot_performance_box"
9206   output-file-type: ".html"
9207   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9208   data: "plot-vpp-throughput-latency-3n-hsw"
9209   filter: "'NIC_Intel-XL710' and
9210            '64B' and
9211            'NDRPDR' and
9212            '1T1C' and
9213            'VHOST' and
9214            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9215   parameters:
9216   - "throughput"
9217   - "parent"
9218   traces:
9219     hoverinfo: "x+y"
9220     boxpoints: "outliers"
9221     whiskerwidth: 0
9222   layout:
9223     title: ""  # No title
9224     layout: "plot-throughput"
9225
9226 -
9227   type: "plot"
9228   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9229   algorithm: "plot_performance_box"
9230   output-file-type: ".html"
9231   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9232   data: "plot-vpp-throughput-latency-3n-hsw"
9233   filter: "'NIC_Intel-XL710' and
9234            '64B' and
9235            'NDRPDR' and
9236            '2T2C' and
9237            'VHOST' and
9238            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9239   parameters:
9240   - "throughput"
9241   - "parent"
9242   traces:
9243     hoverinfo: "x+y"
9244     boxpoints: "outliers"
9245     whiskerwidth: 0
9246   layout:
9247     title: ""  # No title
9248     layout: "plot-throughput"
9249
9250 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
9251 -
9252   type: "plot"
9253   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9254   algorithm: "plot_performance_box"
9255   output-file-type: ".html"
9256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9257   data: "plot-vpp-throughput-latency-3n-hsw"
9258   filter: "'NIC_Intel-XL710' and
9259            '64B' and
9260            'NDRPDR' and
9261            '1T1C' and
9262            'VHOST' and
9263            not 'VXLAN' and
9264            not 'IP4FWD' and
9265            not 'DOT1Q' and
9266            not '2VM'"
9267   parameters:
9268   - "throughput"
9269   - "parent"
9270   traces:
9271     hoverinfo: "x+y"
9272     boxpoints: "outliers"
9273     whiskerwidth: 0
9274   layout:
9275     title: ""  # No title
9276     layout: "plot-throughput"
9277
9278 -
9279   type: "plot"
9280   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9281   algorithm: "plot_performance_box"
9282   output-file-type: ".html"
9283   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9284   data: "plot-vpp-throughput-latency-3n-hsw"
9285   filter: "'NIC_Intel-XL710' and
9286            '64B' and
9287            'NDRPDR' and
9288            '2T2C' and
9289            'VHOST' and
9290            not 'VXLAN' and
9291            not 'IP4FWD' and
9292            not 'DOT1Q' and
9293            not '2VM'"
9294   parameters:
9295   - "throughput"
9296   - "parent"
9297   traces:
9298     hoverinfo: "x+y"
9299     boxpoints: "outliers"
9300     whiskerwidth: 0
9301   layout:
9302     title: ""  # No title
9303     layout: "plot-throughput"
9304
9305 -
9306   type: "plot"
9307   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9308   algorithm: "plot_performance_box"
9309   output-file-type: ".html"
9310   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9311   data: "plot-vpp-throughput-latency-3n-hsw"
9312   filter: "'NIC_Intel-XL710' and
9313            '64B' and
9314            'NDRPDR' and
9315            '1T1C' and
9316            'VHOST' and
9317            not 'VXLAN' and
9318            not 'IP4FWD' and
9319            not 'DOT1Q' and
9320            not '2VM'"
9321   parameters:
9322   - "throughput"
9323   - "parent"
9324   traces:
9325     hoverinfo: "x+y"
9326     boxpoints: "outliers"
9327     whiskerwidth: 0
9328   layout:
9329     title: ""  # No title
9330     layout: "plot-throughput"
9331
9332 -
9333   type: "plot"
9334   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9335   algorithm: "plot_performance_box"
9336   output-file-type: ".html"
9337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9338   data: "plot-vpp-throughput-latency-3n-hsw"
9339   filter: "'NIC_Intel-XL710' and
9340            '64B' and
9341            'NDRPDR' and
9342            '2T2C' and
9343            'VHOST' and
9344            not 'VXLAN' and
9345            not 'IP4FWD' and
9346            not 'DOT1Q' and
9347            not '2VM'"
9348   parameters:
9349   - "throughput"
9350   - "parent"
9351   traces:
9352     hoverinfo: "x+y"
9353     boxpoints: "outliers"
9354     whiskerwidth: 0
9355   layout:
9356     title: ""  # No title
9357     layout: "plot-throughput"
9358
9359 ################################################################################
9360
9361 # Packet Throughput - VPP VTS 3n-hsw-x520
9362 -
9363   type: "plot"
9364   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-ndr"
9365   algorithm: "plot_performance_box"
9366   output-file-type: ".html"
9367   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr"
9368   data: "plot-vpp-throughput-latency-3n-hsw"
9369   filter: "'NIC_Intel-X520-DA2' and
9370            '64B' and
9371            'NDRPDR' and
9372            '1T1C' and
9373            'VTS'"
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: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-ndr"
9388   algorithm: "plot_performance_box"
9389   output-file-type: ".html"
9390   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr"
9391   data: "plot-vpp-throughput-latency-3n-hsw"
9392   filter: "'NIC_Intel-X520-DA2' and
9393            '64B' and
9394            'NDRPDR' and
9395            '2T2C' and
9396            'VTS'"
9397   parameters:
9398   - "throughput"
9399   - "parent"
9400   traces:
9401     hoverinfo: "x+y"
9402     boxpoints: "outliers"
9403     whiskerwidth: 0
9404   layout:
9405     title: ""  # No title
9406     layout: "plot-throughput"
9407
9408 -
9409   type: "plot"
9410   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-pdr"
9411   algorithm: "plot_performance_box"
9412   output-file-type: ".html"
9413   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-pdr"
9414   data: "plot-vpp-throughput-latency-3n-hsw"
9415   filter: "'NIC_Intel-X520-DA2' and
9416            '64B' and
9417            'NDRPDR' and
9418            '1T1C' and
9419            'VTS'"
9420   parameters:
9421   - "throughput"
9422   - "parent"
9423   traces:
9424     hoverinfo: "x+y"
9425     boxpoints: "outliers"
9426     whiskerwidth: 0
9427   layout:
9428     title: ""  # No title
9429     layout: "plot-throughput"
9430
9431 -
9432   type: "plot"
9433   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-pdr"
9434   algorithm: "plot_performance_box"
9435   output-file-type: ".html"
9436   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-pdr"
9437   data: "plot-vpp-throughput-latency-3n-hsw"
9438   filter: "'NIC_Intel-X520-DA2' and
9439            '64B' and
9440            'NDRPDR' and
9441            '2T2C' and
9442            'VTS'"
9443   parameters:
9444   - "throughput"
9445   - "parent"
9446   traces:
9447     hoverinfo: "x+y"
9448     boxpoints: "outliers"
9449     whiskerwidth: 0
9450   layout:
9451     title: ""  # No title
9452     layout: "plot-throughput"
9453
9454 ################################################################################
9455
9456 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
9457 -
9458   type: "plot"
9459   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
9460   algorithm: "plot_performance_box"
9461   output-file-type: ".html"
9462   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
9463   data: "plot-dpdk-throughput-latency-3n-hsw"
9464   filter: "'NIC_Intel-X520-DA2' and
9465            '64B' and
9466            'BASE' and
9467            'NDRPDR' and
9468            '1T1C' and
9469            'IP4FWD'"
9470   parameters:
9471   - "throughput"
9472   - "parent"
9473   traces:
9474     hoverinfo: "x+y"
9475     boxpoints: "outliers"
9476     whiskerwidth: 0
9477   layout:
9478     title: ""  # No title
9479     layout: "plot-throughput"
9480
9481 -
9482   type: "plot"
9483   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
9484   algorithm: "plot_performance_box"
9485   output-file-type: ".html"
9486   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
9487   data: "plot-dpdk-throughput-latency-3n-hsw"
9488   filter: "'NIC_Intel-X520-DA2' and
9489            '64B' and
9490            'BASE' and
9491            'NDRPDR' and
9492            '2T2C' and
9493            'IP4FWD'"
9494   parameters:
9495   - "throughput"
9496   - "parent"
9497   traces:
9498     hoverinfo: "x+y"
9499     boxpoints: "outliers"
9500     whiskerwidth: 0
9501   layout:
9502     title: ""  # No title
9503     layout: "plot-throughput"
9504
9505 -
9506   type: "plot"
9507   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
9508   algorithm: "plot_performance_box"
9509   output-file-type: ".html"
9510   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
9511   data: "plot-dpdk-throughput-latency-3n-hsw"
9512   filter: "'NIC_Intel-X520-DA2' and
9513            '64B' and
9514            'BASE' and
9515            'NDRPDR' and
9516            '1T1C' and
9517            'IP4FWD'"
9518   parameters:
9519   - "throughput"
9520   - "parent"
9521   traces:
9522     hoverinfo: "x+y"
9523     boxpoints: "outliers"
9524     whiskerwidth: 0
9525   layout:
9526     title: ""  # No title
9527     layout: "plot-throughput"
9528
9529 -
9530   type: "plot"
9531   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
9532   algorithm: "plot_performance_box"
9533   output-file-type: ".html"
9534   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
9535   data: "plot-dpdk-throughput-latency-3n-hsw"
9536   filter: "'NIC_Intel-X520-DA2' and
9537            '64B' and
9538            'BASE' and
9539            'NDRPDR' and
9540            '2T2C' and
9541            'IP4FWD'"
9542   parameters:
9543   - "throughput"
9544   - "parent"
9545   traces:
9546     hoverinfo: "x+y"
9547     boxpoints: "outliers"
9548     whiskerwidth: 0
9549   layout:
9550     title: ""  # No title
9551     layout: "plot-throughput"
9552
9553 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
9554 -
9555   type: "plot"
9556   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
9557   algorithm: "plot_performance_box"
9558   output-file-type: ".html"
9559   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
9560   data: "plot-dpdk-throughput-latency-3n-hsw"
9561   filter: "'NIC_Intel-X710' and
9562            '64B' and
9563            'BASE' and
9564            'NDRPDR' and
9565            '1T1C' and
9566            'IP4FWD'"
9567   parameters:
9568   - "throughput"
9569   - "parent"
9570   traces:
9571     hoverinfo: "x+y"
9572     boxpoints: "outliers"
9573     whiskerwidth: 0
9574   layout:
9575     title: ""  # No title
9576     layout: "plot-throughput"
9577
9578 -
9579   type: "plot"
9580   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
9581   algorithm: "plot_performance_box"
9582   output-file-type: ".html"
9583   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
9584   data: "plot-dpdk-throughput-latency-3n-hsw"
9585   filter: "'NIC_Intel-X710' and
9586            '64B' and
9587            'BASE' and
9588            'NDRPDR' and
9589            '2T2C' and
9590            'IP4FWD'"
9591   parameters:
9592   - "throughput"
9593   - "parent"
9594   traces:
9595     hoverinfo: "x+y"
9596     boxpoints: "outliers"
9597     whiskerwidth: 0
9598   layout:
9599     title: ""  # No title
9600     layout: "plot-throughput"
9601
9602 -
9603   type: "plot"
9604   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
9605   algorithm: "plot_performance_box"
9606   output-file-type: ".html"
9607   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
9608   data: "plot-dpdk-throughput-latency-3n-hsw"
9609   filter: "'NIC_Intel-X710' and
9610            '64B' and
9611            'BASE' and
9612            'NDRPDR' and
9613            '1T1C' and
9614            'IP4FWD'"
9615   parameters:
9616   - "throughput"
9617   - "parent"
9618   traces:
9619     hoverinfo: "x+y"
9620     boxpoints: "outliers"
9621     whiskerwidth: 0
9622   layout:
9623     title: ""  # No title
9624     layout: "plot-throughput"
9625
9626 -
9627   type: "plot"
9628   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
9629   algorithm: "plot_performance_box"
9630   output-file-type: ".html"
9631   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
9632   data: "plot-dpdk-throughput-latency-3n-hsw"
9633   filter: "'NIC_Intel-X710' and
9634            '64B' and
9635            'BASE' and
9636            'NDRPDR' and
9637            '2T2C' and
9638            'IP4FWD'"
9639   parameters:
9640   - "throughput"
9641   - "parent"
9642   traces:
9643     hoverinfo: "x+y"
9644     boxpoints: "outliers"
9645     whiskerwidth: 0
9646   layout:
9647     title: ""  # No title
9648     layout: "plot-throughput"
9649
9650 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
9651 -
9652   type: "plot"
9653   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
9654   algorithm: "plot_performance_box"
9655   output-file-type: ".html"
9656   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
9657   data: "plot-dpdk-throughput-latency-3n-hsw"
9658   filter: "'NIC_Intel-XL710' and
9659            '64B' and
9660            'BASE' and
9661            'NDRPDR' and
9662            '1T1C' and
9663            'IP4FWD'"
9664   parameters:
9665   - "throughput"
9666   - "parent"
9667   traces:
9668     hoverinfo: "x+y"
9669     boxpoints: "outliers"
9670     whiskerwidth: 0
9671   layout:
9672     title: ""  # No title
9673     layout: "plot-throughput"
9674
9675 -
9676   type: "plot"
9677   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
9678   algorithm: "plot_performance_box"
9679   output-file-type: ".html"
9680   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
9681   data: "plot-dpdk-throughput-latency-3n-hsw"
9682   filter: "'NIC_Intel-XL710' and
9683            '64B' and
9684            'BASE' and
9685            'NDRPDR' and
9686            '2T2C' and
9687            'IP4FWD'"
9688   parameters:
9689   - "throughput"
9690   - "parent"
9691   traces:
9692     hoverinfo: "x+y"
9693     boxpoints: "outliers"
9694     whiskerwidth: 0
9695   layout:
9696     title: ""  # No title
9697     layout: "plot-throughput"
9698
9699 -
9700   type: "plot"
9701   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
9702   algorithm: "plot_performance_box"
9703   output-file-type: ".html"
9704   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
9705   data: "plot-dpdk-throughput-latency-3n-hsw"
9706   filter: "'NIC_Intel-XL710' and
9707            '64B' and
9708            'BASE' and
9709            'NDRPDR' and
9710            '1T1C' and
9711            'IP4FWD'"
9712   parameters:
9713   - "throughput"
9714   - "parent"
9715   traces:
9716     hoverinfo: "x+y"
9717     boxpoints: "outliers"
9718     whiskerwidth: 0
9719   layout:
9720     title: ""  # No title
9721     layout: "plot-throughput"
9722
9723 -
9724   type: "plot"
9725   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
9726   algorithm: "plot_performance_box"
9727   output-file-type: ".html"
9728   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
9729   data: "plot-dpdk-throughput-latency-3n-hsw"
9730   filter: "'NIC_Intel-XL710' and
9731            '64B' and
9732            'BASE' and
9733            'NDRPDR' and
9734            '2T2C' and
9735            'IP4FWD'"
9736   parameters:
9737   - "throughput"
9738   - "parent"
9739   traces:
9740     hoverinfo: "x+y"
9741     boxpoints: "outliers"
9742     whiskerwidth: 0
9743   layout:
9744     title: ""  # No title
9745     layout: "plot-throughput"
9746
9747 # Packet Throughput - DPDK l3fwd 3n-skx-x710
9748 -
9749   type: "plot"
9750   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
9751   algorithm: "plot_performance_box"
9752   output-file-type: ".html"
9753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
9754   data: "plot-dpdk-throughput-latency-3n-skx"
9755   filter: "'NIC_Intel-X710' and
9756            '64B' and
9757            'BASE' and
9758            'NDRPDR' and
9759            '2T1C' and
9760            'IP4FWD'"
9761   parameters:
9762   - "throughput"
9763   - "parent"
9764   traces:
9765     hoverinfo: "x+y"
9766     boxpoints: "outliers"
9767     whiskerwidth: 0
9768   layout:
9769     title: ""  # No title
9770     layout: "plot-throughput"
9771
9772 -
9773   type: "plot"
9774   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
9775   algorithm: "plot_performance_box"
9776   output-file-type: ".html"
9777   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
9778   data: "plot-dpdk-throughput-latency-3n-skx"
9779   filter: "'NIC_Intel-X710' and
9780            '64B' and
9781            'BASE' and
9782            'NDRPDR' and
9783            '4T2C' and
9784            'IP4FWD'"
9785   parameters:
9786   - "throughput"
9787   - "parent"
9788   traces:
9789     hoverinfo: "x+y"
9790     boxpoints: "outliers"
9791     whiskerwidth: 0
9792   layout:
9793     title: ""  # No title
9794     layout: "plot-throughput"
9795
9796 -
9797   type: "plot"
9798   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
9799   algorithm: "plot_performance_box"
9800   output-file-type: ".html"
9801   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
9802   data: "plot-dpdk-throughput-latency-3n-skx"
9803   filter: "'NIC_Intel-X710' and
9804            '64B' and
9805            'BASE' and
9806            'NDRPDR' and
9807            '2T1C' and
9808            'IP4FWD'"
9809   parameters:
9810   - "throughput"
9811   - "parent"
9812   traces:
9813     hoverinfo: "x+y"
9814     boxpoints: "outliers"
9815     whiskerwidth: 0
9816   layout:
9817     title: ""  # No title
9818     layout: "plot-throughput"
9819
9820 -
9821   type: "plot"
9822   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
9823   algorithm: "plot_performance_box"
9824   output-file-type: ".html"
9825   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
9826   data: "plot-dpdk-throughput-latency-3n-skx"
9827   filter: "'NIC_Intel-X710' and
9828            '64B' and
9829            'BASE' and
9830            'NDRPDR' and
9831            '4T2C' and
9832            'IP4FWD'"
9833   parameters:
9834   - "throughput"
9835   - "parent"
9836   traces:
9837     hoverinfo: "x+y"
9838     boxpoints: "outliers"
9839     whiskerwidth: 0
9840   layout:
9841     title: ""  # No title
9842     layout: "plot-throughput"
9843
9844 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
9845 -
9846   type: "plot"
9847   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
9848   algorithm: "plot_performance_box"
9849   output-file-type: ".html"
9850   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
9851   data: "plot-dpdk-throughput-latency-3n-skx"
9852   filter: "'NIC_Intel-XXV710' and
9853            '64B' and
9854            'BASE' and
9855            'NDRPDR' and
9856            '2T1C' and
9857            'IP4FWD'"
9858   parameters:
9859   - "throughput"
9860   - "parent"
9861   traces:
9862     hoverinfo: "x+y"
9863     boxpoints: "outliers"
9864     whiskerwidth: 0
9865   layout:
9866     title: ""  # No title
9867     layout: "plot-throughput"
9868
9869 -
9870   type: "plot"
9871   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
9872   algorithm: "plot_performance_box"
9873   output-file-type: ".html"
9874   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
9875   data: "plot-dpdk-throughput-latency-3n-skx"
9876   filter: "'NIC_Intel-XXV710' and
9877            '64B' and
9878            'BASE' and
9879            'NDRPDR' and
9880            '4T2C' and
9881            'IP4FWD'"
9882   parameters:
9883   - "throughput"
9884   - "parent"
9885   traces:
9886     hoverinfo: "x+y"
9887     boxpoints: "outliers"
9888     whiskerwidth: 0
9889   layout:
9890     title: ""  # No title
9891     layout: "plot-throughput"
9892
9893 -
9894   type: "plot"
9895   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
9896   algorithm: "plot_performance_box"
9897   output-file-type: ".html"
9898   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
9899   data: "plot-dpdk-throughput-latency-3n-skx"
9900   filter: "'NIC_Intel-XXV710' and
9901            '64B' and
9902            'BASE' and
9903            'NDRPDR' and
9904            '2T1C' and
9905            'IP4FWD'"
9906   parameters:
9907   - "throughput"
9908   - "parent"
9909   traces:
9910     hoverinfo: "x+y"
9911     boxpoints: "outliers"
9912     whiskerwidth: 0
9913   layout:
9914     title: ""  # No title
9915     layout: "plot-throughput"
9916
9917 -
9918   type: "plot"
9919   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
9920   algorithm: "plot_performance_box"
9921   output-file-type: ".html"
9922   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
9923   data: "plot-dpdk-throughput-latency-3n-skx"
9924   filter: "'NIC_Intel-XXV710' and
9925            '64B' and
9926            'BASE' and
9927            'NDRPDR' and
9928            '4T2C' and
9929            'IP4FWD'"
9930   parameters:
9931   - "throughput"
9932   - "parent"
9933   traces:
9934     hoverinfo: "x+y"
9935     boxpoints: "outliers"
9936     whiskerwidth: 0
9937   layout:
9938     title: ""  # No title
9939     layout: "plot-throughput"
9940
9941 # Packet Throughput - DPDK l3fwd 2n-skx-x710
9942 -
9943   type: "plot"
9944   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
9945   algorithm: "plot_performance_box"
9946   output-file-type: ".html"
9947   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
9948   data: "plot-dpdk-throughput-latency-2n-skx"
9949   filter: "'NIC_Intel-X710' and
9950            '64B' and
9951            'BASE' and
9952            'NDRPDR' and
9953            '2T1C' and
9954            'IP4FWD'"
9955   parameters:
9956   - "throughput"
9957   - "parent"
9958   traces:
9959     hoverinfo: "x+y"
9960     boxpoints: "outliers"
9961     whiskerwidth: 0
9962   layout:
9963     title: ""  # No title
9964     layout: "plot-throughput"
9965
9966 -
9967   type: "plot"
9968   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
9969   algorithm: "plot_performance_box"
9970   output-file-type: ".html"
9971   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
9972   data: "plot-dpdk-throughput-latency-2n-skx"
9973   filter: "'NIC_Intel-X710' and
9974            '64B' and
9975            'BASE' and
9976            'NDRPDR' and
9977            '4T2C' and
9978            'IP4FWD'"
9979   parameters:
9980   - "throughput"
9981   - "parent"
9982   traces:
9983     hoverinfo: "x+y"
9984     boxpoints: "outliers"
9985     whiskerwidth: 0
9986   layout:
9987     title: ""  # No title
9988     layout: "plot-throughput"
9989
9990 -
9991   type: "plot"
9992   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
9993   algorithm: "plot_performance_box"
9994   output-file-type: ".html"
9995   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
9996   data: "plot-dpdk-throughput-latency-2n-skx"
9997   filter: "'NIC_Intel-X710' and
9998            '64B' and
9999            'BASE' and
10000            'NDRPDR' and
10001            '2T1C' and
10002            'IP4FWD'"
10003   parameters:
10004   - "throughput"
10005   - "parent"
10006   traces:
10007     hoverinfo: "x+y"
10008     boxpoints: "outliers"
10009     whiskerwidth: 0
10010   layout:
10011     title: ""  # No title
10012     layout: "plot-throughput"
10013
10014 -
10015   type: "plot"
10016   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
10017   algorithm: "plot_performance_box"
10018   output-file-type: ".html"
10019   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
10020   data: "plot-dpdk-throughput-latency-2n-skx"
10021   filter: "'NIC_Intel-X710' and
10022            '64B' and
10023            'BASE' and
10024            'NDRPDR' and
10025            '4T2C' and
10026            'IP4FWD'"
10027   parameters:
10028   - "throughput"
10029   - "parent"
10030   traces:
10031     hoverinfo: "x+y"
10032     boxpoints: "outliers"
10033     whiskerwidth: 0
10034   layout:
10035     title: ""  # No title
10036     layout: "plot-throughput"
10037
10038 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
10039 -
10040   type: "plot"
10041   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
10042   algorithm: "plot_performance_box"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
10045   data: "plot-dpdk-throughput-latency-2n-skx"
10046   filter: "'NIC_Intel-XXV710' and
10047            '64B' and
10048            'BASE' and
10049            'NDRPDR' and
10050            '2T1C' and
10051            'IP4FWD'"
10052   parameters:
10053   - "throughput"
10054   - "parent"
10055   traces:
10056     hoverinfo: "x+y"
10057     boxpoints: "outliers"
10058     whiskerwidth: 0
10059   layout:
10060     title: ""  # No title
10061     layout: "plot-throughput"
10062
10063 -
10064   type: "plot"
10065   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
10066   algorithm: "plot_performance_box"
10067   output-file-type: ".html"
10068   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
10069   data: "plot-dpdk-throughput-latency-2n-skx"
10070   filter: "'NIC_Intel-XXV710' and
10071            '64B' and
10072            'BASE' and
10073            'NDRPDR' and
10074            '4T2C' and
10075            'IP4FWD'"
10076   parameters:
10077   - "throughput"
10078   - "parent"
10079   traces:
10080     hoverinfo: "x+y"
10081     boxpoints: "outliers"
10082     whiskerwidth: 0
10083   layout:
10084     title: ""  # No title
10085     layout: "plot-throughput"
10086
10087 -
10088   type: "plot"
10089   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
10090   algorithm: "plot_performance_box"
10091   output-file-type: ".html"
10092   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
10093   data: "plot-dpdk-throughput-latency-2n-skx"
10094   filter: "'NIC_Intel-XXV710' and
10095            '64B' and
10096            'BASE' and
10097            'NDRPDR' and
10098            '2T1C' and
10099            'IP4FWD'"
10100   parameters:
10101   - "throughput"
10102   - "parent"
10103   traces:
10104     hoverinfo: "x+y"
10105     boxpoints: "outliers"
10106     whiskerwidth: 0
10107   layout:
10108     title: ""  # No title
10109     layout: "plot-throughput"
10110
10111 -
10112   type: "plot"
10113   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
10114   algorithm: "plot_performance_box"
10115   output-file-type: ".html"
10116   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
10117   data: "plot-dpdk-throughput-latency-2n-skx"
10118   filter: "'NIC_Intel-XXV710' and
10119            '64B' and
10120            'BASE' and
10121            'NDRPDR' and
10122            '4T2C' and
10123            'IP4FWD'"
10124   parameters:
10125   - "throughput"
10126   - "parent"
10127   traces:
10128     hoverinfo: "x+y"
10129     boxpoints: "outliers"
10130     whiskerwidth: 0
10131   layout:
10132     title: ""  # No title
10133     layout: "plot-throughput"
10134
10135 ################################################################################
10136
10137 # Packet Throughput - DPDK testpmd 3n-hsw-x520
10138 -
10139   type: "plot"
10140   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
10141   algorithm: "plot_performance_box"
10142   output-file-type: ".html"
10143   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
10144   data: "plot-dpdk-throughput-latency-3n-hsw"
10145   filter: "'NIC_Intel-X520-DA2' and
10146            '64B' and
10147            'BASE' and
10148            'NDRPDR' and
10149            '1T1C' and
10150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10151   parameters:
10152   - "throughput"
10153   - "parent"
10154   traces:
10155     hoverinfo: "x+y"
10156     boxpoints: "outliers"
10157     whiskerwidth: 0
10158   layout:
10159     title: ""  # No title
10160     layout: "plot-throughput"
10161
10162 -
10163   type: "plot"
10164   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
10165   algorithm: "plot_performance_box"
10166   output-file-type: ".html"
10167   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
10168   data: "plot-dpdk-throughput-latency-3n-hsw"
10169   filter: "'NIC_Intel-X520-DA2' and
10170            '64B' and
10171            'BASE' and
10172            'NDRPDR' and
10173            '2T2C' and
10174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10175   parameters:
10176   - "throughput"
10177   - "parent"
10178   traces:
10179     hoverinfo: "x+y"
10180     boxpoints: "outliers"
10181     whiskerwidth: 0
10182   layout:
10183     title: ""  # No title
10184     layout: "plot-throughput"
10185
10186 -
10187   type: "plot"
10188   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
10189   algorithm: "plot_performance_box"
10190   output-file-type: ".html"
10191   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
10192   data: "plot-dpdk-throughput-latency-3n-hsw"
10193   filter: "'NIC_Intel-X520-DA2' and
10194            '64B' and
10195            'BASE' and
10196            'NDRPDR' and
10197            '1T1C' and
10198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10199   parameters:
10200   - "throughput"
10201   - "parent"
10202   traces:
10203     hoverinfo: "x+y"
10204     boxpoints: "outliers"
10205     whiskerwidth: 0
10206   layout:
10207     title: ""  # No title
10208     layout: "plot-throughput"
10209
10210 -
10211   type: "plot"
10212   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
10213   algorithm: "plot_performance_box"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
10216   data: "plot-dpdk-throughput-latency-3n-hsw"
10217   filter: "'NIC_Intel-X520-DA2' and
10218            '64B' and
10219            'BASE' and
10220            'NDRPDR' and
10221            '2T2C' and
10222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10223   parameters:
10224   - "throughput"
10225   - "parent"
10226   traces:
10227     hoverinfo: "x+y"
10228     boxpoints: "outliers"
10229     whiskerwidth: 0
10230   layout:
10231     title: ""  # No title
10232     layout: "plot-throughput"
10233
10234 # Packet Throughput - DPDK testpmd 3n-hsw-x710
10235 -
10236   type: "plot"
10237   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
10238   algorithm: "plot_performance_box"
10239   output-file-type: ".html"
10240   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
10241   data: "plot-dpdk-throughput-latency-3n-hsw"
10242   filter: "'NIC_Intel-X710' and
10243            '64B' and
10244            'BASE' and
10245            'NDRPDR' and
10246            '1T1C' and
10247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10248   parameters:
10249   - "throughput"
10250   - "parent"
10251   traces:
10252     hoverinfo: "x+y"
10253     boxpoints: "outliers"
10254     whiskerwidth: 0
10255   layout:
10256     title: ""  # No title
10257     layout: "plot-throughput"
10258
10259 -
10260   type: "plot"
10261   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
10262   algorithm: "plot_performance_box"
10263   output-file-type: ".html"
10264   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
10265   data: "plot-dpdk-throughput-latency-3n-hsw"
10266   filter: "'NIC_Intel-X710' and
10267            '64B' and
10268            'BASE' and
10269            'NDRPDR' and
10270            '2T2C' and
10271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10272   parameters:
10273   - "throughput"
10274   - "parent"
10275   traces:
10276     hoverinfo: "x+y"
10277     boxpoints: "outliers"
10278     whiskerwidth: 0
10279   layout:
10280     title: ""  # No title
10281     layout: "plot-throughput"
10282
10283 -
10284   type: "plot"
10285   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
10286   algorithm: "plot_performance_box"
10287   output-file-type: ".html"
10288   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
10289   data: "plot-dpdk-throughput-latency-3n-hsw"
10290   filter: "'NIC_Intel-X710' and
10291            '64B' and
10292            'BASE' and
10293            'NDRPDR' and
10294            '1T1C' and
10295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10296   parameters:
10297   - "throughput"
10298   - "parent"
10299   traces:
10300     hoverinfo: "x+y"
10301     boxpoints: "outliers"
10302     whiskerwidth: 0
10303   layout:
10304     title: ""  # No title
10305     layout: "plot-throughput"
10306
10307 -
10308   type: "plot"
10309   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
10310   algorithm: "plot_performance_box"
10311   output-file-type: ".html"
10312   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
10313   data: "plot-dpdk-throughput-latency-3n-hsw"
10314   filter: "'NIC_Intel-X710' and
10315            '64B' and
10316            'BASE' and
10317            'NDRPDR' and
10318            '2T2C' and
10319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10320   parameters:
10321   - "throughput"
10322   - "parent"
10323   traces:
10324     hoverinfo: "x+y"
10325     boxpoints: "outliers"
10326     whiskerwidth: 0
10327   layout:
10328     title: ""  # No title
10329     layout: "plot-throughput"
10330
10331 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
10332 -
10333   type: "plot"
10334   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
10335   algorithm: "plot_performance_box"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
10338   data: "plot-dpdk-throughput-latency-3n-hsw"
10339   filter: "'NIC_Intel-XL710' and
10340            '64B' and
10341            'BASE' and
10342            'NDRPDR' and
10343            '1T1C' and
10344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10345   parameters:
10346   - "throughput"
10347   - "parent"
10348   traces:
10349     hoverinfo: "x+y"
10350     boxpoints: "outliers"
10351     whiskerwidth: 0
10352   layout:
10353     title: ""  # No title
10354     layout: "plot-throughput"
10355
10356 -
10357   type: "plot"
10358   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
10359   algorithm: "plot_performance_box"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
10362   data: "plot-dpdk-throughput-latency-3n-hsw"
10363   filter: "'NIC_Intel-XL710' and
10364            '64B' and
10365            'BASE' and
10366            'NDRPDR' and
10367            '2T2C' and
10368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10369   parameters:
10370   - "throughput"
10371   - "parent"
10372   traces:
10373     hoverinfo: "x+y"
10374     boxpoints: "outliers"
10375     whiskerwidth: 0
10376   layout:
10377     title: ""  # No title
10378     layout: "plot-throughput"
10379
10380 -
10381   type: "plot"
10382   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
10383   algorithm: "plot_performance_box"
10384   output-file-type: ".html"
10385   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
10386   data: "plot-dpdk-throughput-latency-3n-hsw"
10387   filter: "'NIC_Intel-XL710' and
10388            '64B' and
10389            'BASE' and
10390            'NDRPDR' and
10391            '1T1C' and
10392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10393   parameters:
10394   - "throughput"
10395   - "parent"
10396   traces:
10397     hoverinfo: "x+y"
10398     boxpoints: "outliers"
10399     whiskerwidth: 0
10400   layout:
10401     title: ""  # No title
10402     layout: "plot-throughput"
10403
10404 -
10405   type: "plot"
10406   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
10407   algorithm: "plot_performance_box"
10408   output-file-type: ".html"
10409   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
10410   data: "plot-dpdk-throughput-latency-3n-hsw"
10411   filter: "'NIC_Intel-XL710' and
10412            '64B' and
10413            'BASE' and
10414            'NDRPDR' and
10415            '2T2C' and
10416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10417   parameters:
10418   - "throughput"
10419   - "parent"
10420   traces:
10421     hoverinfo: "x+y"
10422     boxpoints: "outliers"
10423     whiskerwidth: 0
10424   layout:
10425     title: ""  # No title
10426     layout: "plot-throughput"
10427
10428 # Packet Throughput - DPDK testpmd 3n-skx-x710
10429 -
10430   type: "plot"
10431   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
10432   algorithm: "plot_performance_box"
10433   output-file-type: ".html"
10434   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
10435   data: "plot-dpdk-throughput-latency-3n-skx"
10436   filter: "'NIC_Intel-X710' and
10437            '64B' and
10438            'BASE' and
10439            'NDRPDR' and
10440            '2T1C' and
10441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10442   parameters:
10443   - "throughput"
10444   - "parent"
10445   traces:
10446     hoverinfo: "x+y"
10447     boxpoints: "outliers"
10448     whiskerwidth: 0
10449   layout:
10450     title: ""  # No title
10451     layout: "plot-throughput"
10452
10453 -
10454   type: "plot"
10455   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
10456   algorithm: "plot_performance_box"
10457   output-file-type: ".html"
10458   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
10459   data: "plot-dpdk-throughput-latency-3n-skx"
10460   filter: "'NIC_Intel-X710' and
10461            '64B' and
10462            'BASE' and
10463            'NDRPDR' and
10464            '4T2C' and
10465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10466   parameters:
10467   - "throughput"
10468   - "parent"
10469   traces:
10470     hoverinfo: "x+y"
10471     boxpoints: "outliers"
10472     whiskerwidth: 0
10473   layout:
10474     title: ""  # No title
10475     layout: "plot-throughput"
10476
10477 -
10478   type: "plot"
10479   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
10480   algorithm: "plot_performance_box"
10481   output-file-type: ".html"
10482   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
10483   data: "plot-dpdk-throughput-latency-3n-skx"
10484   filter: "'NIC_Intel-X710' and
10485            '64B' and
10486            'BASE' and
10487            'NDRPDR' and
10488            '2T1C' and
10489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10490   parameters:
10491   - "throughput"
10492   - "parent"
10493   traces:
10494     hoverinfo: "x+y"
10495     boxpoints: "outliers"
10496     whiskerwidth: 0
10497   layout:
10498     title: ""  # No title
10499     layout: "plot-throughput"
10500
10501 -
10502   type: "plot"
10503   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
10504   algorithm: "plot_performance_box"
10505   output-file-type: ".html"
10506   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
10507   data: "plot-dpdk-throughput-latency-3n-skx"
10508   filter: "'NIC_Intel-X710' and
10509            '64B' and
10510            'BASE' and
10511            'NDRPDR' and
10512            '4T2C' and
10513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10514   parameters:
10515   - "throughput"
10516   - "parent"
10517   traces:
10518     hoverinfo: "x+y"
10519     boxpoints: "outliers"
10520     whiskerwidth: 0
10521   layout:
10522     title: ""  # No title
10523     layout: "plot-throughput"
10524
10525 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
10526 -
10527   type: "plot"
10528   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
10529   algorithm: "plot_performance_box"
10530   output-file-type: ".html"
10531   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
10532   data: "plot-dpdk-throughput-latency-3n-skx"
10533   filter: "'NIC_Intel-XXV710' and
10534            '64B' and
10535            'BASE' and
10536            'NDRPDR' and
10537            '2T1C' and
10538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10539   parameters:
10540   - "throughput"
10541   - "parent"
10542   traces:
10543     hoverinfo: "x+y"
10544     boxpoints: "outliers"
10545     whiskerwidth: 0
10546   layout:
10547     title: ""  # No title
10548     layout: "plot-throughput"
10549
10550 -
10551   type: "plot"
10552   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
10553   algorithm: "plot_performance_box"
10554   output-file-type: ".html"
10555   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
10556   data: "plot-dpdk-throughput-latency-3n-skx"
10557   filter: "'NIC_Intel-XXV710' and
10558            '64B' and
10559            'BASE' and
10560            'NDRPDR' and
10561            '4T2C' and
10562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10563   parameters:
10564   - "throughput"
10565   - "parent"
10566   traces:
10567     hoverinfo: "x+y"
10568     boxpoints: "outliers"
10569     whiskerwidth: 0
10570   layout:
10571     title: ""  # No title
10572     layout: "plot-throughput"
10573
10574 -
10575   type: "plot"
10576   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
10577   algorithm: "plot_performance_box"
10578   output-file-type: ".html"
10579   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
10580   data: "plot-dpdk-throughput-latency-3n-skx"
10581   filter: "'NIC_Intel-XXV710' and
10582            '64B' and
10583            'BASE' and
10584            'NDRPDR' and
10585            '2T1C' and
10586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10587   parameters:
10588   - "throughput"
10589   - "parent"
10590   traces:
10591     hoverinfo: "x+y"
10592     boxpoints: "outliers"
10593     whiskerwidth: 0
10594   layout:
10595     title: ""  # No title
10596     layout: "plot-throughput"
10597
10598 -
10599   type: "plot"
10600   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
10601   algorithm: "plot_performance_box"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
10604   data: "plot-dpdk-throughput-latency-3n-skx"
10605   filter: "'NIC_Intel-XXV710' and
10606            '64B' and
10607            'BASE' and
10608            'NDRPDR' and
10609            '4T2C' and
10610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10611   parameters:
10612   - "throughput"
10613   - "parent"
10614   traces:
10615     hoverinfo: "x+y"
10616     boxpoints: "outliers"
10617     whiskerwidth: 0
10618   layout:
10619     title: ""  # No title
10620     layout: "plot-throughput"
10621
10622 # Packet Throughput - DPDK testpmd 2n-skx-x710
10623 -
10624   type: "plot"
10625   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
10626   algorithm: "plot_performance_box"
10627   output-file-type: ".html"
10628   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
10629   data: "plot-dpdk-throughput-latency-2n-skx"
10630   filter: "'NIC_Intel-X710' and
10631            '64B' and
10632            'BASE' and
10633            'NDRPDR' and
10634            '2T1C' and
10635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10636   parameters:
10637   - "throughput"
10638   - "parent"
10639   traces:
10640     hoverinfo: "x+y"
10641     boxpoints: "outliers"
10642     whiskerwidth: 0
10643   layout:
10644     title: ""  # No title
10645     layout: "plot-throughput"
10646
10647 -
10648   type: "plot"
10649   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
10650   algorithm: "plot_performance_box"
10651   output-file-type: ".html"
10652   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
10653   data: "plot-dpdk-throughput-latency-2n-skx"
10654   filter: "'NIC_Intel-X710' and
10655            '64B' and
10656            'BASE' and
10657            'NDRPDR' and
10658            '4T2C' and
10659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10660   parameters:
10661   - "throughput"
10662   - "parent"
10663   traces:
10664     hoverinfo: "x+y"
10665     boxpoints: "outliers"
10666     whiskerwidth: 0
10667   layout:
10668     title: ""  # No title
10669     layout: "plot-throughput"
10670
10671 -
10672   type: "plot"
10673   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
10674   algorithm: "plot_performance_box"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
10677   data: "plot-dpdk-throughput-latency-2n-skx"
10678   filter: "'NIC_Intel-X710' and
10679            '64B' and
10680            'BASE' and
10681            'NDRPDR' and
10682            '2T1C' and
10683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10684   parameters:
10685   - "throughput"
10686   - "parent"
10687   traces:
10688     hoverinfo: "x+y"
10689     boxpoints: "outliers"
10690     whiskerwidth: 0
10691   layout:
10692     title: ""  # No title
10693     layout: "plot-throughput"
10694
10695 -
10696   type: "plot"
10697   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
10698   algorithm: "plot_performance_box"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
10701   data: "plot-dpdk-throughput-latency-2n-skx"
10702   filter: "'NIC_Intel-X710' and
10703            '64B' and
10704            'BASE' and
10705            'NDRPDR' and
10706            '4T2C' and
10707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10708   parameters:
10709   - "throughput"
10710   - "parent"
10711   traces:
10712     hoverinfo: "x+y"
10713     boxpoints: "outliers"
10714     whiskerwidth: 0
10715   layout:
10716     title: ""  # No title
10717     layout: "plot-throughput"
10718
10719 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
10720 -
10721   type: "plot"
10722   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
10723   algorithm: "plot_performance_box"
10724   output-file-type: ".html"
10725   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
10726   data: "plot-dpdk-throughput-latency-2n-skx"
10727   filter: "'NIC_Intel-XXV710' and
10728            '64B' and
10729            'BASE' and
10730            'NDRPDR' and
10731            '2T1C' and
10732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10733   parameters:
10734   - "throughput"
10735   - "parent"
10736   traces:
10737     hoverinfo: "x+y"
10738     boxpoints: "outliers"
10739     whiskerwidth: 0
10740   layout:
10741     title: ""  # No title
10742     layout: "plot-throughput"
10743
10744 -
10745   type: "plot"
10746   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
10747   algorithm: "plot_performance_box"
10748   output-file-type: ".html"
10749   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
10750   data: "plot-dpdk-throughput-latency-2n-skx"
10751   filter: "'NIC_Intel-XXV710' and
10752            '64B' and
10753            'BASE' and
10754            'NDRPDR' and
10755            '4T2C' and
10756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10757   parameters:
10758   - "throughput"
10759   - "parent"
10760   traces:
10761     hoverinfo: "x+y"
10762     boxpoints: "outliers"
10763     whiskerwidth: 0
10764   layout:
10765     title: ""  # No title
10766     layout: "plot-throughput"
10767
10768 -
10769   type: "plot"
10770   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
10771   algorithm: "plot_performance_box"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
10774   data: "plot-dpdk-throughput-latency-2n-skx"
10775   filter: "'NIC_Intel-XXV710' and
10776            '64B' and
10777            'BASE' and
10778            'NDRPDR' and
10779            '2T1C' and
10780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10781   parameters:
10782   - "throughput"
10783   - "parent"
10784   traces:
10785     hoverinfo: "x+y"
10786     boxpoints: "outliers"
10787     whiskerwidth: 0
10788   layout:
10789     title: ""  # No title
10790     layout: "plot-throughput"
10791
10792 -
10793   type: "plot"
10794   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
10795   algorithm: "plot_performance_box"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
10798   data: "plot-dpdk-throughput-latency-2n-skx"
10799   filter: "'NIC_Intel-XXV710' and
10800            '64B' and
10801            'BASE' and
10802            'NDRPDR' and
10803            '4T2C' and
10804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10805   parameters:
10806   - "throughput"
10807   - "parent"
10808   traces:
10809     hoverinfo: "x+y"
10810     boxpoints: "outliers"
10811     whiskerwidth: 0
10812   layout:
10813     title: ""  # No title
10814     layout: "plot-throughput"
10815
10816
10817
10818
10819
10820
10821
10822
10823 ################################################################################
10824
10825 # Packet Latency - VPP L2 3n-hsw-x520
10826 -
10827   type: "plot"
10828   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10829   algorithm: "plot_latency_box"
10830   output-file-type: ".html"
10831   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10832   data: "plot-vpp-throughput-latency-3n-hsw"
10833   filter: "'NIC_Intel-X520-DA2' and
10834            '64B' and
10835            ('BASE' or 'SCALE') and
10836            'NDRPDR' and
10837            '1T1C' and
10838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10839            not 'VHOST' and
10840            not 'MEMIF'"
10841   parameters:
10842   - "latency"
10843   - "parent"
10844   traces:
10845     boxmean: False
10846   layout:
10847     title: ""  # No title
10848     layout: "plot-latency"
10849
10850 -
10851   type: "plot"
10852   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10853   algorithm: "plot_latency_box"
10854   output-file-type: ".html"
10855   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10856   data: "plot-vpp-throughput-latency-3n-hsw"
10857   filter: "'NIC_Intel-X520-DA2' and
10858            '64B' and
10859            ('BASE' or 'SCALE') and
10860            'NDRPDR' and
10861            '2T2C' and
10862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10863            not 'VHOST' and
10864            not 'MEMIF'"
10865   parameters:
10866   - "latency"
10867   - "parent"
10868   traces:
10869     boxmean: False
10870   layout:
10871     title: ""  # No title
10872     layout: "plot-latency"
10873
10874 -
10875   type: "plot"
10876   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10877   algorithm: "plot_latency_box"
10878   output-file-type: ".html"
10879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10880   data: "plot-vpp-throughput-latency-3n-hsw"
10881   filter: "'NIC_Intel-X520-DA2' and
10882            '64B' and
10883            'FEATURE' and
10884            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10885            'NDRPDR' and
10886            '1T1C' and
10887            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10888            not 'VHOST' and
10889            not 'MEMIF'"
10890   parameters:
10891   - "latency"
10892   - "parent"
10893   traces:
10894     boxmean: False
10895   layout:
10896     title: ""  # No title
10897     layout: "plot-latency"
10898
10899 -
10900   type: "plot"
10901   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10902   algorithm: "plot_latency_box"
10903   output-file-type: ".html"
10904   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10905   data: "plot-vpp-throughput-latency-3n-hsw"
10906   filter: "'NIC_Intel-X520-DA2' and
10907            '64B' and
10908            'FEATURE' and
10909            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10910            'NDRPDR' and
10911            '2T2C' and
10912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10913            not 'VHOST' and
10914            not 'MEMIF'"
10915   parameters:
10916   - "latency"
10917   - "parent"
10918   traces:
10919     boxmean: False
10920   layout:
10921     title: ""  # No title
10922     layout: "plot-latency"
10923
10924 # Packet Latency - VPP L2 3n-hsw-x710
10925 -
10926   type: "plot"
10927   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10928   algorithm: "plot_latency_box"
10929   output-file-type: ".html"
10930   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10931   data: "plot-vpp-throughput-latency-3n-hsw"
10932   filter: "'NIC_Intel-X710' and
10933            '64B' and
10934            ('BASE' or 'SCALE') and
10935            'NDRPDR' and
10936            '1T1C' and
10937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10938            not 'VHOST' and
10939            not 'MEMIF'"
10940   parameters:
10941   - "latency"
10942   - "parent"
10943   traces:
10944     boxmean: False
10945   layout:
10946     title: ""  # No title
10947     layout: "plot-latency"
10948
10949 -
10950   type: "plot"
10951   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10952   algorithm: "plot_latency_box"
10953   output-file-type: ".html"
10954   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10955   data: "plot-vpp-throughput-latency-3n-hsw"
10956   filter: "'NIC_Intel-X710' and
10957            '64B' and
10958            ('BASE' or 'SCALE') and
10959            'NDRPDR' and
10960            '2T2C' and
10961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10962            not 'VHOST' and
10963            not 'MEMIF'"
10964   parameters:
10965   - "latency"
10966   - "parent"
10967   traces:
10968     boxmean: False
10969   layout:
10970     title: ""  # No title
10971     layout: "plot-latency"
10972
10973 -
10974   type: "plot"
10975   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10976   algorithm: "plot_latency_box"
10977   output-file-type: ".html"
10978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10979   data: "plot-vpp-throughput-latency-3n-hsw"
10980   filter: "'NIC_Intel-X710' and
10981            '64B' and
10982            'FEATURE' and
10983            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10984            'NDRPDR' and
10985            '1T1C' and
10986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10987            not 'VHOST' and
10988            not 'MEMIF'"
10989   parameters:
10990   - "latency"
10991   - "parent"
10992   traces:
10993     boxmean: False
10994   layout:
10995     title: ""  # No title
10996     layout: "plot-latency"
10997
10998 -
10999   type: "plot"
11000   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
11001   algorithm: "plot_latency_box"
11002   output-file-type: ".html"
11003   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
11004   data: "plot-vpp-throughput-latency-3n-hsw"
11005   filter: "'NIC_Intel-X710' and
11006            '64B' and
11007            'FEATURE' and
11008            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11009            'NDRPDR' and
11010            '2T2C' and
11011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11012            not 'VHOST' and
11013            not 'MEMIF'"
11014   parameters:
11015   - "latency"
11016   - "parent"
11017   traces:
11018     boxmean: False
11019   layout:
11020     title: ""  # No title
11021     layout: "plot-latency"
11022
11023 # Packet Latency - VPP L2 3n-hsw-xl710
11024 -
11025   type: "plot"
11026   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11027   algorithm: "plot_latency_box"
11028   output-file-type: ".html"
11029   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11030   data: "plot-vpp-throughput-latency-3n-hsw"
11031   filter: "'NIC_Intel-XL710' and
11032            '64B' and
11033            ('BASE' or 'SCALE') and
11034            'NDRPDR' and
11035            '1T1C' and
11036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11037            not 'VHOST' and
11038            not 'MEMIF'"
11039   parameters:
11040   - "latency"
11041   - "parent"
11042   traces:
11043     boxmean: False
11044   layout:
11045     title: ""  # No title
11046     layout: "plot-latency"
11047
11048 -
11049   type: "plot"
11050   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11051   algorithm: "plot_latency_box"
11052   output-file-type: ".html"
11053   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11054   data: "plot-vpp-throughput-latency-3n-hsw"
11055   filter: "'NIC_Intel-XL710' and
11056            '64B' and
11057            ('BASE' or 'SCALE') and
11058            'NDRPDR' and
11059            '2T2C' and
11060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11061            not 'VHOST' and
11062            not 'MEMIF'"
11063   parameters:
11064   - "latency"
11065   - "parent"
11066   traces:
11067     boxmean: False
11068   layout:
11069     title: ""  # No title
11070     layout: "plot-latency"
11071
11072 # Packet Latency - VPP L2 3n-skx-x710
11073 -
11074   type: "plot"
11075   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11076   algorithm: "plot_latency_box"
11077   output-file-type: ".html"
11078   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11079   data: "plot-vpp-throughput-latency-3n-skx"
11080   filter: "'NIC_Intel-X710' and
11081            '64B' and
11082            ('BASE' or 'SCALE') and
11083            'NDRPDR' and
11084            '2T1C' and
11085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11086            not 'VHOST' and
11087            not 'MEMIF'"
11088   parameters:
11089   - "latency"
11090   - "parent"
11091   traces:
11092     boxmean: False
11093   layout:
11094     title: ""  # No title
11095     layout: "plot-latency"
11096
11097 -
11098   type: "plot"
11099   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11100   algorithm: "plot_latency_box"
11101   output-file-type: ".html"
11102   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11103   data: "plot-vpp-throughput-latency-3n-skx"
11104   filter: "'NIC_Intel-X710' and
11105            '64B' and
11106            ('BASE' or 'SCALE') and
11107            'NDRPDR' and
11108            '4T2C' and
11109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11110            not 'VHOST' and
11111            not 'MEMIF'"
11112   parameters:
11113   - "latency"
11114   - "parent"
11115   traces:
11116     boxmean: False
11117   layout:
11118     title: ""  # No title
11119     layout: "plot-latency"
11120
11121 -
11122   type: "plot"
11123   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
11124   algorithm: "plot_latency_box"
11125   output-file-type: ".html"
11126   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
11127   data: "plot-vpp-throughput-latency-3n-skx"
11128   filter: "'NIC_Intel-X710' and
11129            '64B' and
11130            'FEATURE' and
11131            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11132            'NDRPDR' and
11133            '2T1C' and
11134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11135            not 'VHOST' and
11136            not 'MEMIF'"
11137   parameters:
11138   - "latency"
11139   - "parent"
11140   traces:
11141     boxmean: False
11142   layout:
11143     title: ""  # No title
11144     layout: "plot-latency"
11145
11146 -
11147   type: "plot"
11148   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
11149   algorithm: "plot_latency_box"
11150   output-file-type: ".html"
11151   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
11152   data: "plot-vpp-throughput-latency-3n-skx"
11153   filter: "'NIC_Intel-X710' and
11154            '64B' and
11155            'FEATURE' and
11156            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11157            'NDRPDR' and
11158            '4T2C' and
11159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11160            not 'VHOST' and
11161            not 'MEMIF'"
11162   parameters:
11163   - "latency"
11164   - "parent"
11165   traces:
11166     boxmean: False
11167   layout:
11168     title: ""  # No title
11169     layout: "plot-latency"
11170
11171 # Packet Latency - VPP L2 3n-skx-xxv710
11172 -
11173   type: "plot"
11174   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11175   algorithm: "plot_latency_box"
11176   output-file-type: ".html"
11177   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11178   data: "plot-vpp-throughput-latency-3n-skx"
11179   filter: "'NIC_Intel-XXV710' and
11180            '64B' and
11181            ('BASE' or 'SCALE') and
11182            'NDRPDR' and
11183            '2T1C' and
11184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11185            not 'VHOST' and
11186            not 'MEMIF'"
11187   parameters:
11188   - "latency"
11189   - "parent"
11190   traces:
11191     boxmean: False
11192   layout:
11193     title: ""  # No title
11194     layout: "plot-latency"
11195
11196 -
11197   type: "plot"
11198   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11199   algorithm: "plot_latency_box"
11200   output-file-type: ".html"
11201   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11202   data: "plot-vpp-throughput-latency-3n-skx"
11203   filter: "'NIC_Intel-XXV710' and
11204            '64B' and
11205            ('BASE' or 'SCALE') and
11206            'NDRPDR' and
11207            '4T2C' and
11208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11209            not 'VHOST' and
11210            not 'MEMIF'"
11211   parameters:
11212   - "latency"
11213   - "parent"
11214   traces:
11215     boxmean: False
11216   layout:
11217     title: ""  # No title
11218     layout: "plot-latency"
11219
11220 -
11221   type: "plot"
11222   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
11223   algorithm: "plot_latency_box"
11224   output-file-type: ".html"
11225   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
11226   data: "plot-vpp-throughput-latency-3n-skx"
11227   filter: "'NIC_Intel-XXV710' and
11228            '64B' and
11229            'FEATURE' and
11230            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11231            'NDRPDR' and
11232            '2T1C' and
11233            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11234            not 'VHOST' and
11235            not 'MEMIF'"
11236   parameters:
11237   - "latency"
11238   - "parent"
11239   traces:
11240     boxmean: False
11241   layout:
11242     title: ""  # No title
11243     layout: "plot-latency"
11244
11245 -
11246   type: "plot"
11247   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
11248   algorithm: "plot_latency_box"
11249   output-file-type: ".html"
11250   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
11251   data: "plot-vpp-throughput-latency-3n-skx"
11252   filter: "'NIC_Intel-XXV710' and
11253            '64B' and
11254            'FEATURE' and
11255            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11256            'NDRPDR' and
11257            '4T2C' and
11258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11259            not 'VHOST' and
11260            not 'MEMIF'"
11261   parameters:
11262   - "latency"
11263   - "parent"
11264   traces:
11265     boxmean: False
11266   layout:
11267     title: ""  # No title
11268     layout: "plot-latency"
11269
11270 # Packet Latency - VPP L2 2n-skx-x710
11271 -
11272   type: "plot"
11273   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11274   algorithm: "plot_latency_box"
11275   output-file-type: ".html"
11276   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11277   data: "plot-vpp-throughput-latency-2n-skx"
11278   filter: "'NIC_Intel-X710' and
11279            '64B' and
11280            ('BASE' or 'SCALE') and
11281            'NDRPDR' and
11282            '2T1C' and
11283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11284            not 'VHOST' and
11285            not 'MEMIF'"
11286   parameters:
11287   - "latency"
11288   - "parent"
11289   traces:
11290     boxmean: False
11291   layout:
11292     title: ""  # No title
11293     layout: "plot-latency"
11294
11295 -
11296   type: "plot"
11297   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11298   algorithm: "plot_latency_box"
11299   output-file-type: ".html"
11300   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11301   data: "plot-vpp-throughput-latency-2n-skx"
11302   filter: "'NIC_Intel-X710' and
11303            '64B' and
11304            ('BASE' or 'SCALE') and
11305            'NDRPDR' and
11306            '4T2C' and
11307            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11308            not 'VHOST' and
11309            not 'MEMIF'"
11310   parameters:
11311   - "latency"
11312   - "parent"
11313   traces:
11314     boxmean: False
11315   layout:
11316     title: ""  # No title
11317     layout: "plot-latency"
11318
11319 -
11320   type: "plot"
11321   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-features-ndr-lat"
11322   algorithm: "plot_latency_box"
11323   output-file-type: ".html"
11324   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-ndr-lat"
11325   data: "plot-vpp-throughput-latency-2n-skx"
11326   filter: "'NIC_Intel-X710' and
11327            '64B' and
11328            'FEATURE' and
11329            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11330            'NDRPDR' and
11331            '2T1C' and
11332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11333            not 'VHOST' and
11334            not 'MEMIF'"
11335   parameters:
11336   - "latency"
11337   - "parent"
11338   traces:
11339     boxmean: False
11340   layout:
11341     title: ""  # No title
11342     layout: "plot-latency"
11343
11344 -
11345   type: "plot"
11346   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-features-ndr-lat"
11347   algorithm: "plot_latency_box"
11348   output-file-type: ".html"
11349   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-ndr-lat"
11350   data: "plot-vpp-throughput-latency-2n-skx"
11351   filter: "'NIC_Intel-X710' and
11352            '64B' and
11353            'FEATURE' and
11354            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11355            'NDRPDR' and
11356            '4T2C' and
11357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11358            not 'VHOST' and
11359            not 'MEMIF'"
11360   parameters:
11361   - "latency"
11362   - "parent"
11363   traces:
11364     boxmean: False
11365   layout:
11366     title: ""  # No title
11367     layout: "plot-latency"
11368
11369 # Packet Latency - VPP L2 2n-skx-xxv710
11370 -
11371   type: "plot"
11372   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11373   algorithm: "plot_latency_box"
11374   output-file-type: ".html"
11375   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11376   data: "plot-vpp-throughput-latency-2n-skx"
11377   filter: "'NIC_Intel-XXV710' and
11378            '64B' and
11379            ('BASE' or 'SCALE') and
11380            'NDRPDR' and
11381            '2T1C' and
11382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11383            not 'VHOST' and
11384            not 'MEMIF'"
11385   parameters:
11386   - "latency"
11387   - "parent"
11388   traces:
11389     boxmean: False
11390   layout:
11391     title: ""  # No title
11392     layout: "plot-latency"
11393
11394 -
11395   type: "plot"
11396   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11397   algorithm: "plot_latency_box"
11398   output-file-type: ".html"
11399   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11400   data: "plot-vpp-throughput-latency-2n-skx"
11401   filter: "'NIC_Intel-XXV710' and
11402            '64B' and
11403            ('BASE' or 'SCALE') and
11404            'NDRPDR' and
11405            '4T2C' and
11406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11407            not 'VHOST' and
11408            not 'MEMIF'"
11409   parameters:
11410   - "latency"
11411   - "parent"
11412   traces:
11413     boxmean: False
11414   layout:
11415     title: ""  # No title
11416     layout: "plot-latency"
11417
11418 -
11419   type: "plot"
11420   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
11421   algorithm: "plot_latency_box"
11422   output-file-type: ".html"
11423   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
11424   data: "plot-vpp-throughput-latency-2n-skx"
11425   filter: "'NIC_Intel-XXV710' and
11426            '64B' and
11427            'FEATURE' and
11428            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11429            'NDRPDR' and
11430            '2T1C' and
11431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11432            not 'VHOST' and
11433            not 'MEMIF'"
11434   parameters:
11435   - "latency"
11436   - "parent"
11437   traces:
11438     boxmean: False
11439   layout:
11440     title: ""  # No title
11441     layout: "plot-latency"
11442
11443 -
11444   type: "plot"
11445   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
11446   algorithm: "plot_latency_box"
11447   output-file-type: ".html"
11448   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
11449   data: "plot-vpp-throughput-latency-2n-skx"
11450   filter: "'NIC_Intel-XXV710' and
11451            '64B' and
11452            'FEATURE' and
11453            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11454            'NDRPDR' and
11455            '4T2C' and
11456            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11457            not 'VHOST' and
11458            not 'MEMIF'"
11459   parameters:
11460   - "latency"
11461   - "parent"
11462   traces:
11463     boxmean: False
11464   layout:
11465     title: ""  # No title
11466     layout: "plot-latency"
11467
11468 ################################################################################
11469
11470 # Packet Latency - VPP Container Memif 3n-hsw-x520
11471 -
11472   type: "plot"
11473   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11474   algorithm: "plot_latency_box"
11475   output-file-type: ".html"
11476   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11477   data: "plot-vpp-throughput-latency-3n-hsw"
11478   filter: "'NIC_Intel-X520-DA2' and
11479            '64B' and
11480            ('BASE' or 'SCALE') and
11481            'NDRPDR' and
11482            '1T1C' and
11483            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11484            not 'VHOST' and
11485            'MEMIF'"
11486   parameters:
11487   - "latency"
11488   - "parent"
11489   traces:
11490     boxmean: False
11491   layout:
11492     title: ""  # No title
11493     layout: "plot-latency"
11494
11495 -
11496   type: "plot"
11497   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11498   algorithm: "plot_latency_box"
11499   output-file-type: ".html"
11500   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11501   data: "plot-vpp-throughput-latency-3n-hsw"
11502   filter: "'NIC_Intel-X520-DA2' and
11503            '64B' and
11504            ('BASE' or 'SCALE') and
11505            'NDRPDR' and
11506            '2T2C' and
11507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11508            not 'VHOST' and
11509            'MEMIF'"
11510   parameters:
11511   - "latency"
11512   - "parent"
11513   traces:
11514     boxmean: False
11515   layout:
11516     title: ""  # No title
11517     layout: "plot-latency"
11518
11519 # Packet Latency - VPP Container Memif 3n-hsw-x710
11520 -
11521   type: "plot"
11522   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11523   algorithm: "plot_latency_box"
11524   output-file-type: ".html"
11525   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11526   data: "plot-vpp-throughput-latency-3n-hsw"
11527   filter: "'NIC_Intel-X710' and
11528            '64B' and
11529            ('BASE' or 'SCALE') and
11530            'NDRPDR' and
11531            '1T1C' and
11532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11533            not 'VHOST' and
11534            'MEMIF'"
11535   parameters:
11536   - "latency"
11537   - "parent"
11538   traces:
11539     boxmean: False
11540   layout:
11541     title: ""  # No title
11542     layout: "plot-latency"
11543
11544 -
11545   type: "plot"
11546   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11547   algorithm: "plot_latency_box"
11548   output-file-type: ".html"
11549   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11550   data: "plot-vpp-throughput-latency-3n-hsw"
11551   filter: "'NIC_Intel-X710' and
11552            '64B' and
11553            ('BASE' or 'SCALE') and
11554            'NDRPDR' and
11555            '2T2C' and
11556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11557            not 'VHOST' and
11558            'MEMIF'"
11559   parameters:
11560   - "latency"
11561   - "parent"
11562   traces:
11563     boxmean: False
11564   layout:
11565     title: ""  # No title
11566     layout: "plot-latency"
11567
11568 # Packet Latency - VPP Container Memif 3n-hsw-xl710
11569 -
11570   type: "plot"
11571   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11572   algorithm: "plot_latency_box"
11573   output-file-type: ".html"
11574   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11575   data: "plot-vpp-throughput-latency-3n-hsw"
11576   filter: "'NIC_Intel-XL710' and
11577            '64B' and
11578            ('BASE' or 'SCALE') and
11579            'NDRPDR' and
11580            '1T1C' and
11581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11582            not 'VHOST' and
11583            'MEMIF'"
11584   parameters:
11585   - "latency"
11586   - "parent"
11587   traces:
11588     boxmean: False
11589   layout:
11590     title: ""  # No title
11591     layout: "plot-latency"
11592
11593 -
11594   type: "plot"
11595   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11596   algorithm: "plot_latency_box"
11597   output-file-type: ".html"
11598   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11599   data: "plot-vpp-throughput-latency-3n-hsw"
11600   filter: "'NIC_Intel-XL710' and
11601            '64B' and
11602            ('BASE' or 'SCALE') and
11603            'NDRPDR' and
11604            '2T2C' and
11605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11606            not 'VHOST' and
11607            'MEMIF'"
11608   parameters:
11609   - "latency"
11610   - "parent"
11611   traces:
11612     boxmean: False
11613   layout:
11614     title: ""  # No title
11615     layout: "plot-latency"
11616
11617 # Packet Latency - VPP Container Memif 3n-skx-x710
11618 -
11619   type: "plot"
11620   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11621   algorithm: "plot_latency_box"
11622   output-file-type: ".html"
11623   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11624   data: "plot-vpp-throughput-latency-3n-skx"
11625   filter: "'NIC_Intel-X710' and
11626            '64B' and
11627            ('BASE' or 'SCALE') and
11628            'NDRPDR' and
11629            '2T1C' and
11630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11631            not 'VHOST' and
11632            'MEMIF'"
11633   parameters:
11634   - "latency"
11635   - "parent"
11636   traces:
11637     boxmean: False
11638   layout:
11639     title: ""  # No title
11640     layout: "plot-latency"
11641
11642 -
11643   type: "plot"
11644   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11645   algorithm: "plot_latency_box"
11646   output-file-type: ".html"
11647   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11648   data: "plot-vpp-throughput-latency-3n-skx"
11649   filter: "'NIC_Intel-X710' and
11650            '64B' and
11651            ('BASE' or 'SCALE') and
11652            'NDRPDR' and
11653            '4T2C' and
11654            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11655            not 'VHOST' and
11656            'MEMIF'"
11657   parameters:
11658   - "latency"
11659   - "parent"
11660   traces:
11661     boxmean: False
11662   layout:
11663     title: ""  # No title
11664     layout: "plot-latency"
11665
11666 # Packet Latency - VPP Container Memif 3n-skx-xxv710
11667 -
11668   type: "plot"
11669   title: "VPP Latency: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11670   algorithm: "plot_latency_box"
11671   output-file-type: ".html"
11672   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11673   data: "plot-vpp-throughput-latency-3n-skx"
11674   filter: "'NIC_Intel-XXV710' and
11675            '64B' and
11676            ('BASE' or 'SCALE') and
11677            'NDRPDR' and
11678            '2T1C' and
11679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11680            not 'VHOST' and
11681            'MEMIF'"
11682   parameters:
11683   - "latency"
11684   - "parent"
11685   traces:
11686     boxmean: False
11687   layout:
11688     title: ""  # No title
11689     layout: "plot-latency"
11690
11691 -
11692   type: "plot"
11693   title: "VPP Latency: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11694   algorithm: "plot_latency_box"
11695   output-file-type: ".html"
11696   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11697   data: "plot-vpp-throughput-latency-3n-skx"
11698   filter: "'NIC_Intel-XXV710' and
11699            '64B' and
11700            ('BASE' or 'SCALE') and
11701            'NDRPDR' and
11702            '4T2C' and
11703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11704            not 'VHOST' and
11705            'MEMIF'"
11706   parameters:
11707   - "latency"
11708   - "parent"
11709   traces:
11710     boxmean: False
11711   layout:
11712     title: ""  # No title
11713     layout: "plot-latency"
11714
11715 # Packet Latency - VPP Container Memif 2n-skx-x710
11716 -
11717   type: "plot"
11718   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11719   algorithm: "plot_latency_box"
11720   output-file-type: ".html"
11721   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11722   data: "plot-vpp-throughput-latency-2n-skx"
11723   filter: "'NIC_Intel-X710' and
11724            '64B' and
11725            ('BASE' or 'SCALE') and
11726            'NDRPDR' and
11727            '2T1C' and
11728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11729            not 'VHOST' and
11730            'MEMIF'"
11731   parameters:
11732   - "latency"
11733   - "parent"
11734   traces:
11735     boxmean: False
11736   layout:
11737     title: ""  # No title
11738     layout: "plot-latency"
11739
11740 -
11741   type: "plot"
11742   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11743   algorithm: "plot_latency_box"
11744   output-file-type: ".html"
11745   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11746   data: "plot-vpp-throughput-latency-2n-skx"
11747   filter: "'NIC_Intel-X710' and
11748            '64B' and
11749            ('BASE' or 'SCALE') and
11750            'NDRPDR' and
11751            '4T2C' and
11752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11753            not 'VHOST' and
11754            'MEMIF'"
11755   parameters:
11756   - "latency"
11757   - "parent"
11758   traces:
11759     boxmean: False
11760   layout:
11761     title: ""  # No title
11762     layout: "plot-latency"
11763
11764 # Packet Latency - VPP Container Memif 2n-skx-xxv710
11765 -
11766   type: "plot"
11767   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11768   algorithm: "plot_latency_box"
11769   output-file-type: ".html"
11770   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11771   data: "plot-vpp-throughput-latency-2n-skx"
11772   filter: "'NIC_Intel-XXV710' and
11773            '64B' and
11774            ('BASE' or 'SCALE') and
11775            'NDRPDR' and
11776            '2T1C' and
11777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11778            not 'VHOST' and
11779            'MEMIF'"
11780   parameters:
11781   - "latency"
11782   - "parent"
11783   traces:
11784     boxmean: False
11785   layout:
11786     title: ""  # No title
11787     layout: "plot-latency"
11788
11789 -
11790   type: "plot"
11791   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11792   algorithm: "plot_latency_box"
11793   output-file-type: ".html"
11794   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11795   data: "plot-vpp-throughput-latency-2n-skx"
11796   filter: "'NIC_Intel-XXV710' and
11797            '64B' and
11798            ('BASE' or 'SCALE') and
11799            'NDRPDR' and
11800            '4T2C' and
11801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11802            not 'VHOST' and
11803            'MEMIF'"
11804   parameters:
11805   - "latency"
11806   - "parent"
11807   traces:
11808     boxmean: False
11809   layout:
11810     title: ""  # No title
11811     layout: "plot-latency"
11812
11813 ################################################################################
11814
11815 # Packet Latency - VPP Container Memif 3n-hsw-x520
11816 -
11817   type: "plot"
11818   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11819   algorithm: "plot_latency_box"
11820   output-file-type: ".html"
11821   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11822   data: "plot-ligato-throughput-latency-3n-hsw"
11823   filter: "'NIC_Intel-X520-DA2' and
11824            '64B' and
11825            ('BASE' or 'SCALE') and
11826            'NDRPDR' and
11827            '1T1C' and
11828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11829            not 'VHOST' and
11830            'MEMIF'"
11831   parameters:
11832   - "latency"
11833   - "parent"
11834   traces:
11835     boxmean: False
11836   layout:
11837     title: ""  # No title
11838     layout: "plot-latency"
11839
11840 -
11841   type: "plot"
11842   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11843   algorithm: "plot_latency_box"
11844   output-file-type: ".html"
11845   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11846   data: "plot-ligato-throughput-latency-3n-hsw"
11847   filter: "'NIC_Intel-X520-DA2' and
11848            '64B' and
11849            ('BASE' or 'SCALE') and
11850            'NDRPDR' and
11851            '2T2C' and
11852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11853            not 'VHOST' and
11854            'MEMIF'"
11855   parameters:
11856   - "latency"
11857   - "parent"
11858   traces:
11859     boxmean: False
11860   layout:
11861     title: ""  # No title
11862     layout: "plot-latency"
11863
11864 # Packet Latency - VPP Container Memif 3n-hsw-x710
11865 -
11866   type: "plot"
11867   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11868   algorithm: "plot_latency_box"
11869   output-file-type: ".html"
11870   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11871   data: "plot-ligato-throughput-latency-3n-hsw"
11872   filter: "'NIC_Intel-X710' and
11873            '64B' and
11874            ('BASE' or 'SCALE') and
11875            'NDRPDR' and
11876            '1T1C' and
11877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11878            not 'VHOST' and
11879            'MEMIF'"
11880   parameters:
11881   - "latency"
11882   - "parent"
11883   traces:
11884     boxmean: False
11885   layout:
11886     title: ""  # No title
11887     layout: "plot-latency"
11888
11889 -
11890   type: "plot"
11891   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11892   algorithm: "plot_latency_box"
11893   output-file-type: ".html"
11894   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11895   data: "plot-ligato-throughput-latency-3n-hsw"
11896   filter: "'NIC_Intel-X710' and
11897            '64B' and
11898            ('BASE' or 'SCALE') and
11899            'NDRPDR' and
11900            '2T2C' and
11901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11902            not 'VHOST' and
11903            'MEMIF'"
11904   parameters:
11905   - "latency"
11906   - "parent"
11907   traces:
11908     boxmean: False
11909   layout:
11910     title: ""  # No title
11911     layout: "plot-latency"
11912
11913 ################################################################################
11914
11915 # Packet Latency - VPP IPv4 3n-hsw-x520
11916 -
11917   type: "plot"
11918   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11919   algorithm: "plot_latency_box"
11920   output-file-type: ".html"
11921   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11922   data: "plot-vpp-throughput-latency-3n-hsw"
11923   filter: "'NIC_Intel-X520-DA2' and
11924            '64B' and
11925            ('BASE' or 'SCALE') and
11926            'NDRPDR' and
11927            '1T1C' and
11928            'IP4FWD' and
11929            not 'IPSEC' and
11930            not 'VHOST'"
11931   parameters:
11932   - "latency"
11933   - "parent"
11934   traces:
11935     boxmean: False
11936   layout:
11937     title: ""  # No title
11938     layout: "plot-latency"
11939
11940 -
11941   type: "plot"
11942   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11943   algorithm: "plot_latency_box"
11944   output-file-type: ".html"
11945   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11946   data: "plot-vpp-throughput-latency-3n-hsw"
11947   filter: "'NIC_Intel-X520-DA2' and
11948            '64B' and
11949            ('BASE' or 'SCALE') and
11950            'NDRPDR' and
11951            '2T2C' and
11952            'IP4FWD' and
11953            not 'IPSEC' and
11954            not 'VHOST'"
11955   parameters:
11956   - "latency"
11957   - "parent"
11958   traces:
11959     boxmean: False
11960   layout:
11961     title: ""  # No title
11962     layout: "plot-latency"
11963
11964 -
11965   type: "plot"
11966   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
11967   algorithm: "plot_latency_box"
11968   output-file-type: ".html"
11969   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
11970   data: "plot-vpp-throughput-latency-3n-hsw"
11971   filter: "'NIC_Intel-X520-DA2' and
11972            '64B' and
11973            'FEATURE' and
11974            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11975            'NDRPDR' and
11976            '1T1C' and
11977            'IP4FWD' and
11978            not 'IPSEC' and
11979            not 'VHOST'"
11980   parameters:
11981   - "latency"
11982   - "parent"
11983   traces:
11984     boxmean: False
11985   layout:
11986     title: ""  # No title
11987     layout: "plot-latency"
11988
11989 -
11990   type: "plot"
11991   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
11992   algorithm: "plot_latency_box"
11993   output-file-type: ".html"
11994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
11995   data: "plot-vpp-throughput-latency-3n-hsw"
11996   filter: "'NIC_Intel-X520-DA2' and
11997            '64B' and
11998            'FEATURE' and
11999            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12000            'NDRPDR' and
12001            '2T2C' and
12002            'IP4FWD' and
12003            not 'IPSEC' and
12004            not 'VHOST'"
12005   parameters:
12006   - "latency"
12007   - "parent"
12008   traces:
12009     boxmean: False
12010   layout:
12011     title: ""  # No title
12012     layout: "plot-latency"
12013
12014 # Packet Latency - VPP IPv4 3n-hsw-x710
12015 -
12016   type: "plot"
12017   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12018   algorithm: "plot_latency_box"
12019   output-file-type: ".html"
12020   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12021   data: "plot-vpp-throughput-latency-3n-hsw"
12022   filter: "'NIC_Intel-X710' and
12023            '64B' and
12024            ('BASE' or 'SCALE') and
12025            'NDRPDR' and
12026            '1T1C' and
12027            'IP4FWD' and
12028            not 'IPSEC' and
12029            not 'VHOST'"
12030   parameters:
12031   - "latency"
12032   - "parent"
12033   traces:
12034     boxmean: False
12035   layout:
12036     title: ""  # No title
12037     layout: "plot-latency"
12038
12039 -
12040   type: "plot"
12041   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12042   algorithm: "plot_latency_box"
12043   output-file-type: ".html"
12044   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12045   data: "plot-vpp-throughput-latency-3n-hsw"
12046   filter: "'NIC_Intel-X710' and
12047            '64B' and
12048            ('BASE' or 'SCALE') and
12049            'NDRPDR' and
12050            '2T2C' and
12051            'IP4FWD' and
12052            not 'IPSEC' and
12053            not 'VHOST'"
12054   parameters:
12055   - "latency"
12056   - "parent"
12057   traces:
12058     boxmean: False
12059   layout:
12060     title: ""  # No title
12061     layout: "plot-latency"
12062
12063 -
12064   type: "plot"
12065   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
12066   algorithm: "plot_latency_box"
12067   output-file-type: ".html"
12068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
12069   data: "plot-vpp-throughput-latency-3n-hsw"
12070   filter: "'NIC_Intel-X710' and
12071            '64B' and
12072            'FEATURE' and
12073            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12074            'NDRPDR' and
12075            '1T1C' and
12076            'IP4FWD' and
12077            not 'IPSEC' and
12078            not 'VHOST'"
12079   parameters:
12080   - "latency"
12081   - "parent"
12082   traces:
12083     boxmean: False
12084   layout:
12085     title: ""  # No title
12086     layout: "plot-latency"
12087
12088 -
12089   type: "plot"
12090   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
12091   algorithm: "plot_latency_box"
12092   output-file-type: ".html"
12093   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
12094   data: "plot-vpp-throughput-latency-3n-hsw"
12095   filter: "'NIC_Intel-X710' and
12096            '64B' and
12097            'FEATURE' and
12098            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12099            'NDRPDR' and
12100            '2T2C' and
12101            'IP4FWD' and
12102            not 'IPSEC' and
12103            not 'VHOST'"
12104   parameters:
12105   - "latency"
12106   - "parent"
12107   traces:
12108     boxmean: False
12109   layout:
12110     title: ""  # No title
12111     layout: "plot-latency"
12112
12113 # Packet Latency - VPP IPv4 3n-hsw-xl710
12114 -
12115   type: "plot"
12116   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12117   algorithm: "plot_latency_box"
12118   output-file-type: ".html"
12119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12120   data: "plot-vpp-throughput-latency-3n-hsw"
12121   filter: "'NIC_Intel-XL710' and
12122            '64B' and
12123            ('BASE' or 'SCALE') and
12124            'NDRPDR' and
12125            '1T1C' and
12126            'IP4FWD' and
12127            not 'IPSEC' and
12128            not 'VHOST'"
12129   parameters:
12130   - "latency"
12131   - "parent"
12132   traces:
12133     boxmean: False
12134   layout:
12135     title: ""  # No title
12136     layout: "plot-latency"
12137
12138 -
12139   type: "plot"
12140   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12141   algorithm: "plot_latency_box"
12142   output-file-type: ".html"
12143   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12144   data: "plot-vpp-throughput-latency-3n-hsw"
12145   filter: "'NIC_Intel-XL710' and
12146            '64B' and
12147            ('BASE' or 'SCALE') and
12148            'NDRPDR' and
12149            '2T2C' and
12150            'IP4FWD' and
12151            not 'IPSEC' and
12152            not 'VHOST'"
12153   parameters:
12154   - "latency"
12155   - "parent"
12156   traces:
12157     boxmean: False
12158   layout:
12159     title: ""  # No title
12160     layout: "plot-latency"
12161
12162 # Packet Latency - VPP IPv4 3n-skx-x710
12163 -
12164   type: "plot"
12165   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12166   algorithm: "plot_latency_box"
12167   output-file-type: ".html"
12168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12169   data: "plot-vpp-throughput-latency-3n-skx"
12170   filter: "'NIC_Intel-X710' and
12171            '64B' and
12172            ('BASE' or 'SCALE') and
12173            'NDRPDR' and
12174            '2T1C' and
12175            'IP4FWD' and
12176            not 'IPSEC' and
12177            not 'VHOST'"
12178   parameters:
12179   - "latency"
12180   - "parent"
12181   traces:
12182     boxmean: False
12183   layout:
12184     title: ""  # No title
12185     layout: "plot-latency"
12186
12187 -
12188   type: "plot"
12189   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12190   algorithm: "plot_latency_box"
12191   output-file-type: ".html"
12192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12193   data: "plot-vpp-throughput-latency-3n-skx"
12194   filter: "'NIC_Intel-X710' and
12195            '64B' and
12196            ('BASE' or 'SCALE') and
12197            'NDRPDR' and
12198            '4T2C' and
12199            'IP4FWD' and
12200            not 'IPSEC' and
12201            not 'VHOST'"
12202   parameters:
12203   - "latency"
12204   - "parent"
12205   traces:
12206     boxmean: False
12207   layout:
12208     title: ""  # No title
12209     layout: "plot-latency"
12210
12211 -
12212   type: "plot"
12213   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
12214   algorithm: "plot_latency_box"
12215   output-file-type: ".html"
12216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
12217   data: "plot-vpp-throughput-latency-3n-skx"
12218   filter: "'NIC_Intel-X710' and
12219            '64B' and
12220            'FEATURE' and
12221            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12222            'NDRPDR' and
12223            '2T1C' and
12224            'IP4FWD' and
12225            not 'IPSEC' and
12226            not 'VHOST'"
12227   parameters:
12228   - "latency"
12229   - "parent"
12230   traces:
12231     boxmean: False
12232   layout:
12233     title: ""  # No title
12234     layout: "plot-latency"
12235
12236 -
12237   type: "plot"
12238   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
12239   algorithm: "plot_latency_box"
12240   output-file-type: ".html"
12241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
12242   data: "plot-vpp-throughput-latency-3n-skx"
12243   filter: "'NIC_Intel-X710' and
12244            '64B' and
12245            'FEATURE' and
12246            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12247            'NDRPDR' and
12248            '4T2C' and
12249            'IP4FWD' and
12250            not 'IPSEC' and
12251            not 'VHOST'"
12252   parameters:
12253   - "latency"
12254   - "parent"
12255   traces:
12256     boxmean: False
12257   layout:
12258     title: ""  # No title
12259     layout: "plot-latency"
12260
12261 # Packet Latency - VPP IPv4 3n-skx-xxv710
12262 -
12263   type: "plot"
12264   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12265   algorithm: "plot_latency_box"
12266   output-file-type: ".html"
12267   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12268   data: "plot-vpp-throughput-latency-3n-skx"
12269   filter: "'NIC_Intel-XXV710' and
12270            '64B' and
12271            ('BASE' or 'SCALE') and
12272            'NDRPDR' and
12273            '2T1C' and
12274            'IP4FWD' and
12275            not 'IPSEC' and
12276            not 'VHOST'"
12277   parameters:
12278   - "latency"
12279   - "parent"
12280   traces:
12281     boxmean: False
12282   layout:
12283     title: ""  # No title
12284     layout: "plot-latency"
12285
12286 -
12287   type: "plot"
12288   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12289   algorithm: "plot_latency_box"
12290   output-file-type: ".html"
12291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12292   data: "plot-vpp-throughput-latency-3n-skx"
12293   filter: "'NIC_Intel-XXV710' and
12294            '64B' and
12295            ('BASE' or 'SCALE') and
12296            'NDRPDR' and
12297            '4T2C' and
12298            'IP4FWD' and
12299            not 'IPSEC' and
12300            not 'VHOST'"
12301   parameters:
12302   - "latency"
12303   - "parent"
12304   traces:
12305     boxmean: False
12306   layout:
12307     title: ""  # No title
12308     layout: "plot-latency"
12309
12310 -
12311   type: "plot"
12312   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
12313   algorithm: "plot_latency_box"
12314   output-file-type: ".html"
12315   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
12316   data: "plot-vpp-throughput-latency-3n-skx"
12317   filter: "'NIC_Intel-XXV710' and
12318            '64B' and
12319            'FEATURE' and
12320            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12321            'NDRPDR' and
12322            '2T1C' and
12323            'IP4FWD' and
12324            not 'IPSEC' and
12325            not 'VHOST'"
12326   parameters:
12327   - "latency"
12328   - "parent"
12329   traces:
12330     boxmean: False
12331   layout:
12332     title: ""  # No title
12333     layout: "plot-latency"
12334
12335 -
12336   type: "plot"
12337   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
12338   algorithm: "plot_latency_box"
12339   output-file-type: ".html"
12340   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
12341   data: "plot-vpp-throughput-latency-3n-skx"
12342   filter: "'NIC_Intel-XXV710' and
12343            '64B' and
12344            'FEATURE' and
12345            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12346            'NDRPDR' and
12347            '4T2C' and
12348            'IP4FWD' and
12349            not 'IPSEC' and
12350            not 'VHOST'"
12351   parameters:
12352   - "latency"
12353   - "parent"
12354   traces:
12355     boxmean: False
12356   layout:
12357     title: ""  # No title
12358     layout: "plot-latency"
12359
12360 # Packet Latency - VPP IPv4 2n-skx-x710
12361 -
12362   type: "plot"
12363   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12364   algorithm: "plot_latency_box"
12365   output-file-type: ".html"
12366   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12367   data: "plot-vpp-throughput-latency-2n-skx"
12368   filter: "'NIC_Intel-X710' and
12369            '64B' and
12370            ('BASE' or 'SCALE') and
12371            'NDRPDR' and
12372            '2T1C' and
12373            'IP4FWD' and
12374            not 'IPSEC' and
12375            not 'VHOST'"
12376   parameters:
12377   - "latency"
12378   - "parent"
12379   traces:
12380     boxmean: False
12381   layout:
12382     title: ""  # No title
12383     layout: "plot-latency"
12384
12385 -
12386   type: "plot"
12387   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12388   algorithm: "plot_latency_box"
12389   output-file-type: ".html"
12390   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12391   data: "plot-vpp-throughput-latency-2n-skx"
12392   filter: "'NIC_Intel-X710' and
12393            '64B' and
12394            ('BASE' or 'SCALE') and
12395            'NDRPDR' and
12396            '4T2C' and
12397            'IP4FWD' and
12398            not 'IPSEC' and
12399            not 'VHOST'"
12400   parameters:
12401   - "latency"
12402   - "parent"
12403   traces:
12404     boxmean: False
12405   layout:
12406     title: ""  # No title
12407     layout: "plot-latency"
12408
12409 -
12410   type: "plot"
12411   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-ndr-lat"
12412   algorithm: "plot_latency_box"
12413   output-file-type: ".html"
12414   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-ndr-lat"
12415   data: "plot-vpp-throughput-latency-2n-skx"
12416   filter: "'NIC_Intel-X710' and
12417            '64B' and
12418            'FEATURE' and
12419            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12420            'NDRPDR' and
12421            '2T1C' and
12422            'IP4FWD' and
12423            not 'IPSEC' and
12424            not 'VHOST'"
12425   parameters:
12426   - "latency"
12427   - "parent"
12428   traces:
12429     boxmean: False
12430   layout:
12431     title: ""  # No title
12432     layout: "plot-latency"
12433
12434 -
12435   type: "plot"
12436   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-ndr-lat"
12437   algorithm: "plot_latency_box"
12438   output-file-type: ".html"
12439   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-ndr-lat"
12440   data: "plot-vpp-throughput-latency-2n-skx"
12441   filter: "'NIC_Intel-X710' and
12442            '64B' and
12443            'FEATURE' and
12444            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12445            'NDRPDR' and
12446            '4T2C' and
12447            'IP4FWD' and
12448            not 'IPSEC' and
12449            not 'VHOST'"
12450   parameters:
12451   - "latency"
12452   - "parent"
12453   traces:
12454     boxmean: False
12455   layout:
12456     title: ""  # No title
12457     layout: "plot-latency"
12458
12459 # Packet Latency - VPP IPv4 2n-skx-xxv710
12460 -
12461   type: "plot"
12462   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12463   algorithm: "plot_latency_box"
12464   output-file-type: ".html"
12465   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12466   data: "plot-vpp-throughput-latency-2n-skx"
12467   filter: "'NIC_Intel-XXV710' and
12468            '64B' and
12469            ('BASE' or 'SCALE') and
12470            'NDRPDR' and
12471            '2T1C' and
12472            'IP4FWD' and
12473            not 'IPSEC' and
12474            not 'VHOST'"
12475   parameters:
12476   - "latency"
12477   - "parent"
12478   traces:
12479     boxmean: False
12480   layout:
12481     title: ""  # No title
12482     layout: "plot-latency"
12483
12484 -
12485   type: "plot"
12486   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12487   algorithm: "plot_latency_box"
12488   output-file-type: ".html"
12489   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12490   data: "plot-vpp-throughput-latency-2n-skx"
12491   filter: "'NIC_Intel-XXV710' and
12492            '64B' and
12493            ('BASE' or 'SCALE') and
12494            'NDRPDR' and
12495            '4T2C' and
12496            'IP4FWD' and
12497            not 'IPSEC' and
12498            not 'VHOST'"
12499   parameters:
12500   - "latency"
12501   - "parent"
12502   traces:
12503     boxmean: False
12504   layout:
12505     title: ""  # No title
12506     layout: "plot-latency"
12507
12508 -
12509   type: "plot"
12510   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
12511   algorithm: "plot_latency_box"
12512   output-file-type: ".html"
12513   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
12514   data: "plot-vpp-throughput-latency-2n-skx"
12515   filter: "'NIC_Intel-XXV710' and
12516            '64B' and
12517            'FEATURE' and
12518            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12519            'NDRPDR' and
12520            '2T1C' and
12521            'IP4FWD' and
12522            not 'IPSEC' and
12523            not 'VHOST'"
12524   parameters:
12525   - "latency"
12526   - "parent"
12527   traces:
12528     boxmean: False
12529   layout:
12530     title: ""  # No title
12531     layout: "plot-latency"
12532
12533 -
12534   type: "plot"
12535   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
12536   algorithm: "plot_latency_box"
12537   output-file-type: ".html"
12538   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
12539   data: "plot-vpp-throughput-latency-2n-skx"
12540   filter: "'NIC_Intel-XXV710' and
12541            '64B' and
12542            'FEATURE' and
12543            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12544            'NDRPDR' and
12545            '4T2C' and
12546            'IP4FWD' and
12547            not 'IPSEC' and
12548            not 'VHOST'"
12549   parameters:
12550   - "latency"
12551   - "parent"
12552   traces:
12553     boxmean: False
12554   layout:
12555     title: ""  # No title
12556     layout: "plot-latency"
12557
12558 ################################################################################
12559
12560 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
12561 -
12562   type: "plot"
12563   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12564   algorithm: "plot_latency_box"
12565   output-file-type: ".html"
12566   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12567   data: "plot-vpp-throughput-latency-3n-hsw"
12568   filter: "'NIC_Intel-X520-DA2' and
12569            '64B' and
12570            'ENCAP' and
12571            'NDRPDR' and
12572            '1T1C' and
12573            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12574            not 'VHOST' and
12575            not 'IPSECHW'"
12576   parameters:
12577   - "throughput"
12578   - "parent"
12579   traces:
12580     boxmean: False
12581   layout:
12582     title: ""  # No title
12583     layout: "plot-latency"
12584
12585 -
12586   type: "plot"
12587   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12588   algorithm: "plot_latency_box"
12589   output-file-type: ".html"
12590   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12591   data: "plot-vpp-throughput-latency-3n-hsw"
12592   filter: "'NIC_Intel-X520-DA2' and
12593            '64B' and
12594            'ENCAP' and
12595            'NDRPDR' and
12596            '2T2C' and
12597            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12598            not 'VHOST' and
12599            not 'IPSECHW'"
12600   parameters:
12601   - "throughput"
12602   - "parent"
12603   traces:
12604     boxmean: False
12605   layout:
12606     title: ""  # No title
12607     layout: "plot-latency"
12608
12609 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
12610 -
12611   type: "plot"
12612   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12613   algorithm: "plot_latency_box"
12614   output-file-type: ".html"
12615   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12616   data: "plot-vpp-throughput-latency-3n-hsw"
12617   filter: "'NIC_Intel-X710' and
12618            '64B' and
12619            'ENCAP' and
12620            'NDRPDR' and
12621            '1T1C' and
12622            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12623            not 'VHOST' and
12624            not 'IPSECHW'"
12625   parameters:
12626   - "throughput"
12627   - "parent"
12628   traces:
12629     boxmean: False
12630   layout:
12631     title: ""  # No title
12632     layout: "plot-latency"
12633
12634 -
12635   type: "plot"
12636   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12637   algorithm: "plot_latency_box"
12638   output-file-type: ".html"
12639   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12640   data: "plot-vpp-throughput-latency-3n-hsw"
12641   filter: "'NIC_Intel-X710' and
12642            '64B' and
12643            'ENCAP' and
12644            'NDRPDR' and
12645            '2T2C' and
12646            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12647            not 'VHOST' and
12648            not 'IPSECHW'"
12649   parameters:
12650   - "throughput"
12651   - "parent"
12652   traces:
12653     boxmean: False
12654   layout:
12655     title: ""  # No title
12656     layout: "plot-latency"
12657
12658 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
12659 -
12660   type: "plot"
12661   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12662   algorithm: "plot_latency_box"
12663   output-file-type: ".html"
12664   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12665   data: "plot-vpp-throughput-latency-3n-skx"
12666   filter: "'NIC_Intel-X710' and
12667            '64B' and
12668            'ENCAP' and
12669            'NDRPDR' and
12670            '2T1C' and
12671            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12672            not 'VHOST' and
12673            not 'IPSECHW'"
12674   parameters:
12675   - "throughput"
12676   - "parent"
12677   traces:
12678     boxmean: False
12679   layout:
12680     title: ""  # No title
12681     layout: "plot-latency"
12682
12683 -
12684   type: "plot"
12685   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12686   algorithm: "plot_latency_box"
12687   output-file-type: ".html"
12688   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12689   data: "plot-vpp-throughput-latency-3n-skx"
12690   filter: "'NIC_Intel-X710' and
12691            '64B' and
12692            'ENCAP' and
12693            'NDRPDR' and
12694            '4T2C' and
12695            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12696            not 'VHOST' and
12697            not 'IPSECHW'"
12698   parameters:
12699   - "throughput"
12700   - "parent"
12701   traces:
12702     boxmean: False
12703   layout:
12704     title: ""  # No title
12705     layout: "plot-latency"
12706
12707 # Packet Latency - VPP Ipv4 tunnels 3n-skx-xxv710
12708 -
12709   type: "plot"
12710   title: "VPP Latency: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12711   algorithm: "plot_latency_box"
12712   output-file-type: ".html"
12713   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12714   data: "plot-vpp-throughput-latency-3n-skx"
12715   filter: "'NIC_Intel-XXV710' and
12716            '64B' and
12717            'ENCAP' and
12718            'NDRPDR' and
12719            '2T1C' and
12720            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12721            not 'VHOST' and
12722            not 'IPSECHW'"
12723   parameters:
12724   - "throughput"
12725   - "parent"
12726   traces:
12727     boxmean: False
12728   layout:
12729     title: ""  # No title
12730     layout: "plot-latency"
12731
12732 -
12733   type: "plot"
12734   title: "VPP Latency: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12735   algorithm: "plot_latency_box"
12736   output-file-type: ".html"
12737   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12738   data: "plot-vpp-throughput-latency-3n-skx"
12739   filter: "'NIC_Intel-XXV710' and
12740            '64B' and
12741            'ENCAP' and
12742            'NDRPDR' and
12743            '4T2C' and
12744            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12745            not 'VHOST' and
12746            not 'IPSECHW'"
12747   parameters:
12748   - "throughput"
12749   - "parent"
12750   traces:
12751     boxmean: False
12752   layout:
12753     title: ""  # No title
12754     layout: "plot-latency"
12755
12756 # Packet Latency - VPP Ipv4 tunnels 2n-skx-x710
12757 -
12758   type: "plot"
12759   title: "VPP Latency: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12760   algorithm: "plot_latency_box"
12761   output-file-type: ".html"
12762   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12763   data: "plot-vpp-throughput-latency-2n-skx"
12764   filter: "'NIC_Intel-X710' and
12765            '64B' and
12766            'ENCAP' and
12767            'NDRPDR' and
12768            '2T1C' and
12769            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12770            not 'VHOST' and
12771            not 'IPSECHW'"
12772   parameters:
12773   - "throughput"
12774   - "parent"
12775   traces:
12776     boxmean: False
12777   layout:
12778     title: ""  # No title
12779     layout: "plot-latency"
12780
12781 -
12782   type: "plot"
12783   title: "VPP Latency: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12784   algorithm: "plot_latency_box"
12785   output-file-type: ".html"
12786   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12787   data: "plot-vpp-throughput-latency-2n-skx"
12788   filter: "'NIC_Intel-X710' and
12789            '64B' and
12790            'ENCAP' and
12791            'NDRPDR' and
12792            '4T2C' and
12793            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12794            not 'VHOST' and
12795            not 'IPSECHW'"
12796   parameters:
12797   - "throughput"
12798   - "parent"
12799   traces:
12800     boxmean: False
12801   layout:
12802     title: ""  # No title
12803     layout: "plot-latency"
12804
12805
12806 # Packet Latency - VPP Ipv4 tunnels 2n-skx-xxv710
12807 -
12808   type: "plot"
12809   title: "VPP Latency: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12810   algorithm: "plot_latency_box"
12811   output-file-type: ".html"
12812   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12813   data: "plot-vpp-throughput-latency-2n-skx"
12814   filter: "'NIC_Intel-XXV710' and
12815            '64B' and
12816            'ENCAP' and
12817            'NDRPDR' and
12818            '2T1C' and
12819            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12820            not 'VHOST' and
12821            not 'IPSECHW'"
12822   parameters:
12823   - "throughput"
12824   - "parent"
12825   traces:
12826     boxmean: False
12827   layout:
12828     title: ""  # No title
12829     layout: "plot-latency"
12830
12831 -
12832   type: "plot"
12833   title: "VPP Latency: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12834   algorithm: "plot_latency_box"
12835   output-file-type: ".html"
12836   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12837   data: "plot-vpp-throughput-latency-2n-skx"
12838   filter: "'NIC_Intel-XXV710' and
12839            '64B' and
12840            'ENCAP' and
12841            'NDRPDR' and
12842            '4T2C' and
12843            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12844            not 'VHOST' and
12845            not 'IPSECHW'"
12846   parameters:
12847   - "throughput"
12848   - "parent"
12849   traces:
12850     boxmean: False
12851   layout:
12852     title: ""  # No title
12853     layout: "plot-latency"
12854
12855 ################################################################################
12856
12857 # Packet Latency - VPP IPv6 3n-hsw-x520
12858 -
12859   type: "plot"
12860   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
12861   algorithm: "plot_latency_box"
12862   output-file-type: ".html"
12863   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
12864   data: "plot-vpp-throughput-latency-3n-hsw"
12865   filter: "'NIC_Intel-X520-DA2' and
12866            '78B' and
12867            ('BASE' or 'SCALE') and
12868            'NDRPDR' and
12869            '1T1C' and
12870            'IP6FWD' and
12871            not 'SRv6' and
12872            not 'IPSEC' and
12873            not 'VHOST'"
12874   parameters:
12875   - "latency"
12876   - "parent"
12877   traces:
12878     boxmean: False
12879   layout:
12880     title: ""  # No title
12881     layout: "plot-latency"
12882
12883 -
12884   type: "plot"
12885   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
12886   algorithm: "plot_latency_box"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
12889   data: "plot-vpp-throughput-latency-3n-hsw"
12890   filter: "'NIC_Intel-X520-DA2' and
12891            '78B' and
12892            ('BASE' or 'SCALE') and
12893            'NDRPDR' and
12894            '2T2C' and
12895            'IP6FWD' and
12896            not 'SRv6' and
12897            not 'IPSEC' and
12898            not 'VHOST'"
12899   parameters:
12900   - "latency"
12901   - "parent"
12902   traces:
12903     boxmean: False
12904   layout:
12905     title: ""  # No title
12906     layout: "plot-latency"
12907
12908 -
12909   type: "plot"
12910   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
12911   algorithm: "plot_latency_box"
12912   output-file-type: ".html"
12913   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
12914   data: "plot-vpp-throughput-latency-3n-hsw"
12915   filter: "'NIC_Intel-X520-DA2' and
12916            '78B' and
12917            'FEATURE' and
12918            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12919            'NDRPDR' and
12920            '1T1C' and
12921            'IP6FWD' and
12922            not 'SRv6' and
12923            not 'IPSEC' and
12924            not 'VHOST'"
12925   parameters:
12926   - "latency"
12927   - "parent"
12928   traces:
12929     boxmean: False
12930   layout:
12931     title: ""  # No title
12932     layout: "plot-latency"
12933
12934 -
12935   type: "plot"
12936   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
12937   algorithm: "plot_latency_box"
12938   output-file-type: ".html"
12939   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
12940   data: "plot-vpp-throughput-latency-3n-hsw"
12941   filter: "'NIC_Intel-X520-DA2' and
12942            '78B' and
12943            'FEATURE' and
12944            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12945            'NDRPDR' and
12946            '2T2C' and
12947            'IP6FWD' and
12948            not 'SRv6' and
12949            not 'IPSEC' and
12950            not 'VHOST'"
12951   parameters:
12952   - "latency"
12953   - "parent"
12954   traces:
12955     boxmean: False
12956   layout:
12957     title: ""  # No title
12958     layout: "plot-latency"
12959
12960 # Packet Latency - VPP IPv6 3n-hsw-x710
12961 -
12962   type: "plot"
12963   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
12964   algorithm: "plot_latency_box"
12965   output-file-type: ".html"
12966   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
12967   data: "plot-vpp-throughput-latency-3n-hsw"
12968   filter: "'NIC_Intel-X710' and
12969            '78B' and
12970            ('BASE' or 'SCALE') and
12971            'NDRPDR' and
12972            '1T1C' and
12973            'IP6FWD' and
12974            not 'SRv6' and
12975            not 'IPSEC' and
12976            not 'VHOST'"
12977   parameters:
12978   - "latency"
12979   - "parent"
12980   traces:
12981     boxmean: False
12982   layout:
12983     title: ""  # No title
12984     layout: "plot-latency"
12985
12986 -
12987   type: "plot"
12988   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
12989   algorithm: "plot_latency_box"
12990   output-file-type: ".html"
12991   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
12992   data: "plot-vpp-throughput-latency-3n-hsw"
12993   filter: "'NIC_Intel-X710' and
12994            '78B' and
12995            ('BASE' or 'SCALE') and
12996            'NDRPDR' and
12997            '2T2C' and
12998            'IP6FWD' and
12999            not 'SRv6' and
13000            not 'IPSEC' and
13001            not 'VHOST'"
13002   parameters:
13003   - "latency"
13004   - "parent"
13005   traces:
13006     boxmean: False
13007   layout:
13008     title: ""  # No title
13009     layout: "plot-latency"
13010
13011 -
13012   type: "plot"
13013   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
13014   algorithm: "plot_latency_box"
13015   output-file-type: ".html"
13016   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
13017   data: "plot-vpp-throughput-latency-3n-hsw"
13018   filter: "'NIC_Intel-X710' and
13019            '78B' and
13020            'FEATURE' and
13021            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13022            'NDRPDR' and
13023            '1T1C' and
13024            'IP6FWD' and
13025            not 'SRv6' and
13026            not 'IPSEC' and
13027            not 'VHOST'"
13028   parameters:
13029   - "latency"
13030   - "parent"
13031   traces:
13032     boxmean: False
13033   layout:
13034     title: ""  # No title
13035     layout: "plot-latency"
13036
13037 -
13038   type: "plot"
13039   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
13040   algorithm: "plot_latency_box"
13041   output-file-type: ".html"
13042   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
13043   data: "plot-vpp-throughput-latency-3n-hsw"
13044   filter: "'NIC_Intel-X710' and
13045            '78B' and
13046            'FEATURE' and
13047            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13048            'NDRPDR' and
13049            '2T2C' and
13050            'IP6FWD' and
13051            not 'SRv6' and
13052            not 'IPSEC' and
13053            not 'VHOST'"
13054   parameters:
13055   - "latency"
13056   - "parent"
13057   traces:
13058     boxmean: False
13059   layout:
13060     title: ""  # No title
13061     layout: "plot-latency"
13062
13063 # Packet Latency - VPP IPv6 3n-hsw-xl710
13064 -
13065   type: "plot"
13066   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
13067   algorithm: "plot_latency_box"
13068   output-file-type: ".html"
13069   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
13070   data: "plot-vpp-throughput-latency-3n-hsw"
13071   filter: "'NIC_Intel-XL710' and
13072            '78B' and
13073            ('BASE' or 'SCALE') and
13074            'NDRPDR' and
13075            '1T1C' and
13076            'IP6FWD' and
13077            not 'SRv6' and
13078            not 'IPSEC' and
13079            not 'VHOST'"
13080   parameters:
13081   - "latency"
13082   - "parent"
13083   traces:
13084     boxmean: False
13085   layout:
13086     title: ""  # No title
13087     layout: "plot-latency"
13088
13089 -
13090   type: "plot"
13091   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
13092   algorithm: "plot_latency_box"
13093   output-file-type: ".html"
13094   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
13095   data: "plot-vpp-throughput-latency-3n-hsw"
13096   filter: "'NIC_Intel-XL710' and
13097            '78B' and
13098            ('BASE' or 'SCALE') and
13099            'NDRPDR' and
13100            '2T2C' and
13101            'IP6FWD' and
13102            not 'SRv6' and
13103            not 'IPSEC' and
13104            not 'VHOST'"
13105   parameters:
13106   - "latency"
13107   - "parent"
13108   traces:
13109     boxmean: False
13110   layout:
13111     title: ""  # No title
13112     layout: "plot-latency"
13113
13114 # Packet Latency - VPP IPv6 3n-skx-x710
13115 -
13116   type: "plot"
13117   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13118   algorithm: "plot_latency_box"
13119   output-file-type: ".html"
13120   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13121   data: "plot-vpp-throughput-latency-3n-skx"
13122   filter: "'NIC_Intel-X710' and
13123            '78B' and
13124            ('BASE' or 'SCALE') and
13125            'NDRPDR' and
13126            '2T1C' and
13127            'IP6FWD' and
13128            not 'SRv6' and
13129            not 'IPSEC' and
13130            not 'VHOST'"
13131   parameters:
13132   - "latency"
13133   - "parent"
13134   traces:
13135     boxmean: False
13136   layout:
13137     title: ""  # No title
13138     layout: "plot-latency"
13139
13140 -
13141   type: "plot"
13142   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13143   algorithm: "plot_latency_box"
13144   output-file-type: ".html"
13145   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13146   data: "plot-vpp-throughput-latency-3n-skx"
13147   filter: "'NIC_Intel-X710' and
13148            '78B' and
13149            ('BASE' or 'SCALE') and
13150            'NDRPDR' and
13151            '4T2C' and
13152            'IP6FWD' and
13153            not 'SRv6' and
13154            not 'IPSEC' and
13155            not 'VHOST'"
13156   parameters:
13157   - "latency"
13158   - "parent"
13159   traces:
13160     boxmean: False
13161   layout:
13162     title: ""  # No title
13163     layout: "plot-latency"
13164
13165 -
13166   type: "plot"
13167   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
13168   algorithm: "plot_latency_box"
13169   output-file-type: ".html"
13170   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
13171   data: "plot-vpp-throughput-latency-3n-skx"
13172   filter: "'NIC_Intel-X710' and
13173            '78B' and
13174            'FEATURE' and
13175            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13176            'NDRPDR' and
13177            '2T1C' and
13178            'IP6FWD' and
13179            not 'SRv6' and
13180            not 'IPSEC' and
13181            not 'VHOST'"
13182   parameters:
13183   - "latency"
13184   - "parent"
13185   traces:
13186     boxmean: False
13187   layout:
13188     title: ""  # No title
13189     layout: "plot-latency"
13190
13191 -
13192   type: "plot"
13193   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
13194   algorithm: "plot_latency_box"
13195   output-file-type: ".html"
13196   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
13197   data: "plot-vpp-throughput-latency-3n-skx"
13198   filter: "'NIC_Intel-X710' and
13199            '78B' and
13200            'FEATURE' and
13201            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13202            'NDRPDR' and
13203            '4T2C' and
13204            'IP6FWD' and
13205            not 'SRv6' and
13206            not 'IPSEC' and
13207            not 'VHOST'"
13208   parameters:
13209   - "latency"
13210   - "parent"
13211   traces:
13212     boxmean: False
13213   layout:
13214     title: ""  # No title
13215     layout: "plot-latency"
13216
13217 # Packet Latency - VPP IPv6 3n-skx-xxv710
13218 -
13219   type: "plot"
13220   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13221   algorithm: "plot_latency_box"
13222   output-file-type: ".html"
13223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13224   data: "plot-vpp-throughput-latency-3n-skx"
13225   filter: "'NIC_Intel-XXV710' and
13226            '78B' and
13227            ('BASE' or 'SCALE') and
13228            'NDRPDR' and
13229            '2T1C' and
13230            'IP6FWD' and
13231            not 'SRv6' and
13232            not 'IPSEC' and
13233            not 'VHOST'"
13234   parameters:
13235   - "latency"
13236   - "parent"
13237   traces:
13238     boxmean: False
13239   layout:
13240     title: ""  # No title
13241     layout: "plot-latency"
13242
13243 -
13244   type: "plot"
13245   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13246   algorithm: "plot_latency_box"
13247   output-file-type: ".html"
13248   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13249   data: "plot-vpp-throughput-latency-3n-skx"
13250   filter: "'NIC_Intel-XXV710' and
13251            '78B' and
13252            ('BASE' or 'SCALE') and
13253            'NDRPDR' and
13254            '4T2C' and
13255            'IP6FWD' and
13256            not 'SRv6' and
13257            not 'IPSEC' and
13258            not 'VHOST'"
13259   parameters:
13260   - "latency"
13261   - "parent"
13262   traces:
13263     boxmean: False
13264   layout:
13265     title: ""  # No title
13266     layout: "plot-latency"
13267
13268 -
13269   type: "plot"
13270   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
13271   algorithm: "plot_latency_box"
13272   output-file-type: ".html"
13273   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
13274   data: "plot-vpp-throughput-latency-3n-skx"
13275   filter: "'NIC_Intel-XXV710' and
13276            '78B' and
13277            'FEATURE' and
13278            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13279            'NDRPDR' and
13280            '2T1C' and
13281            'IP6FWD' and
13282            not 'SRv6' and
13283            not 'IPSEC' and
13284            not 'VHOST'"
13285   parameters:
13286   - "latency"
13287   - "parent"
13288   traces:
13289     boxmean: False
13290   layout:
13291     title: ""  # No title
13292     layout: "plot-latency"
13293
13294 -
13295   type: "plot"
13296   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
13297   algorithm: "plot_latency_box"
13298   output-file-type: ".html"
13299   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
13300   data: "plot-vpp-throughput-latency-3n-skx"
13301   filter: "'NIC_Intel-XXV710' and
13302            '78B' and
13303            'FEATURE' and
13304            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13305            'NDRPDR' and
13306            '4T2C' and
13307            'IP6FWD' and
13308            not 'SRv6' and
13309            not 'IPSEC' and
13310            not 'VHOST'"
13311   parameters:
13312   - "latency"
13313   - "parent"
13314   traces:
13315     boxmean: False
13316   layout:
13317     title: ""  # No title
13318     layout: "plot-latency"
13319
13320 # Packet Latency - VPP IPv6 2n-skx-x710
13321 -
13322   type: "plot"
13323   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13324   algorithm: "plot_latency_box"
13325   output-file-type: ".html"
13326   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13327   data: "plot-vpp-throughput-latency-2n-skx"
13328   filter: "'NIC_Intel-X710' and
13329            '78B' and
13330            ('BASE' or 'SCALE') and
13331            'NDRPDR' and
13332            '2T1C' and
13333            'IP6FWD' and
13334            not 'SRv6' and
13335            not 'IPSEC' and
13336            not 'VHOST'"
13337   parameters:
13338   - "latency"
13339   - "parent"
13340   traces:
13341     boxmean: False
13342   layout:
13343     title: ""  # No title
13344     layout: "plot-latency"
13345
13346 -
13347   type: "plot"
13348   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13349   algorithm: "plot_latency_box"
13350   output-file-type: ".html"
13351   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13352   data: "plot-vpp-throughput-latency-2n-skx"
13353   filter: "'NIC_Intel-X710' and
13354            '78B' and
13355            ('BASE' or 'SCALE') and
13356            'NDRPDR' and
13357            '4T2C' and
13358            'IP6FWD' and
13359            not 'SRv6' and
13360            not 'IPSEC' and
13361            not 'VHOST'"
13362   parameters:
13363   - "latency"
13364   - "parent"
13365   traces:
13366     boxmean: False
13367   layout:
13368     title: ""  # No title
13369     layout: "plot-latency"
13370
13371 -
13372   type: "plot"
13373   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-features-ndr-lat"
13374   algorithm: "plot_latency_box"
13375   output-file-type: ".html"
13376   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-ndr-lat"
13377   data: "plot-vpp-throughput-latency-2n-skx"
13378   filter: "'NIC_Intel-X710' and
13379            '78B' and
13380            'FEATURE' and
13381            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13382            'NDRPDR' and
13383            '2T1C' and
13384            'IP6FWD' and
13385            not 'SRv6' and
13386            not 'IPSEC' and
13387            not 'VHOST'"
13388   parameters:
13389   - "latency"
13390   - "parent"
13391   traces:
13392     boxmean: False
13393   layout:
13394     title: ""  # No title
13395     layout: "plot-latency"
13396
13397 -
13398   type: "plot"
13399   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-features-ndr-lat"
13400   algorithm: "plot_latency_box"
13401   output-file-type: ".html"
13402   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-ndr-lat"
13403   data: "plot-vpp-throughput-latency-2n-skx"
13404   filter: "'NIC_Intel-X710' and
13405            '78B' and
13406            'FEATURE' and
13407            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13408            'NDRPDR' and
13409            '4T2C' and
13410            'IP6FWD' and
13411            not 'SRv6' and
13412            not 'IPSEC' and
13413            not 'VHOST'"
13414   parameters:
13415   - "latency"
13416   - "parent"
13417   traces:
13418     boxmean: False
13419   layout:
13420     title: ""  # No title
13421     layout: "plot-latency"
13422
13423 # Packet Latency - VPP IPv6 2n-skx-xxv710
13424 -
13425   type: "plot"
13426   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13427   algorithm: "plot_latency_box"
13428   output-file-type: ".html"
13429   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13430   data: "plot-vpp-throughput-latency-2n-skx"
13431   filter: "'NIC_Intel-XXV710' and
13432            '78B' and
13433            ('BASE' or 'SCALE') and
13434            'NDRPDR' and
13435            '2T1C' and
13436            'IP6FWD' and
13437            not 'SRv6' and
13438            not 'IPSEC' and
13439            not 'VHOST'"
13440   parameters:
13441   - "latency"
13442   - "parent"
13443   traces:
13444     boxmean: False
13445   layout:
13446     title: ""  # No title
13447     layout: "plot-latency"
13448
13449 -
13450   type: "plot"
13451   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13452   algorithm: "plot_latency_box"
13453   output-file-type: ".html"
13454   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13455   data: "plot-vpp-throughput-latency-2n-skx"
13456   filter: "'NIC_Intel-XXV710' and
13457            '78B' and
13458            ('BASE' or 'SCALE') and
13459            'NDRPDR' and
13460            '4T2C' and
13461            'IP6FWD' and
13462            not 'SRv6' and
13463            not 'IPSEC' and
13464            not 'VHOST'"
13465   parameters:
13466   - "latency"
13467   - "parent"
13468   traces:
13469     boxmean: False
13470   layout:
13471     title: ""  # No title
13472     layout: "plot-latency"
13473
13474 -
13475   type: "plot"
13476   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-features-ndr-lat"
13477   algorithm: "plot_latency_box"
13478   output-file-type: ".html"
13479   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-ndr-lat"
13480   data: "plot-vpp-throughput-latency-2n-skx"
13481   filter: "'NIC_Intel-XXV710' and
13482            '78B' and
13483            'FEATURE' and
13484            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13485            'NDRPDR' and
13486            '2T1C' and
13487            'IP6FWD' and
13488            not 'SRv6' and
13489            not 'IPSEC' and
13490            not 'VHOST'"
13491   parameters:
13492   - "latency"
13493   - "parent"
13494   traces:
13495     boxmean: False
13496   layout:
13497     title: ""  # No title
13498     layout: "plot-latency"
13499
13500 -
13501   type: "plot"
13502   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-features-ndr-lat"
13503   algorithm: "plot_latency_box"
13504   output-file-type: ".html"
13505   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-ndr-lat"
13506   data: "plot-vpp-throughput-latency-2n-skx"
13507   filter: "'NIC_Intel-XXV710' and
13508            '78B' and
13509            'FEATURE' and
13510            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13511            'NDRPDR' and
13512            '4T2C' and
13513            'IP6FWD' and
13514            not 'SRv6' and
13515            not 'IPSEC' and
13516            not 'VHOST'"
13517   parameters:
13518   - "latency"
13519   - "parent"
13520   traces:
13521     boxmean: False
13522   layout:
13523     title: ""  # No title
13524     layout: "plot-latency"
13525
13526 ################################################################################
13527
13528 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
13529 -
13530   type: "plot"
13531   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13532   algorithm: "plot_latency_box"
13533   output-file-type: ".html"
13534   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13535   data: "plot-vpp-throughput-latency-3n-hsw"
13536   filter: "'NIC_Intel-X520-DA2' and
13537            '78B' and
13538            'ENCAP' and
13539            'NDRPDR' and
13540            '1T1C' and
13541            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13542            not 'VHOST'"
13543   parameters:
13544   - "latency"
13545   - "parent"
13546   traces:
13547     boxmean: False
13548   layout:
13549     title: ""  # No title
13550     layout: "plot-latency"
13551
13552 -
13553   type: "plot"
13554   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13555   algorithm: "plot_latency_box"
13556   output-file-type: ".html"
13557   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13558   data: "plot-vpp-throughput-latency-3n-hsw"
13559   filter: "'NIC_Intel-X520-DA2' and
13560            '78B' and
13561            'ENCAP' and
13562            'NDRPDR' and
13563            '2T2C' and
13564            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13565            not 'VHOST'"
13566   parameters:
13567   - "latency"
13568   - "parent"
13569   traces:
13570     boxmean: False
13571   layout:
13572     title: ""  # No title
13573     layout: "plot-latency"
13574
13575 ################################################################################
13576
13577 # Packet Latency - VPP IPSec 3n-hsw-xl710
13578 -
13579   type: "plot"
13580   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13581   algorithm: "plot_latency_box"
13582   output-file-type: ".html"
13583   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13584   data: "plot-vpp-throughput-latency-3n-hsw"
13585   filter: "'NIC_Intel-XL710' and
13586            '64B' and
13587            'IP4FWD' and
13588            'NDRPDR' and
13589            '1T1C' and
13590            'IPSECHW' and
13591            ('IPSECTRAN' or 'IPSECTUN') and
13592            not 'VHOST'"
13593   parameters:
13594   - "latency"
13595   - "parent"
13596   traces:
13597     boxmean: False
13598   layout:
13599     title: ""  # No title
13600     layout: "plot-latency"
13601
13602 -
13603   type: "plot"
13604   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13605   algorithm: "plot_latency_box"
13606   output-file-type: ".html"
13607   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13608   data: "plot-vpp-throughput-latency-3n-hsw"
13609   filter: "'NIC_Intel-XL710' and
13610            '64B' and
13611            'IP4FWD' and
13612            'NDRPDR' and
13613            '2T2C' and
13614            'IPSECHW' and
13615            ('IPSECTRAN' or 'IPSECTUN') and
13616            not 'VHOST'"
13617   parameters:
13618   - "latency"
13619   - "parent"
13620   traces:
13621     boxmean: False
13622   layout:
13623     title: ""  # No title
13624     layout: "plot-latency"
13625
13626 ################################################################################
13627
13628 # Packet Latency - VPP SRv6 3n-hsw-x520
13629 -
13630   type: "plot"
13631   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13632   algorithm: "plot_latency_box"
13633   output-file-type: ".html"
13634   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13635   data: "plot-vpp-throughput-latency-3n-hsw"
13636   filter: "'NIC_Intel-X520-DA2' and
13637            '78B' and
13638            'FEATURE' and
13639            'NDRPDR' and
13640            '1T1C' and
13641            'IP6FWD' and
13642            'SRv6'"
13643   parameters:
13644   - "latency"
13645   - "parent"
13646   traces:
13647     boxmean: False
13648   layout:
13649     title: ""  # No title
13650     layout: "plot-latency"
13651
13652 -
13653   type: "plot"
13654   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13655   algorithm: "plot_latency_box"
13656   output-file-type: ".html"
13657   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13658   data: "plot-vpp-throughput-latency-3n-hsw"
13659   filter: "'NIC_Intel-X520-DA2' and
13660            '78B' and
13661            'FEATURE' and
13662            'NDRPDR' and
13663            '2T2C' and
13664            'IP6FWD' and
13665            'SRv6'"
13666   parameters:
13667   - "latency"
13668   - "parent"
13669   traces:
13670     boxmean: False
13671   layout:
13672     title: ""  # No title
13673     layout: "plot-latency"
13674
13675 ################################################################################
13676
13677 # Packet Latency - VPP vhost ip4 3n-hsw-x520
13678 -
13679   type: "plot"
13680   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13681   algorithm: "plot_latency_box"
13682   output-file-type: ".html"
13683   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13684   data: "plot-vpp-throughput-latency-3n-hsw"
13685   filter: "'NIC_Intel-X520-DA2' and
13686            '64B' and
13687            'NDRPDR' and
13688            '1T1C' and
13689            'VHOST' and
13690            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13691   parameters:
13692   - "latency"
13693   - "parent"
13694   traces:
13695     boxmean: False
13696   layout:
13697     title: ""  # No title
13698     layout: "plot-latency"
13699
13700 -
13701   type: "plot"
13702   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13703   algorithm: "plot_latency_box"
13704   output-file-type: ".html"
13705   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13706   data: "plot-vpp-throughput-latency-3n-hsw"
13707   filter: "'NIC_Intel-X520-DA2' and
13708            '64B' and
13709            'NDRPDR' and
13710            '2T2C' and
13711            'VHOST' and
13712            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13713   parameters:
13714   - "latency"
13715   - "parent"
13716   traces:
13717     boxmean: False
13718   layout:
13719     title: ""  # No title
13720     layout: "plot-latency"
13721
13722 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
13723 -
13724   type: "plot"
13725   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13726   algorithm: "plot_latency_box"
13727   output-file-type: ".html"
13728   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13729   data: "plot-vpp-throughput-latency-3n-hsw"
13730   filter: "'NIC_Intel-X520-DA2' and
13731            '64B' and
13732            'NDRPDR' and
13733            '1T1C' and
13734            'VHOST' and
13735            not 'VXLAN' and
13736            not 'IP4FWD' and
13737            not 'DOT1Q' and
13738            not '2VM'"
13739   parameters:
13740   - "latency"
13741   - "parent"
13742   traces:
13743     boxmean: False
13744   layout:
13745     title: ""  # No title
13746     layout: "plot-latency"
13747
13748 -
13749   type: "plot"
13750   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13751   algorithm: "plot_latency_box"
13752   output-file-type: ".html"
13753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13754   data: "plot-vpp-throughput-latency-3n-hsw"
13755   filter: "'NIC_Intel-X520-DA2' and
13756            '64B' and
13757            'NDRPDR' and
13758            '2T2C' and
13759            'VHOST' and
13760            not 'VXLAN' and
13761            not 'IP4FWD' and
13762            not 'DOT1Q' and
13763            not '2VM'"
13764   parameters:
13765   - "latency"
13766   - "parent"
13767   traces:
13768     boxmean: False
13769   layout:
13770     title: ""  # No title
13771     layout: "plot-latency"
13772
13773 # Packet Latency - VPP vhost ip4 3n-hsw-x710
13774 -
13775   type: "plot"
13776   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13777   algorithm: "plot_latency_box"
13778   output-file-type: ".html"
13779   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13780   data: "plot-vpp-throughput-latency-3n-hsw"
13781   filter: "'NIC_Intel-X710' and
13782            '64B' and
13783            'NDRPDR' and
13784            '1T1C' and
13785            'VHOST' and
13786            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13787   parameters:
13788   - "latency"
13789   - "parent"
13790   traces:
13791     boxmean: False
13792   layout:
13793     title: ""  # No title
13794     layout: "plot-latency"
13795
13796 -
13797   type: "plot"
13798   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13799   algorithm: "plot_latency_box"
13800   output-file-type: ".html"
13801   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13802   data: "plot-vpp-throughput-latency-3n-hsw"
13803   filter: "'NIC_Intel-X710' and
13804            '64B' and
13805            'NDRPDR' and
13806            '2T2C' and
13807            'VHOST' and
13808            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13809   parameters:
13810   - "latency"
13811   - "parent"
13812   traces:
13813     boxmean: False
13814   layout:
13815     title: ""  # No title
13816     layout: "plot-latency"
13817
13818 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
13819 -
13820   type: "plot"
13821   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13822   algorithm: "plot_latency_box"
13823   output-file-type: ".html"
13824   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13825   data: "plot-vpp-throughput-latency-3n-hsw"
13826   filter: "'NIC_Intel-X710' and
13827            '64B' and
13828            'NDRPDR' and
13829            '1T1C' and
13830            'VHOST' and
13831            not 'VXLAN' and
13832            not 'IP4FWD' and
13833            not 'DOT1Q' and
13834            not '2VM'"
13835   parameters:
13836   - "latency"
13837   - "parent"
13838   traces:
13839     boxmean: False
13840   layout:
13841     title: ""  # No title
13842     layout: "plot-latency"
13843
13844 -
13845   type: "plot"
13846   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13847   algorithm: "plot_latency_box"
13848   output-file-type: ".html"
13849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13850   data: "plot-vpp-throughput-latency-3n-hsw"
13851   filter: "'NIC_Intel-X710' and
13852            '64B' and
13853            'NDRPDR' and
13854            '2T2C' and
13855            'VHOST' and
13856            not 'VXLAN' and
13857            not 'IP4FWD' and
13858            not 'DOT1Q' and
13859            not '2VM'"
13860   parameters:
13861   - "latency"
13862   - "parent"
13863   traces:
13864     boxmean: False
13865   layout:
13866     title: ""  # No title
13867     layout: "plot-latency"
13868
13869 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
13870 -
13871   type: "plot"
13872   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13873   algorithm: "plot_latency_box"
13874   output-file-type: ".html"
13875   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13876   data: "plot-vpp-throughput-latency-3n-hsw"
13877   filter: "'NIC_Intel-XL710' and
13878            '64B' and
13879            'NDRPDR' and
13880            '1T1C' and
13881            'VHOST' and
13882            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13883   parameters:
13884   - "latency"
13885   - "parent"
13886   traces:
13887     boxmean: False
13888   layout:
13889     title: ""  # No title
13890     layout: "plot-latency"
13891
13892 -
13893   type: "plot"
13894   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13895   algorithm: "plot_latency_box"
13896   output-file-type: ".html"
13897   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13898   data: "plot-vpp-throughput-latency-3n-hsw"
13899   filter: "'NIC_Intel-XL710' and
13900            '64B' and
13901            'NDRPDR' and
13902            '2T2C' and
13903            'VHOST' and
13904            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13905   parameters:
13906   - "latency"
13907   - "parent"
13908   traces:
13909     boxmean: False
13910   layout:
13911     title: ""  # No title
13912     layout: "plot-latency"
13913
13914 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
13915 -
13916   type: "plot"
13917   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13918   algorithm: "plot_latency_box"
13919   output-file-type: ".html"
13920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13921   data: "plot-vpp-throughput-latency-3n-hsw"
13922   filter: "'NIC_Intel-XL710' and
13923            '64B' and
13924            'NDRPDR' and
13925            '1T1C' and
13926            'VHOST' and
13927            not 'VXLAN' and
13928            not 'IP4FWD' and
13929            not 'DOT1Q' and
13930            not '2VM'"
13931   parameters:
13932   - "latency"
13933   - "parent"
13934   traces:
13935     boxmean: False
13936   layout:
13937     title: ""  # No title
13938     layout: "plot-latency"
13939
13940 -
13941   type: "plot"
13942   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13943   algorithm: "plot_latency_box"
13944   output-file-type: ".html"
13945   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13946   data: "plot-vpp-throughput-latency-3n-hsw"
13947   filter: "'NIC_Intel-XL710' and
13948            '64B' and
13949            'NDRPDR' and
13950            '2T2C' and
13951            'VHOST' and
13952            not 'VXLAN' and
13953            not 'IP4FWD' and
13954            not 'DOT1Q' and
13955            not '2VM'"
13956   parameters:
13957   - "latency"
13958   - "parent"
13959   traces:
13960     boxmean: False
13961   layout:
13962     title: ""  # No title
13963     layout: "plot-latency"
13964
13965 ################################################################################
13966
13967 # Packet Latency - VPP VTS 3n-hsw-x520
13968 -
13969   type: "plot"
13970   title: "VPP Latency: vts-3n-hsw-x520-64b-1t1c-ndr-lat"
13971   algorithm: "plot_latency_box"
13972   output-file-type: ".html"
13973   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr-lat"
13974   data: "plot-vpp-throughput-latency-3n-hsw"
13975   filter: "'NIC_Intel-X520-DA2' and
13976            '64B' and
13977            'NDRPDR' and
13978            '1T1C' and
13979            'VTS'"
13980   parameters:
13981   - "latency"
13982   - "parent"
13983   traces:
13984     boxmean: False
13985   layout:
13986     title: ""  # No title
13987     layout: "plot-latency"
13988
13989 -
13990   type: "plot"
13991   title: "VPP Latency: vts-3n-hsw-x520-64b-2t2c-ndr-lat"
13992   algorithm: "plot_latency_box"
13993   output-file-type: ".html"
13994   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr-lat"
13995   data: "plot-vpp-throughput-latency-3n-hsw"
13996   filter: "'NIC_Intel-X520-DA2' and
13997            '64B' and
13998            'NDRPDR' and
13999            '2T2C' and
14000            'VTS'"
14001   parameters:
14002   - "latency"
14003   - "parent"
14004   traces:
14005     boxmean: False
14006   layout:
14007     title: ""  # No title
14008     layout: "plot-latency"
14009     
14010 ################################################################################
14011
14012 # Packet Latency - DPDK l3fwd 3n-hsw-x520
14013 -
14014   type: "plot"
14015   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14016   algorithm: "plot_latency_box"
14017   output-file-type: ".html"
14018   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14019   data: "plot-dpdk-throughput-latency-3n-hsw"
14020   filter: "'NIC_Intel-X520-DA2' and
14021            '64B' and
14022            'BASE' and
14023            'NDRPDR' and
14024            '1T1C' and
14025            'IP4FWD'"
14026   parameters:
14027   - "latency"
14028   - "parent"
14029   traces:
14030     hoverinfo: "x+y"
14031     boxpoints: "outliers"
14032     whiskerwidth: 0
14033   layout:
14034     title: ""  # No title
14035     layout: "plot-latency"
14036
14037 -
14038   type: "plot"
14039   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14040   algorithm: "plot_latency_box"
14041   output-file-type: ".html"
14042   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14043   data: "plot-dpdk-throughput-latency-3n-hsw"
14044   filter: "'NIC_Intel-X520-DA2' and
14045            '64B' and
14046            'BASE' and
14047            'NDRPDR' and
14048            '2T2C' and
14049            'IP4FWD'"
14050   parameters:
14051   - "latency"
14052   - "parent"
14053   traces:
14054     hoverinfo: "x+y"
14055     boxpoints: "outliers"
14056     whiskerwidth: 0
14057   layout:
14058     title: ""  # No title
14059     layout: "plot-latency"
14060
14061 # Packet Latency - DPDK l3fwd 3n-hsw-x710
14062 -
14063   type: "plot"
14064   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14065   algorithm: "plot_latency_box"
14066   output-file-type: ".html"
14067   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14068   data: "plot-dpdk-throughput-latency-3n-hsw"
14069   filter: "'NIC_Intel-X710' and
14070            '64B' and
14071            'BASE' and
14072            'NDRPDR' and
14073            '1T1C' and
14074            'IP4FWD'"
14075   parameters:
14076   - "latency"
14077   - "parent"
14078   traces:
14079     hoverinfo: "x+y"
14080     boxpoints: "outliers"
14081     whiskerwidth: 0
14082   layout:
14083     title: ""  # No title
14084     layout: "plot-latency"
14085
14086 -
14087   type: "plot"
14088   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14089   algorithm: "plot_latency_box"
14090   output-file-type: ".html"
14091   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14092   data: "plot-dpdk-throughput-latency-3n-hsw"
14093   filter: "'NIC_Intel-X710' and
14094            '64B' and
14095            'BASE' and
14096            'NDRPDR' and
14097            '2T2C' and
14098            'IP4FWD'"
14099   parameters:
14100   - "latency"
14101   - "parent"
14102   traces:
14103     hoverinfo: "x+y"
14104     boxpoints: "outliers"
14105     whiskerwidth: 0
14106   layout:
14107     title: ""  # No title
14108     layout: "plot-latency"
14109
14110 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
14111 -
14112   type: "plot"
14113   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14114   algorithm: "plot_latency_box"
14115   output-file-type: ".html"
14116   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14117   data: "plot-dpdk-throughput-latency-3n-hsw"
14118   filter: "'NIC_Intel-XL710' and
14119            '64B' and
14120            'BASE' and
14121            'NDRPDR' and
14122            '1T1C' and
14123            'IP4FWD'"
14124   parameters:
14125   - "latency"
14126   - "parent"
14127   traces:
14128     hoverinfo: "x+y"
14129     boxpoints: "outliers"
14130     whiskerwidth: 0
14131   layout:
14132     title: ""  # No title
14133     layout: "plot-latency"
14134
14135 -
14136   type: "plot"
14137   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14138   algorithm: "plot_latency_box"
14139   output-file-type: ".html"
14140   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14141   data: "plot-dpdk-throughput-latency-3n-hsw"
14142   filter: "'NIC_Intel-XL710' and
14143            '64B' and
14144            'BASE' and
14145            'NDRPDR' and
14146            '2T2C' and
14147            'IP4FWD'"
14148   parameters:
14149   - "latency"
14150   - "parent"
14151   traces:
14152     hoverinfo: "x+y"
14153     boxpoints: "outliers"
14154     whiskerwidth: 0
14155   layout:
14156     title: ""  # No title
14157     layout: "plot-latency"
14158
14159 # Packet Latency - DPDK l3fwd 3n-skx-x710
14160 -
14161   type: "plot"
14162   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14163   algorithm: "plot_latency_box"
14164   output-file-type: ".html"
14165   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14166   data: "plot-dpdk-throughput-latency-3n-skx"
14167   filter: "'NIC_Intel-X710' and
14168            '64B' and
14169            'BASE' and
14170            'NDRPDR' and
14171            '2T1C' and
14172            'IP4FWD'"
14173   parameters:
14174   - "latency"
14175   - "parent"
14176   traces:
14177     hoverinfo: "x+y"
14178     boxpoints: "outliers"
14179     whiskerwidth: 0
14180   layout:
14181     title: ""  # No title
14182     layout: "plot-latency"
14183
14184 -
14185   type: "plot"
14186   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14187   algorithm: "plot_latency_box"
14188   output-file-type: ".html"
14189   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14190   data: "plot-dpdk-throughput-latency-3n-skx"
14191   filter: "'NIC_Intel-X710' and
14192            '64B' and
14193            'BASE' and
14194            'NDRPDR' and
14195            '4T2C' and
14196            'IP4FWD'"
14197   parameters:
14198   - "latency"
14199   - "parent"
14200   traces:
14201     hoverinfo: "x+y"
14202     boxpoints: "outliers"
14203     whiskerwidth: 0
14204   layout:
14205     title: ""  # No title
14206     layout: "plot-latency"
14207
14208 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
14209 -
14210   type: "plot"
14211   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14212   algorithm: "plot_latency_box"
14213   output-file-type: ".html"
14214   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14215   data: "plot-dpdk-throughput-latency-3n-skx"
14216   filter: "'NIC_Intel-XXV710' and
14217            '64B' and
14218            'BASE' and
14219            'NDRPDR' and
14220            '2T1C' and
14221            'IP4FWD'"
14222   parameters:
14223   - "latency"
14224   - "parent"
14225   traces:
14226     hoverinfo: "x+y"
14227     boxpoints: "outliers"
14228     whiskerwidth: 0
14229   layout:
14230     title: ""  # No title
14231     layout: "plot-latency"
14232
14233 -
14234   type: "plot"
14235   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14236   algorithm: "plot_latency_box"
14237   output-file-type: ".html"
14238   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14239   data: "plot-dpdk-throughput-latency-3n-skx"
14240   filter: "'NIC_Intel-XXV710' and
14241            '64B' and
14242            'BASE' and
14243            'NDRPDR' and
14244            '4T2C' and
14245            'IP4FWD'"
14246   parameters:
14247   - "latency"
14248   - "parent"
14249   traces:
14250     hoverinfo: "x+y"
14251     boxpoints: "outliers"
14252     whiskerwidth: 0
14253   layout:
14254     title: ""  # No title
14255     layout: "plot-latency"
14256
14257 # Packet Latency - DPDK l3fwd 2n-skx-x710
14258 -
14259   type: "plot"
14260   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14261   algorithm: "plot_latency_box"
14262   output-file-type: ".html"
14263   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14264   data: "plot-dpdk-throughput-latency-2n-skx"
14265   filter: "'NIC_Intel-X710' and
14266            '64B' and
14267            'BASE' and
14268            'NDRPDR' and
14269            '2T1C' and
14270            'IP4FWD'"
14271   parameters:
14272   - "latency"
14273   - "parent"
14274   traces:
14275     hoverinfo: "x+y"
14276     boxpoints: "outliers"
14277     whiskerwidth: 0
14278   layout:
14279     title: ""  # No title
14280     layout: "plot-latency"
14281
14282 -
14283   type: "plot"
14284   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14285   algorithm: "plot_latency_box"
14286   output-file-type: ".html"
14287   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14288   data: "plot-dpdk-throughput-latency-2n-skx"
14289   filter: "'NIC_Intel-X710' and
14290            '64B' and
14291            'BASE' and
14292            'NDRPDR' and
14293            '4T2C' and
14294            'IP4FWD'"
14295   parameters:
14296   - "latency"
14297   - "parent"
14298   traces:
14299     hoverinfo: "x+y"
14300     boxpoints: "outliers"
14301     whiskerwidth: 0
14302   layout:
14303     title: ""  # No title
14304     layout: "plot-latency"
14305
14306 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
14307 -
14308   type: "plot"
14309   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14310   algorithm: "plot_latency_box"
14311   output-file-type: ".html"
14312   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14313   data: "plot-dpdk-throughput-latency-2n-skx"
14314   filter: "'NIC_Intel-XXV710' and
14315            '64B' and
14316            'BASE' and
14317            'NDRPDR' and
14318            '2T1C' and
14319            'IP4FWD'"
14320   parameters:
14321   - "latency"
14322   - "parent"
14323   traces:
14324     hoverinfo: "x+y"
14325     boxpoints: "outliers"
14326     whiskerwidth: 0
14327   layout:
14328     title: ""  # No title
14329     layout: "plot-latency"
14330
14331 -
14332   type: "plot"
14333   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14334   algorithm: "plot_latency_box"
14335   output-file-type: ".html"
14336   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14337   data: "plot-dpdk-throughput-latency-2n-skx"
14338   filter: "'NIC_Intel-XXV710' and
14339            '64B' and
14340            'BASE' and
14341            'NDRPDR' and
14342            '4T2C' and
14343            'IP4FWD'"
14344   parameters:
14345   - "latency"
14346   - "parent"
14347   traces:
14348     hoverinfo: "x+y"
14349     boxpoints: "outliers"
14350     whiskerwidth: 0
14351   layout:
14352     title: ""  # No title
14353     layout: "plot-latency"
14354
14355 ################################################################################
14356
14357 # Packet Latency - DPDK testpmd 3n-hsw-x520
14358 -
14359   type: "plot"
14360   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14361   algorithm: "plot_latency_box"
14362   output-file-type: ".html"
14363   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14364   data: "plot-dpdk-throughput-latency-3n-hsw"
14365   filter: "'NIC_Intel-X520-DA2' and
14366            '64B' and
14367            'BASE' and
14368            'NDRPDR' and
14369            '1T1C' and
14370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14371   parameters:
14372   - "latency"
14373   - "parent"
14374   traces:
14375     hoverinfo: "x+y"
14376     boxpoints: "outliers"
14377     whiskerwidth: 0
14378   layout:
14379     title: ""  # No title
14380     layout: "plot-latency"
14381
14382 -
14383   type: "plot"
14384   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14385   algorithm: "plot_latency_box"
14386   output-file-type: ".html"
14387   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14388   data: "plot-dpdk-throughput-latency-3n-hsw"
14389   filter: "'NIC_Intel-X520-DA2' and
14390            '64B' and
14391            'BASE' and
14392            'NDRPDR' and
14393            '2T2C' and
14394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14395   parameters:
14396   - "latency"
14397   - "parent"
14398   traces:
14399     hoverinfo: "x+y"
14400     boxpoints: "outliers"
14401     whiskerwidth: 0
14402   layout:
14403     title: ""  # No title
14404     layout: "plot-latency"
14405
14406 # Packet Latency - DPDK testpmd 3n-hsw-x710
14407 -
14408   type: "plot"
14409   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14410   algorithm: "plot_latency_box"
14411   output-file-type: ".html"
14412   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14413   data: "plot-dpdk-throughput-latency-3n-hsw"
14414   filter: "'NIC_Intel-X710' and
14415            '64B' and
14416            'BASE' and
14417            'NDRPDR' and
14418            '1T1C' and
14419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14420   parameters:
14421   - "latency"
14422   - "parent"
14423   traces:
14424     hoverinfo: "x+y"
14425     boxpoints: "outliers"
14426     whiskerwidth: 0
14427   layout:
14428     title: ""  # No title
14429     layout: "plot-latency"
14430
14431 -
14432   type: "plot"
14433   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14434   algorithm: "plot_latency_box"
14435   output-file-type: ".html"
14436   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14437   data: "plot-dpdk-throughput-latency-3n-hsw"
14438   filter: "'NIC_Intel-X710' and
14439            '64B' and
14440            'BASE' and
14441            'NDRPDR' and
14442            '2T2C' and
14443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14444   parameters:
14445   - "latency"
14446   - "parent"
14447   traces:
14448     hoverinfo: "x+y"
14449     boxpoints: "outliers"
14450     whiskerwidth: 0
14451   layout:
14452     title: ""  # No title
14453     layout: "plot-latency"
14454
14455 # Packet Latency - DPDK testpmd 3n-hsw-xl710
14456 -
14457   type: "plot"
14458   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14459   algorithm: "plot_latency_box"
14460   output-file-type: ".html"
14461   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14462   data: "plot-dpdk-throughput-latency-3n-hsw"
14463   filter: "'NIC_Intel-XL710' and
14464            '64B' and
14465            'BASE' and
14466            'NDRPDR' and
14467            '1T1C' and
14468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14469   parameters:
14470   - "latency"
14471   - "parent"
14472   traces:
14473     hoverinfo: "x+y"
14474     boxpoints: "outliers"
14475     whiskerwidth: 0
14476   layout:
14477     title: ""  # No title
14478     layout: "plot-latency"
14479
14480 -
14481   type: "plot"
14482   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14483   algorithm: "plot_latency_box"
14484   output-file-type: ".html"
14485   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14486   data: "plot-dpdk-throughput-latency-3n-hsw"
14487   filter: "'NIC_Intel-XL710' and
14488            '64B' and
14489            'BASE' and
14490            'NDRPDR' and
14491            '2T2C' and
14492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14493   parameters:
14494   - "latency"
14495   - "parent"
14496   traces:
14497     hoverinfo: "x+y"
14498     boxpoints: "outliers"
14499     whiskerwidth: 0
14500   layout:
14501     title: ""  # No title
14502     layout: "plot-latency"
14503
14504 # Packet Latency - DPDK testpmd 3n-skx-x710
14505 -
14506   type: "plot"
14507   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14508   algorithm: "plot_latency_box"
14509   output-file-type: ".html"
14510   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14511   data: "plot-dpdk-throughput-latency-3n-skx"
14512   filter: "'NIC_Intel-X710' and
14513            '64B' and
14514            'BASE' and
14515            'NDRPDR' and
14516            '2T1C' and
14517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14518   parameters:
14519   - "latency"
14520   - "parent"
14521   traces:
14522     hoverinfo: "x+y"
14523     boxpoints: "outliers"
14524     whiskerwidth: 0
14525   layout:
14526     title: ""  # No title
14527     layout: "plot-latency"
14528
14529 -
14530   type: "plot"
14531   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14532   algorithm: "plot_latency_box"
14533   output-file-type: ".html"
14534   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14535   data: "plot-dpdk-throughput-latency-3n-skx"
14536   filter: "'NIC_Intel-X710' and
14537            '64B' and
14538            'BASE' and
14539            'NDRPDR' and
14540            '4T2C' and
14541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14542   parameters:
14543   - "latency"
14544   - "parent"
14545   traces:
14546     hoverinfo: "x+y"
14547     boxpoints: "outliers"
14548     whiskerwidth: 0
14549   layout:
14550     title: ""  # No title
14551     layout: "plot-latency"
14552
14553 # Packet Latency - DPDK testpmd 3n-skx-xxv710
14554 -
14555   type: "plot"
14556   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14557   algorithm: "plot_latency_box"
14558   output-file-type: ".html"
14559   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14560   data: "plot-dpdk-throughput-latency-3n-skx"
14561   filter: "'NIC_Intel-XXV710' and
14562            '64B' and
14563            'BASE' and
14564            'NDRPDR' and
14565            '2T1C' and
14566            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14567   parameters:
14568   - "latency"
14569   - "parent"
14570   traces:
14571     hoverinfo: "x+y"
14572     boxpoints: "outliers"
14573     whiskerwidth: 0
14574   layout:
14575     title: ""  # No title
14576     layout: "plot-latency"
14577
14578 -
14579   type: "plot"
14580   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14581   algorithm: "plot_latency_box"
14582   output-file-type: ".html"
14583   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14584   data: "plot-dpdk-throughput-latency-3n-skx"
14585   filter: "'NIC_Intel-XXV710' and
14586            '64B' and
14587            'BASE' and
14588            'NDRPDR' and
14589            '4T2C' and
14590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14591   parameters:
14592   - "latency"
14593   - "parent"
14594   traces:
14595     hoverinfo: "x+y"
14596     boxpoints: "outliers"
14597     whiskerwidth: 0
14598   layout:
14599     title: ""  # No title
14600     layout: "plot-latency"
14601
14602 # Packet Latency - DPDK testpmd 2n-skx-x710
14603 -
14604   type: "plot"
14605   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14606   algorithm: "plot_latency_box"
14607   output-file-type: ".html"
14608   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14609   data: "plot-dpdk-throughput-latency-2n-skx"
14610   filter: "'NIC_Intel-X710' and
14611            '64B' and
14612            'BASE' and
14613            'NDRPDR' and
14614            '2T1C' and
14615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14616   parameters:
14617   - "latency"
14618   - "parent"
14619   traces:
14620     hoverinfo: "x+y"
14621     boxpoints: "outliers"
14622     whiskerwidth: 0
14623   layout:
14624     title: ""  # No title
14625     layout: "plot-latency"
14626
14627 -
14628   type: "plot"
14629   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14630   algorithm: "plot_latency_box"
14631   output-file-type: ".html"
14632   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14633   data: "plot-dpdk-throughput-latency-2n-skx"
14634   filter: "'NIC_Intel-X710' and
14635            '64B' and
14636            'BASE' and
14637            'NDRPDR' and
14638            '4T2C' and
14639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14640   parameters:
14641   - "latency"
14642   - "parent"
14643   traces:
14644     hoverinfo: "x+y"
14645     boxpoints: "outliers"
14646     whiskerwidth: 0
14647   layout:
14648     title: ""  # No title
14649     layout: "plot-latency"
14650
14651 # Packet Latency - DPDK testpmd 2n-skx-xxv710
14652 -
14653   type: "plot"
14654   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14655   algorithm: "plot_latency_box"
14656   output-file-type: ".html"
14657   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14658   data: "plot-dpdk-throughput-latency-2n-skx"
14659   filter: "'NIC_Intel-XXV710' and
14660            '64B' and
14661            'BASE' and
14662            'NDRPDR' and
14663            '2T1C' and
14664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14665   parameters:
14666   - "latency"
14667   - "parent"
14668   traces:
14669     hoverinfo: "x+y"
14670     boxpoints: "outliers"
14671     whiskerwidth: 0
14672   layout:
14673     title: ""  # No title
14674     layout: "plot-latency"
14675
14676 -
14677   type: "plot"
14678   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14679   algorithm: "plot_latency_box"
14680   output-file-type: ".html"
14681   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14682   data: "plot-dpdk-throughput-latency-2n-skx"
14683   filter: "'NIC_Intel-XXV710' and
14684            '64B' and
14685            'BASE' and
14686            'NDRPDR' and
14687            '4T2C' and
14688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14689   parameters:
14690   - "latency"
14691   - "parent"
14692   traces:
14693     hoverinfo: "x+y"
14694     boxpoints: "outliers"
14695     whiskerwidth: 0
14696   layout:
14697     title: ""  # No title
14698     layout: "plot-latency"
14699
14700 ################################################################################
14701
14702 # Speedup - VPP Container Memif 3n-hsw-x520
14703 -
14704   type: "plot"
14705   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14706   algorithm: "plot_throughput_speedup_analysis"
14707   output-file-type: ".html"
14708   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14709   data: "plot-throughput-speedup-analysis-3n-hsw"
14710   filter: "'NIC_Intel-X520-DA2' and
14711            '64B' and
14712            ('BASE' or 'SCALE') and
14713            'NDRPDR' and
14714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14715            not 'VHOST' and
14716            'MEMIF'"
14717   parameters:
14718   - "throughput"
14719   - "parent"
14720   - "tags"
14721   layout:
14722     title: ""  # No title
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 -
14726   type: "plot"
14727   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14728   algorithm: "plot_throughput_speedup_analysis"
14729   output-file-type: ".html"
14730   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14731   data: "plot-throughput-speedup-analysis-3n-hsw"
14732   filter: "'NIC_Intel-X520-DA2' and
14733            '64B' and
14734            ('BASE' or 'SCALE') and
14735            'NDRPDR' and
14736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14737            not 'VHOST' and
14738            'MEMIF'"
14739   parameters:
14740   - "throughput"
14741   - "parent"
14742   - "tags"
14743   layout:
14744     title: ""  # No title
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 # Speedup - VPP Container Memif 3n-hsw-x710
14748 -
14749   type: "plot"
14750   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14751   algorithm: "plot_throughput_speedup_analysis"
14752   output-file-type: ".html"
14753   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14754   data: "plot-throughput-speedup-analysis-3n-hsw"
14755   filter: "'NIC_Intel-X710' and
14756            '64B' and
14757            ('BASE' or 'SCALE') and
14758            'NDRPDR' and
14759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14760            not 'VHOST' and
14761            'MEMIF'"
14762   parameters:
14763   - "throughput"
14764   - "parent"
14765   - "tags"
14766   layout:
14767     title: ""  # No title
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 -
14771   type: "plot"
14772   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14773   algorithm: "plot_throughput_speedup_analysis"
14774   output-file-type: ".html"
14775   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14776   data: "plot-throughput-speedup-analysis-3n-hsw"
14777   filter: "'NIC_Intel-X710' and
14778            '64B' and
14779            ('BASE' or 'SCALE') and
14780            'NDRPDR' and
14781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14782            not 'VHOST' and
14783            'MEMIF'"
14784   parameters:
14785   - "throughput"
14786   - "parent"
14787   - "tags"
14788   layout:
14789     title: ""  # No title
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 # Speedup - VPP Container Memif 3n-hsw-xl710
14793 -
14794   type: "plot"
14795   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14796   algorithm: "plot_throughput_speedup_analysis"
14797   output-file-type: ".html"
14798   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14799   data: "plot-throughput-speedup-analysis-3n-hsw"
14800   filter: "'NIC_Intel-XL710' and
14801            '64B' and
14802            ('BASE' or 'SCALE') and
14803            'NDRPDR' and
14804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14805            not 'VHOST' and
14806            'MEMIF'"
14807   parameters:
14808   - "throughput"
14809   - "parent"
14810   - "tags"
14811   layout:
14812     title: ""  # No title
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 -
14816   type: "plot"
14817   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14818   algorithm: "plot_throughput_speedup_analysis"
14819   output-file-type: ".html"
14820   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14821   data: "plot-throughput-speedup-analysis-3n-hsw"
14822   filter: "'NIC_Intel-XL710' and
14823            '64B' and
14824            ('BASE' or 'SCALE') and
14825            'NDRPDR' and
14826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14827            not 'VHOST' and
14828            'MEMIF'"
14829   parameters:
14830   - "throughput"
14831   - "parent"
14832   - "tags"
14833   layout:
14834     title: ""  # No title
14835     layout: "plot-throughput-speedup-analysis"
14836
14837 # Speedup - VPP Container Memif 3n-skx-x710
14838 -
14839   type: "plot"
14840   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14841   algorithm: "plot_throughput_speedup_analysis"
14842   output-file-type: ".html"
14843   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14844   data: "plot-throughput-speedup-analysis-3n-skx"
14845   filter: "'NIC_Intel-X710' and
14846            '64B' and
14847            ('BASE' or 'SCALE') and
14848            'NDRPDR' and
14849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14850            not 'VHOST' and
14851            'MEMIF'"
14852   parameters:
14853   - "throughput"
14854   - "parent"
14855   - "tags"
14856   layout:
14857     title: ""  # No title
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 -
14861   type: "plot"
14862   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14863   algorithm: "plot_throughput_speedup_analysis"
14864   output-file-type: ".html"
14865   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14866   data: "plot-throughput-speedup-analysis-3n-skx"
14867   filter: "'NIC_Intel-X710' and
14868            '64B' and
14869            ('BASE' or 'SCALE') and
14870            'NDRPDR' and
14871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14872            not 'VHOST' and
14873             'MEMIF'"
14874   parameters:
14875   - "throughput"
14876   - "parent"
14877   - "tags"
14878   layout:
14879     title: ""  # No title
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 # Speedup - VPP Container Memif 3n-skx-xxv710
14883 -
14884   type: "plot"
14885   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14886   algorithm: "plot_throughput_speedup_analysis"
14887   output-file-type: ".html"
14888   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14889   data: "plot-throughput-speedup-analysis-3n-skx"
14890   filter: "'NIC_Intel-XXV710' and
14891            '64B' and
14892            ('BASE' or 'SCALE') and
14893            'NDRPDR' and
14894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14895            not 'VHOST' and
14896            'MEMIF'"
14897   parameters:
14898   - "throughput"
14899   - "parent"
14900   - "tags"
14901   layout:
14902     title: ""  # No title
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 -
14906   type: "plot"
14907   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14908   algorithm: "plot_throughput_speedup_analysis"
14909   output-file-type: ".html"
14910   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14911   data: "plot-throughput-speedup-analysis-3n-skx"
14912   filter: "'NIC_Intel-XXV710' and
14913            '64B' and
14914            ('BASE' or 'SCALE') and
14915            'NDRPDR' and
14916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14917            not 'VHOST' and
14918            'MEMIF'"
14919   parameters:
14920   - "throughput"
14921   - "parent"
14922   - "tags"
14923   layout:
14924     title: ""  # No title
14925     layout: "plot-throughput-speedup-analysis"
14926
14927 # Speedup - VPP Container Memif 2n-skx-x710
14928 -
14929   type: "plot"
14930   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14931   algorithm: "plot_throughput_speedup_analysis"
14932   output-file-type: ".html"
14933   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14934   data: "plot-throughput-speedup-analysis-2n-skx"
14935   filter: "'NIC_Intel-X710' and
14936            '64B' and
14937            ('BASE' or 'SCALE') and
14938            'NDRPDR' and
14939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14940            not 'VHOST' and
14941            'MEMIF'"
14942   parameters:
14943   - "throughput"
14944   - "parent"
14945   - "tags"
14946   layout:
14947     title: ""  # No title
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 -
14951   type: "plot"
14952   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14953   algorithm: "plot_throughput_speedup_analysis"
14954   output-file-type: ".html"
14955   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14956   data: "plot-throughput-speedup-analysis-2n-skx"
14957   filter: "'NIC_Intel-X710' and
14958            '64B' and
14959            ('BASE' or 'SCALE') and
14960            'NDRPDR' and
14961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14962            not 'VHOST' and
14963            'MEMIF'"
14964   parameters:
14965   - "throughput"
14966   - "parent"
14967   - "tags"
14968   layout:
14969     title: ""  # No title
14970     layout: "plot-throughput-speedup-analysis"
14971
14972 # Speedup - VPP Container Memif 2n-skx-xxv710
14973 -
14974   type: "plot"
14975   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14976   algorithm: "plot_throughput_speedup_analysis"
14977   output-file-type: ".html"
14978   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14979   data: "plot-throughput-speedup-analysis-2n-skx"
14980   filter: "'NIC_Intel-XXV710' and
14981            '64B' and
14982            ('BASE' or 'SCALE') and
14983            'NDRPDR' and
14984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14985            not 'VHOST' and
14986            'MEMIF'"
14987   parameters:
14988   - "throughput"
14989   - "parent"
14990   - "tags"
14991   layout:
14992     title: ""  # No title
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 -
14996   type: "plot"
14997   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14998   algorithm: "plot_throughput_speedup_analysis"
14999   output-file-type: ".html"
15000   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15001   data: "plot-throughput-speedup-analysis-2n-skx"
15002   filter: "'NIC_Intel-XXV710' and
15003            '64B' and
15004            ('BASE' or 'SCALE') and
15005            'NDRPDR' and
15006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15007            not 'VHOST' and
15008            'MEMIF'"
15009   parameters:
15010   - "throughput"
15011   - "parent"
15012   - "tags"
15013   layout:
15014     title: ""  # No title
15015     layout: "plot-throughput-speedup-analysis"
15016
15017 ################################################################################
15018
15019 # Speedup - VPP Container k8s memif 3n-hsw-x520
15020 -
15021   type: "plot"
15022   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15023   algorithm: "plot_throughput_speedup_analysis"
15024   output-file-type: ".html"
15025   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15026   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15027   filter: "'NIC_Intel-X520-DA2' and
15028            '64B' and
15029            ('BASE' or 'SCALE') and
15030            'NDRPDR' and
15031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15032            not 'VHOST' and
15033            'MEMIF'"
15034   parameters:
15035   - "throughput"
15036   - "parent"
15037   - "tags"
15038   layout:
15039     title: ""  # No title
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 -
15043   type: "plot"
15044   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15045   algorithm: "plot_throughput_speedup_analysis"
15046   output-file-type: ".html"
15047   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15048   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15049   filter: "'NIC_Intel-X520-DA2' and
15050            '64B' and
15051            ('BASE' or 'SCALE') and
15052            'NDRPDR' and
15053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15054            not 'VHOST' and
15055            'MEMIF'"
15056   parameters:
15057   - "throughput"
15058   - "parent"
15059   - "tags"
15060   layout:
15061     title: ""  # No title
15062     layout: "plot-throughput-speedup-analysis"
15063
15064 # Speedup - VPP Container Memif 3n-hsw-x710
15065 -
15066   type: "plot"
15067   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15068   algorithm: "plot_throughput_speedup_analysis"
15069   output-file-type: ".html"
15070   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15071   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15072   filter: "'NIC_Intel-X710' and
15073            '64B' and
15074            ('BASE' or 'SCALE') and
15075            'NDRPDR' and
15076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15077            not 'VHOST' and
15078            'MEMIF'"
15079   parameters:
15080   - "throughput"
15081   - "parent"
15082   - "tags"
15083   layout:
15084     title: ""  # No title
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 -
15088   type: "plot"
15089   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15090   algorithm: "plot_throughput_speedup_analysis"
15091   output-file-type: ".html"
15092   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15093   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15094   filter: "'NIC_Intel-X710' and
15095            '64B' and
15096            ('BASE' or 'SCALE') and
15097            'NDRPDR' and
15098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15099            not 'VHOST' and
15100            'MEMIF'"
15101   parameters:
15102   - "throughput"
15103   - "parent"
15104   - "tags"
15105   layout:
15106     title: ""  # No title
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 # Speedup - VPP Container Memif 3n-hsw-xl710
15110 -
15111   type: "plot"
15112   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15113   algorithm: "plot_throughput_speedup_analysis"
15114   output-file-type: ".html"
15115   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15116   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15117   filter: "'NIC_Intel-XL710' and
15118            '64B' and
15119            ('BASE' or 'SCALE') and
15120            'NDRPDR' and
15121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15122            not 'VHOST' and
15123            'MEMIF'"
15124   parameters:
15125   - "throughput"
15126   - "parent"
15127   - "tags"
15128   layout:
15129     title: ""  # No title
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 -
15133   type: "plot"
15134   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15135   algorithm: "plot_throughput_speedup_analysis"
15136   output-file-type: ".html"
15137   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15138   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15139   filter: "'NIC_Intel-XL710' and
15140            '64B' and
15141            ('BASE' or 'SCALE') and
15142            'NDRPDR' and
15143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15144            not 'VHOST' and
15145            'MEMIF'"
15146   parameters:
15147   - "throughput"
15148   - "parent"
15149   - "tags"
15150   layout:
15151     title: ""  # No title
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 ################################################################################
15155
15156 # Speedup - VPP IPv4 3n-hsw-x520
15157 -
15158   type: "plot"
15159   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15160   algorithm: "plot_throughput_speedup_analysis"
15161   output-file-type: ".html"
15162   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15163   data: "plot-throughput-speedup-analysis-3n-hsw"
15164   filter: "'NIC_Intel-X520-DA2' and
15165            '64B' and
15166            ('BASE' or 'SCALE') and
15167            'NDRPDR' and
15168            'IP4FWD' and
15169            not 'IPSEC' and
15170            not 'VHOST'"
15171   parameters:
15172   - "throughput"
15173   - "parent"
15174   - "tags"
15175   layout:
15176     title: ""  # No title
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 -
15180   type: "plot"
15181   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15182   algorithm: "plot_throughput_speedup_analysis"
15183   output-file-type: ".html"
15184   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15185   data: "plot-throughput-speedup-analysis-3n-hsw"
15186   filter: "'NIC_Intel-X520-DA2' and
15187            '64B' and
15188            ('BASE' or 'SCALE') and
15189            'NDRPDR' and
15190            'IP4FWD' and
15191            not 'IPSEC' and
15192            not 'VHOST'"
15193   parameters:
15194   - "throughput"
15195   - "parent"
15196   - "tags"
15197   layout:
15198     title: ""  # No title
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 -
15202   type: "plot"
15203   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
15204   algorithm: "plot_throughput_speedup_analysis"
15205   output-file-type: ".html"
15206   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
15207   data: "plot-throughput-speedup-analysis-3n-hsw"
15208   filter: "'NIC_Intel-X520-DA2' and
15209            '64B' and
15210            'FEATURE' and
15211            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15212            'NDRPDR' and
15213            'IP4FWD' and
15214            not 'IPSEC' and
15215            not 'VHOST'"
15216   parameters:
15217   - "throughput"
15218   - "parent"
15219   - "tags"
15220   layout:
15221     title: ""  # No title
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 -
15225   type: "plot"
15226   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
15227   algorithm: "plot_throughput_speedup_analysis"
15228   output-file-type: ".html"
15229   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
15230   data: "plot-throughput-speedup-analysis-3n-hsw"
15231   filter: "'NIC_Intel-X520-DA2' and
15232            '64B' and
15233            'FEATURE' and
15234            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15235            'NDRPDR' and
15236            'IP4FWD' and
15237            not 'IPSEC' and
15238            not 'VHOST'"
15239   parameters:
15240   - "throughput"
15241   - "parent"
15242   - "tags"
15243   layout:
15244     title: ""  # No title
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 # Speedup - VPP IPv4 3n-hsw-x710
15248 -
15249   type: "plot"
15250   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15251   algorithm: "plot_throughput_speedup_analysis"
15252   output-file-type: ".html"
15253   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15254   data: "plot-throughput-speedup-analysis-3n-hsw"
15255   filter: "'NIC_Intel-X710' and
15256            '64B' and
15257            ('BASE' or 'SCALE') and
15258            'NDRPDR' and
15259            'IP4FWD' and
15260            not 'IPSEC' and
15261            not 'VHOST'"
15262   parameters:
15263   - "throughput"
15264   - "parent"
15265   - "tags"
15266   layout:
15267     title: ""  # No title
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 -
15271   type: "plot"
15272   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15273   algorithm: "plot_throughput_speedup_analysis"
15274   output-file-type: ".html"
15275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15276   data: "plot-throughput-speedup-analysis-3n-hsw"
15277   filter: "'NIC_Intel-X710' and
15278            '64B' and
15279            ('BASE' or 'SCALE') and
15280            'NDRPDR' and
15281            'IP4FWD' and
15282            not 'IPSEC' and
15283            not 'VHOST'"
15284   parameters:
15285   - "throughput"
15286   - "parent"
15287   - "tags"
15288   layout:
15289     title: ""  # No title
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 -
15293   type: "plot"
15294   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
15295   algorithm: "plot_throughput_speedup_analysis"
15296   output-file-type: ".html"
15297   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
15298   data: "plot-throughput-speedup-analysis-3n-hsw"
15299   filter: "'NIC_Intel-X710' and
15300            '64B' and
15301            'FEATURE' and
15302            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15303            'NDRPDR' and
15304            'IP4FWD' and
15305            not 'IPSEC' and
15306            not 'VHOST'"
15307   parameters:
15308   - "throughput"
15309   - "parent"
15310   - "tags"
15311   layout:
15312     title: ""  # No title
15313     layout: "plot-throughput-speedup-analysis"
15314
15315 -
15316   type: "plot"
15317   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
15318   algorithm: "plot_throughput_speedup_analysis"
15319   output-file-type: ".html"
15320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
15321   data: "plot-throughput-speedup-analysis-3n-hsw"
15322   filter: "'NIC_Intel-X710' and
15323            '64B' and
15324            'FEATURE' and
15325            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15326            'NDRPDR' and
15327            'IP4FWD' and
15328            not 'IPSEC' and
15329            not 'VHOST'"
15330   parameters:
15331   - "throughput"
15332   - "parent"
15333   - "tags"
15334   layout:
15335     title: ""  # No title
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 # Speedup - VPP IPv4 3n-hsw-xl710
15339 -
15340   type: "plot"
15341   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15342   algorithm: "plot_throughput_speedup_analysis"
15343   output-file-type: ".html"
15344   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15345   data: "plot-throughput-speedup-analysis-3n-hsw"
15346   filter: "'NIC_Intel-XL710' and
15347            '64B' and
15348            ('BASE' or 'SCALE') and
15349            'NDRPDR' and
15350            'IP4FWD' and
15351            not 'IPSEC' and
15352            not 'VHOST'"
15353   parameters:
15354   - "throughput"
15355   - "parent"
15356   - "tags"
15357   layout:
15358     title: ""  # No title
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 -
15362   type: "plot"
15363   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15364   algorithm: "plot_throughput_speedup_analysis"
15365   output-file-type: ".html"
15366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15367   data: "plot-throughput-speedup-analysis-3n-hsw"
15368   filter: "'NIC_Intel-XL710' and
15369            '64B' and
15370            ('BASE' or 'SCALE') and
15371            'NDRPDR' and
15372            'IP4FWD' and
15373            not 'IPSEC' and
15374            not 'VHOST'"
15375   parameters:
15376   - "throughput"
15377   - "parent"
15378   - "tags"
15379   layout:
15380     title: ""  # No title
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 # Speedup - VPP IPv4 3n-skx-x710
15384 -
15385   type: "plot"
15386   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15387   algorithm: "plot_throughput_speedup_analysis"
15388   output-file-type: ".html"
15389   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15390   data: "plot-throughput-speedup-analysis-3n-skx"
15391   filter: "'NIC_Intel-X710' and
15392            '64B' and
15393            ('BASE' or 'SCALE') and
15394            'NDRPDR' and
15395            'IP4FWD' and
15396            not 'IPSEC' and
15397            not 'VHOST'"
15398   parameters:
15399   - "throughput"
15400   - "parent"
15401   - "tags"
15402   layout:
15403     title: ""  # No title
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 -
15407   type: "plot"
15408   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15409   algorithm: "plot_throughput_speedup_analysis"
15410   output-file-type: ".html"
15411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15412   data: "plot-throughput-speedup-analysis-3n-skx"
15413   filter: "'NIC_Intel-X710' and
15414            '64B' and
15415            ('BASE' or 'SCALE') and
15416            'NDRPDR' and
15417            'IP4FWD' and
15418            not 'IPSEC' and
15419            not 'VHOST'"
15420   parameters:
15421   - "throughput"
15422   - "parent"
15423   - "tags"
15424   layout:
15425     title: ""  # No title
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 -
15429   type: "plot"
15430   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
15431   algorithm: "plot_throughput_speedup_analysis"
15432   output-file-type: ".html"
15433   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
15434   data: "plot-throughput-speedup-analysis-3n-skx"
15435   filter: "'NIC_Intel-X710' and
15436            '64B' and
15437            'FEATURE' and
15438            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15439            'NDRPDR' and
15440            'IP4FWD' and
15441            not 'IPSEC' and
15442            not 'VHOST'"
15443   parameters:
15444   - "throughput"
15445   - "parent"
15446   - "tags"
15447   layout:
15448     title: ""  # No title
15449     layout: "plot-throughput-speedup-analysis"
15450
15451 -
15452   type: "plot"
15453   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
15454   algorithm: "plot_throughput_speedup_analysis"
15455   output-file-type: ".html"
15456   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
15457   data: "plot-throughput-speedup-analysis-3n-skx"
15458   filter: "'NIC_Intel-X710' and
15459            '64B' and
15460            'FEATURE' and
15461            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15462            'NDRPDR' and
15463            'IP4FWD' and
15464            not 'IPSEC' and
15465            not 'VHOST'"
15466   parameters:
15467   - "throughput"
15468   - "parent"
15469   - "tags"
15470   layout:
15471     title: ""  # No title
15472     layout: "plot-throughput-speedup-analysis"
15473
15474 # Speedup - VPP IPv4 3n-skx-xxv710
15475 -
15476   type: "plot"
15477   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15478   algorithm: "plot_throughput_speedup_analysis"
15479   output-file-type: ".html"
15480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15481   data: "plot-throughput-speedup-analysis-3n-skx"
15482   filter: "'NIC_Intel-XXV710' and
15483            '64B' and
15484            ('BASE' or 'SCALE') and
15485            'NDRPDR' and
15486            'IP4FWD' and
15487            not 'IPSEC' and
15488            not 'VHOST'"
15489   parameters:
15490   - "throughput"
15491   - "parent"
15492   - "tags"
15493   layout:
15494     title: ""  # No title
15495     layout: "plot-throughput-speedup-analysis"
15496
15497 -
15498   type: "plot"
15499   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15500   algorithm: "plot_throughput_speedup_analysis"
15501   output-file-type: ".html"
15502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15503   data: "plot-throughput-speedup-analysis-3n-skx"
15504   filter: "'NIC_Intel-XXV710' and
15505            '64B' and
15506            ('BASE' or 'SCALE') and
15507            'NDRPDR' and
15508            'IP4FWD' and
15509            not 'IPSEC' and
15510            not 'VHOST'"
15511   parameters:
15512   - "throughput"
15513   - "parent"
15514   - "tags"
15515   layout:
15516     title: ""  # No title
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 -
15520   type: "plot"
15521   title: "Speedup: ip4-3n-skx-xxv710-64b-features-ndr-tsa"
15522   algorithm: "plot_throughput_speedup_analysis"
15523   output-file-type: ".html"
15524   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-ndr-tsa"
15525   data: "plot-throughput-speedup-analysis-3n-skx"
15526   filter: "'NIC_Intel-XXV710' and
15527            '64B' and
15528            'FEATURE' and
15529            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15530            'NDRPDR' and
15531            'IP4FWD' and
15532            not 'IPSEC' and
15533            not 'VHOST'"
15534   parameters:
15535   - "throughput"
15536   - "parent"
15537   - "tags"
15538   layout:
15539     title: ""  # No title
15540     layout: "plot-throughput-speedup-analysis"
15541
15542 -
15543   type: "plot"
15544   title: "Speedup: ip4-3n-skx-xxv710-64b-features-pdr-tsa"
15545   algorithm: "plot_throughput_speedup_analysis"
15546   output-file-type: ".html"
15547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-pdr-tsa"
15548   data: "plot-throughput-speedup-analysis-3n-skx"
15549   filter: "'NIC_Intel-XXV710' and
15550            '64B' and
15551            'FEATURE' and
15552            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15553            'NDRPDR' and
15554            'IP4FWD' and
15555            not 'IPSEC' and
15556            not 'VHOST'"
15557   parameters:
15558   - "throughput"
15559   - "parent"
15560   - "tags"
15561   layout:
15562     title: ""  # No title
15563     layout: "plot-throughput-speedup-analysis"
15564
15565 # Speedup - VPP IPv4 2n-skx-x710
15566 -
15567   type: "plot"
15568   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15569   algorithm: "plot_throughput_speedup_analysis"
15570   output-file-type: ".html"
15571   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15572   data: "plot-throughput-speedup-analysis-2n-skx"
15573   filter: "'NIC_Intel-X710' and
15574            '64B' and
15575            ('BASE' or 'SCALE') and
15576            'NDRPDR' and
15577            'IP4FWD' and
15578            not 'IPSEC' and
15579            not 'VHOST'"
15580   parameters:
15581   - "throughput"
15582   - "parent"
15583   - "tags"
15584   layout:
15585     title: ""  # No title
15586     layout: "plot-throughput-speedup-analysis"
15587
15588 -
15589   type: "plot"
15590   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15591   algorithm: "plot_throughput_speedup_analysis"
15592   output-file-type: ".html"
15593   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15594   data: "plot-throughput-speedup-analysis-2n-skx"
15595   filter: "'NIC_Intel-X710' and
15596            '64B' and
15597            ('BASE' or 'SCALE') and
15598            'NDRPDR' and
15599            'IP4FWD' and
15600            not 'IPSEC' and
15601            not 'VHOST'"
15602   parameters:
15603   - "throughput"
15604   - "parent"
15605   - "tags"
15606   layout:
15607     title: ""  # No title
15608     layout: "plot-throughput-speedup-analysis"
15609
15610 -
15611   type: "plot"
15612   title: "Speedup: ip4-2n-skx-x710-64b-features-ndr-tsa"
15613   algorithm: "plot_throughput_speedup_analysis"
15614   output-file-type: ".html"
15615   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-ndr-tsa"
15616   data: "plot-throughput-speedup-analysis-2n-skx"
15617   filter: "'NIC_Intel-X710' and
15618            '64B' and
15619            'FEATURE' and
15620            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15621            'NDRPDR' and
15622            'IP4FWD' and
15623            not 'IPSEC' and
15624            not 'VHOST'"
15625   parameters:
15626   - "throughput"
15627   - "parent"
15628   - "tags"
15629   layout:
15630     title: ""  # No title
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 -
15634   type: "plot"
15635   title: "Speedup: ip4-2n-skx-x710-64b-features-pdr-tsa"
15636   algorithm: "plot_throughput_speedup_analysis"
15637   output-file-type: ".html"
15638   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-pdr-tsa"
15639   data: "plot-throughput-speedup-analysis-2n-skx"
15640   filter: "'NIC_Intel-X710' and
15641            '64B' and
15642            'FEATURE' and
15643            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15644            'NDRPDR' and
15645            'IP4FWD' and
15646            not 'IPSEC' and
15647            not 'VHOST'"
15648   parameters:
15649   - "throughput"
15650   - "parent"
15651   - "tags"
15652   layout:
15653     title: ""  # No title
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 # Speedup - VPP IPv4 2n-skx-xxv710
15657 -
15658   type: "plot"
15659   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15660   algorithm: "plot_throughput_speedup_analysis"
15661   output-file-type: ".html"
15662   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15663   data: "plot-throughput-speedup-analysis-2n-skx"
15664   filter: "'NIC_Intel-XXV710' and
15665            '64B' and
15666            ('BASE' or 'SCALE') and
15667            'NDRPDR' and
15668            'IP4FWD' and
15669            not 'IPSEC' and
15670            not 'VHOST'"
15671   parameters:
15672   - "throughput"
15673   - "parent"
15674   - "tags"
15675   layout:
15676     title: ""  # No title
15677     layout: "plot-throughput-speedup-analysis"
15678
15679 -
15680   type: "plot"
15681   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15682   algorithm: "plot_throughput_speedup_analysis"
15683   output-file-type: ".html"
15684   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15685   data: "plot-throughput-speedup-analysis-2n-skx"
15686   filter: "'NIC_Intel-XXV710' and
15687            '64B' and
15688            ('BASE' or 'SCALE') and
15689            'NDRPDR' and
15690            'IP4FWD' and
15691            not 'IPSEC' and
15692            not 'VHOST'"
15693   parameters:
15694   - "throughput"
15695   - "parent"
15696   - "tags"
15697   layout:
15698     title: ""  # No title
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 -
15702   type: "plot"
15703   title: "Speedup: ip4-2n-skx-xxv710-64b-features-ndr-tsa"
15704   algorithm: "plot_throughput_speedup_analysis"
15705   output-file-type: ".html"
15706   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-ndr-tsa"
15707   data: "plot-throughput-speedup-analysis-2n-skx"
15708   filter: "'NIC_Intel-XXV710' and
15709            '64B' and
15710            'FEATURE' and
15711            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15712            'NDRPDR' and
15713            'IP4FWD' and
15714            not 'IPSEC' and
15715            not 'VHOST'"
15716   parameters:
15717   - "throughput"
15718   - "parent"
15719   - "tags"
15720   layout:
15721     title: ""  # No title
15722     layout: "plot-throughput-speedup-analysis"
15723
15724 -
15725   type: "plot"
15726   title: "Speedup: ip4-2n-skx-xxv710-64b-features-pdr-tsa"
15727   algorithm: "plot_throughput_speedup_analysis"
15728   output-file-type: ".html"
15729   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-pdr-tsa"
15730   data: "plot-throughput-speedup-analysis-2n-skx"
15731   filter: "'NIC_Intel-XXV710' and
15732            '64B' and
15733            'FEATURE' and
15734            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15735            'NDRPDR' and
15736            'IP4FWD' and
15737            not 'IPSEC' and
15738            not 'VHOST'"
15739   parameters:
15740   - "throughput"
15741   - "parent"
15742   - "tags"
15743   layout:
15744     title: ""  # No title
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 ################################################################################
15748
15749 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
15750 -
15751   type: "plot"
15752   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15753   algorithm: "plot_throughput_speedup_analysis"
15754   output-file-type: ".html"
15755   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15756   data: "plot-throughput-speedup-analysis-3n-hsw"
15757   filter: "'NIC_Intel-X520-DA2' and
15758            '64B' and
15759            'ENCAP' and
15760            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15761            'NDRPDR' and
15762            'IP4FWD' and
15763            not 'IPSEC' and
15764            not 'VHOST'"
15765   parameters:
15766   - "throughput"
15767   - "parent"
15768   - "tags"
15769   layout:
15770     title: ""  # No title
15771     layout: "plot-throughput-speedup-analysis"
15772
15773 -
15774   type: "plot"
15775   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15776   algorithm: "plot_throughput_speedup_analysis"
15777   output-file-type: ".html"
15778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15779   data: "plot-throughput-speedup-analysis-3n-hsw"
15780   filter: "'NIC_Intel-X520-DA2' and
15781            '64B' and
15782            'ENCAP' and
15783            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15784            'NDRPDR' and
15785            'IP4FWD' and
15786            not 'IPSEC' and
15787            not 'VHOST'"
15788   parameters:
15789   - "throughput"
15790   - "parent"
15791   - "tags"
15792   layout:
15793     title: ""  # No title
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
15797 -
15798   type: "plot"
15799   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15800   algorithm: "plot_throughput_speedup_analysis"
15801   output-file-type: ".html"
15802   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15803   data: "plot-throughput-speedup-analysis-3n-hsw"
15804   filter: "'NIC_Intel-X710' and
15805            '64B' and
15806            'ENCAP' and
15807            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15808            'NDRPDR' and
15809            'IP4FWD' and
15810            not 'IPSEC' and
15811            not 'VHOST'"
15812   parameters:
15813   - "throughput"
15814   - "parent"
15815   - "tags"
15816   layout:
15817     title: ""  # No title
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 -
15821   type: "plot"
15822   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15823   algorithm: "plot_throughput_speedup_analysis"
15824   output-file-type: ".html"
15825   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15826   data: "plot-throughput-speedup-analysis-3n-hsw"
15827   filter: "'NIC_Intel-X710' and
15828            '64B' and
15829            'ENCAP' and
15830            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15831            'NDRPDR' and
15832            'IP4FWD' and
15833            not 'IPSEC' and
15834            not 'VHOST'"
15835   parameters:
15836   - "throughput"
15837   - "parent"
15838   - "tags"
15839   layout:
15840     title: ""  # No title
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 # Speedup - VPP IPv4 Tunnels 3n-hsw-xl710
15844 -
15845   type: "plot"
15846   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15847   algorithm: "plot_throughput_speedup_analysis"
15848   output-file-type: ".html"
15849   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15850   data: "plot-throughput-speedup-analysis-3n-hsw"
15851   filter: "'NIC_Intel-XL710' and
15852            '64B' and
15853            'ENCAP' and
15854            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15855            'NDRPDR' and
15856            'IP4FWD' and
15857            not 'IPSEC' and
15858            not 'VHOST'"
15859   parameters:
15860   - "throughput"
15861   - "parent"
15862   - "tags"
15863   layout:
15864     title: ""  # No title
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 -
15868   type: "plot"
15869   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15870   algorithm: "plot_throughput_speedup_analysis"
15871   output-file-type: ".html"
15872   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15873   data: "plot-throughput-speedup-analysis-3n-hsw"
15874   filter: "'NIC_Intel-XL710' and
15875            '64B' and
15876            'ENCAP' and
15877            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15878            'NDRPDR' and
15879            'IP4FWD' and
15880            not 'IPSEC' and
15881            not 'VHOST'"
15882   parameters:
15883   - "throughput"
15884   - "parent"
15885   - "tags"
15886   layout:
15887     title: ""  # No title
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
15891 -
15892   type: "plot"
15893   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15894   algorithm: "plot_throughput_speedup_analysis"
15895   output-file-type: ".html"
15896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15897   data: "plot-throughput-speedup-analysis-3n-skx"
15898   filter: "'NIC_Intel-X710' and
15899            '64B' and
15900            'ENCAP' and
15901            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15902            'NDRPDR' and
15903            'IP4FWD' and
15904            not 'IPSEC' and
15905            not 'VHOST'"
15906   parameters:
15907   - "throughput"
15908   - "parent"
15909   - "tags"
15910   layout:
15911     title: ""  # No title
15912     layout: "plot-throughput-speedup-analysis"
15913
15914 -
15915   type: "plot"
15916   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15917   algorithm: "plot_throughput_speedup_analysis"
15918   output-file-type: ".html"
15919   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15920   data: "plot-throughput-speedup-analysis-3n-skx"
15921   filter: "'NIC_Intel-X710' and
15922            '64B' and
15923            'ENCAP' and
15924            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15925            'NDRPDR' and
15926            'IP4FWD' and
15927            not 'IPSEC' and
15928            not 'VHOST'"
15929   parameters:
15930   - "throughput"
15931   - "parent"
15932   - "tags"
15933   layout:
15934     title: ""  # No title
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 # Speedup - VPP IPv4 Tunnels 3n-skx-xxv710
15938 -
15939   type: "plot"
15940   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15941   algorithm: "plot_throughput_speedup_analysis"
15942   output-file-type: ".html"
15943   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15944   data: "plot-throughput-speedup-analysis-3n-skx"
15945   filter: "'NIC_Intel-XXV710' and
15946            '64B' and
15947            'ENCAP' and
15948            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15949            'NDRPDR' and
15950            'IP4FWD' and
15951            not 'IPSEC' and
15952            not 'VHOST'"
15953   parameters:
15954   - "throughput"
15955   - "parent"
15956   - "tags"
15957   layout:
15958     title: ""  # No title
15959     layout: "plot-throughput-speedup-analysis"
15960
15961 -
15962   type: "plot"
15963   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15964   algorithm: "plot_throughput_speedup_analysis"
15965   output-file-type: ".html"
15966   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15967   data: "plot-throughput-speedup-analysis-3n-skx"
15968   filter: "'NIC_Intel-XXV710' and
15969            '64B' and
15970            'ENCAP' and
15971            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15972            'NDRPDR' and
15973            'IP4FWD' and
15974            not 'IPSEC' and
15975            not 'VHOST'"
15976   parameters:
15977   - "throughput"
15978   - "parent"
15979   - "tags"
15980   layout:
15981     title: ""  # No title
15982     layout: "plot-throughput-speedup-analysis"
15983
15984 # Speedup - VPP IPv4 Tunnels 2n-skx-x710
15985 -
15986   type: "plot"
15987   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15988   algorithm: "plot_throughput_speedup_analysis"
15989   output-file-type: ".html"
15990   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15991   data: "plot-throughput-speedup-analysis-2n-skx"
15992   filter: "'NIC_Intel-X710' and
15993            '64B' and
15994            'ENCAP' and
15995            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15996            'NDRPDR' and
15997            'IP4FWD' and
15998            not 'IPSEC' and
15999            not 'VHOST'"
16000   parameters:
16001   - "throughput"
16002   - "parent"
16003   - "tags"
16004   layout:
16005     title: ""  # No title
16006     layout: "plot-throughput-speedup-analysis"
16007
16008 -
16009   type: "plot"
16010   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
16011   algorithm: "plot_throughput_speedup_analysis"
16012   output-file-type: ".html"
16013   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
16014   data: "plot-throughput-speedup-analysis-2n-skx"
16015   filter: "'NIC_Intel-X710' and
16016            '64B' and
16017            'ENCAP' and
16018            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16019            'NDRPDR' and
16020            'IP4FWD' and
16021            not 'IPSEC' and
16022            not 'VHOST'"
16023   parameters:
16024   - "throughput"
16025   - "parent"
16026   - "tags"
16027   layout:
16028     title: ""  # No title
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 # Speedup - VPP IPv4 Tunnels 2n-skx-xxv710
16032 -
16033   type: "plot"
16034   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16035   algorithm: "plot_throughput_speedup_analysis"
16036   output-file-type: ".html"
16037   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16038   data: "plot-throughput-speedup-analysis-2n-skx"
16039   filter: "'NIC_Intel-XXV710' and
16040            '64B' and
16041            'ENCAP' and
16042            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16043            'NDRPDR' and
16044            'IP4FWD' and
16045            not 'IPSEC' and
16046            not 'VHOST'"
16047   parameters:
16048   - "throughput"
16049   - "parent"
16050   - "tags"
16051   layout:
16052     title: ""  # No title
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 -
16056   type: "plot"
16057   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16058   algorithm: "plot_throughput_speedup_analysis"
16059   output-file-type: ".html"
16060   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16061   data: "plot-throughput-speedup-analysis-2n-skx"
16062   filter: "'NIC_Intel-XXV710' and
16063            '64B' and
16064            'ENCAP' and
16065            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16066            'NDRPDR' and
16067            'IP4FWD' and
16068            not 'IPSEC' and
16069            not 'VHOST'"
16070   parameters:
16071   - "throughput"
16072   - "parent"
16073   - "tags"
16074   layout:
16075     title: ""  # No title
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 ################################################################################
16079
16080 # Speedup - VPP IPv6 3n-hsw-x520
16081 -
16082   type: "plot"
16083   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16084   algorithm: "plot_throughput_speedup_analysis"
16085   output-file-type: ".html"
16086   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16087   data: "plot-throughput-speedup-analysis-3n-hsw"
16088   filter: "'NIC_Intel-X520-DA2' and
16089            '78B' and
16090            ('BASE' or 'SCALE') and
16091            'NDRPDR' and
16092            'IP6FWD' and
16093            not 'SRv6' and
16094            not 'IPSEC' and
16095            not 'VHOST'"
16096   parameters:
16097   - "throughput"
16098   - "parent"
16099   - "tags"
16100   layout:
16101     title: ""  # No title
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 -
16105   type: "plot"
16106   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16107   algorithm: "plot_throughput_speedup_analysis"
16108   output-file-type: ".html"
16109   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16110   data: "plot-throughput-speedup-analysis-3n-hsw"
16111   filter: "'NIC_Intel-X520-DA2' and
16112            '78B' and
16113            ('BASE' or 'SCALE') and
16114            'NDRPDR' and
16115            'IP6FWD' and
16116            not 'SRv6' and
16117            not 'IPSEC' and
16118            not 'VHOST'"
16119   parameters:
16120   - "throughput"
16121   - "parent"
16122   - "tags"
16123   layout:
16124     title: ""  # No title
16125     layout: "plot-throughput-speedup-analysis"
16126
16127 -
16128   type: "plot"
16129   title: "Speedup: ip6-3n-hsw-x520-78b-features-ndr-tsa"
16130   algorithm: "plot_throughput_speedup_analysis"
16131   output-file-type: ".html"
16132   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-ndr-tsa"
16133   data: "plot-throughput-speedup-analysis-3n-hsw"
16134   filter: "'NIC_Intel-X520-DA2' and
16135            '78B' and
16136            'FEATURE' and
16137            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16138            'NDRPDR' and
16139            'IP6FWD' and
16140            not 'SRv6' and
16141            not 'IPSEC' and
16142            not 'VHOST'"
16143   parameters:
16144   - "throughput"
16145   - "parent"
16146   - "tags"
16147   layout:
16148     title: ""  # No title
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 -
16152   type: "plot"
16153   title: "Speedup: ip6-3n-hsw-x520-78b-features-pdr-tsa"
16154   algorithm: "plot_throughput_speedup_analysis"
16155   output-file-type: ".html"
16156   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-pdr-tsa"
16157   data: "plot-throughput-speedup-analysis-3n-hsw"
16158   filter: "'NIC_Intel-X520-DA2' and
16159            '78B' and
16160            'FEATURE' and
16161            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16162            'NDRPDR' and
16163            'IP6FWD' and
16164            not 'SRv6' and
16165            not 'IPSEC' and
16166            not 'VHOST'"
16167   parameters:
16168   - "throughput"
16169   - "parent"
16170   - "tags"
16171   layout:
16172     title: ""  # No title
16173     layout: "plot-throughput-speedup-analysis"
16174
16175 # Speedup - VPP IPv6 3n-hsw-x710
16176 -
16177   type: "plot"
16178   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
16179   algorithm: "plot_throughput_speedup_analysis"
16180   output-file-type: ".html"
16181   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
16182   data: "plot-throughput-speedup-analysis-3n-hsw"
16183   filter: "'NIC_Intel-X710' and
16184            '78B' and
16185            ('BASE' or 'SCALE') and
16186            'NDRPDR' and
16187            'IP6FWD' and
16188            not 'SRv6' and
16189            not 'IPSEC' and
16190            not 'VHOST'"
16191   parameters:
16192   - "throughput"
16193   - "parent"
16194   - "tags"
16195   layout:
16196     title: ""  # No title
16197     layout: "plot-throughput-speedup-analysis"
16198
16199 -
16200   type: "plot"
16201   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
16202   algorithm: "plot_throughput_speedup_analysis"
16203   output-file-type: ".html"
16204   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
16205   data: "plot-throughput-speedup-analysis-3n-hsw"
16206   filter: "'NIC_Intel-X710' and
16207            '78B' and
16208            ('BASE' or 'SCALE') and
16209            'NDRPDR' and
16210            'IP6FWD' and
16211            not 'SRv6' and
16212            not 'IPSEC' and
16213            not 'VHOST'"
16214   parameters:
16215   - "throughput"
16216   - "parent"
16217   - "tags"
16218   layout:
16219     title: ""  # No title
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 -
16223   type: "plot"
16224   title: "Speedup: ip6-3n-hsw-x710-78b-features-ndr-tsa"
16225   algorithm: "plot_throughput_speedup_analysis"
16226   output-file-type: ".html"
16227   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-ndr-tsa"
16228   data: "plot-throughput-speedup-analysis-3n-hsw"
16229   filter: "'NIC_Intel-X710' and
16230            '78B' and
16231            'FEATURE' and
16232            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16233            'NDRPDR' and
16234            'IP6FWD' and
16235            not 'SRv6' and
16236            not 'IPSEC' and
16237            not 'VHOST'"
16238   parameters:
16239   - "throughput"
16240   - "parent"
16241   - "tags"
16242   layout:
16243     title: ""  # No title
16244     layout: "plot-throughput-speedup-analysis"
16245
16246 -
16247   type: "plot"
16248   title: "Speedup: ip6-3n-hsw-x710-78b-features-pdr-tsa"
16249   algorithm: "plot_throughput_speedup_analysis"
16250   output-file-type: ".html"
16251   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-pdr-tsa"
16252   data: "plot-throughput-speedup-analysis-3n-hsw"
16253   filter: "'NIC_Intel-X710' and
16254            '78B' and
16255            'FEATURE' and
16256            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16257            'NDRPDR' and
16258            'IP6FWD' and
16259            not 'SRv6' and
16260            not 'IPSEC' and
16261            not 'VHOST'"
16262   parameters:
16263   - "throughput"
16264   - "parent"
16265   - "tags"
16266   layout:
16267     title: ""  # No title
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 # Speedup - VPP IPv6 3n-hsw-xl710
16271 -
16272   type: "plot"
16273   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
16274   algorithm: "plot_throughput_speedup_analysis"
16275   output-file-type: ".html"
16276   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
16277   data: "plot-throughput-speedup-analysis-3n-hsw"
16278   filter: "'NIC_Intel-XL710' and
16279            '78B' and
16280            ('BASE' or 'SCALE') and
16281            'NDRPDR' and
16282            'IP6FWD' and
16283            not 'SRv6' and
16284            not 'IPSEC' and
16285            not 'VHOST'"
16286   parameters:
16287   - "throughput"
16288   - "parent"
16289   - "tags"
16290   layout:
16291     title: ""  # No title
16292     layout: "plot-throughput-speedup-analysis"
16293
16294 -
16295   type: "plot"
16296   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
16297   algorithm: "plot_throughput_speedup_analysis"
16298   output-file-type: ".html"
16299   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
16300   data: "plot-throughput-speedup-analysis-3n-hsw"
16301   filter: "'NIC_Intel-XL710' and
16302            '78B' and
16303            ('BASE' or 'SCALE') and
16304            'NDRPDR' and
16305            'IP6FWD' and
16306            not 'SRv6' and
16307            not 'IPSEC' and
16308            not 'VHOST'"
16309   parameters:
16310   - "throughput"
16311   - "parent"
16312   - "tags"
16313   layout:
16314     title: ""  # No title
16315     layout: "plot-throughput-speedup-analysis"
16316
16317 # Speedup - VPP IPv6 3n-skx-x710
16318 -
16319   type: "plot"
16320   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
16321   algorithm: "plot_throughput_speedup_analysis"
16322   output-file-type: ".html"
16323   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
16324   data: "plot-throughput-speedup-analysis-3n-skx"
16325   filter: "'NIC_Intel-X710' and
16326            '78B' and
16327            ('BASE' or 'SCALE') and
16328            'NDRPDR' and
16329            'IP6FWD' and
16330            not 'SRv6' and
16331            not 'IPSEC' and
16332            not 'VHOST'"
16333   parameters:
16334   - "throughput"
16335   - "parent"
16336   - "tags"
16337   layout:
16338     title: ""  # No title
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 -
16342   type: "plot"
16343   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
16344   algorithm: "plot_throughput_speedup_analysis"
16345   output-file-type: ".html"
16346   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
16347   data: "plot-throughput-speedup-analysis-3n-skx"
16348   filter: "'NIC_Intel-X710' and
16349            '78B' and
16350            ('BASE' or 'SCALE') and
16351            'NDRPDR' and
16352            'IP6FWD' and
16353            not 'SRv6' and
16354            not 'IPSEC' and
16355            not 'VHOST'"
16356   parameters:
16357   - "throughput"
16358   - "parent"
16359   - "tags"
16360   layout:
16361     title: ""  # No title
16362     layout: "plot-throughput-speedup-analysis"
16363
16364 -
16365   type: "plot"
16366   title: "Speedup: ip6-3n-skx-x710-78b-features-ndr-tsa"
16367   algorithm: "plot_throughput_speedup_analysis"
16368   output-file-type: ".html"
16369   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-ndr-tsa"
16370   data: "plot-throughput-speedup-analysis-3n-skx"
16371   filter: "'NIC_Intel-X710' and
16372            '78B' and
16373            'FEATURE' and
16374            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16375            'NDRPDR' and
16376            'IP6FWD' and
16377            not 'SRv6' and
16378            not 'IPSEC' and
16379            not 'VHOST'"
16380   parameters:
16381   - "throughput"
16382   - "parent"
16383   - "tags"
16384   layout:
16385     title: ""  # No title
16386     layout: "plot-throughput-speedup-analysis"
16387
16388 -
16389   type: "plot"
16390   title: "Speedup: ip6-3n-skx-x710-78b-features-pdr-tsa"
16391   algorithm: "plot_throughput_speedup_analysis"
16392   output-file-type: ".html"
16393   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-pdr-tsa"
16394   data: "plot-throughput-speedup-analysis-3n-skx"
16395   filter: "'NIC_Intel-X710' and
16396            '78B' and
16397            'FEATURE' and
16398            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16399            'NDRPDR' and
16400            'IP6FWD' and
16401            not 'SRv6' and
16402            not 'IPSEC' and
16403            not 'VHOST'"
16404   parameters:
16405   - "throughput"
16406   - "parent"
16407   - "tags"
16408   layout:
16409     title: ""  # No title
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 # Speedup - VPP IPv6 3n-skx-xxv710
16413 -
16414   type: "plot"
16415   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16416   algorithm: "plot_throughput_speedup_analysis"
16417   output-file-type: ".html"
16418   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16419   data: "plot-throughput-speedup-analysis-3n-skx"
16420   filter: "'NIC_Intel-XXV710' and
16421            '78B' and
16422            ('BASE' or 'SCALE') and
16423            'NDRPDR' and
16424            'IP6FWD' and
16425            not 'SRv6' and
16426            not 'IPSEC' and
16427            not 'VHOST'"
16428   parameters:
16429   - "throughput"
16430   - "parent"
16431   - "tags"
16432   layout:
16433     title: ""  # No title
16434     layout: "plot-throughput-speedup-analysis"
16435
16436 -
16437   type: "plot"
16438   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16439   algorithm: "plot_throughput_speedup_analysis"
16440   output-file-type: ".html"
16441   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16442   data: "plot-throughput-speedup-analysis-3n-skx"
16443   filter: "'NIC_Intel-XXV710' and
16444            '78B' and
16445            ('BASE' or 'SCALE') and
16446            'NDRPDR' and
16447            'IP6FWD' and
16448            not 'SRv6' and
16449            not 'IPSEC' and
16450            not 'VHOST'"
16451   parameters:
16452   - "throughput"
16453   - "parent"
16454   - "tags"
16455   layout:
16456     title: ""  # No title
16457     layout: "plot-throughput-speedup-analysis"
16458
16459 -
16460   type: "plot"
16461   title: "Speedup: ip6-3n-skx-xxv710-78b-features-ndr-tsa"
16462   algorithm: "plot_throughput_speedup_analysis"
16463   output-file-type: ".html"
16464   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-ndr-tsa"
16465   data: "plot-throughput-speedup-analysis-3n-skx"
16466   filter: "'NIC_Intel-XXV710' and
16467            '78B' and
16468            'FEATURE' and
16469            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16470            'NDRPDR' and
16471            'IP6FWD' and
16472            not 'SRv6' and
16473            not 'IPSEC' and
16474            not 'VHOST'"
16475   parameters:
16476   - "throughput"
16477   - "parent"
16478   - "tags"
16479   layout:
16480     title: ""  # No title
16481     layout: "plot-throughput-speedup-analysis"
16482
16483 -
16484   type: "plot"
16485   title: "Speedup: ip6-3n-skx-xxv710-78b-features-pdr-tsa"
16486   algorithm: "plot_throughput_speedup_analysis"
16487   output-file-type: ".html"
16488   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-pdr-tsa"
16489   data: "plot-throughput-speedup-analysis-3n-skx"
16490   filter: "'NIC_Intel-XXV710' and
16491            '78B' and
16492            'FEATURE' and
16493            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16494            'NDRPDR' and
16495            'IP6FWD' and
16496            not 'SRv6' and
16497            not 'IPSEC' and
16498            not 'VHOST'"
16499   parameters:
16500   - "throughput"
16501   - "parent"
16502   - "tags"
16503   layout:
16504     title: ""  # No title
16505     layout: "plot-throughput-speedup-analysis"
16506
16507 # Speedup - VPP IPv6 2n-skx-x710
16508 -
16509   type: "plot"
16510   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
16511   algorithm: "plot_throughput_speedup_analysis"
16512   output-file-type: ".html"
16513   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
16514   data: "plot-throughput-speedup-analysis-2n-skx"
16515   filter: "'NIC_Intel-X710' and
16516            '78B' and
16517            ('BASE' or 'SCALE') and
16518            'NDRPDR' and
16519            'IP6FWD' and
16520            not 'SRv6' and
16521            not 'IPSEC' and
16522            not 'VHOST'"
16523   parameters:
16524   - "throughput"
16525   - "parent"
16526   - "tags"
16527   layout:
16528     title: ""  # No title
16529     layout: "plot-throughput-speedup-analysis"
16530
16531 -
16532   type: "plot"
16533   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
16534   algorithm: "plot_throughput_speedup_analysis"
16535   output-file-type: ".html"
16536   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
16537   data: "plot-throughput-speedup-analysis-2n-skx"
16538   filter: "'NIC_Intel-X710' and
16539            '78B' and
16540            ('BASE' or 'SCALE') and
16541            'NDRPDR' and
16542            'IP6FWD' and
16543            not 'IPSEC' and
16544            not 'VHOST'"
16545   parameters:
16546   - "throughput"
16547   - "parent"
16548   - "tags"
16549   layout:
16550     title: ""  # No title
16551     layout: "plot-throughput-speedup-analysis"
16552
16553 -
16554   type: "plot"
16555   title: "Speedup: ip6-2n-skx-x710-78b-features-ndr-tsa"
16556   algorithm: "plot_throughput_speedup_analysis"
16557   output-file-type: ".html"
16558   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-ndr-tsa"
16559   data: "plot-throughput-speedup-analysis-2n-skx"
16560   filter: "'NIC_Intel-X710' and
16561            '78B' and
16562            'FEATURE' and
16563            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16564            'NDRPDR' and
16565            'IP6FWD' and
16566            not 'SRv6' and
16567            not 'IPSEC' and
16568            not 'VHOST'"
16569   parameters:
16570   - "throughput"
16571   - "parent"
16572   - "tags"
16573   layout:
16574     title: ""  # No title
16575     layout: "plot-throughput-speedup-analysis"
16576
16577 -
16578   type: "plot"
16579   title: "Speedup: ip6-2n-skx-x710-78b-features-pdr-tsa"
16580   algorithm: "plot_throughput_speedup_analysis"
16581   output-file-type: ".html"
16582   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-pdr-tsa"
16583   data: "plot-throughput-speedup-analysis-2n-skx"
16584   filter: "'NIC_Intel-X710' and
16585            '78B' and
16586            'FEATURE' and
16587            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16588            'NDRPDR' and
16589            'IP6FWD' and
16590            not 'SRv6' and
16591            not 'IPSEC' and
16592            not 'VHOST'"
16593   parameters:
16594   - "throughput"
16595   - "parent"
16596   - "tags"
16597   layout:
16598     title: ""  # No title
16599     layout: "plot-throughput-speedup-analysis"
16600
16601 # Speedup - VPP IPv6 2n-skx-xxv710
16602 -
16603   type: "plot"
16604   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16605   algorithm: "plot_throughput_speedup_analysis"
16606   output-file-type: ".html"
16607   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16608   data: "plot-throughput-speedup-analysis-2n-skx"
16609   filter: "'NIC_Intel-XXV710' and
16610            '78B' and
16611            ('BASE' or 'SCALE') and
16612            'NDRPDR' and
16613            'IP6FWD' and
16614            not 'SRv6' and
16615            not 'IPSEC' and
16616            not 'VHOST'"
16617   parameters:
16618   - "throughput"
16619   - "parent"
16620   - "tags"
16621   layout:
16622     title: ""  # No title
16623     layout: "plot-throughput-speedup-analysis"
16624
16625 -
16626   type: "plot"
16627   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16628   algorithm: "plot_throughput_speedup_analysis"
16629   output-file-type: ".html"
16630   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16631   data: "plot-throughput-speedup-analysis-2n-skx"
16632   filter: "'NIC_Intel-XXV710' and
16633            '78B' and
16634            ('BASE' or 'SCALE') and
16635            'NDRPDR' and
16636            'IP6FWD' and
16637            not 'SRv6' and
16638            not 'IPSEC' and
16639            not 'VHOST'"
16640   parameters:
16641   - "throughput"
16642   - "parent"
16643   - "tags"
16644   layout:
16645     title: ""  # No title
16646     layout: "plot-throughput-speedup-analysis"
16647
16648 -
16649   type: "plot"
16650   title: "Speedup: ip6-2n-skx-xxv710-78b-features-ndr-tsa"
16651   algorithm: "plot_throughput_speedup_analysis"
16652   output-file-type: ".html"
16653   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-ndr-tsa"
16654   data: "plot-throughput-speedup-analysis-2n-skx"
16655   filter: "'NIC_Intel-XXV710' and
16656            '78B' and
16657            'FEATURE' and
16658            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16659            'NDRPDR' and
16660            'IP6FWD' and
16661            not 'SRv6' and
16662            not 'IPSEC' and
16663            not 'VHOST'"
16664   parameters:
16665   - "throughput"
16666   - "parent"
16667   - "tags"
16668   layout:
16669     title: ""  # No title
16670     layout: "plot-throughput-speedup-analysis"
16671
16672 -
16673   type: "plot"
16674   title: "Speedup: ip6-2n-skx-xxv710-78b-features-pdr-tsa"
16675   algorithm: "plot_throughput_speedup_analysis"
16676   output-file-type: ".html"
16677   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-pdr-tsa"
16678   data: "plot-throughput-speedup-analysis-2n-skx"
16679   filter: "'NIC_Intel-XXV710' and
16680            '78B' and
16681            'FEATURE' and
16682            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16683            'NDRPDR' and
16684            'IP6FWD' and
16685            not 'SRv6' and
16686            not 'IPSEC' and
16687            not 'VHOST'"
16688   parameters:
16689   - "throughput"
16690   - "parent"
16691   - "tags"
16692   layout:
16693     title: ""  # No title
16694     layout: "plot-throughput-speedup-analysis"
16695
16696 ################################################################################
16697
16698 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
16699 -
16700   type: "plot"
16701   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16702   algorithm: "plot_throughput_speedup_analysis"
16703   output-file-type: ".html"
16704   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16705   data: "plot-throughput-speedup-analysis-3n-hsw"
16706   filter: "'NIC_Intel-X520-DA2' and
16707            '78B' and
16708            'ENCAP' and
16709            'NDRPDR' and
16710            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16711            not 'VHOST'"
16712   parameters:
16713   - "throughput"
16714   - "parent"
16715   - "tags"
16716   layout:
16717     title: ""  # No title
16718     layout: "plot-throughput-speedup-analysis"
16719
16720 -
16721   type: "plot"
16722   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16723   algorithm: "plot_throughput_speedup_analysis"
16724   output-file-type: ".html"
16725   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16726   data: "plot-throughput-speedup-analysis-3n-hsw"
16727   filter: "'NIC_Intel-X520-DA2' and
16728            '78B' and
16729            'ENCAP' and
16730            'NDRPDR' and
16731            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16732            not 'VHOST'"
16733   parameters:
16734   - "throughput"
16735   - "parent"
16736   - "tags"
16737   layout:
16738     title: ""  # No title
16739     layout: "plot-throughput-speedup-analysis"
16740
16741 ################################################################################
16742
16743 # Speedup - VPP IPSec 3n-hsw-xl710
16744 -
16745   type: "plot"
16746   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16747   algorithm: "plot_throughput_speedup_analysis"
16748   output-file-type: ".html"
16749   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16750   data: "plot-throughput-speedup-analysis-3n-hsw"
16751   filter: "'NIC_Intel-XL710' and
16752            '64B' and
16753            'IP4FWD' and
16754            'NDRPDR' and
16755            'IPSECHW' and
16756            ('IPSECTRAN' or 'IPSECTUN') and
16757            not 'VHOST'"
16758   parameters:
16759   - "throughput"
16760   - "parent"
16761   - "tags"
16762   layout:
16763     title: ""  # No title
16764     layout: "plot-throughput-speedup-analysis"
16765
16766 -
16767   type: "plot"
16768   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16769   algorithm: "plot_throughput_speedup_analysis"
16770   output-file-type: ".html"
16771   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16772   data: "plot-throughput-speedup-analysis-3n-hsw"
16773   filter: "'NIC_Intel-XL710' and
16774            '64B' and
16775            'IP4FWD' and
16776            'NDRPDR' and
16777            'IPSECHW' and
16778            ('IPSECTRAN' or 'IPSECTUN') and
16779            not 'VHOST'"
16780   parameters:
16781   - "throughput"
16782   - "parent"
16783   - "tags"
16784   layout:
16785     title: ""  # No title
16786     layout: "plot-throughput-speedup-analysis"
16787
16788 ################################################################################
16789
16790 # Speedup - VPP SRv6 3n-hsw-x520
16791 -
16792   type: "plot"
16793   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
16794   algorithm: "plot_throughput_speedup_analysis"
16795   output-file-type: ".html"
16796   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
16797   data: "plot-throughput-speedup-analysis-3n-hsw"
16798   filter: "'NIC_Intel-X520-DA2' and
16799            '78B' and
16800            'FEATURE' and
16801            'NDRPDR' and
16802            'IP6FWD' and
16803            'SRv6'"
16804   parameters:
16805   - "throughput"
16806   - "parent"
16807   - "tags"
16808   layout:
16809     title: ""  # No title
16810     layout: "plot-throughput-speedup-analysis"
16811
16812 -
16813   type: "plot"
16814   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
16815   algorithm: "plot_throughput_speedup_analysis"
16816   output-file-type: ".html"
16817   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
16818   data: "plot-throughput-speedup-analysis-3n-hsw"
16819   filter: "'NIC_Intel-X520-DA2' and
16820            '78B' and
16821            'FEATURE' and
16822            'NDRPDR' and
16823            'IP6FWD' and
16824            'SRv6'"
16825   parameters:
16826   - "throughput"
16827   - "parent"
16828   - "tags"
16829   layout:
16830     title: ""  # No title
16831     layout: "plot-throughput-speedup-analysis"
16832
16833 ################################################################################
16834
16835 # Speedup - VPP L2 3n-hsw-x520
16836 -
16837   type: "plot"
16838   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
16839   algorithm: "plot_throughput_speedup_analysis"
16840   output-file-type: ".html"
16841   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
16842   data: "plot-throughput-speedup-analysis-3n-hsw"
16843   filter: "'NIC_Intel-X520-DA2' and
16844            '64B' and
16845            ('BASE' or 'SCALE') and
16846            'NDRPDR' and
16847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16848            not 'VHOST' and
16849            not 'MEMIF'"
16850   parameters:
16851   - "throughput"
16852   - "parent"
16853   - "tags"
16854   layout:
16855     title: ""  # No title
16856     layout: "plot-throughput-speedup-analysis"
16857
16858 -
16859   type: "plot"
16860   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
16861   algorithm: "plot_throughput_speedup_analysis"
16862   output-file-type: ".html"
16863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
16864   data: "plot-throughput-speedup-analysis-3n-hsw"
16865   filter: "'NIC_Intel-X520-DA2' and
16866            '64B' and
16867            ('BASE' or 'SCALE') and
16868            'NDRPDR' and
16869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16870            not 'VHOST' and
16871            not 'MEMIF'"
16872   parameters:
16873   - "throughput"
16874   - "parent"
16875   - "tags"
16876   layout:
16877     title: ""  # No title
16878     layout: "plot-throughput-speedup-analysis"
16879
16880 -
16881   type: "plot"
16882   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
16883   algorithm: "plot_throughput_speedup_analysis"
16884   output-file-type: ".html"
16885   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
16886   data: "plot-throughput-speedup-analysis-3n-hsw"
16887   filter: "'NIC_Intel-X520-DA2' and
16888            '64B' and
16889            'FEATURE' and
16890            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16891            'NDRPDR' and
16892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16893            not 'VHOST' and
16894            not 'MEMIF'"
16895   parameters:
16896   - "throughput"
16897   - "parent"
16898   - "tags"
16899   layout:
16900     title: ""  # No title
16901     layout: "plot-throughput-speedup-analysis"
16902
16903 -
16904   type: "plot"
16905   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
16906   algorithm: "plot_throughput_speedup_analysis"
16907   output-file-type: ".html"
16908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
16909   data: "plot-throughput-speedup-analysis-3n-hsw"
16910   filter: "'NIC_Intel-X520-DA2' and
16911            '64B' and
16912            'FEATURE' and
16913            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16914            'NDRPDR' and
16915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16916            not 'VHOST' and
16917            not 'MEMIF'"
16918   parameters:
16919   - "throughput"
16920   - "parent"
16921   - "tags"
16922   layout:
16923     title: ""  # No title
16924     layout: "plot-throughput-speedup-analysis"
16925
16926 # Speedup - VPP L2 3n-hsw-x710
16927 -
16928   type: "plot"
16929   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
16930   algorithm: "plot_throughput_speedup_analysis"
16931   output-file-type: ".html"
16932   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
16933   data: "plot-throughput-speedup-analysis-3n-hsw"
16934   filter: "'NIC_Intel-X710' and
16935            '64B' and
16936            ('BASE' or 'SCALE') and
16937            'NDRPDR' and
16938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16939            not 'VHOST' and
16940            not 'MEMIF'"
16941   parameters:
16942   - "throughput"
16943   - "parent"
16944   - "tags"
16945   layout:
16946     title: ""  # No title
16947     layout: "plot-throughput-speedup-analysis"
16948
16949 -
16950   type: "plot"
16951   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
16952   algorithm: "plot_throughput_speedup_analysis"
16953   output-file-type: ".html"
16954   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
16955   data: "plot-throughput-speedup-analysis-3n-hsw"
16956   filter: "'NIC_Intel-X710' and
16957            '64B' and
16958            ('BASE' or 'SCALE') and
16959            'NDRPDR' and
16960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16961            not 'VHOST' and
16962            not 'MEMIF'"
16963   parameters:
16964   - "throughput"
16965   - "parent"
16966   - "tags"
16967   layout:
16968     title: ""  # No title
16969     layout: "plot-throughput-speedup-analysis"
16970
16971 -
16972   type: "plot"
16973   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
16974   algorithm: "plot_throughput_speedup_analysis"
16975   output-file-type: ".html"
16976   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
16977   data: "plot-throughput-speedup-analysis-3n-hsw"
16978   filter: "'NIC_Intel-X710' and
16979            '64B' and
16980            'FEATURE' and
16981            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16982            'NDRPDR' and
16983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16984            not 'VHOST' and
16985            not 'MEMIF'"
16986   parameters:
16987   - "throughput"
16988   - "parent"
16989   - "tags"
16990   layout:
16991     title: ""  # No title
16992     layout: "plot-throughput-speedup-analysis"
16993
16994 -
16995   type: "plot"
16996   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
16997   algorithm: "plot_throughput_speedup_analysis"
16998   output-file-type: ".html"
16999   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
17000   data: "plot-throughput-speedup-analysis-3n-hsw"
17001   filter: "'NIC_Intel-X710' and
17002            '64B' and
17003            'FEATURE' and
17004            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17005            'NDRPDR' and
17006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17007            not 'VHOST' and
17008            not 'MEMIF'"
17009   parameters:
17010   - "throughput"
17011   - "parent"
17012   - "tags"
17013   layout:
17014     title: ""  # No title
17015     layout: "plot-throughput-speedup-analysis"
17016
17017 # Speedup - VPP L2 3n-hsw-xl710
17018 -
17019   type: "plot"
17020   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17021   algorithm: "plot_throughput_speedup_analysis"
17022   output-file-type: ".html"
17023   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17024   data: "plot-throughput-speedup-analysis-3n-hsw"
17025   filter: "'NIC_Intel-XL710' and
17026            '64B' and
17027            ('BASE' or 'SCALE') and
17028            'NDRPDR' and
17029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17030            not 'VHOST' and
17031            not 'MEMIF'"
17032   parameters:
17033   - "throughput"
17034   - "parent"
17035   - "tags"
17036   layout:
17037     title: ""  # No title
17038     layout: "plot-throughput-speedup-analysis"
17039
17040 -
17041   type: "plot"
17042   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17043   algorithm: "plot_throughput_speedup_analysis"
17044   output-file-type: ".html"
17045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17046   data: "plot-throughput-speedup-analysis-3n-hsw"
17047   filter: "'NIC_Intel-XL710' and
17048            '64B' and
17049            ('BASE' or 'SCALE') and
17050            'NDRPDR' and
17051            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17052            not 'VHOST' and
17053            not 'MEMIF'"
17054   parameters:
17055   - "throughput"
17056   - "parent"
17057   - "tags"
17058   layout:
17059     title: ""  # No title
17060     layout: "plot-throughput-speedup-analysis"
17061
17062 # Speedup - VPP L2 3n-skx-x710
17063 -
17064   type: "plot"
17065   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
17066   algorithm: "plot_throughput_speedup_analysis"
17067   output-file-type: ".html"
17068   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
17069   data: "plot-throughput-speedup-analysis-3n-skx"
17070   filter: "'NIC_Intel-X710' and
17071            '64B' and
17072            ('BASE' or 'SCALE') and
17073            'NDRPDR' and
17074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17075            not 'VHOST' and
17076            not 'MEMIF'"
17077   parameters:
17078   - "throughput"
17079   - "parent"
17080   - "tags"
17081   layout:
17082     title: ""  # No title
17083     layout: "plot-throughput-speedup-analysis"
17084
17085 -
17086   type: "plot"
17087   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
17088   algorithm: "plot_throughput_speedup_analysis"
17089   output-file-type: ".html"
17090   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
17091   data: "plot-throughput-speedup-analysis-3n-skx"
17092   filter: "'NIC_Intel-X710' and
17093            '64B' and
17094            ('BASE' or 'SCALE') and
17095            'NDRPDR' and
17096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17097            not 'VHOST' and
17098            not 'MEMIF'"
17099   parameters:
17100   - "throughput"
17101   - "parent"
17102   - "tags"
17103   layout:
17104     title: ""  # No title
17105     layout: "plot-throughput-speedup-analysis"
17106
17107 -
17108   type: "plot"
17109   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
17110   algorithm: "plot_throughput_speedup_analysis"
17111   output-file-type: ".html"
17112   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
17113   data: "plot-throughput-speedup-analysis-3n-skx"
17114   filter: "'NIC_Intel-X710' and
17115            '64B' and
17116            'FEATURE' and
17117            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17118            'NDRPDR' and
17119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17120            not 'VHOST' and
17121            not 'MEMIF'"
17122   parameters:
17123   - "throughput"
17124   - "parent"
17125   - "tags"
17126   layout:
17127     title: ""  # No title
17128     layout: "plot-throughput-speedup-analysis"
17129
17130 -
17131   type: "plot"
17132   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
17133   algorithm: "plot_throughput_speedup_analysis"
17134   output-file-type: ".html"
17135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
17136   data: "plot-throughput-speedup-analysis-3n-skx"
17137   filter: "'NIC_Intel-X710' and
17138            '64B' and
17139            'FEATURE' and
17140            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17141            'NDRPDR' and
17142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17143            not 'VHOST' and
17144            not 'MEMIF'"
17145   parameters:
17146   - "throughput"
17147   - "parent"
17148   - "tags"
17149   layout:
17150     title: ""  # No title
17151     layout: "plot-throughput-speedup-analysis"
17152
17153 # Speedup - VPP L2 3n-skx-xxv710
17154 -
17155   type: "plot"
17156   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17157   algorithm: "plot_throughput_speedup_analysis"
17158   output-file-type: ".html"
17159   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17160   data: "plot-throughput-speedup-analysis-3n-skx"
17161   filter: "'NIC_Intel-XXV710' and
17162            '64B' and
17163            ('BASE' or 'SCALE') and
17164            'NDRPDR' and
17165            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17166            not 'VHOST' and
17167            not 'MEMIF'"
17168   parameters:
17169   - "throughput"
17170   - "parent"
17171   - "tags"
17172   layout:
17173     title: ""  # No title
17174     layout: "plot-throughput-speedup-analysis"
17175
17176 -
17177   type: "plot"
17178   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17179   algorithm: "plot_throughput_speedup_analysis"
17180   output-file-type: ".html"
17181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17182   data: "plot-throughput-speedup-analysis-3n-skx"
17183   filter: "'NIC_Intel-XXV710' and
17184            '64B' and
17185            ('BASE' or 'SCALE') and
17186            'NDRPDR' and
17187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17188            not 'VHOST' and
17189            not 'MEMIF'"
17190   parameters:
17191   - "throughput"
17192   - "parent"
17193   - "tags"
17194   layout:
17195     title: ""  # No title
17196     layout: "plot-throughput-speedup-analysis"
17197
17198 -
17199   type: "plot"
17200   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
17201   algorithm: "plot_throughput_speedup_analysis"
17202   output-file-type: ".html"
17203   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
17204   data: "plot-throughput-speedup-analysis-3n-skx"
17205   filter: "'NIC_Intel-XXV710' and
17206            '64B' and
17207            'FEATURE' and
17208            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17209            'NDRPDR' and
17210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17211            not 'VHOST' and
17212            not 'MEMIF'"
17213   parameters:
17214   - "throughput"
17215   - "parent"
17216   - "tags"
17217   layout:
17218     title: ""  # No title
17219     layout: "plot-throughput-speedup-analysis"
17220
17221 -
17222   type: "plot"
17223   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
17224   algorithm: "plot_throughput_speedup_analysis"
17225   output-file-type: ".html"
17226   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
17227   data: "plot-throughput-speedup-analysis-3n-skx"
17228   filter: "'NIC_Intel-XXV710' and
17229            '64B' and
17230            'FEATURE' and
17231            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17232            'NDRPDR' and
17233            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17234            not 'VHOST' and
17235            not 'MEMIF'"
17236   parameters:
17237   - "throughput"
17238   - "parent"
17239   - "tags"
17240   layout:
17241     title: ""  # No title
17242     layout: "plot-throughput-speedup-analysis"
17243
17244 # Speedup - VPP L2 2n-skx-x710
17245 -
17246   type: "plot"
17247   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
17248   algorithm: "plot_throughput_speedup_analysis"
17249   output-file-type: ".html"
17250   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
17251   data: "plot-throughput-speedup-analysis-2n-skx"
17252   filter: "'NIC_Intel-X710' and
17253            '64B' and
17254            ('BASE' or 'SCALE') and
17255            'NDRPDR' and
17256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17257            not 'VHOST' and
17258            not 'MEMIF'"
17259   parameters:
17260   - "throughput"
17261   - "parent"
17262   - "tags"
17263   layout:
17264     title: ""  # No title
17265     layout: "plot-throughput-speedup-analysis"
17266
17267 -
17268   type: "plot"
17269   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
17270   algorithm: "plot_throughput_speedup_analysis"
17271   output-file-type: ".html"
17272   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
17273   data: "plot-throughput-speedup-analysis-2n-skx"
17274   filter: "'NIC_Intel-X710' and
17275            '64B' and
17276            ('BASE' or 'SCALE') and
17277            'NDRPDR' and
17278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17279            not 'VHOST' and
17280            not 'MEMIF'"
17281   parameters:
17282   - "throughput"
17283   - "parent"
17284   - "tags"
17285   layout:
17286     title: ""  # No title
17287     layout: "plot-throughput-speedup-analysis"
17288
17289 -
17290   type: "plot"
17291   title: "Speedup: l2sw-2n-skx-x710-64b-features-ndr-tsa"
17292   algorithm: "plot_throughput_speedup_analysis"
17293   output-file-type: ".html"
17294   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-ndr-tsa"
17295   data: "plot-throughput-speedup-analysis-2n-skx"
17296   filter: "'NIC_Intel-X710' and
17297            '64B' and
17298            'FEATURE' and
17299            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17300            'NDRPDR' and
17301            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17302            not 'VHOST' and
17303            not 'MEMIF'"
17304   parameters:
17305   - "throughput"
17306   - "parent"
17307   - "tags"
17308   layout:
17309     title: ""  # No title
17310     layout: "plot-throughput-speedup-analysis"
17311
17312 -
17313   type: "plot"
17314   title: "Speedup: l2sw-2n-skx-x710-64b-features-pdr-tsa"
17315   algorithm: "plot_throughput_speedup_analysis"
17316   output-file-type: ".html"
17317   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-pdr-tsa"
17318   data: "plot-throughput-speedup-analysis-2n-skx"
17319   filter: "'NIC_Intel-X710' and
17320            '64B' and
17321            'FEATURE' and
17322            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17323            'NDRPDR' and
17324            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17325            not 'VHOST' and
17326            not 'MEMIF'"
17327   parameters:
17328   - "throughput"
17329   - "parent"
17330   - "tags"
17331   layout:
17332     title: ""  # No title
17333     layout: "plot-throughput-speedup-analysis"
17334
17335 # Speedup - VPP L2 2n-skx-xxv710
17336 -
17337   type: "plot"
17338   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17339   algorithm: "plot_throughput_speedup_analysis"
17340   output-file-type: ".html"
17341   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17342   data: "plot-throughput-speedup-analysis-2n-skx"
17343   filter: "'NIC_Intel-XXV710' and
17344            '64B' and
17345            ('BASE' or 'SCALE') and
17346            'NDRPDR' and
17347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17348            not 'VHOST' and
17349            not 'MEMIF'"
17350   parameters:
17351   - "throughput"
17352   - "parent"
17353   - "tags"
17354   layout:
17355     title: ""  # No title
17356     layout: "plot-throughput-speedup-analysis"
17357
17358 -
17359   type: "plot"
17360   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17361   algorithm: "plot_throughput_speedup_analysis"
17362   output-file-type: ".html"
17363   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17364   data: "plot-throughput-speedup-analysis-2n-skx"
17365   filter: "'NIC_Intel-XXV710' and
17366            '64B' and
17367            ('BASE' or 'SCALE') and
17368            'NDRPDR' and
17369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17370            not 'VHOST' and
17371            not 'MEMIF'"
17372   parameters:
17373   - "throughput"
17374   - "parent"
17375   - "tags"
17376   layout:
17377     title: ""  # No title
17378     layout: "plot-throughput-speedup-analysis"
17379
17380 -
17381   type: "plot"
17382   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
17383   algorithm: "plot_throughput_speedup_analysis"
17384   output-file-type: ".html"
17385   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
17386   data: "plot-throughput-speedup-analysis-2n-skx"
17387   filter: "'NIC_Intel-XXV710' and
17388            '64B' and
17389            'FEATURE' and
17390            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17391            'NDRPDR' and
17392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17393            not 'VHOST' and
17394            not 'MEMIF'"
17395   parameters:
17396   - "throughput"
17397   - "parent"
17398   - "tags"
17399   layout:
17400     title: ""  # No title
17401     layout: "plot-throughput-speedup-analysis"
17402
17403 -
17404   type: "plot"
17405   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
17406   algorithm: "plot_throughput_speedup_analysis"
17407   output-file-type: ".html"
17408   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
17409   data: "plot-throughput-speedup-analysis-2n-skx"
17410   filter: "'NIC_Intel-XXV710' and
17411            '64B' and
17412            'FEATURE' and
17413            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17414            'NDRPDR' and
17415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17416            not 'VHOST' and
17417            not 'MEMIF'"
17418   parameters:
17419   - "throughput"
17420   - "parent"
17421   - "tags"
17422   layout:
17423     title: ""  # No title
17424     layout: "plot-throughput-speedup-analysis"
17425
17426 ################################################################################
17427
17428 # Speedup - VPP vhost ip4 3n-hsw-x520
17429 -
17430   type: "plot"
17431   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17432   algorithm: "plot_throughput_speedup_analysis"
17433   output-file-type: ".html"
17434   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17435   data: "plot-throughput-speedup-analysis-3n-hsw"
17436   filter: "'NIC_Intel-X520-DA2' and
17437            '64B' and
17438            'NDRPDR' and
17439            'VHOST' and
17440            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17441   parameters:
17442   - "throughput"
17443   - "parent"
17444   - "tags"
17445   layout:
17446     title: ""  # No title
17447     layout: "plot-throughput-speedup-analysis"
17448
17449 -
17450   type: "plot"
17451   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17452   algorithm: "plot_throughput_speedup_analysis"
17453   output-file-type: ".html"
17454   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17455   data: "plot-throughput-speedup-analysis-3n-hsw"
17456   filter: "'NIC_Intel-X520-DA2' and
17457            '64B' and
17458            'NDRPDR' and
17459            'VHOST' and
17460            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17461   parameters:
17462   - "throughput"
17463   - "parent"
17464   - "tags"
17465   layout:
17466     title: ""  # No title
17467     layout: "plot-throughput-speedup-analysis"
17468
17469 # Speedup - VPP vhost l2sw 3n-hsw-x520
17470 -
17471   type: "plot"
17472   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17473   algorithm: "plot_throughput_speedup_analysis"
17474   output-file-type: ".html"
17475   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17476   data: "plot-throughput-speedup-analysis-3n-hsw"
17477   filter: "'NIC_Intel-X520-DA2' and
17478            '64B' and
17479            'NDRPDR' and
17480            'VHOST' and
17481            not 'VXLAN' and
17482            not 'IP4FWD' and
17483            not 'DOT1Q' and
17484            not '2VM'"
17485   parameters:
17486   - "throughput"
17487   - "parent"
17488   - "tags"
17489   layout:
17490     title: ""  # No title
17491     layout: "plot-throughput-speedup-analysis"
17492
17493 -
17494   type: "plot"
17495   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17496   algorithm: "plot_throughput_speedup_analysis"
17497   output-file-type: ".html"
17498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17499   data: "plot-throughput-speedup-analysis-3n-hsw"
17500   filter: "'NIC_Intel-X520-DA2' and
17501            '64B' and
17502            'NDRPDR' and
17503            'VHOST' and
17504            not 'VXLAN' and
17505            not 'IP4FWD' and
17506            not 'DOT1Q' and
17507            not '2VM'"
17508   parameters:
17509   - "throughput"
17510   - "parent"
17511   - "tags"
17512   layout:
17513     title: ""  # No title
17514     layout: "plot-throughput-speedup-analysis"
17515
17516 # Speedup - VPP vhost ip4 3n-hsw-x710
17517 -
17518   type: "plot"
17519   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17520   algorithm: "plot_throughput_speedup_analysis"
17521   output-file-type: ".html"
17522   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17523   data: "plot-throughput-speedup-analysis-3n-hsw"
17524   filter: "'NIC_Intel-X710' and
17525            '64B' and
17526            'NDRPDR' and
17527            'VHOST' and
17528            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17529   parameters:
17530   - "throughput"
17531   - "parent"
17532   - "tags"
17533   layout:
17534     title: ""  # No title
17535     layout: "plot-throughput-speedup-analysis"
17536
17537 -
17538   type: "plot"
17539   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17540   algorithm: "plot_throughput_speedup_analysis"
17541   output-file-type: ".html"
17542   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17543   data: "plot-throughput-speedup-analysis-3n-hsw"
17544   filter: "'NIC_Intel-X710' and
17545            '64B' and
17546            'NDRPDR' and
17547            'VHOST' and
17548            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17549   parameters:
17550   - "throughput"
17551   - "parent"
17552   - "tags"
17553   layout:
17554     title: ""  # No title
17555     layout: "plot-throughput-speedup-analysis"
17556
17557 # Speedup - VPP vhost l2sw 3n-hsw-x710
17558 -
17559   type: "plot"
17560   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17561   algorithm: "plot_throughput_speedup_analysis"
17562   output-file-type: ".html"
17563   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17564   data: "plot-throughput-speedup-analysis-3n-hsw"
17565   filter: "'NIC_Intel-X710' and
17566            '64B' and
17567            'NDRPDR' and
17568            'VHOST' and
17569            not 'VXLAN' and
17570            not 'IP4FWD' and
17571            not 'DOT1Q' and
17572            not '2VM'"
17573   parameters:
17574   - "throughput"
17575   - "parent"
17576   - "tags"
17577   layout:
17578     title: ""  # No title
17579     layout: "plot-throughput-speedup-analysis"
17580
17581 -
17582   type: "plot"
17583   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17584   algorithm: "plot_throughput_speedup_analysis"
17585   output-file-type: ".html"
17586   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17587   data: "plot-throughput-speedup-analysis-3n-hsw"
17588   filter: "'NIC_Intel-X710' and
17589            '64B' and
17590            'NDRPDR' and
17591            'VHOST' and
17592            not 'VXLAN' and
17593            not 'IP4FWD' and
17594            not 'DOT1Q' and
17595            not '2VM'"
17596   parameters:
17597   - "throughput"
17598   - "parent"
17599   - "tags"
17600   layout:
17601     title: ""  # No title
17602     layout: "plot-throughput-speedup-analysis"
17603
17604 # Speedup - VPP vhost ip4 3n-hsw-xl710
17605 -
17606   type: "plot"
17607   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17608   algorithm: "plot_throughput_speedup_analysis"
17609   output-file-type: ".html"
17610   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17611   data: "plot-throughput-speedup-analysis-3n-hsw"
17612   filter: "'NIC_Intel-XL710' and
17613            '64B' and
17614            'NDRPDR' and
17615            'VHOST' and
17616            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17617   parameters:
17618   - "throughput"
17619   - "parent"
17620   - "tags"
17621   layout:
17622     title: ""  # No title
17623     layout: "plot-throughput-speedup-analysis"
17624
17625 -
17626   type: "plot"
17627   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17628   algorithm: "plot_throughput_speedup_analysis"
17629   output-file-type: ".html"
17630   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17631   data: "plot-throughput-speedup-analysis-3n-hsw"
17632   filter: "'NIC_Intel-XL710' and
17633            '64B' and
17634            'NDRPDR' and
17635            'VHOST' and
17636            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17637   parameters:
17638   - "throughput"
17639   - "parent"
17640   - "tags"
17641   layout:
17642     title: ""  # No title
17643     layout: "plot-throughput-speedup-analysis"
17644
17645 # Speedup - VPP vhost l2sw 3n-hsw-xl710
17646 -
17647   type: "plot"
17648   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17649   algorithm: "plot_throughput_speedup_analysis"
17650   output-file-type: ".html"
17651   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17652   data: "plot-throughput-speedup-analysis-3n-hsw"
17653   filter: "'NIC_Intel-XL710' and
17654            '64B' and
17655            'NDRPDR' and
17656            'VHOST' and
17657            not 'VXLAN' and
17658            not 'IP4FWD' and
17659            not 'DOT1Q' and
17660            not '2VM'"
17661   parameters:
17662   - "throughput"
17663   - "parent"
17664   - "tags"
17665   layout:
17666     title: ""  # No title
17667     layout: "plot-throughput-speedup-analysis"
17668
17669 -
17670   type: "plot"
17671   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17672   algorithm: "plot_throughput_speedup_analysis"
17673   output-file-type: ".html"
17674   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17675   data: "plot-throughput-speedup-analysis-3n-hsw"
17676   filter: "'NIC_Intel-XL710' and
17677            '64B' and
17678            'NDRPDR' and
17679            'VHOST' and
17680            not 'VXLAN' and
17681            not 'IP4FWD' and
17682            not 'DOT1Q' and
17683            not '2VM'"
17684   parameters:
17685   - "throughput"
17686   - "parent"
17687   - "tags"
17688   layout:
17689     title: ""  # No title
17690     layout: "plot-throughput-speedup-analysis"