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 # Packet Throughput - VPP L2 2n-skx-xxv710
3704 -
3705   type: "plot"
3706   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3707   algorithm: "plot_performance_box"
3708   output-file-type: ".html"
3709   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3710   data: "plot-vpp-throughput-latency-2n-skx"
3711   filter: "'NIC_Intel-XXV710' and
3712            '64B' and
3713            ('BASE' or 'SCALE') and
3714            'NDRPDR' and
3715            '2T1C' and
3716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3717            not 'VHOST' and
3718            not 'MEMIF'"
3719   parameters:
3720   - "throughput"
3721   - "parent"
3722   traces:
3723     hoverinfo: "x+y"
3724     boxpoints: "outliers"
3725     whiskerwidth: 0
3726   layout:
3727     title: ""  # No title
3728     layout: "plot-throughput"
3729
3730 -
3731   type: "plot"
3732   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3733   algorithm: "plot_performance_box"
3734   output-file-type: ".html"
3735   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3736   data: "plot-vpp-throughput-latency-2n-skx"
3737   filter: "'NIC_Intel-XXV710' and
3738            '64B' and
3739            ('BASE' or 'SCALE') and
3740            'NDRPDR' and
3741            '2T1C' and
3742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3743            not 'VHOST' and
3744            not 'MEMIF'"
3745   parameters:
3746   - "throughput"
3747   - "parent"
3748   traces:
3749     hoverinfo: "x+y"
3750     boxpoints: "outliers"
3751     whiskerwidth: 0
3752   layout:
3753     title: ""  # No title
3754     layout: "plot-throughput"
3755
3756 -
3757   type: "plot"
3758   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3759   algorithm: "plot_performance_box"
3760   output-file-type: ".html"
3761   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3762   data: "plot-vpp-throughput-latency-2n-skx"
3763   filter: "'NIC_Intel-XXV710' and
3764            '64B' and
3765            ('BASE' or 'SCALE') and
3766            'NDRPDR' and
3767            '4T2C' and
3768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3769            not 'VHOST' and
3770            not 'MEMIF'"
3771   parameters:
3772   - "throughput"
3773   - "parent"
3774   traces:
3775     hoverinfo: "x+y"
3776     boxpoints: "outliers"
3777     whiskerwidth: 0
3778   layout:
3779     title: ""  # No title
3780     layout: "plot-throughput"
3781
3782 -
3783   type: "plot"
3784   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3785   algorithm: "plot_performance_box"
3786   output-file-type: ".html"
3787   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3788   data: "plot-vpp-throughput-latency-2n-skx"
3789   filter: "'NIC_Intel-XXV710' and
3790            '64B' and
3791            ('BASE' or 'SCALE') and
3792            'NDRPDR' and
3793            '4T2C' and
3794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3795            not 'VHOST' and
3796            not 'MEMIF'"
3797   parameters:
3798   - "throughput"
3799   - "parent"
3800   traces:
3801     hoverinfo: "x+y"
3802     boxpoints: "outliers"
3803     whiskerwidth: 0
3804   layout:
3805     title: ""  # No title
3806     layout: "plot-throughput"
3807
3808 ################################################################################
3809
3810 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3811 -
3812   type: "plot"
3813   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3814   algorithm: "plot_performance_box"
3815   output-file-type: ".html"
3816   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3817   data: "plot-vpp-throughput-latency-3n-hsw"
3818   filter: "'NIC_Intel-X520-DA2' and
3819            '64B' and
3820            ('BASE' or 'SCALE') and
3821            'NDRPDR' and
3822            '1T1C' and
3823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3824            not 'VHOST' and
3825            'MEMIF'"
3826   parameters:
3827   - "throughput"
3828   - "parent"
3829   traces:
3830     hoverinfo: "x+y"
3831     boxpoints: "outliers"
3832     whiskerwidth: 0
3833   layout:
3834     title: ""  # No title
3835     layout: "plot-throughput"
3836
3837 -
3838   type: "plot"
3839   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3840   algorithm: "plot_performance_box"
3841   output-file-type: ".html"
3842   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3843   data: "plot-vpp-throughput-latency-3n-hsw"
3844   filter: "'NIC_Intel-X520-DA2' and
3845            '64B' and
3846            ('BASE' or 'SCALE') and
3847            'NDRPDR' and
3848            '1T1C' and
3849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3850            not 'VHOST' and
3851            'MEMIF'"
3852   parameters:
3853   - "throughput"
3854   - "parent"
3855   traces:
3856     hoverinfo: "x+y"
3857     boxpoints: "outliers"
3858     whiskerwidth: 0
3859   layout:
3860     title: ""  # No title
3861     layout: "plot-throughput"
3862
3863 -
3864   type: "plot"
3865   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3866   algorithm: "plot_performance_box"
3867   output-file-type: ".html"
3868   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3869   data: "plot-vpp-throughput-latency-3n-hsw"
3870   filter: "'NIC_Intel-X520-DA2' and
3871            '64B' and
3872            ('BASE' or 'SCALE') and
3873            'NDRPDR' and
3874            '2T2C' and
3875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3876            not 'VHOST' and
3877            'MEMIF'"
3878   parameters:
3879   - "throughput"
3880   - "parent"
3881   traces:
3882     hoverinfo: "x+y"
3883     boxpoints: "outliers"
3884     whiskerwidth: 0
3885   layout:
3886     title: ""  # No title
3887     layout: "plot-throughput"
3888
3889 -
3890   type: "plot"
3891   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3892   algorithm: "plot_performance_box"
3893   output-file-type: ".html"
3894   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3895   data: "plot-vpp-throughput-latency-3n-hsw"
3896   filter: "'NIC_Intel-X520-DA2' and
3897            '64B' and
3898            ('BASE' or 'SCALE') and
3899            'NDRPDR' and
3900            '2T2C' and
3901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3902            not 'VHOST' and
3903            'MEMIF'"
3904   parameters:
3905   - "throughput"
3906   - "parent"
3907   traces:
3908     hoverinfo: "x+y"
3909     boxpoints: "outliers"
3910     whiskerwidth: 0
3911   layout:
3912     title: ""  # No title
3913     layout: "plot-throughput"
3914
3915 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3916 -
3917   type: "plot"
3918   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3919   algorithm: "plot_performance_box"
3920   output-file-type: ".html"
3921   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3922   data: "plot-vpp-throughput-latency-3n-hsw"
3923   filter: "'NIC_Intel-X710' and
3924            '64B' and
3925            ('BASE' or 'SCALE') and
3926            'NDRPDR' and
3927            '1T1C' and
3928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3929            not 'VHOST' and
3930            'MEMIF'"
3931   parameters:
3932   - "throughput"
3933   - "parent"
3934   traces:
3935     hoverinfo: "x+y"
3936     boxpoints: "outliers"
3937     whiskerwidth: 0
3938   layout:
3939     title: ""  # No title
3940     layout: "plot-throughput"
3941
3942 -
3943   type: "plot"
3944   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3945   algorithm: "plot_performance_box"
3946   output-file-type: ".html"
3947   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3948   data: "plot-vpp-throughput-latency-3n-hsw"
3949   filter: "'NIC_Intel-X710' and
3950            '64B' and
3951            ('BASE' or 'SCALE') and
3952            'NDRPDR' and
3953            '1T1C' and
3954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3955            not 'VHOST' and
3956            'MEMIF'"
3957   parameters:
3958   - "throughput"
3959   - "parent"
3960   traces:
3961     hoverinfo: "x+y"
3962     boxpoints: "outliers"
3963     whiskerwidth: 0
3964   layout:
3965     title: ""  # No title
3966     layout: "plot-throughput"
3967
3968 -
3969   type: "plot"
3970   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3971   algorithm: "plot_performance_box"
3972   output-file-type: ".html"
3973   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3974   data: "plot-vpp-throughput-latency-3n-hsw"
3975   filter: "'NIC_Intel-X710' and
3976            '64B' and
3977            ('BASE' or 'SCALE') and
3978            'NDRPDR' and
3979            '2T2C' and
3980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3981            not 'VHOST' and
3982            'MEMIF'"
3983   parameters:
3984   - "throughput"
3985   - "parent"
3986   traces:
3987     hoverinfo: "x+y"
3988     boxpoints: "outliers"
3989     whiskerwidth: 0
3990   layout:
3991     title: ""  # No title
3992     layout: "plot-throughput"
3993
3994 -
3995   type: "plot"
3996   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3997   algorithm: "plot_performance_box"
3998   output-file-type: ".html"
3999   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4000   data: "plot-vpp-throughput-latency-3n-hsw"
4001   filter: "'NIC_Intel-X710' and
4002            '64B' and
4003            ('BASE' or 'SCALE') and
4004            'NDRPDR' and
4005            '2T2C' and
4006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4007            not 'VHOST' and
4008            'MEMIF'"
4009   parameters:
4010   - "throughput"
4011   - "parent"
4012   traces:
4013     hoverinfo: "x+y"
4014     boxpoints: "outliers"
4015     whiskerwidth: 0
4016   layout:
4017     title: ""  # No title
4018     layout: "plot-throughput"
4019
4020 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4021 -
4022   type: "plot"
4023   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4024   algorithm: "plot_performance_box"
4025   output-file-type: ".html"
4026   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4027   data: "plot-vpp-throughput-latency-3n-hsw"
4028   filter: "'NIC_Intel-XL710' and
4029            '64B' and
4030            ('BASE' or 'SCALE') and
4031            'NDRPDR' and
4032            '1T1C' and
4033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4034            not 'VHOST' and
4035            'MEMIF'"
4036   parameters:
4037   - "throughput"
4038   - "parent"
4039   traces:
4040     hoverinfo: "x+y"
4041     boxpoints: "outliers"
4042     whiskerwidth: 0
4043   layout:
4044     title: ""  # No title
4045     layout: "plot-throughput"
4046
4047 -
4048   type: "plot"
4049   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4050   algorithm: "plot_performance_box"
4051   output-file-type: ".html"
4052   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4053   data: "plot-vpp-throughput-latency-3n-hsw"
4054   filter: "'NIC_Intel-XL710' and
4055            '64B' and
4056            ('BASE' or 'SCALE') and
4057            'NDRPDR' and
4058            '1T1C' and
4059            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4060            not 'VHOST' and
4061            'MEMIF'"
4062   parameters:
4063   - "throughput"
4064   - "parent"
4065   traces:
4066     hoverinfo: "x+y"
4067     boxpoints: "outliers"
4068     whiskerwidth: 0
4069   layout:
4070     title: ""  # No title
4071     layout: "plot-throughput"
4072
4073 -
4074   type: "plot"
4075   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4076   algorithm: "plot_performance_box"
4077   output-file-type: ".html"
4078   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4079   data: "plot-vpp-throughput-latency-3n-hsw"
4080   filter: "'NIC_Intel-XL710' and
4081            '64B' and
4082            ('BASE' or 'SCALE') and
4083            'NDRPDR' and
4084            '2T2C' and
4085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4086            not 'VHOST' and
4087            'MEMIF'"
4088   parameters:
4089   - "throughput"
4090   - "parent"
4091   traces:
4092     hoverinfo: "x+y"
4093     boxpoints: "outliers"
4094     whiskerwidth: 0
4095   layout:
4096     title: ""  # No title
4097     layout: "plot-throughput"
4098
4099 -
4100   type: "plot"
4101   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4102   algorithm: "plot_performance_box"
4103   output-file-type: ".html"
4104   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4105   data: "plot-vpp-throughput-latency-3n-hsw"
4106   filter: "'NIC_Intel-XL710' and
4107            '64B' and
4108            ('BASE' or 'SCALE') and
4109            'NDRPDR' and
4110            '2T2C' and
4111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4112            not 'VHOST' and
4113            'MEMIF'"
4114   parameters:
4115   - "throughput"
4116   - "parent"
4117   traces:
4118     hoverinfo: "x+y"
4119     boxpoints: "outliers"
4120     whiskerwidth: 0
4121   layout:
4122     title: ""  # No title
4123     layout: "plot-throughput"
4124
4125 # Packet Throughput - VPP Container Memif 3n-skx-x710
4126 -
4127   type: "plot"
4128   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4129   algorithm: "plot_performance_box"
4130   output-file-type: ".html"
4131   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4132   data: "plot-vpp-throughput-latency-3n-skx"
4133   filter: "'NIC_Intel-X710' and
4134            '64B' and
4135            ('BASE' or 'SCALE') and
4136            'NDRPDR' and
4137            '2T1C' and
4138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4139            not 'VHOST' and
4140            'MEMIF'"
4141   parameters:
4142   - "throughput"
4143   - "parent"
4144   traces:
4145     hoverinfo: "x+y"
4146     boxpoints: "outliers"
4147     whiskerwidth: 0
4148   layout:
4149     title: ""  # No title
4150     layout: "plot-throughput"
4151
4152 -
4153   type: "plot"
4154   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4155   algorithm: "plot_performance_box"
4156   output-file-type: ".html"
4157   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4158   data: "plot-vpp-throughput-latency-3n-skx"
4159   filter: "'NIC_Intel-X710' and
4160            '64B' and
4161            ('BASE' or 'SCALE') and
4162            'NDRPDR' and
4163            '2T1C' and
4164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4165            not 'VHOST' and
4166             'MEMIF'"
4167   parameters:
4168   - "throughput"
4169   - "parent"
4170   traces:
4171     hoverinfo: "x+y"
4172     boxpoints: "outliers"
4173     whiskerwidth: 0
4174   layout:
4175     title: ""  # No title
4176     layout: "plot-throughput"
4177
4178 -
4179   type: "plot"
4180   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4181   algorithm: "plot_performance_box"
4182   output-file-type: ".html"
4183   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4184   data: "plot-vpp-throughput-latency-3n-skx"
4185   filter: "'NIC_Intel-X710' and
4186            '64B' and
4187            ('BASE' or 'SCALE') and
4188            'NDRPDR' and
4189            '4T2C' and
4190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4191            not 'VHOST' and
4192            'MEMIF'"
4193   parameters:
4194   - "throughput"
4195   - "parent"
4196   traces:
4197     hoverinfo: "x+y"
4198     boxpoints: "outliers"
4199     whiskerwidth: 0
4200   layout:
4201     title: ""  # No title
4202     layout: "plot-throughput"
4203
4204 -
4205   type: "plot"
4206   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4207   algorithm: "plot_performance_box"
4208   output-file-type: ".html"
4209   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4210   data: "plot-vpp-throughput-latency-3n-skx"
4211   filter: "'NIC_Intel-X710' and
4212            '64B' and
4213            ('BASE' or 'SCALE') and
4214            'NDRPDR' and
4215            '4T2C' and
4216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4217            not 'VHOST' and
4218            'MEMIF'"
4219   parameters:
4220   - "throughput"
4221   - "parent"
4222   traces:
4223     hoverinfo: "x+y"
4224     boxpoints: "outliers"
4225     whiskerwidth: 0
4226   layout:
4227     title: ""  # No title
4228     layout: "plot-throughput"
4229
4230 # Packet Throughput - VPP Container Memif 3n-skx-xxv710
4231 -
4232   type: "plot"
4233   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4234   algorithm: "plot_performance_box"
4235   output-file-type: ".html"
4236   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4237   data: "plot-vpp-throughput-latency-3n-skx"
4238   filter: "'NIC_Intel-XXV710' and
4239            '64B' and
4240            ('BASE' or 'SCALE') and
4241            'NDRPDR' and
4242            '2T1C' and
4243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4244            not 'VHOST' and
4245            'MEMIF'"
4246   parameters:
4247   - "throughput"
4248   - "parent"
4249   traces:
4250     hoverinfo: "x+y"
4251     boxpoints: "outliers"
4252     whiskerwidth: 0
4253   layout:
4254     title: ""  # No title
4255     layout: "plot-throughput"
4256
4257 -
4258   type: "plot"
4259   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4260   algorithm: "plot_performance_box"
4261   output-file-type: ".html"
4262   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4263   data: "plot-vpp-throughput-latency-3n-skx"
4264   filter: "'NIC_Intel-XXV710' and
4265            '64B' and
4266            ('BASE' or 'SCALE') and
4267            'NDRPDR' and
4268            '2T1C' and
4269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4270            not 'VHOST' and
4271            'MEMIF'"
4272   parameters:
4273   - "throughput"
4274   - "parent"
4275   traces:
4276     hoverinfo: "x+y"
4277     boxpoints: "outliers"
4278     whiskerwidth: 0
4279   layout:
4280     title: ""  # No title
4281     layout: "plot-throughput"
4282
4283 -
4284   type: "plot"
4285   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4286   algorithm: "plot_performance_box"
4287   output-file-type: ".html"
4288   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4289   data: "plot-vpp-throughput-latency-3n-skx"
4290   filter: "'NIC_Intel-XXV710' and
4291            '64B' and
4292            ('BASE' or 'SCALE') and
4293            'NDRPDR' and
4294            '4T2C' and
4295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4296            not 'VHOST' and
4297            'MEMIF'"
4298   parameters:
4299   - "throughput"
4300   - "parent"
4301   traces:
4302     hoverinfo: "x+y"
4303     boxpoints: "outliers"
4304     whiskerwidth: 0
4305   layout:
4306     title: ""  # No title
4307     layout: "plot-throughput"
4308
4309 -
4310   type: "plot"
4311   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4312   algorithm: "plot_performance_box"
4313   output-file-type: ".html"
4314   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4315   data: "plot-vpp-throughput-latency-3n-skx"
4316   filter: "'NIC_Intel-XXV710' and
4317            '64B' and
4318            ('BASE' or 'SCALE') and
4319            'NDRPDR' and
4320            '4T2C' and
4321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4322            not 'VHOST' and
4323            'MEMIF'"
4324   parameters:
4325   - "throughput"
4326   - "parent"
4327   traces:
4328     hoverinfo: "x+y"
4329     boxpoints: "outliers"
4330     whiskerwidth: 0
4331   layout:
4332     title: ""  # No title
4333     layout: "plot-throughput"
4334
4335 ################################################################################
4336
4337 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4338 -
4339   type: "plot"
4340   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4341   algorithm: "plot_performance_box"
4342   output-file-type: ".html"
4343   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4344   data: "plot-ligato-throughput-latency-3n-hsw"
4345   filter: "'NIC_Intel-X520-DA2' and
4346            '64B' and
4347            ('BASE' or 'SCALE') and
4348            'NDRPDR' and
4349            '1T1C' and
4350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4351            not 'VHOST' and
4352            'MEMIF'"
4353   parameters:
4354   - "throughput"
4355   - "parent"
4356   traces:
4357     hoverinfo: "x+y"
4358     boxpoints: "outliers"
4359     whiskerwidth: 0
4360   layout:
4361     title: ""  # No title
4362     layout: "plot-throughput"
4363
4364 -
4365   type: "plot"
4366   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4367   algorithm: "plot_performance_box"
4368   output-file-type: ".html"
4369   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4370   data: "plot-ligato-throughput-latency-3n-hsw"
4371   filter: "'NIC_Intel-X520-DA2' and
4372            '64B' and
4373            ('BASE' or 'SCALE') and
4374            'NDRPDR' and
4375            '1T1C' and
4376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4377            not 'VHOST' and
4378            'MEMIF'"
4379   parameters:
4380   - "throughput"
4381   - "parent"
4382   traces:
4383     hoverinfo: "x+y"
4384     boxpoints: "outliers"
4385     whiskerwidth: 0
4386   layout:
4387     title: ""  # No title
4388     layout: "plot-throughput"
4389
4390 -
4391   type: "plot"
4392   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4393   algorithm: "plot_performance_box"
4394   output-file-type: ".html"
4395   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4396   data: "plot-ligato-throughput-latency-3n-hsw"
4397   filter: "'NIC_Intel-X520-DA2' and
4398            '64B' and
4399            ('BASE' or 'SCALE') and
4400            'NDRPDR' and
4401            '2T2C' and
4402            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4403            not 'VHOST' and
4404            'MEMIF'"
4405   parameters:
4406   - "throughput"
4407   - "parent"
4408   traces:
4409     hoverinfo: "x+y"
4410     boxpoints: "outliers"
4411     whiskerwidth: 0
4412   layout:
4413     title: ""  # No title
4414     layout: "plot-throughput"
4415
4416 -
4417   type: "plot"
4418   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4419   algorithm: "plot_performance_box"
4420   output-file-type: ".html"
4421   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4422   data: "plot-ligato-throughput-latency-3n-hsw"
4423   filter: "'NIC_Intel-X520-DA2' and
4424            '64B' and
4425            ('BASE' or 'SCALE') and
4426            'NDRPDR' and
4427            '2T2C' and
4428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4429            not 'VHOST' and
4430            'MEMIF'"
4431   parameters:
4432   - "throughput"
4433   - "parent"
4434   traces:
4435     hoverinfo: "x+y"
4436     boxpoints: "outliers"
4437     whiskerwidth: 0
4438   layout:
4439     title: ""  # No title
4440     layout: "plot-throughput"
4441
4442 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4443 -
4444   type: "plot"
4445   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4446   algorithm: "plot_performance_box"
4447   output-file-type: ".html"
4448   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4449   data: "plot-ligato-throughput-latency-3n-hsw"
4450   filter: "'NIC_Intel-X710' and
4451            '64B' and
4452            ('BASE' or 'SCALE') and
4453            'NDRPDR' and
4454            '1T1C' and
4455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4456            not 'VHOST' and
4457            'MEMIF'"
4458   parameters:
4459   - "throughput"
4460   - "parent"
4461   traces:
4462     hoverinfo: "x+y"
4463     boxpoints: "outliers"
4464     whiskerwidth: 0
4465   layout:
4466     title: ""  # No title
4467     layout: "plot-throughput"
4468
4469 -
4470   type: "plot"
4471   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4472   algorithm: "plot_performance_box"
4473   output-file-type: ".html"
4474   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4475   data: "plot-ligato-throughput-latency-3n-hsw"
4476   filter: "'NIC_Intel-X710' and
4477            '64B' and
4478            ('BASE' or 'SCALE') and
4479            'NDRPDR' and
4480            '1T1C' and
4481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4482            not 'VHOST' and
4483            'MEMIF'"
4484   parameters:
4485   - "throughput"
4486   - "parent"
4487   traces:
4488     hoverinfo: "x+y"
4489     boxpoints: "outliers"
4490     whiskerwidth: 0
4491   layout:
4492     title: ""  # No title
4493     layout: "plot-throughput"
4494
4495 -
4496   type: "plot"
4497   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4498   algorithm: "plot_performance_box"
4499   output-file-type: ".html"
4500   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4501   data: "plot-ligato-throughput-latency-3n-hsw"
4502   filter: "'NIC_Intel-X710' and
4503            '64B' and
4504            ('BASE' or 'SCALE') and
4505            'NDRPDR' and
4506            '2T2C' and
4507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4508            not 'VHOST' and
4509            'MEMIF'"
4510   parameters:
4511   - "throughput"
4512   - "parent"
4513   traces:
4514     hoverinfo: "x+y"
4515     boxpoints: "outliers"
4516     whiskerwidth: 0
4517   layout:
4518     title: ""  # No title
4519     layout: "plot-throughput"
4520
4521 -
4522   type: "plot"
4523   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4524   algorithm: "plot_performance_box"
4525   output-file-type: ".html"
4526   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4527   data: "plot-ligato-throughput-latency-3n-hsw"
4528   filter: "'NIC_Intel-X710' and
4529            '64B' and
4530            ('BASE' or 'SCALE') and
4531            'NDRPDR' and
4532            '2T2C' and
4533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4534            not 'VHOST' and
4535            'MEMIF'"
4536   parameters:
4537   - "throughput"
4538   - "parent"
4539   traces:
4540     hoverinfo: "x+y"
4541     boxpoints: "outliers"
4542     whiskerwidth: 0
4543   layout:
4544     title: ""  # No title
4545     layout: "plot-throughput"
4546
4547 ################################################################################
4548
4549 # Packet Throughput - VPP IPv4 3n-hsw-x520
4550 -
4551   type: "plot"
4552   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4553   algorithm: "plot_performance_box"
4554   output-file-type: ".html"
4555   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4556   data: "plot-vpp-throughput-latency-3n-hsw"
4557   filter: "'NIC_Intel-X520-DA2' and
4558            '64B' and
4559            ('BASE' or 'SCALE') and
4560            'NDRPDR' and
4561            '1T1C' and
4562            'IP4FWD' and
4563            not 'IPSEC' and
4564            not 'VHOST'"
4565   parameters:
4566   - "throughput"
4567   - "parent"
4568   traces:
4569     hoverinfo: "x+y"
4570     boxpoints: "outliers"
4571     whiskerwidth: 0
4572   layout:
4573     title: ""  # No title
4574     layout: "plot-throughput"
4575
4576 -
4577   type: "plot"
4578   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4579   algorithm: "plot_performance_box"
4580   output-file-type: ".html"
4581   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4582   data: "plot-vpp-throughput-latency-3n-hsw"
4583   filter: "'NIC_Intel-X520-DA2' and
4584            '64B' and
4585            ('BASE' or 'SCALE') and
4586            'NDRPDR' and
4587            '1T1C' and
4588            'IP4FWD' and
4589            not 'IPSEC' and
4590            not 'VHOST'"
4591   parameters:
4592   - "throughput"
4593   - "parent"
4594   traces:
4595     hoverinfo: "x+y"
4596     boxpoints: "outliers"
4597     whiskerwidth: 0
4598   layout:
4599     title: ""  # No title
4600     layout: "plot-throughput"
4601
4602 -
4603   type: "plot"
4604   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4605   algorithm: "plot_performance_box"
4606   output-file-type: ".html"
4607   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4608   data: "plot-vpp-throughput-latency-3n-hsw"
4609   filter: "'NIC_Intel-X520-DA2' and
4610            '64B' and
4611            ('BASE' or 'SCALE') and
4612            'NDRPDR' and
4613            '2T2C' and
4614            'IP4FWD' and
4615            not 'IPSEC' and
4616            not 'VHOST'"
4617   parameters:
4618   - "throughput"
4619   - "parent"
4620   traces:
4621     hoverinfo: "x+y"
4622     boxpoints: "outliers"
4623     whiskerwidth: 0
4624   layout:
4625     title: ""  # No title
4626     layout: "plot-throughput"
4627
4628 -
4629   type: "plot"
4630   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4631   algorithm: "plot_performance_box"
4632   output-file-type: ".html"
4633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4634   data: "plot-vpp-throughput-latency-3n-hsw"
4635   filter: "'NIC_Intel-X520-DA2' and
4636            '64B' and
4637            ('BASE' or 'SCALE') and
4638            'NDRPDR' and
4639            '2T2C' and
4640            'IP4FWD' and
4641            not 'IPSEC' and
4642            not 'VHOST'"
4643   parameters:
4644   - "throughput"
4645   - "parent"
4646   traces:
4647     hoverinfo: "x+y"
4648     boxpoints: "outliers"
4649     whiskerwidth: 0
4650   layout:
4651     title: ""  # No title
4652     layout: "plot-throughput"
4653
4654 -
4655   type: "plot"
4656   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4657   algorithm: "plot_performance_box"
4658   output-file-type: ".html"
4659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4660   data: "plot-vpp-throughput-latency-3n-hsw"
4661   filter: "'NIC_Intel-X520-DA2' and
4662            '64B' and
4663            'FEATURE' and
4664            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4665            'NDRPDR' and
4666            '1T1C' and
4667            'IP4FWD' and
4668            not 'IPSEC' and
4669            not 'VHOST'"
4670   parameters:
4671   - "throughput"
4672   - "parent"
4673   traces:
4674     hoverinfo: "x+y"
4675     boxpoints: "outliers"
4676     whiskerwidth: 0
4677   layout:
4678     title: ""  # No title
4679     layout: "plot-throughput"
4680
4681 -
4682   type: "plot"
4683   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4684   algorithm: "plot_performance_box"
4685   output-file-type: ".html"
4686   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4687   data: "plot-vpp-throughput-latency-3n-hsw"
4688   filter: "'NIC_Intel-X520-DA2' and
4689            '64B' and
4690            'FEATURE' and
4691            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4692            'NDRPDR' and
4693            '1T1C' and
4694            'IP4FWD' and
4695            not 'IPSEC' and
4696            not 'VHOST'"
4697   parameters:
4698   - "throughput"
4699   - "parent"
4700   traces:
4701     hoverinfo: "x+y"
4702     boxpoints: "outliers"
4703     whiskerwidth: 0
4704   layout:
4705     title: ""  # No title
4706     layout: "plot-throughput"
4707
4708 -
4709   type: "plot"
4710   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4711   algorithm: "plot_performance_box"
4712   output-file-type: ".html"
4713   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4714   data: "plot-vpp-throughput-latency-3n-hsw"
4715   filter: "'NIC_Intel-X520-DA2' and
4716            '64B' and
4717            'FEATURE' and
4718            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4719            'NDRPDR' and
4720            '2T2C' and
4721            'IP4FWD' and
4722            not 'IPSEC' and
4723            not 'VHOST'"
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: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4738   algorithm: "plot_performance_box"
4739   output-file-type: ".html"
4740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4741   data: "plot-vpp-throughput-latency-3n-hsw"
4742   filter: "'NIC_Intel-X520-DA2' and
4743            '64B' and
4744            'FEATURE' and
4745            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4746            'NDRPDR' and
4747            '2T2C' and
4748            'IP4FWD' and
4749            not 'IPSEC' and
4750            not 'VHOST'"
4751   parameters:
4752   - "throughput"
4753   - "parent"
4754   traces:
4755     hoverinfo: "x+y"
4756     boxpoints: "outliers"
4757     whiskerwidth: 0
4758   layout:
4759     title: ""  # No title
4760     layout: "plot-throughput"
4761
4762 # Packet Throughput - VPP IPv4 3n-hsw-x710
4763 -
4764   type: "plot"
4765   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4766   algorithm: "plot_performance_box"
4767   output-file-type: ".html"
4768   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4769   data: "plot-vpp-throughput-latency-3n-hsw"
4770   filter: "'NIC_Intel-X710' and
4771            '64B' and
4772            ('BASE' or 'SCALE') and
4773            'NDRPDR' and
4774            '1T1C' and
4775            'IP4FWD' and
4776            not 'IPSEC' and
4777            not 'VHOST'"
4778   parameters:
4779   - "throughput"
4780   - "parent"
4781   traces:
4782     hoverinfo: "x+y"
4783     boxpoints: "outliers"
4784     whiskerwidth: 0
4785   layout:
4786     title: ""  # No title
4787     layout: "plot-throughput"
4788
4789 -
4790   type: "plot"
4791   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4792   algorithm: "plot_performance_box"
4793   output-file-type: ".html"
4794   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4795   data: "plot-vpp-throughput-latency-3n-hsw"
4796   filter: "'NIC_Intel-X710' and
4797            '64B' and
4798            ('BASE' or 'SCALE') and
4799            'NDRPDR' and
4800            '1T1C' and
4801            'IP4FWD' and
4802            not 'IPSEC' and
4803            not 'VHOST'"
4804   parameters:
4805   - "throughput"
4806   - "parent"
4807   traces:
4808     hoverinfo: "x+y"
4809     boxpoints: "outliers"
4810     whiskerwidth: 0
4811   layout:
4812     title: ""  # No title
4813     layout: "plot-throughput"
4814
4815 -
4816   type: "plot"
4817   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4818   algorithm: "plot_performance_box"
4819   output-file-type: ".html"
4820   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4821   data: "plot-vpp-throughput-latency-3n-hsw"
4822   filter: "'NIC_Intel-X710' and
4823            '64B' and
4824            ('BASE' or 'SCALE') and
4825            'NDRPDR' and
4826            '2T2C' and
4827            'IP4FWD' and
4828            not 'IPSEC' and
4829            not 'VHOST'"
4830   parameters:
4831   - "throughput"
4832   - "parent"
4833   traces:
4834     hoverinfo: "x+y"
4835     boxpoints: "outliers"
4836     whiskerwidth: 0
4837   layout:
4838     title: ""  # No title
4839     layout: "plot-throughput"
4840
4841 -
4842   type: "plot"
4843   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4844   algorithm: "plot_performance_box"
4845   output-file-type: ".html"
4846   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4847   data: "plot-vpp-throughput-latency-3n-hsw"
4848   filter: "'NIC_Intel-X710' and
4849            '64B' and
4850            ('BASE' or 'SCALE') and
4851            'NDRPDR' and
4852            '2T2C' and
4853            'IP4FWD' and
4854            not 'IPSEC' and
4855            not 'VHOST'"
4856   parameters:
4857   - "throughput"
4858   - "parent"
4859   traces:
4860     hoverinfo: "x+y"
4861     boxpoints: "outliers"
4862     whiskerwidth: 0
4863   layout:
4864     title: ""  # No title
4865     layout: "plot-throughput"
4866
4867 -
4868   type: "plot"
4869   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4870   algorithm: "plot_performance_box"
4871   output-file-type: ".html"
4872   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4873   data: "plot-vpp-throughput-latency-3n-hsw"
4874   filter: "'NIC_Intel-X710' and
4875            '64B' and
4876            'FEATURE' and
4877            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4878            'NDRPDR' and
4879            '1T1C' and
4880            'IP4FWD' and
4881            not 'IPSEC' and
4882            not 'VHOST'"
4883   parameters:
4884   - "throughput"
4885   - "parent"
4886   traces:
4887     hoverinfo: "x+y"
4888     boxpoints: "outliers"
4889     whiskerwidth: 0
4890   layout:
4891     title: ""  # No title
4892     layout: "plot-throughput"
4893
4894 -
4895   type: "plot"
4896   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4897   algorithm: "plot_performance_box"
4898   output-file-type: ".html"
4899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4900   data: "plot-vpp-throughput-latency-3n-hsw"
4901   filter: "'NIC_Intel-X710' and
4902            '64B' and
4903            'FEATURE' and
4904            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4905            'NDRPDR' and
4906            '1T1C' and
4907            'IP4FWD' and
4908            not 'IPSEC' and
4909            not 'VHOST'"
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: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4924   algorithm: "plot_performance_box"
4925   output-file-type: ".html"
4926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4927   data: "plot-vpp-throughput-latency-3n-hsw"
4928   filter: "'NIC_Intel-X710' and
4929            '64B' and
4930            'FEATURE' and
4931            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4932            'NDRPDR' and
4933            '2T2C' and
4934            'IP4FWD' and
4935            not 'IPSEC' and
4936            not 'VHOST'"
4937   parameters:
4938   - "throughput"
4939   - "parent"
4940   traces:
4941     hoverinfo: "x+y"
4942     boxpoints: "outliers"
4943     whiskerwidth: 0
4944   layout:
4945     title: ""  # No title
4946     layout: "plot-throughput"
4947
4948 -
4949   type: "plot"
4950   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4951   algorithm: "plot_performance_box"
4952   output-file-type: ".html"
4953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4954   data: "plot-vpp-throughput-latency-3n-hsw"
4955   filter: "'NIC_Intel-X710' and
4956            '64B' and
4957            'FEATURE' and
4958            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4959            'NDRPDR' and
4960            '2T2C' and
4961            'IP4FWD' and
4962            not 'IPSEC' and
4963            not 'VHOST'"
4964   parameters:
4965   - "throughput"
4966   - "parent"
4967   traces:
4968     hoverinfo: "x+y"
4969     boxpoints: "outliers"
4970     whiskerwidth: 0
4971   layout:
4972     title: ""  # No title
4973     layout: "plot-throughput"
4974
4975 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4976 -
4977   type: "plot"
4978   title: "VPP Throughput: ip4-3n-hsw-xl710-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-xl710-64b-1t1c-base_and_scale-ndr"
4982   data: "plot-vpp-throughput-latency-3n-hsw"
4983   filter: "'NIC_Intel-XL710' 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-xl710-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-xl710-64b-1t1c-base_and_scale-pdr"
5008   data: "plot-vpp-throughput-latency-3n-hsw"
5009   filter: "'NIC_Intel-XL710' 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-xl710-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-xl710-64b-2t2c-base_and_scale-ndr"
5034   data: "plot-vpp-throughput-latency-3n-hsw"
5035   filter: "'NIC_Intel-XL710' 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-xl710-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-xl710-64b-2t2c-base_and_scale-pdr"
5060   data: "plot-vpp-throughput-latency-3n-hsw"
5061   filter: "'NIC_Intel-XL710' 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 # Packet Throughput - VPP IPv4 3n-skx-x710
5081 -
5082   type: "plot"
5083   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5084   algorithm: "plot_performance_box"
5085   output-file-type: ".html"
5086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5087   data: "plot-vpp-throughput-latency-3n-skx"
5088   filter: "'NIC_Intel-X710' and
5089            '64B' and
5090            ('BASE' or 'SCALE') and
5091            'NDRPDR' and
5092            '2T1C' and
5093            'IP4FWD' and
5094            not 'IPSEC' and
5095            not 'VHOST'"
5096   parameters:
5097   - "throughput"
5098   - "parent"
5099   traces:
5100     hoverinfo: "x+y"
5101     boxpoints: "outliers"
5102     whiskerwidth: 0
5103   layout:
5104     title: ""  # No title
5105     layout: "plot-throughput"
5106
5107 -
5108   type: "plot"
5109   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5110   algorithm: "plot_performance_box"
5111   output-file-type: ".html"
5112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5113   data: "plot-vpp-throughput-latency-3n-skx"
5114   filter: "'NIC_Intel-X710' and
5115            '64B' and
5116            ('BASE' or 'SCALE') and
5117            'NDRPDR' and
5118            '2T1C' and
5119            'IP4FWD' and
5120            not 'IPSEC' and
5121            not 'VHOST'"
5122   parameters:
5123   - "throughput"
5124   - "parent"
5125   traces:
5126     hoverinfo: "x+y"
5127     boxpoints: "outliers"
5128     whiskerwidth: 0
5129   layout:
5130     title: ""  # No title
5131     layout: "plot-throughput"
5132
5133 -
5134   type: "plot"
5135   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5136   algorithm: "plot_performance_box"
5137   output-file-type: ".html"
5138   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5139   data: "plot-vpp-throughput-latency-3n-skx"
5140   filter: "'NIC_Intel-X710' and
5141            '64B' and
5142            ('BASE' or 'SCALE') and
5143            'NDRPDR' and
5144            '4T2C' and
5145            'IP4FWD' and
5146            not 'IPSEC' and
5147            not 'VHOST'"
5148   parameters:
5149   - "throughput"
5150   - "parent"
5151   traces:
5152     hoverinfo: "x+y"
5153     boxpoints: "outliers"
5154     whiskerwidth: 0
5155   layout:
5156     title: ""  # No title
5157     layout: "plot-throughput"
5158
5159 -
5160   type: "plot"
5161   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5162   algorithm: "plot_performance_box"
5163   output-file-type: ".html"
5164   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5165   data: "plot-vpp-throughput-latency-3n-skx"
5166   filter: "'NIC_Intel-X710' and
5167            '64B' and
5168            ('BASE' or 'SCALE') and
5169            'NDRPDR' and
5170            '4T2C' and
5171            'IP4FWD' and
5172            not 'IPSEC' and
5173            not 'VHOST'"
5174   parameters:
5175   - "throughput"
5176   - "parent"
5177   traces:
5178     hoverinfo: "x+y"
5179     boxpoints: "outliers"
5180     whiskerwidth: 0
5181   layout:
5182     title: ""  # No title
5183     layout: "plot-throughput"
5184
5185 -
5186   type: "plot"
5187   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5188   algorithm: "plot_performance_box"
5189   output-file-type: ".html"
5190   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5191   data: "plot-vpp-throughput-latency-3n-skx"
5192   filter: "'NIC_Intel-X710' and
5193            '64B' and
5194            'FEATURE' and
5195            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5196            'NDRPDR' and
5197            '2T1C' and
5198            'IP4FWD' and
5199            not 'IPSEC' and
5200            not 'VHOST'"
5201   parameters:
5202   - "throughput"
5203   - "parent"
5204   traces:
5205     hoverinfo: "x+y"
5206     boxpoints: "outliers"
5207     whiskerwidth: 0
5208   layout:
5209     title: ""  # No title
5210     layout: "plot-throughput"
5211
5212 -
5213   type: "plot"
5214   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5215   algorithm: "plot_performance_box"
5216   output-file-type: ".html"
5217   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5218   data: "plot-vpp-throughput-latency-3n-skx"
5219   filter: "'NIC_Intel-X710' and
5220            '64B' and
5221            'FEATURE' and
5222            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5223            'NDRPDR' and
5224            '2T1C' and
5225            'IP4FWD' and
5226            not 'IPSEC' and
5227            not 'VHOST'"
5228   parameters:
5229   - "throughput"
5230   - "parent"
5231   traces:
5232     hoverinfo: "x+y"
5233     boxpoints: "outliers"
5234     whiskerwidth: 0
5235   layout:
5236     title: ""  # No title
5237     layout: "plot-throughput"
5238
5239 -
5240   type: "plot"
5241   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5242   algorithm: "plot_performance_box"
5243   output-file-type: ".html"
5244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5245   data: "plot-vpp-throughput-latency-3n-skx"
5246   filter: "'NIC_Intel-X710' and
5247            '64B' and
5248            'FEATURE' and
5249            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5250            'NDRPDR' and
5251            '4T2C' and
5252            'IP4FWD' and
5253            not 'IPSEC' and
5254            not 'VHOST'"
5255   parameters:
5256   - "throughput"
5257   - "parent"
5258   traces:
5259     hoverinfo: "x+y"
5260     boxpoints: "outliers"
5261     whiskerwidth: 0
5262   layout:
5263     title: ""  # No title
5264     layout: "plot-throughput"
5265
5266 -
5267   type: "plot"
5268   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5269   algorithm: "plot_performance_box"
5270   output-file-type: ".html"
5271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5272   data: "plot-vpp-throughput-latency-3n-skx"
5273   filter: "'NIC_Intel-X710' and
5274            '64B' and
5275            'FEATURE' and
5276            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5277            'NDRPDR' and
5278            '4T2C' and
5279            'IP4FWD' and
5280            not 'IPSEC' and
5281            not 'VHOST'"
5282   parameters:
5283   - "throughput"
5284   - "parent"
5285   traces:
5286     hoverinfo: "x+y"
5287     boxpoints: "outliers"
5288     whiskerwidth: 0
5289   layout:
5290     title: ""  # No title
5291     layout: "plot-throughput"
5292
5293 # Packet Throughput - VPP IPv4 3n-skx-xxv710
5294 -
5295   type: "plot"
5296   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5297   algorithm: "plot_performance_box"
5298   output-file-type: ".html"
5299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5300   data: "plot-vpp-throughput-latency-3n-skx"
5301   filter: "'NIC_Intel-XXV710' and
5302            '64B' and
5303            ('BASE' or 'SCALE') and
5304            'NDRPDR' and
5305            '2T1C' and
5306            'IP4FWD' and
5307            not 'IPSEC' and
5308            not 'VHOST'"
5309   parameters:
5310   - "throughput"
5311   - "parent"
5312   traces:
5313     hoverinfo: "x+y"
5314     boxpoints: "outliers"
5315     whiskerwidth: 0
5316   layout:
5317     title: ""  # No title
5318     layout: "plot-throughput"
5319
5320 -
5321   type: "plot"
5322   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5323   algorithm: "plot_performance_box"
5324   output-file-type: ".html"
5325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5326   data: "plot-vpp-throughput-latency-3n-skx"
5327   filter: "'NIC_Intel-XXV710' and
5328            '64B' and
5329            ('BASE' or 'SCALE') and
5330            'NDRPDR' and
5331            '2T1C' and
5332            'IP4FWD' and
5333            not 'IPSEC' and
5334            not 'VHOST'"
5335   parameters:
5336   - "throughput"
5337   - "parent"
5338   traces:
5339     hoverinfo: "x+y"
5340     boxpoints: "outliers"
5341     whiskerwidth: 0
5342   layout:
5343     title: ""  # No title
5344     layout: "plot-throughput"
5345
5346 -
5347   type: "plot"
5348   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5349   algorithm: "plot_performance_box"
5350   output-file-type: ".html"
5351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5352   data: "plot-vpp-throughput-latency-3n-skx"
5353   filter: "'NIC_Intel-XXV710' and
5354            '64B' and
5355            ('BASE' or 'SCALE') and
5356            'NDRPDR' and
5357            '4T2C' and
5358            'IP4FWD' and
5359            not 'IPSEC' and
5360            not 'VHOST'"
5361   parameters:
5362   - "throughput"
5363   - "parent"
5364   traces:
5365     hoverinfo: "x+y"
5366     boxpoints: "outliers"
5367     whiskerwidth: 0
5368   layout:
5369     title: ""  # No title
5370     layout: "plot-throughput"
5371
5372 -
5373   type: "plot"
5374   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5375   algorithm: "plot_performance_box"
5376   output-file-type: ".html"
5377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5378   data: "plot-vpp-throughput-latency-3n-skx"
5379   filter: "'NIC_Intel-XXV710' and
5380            '64B' and
5381            ('BASE' or 'SCALE') and
5382            'NDRPDR' and
5383            '4T2C' and
5384            'IP4FWD' and
5385            not 'IPSEC' and
5386            not 'VHOST'"
5387   parameters:
5388   - "throughput"
5389   - "parent"
5390   traces:
5391     hoverinfo: "x+y"
5392     boxpoints: "outliers"
5393     whiskerwidth: 0
5394   layout:
5395     title: ""  # No title
5396     layout: "plot-throughput"
5397
5398 -
5399   type: "plot"
5400   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5401   algorithm: "plot_performance_box"
5402   output-file-type: ".html"
5403   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5404   data: "plot-vpp-throughput-latency-3n-skx"
5405   filter: "'NIC_Intel-XXV710' and
5406            '64B' and
5407            'FEATURE' and
5408            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5409            'NDRPDR' and
5410            '2T1C' and
5411            'IP4FWD' and
5412            not 'IPSEC' and
5413            not 'VHOST'"
5414   parameters:
5415   - "throughput"
5416   - "parent"
5417   traces:
5418     hoverinfo: "x+y"
5419     boxpoints: "outliers"
5420     whiskerwidth: 0
5421   layout:
5422     title: ""  # No title
5423     layout: "plot-throughput"
5424
5425 -
5426   type: "plot"
5427   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5428   algorithm: "plot_performance_box"
5429   output-file-type: ".html"
5430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5431   data: "plot-vpp-throughput-latency-3n-skx"
5432   filter: "'NIC_Intel-XXV710' and
5433            '64B' and
5434            'FEATURE' and
5435            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5436            'NDRPDR' and
5437            '2T1C' and
5438            'IP4FWD' and
5439            not 'IPSEC' and
5440            not 'VHOST'"
5441   parameters:
5442   - "throughput"
5443   - "parent"
5444   traces:
5445     hoverinfo: "x+y"
5446     boxpoints: "outliers"
5447     whiskerwidth: 0
5448   layout:
5449     title: ""  # No title
5450     layout: "plot-throughput"
5451
5452 -
5453   type: "plot"
5454   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5455   algorithm: "plot_performance_box"
5456   output-file-type: ".html"
5457   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5458   data: "plot-vpp-throughput-latency-3n-skx"
5459   filter: "'NIC_Intel-XXV710' and
5460            '64B' and
5461            'FEATURE' and
5462            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5463            'NDRPDR' and
5464            '4T2C' and
5465            'IP4FWD' and
5466            not 'IPSEC' and
5467            not 'VHOST'"
5468   parameters:
5469   - "throughput"
5470   - "parent"
5471   traces:
5472     hoverinfo: "x+y"
5473     boxpoints: "outliers"
5474     whiskerwidth: 0
5475   layout:
5476     title: ""  # No title
5477     layout: "plot-throughput"
5478
5479 -
5480   type: "plot"
5481   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5482   algorithm: "plot_performance_box"
5483   output-file-type: ".html"
5484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5485   data: "plot-vpp-throughput-latency-3n-skx"
5486   filter: "'NIC_Intel-XXV710' and
5487            '64B' and
5488            'FEATURE' and
5489            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5490            'NDRPDR' and
5491            '4T2C' and
5492            'IP4FWD' and
5493            not 'IPSEC' and
5494            not 'VHOST'"
5495   parameters:
5496   - "throughput"
5497   - "parent"
5498   traces:
5499     hoverinfo: "x+y"
5500     boxpoints: "outliers"
5501     whiskerwidth: 0
5502   layout:
5503     title: ""  # No title
5504     layout: "plot-throughput"
5505
5506 # Packet Throughput - VPP IPv4 2n-skx-x710
5507 -
5508   type: "plot"
5509   title: "VPP Throughput: ip4-2n-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-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5513   data: "plot-vpp-throughput-latency-2n-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-2n-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-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5539   data: "plot-vpp-throughput-latency-2n-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-2n-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-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5565   data: "plot-vpp-throughput-latency-2n-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-2n-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-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5591   data: "plot-vpp-throughput-latency-2n-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 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5612 -
5613   type: "plot"
5614   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5615   algorithm: "plot_performance_box"
5616   output-file-type: ".html"
5617   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5618   data: "plot-vpp-throughput-latency-2n-skx"
5619   filter: "'NIC_Intel-XXV710' and
5620            '64B' and
5621            ('BASE' or 'SCALE') 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-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5641   algorithm: "plot_performance_box"
5642   output-file-type: ".html"
5643   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5644   data: "plot-vpp-throughput-latency-2n-skx"
5645   filter: "'NIC_Intel-XXV710' and
5646            '64B' and
5647            ('BASE' or 'SCALE') and
5648            'NDRPDR' and
5649            '2T1C' and
5650            'IP4FWD' and
5651            not 'IPSEC' and
5652            not 'VHOST'"
5653   parameters:
5654   - "throughput"
5655   - "parent"
5656   traces:
5657     hoverinfo: "x+y"
5658     boxpoints: "outliers"
5659     whiskerwidth: 0
5660   layout:
5661     title: ""  # No title
5662     layout: "plot-throughput"
5663
5664 -
5665   type: "plot"
5666   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5667   algorithm: "plot_performance_box"
5668   output-file-type: ".html"
5669   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5670   data: "plot-vpp-throughput-latency-2n-skx"
5671   filter: "'NIC_Intel-XXV710' and
5672            '64B' and
5673            ('BASE' or 'SCALE') and
5674            'NDRPDR' and
5675            '4T2C' and
5676            'IP4FWD' and
5677            not 'IPSEC' and
5678            not 'VHOST'"
5679   parameters:
5680   - "throughput"
5681   - "parent"
5682   traces:
5683     hoverinfo: "x+y"
5684     boxpoints: "outliers"
5685     whiskerwidth: 0
5686   layout:
5687     title: ""  # No title
5688     layout: "plot-throughput"
5689
5690 -
5691   type: "plot"
5692   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5693   algorithm: "plot_performance_box"
5694   output-file-type: ".html"
5695   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5696   data: "plot-vpp-throughput-latency-2n-skx"
5697   filter: "'NIC_Intel-XXV710' and
5698            '64B' and
5699            ('BASE' or 'SCALE') and
5700            'NDRPDR' and
5701            '4T2C' and
5702            'IP4FWD' and
5703            not 'IPSEC' and
5704            not 'VHOST'"
5705   parameters:
5706   - "throughput"
5707   - "parent"
5708   traces:
5709     hoverinfo: "x+y"
5710     boxpoints: "outliers"
5711     whiskerwidth: 0
5712   layout:
5713     title: ""  # No title
5714     layout: "plot-throughput"
5715
5716 ################################################################################
5717
5718 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5719 -
5720   type: "plot"
5721   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5722   algorithm: "plot_performance_box"
5723   output-file-type: ".html"
5724   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5725   data: "plot-vpp-throughput-latency-3n-hsw"
5726   filter: "'NIC_Intel-X520-DA2' and
5727            '64B' and
5728            'ENCAP' and
5729            'NDRPDR' and
5730            '1T1C' and
5731            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5732            not 'VHOST' and
5733            not 'IPSECHW'"
5734   parameters:
5735   - "throughput"
5736   - "parent"
5737   traces:
5738     hoverinfo: "x+y"
5739     boxpoints: "outliers"
5740     whiskerwidth: 0
5741   layout:
5742     title: ""  # No title
5743     layout: "plot-throughput"
5744
5745 -
5746   type: "plot"
5747   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5748   algorithm: "plot_performance_box"
5749   output-file-type: ".html"
5750   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5751   data: "plot-vpp-throughput-latency-3n-hsw"
5752   filter: "'NIC_Intel-X520-DA2' and
5753            '64B' and
5754            'ENCAP' and
5755            'NDRPDR' and
5756            '1T1C' and
5757            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5758            not 'VHOST' and
5759            not 'IPSECHW'"
5760   parameters:
5761   - "throughput"
5762   - "parent"
5763   traces:
5764     hoverinfo: "x+y"
5765     boxpoints: "outliers"
5766     whiskerwidth: 0
5767   layout:
5768     title: ""  # No title
5769     layout: "plot-throughput"
5770
5771 -
5772   type: "plot"
5773   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5774   algorithm: "plot_performance_box"
5775   output-file-type: ".html"
5776   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5777   data: "plot-vpp-throughput-latency-3n-hsw"
5778   filter: "'NIC_Intel-X520-DA2' and
5779            '64B' and
5780            'ENCAP' and
5781            'NDRPDR' and
5782            '2T2C' and
5783            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5784            not 'VHOST' and
5785            not 'IPSECHW'"
5786   parameters:
5787   - "throughput"
5788   - "parent"
5789   traces:
5790     hoverinfo: "x+y"
5791     boxpoints: "outliers"
5792     whiskerwidth: 0
5793   layout:
5794     title: ""  # No title
5795     layout: "plot-throughput"
5796
5797 -
5798   type: "plot"
5799   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5800   algorithm: "plot_performance_box"
5801   output-file-type: ".html"
5802   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5803   data: "plot-vpp-throughput-latency-3n-hsw"
5804   filter: "'NIC_Intel-X520-DA2' and
5805            '64B' and
5806            'ENCAP' and
5807            'NDRPDR' and
5808            '2T2C' and
5809            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5810            not 'VHOST' and
5811            not 'IPSECHW'"
5812   parameters:
5813   - "throughput"
5814   - "parent"
5815   traces:
5816     hoverinfo: "x+y"
5817     boxpoints: "outliers"
5818     whiskerwidth: 0
5819   layout:
5820     title: ""  # No title
5821     layout: "plot-throughput"
5822
5823 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5824 -
5825   type: "plot"
5826   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5827   algorithm: "plot_performance_box"
5828   output-file-type: ".html"
5829   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5830   data: "plot-vpp-throughput-latency-3n-hsw"
5831   filter: "'NIC_Intel-X710' and
5832            '64B' and
5833            'ENCAP' and
5834            'NDRPDR' and
5835            '1T1C' and
5836            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5837            not 'VHOST' and
5838            not 'IPSECHW'"
5839   parameters:
5840   - "throughput"
5841   - "parent"
5842   traces:
5843     hoverinfo: "x+y"
5844     boxpoints: "outliers"
5845     whiskerwidth: 0
5846   layout:
5847     title: ""  # No title
5848     layout: "plot-throughput"
5849
5850 -
5851   type: "plot"
5852   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5853   algorithm: "plot_performance_box"
5854   output-file-type: ".html"
5855   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5856   data: "plot-vpp-throughput-latency-3n-hsw"
5857   filter: "'NIC_Intel-X710' and
5858            '64B' and
5859            'ENCAP' and
5860            'NDRPDR' and
5861            '1T1C' and
5862            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5863            not 'VHOST' and
5864            not 'IPSECHW'"
5865   parameters:
5866   - "throughput"
5867   - "parent"
5868   traces:
5869     hoverinfo: "x+y"
5870     boxpoints: "outliers"
5871     whiskerwidth: 0
5872   layout:
5873     title: ""  # No title
5874     layout: "plot-throughput"
5875
5876 -
5877   type: "plot"
5878   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5879   algorithm: "plot_performance_box"
5880   output-file-type: ".html"
5881   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5882   data: "plot-vpp-throughput-latency-3n-hsw"
5883   filter: "'NIC_Intel-X710' and
5884            '64B' and
5885            'ENCAP' and
5886            'NDRPDR' and
5887            '2T2C' and
5888            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5889            not 'VHOST' and
5890            not 'IPSECHW'"
5891   parameters:
5892   - "throughput"
5893   - "parent"
5894   traces:
5895     hoverinfo: "x+y"
5896     boxpoints: "outliers"
5897     whiskerwidth: 0
5898   layout:
5899     title: ""  # No title
5900     layout: "plot-throughput"
5901
5902 -
5903   type: "plot"
5904   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5905   algorithm: "plot_performance_box"
5906   output-file-type: ".html"
5907   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5908   data: "plot-vpp-throughput-latency-3n-hsw"
5909   filter: "'NIC_Intel-X710' and
5910            '64B' and
5911            'ENCAP' and
5912            'NDRPDR' and
5913            '2T2C' and
5914            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5915            not 'VHOST' and
5916            not 'IPSECHW'"
5917   parameters:
5918   - "throughput"
5919   - "parent"
5920   traces:
5921     hoverinfo: "x+y"
5922     boxpoints: "outliers"
5923     whiskerwidth: 0
5924   layout:
5925     title: ""  # No title
5926     layout: "plot-throughput"
5927
5928 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5929 -
5930   type: "plot"
5931   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5932   algorithm: "plot_performance_box"
5933   output-file-type: ".html"
5934   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5935   data: "plot-vpp-throughput-latency-3n-skx"
5936   filter: "'NIC_Intel-X710' and
5937            '64B' and
5938            'ENCAP' and
5939            'NDRPDR' and
5940            '2T1C' and
5941            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5942            not 'VHOST' and
5943            not 'IPSECHW'"
5944   parameters:
5945   - "throughput"
5946   - "parent"
5947   traces:
5948     hoverinfo: "x+y"
5949     boxpoints: "outliers"
5950     whiskerwidth: 0
5951   layout:
5952     title: ""  # No title
5953     layout: "plot-throughput"
5954
5955 -
5956   type: "plot"
5957   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5958   algorithm: "plot_performance_box"
5959   output-file-type: ".html"
5960   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5961   data: "plot-vpp-throughput-latency-3n-skx"
5962   filter: "'NIC_Intel-X710' and
5963            '64B' and
5964            'ENCAP' and
5965            'NDRPDR' and
5966            '2T1C' and
5967            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5968            not 'VHOST' and
5969            not 'IPSECHW'"
5970   parameters:
5971   - "throughput"
5972   - "parent"
5973   traces:
5974     hoverinfo: "x+y"
5975     boxpoints: "outliers"
5976     whiskerwidth: 0
5977   layout:
5978     title: ""  # No title
5979     layout: "plot-throughput"
5980
5981 -
5982   type: "plot"
5983   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5984   algorithm: "plot_performance_box"
5985   output-file-type: ".html"
5986   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5987   data: "plot-vpp-throughput-latency-3n-skx"
5988   filter: "'NIC_Intel-X710' and
5989            '64B' and
5990            'ENCAP' and
5991            'NDRPDR' and
5992            '4T2C' and
5993            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5994            not 'VHOST' and
5995            not 'IPSECHW'"
5996   parameters:
5997   - "throughput"
5998   - "parent"
5999   traces:
6000     hoverinfo: "x+y"
6001     boxpoints: "outliers"
6002     whiskerwidth: 0
6003   layout:
6004     title: ""  # No title
6005     layout: "plot-throughput"
6006
6007 -
6008   type: "plot"
6009   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6010   algorithm: "plot_performance_box"
6011   output-file-type: ".html"
6012   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6013   data: "plot-vpp-throughput-latency-3n-skx"
6014   filter: "'NIC_Intel-X710' and
6015            '64B' and
6016            'ENCAP' and
6017            'NDRPDR' and
6018            '4T2C' and
6019            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6020            not 'VHOST' and
6021            not 'IPSECHW'"
6022   parameters:
6023   - "throughput"
6024   - "parent"
6025   traces:
6026     hoverinfo: "x+y"
6027     boxpoints: "outliers"
6028     whiskerwidth: 0
6029   layout:
6030     title: ""  # No title
6031     layout: "plot-throughput"
6032
6033 ################################################################################
6034
6035 # Packet Throughput - VPP IPv6 3n-hsw-x520
6036 -
6037   type: "plot"
6038   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6039   algorithm: "plot_performance_box"
6040   output-file-type: ".html"
6041   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6042   data: "plot-vpp-throughput-latency-3n-hsw"
6043   filter: "'NIC_Intel-X520-DA2' and
6044            '78B' and
6045            ('BASE' or 'SCALE') and
6046            'NDRPDR' and
6047            '1T1C' and
6048            'IP6FWD' and
6049            not 'SRv6' and
6050            not 'IPSEC' and
6051            not 'VHOST'"
6052   parameters:
6053   - "throughput"
6054   - "parent"
6055   traces:
6056     hoverinfo: "x+y"
6057     boxpoints: "outliers"
6058     whiskerwidth: 0
6059   layout:
6060     title: ""  # No title
6061     layout: "plot-throughput"
6062
6063 -
6064   type: "plot"
6065   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6066   algorithm: "plot_performance_box"
6067   output-file-type: ".html"
6068   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6069   data: "plot-vpp-throughput-latency-3n-hsw"
6070   filter: "'NIC_Intel-X520-DA2' and
6071            '78B' and
6072            ('BASE' or 'SCALE') and
6073            'NDRPDR' and
6074            '1T1C' and
6075            'IP6FWD' and
6076            not 'SRv6' and
6077            not 'IPSEC' and
6078            not 'VHOST'"
6079   parameters:
6080   - "throughput"
6081   - "parent"
6082   traces:
6083     hoverinfo: "x+y"
6084     boxpoints: "outliers"
6085     whiskerwidth: 0
6086   layout:
6087     title: ""  # No title
6088     layout: "plot-throughput"
6089
6090 -
6091   type: "plot"
6092   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6093   algorithm: "plot_performance_box"
6094   output-file-type: ".html"
6095   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6096   data: "plot-vpp-throughput-latency-3n-hsw"
6097   filter: "'NIC_Intel-X520-DA2' and
6098            '78B' and
6099            ('BASE' or 'SCALE') and
6100            'NDRPDR' and
6101            '2T2C' and
6102            'IP6FWD' and
6103            not 'SRv6' and
6104            not 'IPSEC' and
6105            not 'VHOST'"
6106   parameters:
6107   - "throughput"
6108   - "parent"
6109   traces:
6110     hoverinfo: "x+y"
6111     boxpoints: "outliers"
6112     whiskerwidth: 0
6113   layout:
6114     title: ""  # No title
6115     layout: "plot-throughput"
6116
6117 -
6118   type: "plot"
6119   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6120   algorithm: "plot_performance_box"
6121   output-file-type: ".html"
6122   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6123   data: "plot-vpp-throughput-latency-3n-hsw"
6124   filter: "'NIC_Intel-X520-DA2' and
6125            '78B' and
6126            ('BASE' or 'SCALE') and
6127            'NDRPDR' and
6128            '2T2C' and
6129            'IP6FWD' and
6130            not 'SRv6' and
6131            not 'IPSEC' and
6132            not 'VHOST'"
6133   parameters:
6134   - "throughput"
6135   - "parent"
6136   traces:
6137     hoverinfo: "x+y"
6138     boxpoints: "outliers"
6139     whiskerwidth: 0
6140   layout:
6141     title: ""  # No title
6142     layout: "plot-throughput"
6143
6144 -
6145   type: "plot"
6146   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6147   algorithm: "plot_performance_box"
6148   output-file-type: ".html"
6149   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6150   data: "plot-vpp-throughput-latency-3n-hsw"
6151   filter: "'NIC_Intel-X520-DA2' and
6152            '78B' and
6153            'FEATURE' and
6154            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6155            'NDRPDR' and
6156            '1T1C' and
6157            'IP6FWD' and
6158            not 'SRv6' 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: ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6175   algorithm: "plot_performance_box"
6176   output-file-type: ".html"
6177   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6178   data: "plot-vpp-throughput-latency-3n-hsw"
6179   filter: "'NIC_Intel-X520-DA2' and
6180            '78B' and
6181            'FEATURE' and
6182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6183            'NDRPDR' and
6184            '1T1C' and
6185            'IP6FWD' and
6186            not 'SRv6' and
6187            not 'IPSEC' and
6188            not 'VHOST'"
6189   parameters:
6190   - "throughput"
6191   - "parent"
6192   traces:
6193     hoverinfo: "x+y"
6194     boxpoints: "outliers"
6195     whiskerwidth: 0
6196   layout:
6197     title: ""  # No title
6198     layout: "plot-throughput"
6199
6200 -
6201   type: "plot"
6202   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6203   algorithm: "plot_performance_box"
6204   output-file-type: ".html"
6205   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6206   data: "plot-vpp-throughput-latency-3n-hsw"
6207   filter: "'NIC_Intel-X520-DA2' and
6208            '78B' and
6209            'FEATURE' and
6210            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6211            'NDRPDR' and
6212            '2T2C' and
6213            not 'SRv6' and
6214            'IP6FWD' and
6215            not 'IPSEC' and
6216            not 'VHOST'"
6217   parameters:
6218   - "throughput"
6219   - "parent"
6220   traces:
6221     hoverinfo: "x+y"
6222     boxpoints: "outliers"
6223     whiskerwidth: 0
6224   layout:
6225     title: ""  # No title
6226     layout: "plot-throughput"
6227
6228 -
6229   type: "plot"
6230   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6231   algorithm: "plot_performance_box"
6232   output-file-type: ".html"
6233   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6234   data: "plot-vpp-throughput-latency-3n-hsw"
6235   filter: "'NIC_Intel-X520-DA2' and
6236            '78B' and
6237            'FEATURE' and
6238            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6239            'NDRPDR' and
6240            '2T2C' and
6241            'IP6FWD' and
6242            not 'SRv6' and
6243            not 'IPSEC' and
6244            not 'VHOST'"
6245   parameters:
6246   - "throughput"
6247   - "parent"
6248   traces:
6249     hoverinfo: "x+y"
6250     boxpoints: "outliers"
6251     whiskerwidth: 0
6252   layout:
6253     title: ""  # No title
6254     layout: "plot-throughput"
6255
6256 # Packet Throughput - VPP IPv6 3n-hsw-x710
6257 -
6258   type: "plot"
6259   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6260   algorithm: "plot_performance_box"
6261   output-file-type: ".html"
6262   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6263   data: "plot-vpp-throughput-latency-3n-hsw"
6264   filter: "'NIC_Intel-X710' and
6265            '78B' and
6266            ('BASE' or 'SCALE') and
6267            'NDRPDR' and
6268            '1T1C' and
6269            'IP6FWD' and
6270            not 'SRv6' and
6271            not 'IPSEC' and
6272            not 'VHOST'"
6273   parameters:
6274   - "throughput"
6275   - "parent"
6276   traces:
6277     hoverinfo: "x+y"
6278     boxpoints: "outliers"
6279     whiskerwidth: 0
6280   layout:
6281     title: ""  # No title
6282     layout: "plot-throughput"
6283
6284 -
6285   type: "plot"
6286   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6287   algorithm: "plot_performance_box"
6288   output-file-type: ".html"
6289   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6290   data: "plot-vpp-throughput-latency-3n-hsw"
6291   filter: "'NIC_Intel-X710' and
6292            '78B' and
6293            ('BASE' or 'SCALE') and
6294            'NDRPDR' and
6295            '1T1C' and
6296            'IP6FWD' and
6297            not 'SRv6' and
6298            not 'IPSEC' and
6299            not 'VHOST'"
6300   parameters:
6301   - "throughput"
6302   - "parent"
6303   traces:
6304     hoverinfo: "x+y"
6305     boxpoints: "outliers"
6306     whiskerwidth: 0
6307   layout:
6308     title: ""  # No title
6309     layout: "plot-throughput"
6310
6311 -
6312   type: "plot"
6313   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6314   algorithm: "plot_performance_box"
6315   output-file-type: ".html"
6316   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6317   data: "plot-vpp-throughput-latency-3n-hsw"
6318   filter: "'NIC_Intel-X710' and
6319            '78B' and
6320            ('BASE' or 'SCALE') and
6321            'NDRPDR' and
6322            '2T2C' and
6323            'IP6FWD' and
6324            not 'SRv6' and
6325            not 'IPSEC' and
6326            not 'VHOST'"
6327   parameters:
6328   - "throughput"
6329   - "parent"
6330   traces:
6331     hoverinfo: "x+y"
6332     boxpoints: "outliers"
6333     whiskerwidth: 0
6334   layout:
6335     title: ""  # No title
6336     layout: "plot-throughput"
6337
6338 -
6339   type: "plot"
6340   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6341   algorithm: "plot_performance_box"
6342   output-file-type: ".html"
6343   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6344   data: "plot-vpp-throughput-latency-3n-hsw"
6345   filter: "'NIC_Intel-X710' and
6346            '78B' and
6347            ('BASE' or 'SCALE') and
6348            'NDRPDR' and
6349            '2T2C' and
6350            'IP6FWD' and
6351            not 'SRv6' and
6352            not 'IPSEC' and
6353            not 'VHOST'"
6354   parameters:
6355   - "throughput"
6356   - "parent"
6357   traces:
6358     hoverinfo: "x+y"
6359     boxpoints: "outliers"
6360     whiskerwidth: 0
6361   layout:
6362     title: ""  # No title
6363     layout: "plot-throughput"
6364
6365 -
6366   type: "plot"
6367   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6368   algorithm: "plot_performance_box"
6369   output-file-type: ".html"
6370   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6371   data: "plot-vpp-throughput-latency-3n-hsw"
6372   filter: "'NIC_Intel-X710' and
6373            '78B' and
6374            'FEATURE' and
6375            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6376            'NDRPDR' and
6377            '1T1C' and
6378            'IP6FWD' and
6379            not 'SRv6' and
6380            not 'IPSEC' and
6381            not 'VHOST'"
6382   parameters:
6383   - "throughput"
6384   - "parent"
6385   traces:
6386     hoverinfo: "x+y"
6387     boxpoints: "outliers"
6388     whiskerwidth: 0
6389   layout:
6390     title: ""  # No title
6391     layout: "plot-throughput"
6392
6393 -
6394   type: "plot"
6395   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6396   algorithm: "plot_performance_box"
6397   output-file-type: ".html"
6398   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6399   data: "plot-vpp-throughput-latency-3n-hsw"
6400   filter: "'NIC_Intel-X710' and
6401            '78B' and
6402            'FEATURE' and
6403            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6404            'NDRPDR' and
6405            '1T1C' and
6406            'IP6FWD' and
6407            not 'SRv6' and
6408            not 'IPSEC' and
6409            not 'VHOST'"
6410   parameters:
6411   - "throughput"
6412   - "parent"
6413   traces:
6414     hoverinfo: "x+y"
6415     boxpoints: "outliers"
6416     whiskerwidth: 0
6417   layout:
6418     title: ""  # No title
6419     layout: "plot-throughput"
6420
6421 -
6422   type: "plot"
6423   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6424   algorithm: "plot_performance_box"
6425   output-file-type: ".html"
6426   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6427   data: "plot-vpp-throughput-latency-3n-hsw"
6428   filter: "'NIC_Intel-X710' and
6429            '78B' and
6430            'FEATURE' and
6431            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6432            'NDRPDR' and
6433            '2T2C' and
6434            'IP6FWD' and
6435            not 'SRv6' and
6436            not 'IPSEC' and
6437            not 'VHOST'"
6438   parameters:
6439   - "throughput"
6440   - "parent"
6441   traces:
6442     hoverinfo: "x+y"
6443     boxpoints: "outliers"
6444     whiskerwidth: 0
6445   layout:
6446     title: ""  # No title
6447     layout: "plot-throughput"
6448
6449 -
6450   type: "plot"
6451   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6452   algorithm: "plot_performance_box"
6453   output-file-type: ".html"
6454   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6455   data: "plot-vpp-throughput-latency-3n-hsw"
6456   filter: "'NIC_Intel-X710' and
6457            '78B' and
6458            'FEATURE' and
6459            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6460            'NDRPDR' and
6461            '2T2C' and
6462            'IP6FWD' and
6463            not 'SRv6' and
6464            not 'IPSEC' and
6465            not 'VHOST'"
6466   parameters:
6467   - "throughput"
6468   - "parent"
6469   traces:
6470     hoverinfo: "x+y"
6471     boxpoints: "outliers"
6472     whiskerwidth: 0
6473   layout:
6474     title: ""  # No title
6475     layout: "plot-throughput"
6476
6477 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6478 -
6479   type: "plot"
6480   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6481   algorithm: "plot_performance_box"
6482   output-file-type: ".html"
6483   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6484   data: "plot-vpp-throughput-latency-3n-hsw"
6485   filter: "'NIC_Intel-XL710' and
6486            '78B' and
6487            ('BASE' or 'SCALE') and
6488            'NDRPDR' and
6489            '1T1C' and
6490            'IP6FWD' and
6491            not 'SRv6' and
6492            not 'IPSEC' and
6493            not 'VHOST'"
6494   parameters:
6495   - "throughput"
6496   - "parent"
6497   traces:
6498     hoverinfo: "x+y"
6499     boxpoints: "outliers"
6500     whiskerwidth: 0
6501   layout:
6502     title: ""  # No title
6503     layout: "plot-throughput"
6504
6505 -
6506   type: "plot"
6507   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6508   algorithm: "plot_performance_box"
6509   output-file-type: ".html"
6510   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6511   data: "plot-vpp-throughput-latency-3n-hsw"
6512   filter: "'NIC_Intel-XL710' and
6513            '78B' and
6514            ('BASE' or 'SCALE') and
6515            'NDRPDR' and
6516            '1T1C' and
6517            'IP6FWD' and
6518            not 'SRv6' and
6519            not 'IPSEC' and
6520            not 'VHOST'"
6521   parameters:
6522   - "throughput"
6523   - "parent"
6524   traces:
6525     hoverinfo: "x+y"
6526     boxpoints: "outliers"
6527     whiskerwidth: 0
6528   layout:
6529     title: ""  # No title
6530     layout: "plot-throughput"
6531
6532 -
6533   type: "plot"
6534   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6535   algorithm: "plot_performance_box"
6536   output-file-type: ".html"
6537   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6538   data: "plot-vpp-throughput-latency-3n-hsw"
6539   filter: "'NIC_Intel-XL710' and
6540            '78B' and
6541            ('BASE' or 'SCALE') and
6542            'NDRPDR' and
6543            '2T2C' and
6544            'IP6FWD' and
6545            not 'SRv6' and
6546            not 'IPSEC' and
6547            not 'VHOST'"
6548   parameters:
6549   - "throughput"
6550   - "parent"
6551   traces:
6552     hoverinfo: "x+y"
6553     boxpoints: "outliers"
6554     whiskerwidth: 0
6555   layout:
6556     title: ""  # No title
6557     layout: "plot-throughput"
6558
6559 -
6560   type: "plot"
6561   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6562   algorithm: "plot_performance_box"
6563   output-file-type: ".html"
6564   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6565   data: "plot-vpp-throughput-latency-3n-hsw"
6566   filter: "'NIC_Intel-XL710' and
6567            '78B' and
6568            ('BASE' or 'SCALE') and
6569            'NDRPDR' and
6570            '2T2C' and
6571            'IP6FWD' and
6572            not 'SRv6' and
6573            not 'IPSEC' and
6574            not 'VHOST'"
6575   parameters:
6576   - "throughput"
6577   - "parent"
6578   traces:
6579     hoverinfo: "x+y"
6580     boxpoints: "outliers"
6581     whiskerwidth: 0
6582   layout:
6583     title: ""  # No title
6584     layout: "plot-throughput"
6585
6586 # Packet Throughput - VPP IPv6 3n-skx-x710
6587 -
6588   type: "plot"
6589   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6590   algorithm: "plot_performance_box"
6591   output-file-type: ".html"
6592   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6593   data: "plot-vpp-throughput-latency-3n-skx"
6594   filter: "'NIC_Intel-X710' and
6595            '78B' and
6596            ('BASE' or 'SCALE') and
6597            'NDRPDR' and
6598            '2T1C' and
6599            'IP6FWD' and
6600            not 'SRv6' and
6601            not 'IPSEC' and
6602            not 'VHOST'"
6603   parameters:
6604   - "throughput"
6605   - "parent"
6606   traces:
6607     hoverinfo: "x+y"
6608     boxpoints: "outliers"
6609     whiskerwidth: 0
6610   layout:
6611     title: ""  # No title
6612     layout: "plot-throughput"
6613
6614 -
6615   type: "plot"
6616   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6617   algorithm: "plot_performance_box"
6618   output-file-type: ".html"
6619   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6620   data: "plot-vpp-throughput-latency-3n-skx"
6621   filter: "'NIC_Intel-X710' and
6622            '78B' and
6623            ('BASE' or 'SCALE') and
6624            'NDRPDR' and
6625            '2T1C' and
6626            'IP6FWD' and
6627            not 'SRv6' and
6628            not 'IPSEC' and
6629            not 'VHOST'"
6630   parameters:
6631   - "throughput"
6632   - "parent"
6633   traces:
6634     hoverinfo: "x+y"
6635     boxpoints: "outliers"
6636     whiskerwidth: 0
6637   layout:
6638     title: ""  # No title
6639     layout: "plot-throughput"
6640
6641 -
6642   type: "plot"
6643   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6644   algorithm: "plot_performance_box"
6645   output-file-type: ".html"
6646   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6647   data: "plot-vpp-throughput-latency-3n-skx"
6648   filter: "'NIC_Intel-X710' and
6649            '78B' and
6650            ('BASE' or 'SCALE') and
6651            'NDRPDR' and
6652            '4T2C' and
6653            'IP6FWD' and
6654            not 'SRv6' and
6655            not 'IPSEC' and
6656            not 'VHOST'"
6657   parameters:
6658   - "throughput"
6659   - "parent"
6660   traces:
6661     hoverinfo: "x+y"
6662     boxpoints: "outliers"
6663     whiskerwidth: 0
6664   layout:
6665     title: ""  # No title
6666     layout: "plot-throughput"
6667
6668 -
6669   type: "plot"
6670   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6671   algorithm: "plot_performance_box"
6672   output-file-type: ".html"
6673   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6674   data: "plot-vpp-throughput-latency-3n-skx"
6675   filter: "'NIC_Intel-X710' and
6676            '78B' and
6677            ('BASE' or 'SCALE') and
6678            'NDRPDR' and
6679            '4T2C' and
6680            'IP6FWD' and
6681            not 'SRv6' and
6682            not 'IPSEC' and
6683            not 'VHOST'"
6684   parameters:
6685   - "throughput"
6686   - "parent"
6687   traces:
6688     hoverinfo: "x+y"
6689     boxpoints: "outliers"
6690     whiskerwidth: 0
6691   layout:
6692     title: ""  # No title
6693     layout: "plot-throughput"
6694
6695 -
6696   type: "plot"
6697   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-ndr"
6698   algorithm: "plot_performance_box"
6699   output-file-type: ".html"
6700   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr"
6701   data: "plot-vpp-throughput-latency-3n-skx"
6702   filter: "'NIC_Intel-X710' and
6703            '78B' and
6704            'FEATURE' and
6705            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6706            'NDRPDR' and
6707            '2T1C' and
6708            'IP6FWD' and
6709            not 'SRv6' and
6710            not 'IPSEC' and
6711            not 'VHOST'"
6712   parameters:
6713   - "throughput"
6714   - "parent"
6715   traces:
6716     hoverinfo: "x+y"
6717     boxpoints: "outliers"
6718     whiskerwidth: 0
6719   layout:
6720     title: ""  # No title
6721     layout: "plot-throughput"
6722
6723 -
6724   type: "plot"
6725   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-pdr"
6726   algorithm: "plot_performance_box"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-pdr"
6729   data: "plot-vpp-throughput-latency-3n-skx"
6730   filter: "'NIC_Intel-X710' and
6731            '78B' and
6732            'FEATURE' and
6733            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6734            'NDRPDR' and
6735            '2T1C' and
6736            'IP6FWD' and
6737            not 'SRv6' and
6738            not 'IPSEC' and
6739            not 'VHOST'"
6740   parameters:
6741   - "throughput"
6742   - "parent"
6743   traces:
6744     hoverinfo: "x+y"
6745     boxpoints: "outliers"
6746     whiskerwidth: 0
6747   layout:
6748     title: ""  # No title
6749     layout: "plot-throughput"
6750
6751 -
6752   type: "plot"
6753   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-ndr"
6754   algorithm: "plot_performance_box"
6755   output-file-type: ".html"
6756   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr"
6757   data: "plot-vpp-throughput-latency-3n-skx"
6758   filter: "'NIC_Intel-X710' and
6759            '78B' and
6760            'FEATURE' and
6761            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6762            'NDRPDR' and
6763            '4T2C' and
6764            'IP6FWD' and
6765            not 'SRv6' and
6766            not 'IPSEC' and
6767            not 'VHOST'"
6768   parameters:
6769   - "throughput"
6770   - "parent"
6771   traces:
6772     hoverinfo: "x+y"
6773     boxpoints: "outliers"
6774     whiskerwidth: 0
6775   layout:
6776     title: ""  # No title
6777     layout: "plot-throughput"
6778
6779 -
6780   type: "plot"
6781   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-pdr"
6782   algorithm: "plot_performance_box"
6783   output-file-type: ".html"
6784   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-pdr"
6785   data: "plot-vpp-throughput-latency-3n-skx"
6786   filter: "'NIC_Intel-X710' and
6787            '78B' and
6788            'FEATURE' and
6789            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6790            'NDRPDR' and
6791            '4T2C' and
6792            'IP6FWD' and
6793            not 'SRv6' and
6794            not 'IPSEC' and
6795            not 'VHOST'"
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 # Packet Throughput - VPP IPv6 3n-skx-xxv710
6808 -
6809   type: "plot"
6810   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6811   algorithm: "plot_performance_box"
6812   output-file-type: ".html"
6813   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6814   data: "plot-vpp-throughput-latency-3n-skx"
6815   filter: "'NIC_Intel-XXV710' and
6816            '78B' and
6817            ('BASE' or 'SCALE') and
6818            'NDRPDR' and
6819            '2T1C' and
6820            'IP6FWD' and
6821            not 'SRv6' and
6822            not 'IPSEC' and
6823            not 'VHOST'"
6824   parameters:
6825   - "throughput"
6826   - "parent"
6827   traces:
6828     hoverinfo: "x+y"
6829     boxpoints: "outliers"
6830     whiskerwidth: 0
6831   layout:
6832     title: ""  # No title
6833     layout: "plot-throughput"
6834
6835 -
6836   type: "plot"
6837   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6838   algorithm: "plot_performance_box"
6839   output-file-type: ".html"
6840   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6841   data: "plot-vpp-throughput-latency-3n-skx"
6842   filter: "'NIC_Intel-XXV710' and
6843            '78B' and
6844            ('BASE' or 'SCALE') and
6845            'NDRPDR' and
6846            '2T1C' and
6847            'IP6FWD' and
6848            not 'SRv6' and
6849            not 'IPSEC' and
6850            not 'VHOST'"
6851   parameters:
6852   - "throughput"
6853   - "parent"
6854   traces:
6855     hoverinfo: "x+y"
6856     boxpoints: "outliers"
6857     whiskerwidth: 0
6858   layout:
6859     title: ""  # No title
6860     layout: "plot-throughput"
6861
6862 -
6863   type: "plot"
6864   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6865   algorithm: "plot_performance_box"
6866   output-file-type: ".html"
6867   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6868   data: "plot-vpp-throughput-latency-3n-skx"
6869   filter: "'NIC_Intel-XXV710' and
6870            '78B' and
6871            ('BASE' or 'SCALE') and
6872            'NDRPDR' and
6873            '4T2C' and
6874            'IP6FWD' and
6875            not 'SRv6' and
6876            not 'IPSEC' and
6877            not 'VHOST'"
6878   parameters:
6879   - "throughput"
6880   - "parent"
6881   traces:
6882     hoverinfo: "x+y"
6883     boxpoints: "outliers"
6884     whiskerwidth: 0
6885   layout:
6886     title: ""  # No title
6887     layout: "plot-throughput"
6888
6889 -
6890   type: "plot"
6891   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6892   algorithm: "plot_performance_box"
6893   output-file-type: ".html"
6894   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6895   data: "plot-vpp-throughput-latency-3n-skx"
6896   filter: "'NIC_Intel-XXV710' and
6897            '78B' and
6898            ('BASE' or 'SCALE') and
6899            'NDRPDR' and
6900            '4T2C' and
6901            'IP6FWD' and
6902            not 'SRv6' and
6903            not 'IPSEC' and
6904            not 'VHOST'"
6905   parameters:
6906   - "throughput"
6907   - "parent"
6908   traces:
6909     hoverinfo: "x+y"
6910     boxpoints: "outliers"
6911     whiskerwidth: 0
6912   layout:
6913     title: ""  # No title
6914     layout: "plot-throughput"
6915
6916 -
6917   type: "plot"
6918   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6919   algorithm: "plot_performance_box"
6920   output-file-type: ".html"
6921   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6922   data: "plot-vpp-throughput-latency-3n-skx"
6923   filter: "'NIC_Intel-XXV710' and
6924            '78B' and
6925            'FEATURE' and
6926            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6927            'NDRPDR' and
6928            '2T1C' and
6929            'IP6FWD' and
6930            not 'SRv6' and
6931            not 'IPSEC' and
6932            not 'VHOST'"
6933   parameters:
6934   - "throughput"
6935   - "parent"
6936   traces:
6937     hoverinfo: "x+y"
6938     boxpoints: "outliers"
6939     whiskerwidth: 0
6940   layout:
6941     title: ""  # No title
6942     layout: "plot-throughput"
6943
6944 -
6945   type: "plot"
6946   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6947   algorithm: "plot_performance_box"
6948   output-file-type: ".html"
6949   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6950   data: "plot-vpp-throughput-latency-3n-skx"
6951   filter: "'NIC_Intel-XXV710' and
6952            '78B' and
6953            'FEATURE' and
6954            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6955            'NDRPDR' and
6956            '2T1C' and
6957            'IP6FWD' and
6958            not 'SRv6' and
6959            not 'IPSEC' and
6960            not 'VHOST'"
6961   parameters:
6962   - "throughput"
6963   - "parent"
6964   traces:
6965     hoverinfo: "x+y"
6966     boxpoints: "outliers"
6967     whiskerwidth: 0
6968   layout:
6969     title: ""  # No title
6970     layout: "plot-throughput"
6971
6972 -
6973   type: "plot"
6974   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6975   algorithm: "plot_performance_box"
6976   output-file-type: ".html"
6977   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6978   data: "plot-vpp-throughput-latency-3n-skx"
6979   filter: "'NIC_Intel-XXV710' and
6980            '78B' and
6981            'FEATURE' and
6982            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6983            'NDRPDR' and
6984            '4T2C' and
6985            'IP6FWD' and
6986            not 'SRv6' and
6987            not 'IPSEC' and
6988            not 'VHOST'"
6989   parameters:
6990   - "throughput"
6991   - "parent"
6992   traces:
6993     hoverinfo: "x+y"
6994     boxpoints: "outliers"
6995     whiskerwidth: 0
6996   layout:
6997     title: ""  # No title
6998     layout: "plot-throughput"
6999
7000 -
7001   type: "plot"
7002   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7003   algorithm: "plot_performance_box"
7004   output-file-type: ".html"
7005   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7006   data: "plot-vpp-throughput-latency-3n-skx"
7007   filter: "'NIC_Intel-XXV710' and
7008            '78B' and
7009            'FEATURE' and
7010            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7011            'NDRPDR' and
7012            '4T2C' and
7013            'IP6FWD' and
7014            not 'SRv6' and
7015            not 'IPSEC' and
7016            not 'VHOST'"
7017   parameters:
7018   - "throughput"
7019   - "parent"
7020   traces:
7021     hoverinfo: "x+y"
7022     boxpoints: "outliers"
7023     whiskerwidth: 0
7024   layout:
7025     title: ""  # No title
7026     layout: "plot-throughput"
7027
7028 # Packet Throughput - VPP IPv6 2n-skx-x710
7029 -
7030   type: "plot"
7031   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7032   algorithm: "plot_performance_box"
7033   output-file-type: ".html"
7034   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7035   data: "plot-vpp-throughput-latency-2n-skx"
7036   filter: "'NIC_Intel-X710' and
7037            '78B' and
7038            ('BASE' or 'SCALE') and
7039            'NDRPDR' and
7040            '2T1C' and
7041            'IP6FWD' and
7042            not 'SRv6' and
7043            not 'IPSEC' and
7044            not 'VHOST'"
7045   parameters:
7046   - "throughput"
7047   - "parent"
7048   traces:
7049     hoverinfo: "x+y"
7050     boxpoints: "outliers"
7051     whiskerwidth: 0
7052   layout:
7053     title: ""  # No title
7054     layout: "plot-throughput"
7055
7056 -
7057   type: "plot"
7058   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
7059   algorithm: "plot_performance_box"
7060   output-file-type: ".html"
7061   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
7062   data: "plot-vpp-throughput-latency-2n-skx"
7063   filter: "'NIC_Intel-X710' and
7064            '78B' and
7065            ('BASE' or 'SCALE') and
7066            'NDRPDR' and
7067            '2T1C' and
7068            'IP6FWD' and
7069            not 'IPSEC' and
7070            not 'VHOST'"
7071   parameters:
7072   - "throughput"
7073   - "parent"
7074   traces:
7075     hoverinfo: "x+y"
7076     boxpoints: "outliers"
7077     whiskerwidth: 0
7078   layout:
7079     title: ""  # No title
7080     layout: "plot-throughput"
7081
7082 -
7083   type: "plot"
7084   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
7085   algorithm: "plot_performance_box"
7086   output-file-type: ".html"
7087   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
7088   data: "plot-vpp-throughput-latency-2n-skx"
7089   filter: "'NIC_Intel-X710' and
7090            '78B' and
7091            ('BASE' or 'SCALE') and
7092            'NDRPDR' and
7093            '4T2C' and
7094            'IP6FWD' and
7095            not 'SRv6' and
7096            not 'IPSEC' and
7097            not 'VHOST'"
7098   parameters:
7099   - "throughput"
7100   - "parent"
7101   traces:
7102     hoverinfo: "x+y"
7103     boxpoints: "outliers"
7104     whiskerwidth: 0
7105   layout:
7106     title: ""  # No title
7107     layout: "plot-throughput"
7108
7109 -
7110   type: "plot"
7111   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7112   algorithm: "plot_performance_box"
7113   output-file-type: ".html"
7114   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7115   data: "plot-vpp-throughput-latency-2n-skx"
7116   filter: "'NIC_Intel-X710' and
7117            '78B' and
7118            ('BASE' or 'SCALE') and
7119            'NDRPDR' and
7120            '4T2C' and
7121            'IP6FWD' and
7122            not 'SRv6' and
7123            not 'IPSEC' and
7124            not 'VHOST'"
7125   parameters:
7126   - "throughput"
7127   - "parent"
7128   traces:
7129     hoverinfo: "x+y"
7130     boxpoints: "outliers"
7131     whiskerwidth: 0
7132   layout:
7133     title: ""  # No title
7134     layout: "plot-throughput"
7135
7136 # Packet Throughput - VPP IPv6 2n-skx-xxv710
7137 -
7138   type: "plot"
7139   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7140   algorithm: "plot_performance_box"
7141   output-file-type: ".html"
7142   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7143   data: "plot-vpp-throughput-latency-2n-skx"
7144   filter: "'NIC_Intel-XXV710' and
7145            '78B' and
7146            ('BASE' or 'SCALE') and
7147            'NDRPDR' and
7148            '2T1C' and
7149            'IP6FWD' and
7150            not 'SRv6' and
7151            not 'IPSEC' and
7152            not 'VHOST'"
7153   parameters:
7154   - "throughput"
7155   - "parent"
7156   traces:
7157     hoverinfo: "x+y"
7158     boxpoints: "outliers"
7159     whiskerwidth: 0
7160   layout:
7161     title: ""  # No title
7162     layout: "plot-throughput"
7163
7164 -
7165   type: "plot"
7166   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7167   algorithm: "plot_performance_box"
7168   output-file-type: ".html"
7169   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7170   data: "plot-vpp-throughput-latency-2n-skx"
7171   filter: "'NIC_Intel-XXV710' and
7172            '78B' and
7173            ('BASE' or 'SCALE') and
7174            'NDRPDR' and
7175            '2T1C' and
7176            'IP6FWD' and
7177            not 'SRv6' and
7178            not 'IPSEC' and
7179            not 'VHOST'"
7180   parameters:
7181   - "throughput"
7182   - "parent"
7183   traces:
7184     hoverinfo: "x+y"
7185     boxpoints: "outliers"
7186     whiskerwidth: 0
7187   layout:
7188     title: ""  # No title
7189     layout: "plot-throughput"
7190
7191 -
7192   type: "plot"
7193   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7194   algorithm: "plot_performance_box"
7195   output-file-type: ".html"
7196   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7197   data: "plot-vpp-throughput-latency-2n-skx"
7198   filter: "'NIC_Intel-XXV710' and
7199            '78B' and
7200            ('BASE' or 'SCALE') and
7201            'NDRPDR' and
7202            '4T2C' and
7203            'IP6FWD' and
7204            not 'SRv6' and
7205            not 'IPSEC' and
7206            not 'VHOST'"
7207   parameters:
7208   - "throughput"
7209   - "parent"
7210   traces:
7211     hoverinfo: "x+y"
7212     boxpoints: "outliers"
7213     whiskerwidth: 0
7214   layout:
7215     title: ""  # No title
7216     layout: "plot-throughput"
7217
7218 -
7219   type: "plot"
7220   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7221   algorithm: "plot_performance_box"
7222   output-file-type: ".html"
7223   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7224   data: "plot-vpp-throughput-latency-2n-skx"
7225   filter: "'NIC_Intel-XXV710' and
7226            '78B' and
7227            ('BASE' or 'SCALE') and
7228            'NDRPDR' and
7229            '4T2C' and
7230            'IP6FWD' and
7231            not 'SRv6' and
7232            not 'IPSEC' and
7233            not 'VHOST'"
7234   parameters:
7235   - "throughput"
7236   - "parent"
7237   traces:
7238     hoverinfo: "x+y"
7239     boxpoints: "outliers"
7240     whiskerwidth: 0
7241   layout:
7242     title: ""  # No title
7243     layout: "plot-throughput"
7244
7245 ################################################################################
7246
7247 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
7248 -
7249   type: "plot"
7250   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7251   algorithm: "plot_performance_box"
7252   output-file-type: ".html"
7253   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7254   data: "plot-vpp-throughput-latency-3n-hsw"
7255   filter: "'NIC_Intel-X520-DA2' and
7256            '78B' and
7257            'ENCAP' and
7258            'NDRPDR' and
7259            '1T1C' and
7260            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7261            not 'VHOST'"
7262   parameters:
7263   - "throughput"
7264   - "parent"
7265   traces:
7266     hoverinfo: "x+y"
7267     boxpoints: "outliers"
7268     whiskerwidth: 0
7269   layout:
7270     title: ""  # No title
7271     layout: "plot-throughput"
7272
7273 -
7274   type: "plot"
7275   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7276   algorithm: "plot_performance_box"
7277   output-file-type: ".html"
7278   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7279   data: "plot-vpp-throughput-latency-3n-hsw"
7280   filter: "'NIC_Intel-X520-DA2' and
7281            '78B' and
7282            'ENCAP' and
7283            'NDRPDR' and
7284            '1T1C' and
7285            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7286            not 'VHOST'"
7287   parameters:
7288   - "throughput"
7289   - "parent"
7290   traces:
7291     hoverinfo: "x+y"
7292     boxpoints: "outliers"
7293     whiskerwidth: 0
7294   layout:
7295     title: ""  # No title
7296     layout: "plot-throughput"
7297
7298 -
7299   type: "plot"
7300   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7301   algorithm: "plot_performance_box"
7302   output-file-type: ".html"
7303   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7304   data: "plot-vpp-throughput-latency-3n-hsw"
7305   filter: "'NIC_Intel-X520-DA2' and
7306            '78B' and
7307            'ENCAP' and
7308            'NDRPDR' and
7309            '2T2C' and
7310            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7311            not 'VHOST'"
7312   parameters:
7313   - "throughput"
7314   - "parent"
7315   traces:
7316     hoverinfo: "x+y"
7317     boxpoints: "outliers"
7318     whiskerwidth: 0
7319   layout:
7320     title: ""  # No title
7321     layout: "plot-throughput"
7322
7323 -
7324   type: "plot"
7325   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7326   algorithm: "plot_performance_box"
7327   output-file-type: ".html"
7328   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7329   data: "plot-vpp-throughput-latency-3n-hsw"
7330   filter: "'NIC_Intel-X520-DA2' and
7331            '78B' and
7332            'ENCAP' and
7333            'NDRPDR' and
7334            '2T2C' and
7335            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7336            not 'VHOST'"
7337   parameters:
7338   - "throughput"
7339   - "parent"
7340   traces:
7341     hoverinfo: "x+y"
7342     boxpoints: "outliers"
7343     whiskerwidth: 0
7344   layout:
7345     title: ""  # No title
7346     layout: "plot-throughput"
7347
7348 ################################################################################
7349
7350 # Packet Throughput - VPP IPSec 3n-hsw-xl710
7351 -
7352   type: "plot"
7353   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7354   algorithm: "plot_performance_box"
7355   output-file-type: ".html"
7356   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7357   data: "plot-vpp-throughput-latency-3n-hsw"
7358   filter: "'NIC_Intel-XL710' and
7359            '64B' and
7360            'IP4FWD' and
7361            'NDRPDR' and
7362            '1T1C' and
7363            'IPSECHW' and
7364            ('IPSECTRAN' or 'IPSECTUN') and
7365            not 'VHOST'"
7366   parameters:
7367   - "throughput"
7368   - "parent"
7369   traces:
7370     hoverinfo: "x+y"
7371     boxpoints: "outliers"
7372     whiskerwidth: 0
7373   layout:
7374     title: ""  # No title
7375     layout: "plot-throughput"
7376
7377 -
7378   type: "plot"
7379   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7380   algorithm: "plot_performance_box"
7381   output-file-type: ".html"
7382   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7383   data: "plot-vpp-throughput-latency-3n-hsw"
7384   filter: "'NIC_Intel-XL710' and
7385            '64B' and
7386            'IP4FWD' and
7387            'NDRPDR' and
7388            '1T1C' and
7389            'IPSECHW' and
7390            ('IPSECTRAN' or 'IPSECTUN') and
7391            not 'VHOST'"
7392   parameters:
7393   - "throughput"
7394   - "parent"
7395   traces:
7396     hoverinfo: "x+y"
7397     boxpoints: "outliers"
7398     whiskerwidth: 0
7399   layout:
7400     title: ""  # No title
7401     layout: "plot-throughput"
7402
7403 -
7404   type: "plot"
7405   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7406   algorithm: "plot_performance_box"
7407   output-file-type: ".html"
7408   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7409   data: "plot-vpp-throughput-latency-3n-hsw"
7410   filter: "'NIC_Intel-XL710' and
7411            '64B' and
7412            'IP4FWD' and
7413            'NDRPDR' and
7414            '2T2C' and
7415            'IPSECHW' and
7416            ('IPSECTRAN' or 'IPSECTUN') and
7417            not 'VHOST'"
7418   parameters:
7419   - "throughput"
7420   - "parent"
7421   traces:
7422     hoverinfo: "x+y"
7423     boxpoints: "outliers"
7424     whiskerwidth: 0
7425   layout:
7426     title: ""  # No title
7427     layout: "plot-throughput"
7428
7429 -
7430   type: "plot"
7431   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7432   algorithm: "plot_performance_box"
7433   output-file-type: ".html"
7434   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7435   data: "plot-vpp-throughput-latency-3n-hsw"
7436   filter: "'NIC_Intel-XL710' and
7437            '64B' and
7438            'IP4FWD' and
7439            'NDRPDR' and
7440            '2T2C' and
7441            'IPSECHW' and
7442            ('IPSECTRAN' or 'IPSECTUN') and
7443            not 'VHOST'"
7444   parameters:
7445   - "throughput"
7446   - "parent"
7447   traces:
7448     hoverinfo: "x+y"
7449     boxpoints: "outliers"
7450     whiskerwidth: 0
7451   layout:
7452     title: ""  # No title
7453     layout: "plot-throughput"
7454
7455 ################################################################################
7456
7457 # Packet Throughput - VPP SRv6 3n-hsw-x520
7458 -
7459   type: "plot"
7460   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7461   algorithm: "plot_performance_box"
7462   output-file-type: ".html"
7463   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7464   data: "plot-vpp-throughput-latency-3n-hsw"
7465   filter: "'NIC_Intel-X520-DA2' and
7466            '78B' and
7467            'FEATURE' and
7468            'NDRPDR' and
7469            '1T1C' and
7470            'IP6FWD' and
7471            'SRv6'"
7472   parameters:
7473   - "throughput"
7474   - "parent"
7475   traces:
7476     hoverinfo: "x+y"
7477     boxpoints: "outliers"
7478     whiskerwidth: 0
7479   layout:
7480     title: ""  # No title
7481     layout: "plot-throughput"
7482
7483 -
7484   type: "plot"
7485   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7486   algorithm: "plot_performance_box"
7487   output-file-type: ".html"
7488   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7489   data: "plot-vpp-throughput-latency-3n-hsw"
7490   filter: "'NIC_Intel-X520-DA2' and
7491            '78B' and
7492            'FEATURE' and
7493            'NDRPDR' and
7494            '1T1C' and
7495            'IP6FWD' and
7496            'SRv6'"
7497   parameters:
7498   - "throughput"
7499   - "parent"
7500   traces:
7501     hoverinfo: "x+y"
7502     boxpoints: "outliers"
7503     whiskerwidth: 0
7504   layout:
7505     title: ""  # No title
7506     layout: "plot-throughput"
7507
7508 -
7509   type: "plot"
7510   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7511   algorithm: "plot_performance_box"
7512   output-file-type: ".html"
7513   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7514   data: "plot-vpp-throughput-latency-3n-hsw"
7515   filter: "'NIC_Intel-X520-DA2' and
7516            '78B' and
7517            'FEATURE' and
7518            'NDRPDR' and
7519            '2T2C' and
7520            'IP6FWD' and
7521            'SRv6'"
7522   parameters:
7523   - "throughput"
7524   - "parent"
7525   traces:
7526     hoverinfo: "x+y"
7527     boxpoints: "outliers"
7528     whiskerwidth: 0
7529   layout:
7530     title: ""  # No title
7531     layout: "plot-throughput"
7532
7533 -
7534   type: "plot"
7535   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7536   algorithm: "plot_performance_box"
7537   output-file-type: ".html"
7538   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7539   data: "plot-vpp-throughput-latency-3n-hsw"
7540   filter: "'NIC_Intel-X520-DA2' and
7541            '78B' and
7542            'FEATURE' and
7543            'NDRPDR' and
7544            '2T2C' and
7545            'IP6FWD' and
7546            'SRv6'"
7547   parameters:
7548   - "throughput"
7549   - "parent"
7550   traces:
7551     hoverinfo: "x+y"
7552     boxpoints: "outliers"
7553     whiskerwidth: 0
7554   layout:
7555     title: ""  # No title
7556     layout: "plot-throughput"
7557
7558 ################################################################################
7559
7560 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
7561 -
7562   type: "plot"
7563   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7564   algorithm: "plot_performance_box"
7565   output-file-type: ".html"
7566   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7567   data: "plot-vpp-throughput-latency-3n-hsw"
7568   filter: "'NIC_Intel-X520-DA2' and
7569            '64B' and
7570            'NDRPDR' and
7571            '1T1C' and
7572            'VHOST' and
7573            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7574   parameters:
7575   - "throughput"
7576   - "parent"
7577   traces:
7578     hoverinfo: "x+y"
7579     boxpoints: "outliers"
7580     whiskerwidth: 0
7581   layout:
7582     title: ""  # No title
7583     layout: "plot-throughput"
7584
7585 -
7586   type: "plot"
7587   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7588   algorithm: "plot_performance_box"
7589   output-file-type: ".html"
7590   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7591   data: "plot-vpp-throughput-latency-3n-hsw"
7592   filter: "'NIC_Intel-X520-DA2' and
7593            '64B' and
7594            'NDRPDR' and
7595            '2T2C' and
7596            'VHOST' and
7597            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7598   parameters:
7599   - "throughput"
7600   - "parent"
7601   traces:
7602     hoverinfo: "x+y"
7603     boxpoints: "outliers"
7604     whiskerwidth: 0
7605   layout:
7606     title: ""  # No title
7607     layout: "plot-throughput"
7608
7609 -
7610   type: "plot"
7611   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7612   algorithm: "plot_performance_box"
7613   output-file-type: ".html"
7614   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7615   data: "plot-vpp-throughput-latency-3n-hsw"
7616   filter: "'NIC_Intel-X520-DA2' and
7617            '64B' and
7618            'NDRPDR' and
7619            '1T1C' and
7620            'VHOST' and
7621            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7622   parameters:
7623   - "throughput"
7624   - "parent"
7625   traces:
7626     hoverinfo: "x+y"
7627     boxpoints: "outliers"
7628     whiskerwidth: 0
7629   layout:
7630     title: ""  # No title
7631     layout: "plot-throughput"
7632
7633 -
7634   type: "plot"
7635   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7636   algorithm: "plot_performance_box"
7637   output-file-type: ".html"
7638   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7639   data: "plot-vpp-throughput-latency-3n-hsw"
7640   filter: "'NIC_Intel-X520-DA2' and
7641            '64B' and
7642            'NDRPDR' and
7643            '2T2C' and
7644            'VHOST' and
7645            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7646   parameters:
7647   - "throughput"
7648   - "parent"
7649   traces:
7650     hoverinfo: "x+y"
7651     boxpoints: "outliers"
7652     whiskerwidth: 0
7653   layout:
7654     title: ""  # No title
7655     layout: "plot-throughput"
7656
7657 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
7658 -
7659   type: "plot"
7660   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7661   algorithm: "plot_performance_box"
7662   output-file-type: ".html"
7663   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7664   data: "plot-vpp-throughput-latency-3n-hsw"
7665   filter: "'NIC_Intel-X520-DA2' and
7666            '64B' and
7667            'NDRPDR' and
7668            '1T1C' and
7669            'VHOST' and
7670            not 'VXLAN' and
7671            not 'IP4FWD' and
7672            not 'DOT1Q' and
7673            not '2VM'"
7674   parameters:
7675   - "throughput"
7676   - "parent"
7677   traces:
7678     hoverinfo: "x+y"
7679     boxpoints: "outliers"
7680     whiskerwidth: 0
7681   layout:
7682     title: ""  # No title
7683     layout: "plot-throughput"
7684
7685 -
7686   type: "plot"
7687   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7688   algorithm: "plot_performance_box"
7689   output-file-type: ".html"
7690   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7691   data: "plot-vpp-throughput-latency-3n-hsw"
7692   filter: "'NIC_Intel-X520-DA2' and
7693            '64B' and
7694            'NDRPDR' and
7695            '2T2C' and
7696            'VHOST' and
7697            not 'VXLAN' and
7698            not 'IP4FWD' and
7699            not 'DOT1Q' and
7700            not '2VM'"
7701   parameters:
7702   - "throughput"
7703   - "parent"
7704   traces:
7705     hoverinfo: "x+y"
7706     boxpoints: "outliers"
7707     whiskerwidth: 0
7708   layout:
7709     title: ""  # No title
7710     layout: "plot-throughput"
7711
7712 -
7713   type: "plot"
7714   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7715   algorithm: "plot_performance_box"
7716   output-file-type: ".html"
7717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7718   data: "plot-vpp-throughput-latency-3n-hsw"
7719   filter: "'NIC_Intel-X520-DA2' and
7720            '64B' and
7721            'NDRPDR' and
7722            '1T1C' and
7723            'VHOST' and
7724            not 'VXLAN' and
7725            not 'IP4FWD' and
7726            not 'DOT1Q' and
7727            not '2VM'"
7728   parameters:
7729   - "throughput"
7730   - "parent"
7731   traces:
7732     hoverinfo: "x+y"
7733     boxpoints: "outliers"
7734     whiskerwidth: 0
7735   layout:
7736     title: ""  # No title
7737     layout: "plot-throughput"
7738
7739 -
7740   type: "plot"
7741   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7742   algorithm: "plot_performance_box"
7743   output-file-type: ".html"
7744   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7745   data: "plot-vpp-throughput-latency-3n-hsw"
7746   filter: "'NIC_Intel-X520-DA2' and
7747            '64B' and
7748            'NDRPDR' and
7749            '2T2C' and
7750            'VHOST' and
7751            not 'VXLAN' and
7752            not 'IP4FWD' and
7753            not 'DOT1Q' and
7754            not '2VM'"
7755   parameters:
7756   - "throughput"
7757   - "parent"
7758   traces:
7759     hoverinfo: "x+y"
7760     boxpoints: "outliers"
7761     whiskerwidth: 0
7762   layout:
7763     title: ""  # No title
7764     layout: "plot-throughput"
7765
7766 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
7767 -
7768   type: "plot"
7769   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7770   algorithm: "plot_performance_box"
7771   output-file-type: ".html"
7772   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7773   data: "plot-vpp-throughput-latency-3n-hsw"
7774   filter: "'NIC_Intel-X710' and
7775            '64B' and
7776            'NDRPDR' and
7777            '1T1C' and
7778            'VHOST' and
7779            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7780   parameters:
7781   - "throughput"
7782   - "parent"
7783   traces:
7784     hoverinfo: "x+y"
7785     boxpoints: "outliers"
7786     whiskerwidth: 0
7787   layout:
7788     title: ""  # No title
7789     layout: "plot-throughput"
7790
7791 -
7792   type: "plot"
7793   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7794   algorithm: "plot_performance_box"
7795   output-file-type: ".html"
7796   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7797   data: "plot-vpp-throughput-latency-3n-hsw"
7798   filter: "'NIC_Intel-X710' and
7799            '64B' and
7800            'NDRPDR' and
7801            '2T2C' and
7802            'VHOST' and
7803            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7804   parameters:
7805   - "throughput"
7806   - "parent"
7807   traces:
7808     hoverinfo: "x+y"
7809     boxpoints: "outliers"
7810     whiskerwidth: 0
7811   layout:
7812     title: ""  # No title
7813     layout: "plot-throughput"
7814
7815 -
7816   type: "plot"
7817   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7818   algorithm: "plot_performance_box"
7819   output-file-type: ".html"
7820   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7821   data: "plot-vpp-throughput-latency-3n-hsw"
7822   filter: "'NIC_Intel-X710' and
7823            '64B' and
7824            'NDRPDR' and
7825            '1T1C' and
7826            'VHOST' and
7827            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7828   parameters:
7829   - "throughput"
7830   - "parent"
7831   traces:
7832     hoverinfo: "x+y"
7833     boxpoints: "outliers"
7834     whiskerwidth: 0
7835   layout:
7836     title: ""  # No title
7837     layout: "plot-throughput"
7838
7839 -
7840   type: "plot"
7841   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7842   algorithm: "plot_performance_box"
7843   output-file-type: ".html"
7844   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7845   data: "plot-vpp-throughput-latency-3n-hsw"
7846   filter: "'NIC_Intel-X710' and
7847            '64B' and
7848            'NDRPDR' and
7849            '2T2C' and
7850            'VHOST' and
7851            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7852   parameters:
7853   - "throughput"
7854   - "parent"
7855   traces:
7856     hoverinfo: "x+y"
7857     boxpoints: "outliers"
7858     whiskerwidth: 0
7859   layout:
7860     title: ""  # No title
7861     layout: "plot-throughput"
7862
7863 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7864 -
7865   type: "plot"
7866   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7867   algorithm: "plot_performance_box"
7868   output-file-type: ".html"
7869   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7870   data: "plot-vpp-throughput-latency-3n-hsw"
7871   filter: "'NIC_Intel-X710' and
7872            '64B' and
7873            'NDRPDR' and
7874            '1T1C' and
7875            'VHOST' and
7876            not 'VXLAN' and
7877            not 'IP4FWD' and
7878            not 'DOT1Q' and
7879            not '2VM'"
7880   parameters:
7881   - "throughput"
7882   - "parent"
7883   traces:
7884     hoverinfo: "x+y"
7885     boxpoints: "outliers"
7886     whiskerwidth: 0
7887   layout:
7888     title: ""  # No title
7889     layout: "plot-throughput"
7890
7891 -
7892   type: "plot"
7893   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7894   algorithm: "plot_performance_box"
7895   output-file-type: ".html"
7896   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7897   data: "plot-vpp-throughput-latency-3n-hsw"
7898   filter: "'NIC_Intel-X710' and
7899            '64B' and
7900            'NDRPDR' and
7901            '2T2C' and
7902            'VHOST' and
7903            not 'VXLAN' and
7904            not 'IP4FWD' and
7905            not 'DOT1Q' and
7906            not '2VM'"
7907   parameters:
7908   - "throughput"
7909   - "parent"
7910   traces:
7911     hoverinfo: "x+y"
7912     boxpoints: "outliers"
7913     whiskerwidth: 0
7914   layout:
7915     title: ""  # No title
7916     layout: "plot-throughput"
7917
7918 -
7919   type: "plot"
7920   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7921   algorithm: "plot_performance_box"
7922   output-file-type: ".html"
7923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7924   data: "plot-vpp-throughput-latency-3n-hsw"
7925   filter: "'NIC_Intel-X710' and
7926            '64B' and
7927            'NDRPDR' and
7928            '1T1C' and
7929            'VHOST' and
7930            not 'VXLAN' and
7931            not 'IP4FWD' and
7932            not 'DOT1Q' and
7933            not '2VM'"
7934   parameters:
7935   - "throughput"
7936   - "parent"
7937   traces:
7938     hoverinfo: "x+y"
7939     boxpoints: "outliers"
7940     whiskerwidth: 0
7941   layout:
7942     title: ""  # No title
7943     layout: "plot-throughput"
7944
7945 -
7946   type: "plot"
7947   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7948   algorithm: "plot_performance_box"
7949   output-file-type: ".html"
7950   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7951   data: "plot-vpp-throughput-latency-3n-hsw"
7952   filter: "'NIC_Intel-X710' and
7953            '64B' and
7954            'NDRPDR' and
7955            '2T2C' and
7956            'VHOST' and
7957            not 'VXLAN' and
7958            not 'IP4FWD' and
7959            not 'DOT1Q' and
7960            not '2VM'"
7961   parameters:
7962   - "throughput"
7963   - "parent"
7964   traces:
7965     hoverinfo: "x+y"
7966     boxpoints: "outliers"
7967     whiskerwidth: 0
7968   layout:
7969     title: ""  # No title
7970     layout: "plot-throughput"
7971
7972 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7973 -
7974   type: "plot"
7975   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7976   algorithm: "plot_performance_box"
7977   output-file-type: ".html"
7978   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7979   data: "plot-vpp-throughput-latency-3n-hsw"
7980   filter: "'NIC_Intel-XL710' and
7981            '64B' and
7982            'NDRPDR' and
7983            '1T1C' and
7984            'VHOST' and
7985            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
7986   parameters:
7987   - "throughput"
7988   - "parent"
7989   traces:
7990     hoverinfo: "x+y"
7991     boxpoints: "outliers"
7992     whiskerwidth: 0
7993   layout:
7994     title: ""  # No title
7995     layout: "plot-throughput"
7996
7997 -
7998   type: "plot"
7999   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8000   algorithm: "plot_performance_box"
8001   output-file-type: ".html"
8002   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8003   data: "plot-vpp-throughput-latency-3n-hsw"
8004   filter: "'NIC_Intel-XL710' and
8005            '64B' and
8006            'NDRPDR' and
8007            '2T2C' and
8008            'VHOST' and
8009            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8010   parameters:
8011   - "throughput"
8012   - "parent"
8013   traces:
8014     hoverinfo: "x+y"
8015     boxpoints: "outliers"
8016     whiskerwidth: 0
8017   layout:
8018     title: ""  # No title
8019     layout: "plot-throughput"
8020
8021 -
8022   type: "plot"
8023   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8024   algorithm: "plot_performance_box"
8025   output-file-type: ".html"
8026   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8027   data: "plot-vpp-throughput-latency-3n-hsw"
8028   filter: "'NIC_Intel-XL710' and
8029            '64B' and
8030            'NDRPDR' and
8031            '1T1C' and
8032            'VHOST' and
8033            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8034   parameters:
8035   - "throughput"
8036   - "parent"
8037   traces:
8038     hoverinfo: "x+y"
8039     boxpoints: "outliers"
8040     whiskerwidth: 0
8041   layout:
8042     title: ""  # No title
8043     layout: "plot-throughput"
8044
8045 -
8046   type: "plot"
8047   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8048   algorithm: "plot_performance_box"
8049   output-file-type: ".html"
8050   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8051   data: "plot-vpp-throughput-latency-3n-hsw"
8052   filter: "'NIC_Intel-XL710' and
8053            '64B' and
8054            'NDRPDR' and
8055            '2T2C' and
8056            'VHOST' and
8057            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8058   parameters:
8059   - "throughput"
8060   - "parent"
8061   traces:
8062     hoverinfo: "x+y"
8063     boxpoints: "outliers"
8064     whiskerwidth: 0
8065   layout:
8066     title: ""  # No title
8067     layout: "plot-throughput"
8068
8069 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
8070 -
8071   type: "plot"
8072   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8073   algorithm: "plot_performance_box"
8074   output-file-type: ".html"
8075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8076   data: "plot-vpp-throughput-latency-3n-hsw"
8077   filter: "'NIC_Intel-XL710' and
8078            '64B' and
8079            'NDRPDR' and
8080            '1T1C' and
8081            'VHOST' and
8082            not 'VXLAN' and
8083            not 'IP4FWD' and
8084            not 'DOT1Q' and
8085            not '2VM'"
8086   parameters:
8087   - "throughput"
8088   - "parent"
8089   traces:
8090     hoverinfo: "x+y"
8091     boxpoints: "outliers"
8092     whiskerwidth: 0
8093   layout:
8094     title: ""  # No title
8095     layout: "plot-throughput"
8096
8097 -
8098   type: "plot"
8099   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8100   algorithm: "plot_performance_box"
8101   output-file-type: ".html"
8102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8103   data: "plot-vpp-throughput-latency-3n-hsw"
8104   filter: "'NIC_Intel-XL710' and
8105            '64B' and
8106            'NDRPDR' and
8107            '2T2C' and
8108            'VHOST' and
8109            not 'VXLAN' and
8110            not 'IP4FWD' and
8111            not 'DOT1Q' and
8112            not '2VM'"
8113   parameters:
8114   - "throughput"
8115   - "parent"
8116   traces:
8117     hoverinfo: "x+y"
8118     boxpoints: "outliers"
8119     whiskerwidth: 0
8120   layout:
8121     title: ""  # No title
8122     layout: "plot-throughput"
8123
8124 -
8125   type: "plot"
8126   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8127   algorithm: "plot_performance_box"
8128   output-file-type: ".html"
8129   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8130   data: "plot-vpp-throughput-latency-3n-hsw"
8131   filter: "'NIC_Intel-XL710' and
8132            '64B' and
8133            'NDRPDR' and
8134            '1T1C' and
8135            'VHOST' and
8136            not 'VXLAN' and
8137            not 'IP4FWD' and
8138            not 'DOT1Q' and
8139            not '2VM'"
8140   parameters:
8141   - "throughput"
8142   - "parent"
8143   traces:
8144     hoverinfo: "x+y"
8145     boxpoints: "outliers"
8146     whiskerwidth: 0
8147   layout:
8148     title: ""  # No title
8149     layout: "plot-throughput"
8150
8151 -
8152   type: "plot"
8153   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8154   algorithm: "plot_performance_box"
8155   output-file-type: ".html"
8156   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8157   data: "plot-vpp-throughput-latency-3n-hsw"
8158   filter: "'NIC_Intel-XL710' and
8159            '64B' and
8160            'NDRPDR' and
8161            '2T2C' and
8162            'VHOST' and
8163            not 'VXLAN' and
8164            not 'IP4FWD' and
8165            not 'DOT1Q' and
8166            not '2VM'"
8167   parameters:
8168   - "throughput"
8169   - "parent"
8170   traces:
8171     hoverinfo: "x+y"
8172     boxpoints: "outliers"
8173     whiskerwidth: 0
8174   layout:
8175     title: ""  # No title
8176     layout: "plot-throughput"
8177
8178 ################################################################################
8179
8180 # Packet Throughput - VPP VTS 3n-hsw-x520
8181 -
8182   type: "plot"
8183   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-ndr"
8184   algorithm: "plot_performance_box"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr"
8187   data: "plot-vpp-throughput-latency-3n-hsw"
8188   filter: "'NIC_Intel-X520-DA2' and
8189            '64B' and
8190            'NDRPDR' and
8191            '1T1C' and
8192            'VTS'"
8193   parameters:
8194   - "throughput"
8195   - "parent"
8196   traces:
8197     hoverinfo: "x+y"
8198     boxpoints: "outliers"
8199     whiskerwidth: 0
8200   layout:
8201     title: ""  # No title
8202     layout: "plot-throughput"
8203
8204 -
8205   type: "plot"
8206   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-ndr"
8207   algorithm: "plot_performance_box"
8208   output-file-type: ".html"
8209   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr"
8210   data: "plot-vpp-throughput-latency-3n-hsw"
8211   filter: "'NIC_Intel-X520-DA2' and
8212            '64B' and
8213            'NDRPDR' and
8214            '2T2C' and
8215            'VTS'"
8216   parameters:
8217   - "throughput"
8218   - "parent"
8219   traces:
8220     hoverinfo: "x+y"
8221     boxpoints: "outliers"
8222     whiskerwidth: 0
8223   layout:
8224     title: ""  # No title
8225     layout: "plot-throughput"
8226
8227 -
8228   type: "plot"
8229   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-pdr"
8230   algorithm: "plot_performance_box"
8231   output-file-type: ".html"
8232   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-pdr"
8233   data: "plot-vpp-throughput-latency-3n-hsw"
8234   filter: "'NIC_Intel-X520-DA2' and
8235            '64B' and
8236            'NDRPDR' and
8237            '1T1C' and
8238            'VTS'"
8239   parameters:
8240   - "throughput"
8241   - "parent"
8242   traces:
8243     hoverinfo: "x+y"
8244     boxpoints: "outliers"
8245     whiskerwidth: 0
8246   layout:
8247     title: ""  # No title
8248     layout: "plot-throughput"
8249
8250 -
8251   type: "plot"
8252   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-pdr"
8253   algorithm: "plot_performance_box"
8254   output-file-type: ".html"
8255   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-pdr"
8256   data: "plot-vpp-throughput-latency-3n-hsw"
8257   filter: "'NIC_Intel-X520-DA2' and
8258            '64B' and
8259            'NDRPDR' and
8260            '2T2C' and
8261            'VTS'"
8262   parameters:
8263   - "throughput"
8264   - "parent"
8265   traces:
8266     hoverinfo: "x+y"
8267     boxpoints: "outliers"
8268     whiskerwidth: 0
8269   layout:
8270     title: ""  # No title
8271     layout: "plot-throughput"
8272
8273 ################################################################################
8274
8275 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
8276 -
8277   type: "plot"
8278   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8279   algorithm: "plot_performance_box"
8280   output-file-type: ".html"
8281   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8282   data: "plot-dpdk-throughput-latency-3n-hsw"
8283   filter: "'NIC_Intel-X520-DA2' and
8284            '64B' and
8285            'BASE' and
8286            'NDRPDR' and
8287            '1T1C' and
8288            'IP4FWD'"
8289   parameters:
8290   - "throughput"
8291   - "parent"
8292   traces:
8293     hoverinfo: "x+y"
8294     boxpoints: "outliers"
8295     whiskerwidth: 0
8296   layout:
8297     title: ""  # No title
8298     layout: "plot-throughput"
8299
8300 -
8301   type: "plot"
8302   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8303   algorithm: "plot_performance_box"
8304   output-file-type: ".html"
8305   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8306   data: "plot-dpdk-throughput-latency-3n-hsw"
8307   filter: "'NIC_Intel-X520-DA2' and
8308            '64B' and
8309            'BASE' and
8310            'NDRPDR' and
8311            '2T2C' and
8312            'IP4FWD'"
8313   parameters:
8314   - "throughput"
8315   - "parent"
8316   traces:
8317     hoverinfo: "x+y"
8318     boxpoints: "outliers"
8319     whiskerwidth: 0
8320   layout:
8321     title: ""  # No title
8322     layout: "plot-throughput"
8323
8324 -
8325   type: "plot"
8326   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8327   algorithm: "plot_performance_box"
8328   output-file-type: ".html"
8329   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8330   data: "plot-dpdk-throughput-latency-3n-hsw"
8331   filter: "'NIC_Intel-X520-DA2' and
8332            '64B' and
8333            'BASE' and
8334            'NDRPDR' and
8335            '1T1C' and
8336            'IP4FWD'"
8337   parameters:
8338   - "throughput"
8339   - "parent"
8340   traces:
8341     hoverinfo: "x+y"
8342     boxpoints: "outliers"
8343     whiskerwidth: 0
8344   layout:
8345     title: ""  # No title
8346     layout: "plot-throughput"
8347
8348 -
8349   type: "plot"
8350   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8351   algorithm: "plot_performance_box"
8352   output-file-type: ".html"
8353   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8354   data: "plot-dpdk-throughput-latency-3n-hsw"
8355   filter: "'NIC_Intel-X520-DA2' and
8356            '64B' and
8357            'BASE' and
8358            'NDRPDR' and
8359            '2T2C' and
8360            'IP4FWD'"
8361   parameters:
8362   - "throughput"
8363   - "parent"
8364   traces:
8365     hoverinfo: "x+y"
8366     boxpoints: "outliers"
8367     whiskerwidth: 0
8368   layout:
8369     title: ""  # No title
8370     layout: "plot-throughput"
8371
8372 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
8373 -
8374   type: "plot"
8375   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8376   algorithm: "plot_performance_box"
8377   output-file-type: ".html"
8378   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8379   data: "plot-dpdk-throughput-latency-3n-hsw"
8380   filter: "'NIC_Intel-X710' and
8381            '64B' and
8382            'BASE' and
8383            'NDRPDR' and
8384            '1T1C' and
8385            'IP4FWD'"
8386   parameters:
8387   - "throughput"
8388   - "parent"
8389   traces:
8390     hoverinfo: "x+y"
8391     boxpoints: "outliers"
8392     whiskerwidth: 0
8393   layout:
8394     title: ""  # No title
8395     layout: "plot-throughput"
8396
8397 -
8398   type: "plot"
8399   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8400   algorithm: "plot_performance_box"
8401   output-file-type: ".html"
8402   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8403   data: "plot-dpdk-throughput-latency-3n-hsw"
8404   filter: "'NIC_Intel-X710' and
8405            '64B' and
8406            'BASE' and
8407            'NDRPDR' and
8408            '2T2C' and
8409            'IP4FWD'"
8410   parameters:
8411   - "throughput"
8412   - "parent"
8413   traces:
8414     hoverinfo: "x+y"
8415     boxpoints: "outliers"
8416     whiskerwidth: 0
8417   layout:
8418     title: ""  # No title
8419     layout: "plot-throughput"
8420
8421 -
8422   type: "plot"
8423   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8424   algorithm: "plot_performance_box"
8425   output-file-type: ".html"
8426   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8427   data: "plot-dpdk-throughput-latency-3n-hsw"
8428   filter: "'NIC_Intel-X710' and
8429            '64B' and
8430            'BASE' and
8431            'NDRPDR' and
8432            '1T1C' and
8433            'IP4FWD'"
8434   parameters:
8435   - "throughput"
8436   - "parent"
8437   traces:
8438     hoverinfo: "x+y"
8439     boxpoints: "outliers"
8440     whiskerwidth: 0
8441   layout:
8442     title: ""  # No title
8443     layout: "plot-throughput"
8444
8445 -
8446   type: "plot"
8447   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8448   algorithm: "plot_performance_box"
8449   output-file-type: ".html"
8450   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8451   data: "plot-dpdk-throughput-latency-3n-hsw"
8452   filter: "'NIC_Intel-X710' and
8453            '64B' and
8454            'BASE' and
8455            'NDRPDR' and
8456            '2T2C' and
8457            'IP4FWD'"
8458   parameters:
8459   - "throughput"
8460   - "parent"
8461   traces:
8462     hoverinfo: "x+y"
8463     boxpoints: "outliers"
8464     whiskerwidth: 0
8465   layout:
8466     title: ""  # No title
8467     layout: "plot-throughput"
8468
8469 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
8470 -
8471   type: "plot"
8472   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8473   algorithm: "plot_performance_box"
8474   output-file-type: ".html"
8475   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8476   data: "plot-dpdk-throughput-latency-3n-hsw"
8477   filter: "'NIC_Intel-XL710' and
8478            '64B' and
8479            'BASE' and
8480            'NDRPDR' and
8481            '1T1C' and
8482            'IP4FWD'"
8483   parameters:
8484   - "throughput"
8485   - "parent"
8486   traces:
8487     hoverinfo: "x+y"
8488     boxpoints: "outliers"
8489     whiskerwidth: 0
8490   layout:
8491     title: ""  # No title
8492     layout: "plot-throughput"
8493
8494 -
8495   type: "plot"
8496   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8497   algorithm: "plot_performance_box"
8498   output-file-type: ".html"
8499   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8500   data: "plot-dpdk-throughput-latency-3n-hsw"
8501   filter: "'NIC_Intel-XL710' and
8502            '64B' and
8503            'BASE' and
8504            'NDRPDR' and
8505            '2T2C' and
8506            'IP4FWD'"
8507   parameters:
8508   - "throughput"
8509   - "parent"
8510   traces:
8511     hoverinfo: "x+y"
8512     boxpoints: "outliers"
8513     whiskerwidth: 0
8514   layout:
8515     title: ""  # No title
8516     layout: "plot-throughput"
8517
8518 -
8519   type: "plot"
8520   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8521   algorithm: "plot_performance_box"
8522   output-file-type: ".html"
8523   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8524   data: "plot-dpdk-throughput-latency-3n-hsw"
8525   filter: "'NIC_Intel-XL710' and
8526            '64B' and
8527            'BASE' and
8528            'NDRPDR' and
8529            '1T1C' and
8530            'IP4FWD'"
8531   parameters:
8532   - "throughput"
8533   - "parent"
8534   traces:
8535     hoverinfo: "x+y"
8536     boxpoints: "outliers"
8537     whiskerwidth: 0
8538   layout:
8539     title: ""  # No title
8540     layout: "plot-throughput"
8541
8542 -
8543   type: "plot"
8544   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8545   algorithm: "plot_performance_box"
8546   output-file-type: ".html"
8547   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8548   data: "plot-dpdk-throughput-latency-3n-hsw"
8549   filter: "'NIC_Intel-XL710' and
8550            '64B' and
8551            'BASE' and
8552            'NDRPDR' and
8553            '2T2C' and
8554            'IP4FWD'"
8555   parameters:
8556   - "throughput"
8557   - "parent"
8558   traces:
8559     hoverinfo: "x+y"
8560     boxpoints: "outliers"
8561     whiskerwidth: 0
8562   layout:
8563     title: ""  # No title
8564     layout: "plot-throughput"
8565
8566 # Packet Throughput - DPDK l3fwd 3n-skx-x710
8567 -
8568   type: "plot"
8569   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8570   algorithm: "plot_performance_box"
8571   output-file-type: ".html"
8572   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8573   data: "plot-dpdk-throughput-latency-3n-skx"
8574   filter: "'NIC_Intel-X710' and
8575            '64B' and
8576            'BASE' and
8577            'NDRPDR' and
8578            '2T1C' and
8579            'IP4FWD'"
8580   parameters:
8581   - "throughput"
8582   - "parent"
8583   traces:
8584     hoverinfo: "x+y"
8585     boxpoints: "outliers"
8586     whiskerwidth: 0
8587   layout:
8588     title: ""  # No title
8589     layout: "plot-throughput"
8590
8591 -
8592   type: "plot"
8593   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8594   algorithm: "plot_performance_box"
8595   output-file-type: ".html"
8596   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8597   data: "plot-dpdk-throughput-latency-3n-skx"
8598   filter: "'NIC_Intel-X710' and
8599            '64B' and
8600            'BASE' and
8601            'NDRPDR' and
8602            '4T2C' and
8603            'IP4FWD'"
8604   parameters:
8605   - "throughput"
8606   - "parent"
8607   traces:
8608     hoverinfo: "x+y"
8609     boxpoints: "outliers"
8610     whiskerwidth: 0
8611   layout:
8612     title: ""  # No title
8613     layout: "plot-throughput"
8614
8615 -
8616   type: "plot"
8617   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8618   algorithm: "plot_performance_box"
8619   output-file-type: ".html"
8620   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8621   data: "plot-dpdk-throughput-latency-3n-skx"
8622   filter: "'NIC_Intel-X710' and
8623            '64B' and
8624            'BASE' and
8625            'NDRPDR' and
8626            '2T1C' and
8627            'IP4FWD'"
8628   parameters:
8629   - "throughput"
8630   - "parent"
8631   traces:
8632     hoverinfo: "x+y"
8633     boxpoints: "outliers"
8634     whiskerwidth: 0
8635   layout:
8636     title: ""  # No title
8637     layout: "plot-throughput"
8638
8639 -
8640   type: "plot"
8641   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8642   algorithm: "plot_performance_box"
8643   output-file-type: ".html"
8644   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8645   data: "plot-dpdk-throughput-latency-3n-skx"
8646   filter: "'NIC_Intel-X710' and
8647            '64B' and
8648            'BASE' and
8649            'NDRPDR' and
8650            '4T2C' and
8651            'IP4FWD'"
8652   parameters:
8653   - "throughput"
8654   - "parent"
8655   traces:
8656     hoverinfo: "x+y"
8657     boxpoints: "outliers"
8658     whiskerwidth: 0
8659   layout:
8660     title: ""  # No title
8661     layout: "plot-throughput"
8662
8663 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
8664 -
8665   type: "plot"
8666   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8667   algorithm: "plot_performance_box"
8668   output-file-type: ".html"
8669   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8670   data: "plot-dpdk-throughput-latency-3n-skx"
8671   filter: "'NIC_Intel-XXV710' and
8672            '64B' and
8673            'BASE' and
8674            'NDRPDR' and
8675            '2T1C' and
8676            'IP4FWD'"
8677   parameters:
8678   - "throughput"
8679   - "parent"
8680   traces:
8681     hoverinfo: "x+y"
8682     boxpoints: "outliers"
8683     whiskerwidth: 0
8684   layout:
8685     title: ""  # No title
8686     layout: "plot-throughput"
8687
8688 -
8689   type: "plot"
8690   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8691   algorithm: "plot_performance_box"
8692   output-file-type: ".html"
8693   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8694   data: "plot-dpdk-throughput-latency-3n-skx"
8695   filter: "'NIC_Intel-XXV710' and
8696            '64B' and
8697            'BASE' and
8698            'NDRPDR' and
8699            '4T2C' and
8700            'IP4FWD'"
8701   parameters:
8702   - "throughput"
8703   - "parent"
8704   traces:
8705     hoverinfo: "x+y"
8706     boxpoints: "outliers"
8707     whiskerwidth: 0
8708   layout:
8709     title: ""  # No title
8710     layout: "plot-throughput"
8711
8712 -
8713   type: "plot"
8714   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8715   algorithm: "plot_performance_box"
8716   output-file-type: ".html"
8717   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8718   data: "plot-dpdk-throughput-latency-3n-skx"
8719   filter: "'NIC_Intel-XXV710' and
8720            '64B' and
8721            'BASE' and
8722            'NDRPDR' and
8723            '2T1C' and
8724            'IP4FWD'"
8725   parameters:
8726   - "throughput"
8727   - "parent"
8728   traces:
8729     hoverinfo: "x+y"
8730     boxpoints: "outliers"
8731     whiskerwidth: 0
8732   layout:
8733     title: ""  # No title
8734     layout: "plot-throughput"
8735
8736 -
8737   type: "plot"
8738   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8739   algorithm: "plot_performance_box"
8740   output-file-type: ".html"
8741   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8742   data: "plot-dpdk-throughput-latency-3n-skx"
8743   filter: "'NIC_Intel-XXV710' and
8744            '64B' and
8745            'BASE' and
8746            'NDRPDR' and
8747            '4T2C' and
8748            'IP4FWD'"
8749   parameters:
8750   - "throughput"
8751   - "parent"
8752   traces:
8753     hoverinfo: "x+y"
8754     boxpoints: "outliers"
8755     whiskerwidth: 0
8756   layout:
8757     title: ""  # No title
8758     layout: "plot-throughput"
8759
8760 # Packet Throughput - DPDK l3fwd 2n-skx-x710
8761 -
8762   type: "plot"
8763   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8764   algorithm: "plot_performance_box"
8765   output-file-type: ".html"
8766   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8767   data: "plot-dpdk-throughput-latency-2n-skx"
8768   filter: "'NIC_Intel-X710' and
8769            '64B' and
8770            'BASE' and
8771            'NDRPDR' and
8772            '2T1C' and
8773            'IP4FWD'"
8774   parameters:
8775   - "throughput"
8776   - "parent"
8777   traces:
8778     hoverinfo: "x+y"
8779     boxpoints: "outliers"
8780     whiskerwidth: 0
8781   layout:
8782     title: ""  # No title
8783     layout: "plot-throughput"
8784
8785 -
8786   type: "plot"
8787   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8788   algorithm: "plot_performance_box"
8789   output-file-type: ".html"
8790   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8791   data: "plot-dpdk-throughput-latency-2n-skx"
8792   filter: "'NIC_Intel-X710' and
8793            '64B' and
8794            'BASE' and
8795            'NDRPDR' and
8796            '4T2C' and
8797            'IP4FWD'"
8798   parameters:
8799   - "throughput"
8800   - "parent"
8801   traces:
8802     hoverinfo: "x+y"
8803     boxpoints: "outliers"
8804     whiskerwidth: 0
8805   layout:
8806     title: ""  # No title
8807     layout: "plot-throughput"
8808
8809 -
8810   type: "plot"
8811   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8812   algorithm: "plot_performance_box"
8813   output-file-type: ".html"
8814   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8815   data: "plot-dpdk-throughput-latency-2n-skx"
8816   filter: "'NIC_Intel-X710' and
8817            '64B' and
8818            'BASE' and
8819            'NDRPDR' and
8820            '2T1C' and
8821            'IP4FWD'"
8822   parameters:
8823   - "throughput"
8824   - "parent"
8825   traces:
8826     hoverinfo: "x+y"
8827     boxpoints: "outliers"
8828     whiskerwidth: 0
8829   layout:
8830     title: ""  # No title
8831     layout: "plot-throughput"
8832
8833 -
8834   type: "plot"
8835   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8836   algorithm: "plot_performance_box"
8837   output-file-type: ".html"
8838   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8839   data: "plot-dpdk-throughput-latency-2n-skx"
8840   filter: "'NIC_Intel-X710' and
8841            '64B' and
8842            'BASE' and
8843            'NDRPDR' and
8844            '4T2C' and
8845            'IP4FWD'"
8846   parameters:
8847   - "throughput"
8848   - "parent"
8849   traces:
8850     hoverinfo: "x+y"
8851     boxpoints: "outliers"
8852     whiskerwidth: 0
8853   layout:
8854     title: ""  # No title
8855     layout: "plot-throughput"
8856
8857 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8858 -
8859   type: "plot"
8860   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8861   algorithm: "plot_performance_box"
8862   output-file-type: ".html"
8863   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8864   data: "plot-dpdk-throughput-latency-2n-skx"
8865   filter: "'NIC_Intel-XXV710' and
8866            '64B' and
8867            'BASE' and
8868            'NDRPDR' and
8869            '2T1C' and
8870            'IP4FWD'"
8871   parameters:
8872   - "throughput"
8873   - "parent"
8874   traces:
8875     hoverinfo: "x+y"
8876     boxpoints: "outliers"
8877     whiskerwidth: 0
8878   layout:
8879     title: ""  # No title
8880     layout: "plot-throughput"
8881
8882 -
8883   type: "plot"
8884   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8885   algorithm: "plot_performance_box"
8886   output-file-type: ".html"
8887   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8888   data: "plot-dpdk-throughput-latency-2n-skx"
8889   filter: "'NIC_Intel-XXV710' and
8890            '64B' and
8891            'BASE' and
8892            'NDRPDR' and
8893            '4T2C' and
8894            'IP4FWD'"
8895   parameters:
8896   - "throughput"
8897   - "parent"
8898   traces:
8899     hoverinfo: "x+y"
8900     boxpoints: "outliers"
8901     whiskerwidth: 0
8902   layout:
8903     title: ""  # No title
8904     layout: "plot-throughput"
8905
8906 -
8907   type: "plot"
8908   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8909   algorithm: "plot_performance_box"
8910   output-file-type: ".html"
8911   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8912   data: "plot-dpdk-throughput-latency-2n-skx"
8913   filter: "'NIC_Intel-XXV710' and
8914            '64B' and
8915            'BASE' and
8916            'NDRPDR' and
8917            '2T1C' and
8918            'IP4FWD'"
8919   parameters:
8920   - "throughput"
8921   - "parent"
8922   traces:
8923     hoverinfo: "x+y"
8924     boxpoints: "outliers"
8925     whiskerwidth: 0
8926   layout:
8927     title: ""  # No title
8928     layout: "plot-throughput"
8929
8930 -
8931   type: "plot"
8932   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8933   algorithm: "plot_performance_box"
8934   output-file-type: ".html"
8935   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8936   data: "plot-dpdk-throughput-latency-2n-skx"
8937   filter: "'NIC_Intel-XXV710' and
8938            '64B' and
8939            'BASE' and
8940            'NDRPDR' and
8941            '4T2C' and
8942            'IP4FWD'"
8943   parameters:
8944   - "throughput"
8945   - "parent"
8946   traces:
8947     hoverinfo: "x+y"
8948     boxpoints: "outliers"
8949     whiskerwidth: 0
8950   layout:
8951     title: ""  # No title
8952     layout: "plot-throughput"
8953
8954 ################################################################################
8955
8956 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8957 -
8958   type: "plot"
8959   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8960   algorithm: "plot_performance_box"
8961   output-file-type: ".html"
8962   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8963   data: "plot-dpdk-throughput-latency-3n-hsw"
8964   filter: "'NIC_Intel-X520-DA2' and
8965            '64B' and
8966            'BASE' and
8967            'NDRPDR' and
8968            '1T1C' and
8969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8970   parameters:
8971   - "throughput"
8972   - "parent"
8973   traces:
8974     hoverinfo: "x+y"
8975     boxpoints: "outliers"
8976     whiskerwidth: 0
8977   layout:
8978     title: ""  # No title
8979     layout: "plot-throughput"
8980
8981 -
8982   type: "plot"
8983   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8984   algorithm: "plot_performance_box"
8985   output-file-type: ".html"
8986   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8987   data: "plot-dpdk-throughput-latency-3n-hsw"
8988   filter: "'NIC_Intel-X520-DA2' and
8989            '64B' and
8990            'BASE' and
8991            'NDRPDR' and
8992            '2T2C' and
8993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8994   parameters:
8995   - "throughput"
8996   - "parent"
8997   traces:
8998     hoverinfo: "x+y"
8999     boxpoints: "outliers"
9000     whiskerwidth: 0
9001   layout:
9002     title: ""  # No title
9003     layout: "plot-throughput"
9004
9005 -
9006   type: "plot"
9007   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
9008   algorithm: "plot_performance_box"
9009   output-file-type: ".html"
9010   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
9011   data: "plot-dpdk-throughput-latency-3n-hsw"
9012   filter: "'NIC_Intel-X520-DA2' and
9013            '64B' and
9014            'BASE' and
9015            'NDRPDR' and
9016            '1T1C' and
9017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9018   parameters:
9019   - "throughput"
9020   - "parent"
9021   traces:
9022     hoverinfo: "x+y"
9023     boxpoints: "outliers"
9024     whiskerwidth: 0
9025   layout:
9026     title: ""  # No title
9027     layout: "plot-throughput"
9028
9029 -
9030   type: "plot"
9031   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
9032   algorithm: "plot_performance_box"
9033   output-file-type: ".html"
9034   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
9035   data: "plot-dpdk-throughput-latency-3n-hsw"
9036   filter: "'NIC_Intel-X520-DA2' and
9037            '64B' and
9038            'BASE' and
9039            'NDRPDR' and
9040            '2T2C' and
9041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9042   parameters:
9043   - "throughput"
9044   - "parent"
9045   traces:
9046     hoverinfo: "x+y"
9047     boxpoints: "outliers"
9048     whiskerwidth: 0
9049   layout:
9050     title: ""  # No title
9051     layout: "plot-throughput"
9052
9053 # Packet Throughput - DPDK testpmd 3n-hsw-x710
9054 -
9055   type: "plot"
9056   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
9057   algorithm: "plot_performance_box"
9058   output-file-type: ".html"
9059   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
9060   data: "plot-dpdk-throughput-latency-3n-hsw"
9061   filter: "'NIC_Intel-X710' and
9062            '64B' and
9063            'BASE' and
9064            'NDRPDR' and
9065            '1T1C' and
9066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9067   parameters:
9068   - "throughput"
9069   - "parent"
9070   traces:
9071     hoverinfo: "x+y"
9072     boxpoints: "outliers"
9073     whiskerwidth: 0
9074   layout:
9075     title: ""  # No title
9076     layout: "plot-throughput"
9077
9078 -
9079   type: "plot"
9080   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
9081   algorithm: "plot_performance_box"
9082   output-file-type: ".html"
9083   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
9084   data: "plot-dpdk-throughput-latency-3n-hsw"
9085   filter: "'NIC_Intel-X710' and
9086            '64B' and
9087            'BASE' and
9088            'NDRPDR' and
9089            '2T2C' and
9090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9091   parameters:
9092   - "throughput"
9093   - "parent"
9094   traces:
9095     hoverinfo: "x+y"
9096     boxpoints: "outliers"
9097     whiskerwidth: 0
9098   layout:
9099     title: ""  # No title
9100     layout: "plot-throughput"
9101
9102 -
9103   type: "plot"
9104   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9105   algorithm: "plot_performance_box"
9106   output-file-type: ".html"
9107   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9108   data: "plot-dpdk-throughput-latency-3n-hsw"
9109   filter: "'NIC_Intel-X710' and
9110            '64B' and
9111            'BASE' and
9112            'NDRPDR' and
9113            '1T1C' and
9114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
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: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9129   algorithm: "plot_performance_box"
9130   output-file-type: ".html"
9131   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9132   data: "plot-dpdk-throughput-latency-3n-hsw"
9133   filter: "'NIC_Intel-X710' and
9134            '64B' and
9135            'BASE' and
9136            'NDRPDR' and
9137            '2T2C' and
9138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9139   parameters:
9140   - "throughput"
9141   - "parent"
9142   traces:
9143     hoverinfo: "x+y"
9144     boxpoints: "outliers"
9145     whiskerwidth: 0
9146   layout:
9147     title: ""  # No title
9148     layout: "plot-throughput"
9149
9150 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
9151 -
9152   type: "plot"
9153   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9154   algorithm: "plot_performance_box"
9155   output-file-type: ".html"
9156   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9157   data: "plot-dpdk-throughput-latency-3n-hsw"
9158   filter: "'NIC_Intel-XL710' and
9159            '64B' and
9160            'BASE' and
9161            'NDRPDR' and
9162            '1T1C' and
9163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9164   parameters:
9165   - "throughput"
9166   - "parent"
9167   traces:
9168     hoverinfo: "x+y"
9169     boxpoints: "outliers"
9170     whiskerwidth: 0
9171   layout:
9172     title: ""  # No title
9173     layout: "plot-throughput"
9174
9175 -
9176   type: "plot"
9177   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9178   algorithm: "plot_performance_box"
9179   output-file-type: ".html"
9180   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9181   data: "plot-dpdk-throughput-latency-3n-hsw"
9182   filter: "'NIC_Intel-XL710' and
9183            '64B' and
9184            'BASE' and
9185            'NDRPDR' and
9186            '2T2C' and
9187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9188   parameters:
9189   - "throughput"
9190   - "parent"
9191   traces:
9192     hoverinfo: "x+y"
9193     boxpoints: "outliers"
9194     whiskerwidth: 0
9195   layout:
9196     title: ""  # No title
9197     layout: "plot-throughput"
9198
9199 -
9200   type: "plot"
9201   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9202   algorithm: "plot_performance_box"
9203   output-file-type: ".html"
9204   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9205   data: "plot-dpdk-throughput-latency-3n-hsw"
9206   filter: "'NIC_Intel-XL710' and
9207            '64B' and
9208            'BASE' and
9209            'NDRPDR' and
9210            '1T1C' and
9211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9212   parameters:
9213   - "throughput"
9214   - "parent"
9215   traces:
9216     hoverinfo: "x+y"
9217     boxpoints: "outliers"
9218     whiskerwidth: 0
9219   layout:
9220     title: ""  # No title
9221     layout: "plot-throughput"
9222
9223 -
9224   type: "plot"
9225   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9226   algorithm: "plot_performance_box"
9227   output-file-type: ".html"
9228   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9229   data: "plot-dpdk-throughput-latency-3n-hsw"
9230   filter: "'NIC_Intel-XL710' and
9231            '64B' and
9232            'BASE' and
9233            'NDRPDR' and
9234            '2T2C' and
9235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9236   parameters:
9237   - "throughput"
9238   - "parent"
9239   traces:
9240     hoverinfo: "x+y"
9241     boxpoints: "outliers"
9242     whiskerwidth: 0
9243   layout:
9244     title: ""  # No title
9245     layout: "plot-throughput"
9246
9247 # Packet Throughput - DPDK testpmd 3n-skx-x710
9248 -
9249   type: "plot"
9250   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9251   algorithm: "plot_performance_box"
9252   output-file-type: ".html"
9253   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9254   data: "plot-dpdk-throughput-latency-3n-skx"
9255   filter: "'NIC_Intel-X710' and
9256            '64B' and
9257            'BASE' and
9258            'NDRPDR' and
9259            '2T1C' and
9260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9261   parameters:
9262   - "throughput"
9263   - "parent"
9264   traces:
9265     hoverinfo: "x+y"
9266     boxpoints: "outliers"
9267     whiskerwidth: 0
9268   layout:
9269     title: ""  # No title
9270     layout: "plot-throughput"
9271
9272 -
9273   type: "plot"
9274   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9275   algorithm: "plot_performance_box"
9276   output-file-type: ".html"
9277   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9278   data: "plot-dpdk-throughput-latency-3n-skx"
9279   filter: "'NIC_Intel-X710' and
9280            '64B' and
9281            'BASE' and
9282            'NDRPDR' and
9283            '4T2C' and
9284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9285   parameters:
9286   - "throughput"
9287   - "parent"
9288   traces:
9289     hoverinfo: "x+y"
9290     boxpoints: "outliers"
9291     whiskerwidth: 0
9292   layout:
9293     title: ""  # No title
9294     layout: "plot-throughput"
9295
9296 -
9297   type: "plot"
9298   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9299   algorithm: "plot_performance_box"
9300   output-file-type: ".html"
9301   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9302   data: "plot-dpdk-throughput-latency-3n-skx"
9303   filter: "'NIC_Intel-X710' and
9304            '64B' and
9305            'BASE' and
9306            'NDRPDR' and
9307            '2T1C' and
9308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9309   parameters:
9310   - "throughput"
9311   - "parent"
9312   traces:
9313     hoverinfo: "x+y"
9314     boxpoints: "outliers"
9315     whiskerwidth: 0
9316   layout:
9317     title: ""  # No title
9318     layout: "plot-throughput"
9319
9320 -
9321   type: "plot"
9322   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9323   algorithm: "plot_performance_box"
9324   output-file-type: ".html"
9325   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9326   data: "plot-dpdk-throughput-latency-3n-skx"
9327   filter: "'NIC_Intel-X710' and
9328            '64B' and
9329            'BASE' and
9330            'NDRPDR' and
9331            '4T2C' and
9332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9333   parameters:
9334   - "throughput"
9335   - "parent"
9336   traces:
9337     hoverinfo: "x+y"
9338     boxpoints: "outliers"
9339     whiskerwidth: 0
9340   layout:
9341     title: ""  # No title
9342     layout: "plot-throughput"
9343
9344 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
9345 -
9346   type: "plot"
9347   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9348   algorithm: "plot_performance_box"
9349   output-file-type: ".html"
9350   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9351   data: "plot-dpdk-throughput-latency-3n-skx"
9352   filter: "'NIC_Intel-XXV710' and
9353            '64B' and
9354            'BASE' and
9355            'NDRPDR' and
9356            '2T1C' and
9357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9358   parameters:
9359   - "throughput"
9360   - "parent"
9361   traces:
9362     hoverinfo: "x+y"
9363     boxpoints: "outliers"
9364     whiskerwidth: 0
9365   layout:
9366     title: ""  # No title
9367     layout: "plot-throughput"
9368
9369 -
9370   type: "plot"
9371   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9372   algorithm: "plot_performance_box"
9373   output-file-type: ".html"
9374   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9375   data: "plot-dpdk-throughput-latency-3n-skx"
9376   filter: "'NIC_Intel-XXV710' and
9377            '64B' and
9378            'BASE' and
9379            'NDRPDR' and
9380            '4T2C' and
9381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9382   parameters:
9383   - "throughput"
9384   - "parent"
9385   traces:
9386     hoverinfo: "x+y"
9387     boxpoints: "outliers"
9388     whiskerwidth: 0
9389   layout:
9390     title: ""  # No title
9391     layout: "plot-throughput"
9392
9393 -
9394   type: "plot"
9395   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9396   algorithm: "plot_performance_box"
9397   output-file-type: ".html"
9398   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9399   data: "plot-dpdk-throughput-latency-3n-skx"
9400   filter: "'NIC_Intel-XXV710' and
9401            '64B' and
9402            'BASE' and
9403            'NDRPDR' and
9404            '2T1C' and
9405            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9406   parameters:
9407   - "throughput"
9408   - "parent"
9409   traces:
9410     hoverinfo: "x+y"
9411     boxpoints: "outliers"
9412     whiskerwidth: 0
9413   layout:
9414     title: ""  # No title
9415     layout: "plot-throughput"
9416
9417 -
9418   type: "plot"
9419   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9420   algorithm: "plot_performance_box"
9421   output-file-type: ".html"
9422   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9423   data: "plot-dpdk-throughput-latency-3n-skx"
9424   filter: "'NIC_Intel-XXV710' and
9425            '64B' and
9426            'BASE' and
9427            'NDRPDR' and
9428            '4T2C' and
9429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9430   parameters:
9431   - "throughput"
9432   - "parent"
9433   traces:
9434     hoverinfo: "x+y"
9435     boxpoints: "outliers"
9436     whiskerwidth: 0
9437   layout:
9438     title: ""  # No title
9439     layout: "plot-throughput"
9440
9441 # Packet Throughput - DPDK testpmd 2n-skx-x710
9442 -
9443   type: "plot"
9444   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9445   algorithm: "plot_performance_box"
9446   output-file-type: ".html"
9447   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9448   data: "plot-dpdk-throughput-latency-2n-skx"
9449   filter: "'NIC_Intel-X710' and
9450            '64B' and
9451            'BASE' and
9452            'NDRPDR' and
9453            '2T1C' and
9454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9455   parameters:
9456   - "throughput"
9457   - "parent"
9458   traces:
9459     hoverinfo: "x+y"
9460     boxpoints: "outliers"
9461     whiskerwidth: 0
9462   layout:
9463     title: ""  # No title
9464     layout: "plot-throughput"
9465
9466 -
9467   type: "plot"
9468   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9469   algorithm: "plot_performance_box"
9470   output-file-type: ".html"
9471   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9472   data: "plot-dpdk-throughput-latency-2n-skx"
9473   filter: "'NIC_Intel-X710' and
9474            '64B' and
9475            'BASE' and
9476            'NDRPDR' and
9477            '4T2C' and
9478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9479   parameters:
9480   - "throughput"
9481   - "parent"
9482   traces:
9483     hoverinfo: "x+y"
9484     boxpoints: "outliers"
9485     whiskerwidth: 0
9486   layout:
9487     title: ""  # No title
9488     layout: "plot-throughput"
9489
9490 -
9491   type: "plot"
9492   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9493   algorithm: "plot_performance_box"
9494   output-file-type: ".html"
9495   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9496   data: "plot-dpdk-throughput-latency-2n-skx"
9497   filter: "'NIC_Intel-X710' and
9498            '64B' and
9499            'BASE' and
9500            'NDRPDR' and
9501            '2T1C' and
9502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9503   parameters:
9504   - "throughput"
9505   - "parent"
9506   traces:
9507     hoverinfo: "x+y"
9508     boxpoints: "outliers"
9509     whiskerwidth: 0
9510   layout:
9511     title: ""  # No title
9512     layout: "plot-throughput"
9513
9514 -
9515   type: "plot"
9516   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9517   algorithm: "plot_performance_box"
9518   output-file-type: ".html"
9519   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9520   data: "plot-dpdk-throughput-latency-2n-skx"
9521   filter: "'NIC_Intel-X710' and
9522            '64B' and
9523            'BASE' and
9524            'NDRPDR' and
9525            '4T2C' and
9526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9527   parameters:
9528   - "throughput"
9529   - "parent"
9530   traces:
9531     hoverinfo: "x+y"
9532     boxpoints: "outliers"
9533     whiskerwidth: 0
9534   layout:
9535     title: ""  # No title
9536     layout: "plot-throughput"
9537
9538 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
9539 -
9540   type: "plot"
9541   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9542   algorithm: "plot_performance_box"
9543   output-file-type: ".html"
9544   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9545   data: "plot-dpdk-throughput-latency-2n-skx"
9546   filter: "'NIC_Intel-XXV710' and
9547            '64B' and
9548            'BASE' and
9549            'NDRPDR' and
9550            '2T1C' and
9551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9552   parameters:
9553   - "throughput"
9554   - "parent"
9555   traces:
9556     hoverinfo: "x+y"
9557     boxpoints: "outliers"
9558     whiskerwidth: 0
9559   layout:
9560     title: ""  # No title
9561     layout: "plot-throughput"
9562
9563 -
9564   type: "plot"
9565   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9566   algorithm: "plot_performance_box"
9567   output-file-type: ".html"
9568   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9569   data: "plot-dpdk-throughput-latency-2n-skx"
9570   filter: "'NIC_Intel-XXV710' and
9571            '64B' and
9572            'BASE' and
9573            'NDRPDR' and
9574            '4T2C' and
9575            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9576   parameters:
9577   - "throughput"
9578   - "parent"
9579   traces:
9580     hoverinfo: "x+y"
9581     boxpoints: "outliers"
9582     whiskerwidth: 0
9583   layout:
9584     title: ""  # No title
9585     layout: "plot-throughput"
9586
9587 -
9588   type: "plot"
9589   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9590   algorithm: "plot_performance_box"
9591   output-file-type: ".html"
9592   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9593   data: "plot-dpdk-throughput-latency-2n-skx"
9594   filter: "'NIC_Intel-XXV710' and
9595            '64B' and
9596            'BASE' and
9597            'NDRPDR' and
9598            '2T1C' and
9599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9600   parameters:
9601   - "throughput"
9602   - "parent"
9603   traces:
9604     hoverinfo: "x+y"
9605     boxpoints: "outliers"
9606     whiskerwidth: 0
9607   layout:
9608     title: ""  # No title
9609     layout: "plot-throughput"
9610
9611 -
9612   type: "plot"
9613   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9614   algorithm: "plot_performance_box"
9615   output-file-type: ".html"
9616   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9617   data: "plot-dpdk-throughput-latency-2n-skx"
9618   filter: "'NIC_Intel-XXV710' and
9619            '64B' and
9620            'BASE' and
9621            'NDRPDR' and
9622            '4T2C' and
9623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9624   parameters:
9625   - "throughput"
9626   - "parent"
9627   traces:
9628     hoverinfo: "x+y"
9629     boxpoints: "outliers"
9630     whiskerwidth: 0
9631   layout:
9632     title: ""  # No title
9633     layout: "plot-throughput"
9634
9635
9636
9637
9638
9639
9640
9641
9642 ################################################################################
9643
9644 # Packet Latency - VPP L2 3n-hsw-x520
9645 -
9646   type: "plot"
9647   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9648   algorithm: "plot_latency_box"
9649   output-file-type: ".html"
9650   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9651   data: "plot-vpp-throughput-latency-3n-hsw"
9652   filter: "'NIC_Intel-X520-DA2' and
9653            '64B' and
9654            ('BASE' or 'SCALE') and
9655            'NDRPDR' and
9656            '1T1C' and
9657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9658            not 'VHOST' and
9659            not 'MEMIF'"
9660   parameters:
9661   - "latency"
9662   - "parent"
9663   traces:
9664     boxmean: False
9665   layout:
9666     title: ""  # No title
9667     layout: "plot-latency"
9668
9669 -
9670   type: "plot"
9671   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9672   algorithm: "plot_latency_box"
9673   output-file-type: ".html"
9674   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9675   data: "plot-vpp-throughput-latency-3n-hsw"
9676   filter: "'NIC_Intel-X520-DA2' and
9677            '64B' and
9678            ('BASE' or 'SCALE') and
9679            'NDRPDR' and
9680            '2T2C' and
9681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9682            not 'VHOST' and
9683            not 'MEMIF'"
9684   parameters:
9685   - "latency"
9686   - "parent"
9687   traces:
9688     boxmean: False
9689   layout:
9690     title: ""  # No title
9691     layout: "plot-latency"
9692
9693 -
9694   type: "plot"
9695   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9696   algorithm: "plot_latency_box"
9697   output-file-type: ".html"
9698   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9699   data: "plot-vpp-throughput-latency-3n-hsw"
9700   filter: "'NIC_Intel-X520-DA2' and
9701            '64B' and
9702            'FEATURE' and
9703            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9704            'NDRPDR' and
9705            '1T1C' and
9706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9707            not 'VHOST' and
9708            not 'MEMIF'"
9709   parameters:
9710   - "latency"
9711   - "parent"
9712   traces:
9713     boxmean: False
9714   layout:
9715     title: ""  # No title
9716     layout: "plot-latency"
9717
9718 -
9719   type: "plot"
9720   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9721   algorithm: "plot_latency_box"
9722   output-file-type: ".html"
9723   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9724   data: "plot-vpp-throughput-latency-3n-hsw"
9725   filter: "'NIC_Intel-X520-DA2' and
9726            '64B' and
9727            'FEATURE' and
9728            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9729            'NDRPDR' and
9730            '2T2C' and
9731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9732            not 'VHOST' and
9733            not 'MEMIF'"
9734   parameters:
9735   - "latency"
9736   - "parent"
9737   traces:
9738     boxmean: False
9739   layout:
9740     title: ""  # No title
9741     layout: "plot-latency"
9742
9743 # Packet Latency - VPP L2 3n-hsw-x710
9744 -
9745   type: "plot"
9746   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9747   algorithm: "plot_latency_box"
9748   output-file-type: ".html"
9749   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9750   data: "plot-vpp-throughput-latency-3n-hsw"
9751   filter: "'NIC_Intel-X710' and
9752            '64B' and
9753            ('BASE' or 'SCALE') and
9754            'NDRPDR' and
9755            '1T1C' and
9756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9757            not 'VHOST' and
9758            not 'MEMIF'"
9759   parameters:
9760   - "latency"
9761   - "parent"
9762   traces:
9763     boxmean: False
9764   layout:
9765     title: ""  # No title
9766     layout: "plot-latency"
9767
9768 -
9769   type: "plot"
9770   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9771   algorithm: "plot_latency_box"
9772   output-file-type: ".html"
9773   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9774   data: "plot-vpp-throughput-latency-3n-hsw"
9775   filter: "'NIC_Intel-X710' and
9776            '64B' and
9777            ('BASE' or 'SCALE') and
9778            'NDRPDR' and
9779            '2T2C' and
9780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9781            not 'VHOST' and
9782            not 'MEMIF'"
9783   parameters:
9784   - "latency"
9785   - "parent"
9786   traces:
9787     boxmean: False
9788   layout:
9789     title: ""  # No title
9790     layout: "plot-latency"
9791
9792 -
9793   type: "plot"
9794   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9795   algorithm: "plot_latency_box"
9796   output-file-type: ".html"
9797   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9798   data: "plot-vpp-throughput-latency-3n-hsw"
9799   filter: "'NIC_Intel-X710' and
9800            '64B' and
9801            'FEATURE' and
9802            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9803            'NDRPDR' and
9804            '1T1C' and
9805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9806            not 'VHOST' and
9807            not 'MEMIF'"
9808   parameters:
9809   - "latency"
9810   - "parent"
9811   traces:
9812     boxmean: False
9813   layout:
9814     title: ""  # No title
9815     layout: "plot-latency"
9816
9817 -
9818   type: "plot"
9819   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9820   algorithm: "plot_latency_box"
9821   output-file-type: ".html"
9822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9823   data: "plot-vpp-throughput-latency-3n-hsw"
9824   filter: "'NIC_Intel-X710' and
9825            '64B' and
9826            'FEATURE' and
9827            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9828            'NDRPDR' and
9829            '2T2C' and
9830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9831            not 'VHOST' and
9832            not 'MEMIF'"
9833   parameters:
9834   - "latency"
9835   - "parent"
9836   traces:
9837     boxmean: False
9838   layout:
9839     title: ""  # No title
9840     layout: "plot-latency"
9841
9842 # Packet Latency - VPP L2 3n-hsw-xl710
9843 -
9844   type: "plot"
9845   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9846   algorithm: "plot_latency_box"
9847   output-file-type: ".html"
9848   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9849   data: "plot-vpp-throughput-latency-3n-hsw"
9850   filter: "'NIC_Intel-XL710' and
9851            '64B' and
9852            ('BASE' or 'SCALE') and
9853            'NDRPDR' and
9854            '1T1C' and
9855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9856            not 'VHOST' and
9857            not 'MEMIF'"
9858   parameters:
9859   - "latency"
9860   - "parent"
9861   traces:
9862     boxmean: False
9863   layout:
9864     title: ""  # No title
9865     layout: "plot-latency"
9866
9867 -
9868   type: "plot"
9869   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9870   algorithm: "plot_latency_box"
9871   output-file-type: ".html"
9872   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9873   data: "plot-vpp-throughput-latency-3n-hsw"
9874   filter: "'NIC_Intel-XL710' and
9875            '64B' and
9876            ('BASE' or 'SCALE') and
9877            'NDRPDR' and
9878            '2T2C' and
9879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9880            not 'VHOST' and
9881            not 'MEMIF'"
9882   parameters:
9883   - "latency"
9884   - "parent"
9885   traces:
9886     boxmean: False
9887   layout:
9888     title: ""  # No title
9889     layout: "plot-latency"
9890
9891 # Packet Latency - VPP L2 3n-skx-x710
9892 -
9893   type: "plot"
9894   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9895   algorithm: "plot_latency_box"
9896   output-file-type: ".html"
9897   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9898   data: "plot-vpp-throughput-latency-3n-skx"
9899   filter: "'NIC_Intel-X710' and
9900            '64B' and
9901            ('BASE' or 'SCALE') and
9902            'NDRPDR' and
9903            '2T1C' and
9904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9905            not 'VHOST' and
9906            not 'MEMIF'"
9907   parameters:
9908   - "latency"
9909   - "parent"
9910   traces:
9911     boxmean: False
9912   layout:
9913     title: ""  # No title
9914     layout: "plot-latency"
9915
9916 -
9917   type: "plot"
9918   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9919   algorithm: "plot_latency_box"
9920   output-file-type: ".html"
9921   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9922   data: "plot-vpp-throughput-latency-3n-skx"
9923   filter: "'NIC_Intel-X710' and
9924            '64B' and
9925            ('BASE' or 'SCALE') and
9926            'NDRPDR' and
9927            '4T2C' and
9928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9929            not 'VHOST' and
9930            not 'MEMIF'"
9931   parameters:
9932   - "latency"
9933   - "parent"
9934   traces:
9935     boxmean: False
9936   layout:
9937     title: ""  # No title
9938     layout: "plot-latency"
9939
9940 -
9941   type: "plot"
9942   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9943   algorithm: "plot_latency_box"
9944   output-file-type: ".html"
9945   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9946   data: "plot-vpp-throughput-latency-3n-skx"
9947   filter: "'NIC_Intel-X710' and
9948            '64B' and
9949            'FEATURE' and
9950            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9951            'NDRPDR' and
9952            '2T1C' and
9953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9954            not 'VHOST' and
9955            not 'MEMIF'"
9956   parameters:
9957   - "latency"
9958   - "parent"
9959   traces:
9960     boxmean: False
9961   layout:
9962     title: ""  # No title
9963     layout: "plot-latency"
9964
9965 -
9966   type: "plot"
9967   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9968   algorithm: "plot_latency_box"
9969   output-file-type: ".html"
9970   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9971   data: "plot-vpp-throughput-latency-3n-skx"
9972   filter: "'NIC_Intel-X710' and
9973            '64B' and
9974            'FEATURE' and
9975            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9976            'NDRPDR' and
9977            '4T2C' and
9978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
9979            not 'VHOST' and
9980            not 'MEMIF'"
9981   parameters:
9982   - "latency"
9983   - "parent"
9984   traces:
9985     boxmean: False
9986   layout:
9987     title: ""  # No title
9988     layout: "plot-latency"
9989
9990 # Packet Latency - VPP L2 3n-skx-xxv710
9991 -
9992   type: "plot"
9993   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9994   algorithm: "plot_latency_box"
9995   output-file-type: ".html"
9996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9997   data: "plot-vpp-throughput-latency-3n-skx"
9998   filter: "'NIC_Intel-XXV710' and
9999            '64B' and
10000            ('BASE' or 'SCALE') and
10001            'NDRPDR' and
10002            '2T1C' and
10003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10004            not 'VHOST' and
10005            not 'MEMIF'"
10006   parameters:
10007   - "latency"
10008   - "parent"
10009   traces:
10010     boxmean: False
10011   layout:
10012     title: ""  # No title
10013     layout: "plot-latency"
10014
10015 -
10016   type: "plot"
10017   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10018   algorithm: "plot_latency_box"
10019   output-file-type: ".html"
10020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10021   data: "plot-vpp-throughput-latency-3n-skx"
10022   filter: "'NIC_Intel-XXV710' and
10023            '64B' and
10024            ('BASE' or 'SCALE') and
10025            'NDRPDR' and
10026            '4T2C' and
10027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10028            not 'VHOST' and
10029            not 'MEMIF'"
10030   parameters:
10031   - "latency"
10032   - "parent"
10033   traces:
10034     boxmean: False
10035   layout:
10036     title: ""  # No title
10037     layout: "plot-latency"
10038
10039 -
10040   type: "plot"
10041   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10042   algorithm: "plot_latency_box"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10045   data: "plot-vpp-throughput-latency-3n-skx"
10046   filter: "'NIC_Intel-XXV710' and
10047            '64B' and
10048            'FEATURE' and
10049            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10050            'NDRPDR' and
10051            '2T1C' and
10052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10053            not 'VHOST' and
10054            not 'MEMIF'"
10055   parameters:
10056   - "latency"
10057   - "parent"
10058   traces:
10059     boxmean: False
10060   layout:
10061     title: ""  # No title
10062     layout: "plot-latency"
10063
10064 -
10065   type: "plot"
10066   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10067   algorithm: "plot_latency_box"
10068   output-file-type: ".html"
10069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10070   data: "plot-vpp-throughput-latency-3n-skx"
10071   filter: "'NIC_Intel-XXV710' and
10072            '64B' and
10073            'FEATURE' and
10074            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10075            'NDRPDR' and
10076            '4T2C' and
10077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10078            not 'VHOST' and
10079            not 'MEMIF'"
10080   parameters:
10081   - "latency"
10082   - "parent"
10083   traces:
10084     boxmean: False
10085   layout:
10086     title: ""  # No title
10087     layout: "plot-latency"
10088
10089 # Packet Latency - VPP L2 2n-skx-x710
10090 -
10091   type: "plot"
10092   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10093   algorithm: "plot_latency_box"
10094   output-file-type: ".html"
10095   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10096   data: "plot-vpp-throughput-latency-2n-skx"
10097   filter: "'NIC_Intel-X710' and
10098            '64B' and
10099            ('BASE' or 'SCALE') and
10100            'NDRPDR' and
10101            '2T1C' and
10102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10103            not 'VHOST' and
10104            not 'MEMIF'"
10105   parameters:
10106   - "latency"
10107   - "parent"
10108   traces:
10109     boxmean: False
10110   layout:
10111     title: ""  # No title
10112     layout: "plot-latency"
10113
10114 -
10115   type: "plot"
10116   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10117   algorithm: "plot_latency_box"
10118   output-file-type: ".html"
10119   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10120   data: "plot-vpp-throughput-latency-2n-skx"
10121   filter: "'NIC_Intel-X710' and
10122            '64B' and
10123            ('BASE' or 'SCALE') and
10124            'NDRPDR' and
10125            '4T2C' and
10126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10127            not 'VHOST' and
10128            not 'MEMIF'"
10129   parameters:
10130   - "latency"
10131   - "parent"
10132   traces:
10133     boxmean: False
10134   layout:
10135     title: ""  # No title
10136     layout: "plot-latency"
10137
10138 # Packet Latency - VPP L2 2n-skx-xxv710
10139 -
10140   type: "plot"
10141   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10142   algorithm: "plot_latency_box"
10143   output-file-type: ".html"
10144   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10145   data: "plot-vpp-throughput-latency-2n-skx"
10146   filter: "'NIC_Intel-XXV710' and
10147            '64B' and
10148            ('BASE' or 'SCALE') and
10149            'NDRPDR' and
10150            '2T1C' and
10151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10152            not 'VHOST' and
10153            not 'MEMIF'"
10154   parameters:
10155   - "latency"
10156   - "parent"
10157   traces:
10158     boxmean: False
10159   layout:
10160     title: ""  # No title
10161     layout: "plot-latency"
10162
10163 -
10164   type: "plot"
10165   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10166   algorithm: "plot_latency_box"
10167   output-file-type: ".html"
10168   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10169   data: "plot-vpp-throughput-latency-2n-skx"
10170   filter: "'NIC_Intel-XXV710' and
10171            '64B' and
10172            ('BASE' or 'SCALE') and
10173            'NDRPDR' and
10174            '4T2C' and
10175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10176            not 'VHOST' and
10177            not 'MEMIF'"
10178   parameters:
10179   - "latency"
10180   - "parent"
10181   traces:
10182     boxmean: False
10183   layout:
10184     title: ""  # No title
10185     layout: "plot-latency"
10186
10187 ################################################################################
10188
10189 # Packet Latency - VPP Container Memif 3n-hsw-x520
10190 -
10191   type: "plot"
10192   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10193   algorithm: "plot_latency_box"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10196   data: "plot-vpp-throughput-latency-3n-hsw"
10197   filter: "'NIC_Intel-X520-DA2' and
10198            '64B' and
10199            ('BASE' or 'SCALE') and
10200            'NDRPDR' and
10201            '1T1C' and
10202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10203            not 'VHOST' and
10204            'MEMIF'"
10205   parameters:
10206   - "latency"
10207   - "parent"
10208   traces:
10209     boxmean: False
10210   layout:
10211     title: ""  # No title
10212     layout: "plot-latency"
10213
10214 -
10215   type: "plot"
10216   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10217   algorithm: "plot_latency_box"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10220   data: "plot-vpp-throughput-latency-3n-hsw"
10221   filter: "'NIC_Intel-X520-DA2' and
10222            '64B' and
10223            ('BASE' or 'SCALE') and
10224            'NDRPDR' and
10225            '2T2C' and
10226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10227            not 'VHOST' and
10228            'MEMIF'"
10229   parameters:
10230   - "latency"
10231   - "parent"
10232   traces:
10233     boxmean: False
10234   layout:
10235     title: ""  # No title
10236     layout: "plot-latency"
10237
10238 # Packet Latency - VPP Container Memif 3n-hsw-x710
10239 -
10240   type: "plot"
10241   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10242   algorithm: "plot_latency_box"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10245   data: "plot-vpp-throughput-latency-3n-hsw"
10246   filter: "'NIC_Intel-X710' and
10247            '64B' and
10248            ('BASE' or 'SCALE') and
10249            'NDRPDR' and
10250            '1T1C' and
10251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10252            not 'VHOST' and
10253            'MEMIF'"
10254   parameters:
10255   - "latency"
10256   - "parent"
10257   traces:
10258     boxmean: False
10259   layout:
10260     title: ""  # No title
10261     layout: "plot-latency"
10262
10263 -
10264   type: "plot"
10265   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10266   algorithm: "plot_latency_box"
10267   output-file-type: ".html"
10268   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10269   data: "plot-vpp-throughput-latency-3n-hsw"
10270   filter: "'NIC_Intel-X710' and
10271            '64B' and
10272            ('BASE' or 'SCALE') and
10273            'NDRPDR' and
10274            '2T2C' and
10275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10276            not 'VHOST' and
10277            'MEMIF'"
10278   parameters:
10279   - "latency"
10280   - "parent"
10281   traces:
10282     boxmean: False
10283   layout:
10284     title: ""  # No title
10285     layout: "plot-latency"
10286
10287 # Packet Latency - VPP Container Memif 3n-hsw-xl710
10288 -
10289   type: "plot"
10290   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10291   algorithm: "plot_latency_box"
10292   output-file-type: ".html"
10293   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10294   data: "plot-vpp-throughput-latency-3n-hsw"
10295   filter: "'NIC_Intel-XL710' and
10296            '64B' and
10297            ('BASE' or 'SCALE') and
10298            'NDRPDR' and
10299            '1T1C' and
10300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10301            not 'VHOST' and
10302            'MEMIF'"
10303   parameters:
10304   - "latency"
10305   - "parent"
10306   traces:
10307     boxmean: False
10308   layout:
10309     title: ""  # No title
10310     layout: "plot-latency"
10311
10312 -
10313   type: "plot"
10314   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10315   algorithm: "plot_latency_box"
10316   output-file-type: ".html"
10317   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10318   data: "plot-vpp-throughput-latency-3n-hsw"
10319   filter: "'NIC_Intel-XL710' and
10320            '64B' and
10321            ('BASE' or 'SCALE') and
10322            'NDRPDR' and
10323            '2T2C' and
10324            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10325            not 'VHOST' and
10326            'MEMIF'"
10327   parameters:
10328   - "latency"
10329   - "parent"
10330   traces:
10331     boxmean: False
10332   layout:
10333     title: ""  # No title
10334     layout: "plot-latency"
10335
10336 # Packet Latency - VPP Container Memif 3n-skx-x710
10337 -
10338   type: "plot"
10339   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10340   algorithm: "plot_latency_box"
10341   output-file-type: ".html"
10342   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10343   data: "plot-vpp-throughput-latency-3n-skx"
10344   filter: "'NIC_Intel-X710' and
10345            '64B' and
10346            ('BASE' or 'SCALE') and
10347            'NDRPDR' and
10348            '2T1C' and
10349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10350            not 'VHOST' and
10351            'MEMIF'"
10352   parameters:
10353   - "latency"
10354   - "parent"
10355   traces:
10356     boxmean: False
10357   layout:
10358     title: ""  # No title
10359     layout: "plot-latency"
10360
10361 -
10362   type: "plot"
10363   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10364   algorithm: "plot_latency_box"
10365   output-file-type: ".html"
10366   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10367   data: "plot-vpp-throughput-latency-3n-skx"
10368   filter: "'NIC_Intel-X710' and
10369            '64B' and
10370            ('BASE' or 'SCALE') and
10371            'NDRPDR' and
10372            '4T2C' and
10373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10374            not 'VHOST' and
10375            'MEMIF'"
10376   parameters:
10377   - "latency"
10378   - "parent"
10379   traces:
10380     boxmean: False
10381   layout:
10382     title: ""  # No title
10383     layout: "plot-latency"
10384
10385 # Packet Latency - VPP Container Memif 3n-skx-xxv710
10386 -
10387   type: "plot"
10388   title: "VPP Latency: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10389   algorithm: "plot_latency_box"
10390   output-file-type: ".html"
10391   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10392   data: "plot-vpp-throughput-latency-3n-skx"
10393   filter: "'NIC_Intel-XXV710' and
10394            '64B' and
10395            ('BASE' or 'SCALE') and
10396            'NDRPDR' and
10397            '2T1C' and
10398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10399            not 'VHOST' and
10400            'MEMIF'"
10401   parameters:
10402   - "latency"
10403   - "parent"
10404   traces:
10405     boxmean: False
10406   layout:
10407     title: ""  # No title
10408     layout: "plot-latency"
10409
10410 -
10411   type: "plot"
10412   title: "VPP Latency: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10413   algorithm: "plot_latency_box"
10414   output-file-type: ".html"
10415   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10416   data: "plot-vpp-throughput-latency-3n-skx"
10417   filter: "'NIC_Intel-XXV710' and
10418            '64B' and
10419            ('BASE' or 'SCALE') and
10420            'NDRPDR' and
10421            '4T2C' and
10422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10423            not 'VHOST' and
10424            'MEMIF'"
10425   parameters:
10426   - "latency"
10427   - "parent"
10428   traces:
10429     boxmean: False
10430   layout:
10431     title: ""  # No title
10432     layout: "plot-latency"
10433
10434 ################################################################################
10435
10436 # Packet Latency - VPP Container Memif 3n-hsw-x520
10437 -
10438   type: "plot"
10439   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10440   algorithm: "plot_latency_box"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10443   data: "plot-ligato-throughput-latency-3n-hsw"
10444   filter: "'NIC_Intel-X520-DA2' and
10445            '64B' and
10446            ('BASE' or 'SCALE') and
10447            'NDRPDR' and
10448            '1T1C' and
10449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10450            not 'VHOST' and
10451            'MEMIF'"
10452   parameters:
10453   - "latency"
10454   - "parent"
10455   traces:
10456     boxmean: False
10457   layout:
10458     title: ""  # No title
10459     layout: "plot-latency"
10460
10461 -
10462   type: "plot"
10463   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10464   algorithm: "plot_latency_box"
10465   output-file-type: ".html"
10466   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10467   data: "plot-ligato-throughput-latency-3n-hsw"
10468   filter: "'NIC_Intel-X520-DA2' and
10469            '64B' and
10470            ('BASE' or 'SCALE') and
10471            'NDRPDR' and
10472            '2T2C' and
10473            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10474            not 'VHOST' and
10475            'MEMIF'"
10476   parameters:
10477   - "latency"
10478   - "parent"
10479   traces:
10480     boxmean: False
10481   layout:
10482     title: ""  # No title
10483     layout: "plot-latency"
10484
10485 # Packet Latency - VPP Container Memif 3n-hsw-x710
10486 -
10487   type: "plot"
10488   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10489   algorithm: "plot_latency_box"
10490   output-file-type: ".html"
10491   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10492   data: "plot-ligato-throughput-latency-3n-hsw"
10493   filter: "'NIC_Intel-X710' and
10494            '64B' and
10495            ('BASE' or 'SCALE') and
10496            'NDRPDR' and
10497            '1T1C' and
10498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10499            not 'VHOST' and
10500            'MEMIF'"
10501   parameters:
10502   - "latency"
10503   - "parent"
10504   traces:
10505     boxmean: False
10506   layout:
10507     title: ""  # No title
10508     layout: "plot-latency"
10509
10510 -
10511   type: "plot"
10512   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10513   algorithm: "plot_latency_box"
10514   output-file-type: ".html"
10515   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10516   data: "plot-ligato-throughput-latency-3n-hsw"
10517   filter: "'NIC_Intel-X710' and
10518            '64B' and
10519            ('BASE' or 'SCALE') and
10520            'NDRPDR' and
10521            '2T2C' and
10522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10523            not 'VHOST' and
10524            'MEMIF'"
10525   parameters:
10526   - "latency"
10527   - "parent"
10528   traces:
10529     boxmean: False
10530   layout:
10531     title: ""  # No title
10532     layout: "plot-latency"
10533
10534 ################################################################################
10535
10536 # Packet Latency - VPP IPv4 3n-hsw-x520
10537 -
10538   type: "plot"
10539   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10540   algorithm: "plot_latency_box"
10541   output-file-type: ".html"
10542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10543   data: "plot-vpp-throughput-latency-3n-hsw"
10544   filter: "'NIC_Intel-X520-DA2' and
10545            '64B' and
10546            ('BASE' or 'SCALE') and
10547            'NDRPDR' and
10548            '1T1C' and
10549            'IP4FWD' and
10550            not 'IPSEC' and
10551            not 'VHOST'"
10552   parameters:
10553   - "latency"
10554   - "parent"
10555   traces:
10556     boxmean: False
10557   layout:
10558     title: ""  # No title
10559     layout: "plot-latency"
10560
10561 -
10562   type: "plot"
10563   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10564   algorithm: "plot_latency_box"
10565   output-file-type: ".html"
10566   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10567   data: "plot-vpp-throughput-latency-3n-hsw"
10568   filter: "'NIC_Intel-X520-DA2' and
10569            '64B' and
10570            ('BASE' or 'SCALE') and
10571            'NDRPDR' and
10572            '2T2C' and
10573            'IP4FWD' and
10574            not 'IPSEC' and
10575            not 'VHOST'"
10576   parameters:
10577   - "latency"
10578   - "parent"
10579   traces:
10580     boxmean: False
10581   layout:
10582     title: ""  # No title
10583     layout: "plot-latency"
10584
10585 -
10586   type: "plot"
10587   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10588   algorithm: "plot_latency_box"
10589   output-file-type: ".html"
10590   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10591   data: "plot-vpp-throughput-latency-3n-hsw"
10592   filter: "'NIC_Intel-X520-DA2' and
10593            '64B' and
10594            'FEATURE' and
10595            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10596            'NDRPDR' and
10597            '1T1C' and
10598            'IP4FWD' and
10599            not 'IPSEC' and
10600            not 'VHOST'"
10601   parameters:
10602   - "latency"
10603   - "parent"
10604   traces:
10605     boxmean: False
10606   layout:
10607     title: ""  # No title
10608     layout: "plot-latency"
10609
10610 -
10611   type: "plot"
10612   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10613   algorithm: "plot_latency_box"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10616   data: "plot-vpp-throughput-latency-3n-hsw"
10617   filter: "'NIC_Intel-X520-DA2' and
10618            '64B' and
10619            'FEATURE' and
10620            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10621            'NDRPDR' and
10622            '2T2C' and
10623            'IP4FWD' and
10624            not 'IPSEC' and
10625            not 'VHOST'"
10626   parameters:
10627   - "latency"
10628   - "parent"
10629   traces:
10630     boxmean: False
10631   layout:
10632     title: ""  # No title
10633     layout: "plot-latency"
10634
10635 # Packet Latency - VPP IPv4 3n-hsw-x710
10636 -
10637   type: "plot"
10638   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10639   algorithm: "plot_latency_box"
10640   output-file-type: ".html"
10641   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10642   data: "plot-vpp-throughput-latency-3n-hsw"
10643   filter: "'NIC_Intel-X710' and
10644            '64B' and
10645            ('BASE' or 'SCALE') and
10646            'NDRPDR' and
10647            '1T1C' and
10648            'IP4FWD' and
10649            not 'IPSEC' and
10650            not 'VHOST'"
10651   parameters:
10652   - "latency"
10653   - "parent"
10654   traces:
10655     boxmean: False
10656   layout:
10657     title: ""  # No title
10658     layout: "plot-latency"
10659
10660 -
10661   type: "plot"
10662   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10663   algorithm: "plot_latency_box"
10664   output-file-type: ".html"
10665   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10666   data: "plot-vpp-throughput-latency-3n-hsw"
10667   filter: "'NIC_Intel-X710' and
10668            '64B' and
10669            ('BASE' or 'SCALE') and
10670            'NDRPDR' and
10671            '2T2C' and
10672            'IP4FWD' and
10673            not 'IPSEC' and
10674            not 'VHOST'"
10675   parameters:
10676   - "latency"
10677   - "parent"
10678   traces:
10679     boxmean: False
10680   layout:
10681     title: ""  # No title
10682     layout: "plot-latency"
10683
10684 -
10685   type: "plot"
10686   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10687   algorithm: "plot_latency_box"
10688   output-file-type: ".html"
10689   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10690   data: "plot-vpp-throughput-latency-3n-hsw"
10691   filter: "'NIC_Intel-X710' and
10692            '64B' and
10693            'FEATURE' and
10694            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10695            'NDRPDR' and
10696            '1T1C' and
10697            'IP4FWD' and
10698            not 'IPSEC' and
10699            not 'VHOST'"
10700   parameters:
10701   - "latency"
10702   - "parent"
10703   traces:
10704     boxmean: False
10705   layout:
10706     title: ""  # No title
10707     layout: "plot-latency"
10708
10709 -
10710   type: "plot"
10711   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10712   algorithm: "plot_latency_box"
10713   output-file-type: ".html"
10714   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10715   data: "plot-vpp-throughput-latency-3n-hsw"
10716   filter: "'NIC_Intel-X710' and
10717            '64B' and
10718            'FEATURE' and
10719            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10720            'NDRPDR' and
10721            '2T2C' and
10722            'IP4FWD' and
10723            not 'IPSEC' and
10724            not 'VHOST'"
10725   parameters:
10726   - "latency"
10727   - "parent"
10728   traces:
10729     boxmean: False
10730   layout:
10731     title: ""  # No title
10732     layout: "plot-latency"
10733
10734 # Packet Latency - VPP IPv4 3n-hsw-xl710
10735 -
10736   type: "plot"
10737   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10738   algorithm: "plot_latency_box"
10739   output-file-type: ".html"
10740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10741   data: "plot-vpp-throughput-latency-3n-hsw"
10742   filter: "'NIC_Intel-XL710' and
10743            '64B' and
10744            ('BASE' or 'SCALE') and
10745            'NDRPDR' and
10746            '1T1C' and
10747            'IP4FWD' and
10748            not 'IPSEC' and
10749            not 'VHOST'"
10750   parameters:
10751   - "latency"
10752   - "parent"
10753   traces:
10754     boxmean: False
10755   layout:
10756     title: ""  # No title
10757     layout: "plot-latency"
10758
10759 -
10760   type: "plot"
10761   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10762   algorithm: "plot_latency_box"
10763   output-file-type: ".html"
10764   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10765   data: "plot-vpp-throughput-latency-3n-hsw"
10766   filter: "'NIC_Intel-XL710' and
10767            '64B' and
10768            ('BASE' or 'SCALE') and
10769            'NDRPDR' and
10770            '2T2C' and
10771            'IP4FWD' and
10772            not 'IPSEC' and
10773            not 'VHOST'"
10774   parameters:
10775   - "latency"
10776   - "parent"
10777   traces:
10778     boxmean: False
10779   layout:
10780     title: ""  # No title
10781     layout: "plot-latency"
10782
10783 # Packet Latency - VPP IPv4 3n-skx-x710
10784 -
10785   type: "plot"
10786   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10787   algorithm: "plot_latency_box"
10788   output-file-type: ".html"
10789   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10790   data: "plot-vpp-throughput-latency-3n-skx"
10791   filter: "'NIC_Intel-X710' and
10792            '64B' and
10793            ('BASE' or 'SCALE') and
10794            'NDRPDR' and
10795            '2T1C' and
10796            'IP4FWD' and
10797            not 'IPSEC' and
10798            not 'VHOST'"
10799   parameters:
10800   - "latency"
10801   - "parent"
10802   traces:
10803     boxmean: False
10804   layout:
10805     title: ""  # No title
10806     layout: "plot-latency"
10807
10808 -
10809   type: "plot"
10810   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10811   algorithm: "plot_latency_box"
10812   output-file-type: ".html"
10813   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10814   data: "plot-vpp-throughput-latency-3n-skx"
10815   filter: "'NIC_Intel-X710' and
10816            '64B' and
10817            ('BASE' or 'SCALE') and
10818            'NDRPDR' and
10819            '4T2C' and
10820            'IP4FWD' and
10821            not 'IPSEC' and
10822            not 'VHOST'"
10823   parameters:
10824   - "latency"
10825   - "parent"
10826   traces:
10827     boxmean: False
10828   layout:
10829     title: ""  # No title
10830     layout: "plot-latency"
10831
10832 -
10833   type: "plot"
10834   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10835   algorithm: "plot_latency_box"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10838   data: "plot-vpp-throughput-latency-3n-skx"
10839   filter: "'NIC_Intel-X710' and
10840            '64B' and
10841            'FEATURE' and
10842            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10843            'NDRPDR' and
10844            '2T1C' and
10845            'IP4FWD' and
10846            not 'IPSEC' and
10847            not 'VHOST'"
10848   parameters:
10849   - "latency"
10850   - "parent"
10851   traces:
10852     boxmean: False
10853   layout:
10854     title: ""  # No title
10855     layout: "plot-latency"
10856
10857 -
10858   type: "plot"
10859   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10860   algorithm: "plot_latency_box"
10861   output-file-type: ".html"
10862   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10863   data: "plot-vpp-throughput-latency-3n-skx"
10864   filter: "'NIC_Intel-X710' and
10865            '64B' and
10866            'FEATURE' and
10867            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10868            'NDRPDR' and
10869            '4T2C' and
10870            'IP4FWD' and
10871            not 'IPSEC' and
10872            not 'VHOST'"
10873   parameters:
10874   - "latency"
10875   - "parent"
10876   traces:
10877     boxmean: False
10878   layout:
10879     title: ""  # No title
10880     layout: "plot-latency"
10881
10882 # Packet Latency - VPP IPv4 3n-skx-xxv710
10883 -
10884   type: "plot"
10885   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10886   algorithm: "plot_latency_box"
10887   output-file-type: ".html"
10888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10889   data: "plot-vpp-throughput-latency-3n-skx"
10890   filter: "'NIC_Intel-XXV710' and
10891            '64B' and
10892            ('BASE' or 'SCALE') and
10893            'NDRPDR' and
10894            '2T1C' and
10895            'IP4FWD' and
10896            not 'IPSEC' and
10897            not 'VHOST'"
10898   parameters:
10899   - "latency"
10900   - "parent"
10901   traces:
10902     boxmean: False
10903   layout:
10904     title: ""  # No title
10905     layout: "plot-latency"
10906
10907 -
10908   type: "plot"
10909   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10910   algorithm: "plot_latency_box"
10911   output-file-type: ".html"
10912   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10913   data: "plot-vpp-throughput-latency-3n-skx"
10914   filter: "'NIC_Intel-XXV710' and
10915            '64B' and
10916            ('BASE' or 'SCALE') and
10917            'NDRPDR' and
10918            '4T2C' and
10919            'IP4FWD' and
10920            not 'IPSEC' and
10921            not 'VHOST'"
10922   parameters:
10923   - "latency"
10924   - "parent"
10925   traces:
10926     boxmean: False
10927   layout:
10928     title: ""  # No title
10929     layout: "plot-latency"
10930
10931 -
10932   type: "plot"
10933   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10934   algorithm: "plot_latency_box"
10935   output-file-type: ".html"
10936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10937   data: "plot-vpp-throughput-latency-3n-skx"
10938   filter: "'NIC_Intel-XXV710' and
10939            '64B' and
10940            'FEATURE' and
10941            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10942            'NDRPDR' and
10943            '2T1C' and
10944            'IP4FWD' and
10945            not 'IPSEC' and
10946            not 'VHOST'"
10947   parameters:
10948   - "latency"
10949   - "parent"
10950   traces:
10951     boxmean: False
10952   layout:
10953     title: ""  # No title
10954     layout: "plot-latency"
10955
10956 -
10957   type: "plot"
10958   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10959   algorithm: "plot_latency_box"
10960   output-file-type: ".html"
10961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10962   data: "plot-vpp-throughput-latency-3n-skx"
10963   filter: "'NIC_Intel-XXV710' and
10964            '64B' and
10965            'FEATURE' and
10966            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10967            'NDRPDR' and
10968            '4T2C' and
10969            'IP4FWD' and
10970            not 'IPSEC' and
10971            not 'VHOST'"
10972   parameters:
10973   - "latency"
10974   - "parent"
10975   traces:
10976     boxmean: False
10977   layout:
10978     title: ""  # No title
10979     layout: "plot-latency"
10980
10981 # Packet Latency - VPP IPv4 2n-skx-x710
10982 -
10983   type: "plot"
10984   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10985   algorithm: "plot_latency_box"
10986   output-file-type: ".html"
10987   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10988   data: "plot-vpp-throughput-latency-2n-skx"
10989   filter: "'NIC_Intel-X710' and
10990            '64B' and
10991            ('BASE' or 'SCALE') and
10992            'NDRPDR' and
10993            '2T1C' and
10994            'IP4FWD' and
10995            not 'IPSEC' and
10996            not 'VHOST'"
10997   parameters:
10998   - "latency"
10999   - "parent"
11000   traces:
11001     boxmean: False
11002   layout:
11003     title: ""  # No title
11004     layout: "plot-latency"
11005
11006 -
11007   type: "plot"
11008   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11009   algorithm: "plot_latency_box"
11010   output-file-type: ".html"
11011   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11012   data: "plot-vpp-throughput-latency-2n-skx"
11013   filter: "'NIC_Intel-X710' and
11014            '64B' and
11015            ('BASE' or 'SCALE') and
11016            'NDRPDR' and
11017            '4T2C' and
11018            'IP4FWD' and
11019            not 'IPSEC' and
11020            not 'VHOST'"
11021   parameters:
11022   - "latency"
11023   - "parent"
11024   traces:
11025     boxmean: False
11026   layout:
11027     title: ""  # No title
11028     layout: "plot-latency"
11029
11030 # Packet Latency - VPP IPv4 2n-skx-xxv710
11031 -
11032   type: "plot"
11033   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11034   algorithm: "plot_latency_box"
11035   output-file-type: ".html"
11036   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11037   data: "plot-vpp-throughput-latency-2n-skx"
11038   filter: "'NIC_Intel-XXV710' and
11039            '64B' and
11040            ('BASE' or 'SCALE') and
11041            'NDRPDR' and
11042            '2T1C' and
11043            'IP4FWD' and
11044            not 'IPSEC' and
11045            not 'VHOST'"
11046   parameters:
11047   - "latency"
11048   - "parent"
11049   traces:
11050     boxmean: False
11051   layout:
11052     title: ""  # No title
11053     layout: "plot-latency"
11054
11055 -
11056   type: "plot"
11057   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11058   algorithm: "plot_latency_box"
11059   output-file-type: ".html"
11060   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11061   data: "plot-vpp-throughput-latency-2n-skx"
11062   filter: "'NIC_Intel-XXV710' and
11063            '64B' and
11064            ('BASE' or 'SCALE') and
11065            'NDRPDR' and
11066            '4T2C' and
11067            'IP4FWD' and
11068            not 'IPSEC' and
11069            not 'VHOST'"
11070   parameters:
11071   - "latency"
11072   - "parent"
11073   traces:
11074     boxmean: False
11075   layout:
11076     title: ""  # No title
11077     layout: "plot-latency"
11078
11079 ################################################################################
11080
11081 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
11082 -
11083   type: "plot"
11084   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11085   algorithm: "plot_latency_box"
11086   output-file-type: ".html"
11087   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11088   data: "plot-vpp-throughput-latency-3n-hsw"
11089   filter: "'NIC_Intel-X520-DA2' and
11090            '64B' and
11091            'ENCAP' and
11092            'NDRPDR' and
11093            '1T1C' and
11094            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11095            not 'VHOST' and
11096            not 'IPSECHW'"
11097   parameters:
11098   - "throughput"
11099   - "parent"
11100   traces:
11101     boxmean: False
11102   layout:
11103     title: ""  # No title
11104     layout: "plot-latency"
11105
11106 -
11107   type: "plot"
11108   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11109   algorithm: "plot_latency_box"
11110   output-file-type: ".html"
11111   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11112   data: "plot-vpp-throughput-latency-3n-hsw"
11113   filter: "'NIC_Intel-X520-DA2' and
11114            '64B' and
11115            'ENCAP' and
11116            'NDRPDR' and
11117            '2T2C' and
11118            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11119            not 'VHOST' and
11120            not 'IPSECHW'"
11121   parameters:
11122   - "throughput"
11123   - "parent"
11124   traces:
11125     boxmean: False
11126   layout:
11127     title: ""  # No title
11128     layout: "plot-latency"
11129
11130 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
11131 -
11132   type: "plot"
11133   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11134   algorithm: "plot_latency_box"
11135   output-file-type: ".html"
11136   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11137   data: "plot-vpp-throughput-latency-3n-hsw"
11138   filter: "'NIC_Intel-X710' and
11139            '64B' and
11140            'ENCAP' and
11141            'NDRPDR' and
11142            '1T1C' and
11143            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11144            not 'VHOST' and
11145            not 'IPSECHW'"
11146   parameters:
11147   - "throughput"
11148   - "parent"
11149   traces:
11150     boxmean: False
11151   layout:
11152     title: ""  # No title
11153     layout: "plot-latency"
11154
11155 -
11156   type: "plot"
11157   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11158   algorithm: "plot_latency_box"
11159   output-file-type: ".html"
11160   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11161   data: "plot-vpp-throughput-latency-3n-hsw"
11162   filter: "'NIC_Intel-X710' and
11163            '64B' and
11164            'ENCAP' and
11165            'NDRPDR' and
11166            '2T2C' and
11167            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11168            not 'VHOST' and
11169            not 'IPSECHW'"
11170   parameters:
11171   - "throughput"
11172   - "parent"
11173   traces:
11174     boxmean: False
11175   layout:
11176     title: ""  # No title
11177     layout: "plot-latency"
11178
11179 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
11180 -
11181   type: "plot"
11182   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11183   algorithm: "plot_latency_box"
11184   output-file-type: ".html"
11185   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11186   data: "plot-vpp-throughput-latency-3n-skx"
11187   filter: "'NIC_Intel-X710' and
11188            '64B' and
11189            'ENCAP' and
11190            'NDRPDR' and
11191            '2T1C' and
11192            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11193            not 'VHOST' and
11194            not 'IPSECHW'"
11195   parameters:
11196   - "throughput"
11197   - "parent"
11198   traces:
11199     boxmean: False
11200   layout:
11201     title: ""  # No title
11202     layout: "plot-latency"
11203
11204 -
11205   type: "plot"
11206   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11207   algorithm: "plot_latency_box"
11208   output-file-type: ".html"
11209   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11210   data: "plot-vpp-throughput-latency-3n-skx"
11211   filter: "'NIC_Intel-X710' and
11212            '64B' and
11213            'ENCAP' and
11214            'NDRPDR' and
11215            '4T2C' and
11216            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11217            not 'VHOST' and
11218            not 'IPSECHW'"
11219   parameters:
11220   - "throughput"
11221   - "parent"
11222   traces:
11223     boxmean: False
11224   layout:
11225     title: ""  # No title
11226     layout: "plot-latency"
11227
11228 ################################################################################
11229
11230 # Packet Latency - VPP IPv6 3n-hsw-x520
11231 -
11232   type: "plot"
11233   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11234   algorithm: "plot_latency_box"
11235   output-file-type: ".html"
11236   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11237   data: "plot-vpp-throughput-latency-3n-hsw"
11238   filter: "'NIC_Intel-X520-DA2' and
11239            '78B' and
11240            ('BASE' or 'SCALE') and
11241            'NDRPDR' and
11242            '1T1C' and
11243            'IP6FWD' and
11244            not 'SRv6' and
11245            not 'IPSEC' and
11246            not 'VHOST'"
11247   parameters:
11248   - "latency"
11249   - "parent"
11250   traces:
11251     boxmean: False
11252   layout:
11253     title: ""  # No title
11254     layout: "plot-latency"
11255
11256 -
11257   type: "plot"
11258   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11259   algorithm: "plot_latency_box"
11260   output-file-type: ".html"
11261   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11262   data: "plot-vpp-throughput-latency-3n-hsw"
11263   filter: "'NIC_Intel-X520-DA2' and
11264            '78B' and
11265            ('BASE' or 'SCALE') and
11266            'NDRPDR' and
11267            '2T2C' and
11268            'IP6FWD' and
11269            not 'SRv6' and
11270            not 'IPSEC' and
11271            not 'VHOST'"
11272   parameters:
11273   - "latency"
11274   - "parent"
11275   traces:
11276     boxmean: False
11277   layout:
11278     title: ""  # No title
11279     layout: "plot-latency"
11280
11281 -
11282   type: "plot"
11283   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11284   algorithm: "plot_latency_box"
11285   output-file-type: ".html"
11286   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11287   data: "plot-vpp-throughput-latency-3n-hsw"
11288   filter: "'NIC_Intel-X520-DA2' and
11289            '78B' and
11290            'FEATURE' and
11291            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11292            'NDRPDR' and
11293            '1T1C' and
11294            'IP6FWD' and
11295            not 'SRv6' and
11296            not 'IPSEC' and
11297            not 'VHOST'"
11298   parameters:
11299   - "latency"
11300   - "parent"
11301   traces:
11302     boxmean: False
11303   layout:
11304     title: ""  # No title
11305     layout: "plot-latency"
11306
11307 -
11308   type: "plot"
11309   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11310   algorithm: "plot_latency_box"
11311   output-file-type: ".html"
11312   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11313   data: "plot-vpp-throughput-latency-3n-hsw"
11314   filter: "'NIC_Intel-X520-DA2' and
11315            '78B' and
11316            'FEATURE' and
11317            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11318            'NDRPDR' and
11319            '2T2C' and
11320            'IP6FWD' and
11321            not 'SRv6' and
11322            not 'IPSEC' and
11323            not 'VHOST'"
11324   parameters:
11325   - "latency"
11326   - "parent"
11327   traces:
11328     boxmean: False
11329   layout:
11330     title: ""  # No title
11331     layout: "plot-latency"
11332
11333 # Packet Latency - VPP IPv6 3n-hsw-x710
11334 -
11335   type: "plot"
11336   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11337   algorithm: "plot_latency_box"
11338   output-file-type: ".html"
11339   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11340   data: "plot-vpp-throughput-latency-3n-hsw"
11341   filter: "'NIC_Intel-X710' and
11342            '78B' and
11343            ('BASE' or 'SCALE') and
11344            'NDRPDR' and
11345            '1T1C' and
11346            'IP6FWD' and
11347            not 'SRv6' and
11348            not 'IPSEC' and
11349            not 'VHOST'"
11350   parameters:
11351   - "latency"
11352   - "parent"
11353   traces:
11354     boxmean: False
11355   layout:
11356     title: ""  # No title
11357     layout: "plot-latency"
11358
11359 -
11360   type: "plot"
11361   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11362   algorithm: "plot_latency_box"
11363   output-file-type: ".html"
11364   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11365   data: "plot-vpp-throughput-latency-3n-hsw"
11366   filter: "'NIC_Intel-X710' and
11367            '78B' and
11368            ('BASE' or 'SCALE') and
11369            'NDRPDR' and
11370            '2T2C' and
11371            'IP6FWD' and
11372            not 'SRv6' and
11373            not 'IPSEC' and
11374            not 'VHOST'"
11375   parameters:
11376   - "latency"
11377   - "parent"
11378   traces:
11379     boxmean: False
11380   layout:
11381     title: ""  # No title
11382     layout: "plot-latency"
11383
11384 -
11385   type: "plot"
11386   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11387   algorithm: "plot_latency_box"
11388   output-file-type: ".html"
11389   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11390   data: "plot-vpp-throughput-latency-3n-hsw"
11391   filter: "'NIC_Intel-X710' and
11392            '78B' and
11393            'FEATURE' and
11394            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11395            'NDRPDR' and
11396            '1T1C' and
11397            'IP6FWD' and
11398            not 'SRv6' and
11399            not 'IPSEC' and
11400            not 'VHOST'"
11401   parameters:
11402   - "latency"
11403   - "parent"
11404   traces:
11405     boxmean: False
11406   layout:
11407     title: ""  # No title
11408     layout: "plot-latency"
11409
11410 -
11411   type: "plot"
11412   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11413   algorithm: "plot_latency_box"
11414   output-file-type: ".html"
11415   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11416   data: "plot-vpp-throughput-latency-3n-hsw"
11417   filter: "'NIC_Intel-X710' and
11418            '78B' and
11419            'FEATURE' and
11420            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11421            'NDRPDR' and
11422            '2T2C' and
11423            'IP6FWD' and
11424            not 'SRv6' and
11425            not 'IPSEC' and
11426            not 'VHOST'"
11427   parameters:
11428   - "latency"
11429   - "parent"
11430   traces:
11431     boxmean: False
11432   layout:
11433     title: ""  # No title
11434     layout: "plot-latency"
11435
11436 # Packet Latency - VPP IPv6 3n-hsw-xl710
11437 -
11438   type: "plot"
11439   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11440   algorithm: "plot_latency_box"
11441   output-file-type: ".html"
11442   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11443   data: "plot-vpp-throughput-latency-3n-hsw"
11444   filter: "'NIC_Intel-XL710' and
11445            '78B' and
11446            ('BASE' or 'SCALE') and
11447            'NDRPDR' and
11448            '1T1C' and
11449            'IP6FWD' and
11450            not 'SRv6' and
11451            not 'IPSEC' and
11452            not 'VHOST'"
11453   parameters:
11454   - "latency"
11455   - "parent"
11456   traces:
11457     boxmean: False
11458   layout:
11459     title: ""  # No title
11460     layout: "plot-latency"
11461
11462 -
11463   type: "plot"
11464   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11465   algorithm: "plot_latency_box"
11466   output-file-type: ".html"
11467   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11468   data: "plot-vpp-throughput-latency-3n-hsw"
11469   filter: "'NIC_Intel-XL710' and
11470            '78B' and
11471            ('BASE' or 'SCALE') and
11472            'NDRPDR' and
11473            '2T2C' and
11474            'IP6FWD' and
11475            not 'SRv6' and
11476            not 'IPSEC' and
11477            not 'VHOST'"
11478   parameters:
11479   - "latency"
11480   - "parent"
11481   traces:
11482     boxmean: False
11483   layout:
11484     title: ""  # No title
11485     layout: "plot-latency"
11486
11487 # Packet Latency - VPP IPv6 3n-skx-x710
11488 -
11489   type: "plot"
11490   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11491   algorithm: "plot_latency_box"
11492   output-file-type: ".html"
11493   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11494   data: "plot-vpp-throughput-latency-3n-skx"
11495   filter: "'NIC_Intel-X710' and
11496            '78B' and
11497            ('BASE' or 'SCALE') and
11498            'NDRPDR' and
11499            '2T1C' and
11500            'IP6FWD' and
11501            not 'SRv6' and
11502            not 'IPSEC' and
11503            not 'VHOST'"
11504   parameters:
11505   - "latency"
11506   - "parent"
11507   traces:
11508     boxmean: False
11509   layout:
11510     title: ""  # No title
11511     layout: "plot-latency"
11512
11513 -
11514   type: "plot"
11515   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11516   algorithm: "plot_latency_box"
11517   output-file-type: ".html"
11518   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11519   data: "plot-vpp-throughput-latency-3n-skx"
11520   filter: "'NIC_Intel-X710' and
11521            '78B' and
11522            ('BASE' or 'SCALE') and
11523            'NDRPDR' and
11524            '4T2C' and
11525            'IP6FWD' and
11526            not 'SRv6' and
11527            not 'IPSEC' and
11528            not 'VHOST'"
11529   parameters:
11530   - "latency"
11531   - "parent"
11532   traces:
11533     boxmean: False
11534   layout:
11535     title: ""  # No title
11536     layout: "plot-latency"
11537
11538 -
11539   type: "plot"
11540   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11541   algorithm: "plot_latency_box"
11542   output-file-type: ".html"
11543   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11544   data: "plot-vpp-throughput-latency-3n-skx"
11545   filter: "'NIC_Intel-X710' and
11546            '78B' and
11547            'FEATURE' and
11548            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11549            'NDRPDR' and
11550            '2T1C' and
11551            'IP6FWD' and
11552            not 'SRv6' and
11553            not 'IPSEC' and
11554            not 'VHOST'"
11555   parameters:
11556   - "latency"
11557   - "parent"
11558   traces:
11559     boxmean: False
11560   layout:
11561     title: ""  # No title
11562     layout: "plot-latency"
11563
11564 -
11565   type: "plot"
11566   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11567   algorithm: "plot_latency_box"
11568   output-file-type: ".html"
11569   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11570   data: "plot-vpp-throughput-latency-3n-skx"
11571   filter: "'NIC_Intel-X710' and
11572            '78B' and
11573            'FEATURE' and
11574            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11575            'NDRPDR' and
11576            '4T2C' and
11577            'IP6FWD' and
11578            not 'SRv6' and
11579            not 'IPSEC' and
11580            not 'VHOST'"
11581   parameters:
11582   - "latency"
11583   - "parent"
11584   traces:
11585     boxmean: False
11586   layout:
11587     title: ""  # No title
11588     layout: "plot-latency"
11589
11590 # Packet Latency - VPP IPv6 3n-skx-xxv710
11591 -
11592   type: "plot"
11593   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11594   algorithm: "plot_latency_box"
11595   output-file-type: ".html"
11596   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11597   data: "plot-vpp-throughput-latency-3n-skx"
11598   filter: "'NIC_Intel-XXV710' and
11599            '78B' and
11600            ('BASE' or 'SCALE') and
11601            'NDRPDR' and
11602            '2T1C' and
11603            'IP6FWD' and
11604            not 'SRv6' and
11605            not 'IPSEC' and
11606            not 'VHOST'"
11607   parameters:
11608   - "latency"
11609   - "parent"
11610   traces:
11611     boxmean: False
11612   layout:
11613     title: ""  # No title
11614     layout: "plot-latency"
11615
11616 -
11617   type: "plot"
11618   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11619   algorithm: "plot_latency_box"
11620   output-file-type: ".html"
11621   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11622   data: "plot-vpp-throughput-latency-3n-skx"
11623   filter: "'NIC_Intel-XXV710' and
11624            '78B' and
11625            ('BASE' or 'SCALE') and
11626            'NDRPDR' and
11627            '4T2C' and
11628            'IP6FWD' and
11629            not 'SRv6' and
11630            not 'IPSEC' and
11631            not 'VHOST'"
11632   parameters:
11633   - "latency"
11634   - "parent"
11635   traces:
11636     boxmean: False
11637   layout:
11638     title: ""  # No title
11639     layout: "plot-latency"
11640
11641 -
11642   type: "plot"
11643   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11644   algorithm: "plot_latency_box"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11647   data: "plot-vpp-throughput-latency-3n-skx"
11648   filter: "'NIC_Intel-XXV710' and
11649            '78B' and
11650            'FEATURE' and
11651            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11652            'NDRPDR' and
11653            '2T1C' and
11654            'IP6FWD' and
11655            not 'SRv6' and
11656            not 'IPSEC' and
11657            not 'VHOST'"
11658   parameters:
11659   - "latency"
11660   - "parent"
11661   traces:
11662     boxmean: False
11663   layout:
11664     title: ""  # No title
11665     layout: "plot-latency"
11666
11667 -
11668   type: "plot"
11669   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11670   algorithm: "plot_latency_box"
11671   output-file-type: ".html"
11672   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11673   data: "plot-vpp-throughput-latency-3n-skx"
11674   filter: "'NIC_Intel-XXV710' and
11675            '78B' and
11676            'FEATURE' and
11677            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11678            'NDRPDR' and
11679            '4T2C' and
11680            'IP6FWD' and
11681            not 'SRv6' and
11682            not 'IPSEC' and
11683            not 'VHOST'"
11684   parameters:
11685   - "latency"
11686   - "parent"
11687   traces:
11688     boxmean: False
11689   layout:
11690     title: ""  # No title
11691     layout: "plot-latency"
11692
11693 # Packet Latency - VPP IPv6 2n-skx-x710
11694 -
11695   type: "plot"
11696   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11697   algorithm: "plot_latency_box"
11698   output-file-type: ".html"
11699   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11700   data: "plot-vpp-throughput-latency-2n-skx"
11701   filter: "'NIC_Intel-X710' and
11702            '78B' and
11703            ('BASE' or 'SCALE') and
11704            'NDRPDR' and
11705            '2T1C' and
11706            'IP6FWD' and
11707            not 'SRv6' and
11708            not 'IPSEC' and
11709            not 'VHOST'"
11710   parameters:
11711   - "latency"
11712   - "parent"
11713   traces:
11714     boxmean: False
11715   layout:
11716     title: ""  # No title
11717     layout: "plot-latency"
11718
11719 -
11720   type: "plot"
11721   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11722   algorithm: "plot_latency_box"
11723   output-file-type: ".html"
11724   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11725   data: "plot-vpp-throughput-latency-2n-skx"
11726   filter: "'NIC_Intel-X710' and
11727            '78B' and
11728            ('BASE' or 'SCALE') and
11729            'NDRPDR' and
11730            '4T2C' and
11731            'IP6FWD' and
11732            not 'SRv6' and
11733            not 'IPSEC' and
11734            not 'VHOST'"
11735   parameters:
11736   - "latency"
11737   - "parent"
11738   traces:
11739     boxmean: False
11740   layout:
11741     title: ""  # No title
11742     layout: "plot-latency"
11743
11744 # Packet Latency - VPP IPv6 2n-skx-xxv710
11745 -
11746   type: "plot"
11747   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11748   algorithm: "plot_latency_box"
11749   output-file-type: ".html"
11750   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11751   data: "plot-vpp-throughput-latency-2n-skx"
11752   filter: "'NIC_Intel-XXV710' and
11753            '78B' and
11754            ('BASE' or 'SCALE') and
11755            'NDRPDR' and
11756            '2T1C' and
11757            'IP6FWD' and
11758            not 'SRv6' and
11759            not 'IPSEC' and
11760            not 'VHOST'"
11761   parameters:
11762   - "latency"
11763   - "parent"
11764   traces:
11765     boxmean: False
11766   layout:
11767     title: ""  # No title
11768     layout: "plot-latency"
11769
11770 -
11771   type: "plot"
11772   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11773   algorithm: "plot_latency_box"
11774   output-file-type: ".html"
11775   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11776   data: "plot-vpp-throughput-latency-2n-skx"
11777   filter: "'NIC_Intel-XXV710' and
11778            '78B' and
11779            ('BASE' or 'SCALE') and
11780            'NDRPDR' and
11781            '4T2C' and
11782            'IP6FWD' and
11783            not 'SRv6' and
11784            not 'IPSEC' and
11785            not 'VHOST'"
11786   parameters:
11787   - "latency"
11788   - "parent"
11789   traces:
11790     boxmean: False
11791   layout:
11792     title: ""  # No title
11793     layout: "plot-latency"
11794
11795 ################################################################################
11796
11797 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
11798 -
11799   type: "plot"
11800   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11801   algorithm: "plot_latency_box"
11802   output-file-type: ".html"
11803   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11804   data: "plot-vpp-throughput-latency-3n-hsw"
11805   filter: "'NIC_Intel-X520-DA2' and
11806            '78B' and
11807            'ENCAP' and
11808            'NDRPDR' and
11809            '1T1C' and
11810            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11811            not 'VHOST'"
11812   parameters:
11813   - "latency"
11814   - "parent"
11815   traces:
11816     boxmean: False
11817   layout:
11818     title: ""  # No title
11819     layout: "plot-latency"
11820
11821 -
11822   type: "plot"
11823   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11824   algorithm: "plot_latency_box"
11825   output-file-type: ".html"
11826   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11827   data: "plot-vpp-throughput-latency-3n-hsw"
11828   filter: "'NIC_Intel-X520-DA2' and
11829            '78B' and
11830            'ENCAP' and
11831            'NDRPDR' and
11832            '2T2C' and
11833            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11834            not 'VHOST'"
11835   parameters:
11836   - "latency"
11837   - "parent"
11838   traces:
11839     boxmean: False
11840   layout:
11841     title: ""  # No title
11842     layout: "plot-latency"
11843
11844 ################################################################################
11845
11846 # Packet Latency - VPP IPSec 3n-hsw-xl710
11847 -
11848   type: "plot"
11849   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11850   algorithm: "plot_latency_box"
11851   output-file-type: ".html"
11852   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11853   data: "plot-vpp-throughput-latency-3n-hsw"
11854   filter: "'NIC_Intel-XL710' and
11855            '64B' and
11856            'IP4FWD' and
11857            'NDRPDR' and
11858            '1T1C' and
11859            'IPSECHW' and
11860            ('IPSECTRAN' or 'IPSECTUN') and
11861            not 'VHOST'"
11862   parameters:
11863   - "latency"
11864   - "parent"
11865   traces:
11866     boxmean: False
11867   layout:
11868     title: ""  # No title
11869     layout: "plot-latency"
11870
11871 -
11872   type: "plot"
11873   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11874   algorithm: "plot_latency_box"
11875   output-file-type: ".html"
11876   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11877   data: "plot-vpp-throughput-latency-3n-hsw"
11878   filter: "'NIC_Intel-XL710' and
11879            '64B' and
11880            'IP4FWD' and
11881            'NDRPDR' and
11882            '2T2C' and
11883            'IPSECHW' and
11884            ('IPSECTRAN' or 'IPSECTUN') and
11885            not 'VHOST'"
11886   parameters:
11887   - "latency"
11888   - "parent"
11889   traces:
11890     boxmean: False
11891   layout:
11892     title: ""  # No title
11893     layout: "plot-latency"
11894
11895 ################################################################################
11896
11897 # Packet Latency - VPP SRv6 3n-hsw-x520
11898 -
11899   type: "plot"
11900   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11901   algorithm: "plot_latency_box"
11902   output-file-type: ".html"
11903   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11904   data: "plot-vpp-throughput-latency-3n-hsw"
11905   filter: "'NIC_Intel-X520-DA2' and
11906            '78B' and
11907            'FEATURE' and
11908            'NDRPDR' and
11909            '1T1C' and
11910            'IP6FWD' and
11911            'SRv6'"
11912   parameters:
11913   - "latency"
11914   - "parent"
11915   traces:
11916     boxmean: False
11917   layout:
11918     title: ""  # No title
11919     layout: "plot-latency"
11920
11921 -
11922   type: "plot"
11923   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11924   algorithm: "plot_latency_box"
11925   output-file-type: ".html"
11926   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11927   data: "plot-vpp-throughput-latency-3n-hsw"
11928   filter: "'NIC_Intel-X520-DA2' and
11929            '78B' and
11930            'FEATURE' and
11931            'NDRPDR' and
11932            '2T2C' and
11933            'IP6FWD' and
11934            'SRv6'"
11935   parameters:
11936   - "latency"
11937   - "parent"
11938   traces:
11939     boxmean: False
11940   layout:
11941     title: ""  # No title
11942     layout: "plot-latency"
11943
11944 ################################################################################
11945
11946 # Packet Latency - VPP vhost ip4 3n-hsw-x520
11947 -
11948   type: "plot"
11949   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11950   algorithm: "plot_latency_box"
11951   output-file-type: ".html"
11952   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11953   data: "plot-vpp-throughput-latency-3n-hsw"
11954   filter: "'NIC_Intel-X520-DA2' and
11955            '64B' and
11956            'NDRPDR' and
11957            '1T1C' and
11958            'VHOST' and
11959            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11960   parameters:
11961   - "latency"
11962   - "parent"
11963   traces:
11964     boxmean: False
11965   layout:
11966     title: ""  # No title
11967     layout: "plot-latency"
11968
11969 -
11970   type: "plot"
11971   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11972   algorithm: "plot_latency_box"
11973   output-file-type: ".html"
11974   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11975   data: "plot-vpp-throughput-latency-3n-hsw"
11976   filter: "'NIC_Intel-X520-DA2' and
11977            '64B' and
11978            'NDRPDR' and
11979            '2T2C' and
11980            'VHOST' and
11981            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
11982   parameters:
11983   - "latency"
11984   - "parent"
11985   traces:
11986     boxmean: False
11987   layout:
11988     title: ""  # No title
11989     layout: "plot-latency"
11990
11991 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
11992 -
11993   type: "plot"
11994   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11995   algorithm: "plot_latency_box"
11996   output-file-type: ".html"
11997   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11998   data: "plot-vpp-throughput-latency-3n-hsw"
11999   filter: "'NIC_Intel-X520-DA2' and
12000            '64B' and
12001            'NDRPDR' and
12002            '1T1C' and
12003            'VHOST' and
12004            not 'VXLAN' and
12005            not 'IP4FWD' and
12006            not 'DOT1Q' and
12007            not '2VM'"
12008   parameters:
12009   - "latency"
12010   - "parent"
12011   traces:
12012     boxmean: False
12013   layout:
12014     title: ""  # No title
12015     layout: "plot-latency"
12016
12017 -
12018   type: "plot"
12019   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12020   algorithm: "plot_latency_box"
12021   output-file-type: ".html"
12022   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12023   data: "plot-vpp-throughput-latency-3n-hsw"
12024   filter: "'NIC_Intel-X520-DA2' and
12025            '64B' and
12026            'NDRPDR' and
12027            '2T2C' and
12028            'VHOST' and
12029            not 'VXLAN' and
12030            not 'IP4FWD' and
12031            not 'DOT1Q' and
12032            not '2VM'"
12033   parameters:
12034   - "latency"
12035   - "parent"
12036   traces:
12037     boxmean: False
12038   layout:
12039     title: ""  # No title
12040     layout: "plot-latency"
12041
12042 # Packet Latency - VPP vhost ip4 3n-hsw-x710
12043 -
12044   type: "plot"
12045   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12046   algorithm: "plot_latency_box"
12047   output-file-type: ".html"
12048   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12049   data: "plot-vpp-throughput-latency-3n-hsw"
12050   filter: "'NIC_Intel-X710' and
12051            '64B' and
12052            'NDRPDR' and
12053            '1T1C' and
12054            'VHOST' and
12055            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12056   parameters:
12057   - "latency"
12058   - "parent"
12059   traces:
12060     boxmean: False
12061   layout:
12062     title: ""  # No title
12063     layout: "plot-latency"
12064
12065 -
12066   type: "plot"
12067   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12068   algorithm: "plot_latency_box"
12069   output-file-type: ".html"
12070   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12071   data: "plot-vpp-throughput-latency-3n-hsw"
12072   filter: "'NIC_Intel-X710' and
12073            '64B' and
12074            'NDRPDR' and
12075            '2T2C' and
12076            'VHOST' and
12077            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12078   parameters:
12079   - "latency"
12080   - "parent"
12081   traces:
12082     boxmean: False
12083   layout:
12084     title: ""  # No title
12085     layout: "plot-latency"
12086
12087 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
12088 -
12089   type: "plot"
12090   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12091   algorithm: "plot_latency_box"
12092   output-file-type: ".html"
12093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12094   data: "plot-vpp-throughput-latency-3n-hsw"
12095   filter: "'NIC_Intel-X710' and
12096            '64B' and
12097            'NDRPDR' and
12098            '1T1C' and
12099            'VHOST' and
12100            not 'VXLAN' and
12101            not 'IP4FWD' and
12102            not 'DOT1Q' and
12103            not '2VM'"
12104   parameters:
12105   - "latency"
12106   - "parent"
12107   traces:
12108     boxmean: False
12109   layout:
12110     title: ""  # No title
12111     layout: "plot-latency"
12112
12113 -
12114   type: "plot"
12115   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12116   algorithm: "plot_latency_box"
12117   output-file-type: ".html"
12118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12119   data: "plot-vpp-throughput-latency-3n-hsw"
12120   filter: "'NIC_Intel-X710' and
12121            '64B' and
12122            'NDRPDR' and
12123            '2T2C' and
12124            'VHOST' and
12125            not 'VXLAN' and
12126            not 'IP4FWD' and
12127            not 'DOT1Q' and
12128            not '2VM'"
12129   parameters:
12130   - "latency"
12131   - "parent"
12132   traces:
12133     boxmean: False
12134   layout:
12135     title: ""  # No title
12136     layout: "plot-latency"
12137
12138 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
12139 -
12140   type: "plot"
12141   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12142   algorithm: "plot_latency_box"
12143   output-file-type: ".html"
12144   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12145   data: "plot-vpp-throughput-latency-3n-hsw"
12146   filter: "'NIC_Intel-XL710' and
12147            '64B' and
12148            'NDRPDR' and
12149            '1T1C' and
12150            'VHOST' and
12151            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12152   parameters:
12153   - "latency"
12154   - "parent"
12155   traces:
12156     boxmean: False
12157   layout:
12158     title: ""  # No title
12159     layout: "plot-latency"
12160
12161 -
12162   type: "plot"
12163   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12164   algorithm: "plot_latency_box"
12165   output-file-type: ".html"
12166   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12167   data: "plot-vpp-throughput-latency-3n-hsw"
12168   filter: "'NIC_Intel-XL710' and
12169            '64B' and
12170            'NDRPDR' and
12171            '2T2C' and
12172            'VHOST' and
12173            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12174   parameters:
12175   - "latency"
12176   - "parent"
12177   traces:
12178     boxmean: False
12179   layout:
12180     title: ""  # No title
12181     layout: "plot-latency"
12182
12183 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
12184 -
12185   type: "plot"
12186   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12187   algorithm: "plot_latency_box"
12188   output-file-type: ".html"
12189   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12190   data: "plot-vpp-throughput-latency-3n-hsw"
12191   filter: "'NIC_Intel-XL710' and
12192            '64B' and
12193            'NDRPDR' and
12194            '1T1C' and
12195            'VHOST' and
12196            not 'VXLAN' and
12197            not 'IP4FWD' and
12198            not 'DOT1Q' and
12199            not '2VM'"
12200   parameters:
12201   - "latency"
12202   - "parent"
12203   traces:
12204     boxmean: False
12205   layout:
12206     title: ""  # No title
12207     layout: "plot-latency"
12208
12209 -
12210   type: "plot"
12211   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12212   algorithm: "plot_latency_box"
12213   output-file-type: ".html"
12214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12215   data: "plot-vpp-throughput-latency-3n-hsw"
12216   filter: "'NIC_Intel-XL710' and
12217            '64B' and
12218            'NDRPDR' and
12219            '2T2C' and
12220            'VHOST' and
12221            not 'VXLAN' and
12222            not 'IP4FWD' and
12223            not 'DOT1Q' and
12224            not '2VM'"
12225   parameters:
12226   - "latency"
12227   - "parent"
12228   traces:
12229     boxmean: False
12230   layout:
12231     title: ""  # No title
12232     layout: "plot-latency"
12233
12234 ################################################################################
12235
12236 # Packet Latency - VPP VTS 3n-hsw-x520
12237 -
12238   type: "plot"
12239   title: "VPP Latency: vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12240   algorithm: "plot_latency_box"
12241   output-file-type: ".html"
12242   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12243   data: "plot-vpp-throughput-latency-3n-hsw"
12244   filter: "'NIC_Intel-X520-DA2' and
12245            '64B' and
12246            'NDRPDR' and
12247            '1T1C' and
12248            'VTS'"
12249   parameters:
12250   - "latency"
12251   - "parent"
12252   traces:
12253     boxmean: False
12254   layout:
12255     title: ""  # No title
12256     layout: "plot-latency"
12257
12258 -
12259   type: "plot"
12260   title: "VPP Latency: vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12261   algorithm: "plot_latency_box"
12262   output-file-type: ".html"
12263   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12264   data: "plot-vpp-throughput-latency-3n-hsw"
12265   filter: "'NIC_Intel-X520-DA2' and
12266            '64B' and
12267            'NDRPDR' and
12268            '2T2C' and
12269            'VTS'"
12270   parameters:
12271   - "latency"
12272   - "parent"
12273   traces:
12274     boxmean: False
12275   layout:
12276     title: ""  # No title
12277     layout: "plot-latency"
12278     
12279 ################################################################################
12280
12281 # Packet Latency - DPDK l3fwd 3n-hsw-x520
12282 -
12283   type: "plot"
12284   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12285   algorithm: "plot_latency_box"
12286   output-file-type: ".html"
12287   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12288   data: "plot-dpdk-throughput-latency-3n-hsw"
12289   filter: "'NIC_Intel-X520-DA2' and
12290            '64B' and
12291            'BASE' and
12292            'NDRPDR' and
12293            '1T1C' and
12294            'IP4FWD'"
12295   parameters:
12296   - "latency"
12297   - "parent"
12298   traces:
12299     hoverinfo: "x+y"
12300     boxpoints: "outliers"
12301     whiskerwidth: 0
12302   layout:
12303     title: ""  # No title
12304     layout: "plot-latency"
12305
12306 -
12307   type: "plot"
12308   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12309   algorithm: "plot_latency_box"
12310   output-file-type: ".html"
12311   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12312   data: "plot-dpdk-throughput-latency-3n-hsw"
12313   filter: "'NIC_Intel-X520-DA2' and
12314            '64B' and
12315            'BASE' and
12316            'NDRPDR' and
12317            '2T2C' and
12318            'IP4FWD'"
12319   parameters:
12320   - "latency"
12321   - "parent"
12322   traces:
12323     hoverinfo: "x+y"
12324     boxpoints: "outliers"
12325     whiskerwidth: 0
12326   layout:
12327     title: ""  # No title
12328     layout: "plot-latency"
12329
12330 # Packet Latency - DPDK l3fwd 3n-hsw-x710
12331 -
12332   type: "plot"
12333   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12334   algorithm: "plot_latency_box"
12335   output-file-type: ".html"
12336   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12337   data: "plot-dpdk-throughput-latency-3n-hsw"
12338   filter: "'NIC_Intel-X710' and
12339            '64B' and
12340            'BASE' and
12341            'NDRPDR' and
12342            '1T1C' and
12343            'IP4FWD'"
12344   parameters:
12345   - "latency"
12346   - "parent"
12347   traces:
12348     hoverinfo: "x+y"
12349     boxpoints: "outliers"
12350     whiskerwidth: 0
12351   layout:
12352     title: ""  # No title
12353     layout: "plot-latency"
12354
12355 -
12356   type: "plot"
12357   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12358   algorithm: "plot_latency_box"
12359   output-file-type: ".html"
12360   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12361   data: "plot-dpdk-throughput-latency-3n-hsw"
12362   filter: "'NIC_Intel-X710' and
12363            '64B' and
12364            'BASE' and
12365            'NDRPDR' and
12366            '2T2C' and
12367            'IP4FWD'"
12368   parameters:
12369   - "latency"
12370   - "parent"
12371   traces:
12372     hoverinfo: "x+y"
12373     boxpoints: "outliers"
12374     whiskerwidth: 0
12375   layout:
12376     title: ""  # No title
12377     layout: "plot-latency"
12378
12379 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
12380 -
12381   type: "plot"
12382   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12383   algorithm: "plot_latency_box"
12384   output-file-type: ".html"
12385   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12386   data: "plot-dpdk-throughput-latency-3n-hsw"
12387   filter: "'NIC_Intel-XL710' and
12388            '64B' and
12389            'BASE' and
12390            'NDRPDR' and
12391            '1T1C' and
12392            'IP4FWD'"
12393   parameters:
12394   - "latency"
12395   - "parent"
12396   traces:
12397     hoverinfo: "x+y"
12398     boxpoints: "outliers"
12399     whiskerwidth: 0
12400   layout:
12401     title: ""  # No title
12402     layout: "plot-latency"
12403
12404 -
12405   type: "plot"
12406   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12407   algorithm: "plot_latency_box"
12408   output-file-type: ".html"
12409   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12410   data: "plot-dpdk-throughput-latency-3n-hsw"
12411   filter: "'NIC_Intel-XL710' and
12412            '64B' and
12413            'BASE' and
12414            'NDRPDR' and
12415            '2T2C' and
12416            'IP4FWD'"
12417   parameters:
12418   - "latency"
12419   - "parent"
12420   traces:
12421     hoverinfo: "x+y"
12422     boxpoints: "outliers"
12423     whiskerwidth: 0
12424   layout:
12425     title: ""  # No title
12426     layout: "plot-latency"
12427
12428 # Packet Latency - DPDK l3fwd 3n-skx-x710
12429 -
12430   type: "plot"
12431   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12432   algorithm: "plot_latency_box"
12433   output-file-type: ".html"
12434   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12435   data: "plot-dpdk-throughput-latency-3n-skx"
12436   filter: "'NIC_Intel-X710' and
12437            '64B' and
12438            'BASE' and
12439            'NDRPDR' and
12440            '2T1C' and
12441            'IP4FWD'"
12442   parameters:
12443   - "latency"
12444   - "parent"
12445   traces:
12446     hoverinfo: "x+y"
12447     boxpoints: "outliers"
12448     whiskerwidth: 0
12449   layout:
12450     title: ""  # No title
12451     layout: "plot-latency"
12452
12453 -
12454   type: "plot"
12455   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12456   algorithm: "plot_latency_box"
12457   output-file-type: ".html"
12458   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12459   data: "plot-dpdk-throughput-latency-3n-skx"
12460   filter: "'NIC_Intel-X710' and
12461            '64B' and
12462            'BASE' and
12463            'NDRPDR' and
12464            '4T2C' and
12465            'IP4FWD'"
12466   parameters:
12467   - "latency"
12468   - "parent"
12469   traces:
12470     hoverinfo: "x+y"
12471     boxpoints: "outliers"
12472     whiskerwidth: 0
12473   layout:
12474     title: ""  # No title
12475     layout: "plot-latency"
12476
12477 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
12478 -
12479   type: "plot"
12480   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12481   algorithm: "plot_latency_box"
12482   output-file-type: ".html"
12483   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12484   data: "plot-dpdk-throughput-latency-3n-skx"
12485   filter: "'NIC_Intel-XXV710' and
12486            '64B' and
12487            'BASE' and
12488            'NDRPDR' and
12489            '2T1C' and
12490            'IP4FWD'"
12491   parameters:
12492   - "latency"
12493   - "parent"
12494   traces:
12495     hoverinfo: "x+y"
12496     boxpoints: "outliers"
12497     whiskerwidth: 0
12498   layout:
12499     title: ""  # No title
12500     layout: "plot-latency"
12501
12502 -
12503   type: "plot"
12504   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12505   algorithm: "plot_latency_box"
12506   output-file-type: ".html"
12507   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12508   data: "plot-dpdk-throughput-latency-3n-skx"
12509   filter: "'NIC_Intel-XXV710' and
12510            '64B' and
12511            'BASE' and
12512            'NDRPDR' and
12513            '4T2C' and
12514            'IP4FWD'"
12515   parameters:
12516   - "latency"
12517   - "parent"
12518   traces:
12519     hoverinfo: "x+y"
12520     boxpoints: "outliers"
12521     whiskerwidth: 0
12522   layout:
12523     title: ""  # No title
12524     layout: "plot-latency"
12525
12526 # Packet Latency - DPDK l3fwd 2n-skx-x710
12527 -
12528   type: "plot"
12529   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12530   algorithm: "plot_latency_box"
12531   output-file-type: ".html"
12532   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12533   data: "plot-dpdk-throughput-latency-2n-skx"
12534   filter: "'NIC_Intel-X710' and
12535            '64B' and
12536            'BASE' and
12537            'NDRPDR' and
12538            '2T1C' and
12539            'IP4FWD'"
12540   parameters:
12541   - "latency"
12542   - "parent"
12543   traces:
12544     hoverinfo: "x+y"
12545     boxpoints: "outliers"
12546     whiskerwidth: 0
12547   layout:
12548     title: ""  # No title
12549     layout: "plot-latency"
12550
12551 -
12552   type: "plot"
12553   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12554   algorithm: "plot_latency_box"
12555   output-file-type: ".html"
12556   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12557   data: "plot-dpdk-throughput-latency-2n-skx"
12558   filter: "'NIC_Intel-X710' and
12559            '64B' and
12560            'BASE' and
12561            'NDRPDR' and
12562            '4T2C' and
12563            'IP4FWD'"
12564   parameters:
12565   - "latency"
12566   - "parent"
12567   traces:
12568     hoverinfo: "x+y"
12569     boxpoints: "outliers"
12570     whiskerwidth: 0
12571   layout:
12572     title: ""  # No title
12573     layout: "plot-latency"
12574
12575 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
12576 -
12577   type: "plot"
12578   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12579   algorithm: "plot_latency_box"
12580   output-file-type: ".html"
12581   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12582   data: "plot-dpdk-throughput-latency-2n-skx"
12583   filter: "'NIC_Intel-XXV710' and
12584            '64B' and
12585            'BASE' and
12586            'NDRPDR' and
12587            '2T1C' and
12588            'IP4FWD'"
12589   parameters:
12590   - "latency"
12591   - "parent"
12592   traces:
12593     hoverinfo: "x+y"
12594     boxpoints: "outliers"
12595     whiskerwidth: 0
12596   layout:
12597     title: ""  # No title
12598     layout: "plot-latency"
12599
12600 -
12601   type: "plot"
12602   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12603   algorithm: "plot_latency_box"
12604   output-file-type: ".html"
12605   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12606   data: "plot-dpdk-throughput-latency-2n-skx"
12607   filter: "'NIC_Intel-XXV710' and
12608            '64B' and
12609            'BASE' and
12610            'NDRPDR' and
12611            '4T2C' and
12612            'IP4FWD'"
12613   parameters:
12614   - "latency"
12615   - "parent"
12616   traces:
12617     hoverinfo: "x+y"
12618     boxpoints: "outliers"
12619     whiskerwidth: 0
12620   layout:
12621     title: ""  # No title
12622     layout: "plot-latency"
12623
12624 ################################################################################
12625
12626 # Packet Latency - DPDK testpmd 3n-hsw-x520
12627 -
12628   type: "plot"
12629   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12630   algorithm: "plot_latency_box"
12631   output-file-type: ".html"
12632   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12633   data: "plot-dpdk-throughput-latency-3n-hsw"
12634   filter: "'NIC_Intel-X520-DA2' and
12635            '64B' and
12636            'BASE' and
12637            'NDRPDR' and
12638            '1T1C' and
12639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12640   parameters:
12641   - "latency"
12642   - "parent"
12643   traces:
12644     hoverinfo: "x+y"
12645     boxpoints: "outliers"
12646     whiskerwidth: 0
12647   layout:
12648     title: ""  # No title
12649     layout: "plot-latency"
12650
12651 -
12652   type: "plot"
12653   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12654   algorithm: "plot_latency_box"
12655   output-file-type: ".html"
12656   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12657   data: "plot-dpdk-throughput-latency-3n-hsw"
12658   filter: "'NIC_Intel-X520-DA2' and
12659            '64B' and
12660            'BASE' and
12661            'NDRPDR' and
12662            '2T2C' and
12663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12664   parameters:
12665   - "latency"
12666   - "parent"
12667   traces:
12668     hoverinfo: "x+y"
12669     boxpoints: "outliers"
12670     whiskerwidth: 0
12671   layout:
12672     title: ""  # No title
12673     layout: "plot-latency"
12674
12675 # Packet Latency - DPDK testpmd 3n-hsw-x710
12676 -
12677   type: "plot"
12678   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12679   algorithm: "plot_latency_box"
12680   output-file-type: ".html"
12681   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12682   data: "plot-dpdk-throughput-latency-3n-hsw"
12683   filter: "'NIC_Intel-X710' and
12684            '64B' and
12685            'BASE' and
12686            'NDRPDR' and
12687            '1T1C' and
12688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12689   parameters:
12690   - "latency"
12691   - "parent"
12692   traces:
12693     hoverinfo: "x+y"
12694     boxpoints: "outliers"
12695     whiskerwidth: 0
12696   layout:
12697     title: ""  # No title
12698     layout: "plot-latency"
12699
12700 -
12701   type: "plot"
12702   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12703   algorithm: "plot_latency_box"
12704   output-file-type: ".html"
12705   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12706   data: "plot-dpdk-throughput-latency-3n-hsw"
12707   filter: "'NIC_Intel-X710' and
12708            '64B' and
12709            'BASE' and
12710            'NDRPDR' and
12711            '2T2C' and
12712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12713   parameters:
12714   - "latency"
12715   - "parent"
12716   traces:
12717     hoverinfo: "x+y"
12718     boxpoints: "outliers"
12719     whiskerwidth: 0
12720   layout:
12721     title: ""  # No title
12722     layout: "plot-latency"
12723
12724 # Packet Latency - DPDK testpmd 3n-hsw-xl710
12725 -
12726   type: "plot"
12727   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12728   algorithm: "plot_latency_box"
12729   output-file-type: ".html"
12730   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12731   data: "plot-dpdk-throughput-latency-3n-hsw"
12732   filter: "'NIC_Intel-XL710' and
12733            '64B' and
12734            'BASE' and
12735            'NDRPDR' and
12736            '1T1C' and
12737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12738   parameters:
12739   - "latency"
12740   - "parent"
12741   traces:
12742     hoverinfo: "x+y"
12743     boxpoints: "outliers"
12744     whiskerwidth: 0
12745   layout:
12746     title: ""  # No title
12747     layout: "plot-latency"
12748
12749 -
12750   type: "plot"
12751   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12752   algorithm: "plot_latency_box"
12753   output-file-type: ".html"
12754   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12755   data: "plot-dpdk-throughput-latency-3n-hsw"
12756   filter: "'NIC_Intel-XL710' and
12757            '64B' and
12758            'BASE' and
12759            'NDRPDR' and
12760            '2T2C' and
12761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12762   parameters:
12763   - "latency"
12764   - "parent"
12765   traces:
12766     hoverinfo: "x+y"
12767     boxpoints: "outliers"
12768     whiskerwidth: 0
12769   layout:
12770     title: ""  # No title
12771     layout: "plot-latency"
12772
12773 # Packet Latency - DPDK testpmd 3n-skx-x710
12774 -
12775   type: "plot"
12776   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12777   algorithm: "plot_latency_box"
12778   output-file-type: ".html"
12779   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12780   data: "plot-dpdk-throughput-latency-3n-skx"
12781   filter: "'NIC_Intel-X710' and
12782            '64B' and
12783            'BASE' and
12784            'NDRPDR' and
12785            '2T1C' and
12786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12787   parameters:
12788   - "latency"
12789   - "parent"
12790   traces:
12791     hoverinfo: "x+y"
12792     boxpoints: "outliers"
12793     whiskerwidth: 0
12794   layout:
12795     title: ""  # No title
12796     layout: "plot-latency"
12797
12798 -
12799   type: "plot"
12800   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12801   algorithm: "plot_latency_box"
12802   output-file-type: ".html"
12803   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12804   data: "plot-dpdk-throughput-latency-3n-skx"
12805   filter: "'NIC_Intel-X710' and
12806            '64B' and
12807            'BASE' and
12808            'NDRPDR' and
12809            '4T2C' and
12810            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12811   parameters:
12812   - "latency"
12813   - "parent"
12814   traces:
12815     hoverinfo: "x+y"
12816     boxpoints: "outliers"
12817     whiskerwidth: 0
12818   layout:
12819     title: ""  # No title
12820     layout: "plot-latency"
12821
12822 # Packet Latency - DPDK testpmd 3n-skx-xxv710
12823 -
12824   type: "plot"
12825   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12826   algorithm: "plot_latency_box"
12827   output-file-type: ".html"
12828   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12829   data: "plot-dpdk-throughput-latency-3n-skx"
12830   filter: "'NIC_Intel-XXV710' and
12831            '64B' and
12832            'BASE' and
12833            'NDRPDR' and
12834            '2T1C' and
12835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12836   parameters:
12837   - "latency"
12838   - "parent"
12839   traces:
12840     hoverinfo: "x+y"
12841     boxpoints: "outliers"
12842     whiskerwidth: 0
12843   layout:
12844     title: ""  # No title
12845     layout: "plot-latency"
12846
12847 -
12848   type: "plot"
12849   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12850   algorithm: "plot_latency_box"
12851   output-file-type: ".html"
12852   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12853   data: "plot-dpdk-throughput-latency-3n-skx"
12854   filter: "'NIC_Intel-XXV710' and
12855            '64B' and
12856            'BASE' and
12857            'NDRPDR' and
12858            '4T2C' and
12859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12860   parameters:
12861   - "latency"
12862   - "parent"
12863   traces:
12864     hoverinfo: "x+y"
12865     boxpoints: "outliers"
12866     whiskerwidth: 0
12867   layout:
12868     title: ""  # No title
12869     layout: "plot-latency"
12870
12871 # Packet Latency - DPDK testpmd 2n-skx-x710
12872 -
12873   type: "plot"
12874   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12875   algorithm: "plot_latency_box"
12876   output-file-type: ".html"
12877   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12878   data: "plot-dpdk-throughput-latency-2n-skx"
12879   filter: "'NIC_Intel-X710' and
12880            '64B' and
12881            'BASE' and
12882            'NDRPDR' and
12883            '2T1C' and
12884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12885   parameters:
12886   - "latency"
12887   - "parent"
12888   traces:
12889     hoverinfo: "x+y"
12890     boxpoints: "outliers"
12891     whiskerwidth: 0
12892   layout:
12893     title: ""  # No title
12894     layout: "plot-latency"
12895
12896 -
12897   type: "plot"
12898   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12899   algorithm: "plot_latency_box"
12900   output-file-type: ".html"
12901   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12902   data: "plot-dpdk-throughput-latency-2n-skx"
12903   filter: "'NIC_Intel-X710' and
12904            '64B' and
12905            'BASE' and
12906            'NDRPDR' and
12907            '4T2C' and
12908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12909   parameters:
12910   - "latency"
12911   - "parent"
12912   traces:
12913     hoverinfo: "x+y"
12914     boxpoints: "outliers"
12915     whiskerwidth: 0
12916   layout:
12917     title: ""  # No title
12918     layout: "plot-latency"
12919
12920 # Packet Latency - DPDK testpmd 2n-skx-xxv710
12921 -
12922   type: "plot"
12923   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12924   algorithm: "plot_latency_box"
12925   output-file-type: ".html"
12926   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12927   data: "plot-dpdk-throughput-latency-2n-skx"
12928   filter: "'NIC_Intel-XXV710' and
12929            '64B' and
12930            'BASE' and
12931            'NDRPDR' and
12932            '2T1C' and
12933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12934   parameters:
12935   - "latency"
12936   - "parent"
12937   traces:
12938     hoverinfo: "x+y"
12939     boxpoints: "outliers"
12940     whiskerwidth: 0
12941   layout:
12942     title: ""  # No title
12943     layout: "plot-latency"
12944
12945 -
12946   type: "plot"
12947   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12948   algorithm: "plot_latency_box"
12949   output-file-type: ".html"
12950   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12951   data: "plot-dpdk-throughput-latency-2n-skx"
12952   filter: "'NIC_Intel-XXV710' and
12953            '64B' and
12954            'BASE' and
12955            'NDRPDR' and
12956            '4T2C' and
12957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
12958   parameters:
12959   - "latency"
12960   - "parent"
12961   traces:
12962     hoverinfo: "x+y"
12963     boxpoints: "outliers"
12964     whiskerwidth: 0
12965   layout:
12966     title: ""  # No title
12967     layout: "plot-latency"
12968
12969 ################################################################################
12970
12971 # Speedup - VPP Container Memif 3n-hsw-x520
12972 -
12973   type: "plot"
12974   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12975   algorithm: "plot_throughput_speedup_analysis"
12976   output-file-type: ".html"
12977   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12978   data: "plot-throughput-speedup-analysis-3n-hsw"
12979   filter: "'NIC_Intel-X520-DA2' and
12980            '64B' and
12981            ('BASE' or 'SCALE') and
12982            'NDRPDR' and
12983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12984            not 'VHOST' and
12985            'MEMIF'"
12986   parameters:
12987   - "throughput"
12988   - "parent"
12989   - "tags"
12990   layout:
12991     title: ""  # No title
12992     layout: "plot-throughput-speedup-analysis"
12993
12994 -
12995   type: "plot"
12996   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12997   algorithm: "plot_throughput_speedup_analysis"
12998   output-file-type: ".html"
12999   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13000   data: "plot-throughput-speedup-analysis-3n-hsw"
13001   filter: "'NIC_Intel-X520-DA2' and
13002            '64B' and
13003            ('BASE' or 'SCALE') and
13004            'NDRPDR' and
13005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13006            not 'VHOST' and
13007            'MEMIF'"
13008   parameters:
13009   - "throughput"
13010   - "parent"
13011   - "tags"
13012   layout:
13013     title: ""  # No title
13014     layout: "plot-throughput-speedup-analysis"
13015
13016 # Speedup - VPP Container Memif 3n-hsw-x710
13017 -
13018   type: "plot"
13019   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13020   algorithm: "plot_throughput_speedup_analysis"
13021   output-file-type: ".html"
13022   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13023   data: "plot-throughput-speedup-analysis-3n-hsw"
13024   filter: "'NIC_Intel-X710' and
13025            '64B' and
13026            ('BASE' or 'SCALE') and
13027            'NDRPDR' and
13028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13029            not 'VHOST' and
13030            'MEMIF'"
13031   parameters:
13032   - "throughput"
13033   - "parent"
13034   - "tags"
13035   layout:
13036     title: ""  # No title
13037     layout: "plot-throughput-speedup-analysis"
13038
13039 -
13040   type: "plot"
13041   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13042   algorithm: "plot_throughput_speedup_analysis"
13043   output-file-type: ".html"
13044   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13045   data: "plot-throughput-speedup-analysis-3n-hsw"
13046   filter: "'NIC_Intel-X710' and
13047            '64B' and
13048            ('BASE' or 'SCALE') and
13049            'NDRPDR' and
13050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13051            not 'VHOST' and
13052            'MEMIF'"
13053   parameters:
13054   - "throughput"
13055   - "parent"
13056   - "tags"
13057   layout:
13058     title: ""  # No title
13059     layout: "plot-throughput-speedup-analysis"
13060
13061 # Speedup - VPP Container Memif 3n-hsw-xl710
13062 -
13063   type: "plot"
13064   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13065   algorithm: "plot_throughput_speedup_analysis"
13066   output-file-type: ".html"
13067   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13068   data: "plot-throughput-speedup-analysis-3n-hsw"
13069   filter: "'NIC_Intel-XL710' and
13070            '64B' and
13071            ('BASE' or 'SCALE') and
13072            'NDRPDR' and
13073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13074            not 'VHOST' and
13075            'MEMIF'"
13076   parameters:
13077   - "throughput"
13078   - "parent"
13079   - "tags"
13080   layout:
13081     title: ""  # No title
13082     layout: "plot-throughput-speedup-analysis"
13083
13084 -
13085   type: "plot"
13086   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13087   algorithm: "plot_throughput_speedup_analysis"
13088   output-file-type: ".html"
13089   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13090   data: "plot-throughput-speedup-analysis-3n-hsw"
13091   filter: "'NIC_Intel-XL710' and
13092            '64B' and
13093            ('BASE' or 'SCALE') and
13094            'NDRPDR' and
13095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13096            not 'VHOST' and
13097            'MEMIF'"
13098   parameters:
13099   - "throughput"
13100   - "parent"
13101   - "tags"
13102   layout:
13103     title: ""  # No title
13104     layout: "plot-throughput-speedup-analysis"
13105
13106 # Speedup - VPP Container Memif 3n-skx-x710
13107 -
13108   type: "plot"
13109   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13110   algorithm: "plot_throughput_speedup_analysis"
13111   output-file-type: ".html"
13112   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13113   data: "plot-throughput-speedup-analysis-3n-skx"
13114   filter: "'NIC_Intel-X710' and
13115            '64B' and
13116            ('BASE' or 'SCALE') and
13117            'NDRPDR' and
13118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13119            not 'VHOST' and
13120            'MEMIF'"
13121   parameters:
13122   - "throughput"
13123   - "parent"
13124   - "tags"
13125   layout:
13126     title: ""  # No title
13127     layout: "plot-throughput-speedup-analysis"
13128
13129 -
13130   type: "plot"
13131   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13132   algorithm: "plot_throughput_speedup_analysis"
13133   output-file-type: ".html"
13134   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13135   data: "plot-throughput-speedup-analysis-3n-skx"
13136   filter: "'NIC_Intel-X710' and
13137            '64B' and
13138            ('BASE' or 'SCALE') and
13139            'NDRPDR' and
13140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13141            not 'VHOST' and
13142             'MEMIF'"
13143   parameters:
13144   - "throughput"
13145   - "parent"
13146   - "tags"
13147   layout:
13148     title: ""  # No title
13149     layout: "plot-throughput-speedup-analysis"
13150
13151 # Speedup - VPP Container Memif 3n-skx-xxv710
13152 -
13153   type: "plot"
13154   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13155   algorithm: "plot_throughput_speedup_analysis"
13156   output-file-type: ".html"
13157   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13158   data: "plot-throughput-speedup-analysis-3n-skx"
13159   filter: "'NIC_Intel-XXV710' and
13160            '64B' and
13161            ('BASE' or 'SCALE') and
13162            'NDRPDR' and
13163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13164            not 'VHOST' and
13165            'MEMIF'"
13166   parameters:
13167   - "throughput"
13168   - "parent"
13169   - "tags"
13170   layout:
13171     title: ""  # No title
13172     layout: "plot-throughput-speedup-analysis"
13173
13174 -
13175   type: "plot"
13176   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13177   algorithm: "plot_throughput_speedup_analysis"
13178   output-file-type: ".html"
13179   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13180   data: "plot-throughput-speedup-analysis-3n-skx"
13181   filter: "'NIC_Intel-XXV710' and
13182            '64B' and
13183            ('BASE' or 'SCALE') and
13184            'NDRPDR' and
13185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13186            not 'VHOST' and
13187            'MEMIF'"
13188   parameters:
13189   - "throughput"
13190   - "parent"
13191   - "tags"
13192   layout:
13193     title: ""  # No title
13194     layout: "plot-throughput-speedup-analysis"
13195
13196 # Speedup - VPP Container Memif 2n-skx-x710
13197 -
13198   type: "plot"
13199   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13200   algorithm: "plot_throughput_speedup_analysis"
13201   output-file-type: ".html"
13202   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13203   data: "plot-throughput-speedup-analysis-2n-skx"
13204   filter: "'NIC_Intel-X710' and
13205            '64B' and
13206            ('BASE' or 'SCALE') and
13207            'NDRPDR' and
13208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13209            not 'VHOST' and
13210            'MEMIF'"
13211   parameters:
13212   - "throughput"
13213   - "parent"
13214   - "tags"
13215   layout:
13216     title: ""  # No title
13217     layout: "plot-throughput-speedup-analysis"
13218
13219 -
13220   type: "plot"
13221   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13222   algorithm: "plot_throughput_speedup_analysis"
13223   output-file-type: ".html"
13224   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13225   data: "plot-throughput-speedup-analysis-2n-skx"
13226   filter: "'NIC_Intel-X710' and
13227            '64B' and
13228            ('BASE' or 'SCALE') and
13229            'NDRPDR' and
13230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13231            not 'VHOST' and
13232            'MEMIF'"
13233   parameters:
13234   - "throughput"
13235   - "parent"
13236   - "tags"
13237   layout:
13238     title: ""  # No title
13239     layout: "plot-throughput-speedup-analysis"
13240
13241 # Speedup - VPP Container Memif 2n-skx-xxv710
13242 -
13243   type: "plot"
13244   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13245   algorithm: "plot_throughput_speedup_analysis"
13246   output-file-type: ".html"
13247   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13248   data: "plot-throughput-speedup-analysis-2n-skx"
13249   filter: "'NIC_Intel-XXV710' and
13250            '64B' and
13251            ('BASE' or 'SCALE') and
13252            'NDRPDR' and
13253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13254            not 'VHOST' and
13255            'MEMIF'"
13256   parameters:
13257   - "throughput"
13258   - "parent"
13259   - "tags"
13260   layout:
13261     title: ""  # No title
13262     layout: "plot-throughput-speedup-analysis"
13263
13264 -
13265   type: "plot"
13266   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13267   algorithm: "plot_throughput_speedup_analysis"
13268   output-file-type: ".html"
13269   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13270   data: "plot-throughput-speedup-analysis-2n-skx"
13271   filter: "'NIC_Intel-XXV710' and
13272            '64B' and
13273            ('BASE' or 'SCALE') and
13274            'NDRPDR' and
13275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13276            not 'VHOST' and
13277            'MEMIF'"
13278   parameters:
13279   - "throughput"
13280   - "parent"
13281   - "tags"
13282   layout:
13283     title: ""  # No title
13284     layout: "plot-throughput-speedup-analysis"
13285
13286 ################################################################################
13287
13288 # Speedup - VPP Container k8s memif 3n-hsw-x520
13289 -
13290   type: "plot"
13291   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13292   algorithm: "plot_throughput_speedup_analysis"
13293   output-file-type: ".html"
13294   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13295   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13296   filter: "'NIC_Intel-X520-DA2' and
13297            '64B' and
13298            ('BASE' or 'SCALE') and
13299            'NDRPDR' and
13300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13301            not 'VHOST' and
13302            'MEMIF'"
13303   parameters:
13304   - "throughput"
13305   - "parent"
13306   - "tags"
13307   layout:
13308     title: ""  # No title
13309     layout: "plot-throughput-speedup-analysis"
13310
13311 -
13312   type: "plot"
13313   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13314   algorithm: "plot_throughput_speedup_analysis"
13315   output-file-type: ".html"
13316   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13317   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13318   filter: "'NIC_Intel-X520-DA2' and
13319            '64B' and
13320            ('BASE' or 'SCALE') and
13321            'NDRPDR' and
13322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13323            not 'VHOST' and
13324            'MEMIF'"
13325   parameters:
13326   - "throughput"
13327   - "parent"
13328   - "tags"
13329   layout:
13330     title: ""  # No title
13331     layout: "plot-throughput-speedup-analysis"
13332
13333 # Speedup - VPP Container Memif 3n-hsw-x710
13334 -
13335   type: "plot"
13336   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13337   algorithm: "plot_throughput_speedup_analysis"
13338   output-file-type: ".html"
13339   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13340   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13341   filter: "'NIC_Intel-X710' and
13342            '64B' and
13343            ('BASE' or 'SCALE') and
13344            'NDRPDR' and
13345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13346            not 'VHOST' and
13347            'MEMIF'"
13348   parameters:
13349   - "throughput"
13350   - "parent"
13351   - "tags"
13352   layout:
13353     title: ""  # No title
13354     layout: "plot-throughput-speedup-analysis"
13355
13356 -
13357   type: "plot"
13358   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13359   algorithm: "plot_throughput_speedup_analysis"
13360   output-file-type: ".html"
13361   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13362   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13363   filter: "'NIC_Intel-X710' and
13364            '64B' and
13365            ('BASE' or 'SCALE') and
13366            'NDRPDR' and
13367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13368            not 'VHOST' and
13369            'MEMIF'"
13370   parameters:
13371   - "throughput"
13372   - "parent"
13373   - "tags"
13374   layout:
13375     title: ""  # No title
13376     layout: "plot-throughput-speedup-analysis"
13377
13378 # Speedup - VPP Container Memif 3n-hsw-xl710
13379 -
13380   type: "plot"
13381   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13382   algorithm: "plot_throughput_speedup_analysis"
13383   output-file-type: ".html"
13384   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13385   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13386   filter: "'NIC_Intel-XL710' and
13387            '64B' and
13388            ('BASE' or 'SCALE') and
13389            'NDRPDR' and
13390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13391            not 'VHOST' and
13392            'MEMIF'"
13393   parameters:
13394   - "throughput"
13395   - "parent"
13396   - "tags"
13397   layout:
13398     title: ""  # No title
13399     layout: "plot-throughput-speedup-analysis"
13400
13401 -
13402   type: "plot"
13403   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13404   algorithm: "plot_throughput_speedup_analysis"
13405   output-file-type: ".html"
13406   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13407   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13408   filter: "'NIC_Intel-XL710' and
13409            '64B' and
13410            ('BASE' or 'SCALE') and
13411            'NDRPDR' and
13412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
13413            not 'VHOST' and
13414            'MEMIF'"
13415   parameters:
13416   - "throughput"
13417   - "parent"
13418   - "tags"
13419   layout:
13420     title: ""  # No title
13421     layout: "plot-throughput-speedup-analysis"
13422
13423 ################################################################################
13424
13425 # Speedup - VPP IPv4 3n-hsw-x520
13426 -
13427   type: "plot"
13428   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13429   algorithm: "plot_throughput_speedup_analysis"
13430   output-file-type: ".html"
13431   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13432   data: "plot-throughput-speedup-analysis-3n-hsw"
13433   filter: "'NIC_Intel-X520-DA2' and
13434            '64B' and
13435            ('BASE' or 'SCALE') and
13436            'NDRPDR' and
13437            'IP4FWD' and
13438            not 'IPSEC' and
13439            not 'VHOST'"
13440   parameters:
13441   - "throughput"
13442   - "parent"
13443   - "tags"
13444   layout:
13445     title: ""  # No title
13446     layout: "plot-throughput-speedup-analysis"
13447
13448 -
13449   type: "plot"
13450   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13451   algorithm: "plot_throughput_speedup_analysis"
13452   output-file-type: ".html"
13453   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13454   data: "plot-throughput-speedup-analysis-3n-hsw"
13455   filter: "'NIC_Intel-X520-DA2' and
13456            '64B' and
13457            ('BASE' or 'SCALE') and
13458            'NDRPDR' and
13459            'IP4FWD' and
13460            not 'IPSEC' and
13461            not 'VHOST'"
13462   parameters:
13463   - "throughput"
13464   - "parent"
13465   - "tags"
13466   layout:
13467     title: ""  # No title
13468     layout: "plot-throughput-speedup-analysis"
13469
13470 -
13471   type: "plot"
13472   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
13473   algorithm: "plot_throughput_speedup_analysis"
13474   output-file-type: ".html"
13475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
13476   data: "plot-throughput-speedup-analysis-3n-hsw"
13477   filter: "'NIC_Intel-X520-DA2' and
13478            '64B' and
13479            'FEATURE' and
13480            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13481            'NDRPDR' and
13482            'IP4FWD' and
13483            not 'IPSEC' and
13484            not 'VHOST'"
13485   parameters:
13486   - "throughput"
13487   - "parent"
13488   - "tags"
13489   layout:
13490     title: ""  # No title
13491     layout: "plot-throughput-speedup-analysis"
13492
13493 -
13494   type: "plot"
13495   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
13496   algorithm: "plot_throughput_speedup_analysis"
13497   output-file-type: ".html"
13498   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
13499   data: "plot-throughput-speedup-analysis-3n-hsw"
13500   filter: "'NIC_Intel-X520-DA2' and
13501            '64B' and
13502            'FEATURE' and
13503            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13504            'NDRPDR' and
13505            'IP4FWD' and
13506            not 'IPSEC' and
13507            not 'VHOST'"
13508   parameters:
13509   - "throughput"
13510   - "parent"
13511   - "tags"
13512   layout:
13513     title: ""  # No title
13514     layout: "plot-throughput-speedup-analysis"
13515
13516 # Speedup - VPP IPv4 3n-hsw-x710
13517 -
13518   type: "plot"
13519   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13520   algorithm: "plot_throughput_speedup_analysis"
13521   output-file-type: ".html"
13522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13523   data: "plot-throughput-speedup-analysis-3n-hsw"
13524   filter: "'NIC_Intel-X710' and
13525            '64B' and
13526            ('BASE' or 'SCALE') and
13527            'NDRPDR' and
13528            'IP4FWD' and
13529            not 'IPSEC' and
13530            not 'VHOST'"
13531   parameters:
13532   - "throughput"
13533   - "parent"
13534   - "tags"
13535   layout:
13536     title: ""  # No title
13537     layout: "plot-throughput-speedup-analysis"
13538
13539 -
13540   type: "plot"
13541   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13542   algorithm: "plot_throughput_speedup_analysis"
13543   output-file-type: ".html"
13544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13545   data: "plot-throughput-speedup-analysis-3n-hsw"
13546   filter: "'NIC_Intel-X710' and
13547            '64B' and
13548            ('BASE' or 'SCALE') and
13549            'NDRPDR' and
13550            'IP4FWD' and
13551            not 'IPSEC' and
13552            not 'VHOST'"
13553   parameters:
13554   - "throughput"
13555   - "parent"
13556   - "tags"
13557   layout:
13558     title: ""  # No title
13559     layout: "plot-throughput-speedup-analysis"
13560
13561 -
13562   type: "plot"
13563   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
13564   algorithm: "plot_throughput_speedup_analysis"
13565   output-file-type: ".html"
13566   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
13567   data: "plot-throughput-speedup-analysis-3n-hsw"
13568   filter: "'NIC_Intel-X710' and
13569            '64B' and
13570            'FEATURE' and
13571            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13572            'NDRPDR' and
13573            'IP4FWD' and
13574            not 'IPSEC' and
13575            not 'VHOST'"
13576   parameters:
13577   - "throughput"
13578   - "parent"
13579   - "tags"
13580   layout:
13581     title: ""  # No title
13582     layout: "plot-throughput-speedup-analysis"
13583
13584 -
13585   type: "plot"
13586   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
13587   algorithm: "plot_throughput_speedup_analysis"
13588   output-file-type: ".html"
13589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
13590   data: "plot-throughput-speedup-analysis-3n-hsw"
13591   filter: "'NIC_Intel-X710' and
13592            '64B' and
13593            'FEATURE' and
13594            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13595            'NDRPDR' and
13596            'IP4FWD' and
13597            not 'IPSEC' and
13598            not 'VHOST'"
13599   parameters:
13600   - "throughput"
13601   - "parent"
13602   - "tags"
13603   layout:
13604     title: ""  # No title
13605     layout: "plot-throughput-speedup-analysis"
13606
13607 # Speedup - VPP IPv4 3n-hsw-xl710
13608 -
13609   type: "plot"
13610   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13611   algorithm: "plot_throughput_speedup_analysis"
13612   output-file-type: ".html"
13613   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13614   data: "plot-throughput-speedup-analysis-3n-hsw"
13615   filter: "'NIC_Intel-XL710' and
13616            '64B' and
13617            ('BASE' or 'SCALE') and
13618            'NDRPDR' and
13619            'IP4FWD' and
13620            not 'IPSEC' and
13621            not 'VHOST'"
13622   parameters:
13623   - "throughput"
13624   - "parent"
13625   - "tags"
13626   layout:
13627     title: ""  # No title
13628     layout: "plot-throughput-speedup-analysis"
13629
13630 -
13631   type: "plot"
13632   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13633   algorithm: "plot_throughput_speedup_analysis"
13634   output-file-type: ".html"
13635   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13636   data: "plot-throughput-speedup-analysis-3n-hsw"
13637   filter: "'NIC_Intel-XL710' and
13638            '64B' and
13639            ('BASE' or 'SCALE') and
13640            'NDRPDR' and
13641            'IP4FWD' and
13642            not 'IPSEC' and
13643            not 'VHOST'"
13644   parameters:
13645   - "throughput"
13646   - "parent"
13647   - "tags"
13648   layout:
13649     title: ""  # No title
13650     layout: "plot-throughput-speedup-analysis"
13651
13652 # Speedup - VPP IPv4 3n-skx-x710
13653 -
13654   type: "plot"
13655   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13656   algorithm: "plot_throughput_speedup_analysis"
13657   output-file-type: ".html"
13658   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13659   data: "plot-throughput-speedup-analysis-3n-skx"
13660   filter: "'NIC_Intel-X710' and
13661            '64B' and
13662            ('BASE' or 'SCALE') and
13663            'NDRPDR' and
13664            'IP4FWD' and
13665            not 'IPSEC' and
13666            not 'VHOST'"
13667   parameters:
13668   - "throughput"
13669   - "parent"
13670   - "tags"
13671   layout:
13672     title: ""  # No title
13673     layout: "plot-throughput-speedup-analysis"
13674
13675 -
13676   type: "plot"
13677   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13678   algorithm: "plot_throughput_speedup_analysis"
13679   output-file-type: ".html"
13680   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13681   data: "plot-throughput-speedup-analysis-3n-skx"
13682   filter: "'NIC_Intel-X710' and
13683            '64B' and
13684            ('BASE' or 'SCALE') and
13685            'NDRPDR' and
13686            'IP4FWD' and
13687            not 'IPSEC' and
13688            not 'VHOST'"
13689   parameters:
13690   - "throughput"
13691   - "parent"
13692   - "tags"
13693   layout:
13694     title: ""  # No title
13695     layout: "plot-throughput-speedup-analysis"
13696
13697 -
13698   type: "plot"
13699   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
13700   algorithm: "plot_throughput_speedup_analysis"
13701   output-file-type: ".html"
13702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
13703   data: "plot-throughput-speedup-analysis-3n-skx"
13704   filter: "'NIC_Intel-X710' and
13705            '64B' and
13706            'FEATURE' and
13707            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13708            'NDRPDR' and
13709            'IP4FWD' and
13710            not 'IPSEC' and
13711            not 'VHOST'"
13712   parameters:
13713   - "throughput"
13714   - "parent"
13715   - "tags"
13716   layout:
13717     title: ""  # No title
13718     layout: "plot-throughput-speedup-analysis"
13719
13720 -
13721   type: "plot"
13722   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
13723   algorithm: "plot_throughput_speedup_analysis"
13724   output-file-type: ".html"
13725   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
13726   data: "plot-throughput-speedup-analysis-3n-skx"
13727   filter: "'NIC_Intel-X710' and
13728            '64B' and
13729            'FEATURE' and
13730            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13731            'NDRPDR' and
13732            'IP4FWD' and
13733            not 'IPSEC' and
13734            not 'VHOST'"
13735   parameters:
13736   - "throughput"
13737   - "parent"
13738   - "tags"
13739   layout:
13740     title: ""  # No title
13741     layout: "plot-throughput-speedup-analysis"
13742
13743 # Speedup - VPP IPv4 3n-skx-xxv710
13744 -
13745   type: "plot"
13746   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13747   algorithm: "plot_throughput_speedup_analysis"
13748   output-file-type: ".html"
13749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13750   data: "plot-throughput-speedup-analysis-3n-skx"
13751   filter: "'NIC_Intel-XXV710' and
13752            '64B' and
13753            ('BASE' or 'SCALE') and
13754            'NDRPDR' and
13755            'IP4FWD' and
13756            not 'IPSEC' and
13757            not 'VHOST'"
13758   parameters:
13759   - "throughput"
13760   - "parent"
13761   - "tags"
13762   layout:
13763     title: ""  # No title
13764     layout: "plot-throughput-speedup-analysis"
13765
13766 -
13767   type: "plot"
13768   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13769   algorithm: "plot_throughput_speedup_analysis"
13770   output-file-type: ".html"
13771   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13772   data: "plot-throughput-speedup-analysis-3n-skx"
13773   filter: "'NIC_Intel-XXV710' and
13774            '64B' and
13775            ('BASE' or 'SCALE') and
13776            'NDRPDR' and
13777            'IP4FWD' and
13778            not 'IPSEC' and
13779            not 'VHOST'"
13780   parameters:
13781   - "throughput"
13782   - "parent"
13783   - "tags"
13784   layout:
13785     title: ""  # No title
13786     layout: "plot-throughput-speedup-analysis"
13787
13788 -
13789   type: "plot"
13790   title: "Speedup: ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13791   algorithm: "plot_throughput_speedup_analysis"
13792   output-file-type: ".html"
13793   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13794   data: "plot-throughput-speedup-analysis-3n-skx"
13795   filter: "'NIC_Intel-XXV710' and
13796            '64B' and
13797            'FEATURE' and
13798            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13799            'NDRPDR' and
13800            'IP4FWD' and
13801            not 'IPSEC' and
13802            not 'VHOST'"
13803   parameters:
13804   - "throughput"
13805   - "parent"
13806   - "tags"
13807   layout:
13808     title: ""  # No title
13809     layout: "plot-throughput-speedup-analysis"
13810
13811 -
13812   type: "plot"
13813   title: "Speedup: ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13814   algorithm: "plot_throughput_speedup_analysis"
13815   output-file-type: ".html"
13816   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13817   data: "plot-throughput-speedup-analysis-3n-skx"
13818   filter: "'NIC_Intel-XXV710' and
13819            '64B' and
13820            'FEATURE' and
13821            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13822            'NDRPDR' and
13823            'IP4FWD' and
13824            not 'IPSEC' and
13825            not 'VHOST'"
13826   parameters:
13827   - "throughput"
13828   - "parent"
13829   - "tags"
13830   layout:
13831     title: ""  # No title
13832     layout: "plot-throughput-speedup-analysis"
13833
13834 # Speedup - VPP IPv4 2n-skx-x710
13835 -
13836   type: "plot"
13837   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13838   algorithm: "plot_throughput_speedup_analysis"
13839   output-file-type: ".html"
13840   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13841   data: "plot-throughput-speedup-analysis-2n-skx"
13842   filter: "'NIC_Intel-X710' and
13843            '64B' and
13844            ('BASE' or 'SCALE') and
13845            'NDRPDR' and
13846            'IP4FWD' and
13847            not 'IPSEC' and
13848            not 'VHOST'"
13849   parameters:
13850   - "throughput"
13851   - "parent"
13852   - "tags"
13853   layout:
13854     title: ""  # No title
13855     layout: "plot-throughput-speedup-analysis"
13856
13857 -
13858   type: "plot"
13859   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13860   algorithm: "plot_throughput_speedup_analysis"
13861   output-file-type: ".html"
13862   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13863   data: "plot-throughput-speedup-analysis-2n-skx"
13864   filter: "'NIC_Intel-X710' and
13865            '64B' and
13866            ('BASE' or 'SCALE') and
13867            'NDRPDR' and
13868            'IP4FWD' and
13869            not 'IPSEC' and
13870            not 'VHOST'"
13871   parameters:
13872   - "throughput"
13873   - "parent"
13874   - "tags"
13875   layout:
13876     title: ""  # No title
13877     layout: "plot-throughput-speedup-analysis"
13878
13879 -
13880   type: "plot"
13881   title: "Speedup: ip4-2n-skx-x710-64b-features-ndr-tsa"
13882   algorithm: "plot_throughput_speedup_analysis"
13883   output-file-type: ".html"
13884   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-ndr-tsa"
13885   data: "plot-throughput-speedup-analysis-2n-skx"
13886   filter: "'NIC_Intel-X710' and
13887            '64B' and
13888            'FEATURE' and
13889            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13890            'NDRPDR' and
13891            'IP4FWD' and
13892            not 'IPSEC' and
13893            not 'VHOST'"
13894   parameters:
13895   - "throughput"
13896   - "parent"
13897   - "tags"
13898   layout:
13899     title: ""  # No title
13900     layout: "plot-throughput-speedup-analysis"
13901
13902 -
13903   type: "plot"
13904   title: "Speedup: ip4-2n-skx-x710-64b-features-pdr-tsa"
13905   algorithm: "plot_throughput_speedup_analysis"
13906   output-file-type: ".html"
13907   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-pdr-tsa"
13908   data: "plot-throughput-speedup-analysis-2n-skx"
13909   filter: "'NIC_Intel-X710' and
13910            '64B' and
13911            'FEATURE' and
13912            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13913            'NDRPDR' and
13914            'IP4FWD' and
13915            not 'IPSEC' and
13916            not 'VHOST'"
13917   parameters:
13918   - "throughput"
13919   - "parent"
13920   - "tags"
13921   layout:
13922     title: ""  # No title
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 # Speedup - VPP IPv4 2n-skx-xxv710
13926 -
13927   type: "plot"
13928   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13929   algorithm: "plot_throughput_speedup_analysis"
13930   output-file-type: ".html"
13931   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13932   data: "plot-throughput-speedup-analysis-2n-skx"
13933   filter: "'NIC_Intel-XXV710' and
13934            '64B' and
13935            ('BASE' or 'SCALE') and
13936            'NDRPDR' and
13937            'IP4FWD' and
13938            not 'IPSEC' and
13939            not 'VHOST'"
13940   parameters:
13941   - "throughput"
13942   - "parent"
13943   - "tags"
13944   layout:
13945     title: ""  # No title
13946     layout: "plot-throughput-speedup-analysis"
13947
13948 -
13949   type: "plot"
13950   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13951   algorithm: "plot_throughput_speedup_analysis"
13952   output-file-type: ".html"
13953   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13954   data: "plot-throughput-speedup-analysis-2n-skx"
13955   filter: "'NIC_Intel-XXV710' and
13956            '64B' and
13957            ('BASE' or 'SCALE') and
13958            'NDRPDR' and
13959            'IP4FWD' and
13960            not 'IPSEC' and
13961            not 'VHOST'"
13962   parameters:
13963   - "throughput"
13964   - "parent"
13965   - "tags"
13966   layout:
13967     title: ""  # No title
13968     layout: "plot-throughput-speedup-analysis"
13969
13970 -
13971   type: "plot"
13972   title: "Speedup: ip4-2n-skx-xxv710-64b-features-ndr-tsa"
13973   algorithm: "plot_throughput_speedup_analysis"
13974   output-file-type: ".html"
13975   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-ndr-tsa"
13976   data: "plot-throughput-speedup-analysis-2n-skx"
13977   filter: "'NIC_Intel-XXV710' and
13978            '64B' and
13979            'FEATURE' and
13980            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13981            'NDRPDR' and
13982            'IP4FWD' and
13983            not 'IPSEC' and
13984            not 'VHOST'"
13985   parameters:
13986   - "throughput"
13987   - "parent"
13988   - "tags"
13989   layout:
13990     title: ""  # No title
13991     layout: "plot-throughput-speedup-analysis"
13992
13993 -
13994   type: "plot"
13995   title: "Speedup: ip4-2n-skx-xxv710-64b-features-pdr-tsa"
13996   algorithm: "plot_throughput_speedup_analysis"
13997   output-file-type: ".html"
13998   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-pdr-tsa"
13999   data: "plot-throughput-speedup-analysis-2n-skx"
14000   filter: "'NIC_Intel-XXV710' and
14001            '64B' and
14002            'FEATURE' and
14003            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14004            'NDRPDR' and
14005            'IP4FWD' and
14006            not 'IPSEC' and
14007            not 'VHOST'"
14008   parameters:
14009   - "throughput"
14010   - "parent"
14011   - "tags"
14012   layout:
14013     title: ""  # No title
14014     layout: "plot-throughput-speedup-analysis"
14015
14016 ################################################################################
14017
14018 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
14019 -
14020   type: "plot"
14021   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14022   algorithm: "plot_throughput_speedup_analysis"
14023   output-file-type: ".html"
14024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14025   data: "plot-throughput-speedup-analysis-3n-hsw"
14026   filter: "'NIC_Intel-X520-DA2' and
14027            '64B' and
14028            'ENCAP' and
14029            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14030            'NDRPDR' and
14031            'IP4FWD' and
14032            not 'IPSEC' and
14033            not 'VHOST'"
14034   parameters:
14035   - "throughput"
14036   - "parent"
14037   - "tags"
14038   layout:
14039     title: ""  # No title
14040     layout: "plot-throughput-speedup-analysis"
14041
14042 -
14043   type: "plot"
14044   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14045   algorithm: "plot_throughput_speedup_analysis"
14046   output-file-type: ".html"
14047   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14048   data: "plot-throughput-speedup-analysis-3n-hsw"
14049   filter: "'NIC_Intel-X520-DA2' and
14050            '64B' and
14051            'ENCAP' and
14052            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14053            'NDRPDR' and
14054            'IP4FWD' and
14055            not 'IPSEC' and
14056            not 'VHOST'"
14057   parameters:
14058   - "throughput"
14059   - "parent"
14060   - "tags"
14061   layout:
14062     title: ""  # No title
14063     layout: "plot-throughput-speedup-analysis"
14064
14065 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
14066 -
14067   type: "plot"
14068   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14069   algorithm: "plot_throughput_speedup_analysis"
14070   output-file-type: ".html"
14071   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14072   data: "plot-throughput-speedup-analysis-3n-hsw"
14073   filter: "'NIC_Intel-X710' and
14074            '64B' and
14075            'ENCAP' and
14076            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14077            'NDRPDR' and
14078            'IP4FWD' and
14079            not 'IPSEC' and
14080            not 'VHOST'"
14081   parameters:
14082   - "throughput"
14083   - "parent"
14084   - "tags"
14085   layout:
14086     title: ""  # No title
14087     layout: "plot-throughput-speedup-analysis"
14088
14089 -
14090   type: "plot"
14091   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14092   algorithm: "plot_throughput_speedup_analysis"
14093   output-file-type: ".html"
14094   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14095   data: "plot-throughput-speedup-analysis-3n-hsw"
14096   filter: "'NIC_Intel-X710' and
14097            '64B' and
14098            'ENCAP' and
14099            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14100            'NDRPDR' and
14101            'IP4FWD' and
14102            not 'IPSEC' and
14103            not 'VHOST'"
14104   parameters:
14105   - "throughput"
14106   - "parent"
14107   - "tags"
14108   layout:
14109     title: ""  # No title
14110     layout: "plot-throughput-speedup-analysis"
14111
14112 # Speedup - VPP IPv4 Tunnels 3n-hsw-xl710
14113 -
14114   type: "plot"
14115   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14116   algorithm: "plot_throughput_speedup_analysis"
14117   output-file-type: ".html"
14118   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14119   data: "plot-throughput-speedup-analysis-3n-hsw"
14120   filter: "'NIC_Intel-XL710' and
14121            '64B' and
14122            'ENCAP' and
14123            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14124            'NDRPDR' and
14125            'IP4FWD' and
14126            not 'IPSEC' and
14127            not 'VHOST'"
14128   parameters:
14129   - "throughput"
14130   - "parent"
14131   - "tags"
14132   layout:
14133     title: ""  # No title
14134     layout: "plot-throughput-speedup-analysis"
14135
14136 -
14137   type: "plot"
14138   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14139   algorithm: "plot_throughput_speedup_analysis"
14140   output-file-type: ".html"
14141   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14142   data: "plot-throughput-speedup-analysis-3n-hsw"
14143   filter: "'NIC_Intel-XL710' and
14144            '64B' and
14145            'ENCAP' and
14146            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14147            'NDRPDR' and
14148            'IP4FWD' and
14149            not 'IPSEC' and
14150            not 'VHOST'"
14151   parameters:
14152   - "throughput"
14153   - "parent"
14154   - "tags"
14155   layout:
14156     title: ""  # No title
14157     layout: "plot-throughput-speedup-analysis"
14158
14159 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
14160 -
14161   type: "plot"
14162   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14163   algorithm: "plot_throughput_speedup_analysis"
14164   output-file-type: ".html"
14165   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14166   data: "plot-throughput-speedup-analysis-3n-skx"
14167   filter: "'NIC_Intel-X710' and
14168            '64B' and
14169            'ENCAP' and
14170            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14171            'NDRPDR' and
14172            'IP4FWD' and
14173            not 'IPSEC' and
14174            not 'VHOST'"
14175   parameters:
14176   - "throughput"
14177   - "parent"
14178   - "tags"
14179   layout:
14180     title: ""  # No title
14181     layout: "plot-throughput-speedup-analysis"
14182
14183 -
14184   type: "plot"
14185   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14186   algorithm: "plot_throughput_speedup_analysis"
14187   output-file-type: ".html"
14188   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14189   data: "plot-throughput-speedup-analysis-3n-skx"
14190   filter: "'NIC_Intel-X710' and
14191            '64B' and
14192            'ENCAP' and
14193            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14194            'NDRPDR' and
14195            'IP4FWD' and
14196            not 'IPSEC' and
14197            not 'VHOST'"
14198   parameters:
14199   - "throughput"
14200   - "parent"
14201   - "tags"
14202   layout:
14203     title: ""  # No title
14204     layout: "plot-throughput-speedup-analysis"
14205
14206 # Speedup - VPP IPv4 Tunnels 3n-skx-xxv710
14207 -
14208   type: "plot"
14209   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14210   algorithm: "plot_throughput_speedup_analysis"
14211   output-file-type: ".html"
14212   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14213   data: "plot-throughput-speedup-analysis-3n-skx"
14214   filter: "'NIC_Intel-XXV710' and
14215            '64B' and
14216            'ENCAP' and
14217            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14218            'NDRPDR' and
14219            'IP4FWD' and
14220            not 'IPSEC' and
14221            not 'VHOST'"
14222   parameters:
14223   - "throughput"
14224   - "parent"
14225   - "tags"
14226   layout:
14227     title: ""  # No title
14228     layout: "plot-throughput-speedup-analysis"
14229
14230 -
14231   type: "plot"
14232   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14233   algorithm: "plot_throughput_speedup_analysis"
14234   output-file-type: ".html"
14235   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14236   data: "plot-throughput-speedup-analysis-3n-skx"
14237   filter: "'NIC_Intel-XXV710' and
14238            '64B' and
14239            'ENCAP' and
14240            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14241            'NDRPDR' and
14242            'IP4FWD' and
14243            not 'IPSEC' and
14244            not 'VHOST'"
14245   parameters:
14246   - "throughput"
14247   - "parent"
14248   - "tags"
14249   layout:
14250     title: ""  # No title
14251     layout: "plot-throughput-speedup-analysis"
14252
14253 # Speedup - VPP IPv4 Tunnels 2n-skx-x710
14254 -
14255   type: "plot"
14256   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14257   algorithm: "plot_throughput_speedup_analysis"
14258   output-file-type: ".html"
14259   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14260   data: "plot-throughput-speedup-analysis-2n-skx"
14261   filter: "'NIC_Intel-X710' and
14262            '64B' and
14263            'ENCAP' and
14264            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14265            'NDRPDR' and
14266            'IP4FWD' and
14267            not 'IPSEC' and
14268            not 'VHOST'"
14269   parameters:
14270   - "throughput"
14271   - "parent"
14272   - "tags"
14273   layout:
14274     title: ""  # No title
14275     layout: "plot-throughput-speedup-analysis"
14276
14277 -
14278   type: "plot"
14279   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14280   algorithm: "plot_throughput_speedup_analysis"
14281   output-file-type: ".html"
14282   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14283   data: "plot-throughput-speedup-analysis-2n-skx"
14284   filter: "'NIC_Intel-X710' and
14285            '64B' and
14286            'ENCAP' and
14287            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14288            'NDRPDR' and
14289            'IP4FWD' and
14290            not 'IPSEC' and
14291            not 'VHOST'"
14292   parameters:
14293   - "throughput"
14294   - "parent"
14295   - "tags"
14296   layout:
14297     title: ""  # No title
14298     layout: "plot-throughput-speedup-analysis"
14299
14300 # Speedup - VPP IPv4 Tunnels 2n-skx-xxv710
14301 -
14302   type: "plot"
14303   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14304   algorithm: "plot_throughput_speedup_analysis"
14305   output-file-type: ".html"
14306   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14307   data: "plot-throughput-speedup-analysis-2n-skx"
14308   filter: "'NIC_Intel-XXV710' and
14309            '64B' and
14310            'ENCAP' and
14311            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14312            'NDRPDR' and
14313            'IP4FWD' and
14314            not 'IPSEC' and
14315            not 'VHOST'"
14316   parameters:
14317   - "throughput"
14318   - "parent"
14319   - "tags"
14320   layout:
14321     title: ""  # No title
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 -
14325   type: "plot"
14326   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14327   algorithm: "plot_throughput_speedup_analysis"
14328   output-file-type: ".html"
14329   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14330   data: "plot-throughput-speedup-analysis-2n-skx"
14331   filter: "'NIC_Intel-XXV710' and
14332            '64B' and
14333            'ENCAP' and
14334            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14335            'NDRPDR' and
14336            'IP4FWD' and
14337            not 'IPSEC' and
14338            not 'VHOST'"
14339   parameters:
14340   - "throughput"
14341   - "parent"
14342   - "tags"
14343   layout:
14344     title: ""  # No title
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 ################################################################################
14348
14349 # Speedup - VPP IPv6 3n-hsw-x520
14350 -
14351   type: "plot"
14352   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14353   algorithm: "plot_throughput_speedup_analysis"
14354   output-file-type: ".html"
14355   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14356   data: "plot-throughput-speedup-analysis-3n-hsw"
14357   filter: "'NIC_Intel-X520-DA2' and
14358            '78B' and
14359            ('BASE' or 'SCALE') and
14360            'NDRPDR' and
14361            'IP6FWD' and
14362            not 'SRv6' and
14363            not 'IPSEC' and
14364            not 'VHOST'"
14365   parameters:
14366   - "throughput"
14367   - "parent"
14368   - "tags"
14369   layout:
14370     title: ""  # No title
14371     layout: "plot-throughput-speedup-analysis"
14372
14373 -
14374   type: "plot"
14375   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14376   algorithm: "plot_throughput_speedup_analysis"
14377   output-file-type: ".html"
14378   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14379   data: "plot-throughput-speedup-analysis-3n-hsw"
14380   filter: "'NIC_Intel-X520-DA2' and
14381            '78B' and
14382            ('BASE' or 'SCALE') and
14383            'NDRPDR' and
14384            'IP6FWD' and
14385            not 'SRv6' and
14386            not 'IPSEC' and
14387            not 'VHOST'"
14388   parameters:
14389   - "throughput"
14390   - "parent"
14391   - "tags"
14392   layout:
14393     title: ""  # No title
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 -
14397   type: "plot"
14398   title: "Speedup: ip6-3n-hsw-x520-78b-features-ndr-tsa"
14399   algorithm: "plot_throughput_speedup_analysis"
14400   output-file-type: ".html"
14401   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-ndr-tsa"
14402   data: "plot-throughput-speedup-analysis-3n-hsw"
14403   filter: "'NIC_Intel-X520-DA2' and
14404            '78B' and
14405            'FEATURE' and
14406            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14407            'NDRPDR' and
14408            'IP6FWD' and
14409            not 'SRv6' and
14410            not 'IPSEC' and
14411            not 'VHOST'"
14412   parameters:
14413   - "throughput"
14414   - "parent"
14415   - "tags"
14416   layout:
14417     title: ""  # No title
14418     layout: "plot-throughput-speedup-analysis"
14419
14420 -
14421   type: "plot"
14422   title: "Speedup: ip6-3n-hsw-x520-78b-features-pdr-tsa"
14423   algorithm: "plot_throughput_speedup_analysis"
14424   output-file-type: ".html"
14425   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-pdr-tsa"
14426   data: "plot-throughput-speedup-analysis-3n-hsw"
14427   filter: "'NIC_Intel-X520-DA2' and
14428            '78B' and
14429            'FEATURE' and
14430            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14431            'NDRPDR' and
14432            'IP6FWD' and
14433            not 'SRv6' and
14434            not 'IPSEC' and
14435            not 'VHOST'"
14436   parameters:
14437   - "throughput"
14438   - "parent"
14439   - "tags"
14440   layout:
14441     title: ""  # No title
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 # Speedup - VPP IPv6 3n-hsw-x710
14445 -
14446   type: "plot"
14447   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
14448   algorithm: "plot_throughput_speedup_analysis"
14449   output-file-type: ".html"
14450   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
14451   data: "plot-throughput-speedup-analysis-3n-hsw"
14452   filter: "'NIC_Intel-X710' and
14453            '78B' and
14454            ('BASE' or 'SCALE') and
14455            'NDRPDR' and
14456            'IP6FWD' and
14457            not 'SRv6' and
14458            not 'IPSEC' and
14459            not 'VHOST'"
14460   parameters:
14461   - "throughput"
14462   - "parent"
14463   - "tags"
14464   layout:
14465     title: ""  # No title
14466     layout: "plot-throughput-speedup-analysis"
14467
14468 -
14469   type: "plot"
14470   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
14471   algorithm: "plot_throughput_speedup_analysis"
14472   output-file-type: ".html"
14473   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
14474   data: "plot-throughput-speedup-analysis-3n-hsw"
14475   filter: "'NIC_Intel-X710' and
14476            '78B' and
14477            ('BASE' or 'SCALE') and
14478            'NDRPDR' and
14479            'IP6FWD' and
14480            not 'SRv6' and
14481            not 'IPSEC' and
14482            not 'VHOST'"
14483   parameters:
14484   - "throughput"
14485   - "parent"
14486   - "tags"
14487   layout:
14488     title: ""  # No title
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 -
14492   type: "plot"
14493   title: "Speedup: ip6-3n-hsw-x710-78b-features-ndr-tsa"
14494   algorithm: "plot_throughput_speedup_analysis"
14495   output-file-type: ".html"
14496   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-ndr-tsa"
14497   data: "plot-throughput-speedup-analysis-3n-hsw"
14498   filter: "'NIC_Intel-X710' and
14499            '78B' and
14500            'FEATURE' and
14501            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14502            'NDRPDR' and
14503            'IP6FWD' and
14504            not 'SRv6' and
14505            not 'IPSEC' and
14506            not 'VHOST'"
14507   parameters:
14508   - "throughput"
14509   - "parent"
14510   - "tags"
14511   layout:
14512     title: ""  # No title
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 -
14516   type: "plot"
14517   title: "Speedup: ip6-3n-hsw-x710-78b-features-pdr-tsa"
14518   algorithm: "plot_throughput_speedup_analysis"
14519   output-file-type: ".html"
14520   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-pdr-tsa"
14521   data: "plot-throughput-speedup-analysis-3n-hsw"
14522   filter: "'NIC_Intel-X710' and
14523            '78B' and
14524            'FEATURE' and
14525            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14526            'NDRPDR' and
14527            'IP6FWD' and
14528            not 'SRv6' and
14529            not 'IPSEC' and
14530            not 'VHOST'"
14531   parameters:
14532   - "throughput"
14533   - "parent"
14534   - "tags"
14535   layout:
14536     title: ""  # No title
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 # Speedup - VPP IPv6 3n-hsw-xl710
14540 -
14541   type: "plot"
14542   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
14543   algorithm: "plot_throughput_speedup_analysis"
14544   output-file-type: ".html"
14545   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
14546   data: "plot-throughput-speedup-analysis-3n-hsw"
14547   filter: "'NIC_Intel-XL710' and
14548            '78B' and
14549            ('BASE' or 'SCALE') and
14550            'NDRPDR' and
14551            'IP6FWD' and
14552            not 'SRv6' and
14553            not 'IPSEC' and
14554            not 'VHOST'"
14555   parameters:
14556   - "throughput"
14557   - "parent"
14558   - "tags"
14559   layout:
14560     title: ""  # No title
14561     layout: "plot-throughput-speedup-analysis"
14562
14563 -
14564   type: "plot"
14565   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
14566   algorithm: "plot_throughput_speedup_analysis"
14567   output-file-type: ".html"
14568   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
14569   data: "plot-throughput-speedup-analysis-3n-hsw"
14570   filter: "'NIC_Intel-XL710' and
14571            '78B' and
14572            ('BASE' or 'SCALE') and
14573            'NDRPDR' and
14574            'IP6FWD' and
14575            not 'SRv6' and
14576            not 'IPSEC' and
14577            not 'VHOST'"
14578   parameters:
14579   - "throughput"
14580   - "parent"
14581   - "tags"
14582   layout:
14583     title: ""  # No title
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 # Speedup - VPP IPv6 3n-skx-x710
14587 -
14588   type: "plot"
14589   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14590   algorithm: "plot_throughput_speedup_analysis"
14591   output-file-type: ".html"
14592   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14593   data: "plot-throughput-speedup-analysis-3n-skx"
14594   filter: "'NIC_Intel-X710' and
14595            '78B' and
14596            ('BASE' or 'SCALE') and
14597            'NDRPDR' and
14598            'IP6FWD' and
14599            not 'SRv6' and
14600            not 'IPSEC' and
14601            not 'VHOST'"
14602   parameters:
14603   - "throughput"
14604   - "parent"
14605   - "tags"
14606   layout:
14607     title: ""  # No title
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 -
14611   type: "plot"
14612   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14613   algorithm: "plot_throughput_speedup_analysis"
14614   output-file-type: ".html"
14615   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14616   data: "plot-throughput-speedup-analysis-3n-skx"
14617   filter: "'NIC_Intel-X710' and
14618            '78B' and
14619            ('BASE' or 'SCALE') and
14620            'NDRPDR' and
14621            'IP6FWD' and
14622            not 'SRv6' and
14623            not 'IPSEC' and
14624            not 'VHOST'"
14625   parameters:
14626   - "throughput"
14627   - "parent"
14628   - "tags"
14629   layout:
14630     title: ""  # No title
14631     layout: "plot-throughput-speedup-analysis"
14632
14633 -
14634   type: "plot"
14635   title: "Speedup: ip6-3n-skx-x710-78b-features-ndr-tsa"
14636   algorithm: "plot_throughput_speedup_analysis"
14637   output-file-type: ".html"
14638   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-ndr-tsa"
14639   data: "plot-throughput-speedup-analysis-3n-skx"
14640   filter: "'NIC_Intel-X710' and
14641            '78B' and
14642            'FEATURE' and
14643            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14644            'NDRPDR' and
14645            'IP6FWD' and
14646            not 'SRv6' and
14647            not 'IPSEC' and
14648            not 'VHOST'"
14649   parameters:
14650   - "throughput"
14651   - "parent"
14652   - "tags"
14653   layout:
14654     title: ""  # No title
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 -
14658   type: "plot"
14659   title: "Speedup: ip6-3n-skx-x710-78b-features-pdr-tsa"
14660   algorithm: "plot_throughput_speedup_analysis"
14661   output-file-type: ".html"
14662   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-pdr-tsa"
14663   data: "plot-throughput-speedup-analysis-3n-skx"
14664   filter: "'NIC_Intel-X710' and
14665            '78B' and
14666            'FEATURE' and
14667            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14668            'NDRPDR' and
14669            'IP6FWD' and
14670            not 'SRv6' and
14671            not 'IPSEC' and
14672            not 'VHOST'"
14673   parameters:
14674   - "throughput"
14675   - "parent"
14676   - "tags"
14677   layout:
14678     title: ""  # No title
14679     layout: "plot-throughput-speedup-analysis"
14680
14681 # Speedup - VPP IPv6 3n-skx-xxv710
14682 -
14683   type: "plot"
14684   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14685   algorithm: "plot_throughput_speedup_analysis"
14686   output-file-type: ".html"
14687   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14688   data: "plot-throughput-speedup-analysis-3n-skx"
14689   filter: "'NIC_Intel-XXV710' and
14690            '78B' and
14691            ('BASE' or 'SCALE') and
14692            'NDRPDR' and
14693            'IP6FWD' and
14694            not 'SRv6' and
14695            not 'IPSEC' and
14696            not 'VHOST'"
14697   parameters:
14698   - "throughput"
14699   - "parent"
14700   - "tags"
14701   layout:
14702     title: ""  # No title
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 -
14706   type: "plot"
14707   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14708   algorithm: "plot_throughput_speedup_analysis"
14709   output-file-type: ".html"
14710   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14711   data: "plot-throughput-speedup-analysis-3n-skx"
14712   filter: "'NIC_Intel-XXV710' and
14713            '78B' and
14714            ('BASE' or 'SCALE') and
14715            'NDRPDR' and
14716            'IP6FWD' and
14717            not 'SRv6' and
14718            not 'IPSEC' and
14719            not 'VHOST'"
14720   parameters:
14721   - "throughput"
14722   - "parent"
14723   - "tags"
14724   layout:
14725     title: ""  # No title
14726     layout: "plot-throughput-speedup-analysis"
14727
14728 -
14729   type: "plot"
14730   title: "Speedup: ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14731   algorithm: "plot_throughput_speedup_analysis"
14732   output-file-type: ".html"
14733   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14734   data: "plot-throughput-speedup-analysis-3n-skx"
14735   filter: "'NIC_Intel-XXV710' and
14736            '78B' and
14737            'FEATURE' and
14738            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14739            'NDRPDR' and
14740            'IP6FWD' and
14741            not 'SRv6' and
14742            not 'IPSEC' and
14743            not 'VHOST'"
14744   parameters:
14745   - "throughput"
14746   - "parent"
14747   - "tags"
14748   layout:
14749     title: ""  # No title
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 -
14753   type: "plot"
14754   title: "Speedup: ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14755   algorithm: "plot_throughput_speedup_analysis"
14756   output-file-type: ".html"
14757   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14758   data: "plot-throughput-speedup-analysis-3n-skx"
14759   filter: "'NIC_Intel-XXV710' and
14760            '78B' and
14761            'FEATURE' and
14762            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14763            'NDRPDR' and
14764            'IP6FWD' and
14765            not 'SRv6' and
14766            not 'IPSEC' and
14767            not 'VHOST'"
14768   parameters:
14769   - "throughput"
14770   - "parent"
14771   - "tags"
14772   layout:
14773     title: ""  # No title
14774     layout: "plot-throughput-speedup-analysis"
14775
14776 # Speedup - VPP IPv6 2n-skx-x710
14777 -
14778   type: "plot"
14779   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14780   algorithm: "plot_throughput_speedup_analysis"
14781   output-file-type: ".html"
14782   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14783   data: "plot-throughput-speedup-analysis-2n-skx"
14784   filter: "'NIC_Intel-X710' and
14785            '78B' and
14786            ('BASE' or 'SCALE') and
14787            'NDRPDR' and
14788            'IP6FWD' and
14789            not 'SRv6' and
14790            not 'IPSEC' and
14791            not 'VHOST'"
14792   parameters:
14793   - "throughput"
14794   - "parent"
14795   - "tags"
14796   layout:
14797     title: ""  # No title
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 -
14801   type: "plot"
14802   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14803   algorithm: "plot_throughput_speedup_analysis"
14804   output-file-type: ".html"
14805   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14806   data: "plot-throughput-speedup-analysis-2n-skx"
14807   filter: "'NIC_Intel-X710' and
14808            '78B' and
14809            ('BASE' or 'SCALE') and
14810            'NDRPDR' and
14811            'IP6FWD' and
14812            not 'IPSEC' and
14813            not 'VHOST'"
14814   parameters:
14815   - "throughput"
14816   - "parent"
14817   - "tags"
14818   layout:
14819     title: ""  # No title
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 -
14823   type: "plot"
14824   title: "Speedup: ip6-2n-skx-x710-78b-features-ndr-tsa"
14825   algorithm: "plot_throughput_speedup_analysis"
14826   output-file-type: ".html"
14827   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-ndr-tsa"
14828   data: "plot-throughput-speedup-analysis-2n-skx"
14829   filter: "'NIC_Intel-X710' and
14830            '78B' and
14831            'FEATURE' and
14832            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14833            'NDRPDR' and
14834            'IP6FWD' and
14835            not 'SRv6' and
14836            not 'IPSEC' and
14837            not 'VHOST'"
14838   parameters:
14839   - "throughput"
14840   - "parent"
14841   - "tags"
14842   layout:
14843     title: ""  # No title
14844     layout: "plot-throughput-speedup-analysis"
14845
14846 -
14847   type: "plot"
14848   title: "Speedup: ip6-2n-skx-x710-78b-features-pdr-tsa"
14849   algorithm: "plot_throughput_speedup_analysis"
14850   output-file-type: ".html"
14851   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-pdr-tsa"
14852   data: "plot-throughput-speedup-analysis-2n-skx"
14853   filter: "'NIC_Intel-X710' and
14854            '78B' and
14855            'FEATURE' and
14856            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14857            'NDRPDR' and
14858            'IP6FWD' and
14859            not 'SRv6' and
14860            not 'IPSEC' and
14861            not 'VHOST'"
14862   parameters:
14863   - "throughput"
14864   - "parent"
14865   - "tags"
14866   layout:
14867     title: ""  # No title
14868     layout: "plot-throughput-speedup-analysis"
14869
14870 # Speedup - VPP IPv6 2n-skx-xxv710
14871 -
14872   type: "plot"
14873   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14874   algorithm: "plot_throughput_speedup_analysis"
14875   output-file-type: ".html"
14876   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14877   data: "plot-throughput-speedup-analysis-2n-skx"
14878   filter: "'NIC_Intel-XXV710' and
14879            '78B' and
14880            ('BASE' or 'SCALE') and
14881            'NDRPDR' and
14882            'IP6FWD' and
14883            not 'SRv6' and
14884            not 'IPSEC' and
14885            not 'VHOST'"
14886   parameters:
14887   - "throughput"
14888   - "parent"
14889   - "tags"
14890   layout:
14891     title: ""  # No title
14892     layout: "plot-throughput-speedup-analysis"
14893
14894 -
14895   type: "plot"
14896   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14897   algorithm: "plot_throughput_speedup_analysis"
14898   output-file-type: ".html"
14899   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14900   data: "plot-throughput-speedup-analysis-2n-skx"
14901   filter: "'NIC_Intel-XXV710' and
14902            '78B' and
14903            ('BASE' or 'SCALE') and
14904            'NDRPDR' and
14905            'IP6FWD' and
14906            not 'SRv6' and
14907            not 'IPSEC' and
14908            not 'VHOST'"
14909   parameters:
14910   - "throughput"
14911   - "parent"
14912   - "tags"
14913   layout:
14914     title: ""  # No title
14915     layout: "plot-throughput-speedup-analysis"
14916
14917 -
14918   type: "plot"
14919   title: "Speedup: ip6-2n-skx-xxv710-78b-features-ndr-tsa"
14920   algorithm: "plot_throughput_speedup_analysis"
14921   output-file-type: ".html"
14922   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-ndr-tsa"
14923   data: "plot-throughput-speedup-analysis-2n-skx"
14924   filter: "'NIC_Intel-XXV710' and
14925            '78B' and
14926            'FEATURE' and
14927            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14928            'NDRPDR' and
14929            'IP6FWD' and
14930            not 'SRv6' and
14931            not 'IPSEC' and
14932            not 'VHOST'"
14933   parameters:
14934   - "throughput"
14935   - "parent"
14936   - "tags"
14937   layout:
14938     title: ""  # No title
14939     layout: "plot-throughput-speedup-analysis"
14940
14941 -
14942   type: "plot"
14943   title: "Speedup: ip6-2n-skx-xxv710-78b-features-pdr-tsa"
14944   algorithm: "plot_throughput_speedup_analysis"
14945   output-file-type: ".html"
14946   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-pdr-tsa"
14947   data: "plot-throughput-speedup-analysis-2n-skx"
14948   filter: "'NIC_Intel-XXV710' and
14949            '78B' and
14950            'FEATURE' and
14951            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14952            'NDRPDR' and
14953            'IP6FWD' and
14954            not 'SRv6' and
14955            not 'IPSEC' and
14956            not 'VHOST'"
14957   parameters:
14958   - "throughput"
14959   - "parent"
14960   - "tags"
14961   layout:
14962     title: ""  # No title
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 ################################################################################
14966
14967 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
14968 -
14969   type: "plot"
14970   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14971   algorithm: "plot_throughput_speedup_analysis"
14972   output-file-type: ".html"
14973   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14974   data: "plot-throughput-speedup-analysis-3n-hsw"
14975   filter: "'NIC_Intel-X520-DA2' and
14976            '78B' and
14977            'ENCAP' and
14978            'NDRPDR' and
14979            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14980            not 'VHOST'"
14981   parameters:
14982   - "throughput"
14983   - "parent"
14984   - "tags"
14985   layout:
14986     title: ""  # No title
14987     layout: "plot-throughput-speedup-analysis"
14988
14989 -
14990   type: "plot"
14991   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14992   algorithm: "plot_throughput_speedup_analysis"
14993   output-file-type: ".html"
14994   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14995   data: "plot-throughput-speedup-analysis-3n-hsw"
14996   filter: "'NIC_Intel-X520-DA2' and
14997            '78B' and
14998            'ENCAP' and
14999            'NDRPDR' and
15000            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15001            not 'VHOST'"
15002   parameters:
15003   - "throughput"
15004   - "parent"
15005   - "tags"
15006   layout:
15007     title: ""  # No title
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 ################################################################################
15011
15012 # Speedup - VPP IPSec 3n-hsw-xl710
15013 -
15014   type: "plot"
15015   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15016   algorithm: "plot_throughput_speedup_analysis"
15017   output-file-type: ".html"
15018   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15019   data: "plot-throughput-speedup-analysis-3n-hsw"
15020   filter: "'NIC_Intel-XL710' and
15021            '64B' and
15022            'IP4FWD' and
15023            'NDRPDR' and
15024            'IPSECHW' and
15025            ('IPSECTRAN' or 'IPSECTUN') and
15026            not 'VHOST'"
15027   parameters:
15028   - "throughput"
15029   - "parent"
15030   - "tags"
15031   layout:
15032     title: ""  # No title
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 -
15036   type: "plot"
15037   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15038   algorithm: "plot_throughput_speedup_analysis"
15039   output-file-type: ".html"
15040   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15041   data: "plot-throughput-speedup-analysis-3n-hsw"
15042   filter: "'NIC_Intel-XL710' and
15043            '64B' and
15044            'IP4FWD' and
15045            'NDRPDR' and
15046            'IPSECHW' and
15047            ('IPSECTRAN' or 'IPSECTUN') and
15048            not 'VHOST'"
15049   parameters:
15050   - "throughput"
15051   - "parent"
15052   - "tags"
15053   layout:
15054     title: ""  # No title
15055     layout: "plot-throughput-speedup-analysis"
15056
15057 ################################################################################
15058
15059 # Speedup - VPP SRv6 3n-hsw-x520
15060 -
15061   type: "plot"
15062   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
15063   algorithm: "plot_throughput_speedup_analysis"
15064   output-file-type: ".html"
15065   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
15066   data: "plot-throughput-speedup-analysis-3n-hsw"
15067   filter: "'NIC_Intel-X520-DA2' and
15068            '78B' and
15069            'FEATURE' and
15070            'NDRPDR' and
15071            'IP6FWD' and
15072            'SRv6'"
15073   parameters:
15074   - "throughput"
15075   - "parent"
15076   - "tags"
15077   layout:
15078     title: ""  # No title
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 -
15082   type: "plot"
15083   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
15084   algorithm: "plot_throughput_speedup_analysis"
15085   output-file-type: ".html"
15086   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
15087   data: "plot-throughput-speedup-analysis-3n-hsw"
15088   filter: "'NIC_Intel-X520-DA2' and
15089            '78B' and
15090            'FEATURE' and
15091            'NDRPDR' and
15092            'IP6FWD' and
15093            'SRv6'"
15094   parameters:
15095   - "throughput"
15096   - "parent"
15097   - "tags"
15098   layout:
15099     title: ""  # No title
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 ################################################################################
15103
15104 # Speedup - VPP L2 3n-hsw-x520
15105 -
15106   type: "plot"
15107   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15108   algorithm: "plot_throughput_speedup_analysis"
15109   output-file-type: ".html"
15110   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15111   data: "plot-throughput-speedup-analysis-3n-hsw"
15112   filter: "'NIC_Intel-X520-DA2' and
15113            '64B' and
15114            ('BASE' or 'SCALE') and
15115            'NDRPDR' and
15116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15117            not 'VHOST' and
15118            not 'MEMIF'"
15119   parameters:
15120   - "throughput"
15121   - "parent"
15122   - "tags"
15123   layout:
15124     title: ""  # No title
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 -
15128   type: "plot"
15129   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15130   algorithm: "plot_throughput_speedup_analysis"
15131   output-file-type: ".html"
15132   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15133   data: "plot-throughput-speedup-analysis-3n-hsw"
15134   filter: "'NIC_Intel-X520-DA2' and
15135            '64B' and
15136            ('BASE' or 'SCALE') and
15137            'NDRPDR' and
15138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15139            not 'VHOST' and
15140            not 'MEMIF'"
15141   parameters:
15142   - "throughput"
15143   - "parent"
15144   - "tags"
15145   layout:
15146     title: ""  # No title
15147     layout: "plot-throughput-speedup-analysis"
15148
15149 -
15150   type: "plot"
15151   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
15152   algorithm: "plot_throughput_speedup_analysis"
15153   output-file-type: ".html"
15154   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
15155   data: "plot-throughput-speedup-analysis-3n-hsw"
15156   filter: "'NIC_Intel-X520-DA2' and
15157            '64B' and
15158            'FEATURE' and
15159            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15160            'NDRPDR' and
15161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15162            not 'VHOST' and
15163            not 'MEMIF'"
15164   parameters:
15165   - "throughput"
15166   - "parent"
15167   - "tags"
15168   layout:
15169     title: ""  # No title
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 -
15173   type: "plot"
15174   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
15175   algorithm: "plot_throughput_speedup_analysis"
15176   output-file-type: ".html"
15177   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
15178   data: "plot-throughput-speedup-analysis-3n-hsw"
15179   filter: "'NIC_Intel-X520-DA2' and
15180            '64B' and
15181            'FEATURE' and
15182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15183            'NDRPDR' and
15184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15185            not 'VHOST' and
15186            not 'MEMIF'"
15187   parameters:
15188   - "throughput"
15189   - "parent"
15190   - "tags"
15191   layout:
15192     title: ""  # No title
15193     layout: "plot-throughput-speedup-analysis"
15194
15195 # Speedup - VPP L2 3n-hsw-x710
15196 -
15197   type: "plot"
15198   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15199   algorithm: "plot_throughput_speedup_analysis"
15200   output-file-type: ".html"
15201   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15202   data: "plot-throughput-speedup-analysis-3n-hsw"
15203   filter: "'NIC_Intel-X710' and
15204            '64B' and
15205            ('BASE' or 'SCALE') and
15206            'NDRPDR' and
15207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15208            not 'VHOST' and
15209            not 'MEMIF'"
15210   parameters:
15211   - "throughput"
15212   - "parent"
15213   - "tags"
15214   layout:
15215     title: ""  # No title
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 -
15219   type: "plot"
15220   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15221   algorithm: "plot_throughput_speedup_analysis"
15222   output-file-type: ".html"
15223   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15224   data: "plot-throughput-speedup-analysis-3n-hsw"
15225   filter: "'NIC_Intel-X710' and
15226            '64B' and
15227            ('BASE' or 'SCALE') and
15228            'NDRPDR' and
15229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15230            not 'VHOST' and
15231            not 'MEMIF'"
15232   parameters:
15233   - "throughput"
15234   - "parent"
15235   - "tags"
15236   layout:
15237     title: ""  # No title
15238     layout: "plot-throughput-speedup-analysis"
15239
15240 -
15241   type: "plot"
15242   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
15243   algorithm: "plot_throughput_speedup_analysis"
15244   output-file-type: ".html"
15245   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
15246   data: "plot-throughput-speedup-analysis-3n-hsw"
15247   filter: "'NIC_Intel-X710' and
15248            '64B' and
15249            'FEATURE' and
15250            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15251            'NDRPDR' and
15252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15253            not 'VHOST' and
15254            not 'MEMIF'"
15255   parameters:
15256   - "throughput"
15257   - "parent"
15258   - "tags"
15259   layout:
15260     title: ""  # No title
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 -
15264   type: "plot"
15265   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
15266   algorithm: "plot_throughput_speedup_analysis"
15267   output-file-type: ".html"
15268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
15269   data: "plot-throughput-speedup-analysis-3n-hsw"
15270   filter: "'NIC_Intel-X710' and
15271            '64B' and
15272            'FEATURE' and
15273            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15274            'NDRPDR' and
15275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15276            not 'VHOST' and
15277            not 'MEMIF'"
15278   parameters:
15279   - "throughput"
15280   - "parent"
15281   - "tags"
15282   layout:
15283     title: ""  # No title
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 # Speedup - VPP L2 3n-hsw-xl710
15287 -
15288   type: "plot"
15289   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15290   algorithm: "plot_throughput_speedup_analysis"
15291   output-file-type: ".html"
15292   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15293   data: "plot-throughput-speedup-analysis-3n-hsw"
15294   filter: "'NIC_Intel-XL710' and
15295            '64B' and
15296            ('BASE' or 'SCALE') and
15297            'NDRPDR' and
15298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15299            not 'VHOST' and
15300            not 'MEMIF'"
15301   parameters:
15302   - "throughput"
15303   - "parent"
15304   - "tags"
15305   layout:
15306     title: ""  # No title
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 -
15310   type: "plot"
15311   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15312   algorithm: "plot_throughput_speedup_analysis"
15313   output-file-type: ".html"
15314   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15315   data: "plot-throughput-speedup-analysis-3n-hsw"
15316   filter: "'NIC_Intel-XL710' and
15317            '64B' and
15318            ('BASE' or 'SCALE') and
15319            'NDRPDR' and
15320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15321            not 'VHOST' and
15322            not 'MEMIF'"
15323   parameters:
15324   - "throughput"
15325   - "parent"
15326   - "tags"
15327   layout:
15328     title: ""  # No title
15329     layout: "plot-throughput-speedup-analysis"
15330
15331 # Speedup - VPP L2 3n-skx-x710
15332 -
15333   type: "plot"
15334   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15335   algorithm: "plot_throughput_speedup_analysis"
15336   output-file-type: ".html"
15337   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15338   data: "plot-throughput-speedup-analysis-3n-skx"
15339   filter: "'NIC_Intel-X710' and
15340            '64B' and
15341            ('BASE' or 'SCALE') and
15342            'NDRPDR' and
15343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15344            not 'VHOST' and
15345            not 'MEMIF'"
15346   parameters:
15347   - "throughput"
15348   - "parent"
15349   - "tags"
15350   layout:
15351     title: ""  # No title
15352     layout: "plot-throughput-speedup-analysis"
15353
15354 -
15355   type: "plot"
15356   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15357   algorithm: "plot_throughput_speedup_analysis"
15358   output-file-type: ".html"
15359   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15360   data: "plot-throughput-speedup-analysis-3n-skx"
15361   filter: "'NIC_Intel-X710' and
15362            '64B' and
15363            ('BASE' or 'SCALE') and
15364            'NDRPDR' and
15365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15366            not 'VHOST' and
15367            not 'MEMIF'"
15368   parameters:
15369   - "throughput"
15370   - "parent"
15371   - "tags"
15372   layout:
15373     title: ""  # No title
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 -
15377   type: "plot"
15378   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
15379   algorithm: "plot_throughput_speedup_analysis"
15380   output-file-type: ".html"
15381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
15382   data: "plot-throughput-speedup-analysis-3n-skx"
15383   filter: "'NIC_Intel-X710' and
15384            '64B' and
15385            'FEATURE' and
15386            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15387            'NDRPDR' and
15388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15389            not 'VHOST' and
15390            not 'MEMIF'"
15391   parameters:
15392   - "throughput"
15393   - "parent"
15394   - "tags"
15395   layout:
15396     title: ""  # No title
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 -
15400   type: "plot"
15401   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
15402   algorithm: "plot_throughput_speedup_analysis"
15403   output-file-type: ".html"
15404   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
15405   data: "plot-throughput-speedup-analysis-3n-skx"
15406   filter: "'NIC_Intel-X710' and
15407            '64B' and
15408            'FEATURE' and
15409            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15410            'NDRPDR' and
15411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15412            not 'VHOST' and
15413            not 'MEMIF'"
15414   parameters:
15415   - "throughput"
15416   - "parent"
15417   - "tags"
15418   layout:
15419     title: ""  # No title
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 # Speedup - VPP L2 3n-skx-xxv710
15423 -
15424   type: "plot"
15425   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15426   algorithm: "plot_throughput_speedup_analysis"
15427   output-file-type: ".html"
15428   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15429   data: "plot-throughput-speedup-analysis-3n-skx"
15430   filter: "'NIC_Intel-XXV710' and
15431            '64B' and
15432            ('BASE' or 'SCALE') and
15433            'NDRPDR' and
15434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15435            not 'VHOST' and
15436            not 'MEMIF'"
15437   parameters:
15438   - "throughput"
15439   - "parent"
15440   - "tags"
15441   layout:
15442     title: ""  # No title
15443     layout: "plot-throughput-speedup-analysis"
15444
15445 -
15446   type: "plot"
15447   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15448   algorithm: "plot_throughput_speedup_analysis"
15449   output-file-type: ".html"
15450   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15451   data: "plot-throughput-speedup-analysis-3n-skx"
15452   filter: "'NIC_Intel-XXV710' and
15453            '64B' and
15454            ('BASE' or 'SCALE') and
15455            'NDRPDR' and
15456            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15457            not 'VHOST' and
15458            not 'MEMIF'"
15459   parameters:
15460   - "throughput"
15461   - "parent"
15462   - "tags"
15463   layout:
15464     title: ""  # No title
15465     layout: "plot-throughput-speedup-analysis"
15466
15467 -
15468   type: "plot"
15469   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
15470   algorithm: "plot_throughput_speedup_analysis"
15471   output-file-type: ".html"
15472   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
15473   data: "plot-throughput-speedup-analysis-3n-skx"
15474   filter: "'NIC_Intel-XXV710' and
15475            '64B' and
15476            'FEATURE' and
15477            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15478            'NDRPDR' and
15479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15480            not 'VHOST' and
15481            not 'MEMIF'"
15482   parameters:
15483   - "throughput"
15484   - "parent"
15485   - "tags"
15486   layout:
15487     title: ""  # No title
15488     layout: "plot-throughput-speedup-analysis"
15489
15490 -
15491   type: "plot"
15492   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
15493   algorithm: "plot_throughput_speedup_analysis"
15494   output-file-type: ".html"
15495   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
15496   data: "plot-throughput-speedup-analysis-3n-skx"
15497   filter: "'NIC_Intel-XXV710' and
15498            '64B' and
15499            'FEATURE' and
15500            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15501            'NDRPDR' and
15502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15503            not 'VHOST' and
15504            not 'MEMIF'"
15505   parameters:
15506   - "throughput"
15507   - "parent"
15508   - "tags"
15509   layout:
15510     title: ""  # No title
15511     layout: "plot-throughput-speedup-analysis"
15512
15513 # Speedup - VPP L2 2n-skx-x710
15514 -
15515   type: "plot"
15516   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15517   algorithm: "plot_throughput_speedup_analysis"
15518   output-file-type: ".html"
15519   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15520   data: "plot-throughput-speedup-analysis-2n-skx"
15521   filter: "'NIC_Intel-X710' and
15522            '64B' and
15523            ('BASE' or 'SCALE') and
15524            'NDRPDR' and
15525            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15526            not 'VHOST' and
15527            not 'MEMIF'"
15528   parameters:
15529   - "throughput"
15530   - "parent"
15531   - "tags"
15532   layout:
15533     title: ""  # No title
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 -
15537   type: "plot"
15538   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15539   algorithm: "plot_throughput_speedup_analysis"
15540   output-file-type: ".html"
15541   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15542   data: "plot-throughput-speedup-analysis-2n-skx"
15543   filter: "'NIC_Intel-X710' and
15544            '64B' and
15545            ('BASE' or 'SCALE') and
15546            'NDRPDR' and
15547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15548            not 'VHOST' and
15549            not 'MEMIF'"
15550   parameters:
15551   - "throughput"
15552   - "parent"
15553   - "tags"
15554   layout:
15555     title: ""  # No title
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 -
15559   type: "plot"
15560   title: "Speedup: l2sw-2n-skx-x710-64b-features-ndr-tsa"
15561   algorithm: "plot_throughput_speedup_analysis"
15562   output-file-type: ".html"
15563   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-ndr-tsa"
15564   data: "plot-throughput-speedup-analysis-2n-skx"
15565   filter: "'NIC_Intel-X710' and
15566            '64B' and
15567            'FEATURE' and
15568            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15569            'NDRPDR' and
15570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15571            not 'VHOST' and
15572            not 'MEMIF'"
15573   parameters:
15574   - "throughput"
15575   - "parent"
15576   - "tags"
15577   layout:
15578     title: ""  # No title
15579     layout: "plot-throughput-speedup-analysis"
15580
15581 -
15582   type: "plot"
15583   title: "Speedup: l2sw-2n-skx-x710-64b-features-pdr-tsa"
15584   algorithm: "plot_throughput_speedup_analysis"
15585   output-file-type: ".html"
15586   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-pdr-tsa"
15587   data: "plot-throughput-speedup-analysis-2n-skx"
15588   filter: "'NIC_Intel-X710' and
15589            '64B' and
15590            'FEATURE' and
15591            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15592            'NDRPDR' and
15593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15594            not 'VHOST' and
15595            not 'MEMIF'"
15596   parameters:
15597   - "throughput"
15598   - "parent"
15599   - "tags"
15600   layout:
15601     title: ""  # No title
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 # Speedup - VPP L2 2n-skx-xxv710
15605 -
15606   type: "plot"
15607   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15608   algorithm: "plot_throughput_speedup_analysis"
15609   output-file-type: ".html"
15610   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15611   data: "plot-throughput-speedup-analysis-2n-skx"
15612   filter: "'NIC_Intel-XXV710' and
15613            '64B' and
15614            ('BASE' or 'SCALE') and
15615            'NDRPDR' and
15616            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15617            not 'VHOST' and
15618            not 'MEMIF'"
15619   parameters:
15620   - "throughput"
15621   - "parent"
15622   - "tags"
15623   layout:
15624     title: ""  # No title
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 -
15628   type: "plot"
15629   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15630   algorithm: "plot_throughput_speedup_analysis"
15631   output-file-type: ".html"
15632   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15633   data: "plot-throughput-speedup-analysis-2n-skx"
15634   filter: "'NIC_Intel-XXV710' and
15635            '64B' and
15636            ('BASE' or 'SCALE') and
15637            'NDRPDR' and
15638            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15639            not 'VHOST' and
15640            not 'MEMIF'"
15641   parameters:
15642   - "throughput"
15643   - "parent"
15644   - "tags"
15645   layout:
15646     title: ""  # No title
15647     layout: "plot-throughput-speedup-analysis"
15648
15649 -
15650   type: "plot"
15651   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
15652   algorithm: "plot_throughput_speedup_analysis"
15653   output-file-type: ".html"
15654   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
15655   data: "plot-throughput-speedup-analysis-2n-skx"
15656   filter: "'NIC_Intel-XXV710' and
15657            '64B' and
15658            'FEATURE' and
15659            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15660            'NDRPDR' and
15661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15662            not 'VHOST' and
15663            not 'MEMIF'"
15664   parameters:
15665   - "throughput"
15666   - "parent"
15667   - "tags"
15668   layout:
15669     title: ""  # No title
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 -
15673   type: "plot"
15674   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
15675   algorithm: "plot_throughput_speedup_analysis"
15676   output-file-type: ".html"
15677   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
15678   data: "plot-throughput-speedup-analysis-2n-skx"
15679   filter: "'NIC_Intel-XXV710' and
15680            '64B' and
15681            'FEATURE' and
15682            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15683            'NDRPDR' and
15684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15685            not 'VHOST' and
15686            not 'MEMIF'"
15687   parameters:
15688   - "throughput"
15689   - "parent"
15690   - "tags"
15691   layout:
15692     title: ""  # No title
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 ################################################################################
15696
15697 # Speedup - VPP vhost ip4 3n-hsw-x520
15698 -
15699   type: "plot"
15700   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15701   algorithm: "plot_throughput_speedup_analysis"
15702   output-file-type: ".html"
15703   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15704   data: "plot-throughput-speedup-analysis-3n-hsw"
15705   filter: "'NIC_Intel-X520-DA2' and
15706            '64B' and
15707            'NDRPDR' and
15708            'VHOST' and
15709            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15710   parameters:
15711   - "throughput"
15712   - "parent"
15713   - "tags"
15714   layout:
15715     title: ""  # No title
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 -
15719   type: "plot"
15720   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15721   algorithm: "plot_throughput_speedup_analysis"
15722   output-file-type: ".html"
15723   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15724   data: "plot-throughput-speedup-analysis-3n-hsw"
15725   filter: "'NIC_Intel-X520-DA2' and
15726            '64B' and
15727            'NDRPDR' and
15728            'VHOST' and
15729            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15730   parameters:
15731   - "throughput"
15732   - "parent"
15733   - "tags"
15734   layout:
15735     title: ""  # No title
15736     layout: "plot-throughput-speedup-analysis"
15737
15738 # Speedup - VPP vhost l2sw 3n-hsw-x520
15739 -
15740   type: "plot"
15741   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15742   algorithm: "plot_throughput_speedup_analysis"
15743   output-file-type: ".html"
15744   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15745   data: "plot-throughput-speedup-analysis-3n-hsw"
15746   filter: "'NIC_Intel-X520-DA2' and
15747            '64B' and
15748            'NDRPDR' and
15749            'VHOST' and
15750            not 'VXLAN' and
15751            not 'IP4FWD' and
15752            not 'DOT1Q' and
15753            not '2VM'"
15754   parameters:
15755   - "throughput"
15756   - "parent"
15757   - "tags"
15758   layout:
15759     title: ""  # No title
15760     layout: "plot-throughput-speedup-analysis"
15761
15762 -
15763   type: "plot"
15764   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15765   algorithm: "plot_throughput_speedup_analysis"
15766   output-file-type: ".html"
15767   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15768   data: "plot-throughput-speedup-analysis-3n-hsw"
15769   filter: "'NIC_Intel-X520-DA2' and
15770            '64B' and
15771            'NDRPDR' and
15772            'VHOST' and
15773            not 'VXLAN' and
15774            not 'IP4FWD' and
15775            not 'DOT1Q' and
15776            not '2VM'"
15777   parameters:
15778   - "throughput"
15779   - "parent"
15780   - "tags"
15781   layout:
15782     title: ""  # No title
15783     layout: "plot-throughput-speedup-analysis"
15784
15785 # Speedup - VPP vhost ip4 3n-hsw-x710
15786 -
15787   type: "plot"
15788   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15789   algorithm: "plot_throughput_speedup_analysis"
15790   output-file-type: ".html"
15791   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15792   data: "plot-throughput-speedup-analysis-3n-hsw"
15793   filter: "'NIC_Intel-X710' and
15794            '64B' and
15795            'NDRPDR' and
15796            'VHOST' and
15797            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15798   parameters:
15799   - "throughput"
15800   - "parent"
15801   - "tags"
15802   layout:
15803     title: ""  # No title
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 -
15807   type: "plot"
15808   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15809   algorithm: "plot_throughput_speedup_analysis"
15810   output-file-type: ".html"
15811   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15812   data: "plot-throughput-speedup-analysis-3n-hsw"
15813   filter: "'NIC_Intel-X710' and
15814            '64B' and
15815            'NDRPDR' and
15816            'VHOST' and
15817            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15818   parameters:
15819   - "throughput"
15820   - "parent"
15821   - "tags"
15822   layout:
15823     title: ""  # No title
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 # Speedup - VPP vhost l2sw 3n-hsw-x710
15827 -
15828   type: "plot"
15829   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15830   algorithm: "plot_throughput_speedup_analysis"
15831   output-file-type: ".html"
15832   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15833   data: "plot-throughput-speedup-analysis-3n-hsw"
15834   filter: "'NIC_Intel-X710' and
15835            '64B' and
15836            'NDRPDR' and
15837            'VHOST' and
15838            not 'VXLAN' and
15839            not 'IP4FWD' and
15840            not 'DOT1Q' and
15841            not '2VM'"
15842   parameters:
15843   - "throughput"
15844   - "parent"
15845   - "tags"
15846   layout:
15847     title: ""  # No title
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 -
15851   type: "plot"
15852   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15853   algorithm: "plot_throughput_speedup_analysis"
15854   output-file-type: ".html"
15855   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15856   data: "plot-throughput-speedup-analysis-3n-hsw"
15857   filter: "'NIC_Intel-X710' and
15858            '64B' and
15859            'NDRPDR' and
15860            'VHOST' and
15861            not 'VXLAN' and
15862            not 'IP4FWD' and
15863            not 'DOT1Q' and
15864            not '2VM'"
15865   parameters:
15866   - "throughput"
15867   - "parent"
15868   - "tags"
15869   layout:
15870     title: ""  # No title
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 # Speedup - VPP vhost ip4 3n-hsw-xl710
15874 -
15875   type: "plot"
15876   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15877   algorithm: "plot_throughput_speedup_analysis"
15878   output-file-type: ".html"
15879   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15880   data: "plot-throughput-speedup-analysis-3n-hsw"
15881   filter: "'NIC_Intel-XL710' and
15882            '64B' and
15883            'NDRPDR' and
15884            'VHOST' and
15885            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15886   parameters:
15887   - "throughput"
15888   - "parent"
15889   - "tags"
15890   layout:
15891     title: ""  # No title
15892     layout: "plot-throughput-speedup-analysis"
15893
15894 -
15895   type: "plot"
15896   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15897   algorithm: "plot_throughput_speedup_analysis"
15898   output-file-type: ".html"
15899   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15900   data: "plot-throughput-speedup-analysis-3n-hsw"
15901   filter: "'NIC_Intel-XL710' and
15902            '64B' and
15903            'NDRPDR' and
15904            'VHOST' and
15905            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
15906   parameters:
15907   - "throughput"
15908   - "parent"
15909   - "tags"
15910   layout:
15911     title: ""  # No title
15912     layout: "plot-throughput-speedup-analysis"
15913
15914 # Speedup - VPP vhost l2sw 3n-hsw-xl710
15915 -
15916   type: "plot"
15917   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15918   algorithm: "plot_throughput_speedup_analysis"
15919   output-file-type: ".html"
15920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15921   data: "plot-throughput-speedup-analysis-3n-hsw"
15922   filter: "'NIC_Intel-XL710' and
15923            '64B' and
15924            'NDRPDR' and
15925            'VHOST' and
15926            not 'VXLAN' and
15927            not 'IP4FWD' and
15928            not 'DOT1Q' and
15929            not '2VM'"
15930   parameters:
15931   - "throughput"
15932   - "parent"
15933   - "tags"
15934   layout:
15935     title: ""  # No title
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 -
15939   type: "plot"
15940   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15941   algorithm: "plot_throughput_speedup_analysis"
15942   output-file-type: ".html"
15943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15944   data: "plot-throughput-speedup-analysis-3n-hsw"
15945   filter: "'NIC_Intel-XL710' and
15946            '64B' and
15947            'NDRPDR' and
15948            'VHOST' and
15949            not 'VXLAN' and
15950            not 'IP4FWD' and
15951            not 'DOT1Q' and
15952            not '2VM'"
15953   parameters:
15954   - "throughput"
15955   - "parent"
15956   - "tags"
15957   layout:
15958     title: ""  # No title
15959     layout: "plot-throughput-speedup-analysis"