Update report doc for rls1807
[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       csit-vpp-perf-1801-all:
132       - 124  # sel
133       - 127  # sel
134       - 128  # sel
135       - 141  # sel
136       - 142  # sel
137       - 143  # sel
138       - 145  # sel
139       - 146  # sel
140       - 162  # sel
141       - 163  # sel
142       - 167  # sel
143       - 172  # sel acl only
144       # TODO: Add Data sources
145       csit-vpp-perf-1804-all:
146       - 21  # sel
147       - 22  # sel
148       - 23  # sel
149       - 24  # sel
150       - 27  # sel
151       - 28  # sel
152       - 29  # sel
153       - 30  # sel
154       - 31  # sel
155       - 35  # sel
156     vpp-performance-changes-mrr:
157       csit-vpp-perf-check-1801:
158       - 3
159       - 4
160       - 5
161       - 6
162       - 7
163       - 8
164       - 9
165       - 11
166       - 12
167       - 13
168       csit-vpp-perf-check-1804:
169       - 6   # mrr - sel
170       - 13  # mrr - sel
171       - 14  # mrr - sel
172       - 15  # mrr - sel
173       - 16  # mrr - sel
174       - 17  # mrr - sel
175       - 19  # mrr - sel
176       - 20  # mrr - sel
177       - 21  # mrr - sel
178       - 22  # mrr - sel
179       # TODO: Add Data sources
180       # 1807
181     vpp-perf-results-3n-hsw:
182       # TODO: Add Data sources
183       csit-vpp-perf-1804-all:
184       - 19  # full
185       - 20  # full
186       - 25  # full
187       - 49  # full
188     vpp-perf-results-3n-skx:
189       # TODO: Add Data sources
190       csit-vpp-perf-1804-all:
191       - 19  # full
192       - 20  # full
193       - 25  # full
194       - 49  # full
195     vpp-perf-results-2n-skx:
196       # TODO: Add Data sources
197       csit-vpp-perf-1804-all:
198       - 19  # full
199       - 20  # full
200       - 25  # full
201       - 49  # full
202     vpp-mrr-results-3n-hsw:
203       # TODO: Add Data sources
204       csit-vpp-perf-check-1804:
205       - 5   # mrr - full
206     vpp-mrr-results-3n-skx:
207       # TODO: Add Data sources
208       csit-vpp-perf-check-1804:
209       - 5   # mrr - full
210     vpp-mrr-results-2n-skx:
211       # TODO: Add Data sources
212       csit-vpp-perf-check-1804:
213       - 5   # mrr - full
214     plot-throughput-speedup-analysis-3n-hsw:
215       # TODO: Add Data sources
216       csit-vpp-perf-1804-all:
217       - 19  # full
218       - 20  # full
219       - 25  # full
220       - 49  # full
221       - 21  # sel
222       - 22  # sel
223       - 23  # sel
224       - 24  # sel
225       - 27  # sel
226       - 28  # sel
227       - 29  # sel
228       - 30  # sel
229       - 31  # sel
230       - 35  # sel
231     plot-throughput-speedup-analysis-3n-skx:
232       # TODO: Add Data sources
233       csit-vpp-perf-1804-all:
234       - 19  # full
235       - 20  # full
236       - 25  # full
237       - 49  # full
238       - 21  # sel
239       - 22  # sel
240       - 23  # sel
241       - 24  # sel
242       - 27  # sel
243       - 28  # sel
244       - 29  # sel
245       - 30  # sel
246       - 31  # sel
247       - 35  # sel
248     plot-throughput-speedup-analysis-2n-skx:
249       # TODO: Add Data sources
250       csit-vpp-perf-1804-all:
251       - 19  # full
252       - 20  # full
253       - 25  # full
254       - 49  # full
255       - 21  # sel
256       - 22  # sel
257       - 23  # sel
258       - 24  # sel
259       - 27  # sel
260       - 28  # sel
261       - 29  # sel
262       - 30  # sel
263       - 31  # sel
264       - 35  # sel
265     plot-vpp-throughput-latency-3n-hsw:
266       # TODO: Add Data sources
267       csit-vpp-perf-1804-all:
268       - 19  # full
269       - 20  # full
270       - 25  # full
271       - 49  # full
272       - 21  # sel
273       - 22  # sel
274       - 23  # sel
275       - 24  # sel
276       - 27  # sel
277       - 28  # sel
278       - 29  # sel
279       - 30  # sel
280       - 31  # sel
281       - 35  # sel
282     plot-vpp-throughput-latency-3n-skx:
283       # TODO: Add Data sources
284       csit-vpp-perf-1804-all:
285       - 19  # full
286       - 20  # full
287       - 25  # full
288       - 49  # full
289       - 21  # sel
290       - 22  # sel
291       - 23  # sel
292       - 24  # sel
293       - 27  # sel
294       - 28  # sel
295       - 29  # sel
296       - 30  # sel
297       - 31  # sel
298       - 35  # sel
299     plot-vpp-throughput-latency-2n-skx:
300       # TODO: Add Data sources
301       csit-vpp-perf-1804-all:
302       - 19  # full
303       - 20  # full
304       - 25  # full
305       - 49  # full
306       - 21  # sel
307       - 22  # sel
308       - 23  # sel
309       - 24  # sel
310       - 27  # sel
311       - 28  # sel
312       - 29  # sel
313       - 30  # sel
314       - 31  # sel
315       - 35  # sel
316     plot-vpp-http-server-performance:
317       # TODO: Add Data sources
318       csit-vpp-perf-1804-all:
319       - 39  # wrk
320       - 40  # wrk
321       - 41  # wrk
322       - 42  # wrk
323       - 43  # wrk
324       - 44  # wrk
325       - 45  # wrk
326       - 46  # wrk
327       - 47  # wrk
328       - 48  # wrk
329
330     # VPP Functional
331     vpp-func-results-ubuntu:
332       csit-vpp-functional-1807-ubuntu1604-virl:
333       # TODO: Add Data sources
334       - "lastSuccessfulBuild"
335     vpp-func-results-centos:
336       csit-vpp-functional-1807-centos7-virl:
337       # TODO: Add Data sources
338       - "lastSuccessfulBuild"
339
340     # VPP Ligato
341     ligato-perf-results-3n-hsw:
342       # TODO: Add Data sources
343       csit-ligato-perf-1804-all:
344       - 4  # full
345     plot-ligato-throughput-speedup-analysis-3n-hsw:
346       # TODO: Add Data sources
347       csit-ligato-perf-1804-all:
348       - 5   # sel
349       - 6   # sel
350       - 7   # sel
351       - 8   # sel
352       - 9   # sel
353       - 10  # sel
354       - 11  # sel
355       - 12  # sel
356       - 13  # sel
357       - 14  # sel
358     plot-ligato-throughput-latency-3n-hsw:
359       # TODO: Add Data sources
360       csit-ligato-perf-1804-all:
361       - 5   # sel
362       - 6   # sel
363       - 7   # sel
364       - 8   # sel
365       - 9   # sel
366       - 10  # sel
367       - 11  # sel
368       - 12  # sel
369       - 13  # sel
370       - 14  # sel
371
372     # DPDK Performance
373     dpdk-performance-changes:
374       csit-dpdk-perf-1804-all:
375       - 4
376       - 5
377       - 6
378       - 7
379       - 8
380       - 9
381       - 10
382       - 11
383       - 12
384       - 13
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-compare-testbeds:
397       csit-dpdk-perf-verify-1807-3n-skx:
398       - 1
399       - 2
400       - 3
401       - 6
402       - 7
403       - 8
404       - 9
405       - 10
406       - 11
407       - 12
408       csit-dpdk-perf-verify-1807-3n-hsw:
409       - 11
410       - 12  # full
411       - 14
412       - 15
413       - 16
414       - 17
415       - 20
416       - 21
417       - 22
418       - 23
419     dpdk-perf-results-3n-hsw:
420       csit-dpdk-perf-verify-1807-3n-hsw:
421       - 12
422     dpdk-perf-results-3n-skx:
423       csit-dpdk-perf-verify-1807-3n-skx:
424       - 12
425     dpdk-perf-results-2n-skx:
426       csit-dpdk-perf-verify-1807-2n-skx:
427       - 10
428     plot-dpdk-throughput-latency-3n-hsw:
429       csit-dpdk-perf-verify-1807-3n-hsw:
430       - 11
431       - 12  # full
432       - 14
433       - 15
434       - 16
435       - 17
436       - 20
437       - 21
438       - 22
439       - 23
440     plot-dpdk-throughput-latency-3n-skx:
441       csit-dpdk-perf-verify-1807-3n-skx:
442       - 1
443       - 2
444       - 3
445       - 6
446       - 7
447       - 8
448       - 9
449       - 10
450       - 11
451       - 12
452     plot-dpdk-throughput-latency-2n-skx:
453       csit-dpdk-perf-verify-1807-2n-skx:
454       - 1
455       - 2
456       - 3
457       - 4
458       - 5
459       - 6
460       - 7
461       - 8
462       - 9
463       - 10
464
465     # HoneyComb Functional
466     hc-func-results:
467       csit-hc2vpp-verify-func-1807-ubuntu1604:
468       # TODO: Add Data sources
469       - "lastSuccessfulBuild"
470
471     #NSH SFC Functional
472     nsh-func-results:
473       # TODO: Add Data sources
474       csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
475       - 7
476
477   plot-layouts:
478
479     plot-cps:
480       xaxis:
481         autorange: True
482         fixedrange: False
483         gridcolor: "rgb(238, 238, 238)"
484         linecolor: "rgb(238, 238, 238)"
485         linewidth: 1
486         showgrid: True
487         showline: True
488         showticklabels: True
489         tickcolor: "rgb(238, 238, 238)"
490         tickmode: "linear"
491         title: "Indexed Test Cases"
492         zeroline: False
493       yaxis:
494         gridcolor: "rgb(238, 238, 238)"
495         hoverformat: ".4s"
496         linecolor: "rgb(238, 238, 238)"
497         linewidth: 1
498         rangemode: "tozero"
499         showgrid: True
500         showline: True
501         showticklabels: True
502         tickcolor: "rgb(238, 238, 238)"
503         title: "Connections Per Second [cps]"
504         zeroline: False
505       boxmode: "group"
506       boxgroupgap: 0.5
507       autosize: False
508       margin:
509         t: 50
510         b: 20
511         l: 50
512         r: 20
513       showlegend: True
514       legend:
515         orientation: "h"
516       width: 700
517       height: 1000
518
519     plot-rps:
520       xaxis:
521         autorange: True
522         fixedrange: False
523         gridcolor: "rgb(238, 238, 238)"
524         linecolor: "rgb(238, 238, 238)"
525         linewidth: 1
526         showgrid: True
527         showline: True
528         showticklabels: True
529         tickcolor: "rgb(238, 238, 238)"
530         tickmode: "linear"
531         title: "Indexed Test Cases"
532         zeroline: False
533       yaxis:
534         gridcolor: "rgb(238, 238, 238)"
535         hoverformat: ".4s"
536         linecolor: "rgb(238, 238, 238)"
537         linewidth: 1
538         rangemode: "tozero"
539         showgrid: True
540         showline: True
541         showticklabels: True
542         tickcolor: "rgb(238, 238, 238)"
543         title: "Requests Per Second [rps]"
544         zeroline: False
545       boxmode: "group"
546       boxgroupgap: 0.5
547       autosize: False
548       margin:
549         t: 50
550         b: 20
551         l: 50
552         r: 20
553       showlegend: True
554       legend:
555         orientation: "h"
556       width: 700
557       height: 1000
558
559     plot-throughput:
560       xaxis:
561         autorange: True
562         fixedrange: False
563         gridcolor: "rgb(238, 238, 238)"
564         linecolor: "rgb(238, 238, 238)"
565         linewidth: 1
566         showgrid: True
567         showline: True
568         showticklabels: True
569         tickcolor: "rgb(238, 238, 238)"
570         tickmode: "linear"
571         title: "Indexed Test Cases"
572         zeroline: False
573       yaxis:
574         gridcolor: "rgb(238, 238, 238)"
575         hoverformat: ".4s"
576         linecolor: "rgb(238, 238, 238)"
577         linewidth: 1
578         showgrid: True
579         showline: True
580         showticklabels: True
581         tickcolor: "rgb(238, 238, 238)"
582         title: "Packets Per Second [pps]"
583         zeroline: False
584       boxmode: "group"
585       boxgroupgap: 0.5
586       autosize: False
587       margin:
588         t: 50
589         b: 20
590         l: 50
591         r: 20
592       showlegend: True
593       legend:
594         orientation: "h"
595       width: 700
596       height: 1000
597
598     plot-latency:
599       xaxis:
600         autorange: True
601         fixedrange: False
602         gridcolor: "rgb(238, 238, 238)"
603         linecolor: "rgb(238, 238, 238)"
604         linewidth: 1
605         showgrid: True
606         showline: True
607         showticklabels: True
608         tickcolor: "rgb(238, 238, 238)"
609         tickmode: "linear"
610         title: "Indexed Test Cases"
611         zeroline: False
612       yaxis:
613         gridcolor: "rgb(238, 238, 238)"
614         hoverformat: ""
615         linecolor: "rgb(238, 238, 238)"
616         linewidth: 1
617         showgrid: True
618         showline: True
619         showticklabels: True
620         tickcolor: "rgb(238, 238, 238)"
621         title: "Latency min/avg/max [uSec]"
622         zeroline: False
623       boxmode: "group"
624       boxgroupgap: 0.5
625       autosize: False
626       margin:
627         t: 50
628         b: 20
629         l: 50
630         r: 20
631       showlegend: True
632       legend:
633         orientation: "h"
634       width: 700
635       height: 1000
636
637     plot-throughput-speedup-analysis:
638       xaxis:
639         autorange: True
640         fixedrange: False
641         gridcolor: "rgb(238, 238, 238)"
642         linecolor: "rgb(238, 238, 238)"
643         linewidth: 1
644         showgrid: True
645         showline: True
646         showticklabels: True
647         tickcolor: "rgb(238, 238, 238)"
648         tickmode: "linear"
649         tickangle: 270
650         zeroline: False
651       yaxis:
652         title: "Throughput speedup factor"
653         gridcolor: "rgb(238, 238, 238)"
654         hoverformat: ".4s"
655         linecolor: "rgb(238, 238, 238)"
656         linewidth: 1
657         showgrid: True
658         showline: True
659         showticklabels: True
660         tickcolor: "rgb(238, 238, 238)"
661         zeroline: False
662       legend:
663         orientation: "h"
664         xanchor: "center"
665         yanchor: "top"
666         x: 0.5
667         y: 1
668         bgcolor: "rgba(255, 255, 255, 0)"
669         bordercolor: "rgba(255, 255, 255, 0)"
670       barmode: "group"
671       bargap: 0.15
672       bargroupgap: 0.1
673       autosize: False
674       margin:
675           't': 50
676           'b': 300
677           'l': 50
678           'r': 20
679       showlegend: True
680       width: 700
681       height: 1000
682
683 -
684   type: "static"
685   src-path: "{DIR[RST]}"
686   dst-path: "{DIR[WORKING,SRC]}"
687
688 -
689   type: "input"
690   general:
691     file-name: "robot-plugin.zip"
692     file-format: ".zip"
693     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
694     extract: "robot-plugin/output.xml"
695
696   builds:
697
698     csit-vpp-perf-1801-all:
699     - 124  # sel
700     - 127  # sel
701     - 128  # sel
702     - 141  # sel
703     - 142  # sel
704     - 143  # sel
705     - 145  # sel
706     - 146  # sel
707     - 162  # sel
708     - 163  # sel
709     - 167  # sel
710     - 172  # sel acl only
711     csit-vpp-perf-1804-all:
712     - 19  # full
713     - 20  # full
714     - 25  # full
715     - 49  # full
716     - 21  # sel
717     - 22  # sel
718     - 23  # sel
719     - 24  # sel
720     - 27  # sel
721     - 28  # sel
722     - 29  # sel
723     - 30  # sel
724     - 31  # sel
725     - 35  # sel
726     - 39  # wrk
727     - 40  # wrk
728     - 41  # wrk
729     - 42  # wrk
730     - 43  # wrk
731     - 44  # wrk
732     - 45  # wrk
733     - 46  # wrk
734     - 47  # wrk
735     - 48  # wrk
736     # TODO: Add Data sources
737 #    csit-vpp-perf-verify-1807-3n-hsw:
738 #    -
739 #    csit-vpp-perf-verify-1807-3n-skx:
740 #    -
741 #    csit-vpp-perf-verify-1807-2n-skx:
742 #    -
743     csit-vpp-perf-check-1801:
744     - 3   # mrr
745     - 4   # mrr
746     - 5   # mrr
747     - 6   # mrr
748     - 7   # mrr
749     - 8   # mrr
750     - 9   # mrr
751     - 11  # mrr
752     - 12  # mrr
753     - 13  # mrr
754     csit-vpp-perf-check-1804:
755     - 5   # mrr - full
756     - 6   # mrr - sel
757     - 13  # mrr - sel
758     - 14  # mrr - sel
759     - 15  # mrr - sel
760     - 16  # mrr - sel
761     - 17  # mrr - sel
762     - 19  # mrr - sel
763     - 20  # mrr - sel
764     - 21  # mrr - sel
765     - 22  # mrr - sel
766     # TODO: Add Data sources
767     # mrr 1807
768     csit-ligato-perf-1804-all:
769     - 4   # full
770     - 5   # sel
771     - 6   # sel
772     - 7   # sel
773     - 8   # sel
774     - 9   # sel
775     - 10  # sel
776     - 11  # sel
777     - 12  # sel
778     - 13  # sel
779     - 14  # sel
780     # TODO: Add Data sources
781 #    csit-ligato-perf-1807-all:
782 #    -
783     csit-dpdk-perf-1804-all:
784     - 4
785     - 5
786     - 6
787     - 7
788     - 8
789     - 9
790     - 10
791     - 11
792     - 12
793     - 13
794     csit-dpdk-perf-verify-1807-3n-hsw:
795     - 11
796     - 12  # full
797     - 14
798     - 15
799     - 16
800     - 17
801     - 20
802     - 21
803     - 22
804     - 23
805     csit-dpdk-perf-verify-1807-3n-skx:
806     - 1
807     - 2
808     - 3
809     - 6
810     - 7
811     - 8
812     - 9
813     - 10
814     - 11
815     - 12
816     csit-dpdk-perf-verify-1807-2n-skx:
817     - 1
818     - 2
819     - 3
820     - 4
821     - 5
822     - 6
823     - 7
824     - 8
825     - 9
826     - 10
827     csit-vpp-functional-1807-ubuntu1604-virl:
828     # TODO: Add Data sources
829     - "lastSuccessfulBuild"
830     csit-vpp-functional-1807-centos7-virl:
831     # TODO: Add Data sources
832     - "lastSuccessfulBuild"
833     # TODO: Add Data sources
834     csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
835     - 7
836     csit-hc2vpp-verify-func-1807-ubuntu1604:
837     # TODO: Add Data sources
838     - "lastSuccessfulBuild"
839
840 -
841   type: "output"
842   output: "report"
843   format:
844     html:
845     - full
846 #    pdf:
847 #    - minimal
848
849 ################################################################################
850 ###                               T A B L E S                                ###
851 ################################################################################
852
853 ################################################################################
854 # VPP
855 -
856   type: "table"
857   title: "VPP Performance Changes 1t1c pdr"
858   algorithm: "table_performance_comparison"
859   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
860   history:
861     -
862       title: "rls1801"
863       data:
864         csit-vpp-perf-1801-all:
865         - 124  # sel
866         - 127  # sel
867         - 128  # sel
868         - 141  # sel
869         - 142  # sel
870         - 143  # sel
871         - 145  # sel
872         - 146  # sel
873         - 162  # sel
874         - 163  # sel
875         - 167  # sel
876         - 172  # sel acl only
877   reference:
878     title: "rls1804"
879     data:
880       csit-vpp-perf-1804-all:
881       - 21  # sel
882       - 22  # sel
883       - 23  # sel
884       - 24  # sel
885       - 27  # sel
886       - 28  # sel
887       - 29  # sel
888       - 30  # sel
889       - 31  # sel
890       - 35  # sel
891   compare:
892     title: "rls1807"
893     data:
894       # TODO: Add Data sources
895       csit-vpp-perf-1804-all:
896       - 21  # sel
897       - 22  # sel
898       - 23  # sel
899       - 24  # sel
900       - 27  # sel
901       - 28  # sel
902       - 29  # sel
903       - 30  # sel
904       - 31  # sel
905       - 35  # sel
906   data: "vpp-performance-changes"
907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
908   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
909   parameters:
910   - "name"
911   - "parent"
912   - "throughput"
913
914 -
915   type: "table"
916   title: "VPP Performance Changes 2t2c pdr"
917   algorithm: "table_performance_comparison"
918   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
919   history:
920     -
921       title: "rls1801"
922       data:
923         csit-vpp-perf-1801-all:
924         - 124  # sel
925         - 127  # sel
926         - 128  # sel
927         - 141  # sel
928         - 142  # sel
929         - 143  # sel
930         - 145  # sel
931         - 146  # sel
932         - 162  # sel
933         - 163  # sel
934         - 167  # sel
935         - 172  # sel acl only
936   reference:
937     title: "rls1804"
938     data:
939       csit-vpp-perf-1804-all:
940       - 21  # sel
941       - 22  # sel
942       - 23  # sel
943       - 24  # sel
944       - 27  # sel
945       - 28  # sel
946       - 29  # sel
947       - 30  # sel
948       - 31  # sel
949       - 35  # sel
950   compare:
951     title: "rls1807"
952     data:
953       # TODO: Add Data sources
954       csit-vpp-perf-1804-all:
955       - 21  # sel
956       - 22  # sel
957       - 23  # sel
958       - 24  # sel
959       - 27  # sel
960       - 28  # sel
961       - 29  # sel
962       - 30  # sel
963       - 31  # sel
964       - 35  # sel
965   data: "vpp-performance-changes"
966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
967   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
968   parameters:
969   - "name"
970   - "parent"
971   - "throughput"
972
973 -
974   type: "table"
975   title: "VPP Performance Changes 1t1c ndr"
976   algorithm: "table_performance_comparison"
977   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
978   history:
979     -
980       title: "rls1801"
981       data:
982         csit-vpp-perf-1801-all:
983         - 124  # sel
984         - 127  # sel
985         - 128  # sel
986         - 141  # sel
987         - 142  # sel
988         - 143  # sel
989         - 145  # sel
990         - 146  # sel
991         - 162  # sel
992         - 163  # sel
993         - 167  # sel
994         - 172  # sel acl only
995   reference:
996     title: "rls1804"
997     data:
998       csit-vpp-perf-1804-all:
999       - 21  # sel
1000       - 22  # sel
1001       - 23  # sel
1002       - 24  # sel
1003       - 27  # sel
1004       - 28  # sel
1005       - 29  # sel
1006       - 30  # sel
1007       - 31  # sel
1008       - 35  # sel
1009   compare:
1010     title: "rls1807"
1011     data:
1012       # TODO: Add Data sources
1013       csit-vpp-perf-1804-all:
1014       - 21  # sel
1015       - 22  # sel
1016       - 23  # sel
1017       - 24  # sel
1018       - 27  # sel
1019       - 28  # sel
1020       - 29  # sel
1021       - 30  # sel
1022       - 31  # sel
1023       - 35  # sel
1024   data: "vpp-performance-changes"
1025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1026   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1027   parameters:
1028   - "name"
1029   - "parent"
1030   - "throughput"
1031
1032 -
1033   type: "table"
1034   title: "VPP Performance Changes 2t2c ndr"
1035   algorithm: "table_performance_comparison"
1036   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1037   history:
1038     -
1039       title: "rls1801"
1040       data:
1041         csit-vpp-perf-1801-all:
1042         - 124  # sel
1043         - 127  # sel
1044         - 128  # sel
1045         - 141  # sel
1046         - 142  # sel
1047         - 143  # sel
1048         - 145  # sel
1049         - 146  # sel
1050         - 162  # sel
1051         - 163  # sel
1052         - 167  # sel
1053         - 172  # sel acl only
1054   reference:
1055     title: "rls1804"
1056     data:
1057       csit-vpp-perf-1804-all:
1058       - 21  # sel
1059       - 22  # sel
1060       - 23  # sel
1061       - 24  # sel
1062       - 27  # sel
1063       - 28  # sel
1064       - 29  # sel
1065       - 30  # sel
1066       - 31  # sel
1067       - 35  # sel
1068   compare:
1069     title: "rls1807"
1070     data:
1071       # TODO: Add Data sources
1072       csit-vpp-perf-1804-all:
1073       - 21  # sel
1074       - 22  # sel
1075       - 23  # sel
1076       - 24  # sel
1077       - 27  # sel
1078       - 28  # sel
1079       - 29  # sel
1080       - 30  # sel
1081       - 31  # sel
1082       - 35  # sel
1083   data: "vpp-performance-changes"
1084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1085   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1086   parameters:
1087   - "name"
1088   - "parent"
1089   - "throughput"
1090
1091 -
1092   type: "table"
1093   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1094   algorithm: "table_performance_comparison"
1095   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1096   reference:
1097     title: "3-Node Hsw"
1098     data:
1099       # TODO: Add Data sources
1100       csit-vpp-perf-1801-all:
1101       - 124  # sel
1102       - 127  # sel
1103       - 128  # sel
1104       - 141  # sel
1105       - 142  # sel
1106       - 143  # sel
1107       - 145  # sel
1108       - 146  # sel
1109       - 162  # sel
1110       - 163  # sel
1111       - 167  # sel
1112       - 172  # sel acl only
1113   compare:
1114     title: "3-Node Skx"
1115     data:
1116       # TODO: Add Data sources
1117       csit-vpp-perf-1804-all:
1118       - 21  # sel
1119       - 22  # sel
1120       - 23  # sel
1121       - 24  # sel
1122       - 27  # sel
1123       - 28  # sel
1124       - 29  # sel
1125       - 30  # sel
1126       - 31  # sel
1127       - 35  # sel
1128   data: "vpp-compare-testbeds"
1129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1130   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1131   parameters:
1132   - "name"
1133   - "parent"
1134   - "throughput"
1135
1136 -
1137   type: "table"
1138   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1139   algorithm: "table_performance_comparison"
1140   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1141   reference:
1142     title: "3-Node Hsw"
1143     data:
1144       # TODO: Add Data sources
1145       csit-vpp-perf-1801-all:
1146       - 124  # sel
1147       - 127  # sel
1148       - 128  # sel
1149       - 141  # sel
1150       - 142  # sel
1151       - 143  # sel
1152       - 145  # sel
1153       - 146  # sel
1154       - 162  # sel
1155       - 163  # sel
1156       - 167  # sel
1157       - 172  # sel acl only
1158   compare:
1159     title: "3-Node Skx"
1160     data:
1161       # TODO: Add Data sources
1162       csit-vpp-perf-1804-all:
1163       - 21  # sel
1164       - 22  # sel
1165       - 23  # sel
1166       - 24  # sel
1167       - 27  # sel
1168       - 28  # sel
1169       - 29  # sel
1170       - 30  # sel
1171       - 31  # sel
1172       - 35  # sel
1173   data: "vpp-compare-testbeds"
1174   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1175   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1176   parameters:
1177   - "name"
1178   - "parent"
1179   - "throughput"
1180
1181 -
1182   type: "table"
1183   title: "VPP Performance Changes - 1t1c MRR"
1184   algorithm: "table_performance_comparison"
1185   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1186   history:
1187     -
1188       title: "rls1801"
1189       data:
1190         csit-vpp-perf-check-1801:
1191         - 3
1192         - 4
1193         - 5
1194         - 6
1195         - 7
1196         - 8
1197         - 9
1198         - 11
1199         - 12
1200         - 13
1201   reference:
1202     title: "rls1804"
1203     data:
1204       csit-vpp-perf-check-1804:
1205       - 6   # mrr - sel
1206       - 13  # mrr - sel
1207       - 14  # mrr - sel
1208       - 15  # mrr - sel
1209       - 16  # mrr - sel
1210       - 17  # mrr - sel
1211       - 19  # mrr - sel
1212       - 20  # mrr - sel
1213       - 21  # mrr - sel
1214       - 22  # mrr - sel
1215   compare:
1216     title: "rls1807"
1217     data:
1218       # TODO: Add Data sources
1219       csit-vpp-perf-check-1804:
1220       - 6   # mrr - sel
1221       - 13  # mrr - sel
1222       - 14  # mrr - sel
1223       - 15  # mrr - sel
1224       - 16  # mrr - sel
1225       - 17  # mrr - sel
1226       - 19  # mrr - sel
1227       - 20  # mrr - sel
1228       - 21  # mrr - sel
1229       - 22  # mrr - sel
1230   data: "vpp-performance-changes-mrr"
1231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1232   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1233   parameters:
1234   - "name"
1235   - "parent"
1236   - "result"
1237
1238 -
1239   type: "table"
1240   title: "VPP Performance Changes - 2t2c MRR"
1241   algorithm: "table_performance_comparison"
1242   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1243   history:
1244     -
1245       title: "rls1801"
1246       data:
1247         csit-vpp-perf-check-1801:
1248         - 3
1249         - 4
1250         - 5
1251         - 6
1252         - 7
1253         - 8
1254         - 9
1255         - 11
1256         - 12
1257         - 13
1258   reference:
1259     title: "rls1804"
1260     data:
1261       csit-vpp-perf-check-1804:
1262       - 6   # mrr - sel
1263       - 13  # mrr - sel
1264       - 14  # mrr - sel
1265       - 15  # mrr - sel
1266       - 16  # mrr - sel
1267       - 17  # mrr - sel
1268       - 19  # mrr - sel
1269       - 20  # mrr - sel
1270       - 21  # mrr - sel
1271       - 22  # mrr - sel
1272   compare:
1273     title: "rls1807"
1274     data:
1275       # TODO: Add Data sources
1276       csit-vpp-perf-check-1804:
1277       - 6   # mrr - sel
1278       - 13  # mrr - sel
1279       - 14  # mrr - sel
1280       - 15  # mrr - sel
1281       - 16  # mrr - sel
1282       - 17  # mrr - sel
1283       - 19  # mrr - sel
1284       - 20  # mrr - sel
1285       - 21  # mrr - sel
1286       - 22  # mrr - sel
1287   data: "vpp-performance-changes-mrr"
1288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1289   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1290   parameters:
1291   - "name"
1292   - "parent"
1293   - "result"
1294
1295 -
1296   type: "table"
1297   title: "VPP Performance Changes - 4t4c MRR"
1298   algorithm: "table_performance_comparison"
1299   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1300   history:
1301     -
1302       title: "rls1801"
1303       data:
1304         csit-vpp-perf-check-1801:
1305         - 3
1306         - 4
1307         - 5
1308         - 6
1309         - 7
1310         - 8
1311         - 9
1312         - 11
1313         - 12
1314         - 13
1315   reference:
1316     title: "rls1804"
1317     data:
1318       csit-vpp-perf-check-1804:
1319       - 6   # mrr - sel
1320       - 13  # mrr - sel
1321       - 14  # mrr - sel
1322       - 15  # mrr - sel
1323       - 16  # mrr - sel
1324       - 17  # mrr - sel
1325       - 19  # mrr - sel
1326       - 20  # mrr - sel
1327       - 21  # mrr - sel
1328       - 22  # mrr - sel
1329   compare:
1330     title: "rls1807"
1331     data:
1332       # TODO: Add Data sources
1333       csit-vpp-perf-check-1804:
1334       - 6   # mrr - sel
1335       - 13  # mrr - sel
1336       - 14  # mrr - sel
1337       - 15  # mrr - sel
1338       - 16  # mrr - sel
1339       - 17  # mrr - sel
1340       - 19  # mrr - sel
1341       - 20  # mrr - sel
1342       - 21  # mrr - sel
1343       - 22  # mrr - sel
1344   data: "vpp-performance-changes-mrr"
1345   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1346   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1347   parameters:
1348   - "name"
1349   - "parent"
1350   - "result"
1351
1352 -
1353   type: "table"
1354   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1355   algorithm: "table_merged_details"
1356   output-file-ext: ".csv"
1357   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1358   columns:
1359   -
1360     title: "Name"
1361     data: "data name"
1362   -
1363     title: "Documentation"
1364     data: "data doc"
1365   -
1366     title: "Status"
1367     data: "data msg"
1368   rows: "generated"
1369   data: "vpp-perf-results-3n-hsw"
1370   filter: "not 'NDRCHK' and not 'PDRCHK'"
1371   parameters:
1372   - "name"
1373   - "parent"
1374   - "doc"
1375   - "msg"
1376
1377 -
1378   type: "table"
1379   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1380   algorithm: "table_merged_details"
1381   output-file-ext: ".csv"
1382   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1383   columns:
1384   -
1385     title: "Name"
1386     data: "data name"
1387   -
1388     title: "Documentation"
1389     data: "data doc"
1390   -
1391     title: "Status"
1392     data: "data msg"
1393   rows: "generated"
1394   data: "vpp-perf-results-3n-skx"
1395   filter: "not 'NDRCHK' and not 'PDRCHK'"
1396   parameters:
1397   - "name"
1398   - "parent"
1399   - "doc"
1400   - "msg"
1401
1402 -
1403   type: "table"
1404   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1405   algorithm: "table_merged_details"
1406   output-file-ext: ".csv"
1407   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1408   columns:
1409   -
1410     title: "Name"
1411     data: "data name"
1412   -
1413     title: "Documentation"
1414     data: "data doc"
1415   -
1416     title: "Status"
1417     data: "data msg"
1418   rows: "generated"
1419   data: "vpp-perf-results-2n-skx"
1420   filter: "not 'NDRCHK' and not 'PDRCHK'"
1421   parameters:
1422   - "name"
1423   - "parent"
1424   - "doc"
1425   - "msg"
1426
1427 -
1428   type: "table"
1429   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1430   algorithm: "table_merged_details"
1431   output-file-ext: ".csv"
1432   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
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-hsw"
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 3n-skx"
1451   algorithm: "table_merged_details"
1452   output-file-ext: ".csv"
1453   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_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-3n-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 configuration - VPP Performance Test Configs 2n-skx"
1472   algorithm: "table_merged_details"
1473   output-file-ext: ".csv"
1474   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1475   columns:
1476   -
1477     title: "Name"
1478     data: "data name"
1479   -
1480     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1481     data: "data vat-history"
1482   rows: "generated"
1483   data: "vpp-perf-results-2n-skx"
1484   filter: "not 'NDRCHK' and not 'PDRCHK'"
1485   parameters:
1486   - "parent"
1487   - "name"
1488   - "vat-history"
1489
1490 -
1491   type: "table"
1492   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1493   algorithm: "table_merged_details"
1494   output-file-ext: ".csv"
1495   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
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-hsw"
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 3n-skx"
1514   algorithm: "table_merged_details"
1515   output-file-ext: ".csv"
1516   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_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-3n-skx"
1526   filter: "not 'NDRCHK' and not 'PDRCHK'"
1527   parameters:
1528   - "parent"
1529   - "name"
1530   - "show-run"
1531
1532 -
1533   type: "table"
1534   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1535   algorithm: "table_merged_details"
1536   output-file-ext: ".csv"
1537   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1538   columns:
1539   -
1540     title: "Name"
1541     data: "data name"
1542   -
1543     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1544     data: "data show-run"
1545   rows: "generated"
1546   data: "vpp-perf-results-2n-skx"
1547   filter: "not 'NDRCHK' and not 'PDRCHK'"
1548   parameters:
1549   - "parent"
1550   - "name"
1551   - "show-run"
1552
1553 -
1554   type: "table"
1555   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1556   algorithm: "table_details"
1557   output-file-ext: ".csv"
1558   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1559   columns:
1560   -
1561     title: "Name"
1562     data: "data name"
1563   -
1564     title: "Documentation"
1565     data: "data doc"
1566   -
1567     title: "Status"
1568     data: "data msg"
1569   rows: "generated"
1570   data: "vpp-mrr-results-3n-hsw"
1571   filter: "'MRR'"
1572   parameters:
1573   - "name"
1574   - "parent"
1575   - "doc"
1576   - "msg"
1577
1578 -
1579   type: "table"
1580   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1581   algorithm: "table_details"
1582   output-file-ext: ".csv"
1583   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1584   columns:
1585   -
1586     title: "Name"
1587     data: "data name"
1588   -
1589     title: "Documentation"
1590     data: "data doc"
1591   -
1592     title: "Status"
1593     data: "data msg"
1594   rows: "generated"
1595   data: "vpp-mrr-results-3n-skx"
1596   filter: "'MRR'"
1597   parameters:
1598   - "name"
1599   - "parent"
1600   - "doc"
1601   - "msg"
1602
1603 -
1604   type: "table"
1605   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1606   algorithm: "table_details"
1607   output-file-ext: ".csv"
1608   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1609   columns:
1610   -
1611     title: "Name"
1612     data: "data name"
1613   -
1614     title: "Documentation"
1615     data: "data doc"
1616   -
1617     title: "Status"
1618     data: "data msg"
1619   rows: "generated"
1620   data: "vpp-mrr-results-2n-skx"
1621   filter: "'MRR'"
1622   parameters:
1623   - "name"
1624   - "parent"
1625   - "doc"
1626   - "msg"
1627
1628 -
1629   type: "table"
1630   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1631   algorithm: "table_details"
1632   output-file-ext: ".csv"
1633   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
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-hsw"
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 3n-skx"
1652   algorithm: "table_details"
1653   output-file-ext: ".csv"
1654   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_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-3n-skx"
1664   filter: "'MRR'"
1665   parameters:
1666   - "parent"
1667   - "name"
1668   - "vat-history"
1669
1670 -
1671   type: "table"
1672   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1673   algorithm: "table_details"
1674   output-file-ext: ".csv"
1675   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1676   columns:
1677   -
1678     title: "Name"
1679     data: "data name"
1680   -
1681     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1682     data: "data vat-history"
1683   rows: "generated"
1684   data: "vpp-mrr-results-2n-skx"
1685   filter: "'MRR'"
1686   parameters:
1687   - "parent"
1688   - "name"
1689   - "vat-history"
1690
1691 -
1692   type: "table"
1693   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1694   algorithm: "table_details"
1695   output-file-ext: ".csv"
1696   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1697   columns:
1698   -
1699     title: "Name"
1700     data: "data name"
1701   -
1702     title: "Documentation"
1703     data: "data doc"
1704   -
1705     title: "Status"
1706     data: "data status"
1707   rows: "generated"
1708   data: "vpp-func-results-ubuntu"
1709   filter: "all"
1710   parameters:
1711   - "name"
1712   - "parent"
1713   - "doc"
1714   - "status"
1715
1716 -
1717   type: "table"
1718   title: "Detailed Test Results - VPP Functional Results - CentOS"
1719   algorithm: "table_details"
1720   output-file-ext: ".csv"
1721   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1722   columns:
1723   -
1724     title: "Name"
1725     data: "data name"
1726   -
1727     title: "Documentation"
1728     data: "data doc"
1729   -
1730     title: "Status"
1731     data: "data status"
1732   rows: "generated"
1733   data:
1734     "vpp-func-results-centos"
1735   filter: "all"
1736   parameters:
1737   - "name"
1738   - "parent"
1739   - "doc"
1740   - "status"
1741
1742 -
1743   type: "table"
1744   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1745   algorithm: "table_details"
1746   output-file-ext: ".csv"
1747   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
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-ubuntu"
1757   filter: "all"
1758   parameters:
1759   - "parent"
1760   - "name"
1761   - "vat-history"
1762
1763 -
1764   type: "table"
1765   title: "Test configuration - VPP Functional Test Configs - CentOS"
1766   algorithm: "table_details"
1767   output-file-ext: ".csv"
1768   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1769   columns:
1770   -
1771     title: "Name"
1772     data: "data name"
1773   -
1774     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1775     data: "data vat-history"
1776   rows: "generated"
1777   data: "vpp-func-results-centos"
1778   filter: "all"
1779   parameters:
1780   - "parent"
1781   - "name"
1782   - "vat-history"
1783
1784 -
1785   type: "table"
1786   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1787   algorithm: "table_details"
1788   output-file-ext: ".csv"
1789   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1790   columns:
1791   -
1792     title: "Name"
1793     data: "data name"
1794   -
1795     title: "Documentation"
1796     data: "data doc"
1797   -
1798     title: "Status"
1799     data: "data msg"
1800   rows: "generated"
1801   data: "ligato-perf-results-3n-hsw"
1802   filter: "all"
1803   parameters:
1804   - "name"
1805   - "parent"
1806   - "doc"
1807   - "msg"
1808
1809 ################################################################################
1810 # DPDK
1811 -
1812   type: "table"
1813   title: "DPDK Performance Changes 1t1c pdr"
1814   algorithm: "table_performance_comparison"
1815   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1816   reference:
1817     title: "rls1804"
1818     data:
1819       csit-dpdk-perf-1804-all:
1820       - 4
1821       - 5
1822       - 6
1823       - 7
1824       - 8
1825       - 9
1826       - 10
1827       - 11
1828       - 12
1829       - 13
1830   compare:
1831     title: "rls1807"
1832     data:
1833       csit-dpdk-perf-verify-1807-3n-hsw:
1834       - 11
1835       - 12  # full
1836       - 14
1837       - 15
1838       - 16
1839       - 17
1840       - 20
1841       - 21
1842       - 22
1843       - 23
1844   data: "dpdk-performance-changes"
1845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1846   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1847   parameters:
1848   - "name"
1849   - "parent"
1850   - "throughput"
1851
1852 -
1853   type: "table"
1854   title: "DPDK Performance Changes 2t2c pdr"
1855   algorithm: "table_performance_comparison"
1856   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1857   reference:
1858     title: "rls1804"
1859     data:
1860       csit-dpdk-perf-1804-all:
1861       - 4
1862       - 5
1863       - 6
1864       - 7
1865       - 8
1866       - 9
1867       - 10
1868       - 11
1869       - 12
1870       - 13
1871   compare:
1872     title: "rls1807"
1873     data:
1874       csit-dpdk-perf-verify-1807-3n-hsw:
1875       - 11
1876       - 12  # full
1877       - 14
1878       - 15
1879       - 16
1880       - 17
1881       - 20
1882       - 21
1883       - 22
1884       - 23
1885   data: "dpdk-performance-changes"
1886   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1887   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1888   parameters:
1889   - "name"
1890   - "parent"
1891   - "throughput"
1892
1893 -
1894   type: "table"
1895   title: "DPDK Performance Changes 1t1c ndr"
1896   algorithm: "table_performance_comparison"
1897   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1898   reference:
1899     title: "rls1804"
1900     data:
1901       csit-dpdk-perf-1804-all:
1902       - 4
1903       - 5
1904       - 6
1905       - 7
1906       - 8
1907       - 9
1908       - 10
1909       - 11
1910       - 12
1911       - 13
1912   compare:
1913     title: "rls1807"
1914     data:
1915       csit-dpdk-perf-verify-1807-3n-hsw:
1916       - 11
1917       - 12  # full
1918       - 14
1919       - 15
1920       - 16
1921       - 17
1922       - 20
1923       - 21
1924       - 22
1925       - 23
1926   data: "dpdk-performance-changes"
1927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1928   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1929   parameters:
1930   - "name"
1931   - "parent"
1932   - "throughput"
1933
1934 -
1935   type: "table"
1936   title: "DPDK Performance Changes 2t2c ndr"
1937   algorithm: "table_performance_comparison"
1938   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1939   reference:
1940     title: "rls1804"
1941     data:
1942       csit-dpdk-perf-1804-all:
1943       - 4
1944       - 5
1945       - 6
1946       - 7
1947       - 8
1948       - 9
1949       - 10
1950       - 11
1951       - 12
1952       - 13
1953   compare:
1954     title: "rls1807"
1955     data:
1956       csit-dpdk-perf-verify-1807-3n-hsw:
1957       - 11
1958       - 12  # full
1959       - 14
1960       - 15
1961       - 16
1962       - 17
1963       - 20
1964       - 21
1965       - 22
1966       - 23
1967   data: "dpdk-performance-changes"
1968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1969   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1970   parameters:
1971   - "name"
1972   - "parent"
1973   - "throughput"
1974
1975 -
1976   type: "table"
1977   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1978   algorithm: "table_performance_comparison"
1979   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1980   reference:
1981     title: "3-Node Hsw"
1982     data:
1983       csit-dpdk-perf-verify-1807-3n-hsw:
1984       - 11
1985       - 12  # full
1986       - 14
1987       - 15
1988       - 16
1989       - 17
1990       - 20
1991       - 21
1992       - 22
1993       - 23
1994   compare:
1995     title: "3-Node Skx"
1996     data:
1997       csit-dpdk-perf-verify-1807-3n-skx:
1998       - 1
1999       - 2
2000       - 3
2001       - 6
2002       - 7
2003       - 8
2004       - 9
2005       - 10
2006       - 11
2007       - 12
2008   data: "dpdk-compare-testbeds"
2009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2010   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2011   parameters:
2012   - "name"
2013   - "parent"
2014   - "throughput"
2015
2016 -
2017   type: "table"
2018   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2019   algorithm: "table_performance_comparison"
2020   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2021   reference:
2022     title: "3-Node Hsw"
2023     data:
2024       csit-dpdk-perf-verify-1807-3n-hsw:
2025       - 11
2026       - 12  # full
2027       - 14
2028       - 15
2029       - 16
2030       - 17
2031       - 20
2032       - 21
2033       - 22
2034       - 23
2035   compare:
2036     title: "3-Node Skx"
2037     data:
2038       csit-dpdk-perf-verify-1807-3n-skx:
2039       - 1
2040       - 2
2041       - 3
2042       - 6
2043       - 7
2044       - 8
2045       - 9
2046       - 10
2047       - 11
2048       - 12
2049   data: "dpdk-compare-testbeds"
2050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2051   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2052   parameters:
2053   - "name"
2054   - "parent"
2055   - "throughput"
2056
2057 -
2058   type: "table"
2059   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2060   algorithm: "table_details"
2061   output-file-ext: ".csv"
2062   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
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-hsw"
2072   filter: "all"
2073   parameters:
2074   - "name"
2075   - "parent"
2076   - "msg"
2077
2078 -
2079   type: "table"
2080   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2081   algorithm: "table_details"
2082   output-file-ext: ".csv"
2083   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_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-3n-skx"
2093   filter: "all"
2094   parameters:
2095   - "name"
2096   - "parent"
2097   - "msg"
2098
2099 -
2100   type: "table"
2101   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2102   algorithm: "table_details"
2103   output-file-ext: ".csv"
2104   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2105   columns:
2106   -
2107     title: "Name"
2108     data: "data name"
2109   -
2110     title: "Status"
2111     data: "data msg"
2112   rows: "generated"
2113   data: "dpdk-perf-results-2n-skx"
2114   filter: "all"
2115   parameters:
2116   - "name"
2117   - "parent"
2118   - "msg"
2119
2120
2121 ################################################################################
2122 # HoneyComb
2123 -
2124   type: "table"
2125   title: "Detailed Test Results - Honeycomb Functional Results"
2126   algorithm: "table_details"
2127   output-file-ext: ".csv"
2128   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2129   columns:
2130   -
2131     title: "Name"
2132     data: "data name"
2133   -
2134     title: "Documentation"
2135     data: "data doc"
2136   -
2137     title: "Status"
2138     data: "data status"
2139   rows: "generated"
2140   data:
2141     "hc-func-results"
2142   filter: "all"
2143   parameters:
2144   - "name"
2145   - "parent"
2146   - "doc"
2147   - "status"
2148
2149 ################################################################################
2150 # NSH SFC
2151 -
2152   type: "table"
2153   title: "Detailed Test Results - NSH SFC Functional Results"
2154   algorithm: "table_details"
2155   output-file-ext: ".csv"
2156   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2157   columns:
2158   -
2159     title: "Name"
2160     data: "data name"
2161   -
2162     title: "Documentation"
2163     data: "data doc"
2164   -
2165     title: "Status"
2166     data: "data status"
2167   rows: "generated"
2168   data:
2169     "nsh-func-results"
2170   filter: "all"
2171   parameters:
2172   - "name"
2173   - "parent"
2174   - "doc"
2175   - "status"
2176
2177 ################################################################################
2178 ###                                F I L E S                                 ###
2179 ################################################################################
2180
2181 -
2182   type: "file"
2183   title: "VPP Performance Results 3n-hsw"
2184   algorithm: "file_test_results"
2185   output-file-ext: ".rst"
2186   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2187   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"
2188   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2189   data: "vpp-perf-results-3n-hsw"
2190   filter: "not 'NDRCHK' and not 'PDRCHK'"
2191   parameters:
2192   - "name"
2193   - "doc"
2194   - "level"
2195   - "parent"
2196   data-start-level: 3
2197
2198 -
2199   type: "file"
2200   title: "VPP Performance Results 3n-skx"
2201   algorithm: "file_test_results"
2202   output-file-ext: ".rst"
2203   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2204   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"
2205   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2206   data: "vpp-perf-results-3n-skx"
2207   filter: "not 'NDRCHK' and not 'PDRCHK'"
2208   parameters:
2209   - "name"
2210   - "doc"
2211   - "level"
2212   - "parent"
2213   data-start-level: 3
2214
2215 -
2216   type: "file"
2217   title: "VPP Performance Results 2n-skx"
2218   algorithm: "file_test_results"
2219   output-file-ext: ".rst"
2220   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2221   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"
2222   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2223   data: "vpp-perf-results-2n-skx"
2224   filter: "not 'NDRCHK' and not 'PDRCHK'"
2225   parameters:
2226   - "name"
2227   - "doc"
2228   - "level"
2229   - "parent"
2230   data-start-level: 3
2231
2232 -
2233   type: "file"
2234   title: "VPP Performance Configuration 3n-hsw"
2235   algorithm: "file_test_results"
2236   output-file-ext: ".rst"
2237   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2238   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"
2239   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2240   data: "vpp-perf-results-3n-hsw"
2241   filter: "not 'NDRCHK' and not 'PDRCHK'"
2242   parameters:
2243   - "name"
2244   - "doc"
2245   - "level"
2246   - "parent"
2247   data-start-level: 3
2248
2249 -
2250   type: "file"
2251   title: "VPP Performance Configuration 3n-skx"
2252   algorithm: "file_test_results"
2253   output-file-ext: ".rst"
2254   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2255   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"
2256   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2257   data: "vpp-perf-results-3n-skx"
2258   filter: "not 'NDRCHK' and not 'PDRCHK'"
2259   parameters:
2260   - "name"
2261   - "doc"
2262   - "level"
2263   - "parent"
2264   data-start-level: 3
2265
2266 -
2267   type: "file"
2268   title: "VPP Performance Configuration 2n-skx"
2269   algorithm: "file_test_results"
2270   output-file-ext: ".rst"
2271   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2272   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"
2273   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2274   data: "vpp-perf-results-2n-skx"
2275   filter: "not 'NDRCHK' and not 'PDRCHK'"
2276   parameters:
2277   - "name"
2278   - "doc"
2279   - "level"
2280   - "parent"
2281   data-start-level: 3
2282
2283 -
2284   type: "file"
2285   title: "VPP Performance Operational Data 3n-hsw"
2286   algorithm: "file_test_results"
2287   output-file-ext: ".rst"
2288   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2289   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"
2290   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2291   data: "vpp-perf-results-3n-hsw"
2292   filter: "not 'NDRCHK' and not 'PDRCHK'"
2293   parameters:
2294   - "name"
2295   - "doc"
2296   - "level"
2297   - "parent"
2298   data-start-level: 3
2299
2300 -
2301   type: "file"
2302   title: "VPP Performance Operational Data 3n-skx"
2303   algorithm: "file_test_results"
2304   output-file-ext: ".rst"
2305   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2306   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"
2307   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2308   data: "vpp-perf-results-3n-skx"
2309   filter: "not 'NDRCHK' and not 'PDRCHK'"
2310   parameters:
2311   - "name"
2312   - "doc"
2313   - "level"
2314   - "parent"
2315   data-start-level: 3
2316
2317 -
2318   type: "file"
2319   title: "VPP Performance Operational Data 2n-skx"
2320   algorithm: "file_test_results"
2321   output-file-ext: ".rst"
2322   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2323   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"
2324   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2325   data: "vpp-perf-results-2n-skx"
2326   filter: "not 'NDRCHK' and not 'PDRCHK'"
2327   parameters:
2328   - "name"
2329   - "doc"
2330   - "level"
2331   - "parent"
2332   data-start-level: 3
2333
2334 -
2335   type: "file"
2336   title: "VPP MRR Results 3n-hsw"
2337   algorithm: "file_test_results"
2338   output-file-ext: ".rst"
2339   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2340   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"
2341   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2342   data: "vpp-mrr-results-3n-hsw"
2343   filter: "'MRR'"
2344   parameters:
2345   - "name"
2346   - "doc"
2347   - "level"
2348   - "parent"
2349   data-start-level: 3
2350
2351 -
2352   type: "file"
2353   title: "VPP MRR Results 3n-skx"
2354   algorithm: "file_test_results"
2355   output-file-ext: ".rst"
2356   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2357   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"
2358   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2359   data: "vpp-mrr-results-3n-skx"
2360   filter: "'MRR'"
2361   parameters:
2362   - "name"
2363   - "doc"
2364   - "level"
2365   - "parent"
2366   data-start-level: 3
2367
2368 -
2369   type: "file"
2370   title: "VPP MRR Results 2n-skx"
2371   algorithm: "file_test_results"
2372   output-file-ext: ".rst"
2373   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2374   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"
2375   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2376   data: "vpp-mrr-results-2n-skx"
2377   filter: "all"
2378   parameters:
2379   - "name"
2380   - "doc"
2381   - "level"
2382   - "parent"
2383   data-start-level: 3
2384
2385 -
2386   type: "file"
2387   title: "VPP MRR Configuration 3n-hsw"
2388   algorithm: "file_test_results"
2389   output-file-ext: ".rst"
2390   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2391   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"
2392   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2393   data: "vpp-mrr-results-3n-hsw"
2394   filter: "'MRR'"
2395   parameters:
2396   - "name"
2397   - "doc"
2398   - "level"
2399   - "parent"
2400   data-start-level: 3
2401
2402 -
2403   type: "file"
2404   title: "VPP MRR Configuration 3n-skx"
2405   algorithm: "file_test_results"
2406   output-file-ext: ".rst"
2407   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2408   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"
2409   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2410   data: "vpp-mrr-results-3n-skx"
2411   filter: "'MRR'"
2412   parameters:
2413   - "name"
2414   - "doc"
2415   - "level"
2416   - "parent"
2417   data-start-level: 3
2418
2419 -
2420   type: "file"
2421   title: "VPP MRR Configuration 2n-skx"
2422   algorithm: "file_test_results"
2423   output-file-ext: ".rst"
2424   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2425   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"
2426   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2427   data: "vpp-mrr-results-2n-skx"
2428   filter: "'MRR'"
2429   parameters:
2430   - "name"
2431   - "doc"
2432   - "level"
2433   - "parent"
2434   data-start-level: 3
2435
2436 -
2437   type: "file"
2438   title: "VPP Functional Results - Ubuntu"
2439   algorithm: "file_test_results"
2440   output-file-ext: ".rst"
2441   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2442   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"
2443   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2444   data: "vpp-func-results-ubuntu"
2445   filter: "all"
2446   parameters:
2447   - "name"
2448   - "doc"
2449   - "level"
2450   - "parent"
2451   data-start-level: 4
2452
2453 -
2454   type: "file"
2455   title: "VPP Functional Results - CentOS"
2456   algorithm: "file_test_results"
2457   output-file-ext: ".rst"
2458   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2459   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"
2460   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2461   data:
2462     "vpp-func-results-centos"
2463   filter: "all"
2464   parameters:
2465   - "name"
2466   - "doc"
2467   - "level"
2468   - "parent"
2469   data-start-level: 4
2470
2471 -
2472   type: "file"
2473   title: "VPP Functional Configuration - Ubuntu"
2474   algorithm: "file_test_results"
2475   output-file-ext: ".rst"
2476   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2477   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"
2478   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2479   data: "vpp-func-results-ubuntu"
2480   filter: "all"
2481   parameters:
2482   - "name"
2483   - "doc"
2484   - "level"
2485   - "parent"
2486   data-start-level: 4
2487
2488 -
2489   type: "file"
2490   title: "VPP Functional Configuration - CentOS"
2491   algorithm: "file_test_results"
2492   output-file-ext: ".rst"
2493   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2494   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"
2495   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2496   data:
2497     "vpp-func-results-centos"
2498   filter: "all"
2499   parameters:
2500   - "name"
2501   - "doc"
2502   - "level"
2503   - "parent"
2504   data-start-level: 4
2505
2506 -
2507   type: "file"
2508   title: "Container Orchestrated Performance Results 3n-hsw"
2509   algorithm: "file_test_results"
2510   output-file-ext: ".rst"
2511   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2512   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"
2513   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2514   data: "ligato-perf-results-3n-hsw"
2515   filter: "all"
2516   parameters:
2517   - "name"
2518   - "doc"
2519   - "level"
2520   - "parent"
2521   data-start-level: 3
2522
2523 -
2524   type: "file"
2525   title: "DPDK Performance Results 3n-hsw"
2526   algorithm: "file_test_results"
2527   output-file-ext: ".rst"
2528   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2529   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"
2530   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2531   data: "dpdk-perf-results-3n-hsw"
2532   filter: "all"
2533   parameters:
2534   - "name"
2535   - "doc"
2536   - "level"
2537   - "parent"
2538   data-start-level: 3
2539
2540 -
2541   type: "file"
2542   title: "DPDK Performance Results 3n-skx"
2543   algorithm: "file_test_results"
2544   output-file-ext: ".rst"
2545   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2546   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"
2547   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2548   data: "dpdk-perf-results-3n-skx"
2549   filter: "all"
2550   parameters:
2551   - "name"
2552   - "doc"
2553   - "level"
2554   - "parent"
2555   data-start-level: 3
2556
2557 -
2558   type: "file"
2559   title: "DPDK Performance Results 2n-skx"
2560   algorithm: "file_test_results"
2561   output-file-ext: ".rst"
2562   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2563   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"
2564   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2565   data: "dpdk-perf-results-2n-skx"
2566   filter: "all"
2567   parameters:
2568   - "name"
2569   - "doc"
2570   - "level"
2571   - "parent"
2572   data-start-level: 3
2573
2574 -
2575   type: "file"
2576   title: "Honeycomb Functional Results"
2577   algorithm: "file_test_results"
2578   output-file-ext: ".rst"
2579   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2580   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"
2581   dir-tables: "{DIR[DTR,FUNC,HC]}"
2582   data:
2583     "hc-func-results"
2584   filter: "all"
2585   parameters:
2586   - "name"
2587   - "doc"
2588   - "level"
2589   - "parent"
2590   data-start-level: 3
2591
2592 -
2593   type: "file"
2594   title: "NSH SFC Functional Results"
2595   algorithm: "file_test_results"
2596   output-file-ext: ".rst"
2597   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2598   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"
2599   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2600   data:
2601     "nsh-func-results"
2602   filter: "all"
2603   parameters:
2604   - "name"
2605   - "doc"
2606   - "level"
2607   - "parent"
2608   data-start-level: 3
2609
2610 ################################################################################
2611 ###                                P L O T S                                 ###
2612 ################################################################################
2613
2614 ################################################################################
2615 # Plots VPP HTTP Server Performance
2616 -
2617   type: "plot"
2618   title: "VPP HTTP Server Performance"
2619   algorithm: "plot_http_server_performance_box"
2620   output-file-type: ".html"
2621   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2622   data:
2623     "plot-vpp-http-server-performance"
2624   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2625   # each tag is enclosed with ' (apostrophe).
2626   filter: "'HTTP' and 'TCP_CPS'"
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-cps"
2638
2639 -
2640   type: "plot"
2641   title: "VPP HTTP Server Performance"
2642   algorithm: "plot_http_server_performance_box"
2643   output-file-type: ".html"
2644   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2645   data:
2646     "plot-vpp-http-server-performance"
2647   filter: "'HTTP' and 'TCP_RPS'"
2648   parameters:
2649   - "result"
2650   - "name"
2651   traces:
2652     hoverinfo: "x+y"
2653     boxpoints: "outliers"
2654     whiskerwidth: 0
2655   layout:
2656     title: "VPP HTTP Server Performance"
2657     layout:
2658       "plot-rps"
2659
2660 ################################################################################
2661
2662 # Packet Throughput - VPP L2 3n-hsw-x520
2663 -
2664   type: "plot"
2665   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2666   algorithm: "plot_performance_box"
2667   output-file-type: ".html"
2668   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2669   data: "plot-vpp-throughput-latency-3n-hsw"
2670   filter: "'NIC_Intel-X520-DA2' and
2671            '64B' and
2672            ('BASE' or 'SCALE') and
2673            'NDRDISC' and
2674            '1T1C' and
2675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2676            not 'VHOST' and
2677            not 'MEMIF'"
2678   parameters:
2679   - "throughput"
2680   - "parent"
2681   traces:
2682     hoverinfo: "x+y"
2683     boxpoints: "outliers"
2684     whiskerwidth: 0
2685   layout:
2686     title: ""  # No title
2687     layout: "plot-throughput"
2688
2689 -
2690   type: "plot"
2691   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2692   algorithm: "plot_performance_box"
2693   output-file-type: ".html"
2694   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2695   data: "plot-vpp-throughput-latency-3n-hsw"
2696   filter: "'NIC_Intel-X520-DA2' and
2697            '64B' and
2698            ('BASE' or 'SCALE') and
2699            'PDRDISC' and not 'NDRDISC' and
2700            '1T1C' and
2701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2702            not 'VHOST' and
2703            not 'MEMIF'"
2704   parameters:
2705   - "throughput"
2706   - "parent"
2707   traces:
2708     hoverinfo: "x+y"
2709     boxpoints: "outliers"
2710     whiskerwidth: 0
2711   layout:
2712     title: ""  # No title
2713     layout: "plot-throughput"
2714
2715 -
2716   type: "plot"
2717   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2718   algorithm: "plot_performance_box"
2719   output-file-type: ".html"
2720   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2721   data: "plot-vpp-throughput-latency-3n-hsw"
2722   filter: "'NIC_Intel-X520-DA2' and
2723            '64B' and
2724            ('BASE' or 'SCALE') and
2725            'NDRDISC' and
2726            '2T2C' and
2727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2728            not 'VHOST' and
2729            not 'MEMIF'"
2730   parameters:
2731   - "throughput"
2732   - "parent"
2733   traces:
2734     hoverinfo: "x+y"
2735     boxpoints: "outliers"
2736     whiskerwidth: 0
2737   layout:
2738     title: ""  # No title
2739     layout: "plot-throughput"
2740
2741 -
2742   type: "plot"
2743   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2744   algorithm: "plot_performance_box"
2745   output-file-type: ".html"
2746   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2747   data: "plot-vpp-throughput-latency-3n-hsw"
2748   filter: "'NIC_Intel-X520-DA2' and
2749            '64B' and
2750            ('BASE' or 'SCALE') and
2751            'PDRDISC' and not 'NDRDISC' and
2752            '2T2C' and
2753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2754            not 'VHOST' and
2755            not 'MEMIF'"
2756   parameters:
2757   - "throughput"
2758   - "parent"
2759   traces:
2760     hoverinfo: "x+y"
2761     boxpoints: "outliers"
2762     whiskerwidth: 0
2763   layout:
2764     title: ""  # No title
2765     layout: "plot-throughput"
2766
2767 -
2768   type: "plot"
2769   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2770   algorithm: "plot_performance_box"
2771   output-file-type: ".html"
2772   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2773   data: "plot-vpp-throughput-latency-3n-hsw"
2774   filter: "'NIC_Intel-X520-DA2' and
2775            '64B' and
2776            'FEATURE' and
2777            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2778            'NDRDISC' and
2779            '1T1C' and
2780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2781            not 'VHOST' and
2782            not 'MEMIF'"
2783   parameters:
2784   - "throughput"
2785   - "parent"
2786   traces:
2787     hoverinfo: "x+y"
2788     boxpoints: "outliers"
2789     whiskerwidth: 0
2790   layout:
2791     title: ""  # No title
2792     layout: "plot-throughput"
2793
2794 -
2795   type: "plot"
2796   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2797   algorithm: "plot_performance_box"
2798   output-file-type: ".html"
2799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2800   data: "plot-vpp-throughput-latency-3n-hsw"
2801   filter: "'NIC_Intel-X520-DA2' and
2802            '64B' and
2803            'FEATURE' and
2804            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2805            'PDRDISC' and not 'NDRDISC' and
2806            '1T1C' and
2807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2808            not 'VHOST' and
2809            not 'MEMIF'"
2810   parameters:
2811   - "throughput"
2812   - "parent"
2813   traces:
2814     hoverinfo: "x+y"
2815     boxpoints: "outliers"
2816     whiskerwidth: 0
2817   layout:
2818     title: ""  # No title
2819     layout: "plot-throughput"
2820
2821 -
2822   type: "plot"
2823   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2824   algorithm: "plot_performance_box"
2825   output-file-type: ".html"
2826   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2827   data: "plot-vpp-throughput-latency-3n-hsw"
2828   filter: "'NIC_Intel-X520-DA2' and
2829            '64B' and
2830            'FEATURE' and
2831            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2832            'NDRDISC' and
2833            '2T2C' and
2834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2835            not 'VHOST' and
2836            not 'MEMIF'"
2837   parameters:
2838   - "throughput"
2839   - "parent"
2840   traces:
2841     hoverinfo: "x+y"
2842     boxpoints: "outliers"
2843     whiskerwidth: 0
2844   layout:
2845     title: ""  # No title
2846     layout: "plot-throughput"
2847
2848 -
2849   type: "plot"
2850   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2851   algorithm: "plot_performance_box"
2852   output-file-type: ".html"
2853   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2854   data: "plot-vpp-throughput-latency-3n-hsw"
2855   filter: "'NIC_Intel-X520-DA2' and
2856            '64B' and
2857            'FEATURE' and
2858            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2859            'PDRDISC' and not 'NDRDISC' and
2860            '2T2C' and
2861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2862            not 'VHOST' and
2863            not 'MEMIF'"
2864   parameters:
2865   - "throughput"
2866   - "parent"
2867   traces:
2868     hoverinfo: "x+y"
2869     boxpoints: "outliers"
2870     whiskerwidth: 0
2871   layout:
2872     title: ""  # No title
2873     layout: "plot-throughput"
2874
2875 # Packet Throughput - VPP L2 3n-hsw-x710
2876 -
2877   type: "plot"
2878   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2879   algorithm: "plot_performance_box"
2880   output-file-type: ".html"
2881   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2882   data: "plot-vpp-throughput-latency-3n-hsw"
2883   filter: "'NIC_Intel-X710' and
2884            '64B' and
2885            ('BASE' or 'SCALE') and
2886            'NDRDISC' and
2887            '1T1C' and
2888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2889            not 'VHOST' and
2890            not 'MEMIF'"
2891   parameters:
2892   - "throughput"
2893   - "parent"
2894   traces:
2895     hoverinfo: "x+y"
2896     boxpoints: "outliers"
2897     whiskerwidth: 0
2898   layout:
2899     title: ""  # No title
2900     layout: "plot-throughput"
2901
2902 -
2903   type: "plot"
2904   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2905   algorithm: "plot_performance_box"
2906   output-file-type: ".html"
2907   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2908   data: "plot-vpp-throughput-latency-3n-hsw"
2909   filter: "'NIC_Intel-X710' and
2910            '64B' and
2911            ('BASE' or 'SCALE') and
2912            'PDRDISC' and not 'NDRDISC' and
2913            '1T1C' and
2914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2915            not 'VHOST' and
2916            not 'MEMIF'"
2917   parameters:
2918   - "throughput"
2919   - "parent"
2920   traces:
2921     hoverinfo: "x+y"
2922     boxpoints: "outliers"
2923     whiskerwidth: 0
2924   layout:
2925     title: ""  # No title
2926     layout: "plot-throughput"
2927
2928 -
2929   type: "plot"
2930   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2931   algorithm: "plot_performance_box"
2932   output-file-type: ".html"
2933   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2934   data: "plot-vpp-throughput-latency-3n-hsw"
2935   filter: "'NIC_Intel-X710' and
2936            '64B' and
2937            ('BASE' or 'SCALE') and
2938            'NDRDISC' and
2939            '2T2C' and
2940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2941            not 'VHOST' and
2942            not 'MEMIF'"
2943   parameters:
2944   - "throughput"
2945   - "parent"
2946   traces:
2947     hoverinfo: "x+y"
2948     boxpoints: "outliers"
2949     whiskerwidth: 0
2950   layout:
2951     title: ""  # No title
2952     layout: "plot-throughput"
2953
2954 -
2955   type: "plot"
2956   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2957   algorithm: "plot_performance_box"
2958   output-file-type: ".html"
2959   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2960   data: "plot-vpp-throughput-latency-3n-hsw"
2961   filter: "'NIC_Intel-X710' and
2962            '64B' and
2963            ('BASE' or 'SCALE') and
2964            'PDRDISC' and not 'NDRDISC' and
2965            '2T2C' and
2966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2967            not 'VHOST' and
2968            not 'MEMIF'"
2969   parameters:
2970   - "throughput"
2971   - "parent"
2972   traces:
2973     hoverinfo: "x+y"
2974     boxpoints: "outliers"
2975     whiskerwidth: 0
2976   layout:
2977     title: ""  # No title
2978     layout: "plot-throughput"
2979
2980 -
2981   type: "plot"
2982   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2983   algorithm: "plot_performance_box"
2984   output-file-type: ".html"
2985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2986   data: "plot-vpp-throughput-latency-3n-hsw"
2987   filter: "'NIC_Intel-X710' and
2988            '64B' and
2989            'FEATURE' and
2990            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2991            'NDRDISC' and
2992            '1T1C' and
2993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2994            not 'VHOST' and
2995            not 'MEMIF'"
2996   parameters:
2997   - "throughput"
2998   - "parent"
2999   traces:
3000     hoverinfo: "x+y"
3001     boxpoints: "outliers"
3002     whiskerwidth: 0
3003   layout:
3004     title: ""  # No title
3005     layout: "plot-throughput"
3006
3007 -
3008   type: "plot"
3009   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3010   algorithm: "plot_performance_box"
3011   output-file-type: ".html"
3012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3013   data: "plot-vpp-throughput-latency-3n-hsw"
3014   filter: "'NIC_Intel-X710' and
3015            '64B' and
3016            'FEATURE' and
3017            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3018            'PDRDISC' and not 'NDRDISC' and
3019            '1T1C' and
3020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3021            not 'VHOST' and
3022            not 'MEMIF'"
3023   parameters:
3024   - "throughput"
3025   - "parent"
3026   traces:
3027     hoverinfo: "x+y"
3028     boxpoints: "outliers"
3029     whiskerwidth: 0
3030   layout:
3031     title: ""  # No title
3032     layout: "plot-throughput"
3033
3034 -
3035   type: "plot"
3036   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3037   algorithm: "plot_performance_box"
3038   output-file-type: ".html"
3039   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3040   data: "plot-vpp-throughput-latency-3n-hsw"
3041   filter: "'NIC_Intel-X710' and
3042            '64B' and
3043            'FEATURE' and
3044            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3045            'NDRDISC' and
3046            '2T2C' and
3047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3048            not 'VHOST' and
3049            not 'MEMIF'"
3050   parameters:
3051   - "throughput"
3052   - "parent"
3053   traces:
3054     hoverinfo: "x+y"
3055     boxpoints: "outliers"
3056     whiskerwidth: 0
3057   layout:
3058     title: ""  # No title
3059     layout: "plot-throughput"
3060
3061 -
3062   type: "plot"
3063   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3064   algorithm: "plot_performance_box"
3065   output-file-type: ".html"
3066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3067   data: "plot-vpp-throughput-latency-3n-hsw"
3068   filter: "'NIC_Intel-X710' and
3069            '64B' and
3070            'FEATURE' and
3071            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3072            'PDRDISC' and not 'NDRDISC' and
3073            '2T2C' and
3074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3075            not 'VHOST' and
3076            not 'MEMIF'"
3077   parameters:
3078   - "throughput"
3079   - "parent"
3080   traces:
3081     hoverinfo: "x+y"
3082     boxpoints: "outliers"
3083     whiskerwidth: 0
3084   layout:
3085     title: ""  # No title
3086     layout: "plot-throughput"
3087
3088 # Packet Throughput - VPP L2 3n-hsw-xl710
3089 -
3090   type: "plot"
3091   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3092   algorithm: "plot_performance_box"
3093   output-file-type: ".html"
3094   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3095   data: "plot-vpp-throughput-latency-3n-hsw"
3096   filter: "'NIC_Intel-XL710' and
3097            '64B' and
3098            ('BASE' or 'SCALE') and
3099            'NDRDISC' and
3100            '1T1C' and
3101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3102            not 'VHOST' and
3103            not 'MEMIF'"
3104   parameters:
3105   - "throughput"
3106   - "parent"
3107   traces:
3108     hoverinfo: "x+y"
3109     boxpoints: "outliers"
3110     whiskerwidth: 0
3111   layout:
3112     title: ""  # No title
3113     layout: "plot-throughput"
3114
3115 -
3116   type: "plot"
3117   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3118   algorithm: "plot_performance_box"
3119   output-file-type: ".html"
3120   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3121   data: "plot-vpp-throughput-latency-3n-hsw"
3122   filter: "'NIC_Intel-XL710' and
3123            '64B' and
3124            ('BASE' or 'SCALE') and
3125            'PDRDISC' and not 'NDRDISC' and
3126            '1T1C' and
3127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3128            not 'VHOST' and
3129            not 'MEMIF'"
3130   parameters:
3131   - "throughput"
3132   - "parent"
3133   traces:
3134     hoverinfo: "x+y"
3135     boxpoints: "outliers"
3136     whiskerwidth: 0
3137   layout:
3138     title: ""  # No title
3139     layout: "plot-throughput"
3140
3141 -
3142   type: "plot"
3143   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3144   algorithm: "plot_performance_box"
3145   output-file-type: ".html"
3146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3147   data: "plot-vpp-throughput-latency-3n-hsw"
3148   filter: "'NIC_Intel-XL710' and
3149            '64B' and
3150            ('BASE' or 'SCALE') and
3151            'NDRDISC' and
3152            '2T2C' and
3153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3154            not 'VHOST' and
3155            not 'MEMIF'"
3156   parameters:
3157   - "throughput"
3158   - "parent"
3159   traces:
3160     hoverinfo: "x+y"
3161     boxpoints: "outliers"
3162     whiskerwidth: 0
3163   layout:
3164     title: ""  # No title
3165     layout: "plot-throughput"
3166
3167 -
3168   type: "plot"
3169   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3170   algorithm: "plot_performance_box"
3171   output-file-type: ".html"
3172   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3173   data: "plot-vpp-throughput-latency-3n-hsw"
3174   filter: "'NIC_Intel-XL710' and
3175            '64B' and
3176            ('BASE' or 'SCALE') and
3177            'PDRDISC' and not 'NDRDISC' and
3178            '2T2C' and
3179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3180            not 'VHOST' and
3181            not 'MEMIF'"
3182   parameters:
3183   - "throughput"
3184   - "parent"
3185   traces:
3186     hoverinfo: "x+y"
3187     boxpoints: "outliers"
3188     whiskerwidth: 0
3189   layout:
3190     title: ""  # No title
3191     layout: "plot-throughput"
3192
3193 # Packet Throughput - VPP L2 3n-skx-x710
3194 -
3195   type: "plot"
3196   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3197   algorithm: "plot_performance_box"
3198   output-file-type: ".html"
3199   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3200   data: "plot-vpp-throughput-latency-3n-skx"
3201   filter: "'NIC_Intel-X710' and
3202            '64B' and
3203            ('BASE' or 'SCALE') and
3204            'NDRDISC' and
3205            '2T1C' and
3206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3207            not 'VHOST' and
3208            not 'MEMIF'"
3209   parameters:
3210   - "throughput"
3211   - "parent"
3212   traces:
3213     hoverinfo: "x+y"
3214     boxpoints: "outliers"
3215     whiskerwidth: 0
3216   layout:
3217     title: ""  # No title
3218     layout: "plot-throughput"
3219
3220 -
3221   type: "plot"
3222   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3223   algorithm: "plot_performance_box"
3224   output-file-type: ".html"
3225   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3226   data: "plot-vpp-throughput-latency-3n-skx"
3227   filter: "'NIC_Intel-X710' and
3228            '64B' and
3229            ('BASE' or 'SCALE') and
3230            'PDRDISC' and not 'NDRDISC' and
3231            '2T1C' and
3232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3233            not 'VHOST' and
3234            not 'MEMIF'"
3235   parameters:
3236   - "throughput"
3237   - "parent"
3238   traces:
3239     hoverinfo: "x+y"
3240     boxpoints: "outliers"
3241     whiskerwidth: 0
3242   layout:
3243     title: ""  # No title
3244     layout: "plot-throughput"
3245
3246 -
3247   type: "plot"
3248   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3249   algorithm: "plot_performance_box"
3250   output-file-type: ".html"
3251   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3252   data: "plot-vpp-throughput-latency-3n-skx"
3253   filter: "'NIC_Intel-X710' and
3254            '64B' and
3255            ('BASE' or 'SCALE') and
3256            'NDRDISC' and
3257            '4T2C' and
3258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3259            not 'VHOST' and
3260            not 'MEMIF'"
3261   parameters:
3262   - "throughput"
3263   - "parent"
3264   traces:
3265     hoverinfo: "x+y"
3266     boxpoints: "outliers"
3267     whiskerwidth: 0
3268   layout:
3269     title: ""  # No title
3270     layout: "plot-throughput"
3271
3272 -
3273   type: "plot"
3274   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3275   algorithm: "plot_performance_box"
3276   output-file-type: ".html"
3277   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3278   data: "plot-vpp-throughput-latency-3n-skx"
3279   filter: "'NIC_Intel-X710' and
3280            '64B' and
3281            ('BASE' or 'SCALE') and
3282            'PDRDISC' and not 'NDRDISC' and
3283            '4T2C' and
3284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3285            not 'VHOST' and
3286            not 'MEMIF'"
3287   parameters:
3288   - "throughput"
3289   - "parent"
3290   traces:
3291     hoverinfo: "x+y"
3292     boxpoints: "outliers"
3293     whiskerwidth: 0
3294   layout:
3295     title: ""  # No title
3296     layout: "plot-throughput"
3297
3298 -
3299   type: "plot"
3300   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3301   algorithm: "plot_performance_box"
3302   output-file-type: ".html"
3303   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3304   data: "plot-vpp-throughput-latency-3n-skx"
3305   filter: "'NIC_Intel-X710' and
3306            '64B' and
3307            'FEATURE' and
3308            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3309            'NDRDISC' and
3310            '2T1C' and
3311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3312            not 'VHOST' and
3313            not 'MEMIF'"
3314   parameters:
3315   - "throughput"
3316   - "parent"
3317   traces:
3318     hoverinfo: "x+y"
3319     boxpoints: "outliers"
3320     whiskerwidth: 0
3321   layout:
3322     title: ""  # No title
3323     layout: "plot-throughput"
3324
3325 -
3326   type: "plot"
3327   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3328   algorithm: "plot_performance_box"
3329   output-file-type: ".html"
3330   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3331   data: "plot-vpp-throughput-latency-3n-skx"
3332   filter: "'NIC_Intel-X710' and
3333            '64B' and
3334            'FEATURE' and
3335            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3336            'PDRDISC' and not 'NDRDISC' and
3337            '2T1C' and
3338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3339            not 'VHOST' and
3340            not 'MEMIF'"
3341   parameters:
3342   - "throughput"
3343   - "parent"
3344   traces:
3345     hoverinfo: "x+y"
3346     boxpoints: "outliers"
3347     whiskerwidth: 0
3348   layout:
3349     title: ""  # No title
3350     layout: "plot-throughput"
3351
3352 -
3353   type: "plot"
3354   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3355   algorithm: "plot_performance_box"
3356   output-file-type: ".html"
3357   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3358   data: "plot-vpp-throughput-latency-3n-skx"
3359   filter: "'NIC_Intel-X710' and
3360            '64B' and
3361            'FEATURE' and
3362            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3363            'NDRDISC' and
3364            '4T2C' and
3365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3366            not 'VHOST' and
3367            not 'MEMIF'"
3368   parameters:
3369   - "throughput"
3370   - "parent"
3371   traces:
3372     hoverinfo: "x+y"
3373     boxpoints: "outliers"
3374     whiskerwidth: 0
3375   layout:
3376     title: ""  # No title
3377     layout: "plot-throughput"
3378
3379 -
3380   type: "plot"
3381   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3382   algorithm: "plot_performance_box"
3383   output-file-type: ".html"
3384   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3385   data: "plot-vpp-throughput-latency-3n-skx"
3386   filter: "'NIC_Intel-X710' and
3387            '64B' and
3388            'FEATURE' and
3389            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3390            'PDRDISC' and not 'NDRDISC' and
3391            '4T2C' and
3392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3393            not 'VHOST' and
3394            not 'MEMIF'"
3395   parameters:
3396   - "throughput"
3397   - "parent"
3398   traces:
3399     hoverinfo: "x+y"
3400     boxpoints: "outliers"
3401     whiskerwidth: 0
3402   layout:
3403     title: ""  # No title
3404     layout: "plot-throughput"
3405
3406 # Packet Throughput - VPP L2 3n-skx-xxv710
3407 -
3408   type: "plot"
3409   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3410   algorithm: "plot_performance_box"
3411   output-file-type: ".html"
3412   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3413   data: "plot-vpp-throughput-latency-3n-skx"
3414   filter: "'NIC_Intel-XXV710' and
3415            '64B' and
3416            ('BASE' or 'SCALE') and
3417            'NDRDISC' and
3418            '2T1C' and
3419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3420            not 'VHOST' and
3421            not 'MEMIF'"
3422   parameters:
3423   - "throughput"
3424   - "parent"
3425   traces:
3426     hoverinfo: "x+y"
3427     boxpoints: "outliers"
3428     whiskerwidth: 0
3429   layout:
3430     title: ""  # No title
3431     layout: "plot-throughput"
3432
3433 -
3434   type: "plot"
3435   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3436   algorithm: "plot_performance_box"
3437   output-file-type: ".html"
3438   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3439   data: "plot-vpp-throughput-latency-3n-skx"
3440   filter: "'NIC_Intel-XXV710' and
3441            '64B' and
3442            ('BASE' or 'SCALE') and
3443            'PDRDISC' and not 'NDRDISC' and
3444            '2T1C' and
3445            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3446            not 'VHOST' and
3447            not 'MEMIF'"
3448   parameters:
3449   - "throughput"
3450   - "parent"
3451   traces:
3452     hoverinfo: "x+y"
3453     boxpoints: "outliers"
3454     whiskerwidth: 0
3455   layout:
3456     title: ""  # No title
3457     layout: "plot-throughput"
3458
3459 -
3460   type: "plot"
3461   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3462   algorithm: "plot_performance_box"
3463   output-file-type: ".html"
3464   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3465   data: "plot-vpp-throughput-latency-3n-skx"
3466   filter: "'NIC_Intel-XXV710' and
3467            '64B' and
3468            ('BASE' or 'SCALE') and
3469            'NDRDISC' and
3470            '4T2C' and
3471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3472            not 'VHOST' and
3473            not 'MEMIF'"
3474   parameters:
3475   - "throughput"
3476   - "parent"
3477   traces:
3478     hoverinfo: "x+y"
3479     boxpoints: "outliers"
3480     whiskerwidth: 0
3481   layout:
3482     title: ""  # No title
3483     layout: "plot-throughput"
3484
3485 -
3486   type: "plot"
3487   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3488   algorithm: "plot_performance_box"
3489   output-file-type: ".html"
3490   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3491   data: "plot-vpp-throughput-latency-3n-skx"
3492   filter: "'NIC_Intel-XXV710' and
3493            '64B' and
3494            ('BASE' or 'SCALE') and
3495            'PDRDISC' and not 'NDRDISC' and
3496            '4T2C' and
3497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3498            not 'VHOST' and
3499            not 'MEMIF'"
3500   parameters:
3501   - "throughput"
3502   - "parent"
3503   traces:
3504     hoverinfo: "x+y"
3505     boxpoints: "outliers"
3506     whiskerwidth: 0
3507   layout:
3508     title: ""  # No title
3509     layout: "plot-throughput"
3510
3511 -
3512   type: "plot"
3513   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3514   algorithm: "plot_performance_box"
3515   output-file-type: ".html"
3516   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3517   data: "plot-vpp-throughput-latency-3n-skx"
3518   filter: "'NIC_Intel-XXV710' and
3519            '64B' and
3520            'FEATURE' and
3521            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3522            'NDRDISC' and
3523            '2T1C' and
3524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3525            not 'VHOST' and
3526            not 'MEMIF'"
3527   parameters:
3528   - "throughput"
3529   - "parent"
3530   traces:
3531     hoverinfo: "x+y"
3532     boxpoints: "outliers"
3533     whiskerwidth: 0
3534   layout:
3535     title: ""  # No title
3536     layout: "plot-throughput"
3537
3538 -
3539   type: "plot"
3540   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3541   algorithm: "plot_performance_box"
3542   output-file-type: ".html"
3543   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3544   data: "plot-vpp-throughput-latency-3n-skx"
3545   filter: "'NIC_Intel-XXV710' and
3546            '64B' and
3547            'FEATURE' and
3548            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3549            'PDRDISC' and not 'NDRDISC' and
3550            '2T1C' and
3551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3552            not 'VHOST' and
3553            not 'MEMIF'"
3554   parameters:
3555   - "throughput"
3556   - "parent"
3557   traces:
3558     hoverinfo: "x+y"
3559     boxpoints: "outliers"
3560     whiskerwidth: 0
3561   layout:
3562     title: ""  # No title
3563     layout: "plot-throughput"
3564
3565 -
3566   type: "plot"
3567   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3568   algorithm: "plot_performance_box"
3569   output-file-type: ".html"
3570   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3571   data: "plot-vpp-throughput-latency-3n-skx"
3572   filter: "'NIC_Intel-XXV710' and
3573            '64B' and
3574            'FEATURE' and
3575            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3576            'NDRDISC' and
3577            '4T2C' and
3578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3579            not 'VHOST' and
3580            not 'MEMIF'"
3581   parameters:
3582   - "throughput"
3583   - "parent"
3584   traces:
3585     hoverinfo: "x+y"
3586     boxpoints: "outliers"
3587     whiskerwidth: 0
3588   layout:
3589     title: ""  # No title
3590     layout: "plot-throughput"
3591
3592 -
3593   type: "plot"
3594   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3595   algorithm: "plot_performance_box"
3596   output-file-type: ".html"
3597   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3598   data: "plot-vpp-throughput-latency-3n-skx"
3599   filter: "'NIC_Intel-XXV710' and
3600            '64B' and
3601            'FEATURE' and
3602            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3603            'PDRDISC' and not 'NDRDISC' and
3604            '4T2C' and
3605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3606            not 'VHOST' and
3607            not 'MEMIF'"
3608   parameters:
3609   - "throughput"
3610   - "parent"
3611   traces:
3612     hoverinfo: "x+y"
3613     boxpoints: "outliers"
3614     whiskerwidth: 0
3615   layout:
3616     title: ""  # No title
3617     layout: "plot-throughput"
3618
3619 # Packet Throughput - VPP L2 2n-skx-x710
3620 -
3621   type: "plot"
3622   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3623   algorithm: "plot_performance_box"
3624   output-file-type: ".html"
3625   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3626   data: "plot-vpp-throughput-latency-2n-skx"
3627   filter: "'NIC_Intel-X710' and
3628            '64B' and
3629            ('BASE' or 'SCALE') and
3630            'NDRDISC' and
3631            '2T1C' and
3632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3633            not 'VHOST' and
3634            not 'MEMIF'"
3635   parameters:
3636   - "throughput"
3637   - "parent"
3638   traces:
3639     hoverinfo: "x+y"
3640     boxpoints: "outliers"
3641     whiskerwidth: 0
3642   layout:
3643     title: ""  # No title
3644     layout: "plot-throughput"
3645
3646 -
3647   type: "plot"
3648   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3649   algorithm: "plot_performance_box"
3650   output-file-type: ".html"
3651   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3652   data: "plot-vpp-throughput-latency-2n-skx"
3653   filter: "'NIC_Intel-X710' and
3654            '64B' and
3655            ('BASE' or 'SCALE') and
3656            'PDRDISC' and not 'NDRDISC' and
3657            '2T1C' and
3658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3659            not 'VHOST' and
3660            not 'MEMIF'"
3661   parameters:
3662   - "throughput"
3663   - "parent"
3664   traces:
3665     hoverinfo: "x+y"
3666     boxpoints: "outliers"
3667     whiskerwidth: 0
3668   layout:
3669     title: ""  # No title
3670     layout: "plot-throughput"
3671
3672 -
3673   type: "plot"
3674   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3675   algorithm: "plot_performance_box"
3676   output-file-type: ".html"
3677   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3678   data: "plot-vpp-throughput-latency-2n-skx"
3679   filter: "'NIC_Intel-X710' and
3680            '64B' and
3681            ('BASE' or 'SCALE') and
3682            'NDRDISC' and
3683            '4T2C' and
3684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3685            not 'VHOST' and
3686            not 'MEMIF'"
3687   parameters:
3688   - "throughput"
3689   - "parent"
3690   traces:
3691     hoverinfo: "x+y"
3692     boxpoints: "outliers"
3693     whiskerwidth: 0
3694   layout:
3695     title: ""  # No title
3696     layout: "plot-throughput"
3697
3698 -
3699   type: "plot"
3700   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3701   algorithm: "plot_performance_box"
3702   output-file-type: ".html"
3703   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3704   data: "plot-vpp-throughput-latency-2n-skx"
3705   filter: "'NIC_Intel-X710' and
3706            '64B' and
3707            ('BASE' or 'SCALE') and
3708            'PDRDISC' and not 'NDRDISC' and
3709            '4T2C' and
3710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3711            not 'VHOST' and
3712            not 'MEMIF'"
3713   parameters:
3714   - "throughput"
3715   - "parent"
3716   traces:
3717     hoverinfo: "x+y"
3718     boxpoints: "outliers"
3719     whiskerwidth: 0
3720   layout:
3721     title: ""  # No title
3722     layout: "plot-throughput"
3723
3724 -
3725   type: "plot"
3726   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-features-ndr"
3727   algorithm: "plot_performance_box"
3728   output-file-type: ".html"
3729   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-ndr"
3730   data: "plot-vpp-throughput-latency-2n-skx"
3731   filter: "'NIC_Intel-X710' and
3732            '64B' and
3733            'FEATURE' and
3734            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3735            'NDRDISC' and
3736            '2T1C' and
3737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3738            not 'VHOST' and
3739            not 'MEMIF'"
3740   parameters:
3741   - "throughput"
3742   - "parent"
3743   traces:
3744     hoverinfo: "x+y"
3745     boxpoints: "outliers"
3746     whiskerwidth: 0
3747   layout:
3748     title: ""  # No title
3749     layout: "plot-throughput"
3750
3751 -
3752   type: "plot"
3753   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-features-pdr"
3754   algorithm: "plot_performance_box"
3755   output-file-type: ".html"
3756   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-pdr"
3757   data: "plot-vpp-throughput-latency-2n-skx"
3758   filter: "'NIC_Intel-X710' and
3759            '64B' and
3760            'FEATURE' and
3761            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3762            'PDRDISC' and not 'NDRDISC' and
3763            '2T1C' and
3764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3765            not 'VHOST' and
3766            not 'MEMIF'"
3767   parameters:
3768   - "throughput"
3769   - "parent"
3770   traces:
3771     hoverinfo: "x+y"
3772     boxpoints: "outliers"
3773     whiskerwidth: 0
3774   layout:
3775     title: ""  # No title
3776     layout: "plot-throughput"
3777
3778 -
3779   type: "plot"
3780   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-features-ndr"
3781   algorithm: "plot_performance_box"
3782   output-file-type: ".html"
3783   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-ndr"
3784   data: "plot-vpp-throughput-latency-2n-skx"
3785   filter: "'NIC_Intel-X710' and
3786            '64B' and
3787            'FEATURE' and
3788            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3789            'NDRDISC' and
3790            '4T2C' and
3791            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3792            not 'VHOST' and
3793            not 'MEMIF'"
3794   parameters:
3795   - "throughput"
3796   - "parent"
3797   traces:
3798     hoverinfo: "x+y"
3799     boxpoints: "outliers"
3800     whiskerwidth: 0
3801   layout:
3802     title: ""  # No title
3803     layout: "plot-throughput"
3804
3805 -
3806   type: "plot"
3807   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-features-pdr"
3808   algorithm: "plot_performance_box"
3809   output-file-type: ".html"
3810   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-pdr"
3811   data: "plot-vpp-throughput-latency-2n-skx"
3812   filter: "'NIC_Intel-X710' and
3813            '64B' and
3814            'FEATURE' and
3815            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3816            'PDRDISC' and not 'NDRDISC' and
3817            '4T2C' and
3818            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3819            not 'VHOST' and
3820            not 'MEMIF'"
3821   parameters:
3822   - "throughput"
3823   - "parent"
3824   traces:
3825     hoverinfo: "x+y"
3826     boxpoints: "outliers"
3827     whiskerwidth: 0
3828   layout:
3829     title: ""  # No title
3830     layout: "plot-throughput"
3831
3832 # Packet Throughput - VPP L2 2n-skx-xxv710
3833 -
3834   type: "plot"
3835   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3836   algorithm: "plot_performance_box"
3837   output-file-type: ".html"
3838   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3839   data: "plot-vpp-throughput-latency-2n-skx"
3840   filter: "'NIC_Intel-XXV710' and
3841            '64B' and
3842            ('BASE' or 'SCALE') and
3843            'NDRDISC' and
3844            '2T1C' and
3845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3846            not 'VHOST' and
3847            not 'MEMIF'"
3848   parameters:
3849   - "throughput"
3850   - "parent"
3851   traces:
3852     hoverinfo: "x+y"
3853     boxpoints: "outliers"
3854     whiskerwidth: 0
3855   layout:
3856     title: ""  # No title
3857     layout: "plot-throughput"
3858
3859 -
3860   type: "plot"
3861   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3862   algorithm: "plot_performance_box"
3863   output-file-type: ".html"
3864   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3865   data: "plot-vpp-throughput-latency-2n-skx"
3866   filter: "'NIC_Intel-XXV710' and
3867            '64B' and
3868            ('BASE' or 'SCALE') and
3869            'PDRDISC' and not 'NDRDISC' and
3870            '2T1C' and
3871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3872            not 'VHOST' and
3873            not 'MEMIF'"
3874   parameters:
3875   - "throughput"
3876   - "parent"
3877   traces:
3878     hoverinfo: "x+y"
3879     boxpoints: "outliers"
3880     whiskerwidth: 0
3881   layout:
3882     title: ""  # No title
3883     layout: "plot-throughput"
3884
3885 -
3886   type: "plot"
3887   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3888   algorithm: "plot_performance_box"
3889   output-file-type: ".html"
3890   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3891   data: "plot-vpp-throughput-latency-2n-skx"
3892   filter: "'NIC_Intel-XXV710' and
3893            '64B' and
3894            ('BASE' or 'SCALE') and
3895            'NDRDISC' and
3896            '4T2C' and
3897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3898            not 'VHOST' and
3899            not 'MEMIF'"
3900   parameters:
3901   - "throughput"
3902   - "parent"
3903   traces:
3904     hoverinfo: "x+y"
3905     boxpoints: "outliers"
3906     whiskerwidth: 0
3907   layout:
3908     title: ""  # No title
3909     layout: "plot-throughput"
3910
3911 -
3912   type: "plot"
3913   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3914   algorithm: "plot_performance_box"
3915   output-file-type: ".html"
3916   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3917   data: "plot-vpp-throughput-latency-2n-skx"
3918   filter: "'NIC_Intel-XXV710' and
3919            '64B' and
3920            ('BASE' or 'SCALE') and
3921            'PDRDISC' and not 'NDRDISC' and
3922            '4T2C' and
3923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3924            not 'VHOST' and
3925            not 'MEMIF'"
3926   parameters:
3927   - "throughput"
3928   - "parent"
3929   traces:
3930     hoverinfo: "x+y"
3931     boxpoints: "outliers"
3932     whiskerwidth: 0
3933   layout:
3934     title: ""  # No title
3935     layout: "plot-throughput"
3936
3937 -
3938   type: "plot"
3939   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-features-ndr"
3940   algorithm: "plot_performance_box"
3941   output-file-type: ".html"
3942   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-ndr"
3943   data: "plot-vpp-throughput-latency-2n-skx"
3944   filter: "'NIC_Intel-XXV710' and
3945            '64B' and
3946            'FEATURE' and
3947            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3948            'NDRDISC' and
3949            '2T1C' and
3950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3951            not 'VHOST' and
3952            not 'MEMIF'"
3953   parameters:
3954   - "throughput"
3955   - "parent"
3956   traces:
3957     hoverinfo: "x+y"
3958     boxpoints: "outliers"
3959     whiskerwidth: 0
3960   layout:
3961     title: ""  # No title
3962     layout: "plot-throughput"
3963
3964 -
3965   type: "plot"
3966   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-features-pdr"
3967   algorithm: "plot_performance_box"
3968   output-file-type: ".html"
3969   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-pdr"
3970   data: "plot-vpp-throughput-latency-2n-skx"
3971   filter: "'NIC_Intel-XXV710' and
3972            '64B' and
3973            'FEATURE' and
3974            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3975            'PDRDISC' and not 'NDRDISC' and
3976            '2T1C' and
3977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3978            not 'VHOST' and
3979            not 'MEMIF'"
3980   parameters:
3981   - "throughput"
3982   - "parent"
3983   traces:
3984     hoverinfo: "x+y"
3985     boxpoints: "outliers"
3986     whiskerwidth: 0
3987   layout:
3988     title: ""  # No title
3989     layout: "plot-throughput"
3990
3991 -
3992   type: "plot"
3993   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-features-ndr"
3994   algorithm: "plot_performance_box"
3995   output-file-type: ".html"
3996   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-ndr"
3997   data: "plot-vpp-throughput-latency-2n-skx"
3998   filter: "'NIC_Intel-XXV710' and
3999            '64B' and
4000            'FEATURE' and
4001            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4002            'NDRDISC' and
4003            '4T2C' and
4004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4005            not 'VHOST' and
4006            not 'MEMIF'"
4007   parameters:
4008   - "throughput"
4009   - "parent"
4010   traces:
4011     hoverinfo: "x+y"
4012     boxpoints: "outliers"
4013     whiskerwidth: 0
4014   layout:
4015     title: ""  # No title
4016     layout: "plot-throughput"
4017
4018 -
4019   type: "plot"
4020   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-features-pdr"
4021   algorithm: "plot_performance_box"
4022   output-file-type: ".html"
4023   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-pdr"
4024   data: "plot-vpp-throughput-latency-2n-skx"
4025   filter: "'NIC_Intel-XXV710' and
4026            '64B' and
4027            'FEATURE' and
4028            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4029            'PDRDISC' and not 'NDRDISC' and
4030            '4T2C' and
4031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4032            not 'VHOST' and
4033            not 'MEMIF'"
4034   parameters:
4035   - "throughput"
4036   - "parent"
4037   traces:
4038     hoverinfo: "x+y"
4039     boxpoints: "outliers"
4040     whiskerwidth: 0
4041   layout:
4042     title: ""  # No title
4043     layout: "plot-throughput"
4044
4045 ################################################################################
4046
4047 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4048 -
4049   type: "plot"
4050   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4051   algorithm: "plot_performance_box"
4052   output-file-type: ".html"
4053   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4054   data: "plot-vpp-throughput-latency-3n-hsw"
4055   filter: "'NIC_Intel-X520-DA2' and
4056            '64B' and
4057            ('BASE' or 'SCALE') and
4058            'NDRDISC' and
4059            '1T1C' and
4060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4061            not 'VHOST' and
4062            'MEMIF'"
4063   parameters:
4064   - "throughput"
4065   - "parent"
4066   traces:
4067     hoverinfo: "x+y"
4068     boxpoints: "outliers"
4069     whiskerwidth: 0
4070   layout:
4071     title: ""  # No title
4072     layout: "plot-throughput"
4073
4074 -
4075   type: "plot"
4076   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4077   algorithm: "plot_performance_box"
4078   output-file-type: ".html"
4079   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4080   data: "plot-vpp-throughput-latency-3n-hsw"
4081   filter: "'NIC_Intel-X520-DA2' and
4082            '64B' and
4083            ('BASE' or 'SCALE') and
4084            'PDRDISC' and not 'NDRDISC' and
4085            '1T1C' and
4086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4087            not 'VHOST' and
4088            'MEMIF'"
4089   parameters:
4090   - "throughput"
4091   - "parent"
4092   traces:
4093     hoverinfo: "x+y"
4094     boxpoints: "outliers"
4095     whiskerwidth: 0
4096   layout:
4097     title: ""  # No title
4098     layout: "plot-throughput"
4099
4100 -
4101   type: "plot"
4102   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4103   algorithm: "plot_performance_box"
4104   output-file-type: ".html"
4105   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4106   data: "plot-vpp-throughput-latency-3n-hsw"
4107   filter: "'NIC_Intel-X520-DA2' and
4108            '64B' and
4109            ('BASE' or 'SCALE') and
4110            'NDRDISC' and
4111            '2T2C' and
4112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4113            not 'VHOST' and
4114            'MEMIF'"
4115   parameters:
4116   - "throughput"
4117   - "parent"
4118   traces:
4119     hoverinfo: "x+y"
4120     boxpoints: "outliers"
4121     whiskerwidth: 0
4122   layout:
4123     title: ""  # No title
4124     layout: "plot-throughput"
4125
4126 -
4127   type: "plot"
4128   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4129   algorithm: "plot_performance_box"
4130   output-file-type: ".html"
4131   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4132   data: "plot-vpp-throughput-latency-3n-hsw"
4133   filter: "'NIC_Intel-X520-DA2' and
4134            '64B' and
4135            ('BASE' or 'SCALE') and
4136            'PDRDISC' and not 'NDRDISC' and
4137            '2T2C' 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 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4153 -
4154   type: "plot"
4155   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4156   algorithm: "plot_performance_box"
4157   output-file-type: ".html"
4158   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4159   data: "plot-vpp-throughput-latency-3n-hsw"
4160   filter: "'NIC_Intel-X710' and
4161            '64B' and
4162            ('BASE' or 'SCALE') and
4163            'NDRDISC' and
4164            '1T1C' and
4165            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4166            not 'VHOST' and
4167            'MEMIF'"
4168   parameters:
4169   - "throughput"
4170   - "parent"
4171   traces:
4172     hoverinfo: "x+y"
4173     boxpoints: "outliers"
4174     whiskerwidth: 0
4175   layout:
4176     title: ""  # No title
4177     layout: "plot-throughput"
4178
4179 -
4180   type: "plot"
4181   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4182   algorithm: "plot_performance_box"
4183   output-file-type: ".html"
4184   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4185   data: "plot-vpp-throughput-latency-3n-hsw"
4186   filter: "'NIC_Intel-X710' and
4187            '64B' and
4188            ('BASE' or 'SCALE') and
4189            'PDRDISC' and not 'NDRDISC' and
4190            '1T1C' and
4191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4192            not 'VHOST' and
4193            'MEMIF'"
4194   parameters:
4195   - "throughput"
4196   - "parent"
4197   traces:
4198     hoverinfo: "x+y"
4199     boxpoints: "outliers"
4200     whiskerwidth: 0
4201   layout:
4202     title: ""  # No title
4203     layout: "plot-throughput"
4204
4205 -
4206   type: "plot"
4207   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4208   algorithm: "plot_performance_box"
4209   output-file-type: ".html"
4210   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4211   data: "plot-vpp-throughput-latency-3n-hsw"
4212   filter: "'NIC_Intel-X710' and
4213            '64B' and
4214            ('BASE' or 'SCALE') and
4215            'NDRDISC' and
4216            '2T2C' and
4217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4218            not 'VHOST' and
4219            'MEMIF'"
4220   parameters:
4221   - "throughput"
4222   - "parent"
4223   traces:
4224     hoverinfo: "x+y"
4225     boxpoints: "outliers"
4226     whiskerwidth: 0
4227   layout:
4228     title: ""  # No title
4229     layout: "plot-throughput"
4230
4231 -
4232   type: "plot"
4233   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4234   algorithm: "plot_performance_box"
4235   output-file-type: ".html"
4236   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4237   data: "plot-vpp-throughput-latency-3n-hsw"
4238   filter: "'NIC_Intel-X710' and
4239            '64B' and
4240            ('BASE' or 'SCALE') and
4241            'PDRDISC' and not 'NDRDISC' and
4242            '2T2C' 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 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4258 -
4259   type: "plot"
4260   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4261   algorithm: "plot_performance_box"
4262   output-file-type: ".html"
4263   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4264   data: "plot-vpp-throughput-latency-3n-hsw"
4265   filter: "'NIC_Intel-XL710' and
4266            '64B' and
4267            ('BASE' or 'SCALE') and
4268            'NDRDISC' and
4269            '1T1C' and
4270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4271            not 'VHOST' and
4272            'MEMIF'"
4273   parameters:
4274   - "throughput"
4275   - "parent"
4276   traces:
4277     hoverinfo: "x+y"
4278     boxpoints: "outliers"
4279     whiskerwidth: 0
4280   layout:
4281     title: ""  # No title
4282     layout: "plot-throughput"
4283
4284 -
4285   type: "plot"
4286   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4287   algorithm: "plot_performance_box"
4288   output-file-type: ".html"
4289   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4290   data: "plot-vpp-throughput-latency-3n-hsw"
4291   filter: "'NIC_Intel-XL710' and
4292            '64B' and
4293            ('BASE' or 'SCALE') and
4294            'PDRDISC' and not 'NDRDISC' and
4295            '1T1C' and
4296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4297            not 'VHOST' and
4298            'MEMIF'"
4299   parameters:
4300   - "throughput"
4301   - "parent"
4302   traces:
4303     hoverinfo: "x+y"
4304     boxpoints: "outliers"
4305     whiskerwidth: 0
4306   layout:
4307     title: ""  # No title
4308     layout: "plot-throughput"
4309
4310 -
4311   type: "plot"
4312   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4313   algorithm: "plot_performance_box"
4314   output-file-type: ".html"
4315   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4316   data: "plot-vpp-throughput-latency-3n-hsw"
4317   filter: "'NIC_Intel-XL710' and
4318            '64B' and
4319            ('BASE' or 'SCALE') and
4320            'NDRDISC' and
4321            '2T2C' and
4322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4323            not 'VHOST' and
4324            'MEMIF'"
4325   parameters:
4326   - "throughput"
4327   - "parent"
4328   traces:
4329     hoverinfo: "x+y"
4330     boxpoints: "outliers"
4331     whiskerwidth: 0
4332   layout:
4333     title: ""  # No title
4334     layout: "plot-throughput"
4335
4336 -
4337   type: "plot"
4338   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4339   algorithm: "plot_performance_box"
4340   output-file-type: ".html"
4341   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4342   data: "plot-vpp-throughput-latency-3n-hsw"
4343   filter: "'NIC_Intel-XL710' and
4344            '64B' and
4345            ('BASE' or 'SCALE') and
4346            'PDRDISC' and not 'NDRDISC' and
4347            '2T2C' and
4348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4349            not 'VHOST' and
4350            'MEMIF'"
4351   parameters:
4352   - "throughput"
4353   - "parent"
4354   traces:
4355     hoverinfo: "x+y"
4356     boxpoints: "outliers"
4357     whiskerwidth: 0
4358   layout:
4359     title: ""  # No title
4360     layout: "plot-throughput"
4361
4362 # Packet Throughput - VPP Container Memif 3n-skx-x710
4363 -
4364   type: "plot"
4365   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4366   algorithm: "plot_performance_box"
4367   output-file-type: ".html"
4368   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4369   data: "plot-vpp-throughput-latency-3n-skx"
4370   filter: "'NIC_Intel-X710' and
4371            '64B' and
4372            ('BASE' or 'SCALE') and
4373            'NDRDISC' and
4374            '2T1C' and
4375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4376            not 'VHOST' and
4377            'MEMIF'"
4378   parameters:
4379   - "throughput"
4380   - "parent"
4381   traces:
4382     hoverinfo: "x+y"
4383     boxpoints: "outliers"
4384     whiskerwidth: 0
4385   layout:
4386     title: ""  # No title
4387     layout: "plot-throughput"
4388
4389 -
4390   type: "plot"
4391   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4392   algorithm: "plot_performance_box"
4393   output-file-type: ".html"
4394   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4395   data: "plot-vpp-throughput-latency-3n-skx"
4396   filter: "'NIC_Intel-X710' and
4397            '64B' and
4398            ('BASE' or 'SCALE') and
4399            'PDRDISC' and not 'NDRDISC' and
4400            '2T1C' and
4401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4402            not 'VHOST' and
4403             'MEMIF'"
4404   parameters:
4405   - "throughput"
4406   - "parent"
4407   traces:
4408     hoverinfo: "x+y"
4409     boxpoints: "outliers"
4410     whiskerwidth: 0
4411   layout:
4412     title: ""  # No title
4413     layout: "plot-throughput"
4414
4415 -
4416   type: "plot"
4417   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4418   algorithm: "plot_performance_box"
4419   output-file-type: ".html"
4420   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4421   data: "plot-vpp-throughput-latency-3n-skx"
4422   filter: "'NIC_Intel-X710' and
4423            '64B' and
4424            ('BASE' or 'SCALE') and
4425            'NDRDISC' and
4426            '4T2C' and
4427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4428            not 'VHOST' and
4429            'MEMIF'"
4430   parameters:
4431   - "throughput"
4432   - "parent"
4433   traces:
4434     hoverinfo: "x+y"
4435     boxpoints: "outliers"
4436     whiskerwidth: 0
4437   layout:
4438     title: ""  # No title
4439     layout: "plot-throughput"
4440
4441 -
4442   type: "plot"
4443   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4444   algorithm: "plot_performance_box"
4445   output-file-type: ".html"
4446   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4447   data: "plot-vpp-throughput-latency-3n-skx"
4448   filter: "'NIC_Intel-X710' and
4449            '64B' and
4450            ('BASE' or 'SCALE') and
4451            'PDRDISC' and not 'NDRDISC' and
4452            '4T2C' and
4453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4454            not 'VHOST' and
4455            'MEMIF'"
4456   parameters:
4457   - "throughput"
4458   - "parent"
4459   traces:
4460     hoverinfo: "x+y"
4461     boxpoints: "outliers"
4462     whiskerwidth: 0
4463   layout:
4464     title: ""  # No title
4465     layout: "plot-throughput"
4466
4467 # Packet Throughput - VPP Container Memif 3n-skx-xxv710
4468 -
4469   type: "plot"
4470   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4471   algorithm: "plot_performance_box"
4472   output-file-type: ".html"
4473   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4474   data: "plot-vpp-throughput-latency-3n-skx"
4475   filter: "'NIC_Intel-XXV710' and
4476            '64B' and
4477            ('BASE' or 'SCALE') and
4478            'NDRDISC' and
4479            '2T1C' and
4480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4481            not 'VHOST' and
4482            'MEMIF'"
4483   parameters:
4484   - "throughput"
4485   - "parent"
4486   traces:
4487     hoverinfo: "x+y"
4488     boxpoints: "outliers"
4489     whiskerwidth: 0
4490   layout:
4491     title: ""  # No title
4492     layout: "plot-throughput"
4493
4494 -
4495   type: "plot"
4496   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4497   algorithm: "plot_performance_box"
4498   output-file-type: ".html"
4499   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4500   data: "plot-vpp-throughput-latency-3n-skx"
4501   filter: "'NIC_Intel-XXV710' and
4502            '64B' and
4503            ('BASE' or 'SCALE') and
4504            'PDRDISC' and not 'NDRDISC' and
4505            '2T1C' and
4506            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4507            not 'VHOST' and
4508            'MEMIF'"
4509   parameters:
4510   - "throughput"
4511   - "parent"
4512   traces:
4513     hoverinfo: "x+y"
4514     boxpoints: "outliers"
4515     whiskerwidth: 0
4516   layout:
4517     title: ""  # No title
4518     layout: "plot-throughput"
4519
4520 -
4521   type: "plot"
4522   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4523   algorithm: "plot_performance_box"
4524   output-file-type: ".html"
4525   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4526   data: "plot-vpp-throughput-latency-3n-skx"
4527   filter: "'NIC_Intel-XXV710' and
4528            '64B' and
4529            ('BASE' or 'SCALE') and
4530            'NDRDISC' and
4531            '4T2C' and
4532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4533            not 'VHOST' and
4534            'MEMIF'"
4535   parameters:
4536   - "throughput"
4537   - "parent"
4538   traces:
4539     hoverinfo: "x+y"
4540     boxpoints: "outliers"
4541     whiskerwidth: 0
4542   layout:
4543     title: ""  # No title
4544     layout: "plot-throughput"
4545
4546 -
4547   type: "plot"
4548   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4549   algorithm: "plot_performance_box"
4550   output-file-type: ".html"
4551   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4552   data: "plot-vpp-throughput-latency-3n-skx"
4553   filter: "'NIC_Intel-XXV710' and
4554            '64B' and
4555            ('BASE' or 'SCALE') and
4556            'PDRDISC' and not 'NDRDISC' and
4557            '4T2C' and
4558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4559            not 'VHOST' and
4560            'MEMIF'"
4561   parameters:
4562   - "throughput"
4563   - "parent"
4564   traces:
4565     hoverinfo: "x+y"
4566     boxpoints: "outliers"
4567     whiskerwidth: 0
4568   layout:
4569     title: ""  # No title
4570     layout: "plot-throughput"
4571
4572 # Packet Throughput - VPP Container Memif 2n-skx-x710
4573 -
4574   type: "plot"
4575   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4576   algorithm: "plot_performance_box"
4577   output-file-type: ".html"
4578   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4579   data: "plot-vpp-throughput-latency-2n-skx"
4580   filter: "'NIC_Intel-X710' and
4581            '64B' and
4582            ('BASE' or 'SCALE') and
4583            'NDRDISC' and
4584            '2T1C' and
4585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4586            not 'VHOST' and
4587            'MEMIF'"
4588   parameters:
4589   - "throughput"
4590   - "parent"
4591   traces:
4592     hoverinfo: "x+y"
4593     boxpoints: "outliers"
4594     whiskerwidth: 0
4595   layout:
4596     title: ""  # No title
4597     layout: "plot-throughput"
4598
4599 -
4600   type: "plot"
4601   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4602   algorithm: "plot_performance_box"
4603   output-file-type: ".html"
4604   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4605   data: "plot-vpp-throughput-latency-2n-skx"
4606   filter: "'NIC_Intel-X710' and
4607            '64B' and
4608            ('BASE' or 'SCALE') and
4609            'PDRDISC' and not 'NDRDISC' and
4610            '2T1C' and
4611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4612            not 'VHOST' and
4613            'MEMIF'"
4614   parameters:
4615   - "throughput"
4616   - "parent"
4617   traces:
4618     hoverinfo: "x+y"
4619     boxpoints: "outliers"
4620     whiskerwidth: 0
4621   layout:
4622     title: ""  # No title
4623     layout: "plot-throughput"
4624
4625 -
4626   type: "plot"
4627   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4628   algorithm: "plot_performance_box"
4629   output-file-type: ".html"
4630   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4631   data: "plot-vpp-throughput-latency-2n-skx"
4632   filter: "'NIC_Intel-X710' and
4633            '64B' and
4634            ('BASE' or 'SCALE') and
4635            'NDRDISC' and
4636            '4T2C' and
4637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4638            not 'VHOST' and
4639            'MEMIF'"
4640   parameters:
4641   - "throughput"
4642   - "parent"
4643   traces:
4644     hoverinfo: "x+y"
4645     boxpoints: "outliers"
4646     whiskerwidth: 0
4647   layout:
4648     title: ""  # No title
4649     layout: "plot-throughput"
4650
4651 -
4652   type: "plot"
4653   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4654   algorithm: "plot_performance_box"
4655   output-file-type: ".html"
4656   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4657   data: "plot-vpp-throughput-latency-2n-skx"
4658   filter: "'NIC_Intel-X710' and
4659            '64B' and
4660            ('BASE' or 'SCALE') and
4661            'PDRDISC' and not 'NDRDISC' and
4662            '4T2C' and
4663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4664            not 'VHOST' and
4665            'MEMIF'"
4666   parameters:
4667   - "throughput"
4668   - "parent"
4669   traces:
4670     hoverinfo: "x+y"
4671     boxpoints: "outliers"
4672     whiskerwidth: 0
4673   layout:
4674     title: ""  # No title
4675     layout: "plot-throughput"
4676
4677 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
4678 -
4679   type: "plot"
4680   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4681   algorithm: "plot_performance_box"
4682   output-file-type: ".html"
4683   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4684   data: "plot-vpp-throughput-latency-2n-skx"
4685   filter: "'NIC_Intel-XXV710' and
4686            '64B' and
4687            ('BASE' or 'SCALE') and
4688            'NDRDISC' and
4689            '2T1C' and
4690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4691            not 'VHOST' and
4692            'MEMIF'"
4693   parameters:
4694   - "throughput"
4695   - "parent"
4696   traces:
4697     hoverinfo: "x+y"
4698     boxpoints: "outliers"
4699     whiskerwidth: 0
4700   layout:
4701     title: ""  # No title
4702     layout: "plot-throughput"
4703
4704 -
4705   type: "plot"
4706   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4707   algorithm: "plot_performance_box"
4708   output-file-type: ".html"
4709   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4710   data: "plot-vpp-throughput-latency-2n-skx"
4711   filter: "'NIC_Intel-XXV710' and
4712            '64B' and
4713            ('BASE' or 'SCALE') and
4714            'PDRDISC' and not 'NDRDISC' and
4715            '2T1C' and
4716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4717            not 'VHOST' and
4718            'MEMIF'"
4719   parameters:
4720   - "throughput"
4721   - "parent"
4722   traces:
4723     hoverinfo: "x+y"
4724     boxpoints: "outliers"
4725     whiskerwidth: 0
4726   layout:
4727     title: ""  # No title
4728     layout: "plot-throughput"
4729
4730 -
4731   type: "plot"
4732   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4733   algorithm: "plot_performance_box"
4734   output-file-type: ".html"
4735   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4736   data: "plot-vpp-throughput-latency-2n-skx"
4737   filter: "'NIC_Intel-XXV710' and
4738            '64B' and
4739            ('BASE' or 'SCALE') and
4740            'NDRDISC' and
4741            '4T2C' and
4742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4743            not 'VHOST' and
4744            'MEMIF'"
4745   parameters:
4746   - "throughput"
4747   - "parent"
4748   traces:
4749     hoverinfo: "x+y"
4750     boxpoints: "outliers"
4751     whiskerwidth: 0
4752   layout:
4753     title: ""  # No title
4754     layout: "plot-throughput"
4755
4756 -
4757   type: "plot"
4758   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4759   algorithm: "plot_performance_box"
4760   output-file-type: ".html"
4761   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4762   data: "plot-vpp-throughput-latency-2n-skx"
4763   filter: "'NIC_Intel-XXV710' and
4764            '64B' and
4765            ('BASE' or 'SCALE') and
4766            'PDRDISC' and not 'NDRDISC' and
4767            '4T2C' and
4768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4769            not 'VHOST' and
4770            'MEMIF'"
4771   parameters:
4772   - "throughput"
4773   - "parent"
4774   traces:
4775     hoverinfo: "x+y"
4776     boxpoints: "outliers"
4777     whiskerwidth: 0
4778   layout:
4779     title: ""  # No title
4780     layout: "plot-throughput"
4781
4782 ################################################################################
4783
4784 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4785 -
4786   type: "plot"
4787   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4788   algorithm: "plot_performance_box"
4789   output-file-type: ".html"
4790   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4791   data: "plot-ligato-throughput-latency-3n-hsw"
4792   filter: "'NIC_Intel-X520-DA2' and
4793            '64B' and
4794            ('BASE' or 'SCALE') and
4795            'NDRDISC' and
4796            '1T1C' and
4797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4798            not 'VHOST' and
4799            'MEMIF'"
4800   parameters:
4801   - "throughput"
4802   - "parent"
4803   traces:
4804     hoverinfo: "x+y"
4805     boxpoints: "outliers"
4806     whiskerwidth: 0
4807   layout:
4808     title: ""  # No title
4809     layout: "plot-throughput"
4810
4811 -
4812   type: "plot"
4813   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4814   algorithm: "plot_performance_box"
4815   output-file-type: ".html"
4816   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4817   data: "plot-ligato-throughput-latency-3n-hsw"
4818   filter: "'NIC_Intel-X520-DA2' and
4819            '64B' and
4820            ('BASE' or 'SCALE') and
4821            'PDRDISC' and not 'NDRDISC' and
4822            '1T1C' and
4823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4824            not 'VHOST' and
4825            'MEMIF'"
4826   parameters:
4827   - "throughput"
4828   - "parent"
4829   traces:
4830     hoverinfo: "x+y"
4831     boxpoints: "outliers"
4832     whiskerwidth: 0
4833   layout:
4834     title: ""  # No title
4835     layout: "plot-throughput"
4836
4837 -
4838   type: "plot"
4839   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4840   algorithm: "plot_performance_box"
4841   output-file-type: ".html"
4842   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4843   data: "plot-ligato-throughput-latency-3n-hsw"
4844   filter: "'NIC_Intel-X520-DA2' and
4845            '64B' and
4846            ('BASE' or 'SCALE') and
4847            'NDRDISC' and
4848            '2T2C' and
4849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4850            not 'VHOST' and
4851            'MEMIF'"
4852   parameters:
4853   - "throughput"
4854   - "parent"
4855   traces:
4856     hoverinfo: "x+y"
4857     boxpoints: "outliers"
4858     whiskerwidth: 0
4859   layout:
4860     title: ""  # No title
4861     layout: "plot-throughput"
4862
4863 -
4864   type: "plot"
4865   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4866   algorithm: "plot_performance_box"
4867   output-file-type: ".html"
4868   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4869   data: "plot-ligato-throughput-latency-3n-hsw"
4870   filter: "'NIC_Intel-X520-DA2' and
4871            '64B' and
4872            ('BASE' or 'SCALE') and
4873            'PDRDISC' and not 'NDRDISC' and
4874            '2T2C' and
4875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4876            not 'VHOST' and
4877            'MEMIF'"
4878   parameters:
4879   - "throughput"
4880   - "parent"
4881   traces:
4882     hoverinfo: "x+y"
4883     boxpoints: "outliers"
4884     whiskerwidth: 0
4885   layout:
4886     title: ""  # No title
4887     layout: "plot-throughput"
4888
4889 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4890 -
4891   type: "plot"
4892   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4893   algorithm: "plot_performance_box"
4894   output-file-type: ".html"
4895   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4896   data: "plot-ligato-throughput-latency-3n-hsw"
4897   filter: "'NIC_Intel-X710' and
4898            '64B' and
4899            ('BASE' or 'SCALE') and
4900            'NDRDISC' and
4901            '1T1C' and
4902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4903            not 'VHOST' and
4904            'MEMIF'"
4905   parameters:
4906   - "throughput"
4907   - "parent"
4908   traces:
4909     hoverinfo: "x+y"
4910     boxpoints: "outliers"
4911     whiskerwidth: 0
4912   layout:
4913     title: ""  # No title
4914     layout: "plot-throughput"
4915
4916 -
4917   type: "plot"
4918   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4919   algorithm: "plot_performance_box"
4920   output-file-type: ".html"
4921   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4922   data: "plot-ligato-throughput-latency-3n-hsw"
4923   filter: "'NIC_Intel-X710' and
4924            '64B' and
4925            ('BASE' or 'SCALE') and
4926            'PDRDISC' and not 'NDRDISC' and
4927            '1T1C' and
4928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4929            not 'VHOST' and
4930            'MEMIF'"
4931   parameters:
4932   - "throughput"
4933   - "parent"
4934   traces:
4935     hoverinfo: "x+y"
4936     boxpoints: "outliers"
4937     whiskerwidth: 0
4938   layout:
4939     title: ""  # No title
4940     layout: "plot-throughput"
4941
4942 -
4943   type: "plot"
4944   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4945   algorithm: "plot_performance_box"
4946   output-file-type: ".html"
4947   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4948   data: "plot-ligato-throughput-latency-3n-hsw"
4949   filter: "'NIC_Intel-X710' and
4950            '64B' and
4951            ('BASE' or 'SCALE') and
4952            'NDRDISC' and
4953            '2T2C' and
4954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4955            not 'VHOST' and
4956            'MEMIF'"
4957   parameters:
4958   - "throughput"
4959   - "parent"
4960   traces:
4961     hoverinfo: "x+y"
4962     boxpoints: "outliers"
4963     whiskerwidth: 0
4964   layout:
4965     title: ""  # No title
4966     layout: "plot-throughput"
4967
4968 -
4969   type: "plot"
4970   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4971   algorithm: "plot_performance_box"
4972   output-file-type: ".html"
4973   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4974   data: "plot-ligato-throughput-latency-3n-hsw"
4975   filter: "'NIC_Intel-X710' and
4976            '64B' and
4977            ('BASE' or 'SCALE') and
4978            'PDRDISC' and not 'NDRDISC' and
4979            '2T2C' and
4980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4981            not 'VHOST' and
4982            'MEMIF'"
4983   parameters:
4984   - "throughput"
4985   - "parent"
4986   traces:
4987     hoverinfo: "x+y"
4988     boxpoints: "outliers"
4989     whiskerwidth: 0
4990   layout:
4991     title: ""  # No title
4992     layout: "plot-throughput"
4993
4994 ################################################################################
4995
4996 # Packet Throughput - VPP IPv4 3n-hsw-x520
4997 -
4998   type: "plot"
4999   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5000   algorithm: "plot_performance_box"
5001   output-file-type: ".html"
5002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5003   data: "plot-vpp-throughput-latency-3n-hsw"
5004   filter: "'NIC_Intel-X520-DA2' and
5005            '64B' and
5006            ('BASE' or 'SCALE') and
5007            'NDRDISC' and
5008            '1T1C' and
5009            'IP4FWD' and
5010            not 'IPSEC' and 
5011            not 'VHOST'"
5012   parameters:
5013   - "throughput"
5014   - "parent"
5015   traces:
5016     hoverinfo: "x+y"
5017     boxpoints: "outliers"
5018     whiskerwidth: 0
5019   layout:
5020     title: ""  # No title
5021     layout: "plot-throughput"
5022
5023 -
5024   type: "plot"
5025   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5026   algorithm: "plot_performance_box"
5027   output-file-type: ".html"
5028   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5029   data: "plot-vpp-throughput-latency-3n-hsw"
5030   filter: "'NIC_Intel-X520-DA2' and
5031            '64B' and
5032            ('BASE' or 'SCALE') and
5033            'PDRDISC' and not 'NDRDISC' and
5034            '1T1C' and
5035            'IP4FWD' and
5036            not 'IPSEC' and 
5037            not 'VHOST'"
5038   parameters:
5039   - "throughput"
5040   - "parent"
5041   traces:
5042     hoverinfo: "x+y"
5043     boxpoints: "outliers"
5044     whiskerwidth: 0
5045   layout:
5046     title: ""  # No title
5047     layout: "plot-throughput"
5048
5049 -
5050   type: "plot"
5051   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5052   algorithm: "plot_performance_box"
5053   output-file-type: ".html"
5054   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5055   data: "plot-vpp-throughput-latency-3n-hsw"
5056   filter: "'NIC_Intel-X520-DA2' and
5057            '64B' and
5058            ('BASE' or 'SCALE') and
5059            'NDRDISC' and
5060            '2T2C' and
5061            'IP4FWD' and
5062            not 'IPSEC' and 
5063            not 'VHOST'"
5064   parameters:
5065   - "throughput"
5066   - "parent"
5067   traces:
5068     hoverinfo: "x+y"
5069     boxpoints: "outliers"
5070     whiskerwidth: 0
5071   layout:
5072     title: ""  # No title
5073     layout: "plot-throughput"
5074
5075 -
5076   type: "plot"
5077   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5078   algorithm: "plot_performance_box"
5079   output-file-type: ".html"
5080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5081   data: "plot-vpp-throughput-latency-3n-hsw"
5082   filter: "'NIC_Intel-X520-DA2' and
5083            '64B' and
5084            ('BASE' or 'SCALE') and
5085            'PDRDISC' and not 'NDRDISC' and
5086            '2T2C' and
5087            'IP4FWD' and
5088            not 'IPSEC' and 
5089            not 'VHOST'"
5090   parameters:
5091   - "throughput"
5092   - "parent"
5093   traces:
5094     hoverinfo: "x+y"
5095     boxpoints: "outliers"
5096     whiskerwidth: 0
5097   layout:
5098     title: ""  # No title
5099     layout: "plot-throughput"
5100
5101 -
5102   type: "plot"
5103   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5104   algorithm: "plot_performance_box"
5105   output-file-type: ".html"
5106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5107   data: "plot-vpp-throughput-latency-3n-hsw"
5108   filter: "'NIC_Intel-X520-DA2' and
5109            '64B' and
5110            'FEATURE' and
5111            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5112            'NDRDISC' and
5113            '1T1C' and
5114            'IP4FWD' and
5115            not 'IPSEC' and 
5116            not 'VHOST'"
5117   parameters:
5118   - "throughput"
5119   - "parent"
5120   traces:
5121     hoverinfo: "x+y"
5122     boxpoints: "outliers"
5123     whiskerwidth: 0
5124   layout:
5125     title: ""  # No title
5126     layout: "plot-throughput"
5127
5128 -
5129   type: "plot"
5130   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5131   algorithm: "plot_performance_box"
5132   output-file-type: ".html"
5133   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5134   data: "plot-vpp-throughput-latency-3n-hsw"
5135   filter: "'NIC_Intel-X520-DA2' and
5136            '64B' and
5137            'FEATURE' and
5138            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5139            'PDRDISC' and not 'NDRDISC' and
5140            '1T1C' and
5141            'IP4FWD' and
5142            not 'IPSEC' and 
5143            not 'VHOST'"
5144   parameters:
5145   - "throughput"
5146   - "parent"
5147   traces:
5148     hoverinfo: "x+y"
5149     boxpoints: "outliers"
5150     whiskerwidth: 0
5151   layout:
5152     title: ""  # No title
5153     layout: "plot-throughput"
5154
5155 -
5156   type: "plot"
5157   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5158   algorithm: "plot_performance_box"
5159   output-file-type: ".html"
5160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5161   data: "plot-vpp-throughput-latency-3n-hsw"
5162   filter: "'NIC_Intel-X520-DA2' and
5163            '64B' and
5164            'FEATURE' and
5165            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5166            'NDRDISC' and
5167            '2T2C' and
5168            'IP4FWD' and
5169            not 'IPSEC' and 
5170            not 'VHOST'"
5171   parameters:
5172   - "throughput"
5173   - "parent"
5174   traces:
5175     hoverinfo: "x+y"
5176     boxpoints: "outliers"
5177     whiskerwidth: 0
5178   layout:
5179     title: ""  # No title
5180     layout: "plot-throughput"
5181
5182 -
5183   type: "plot"
5184   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5185   algorithm: "plot_performance_box"
5186   output-file-type: ".html"
5187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5188   data: "plot-vpp-throughput-latency-3n-hsw"
5189   filter: "'NIC_Intel-X520-DA2' and
5190            '64B' and
5191            'FEATURE' and
5192            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5193            'PDRDISC' and not 'NDRDISC' and
5194            '2T2C' and
5195            'IP4FWD' and
5196            not 'IPSEC' and 
5197            not 'VHOST'"
5198   parameters:
5199   - "throughput"
5200   - "parent"
5201   traces:
5202     hoverinfo: "x+y"
5203     boxpoints: "outliers"
5204     whiskerwidth: 0
5205   layout:
5206     title: ""  # No title
5207     layout: "plot-throughput"
5208
5209 # Packet Throughput - VPP IPv4 3n-hsw-x710
5210 -
5211   type: "plot"
5212   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5213   algorithm: "plot_performance_box"
5214   output-file-type: ".html"
5215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5216   data: "plot-vpp-throughput-latency-3n-hsw"
5217   filter: "'NIC_Intel-X710' and
5218            '64B' and
5219            ('BASE' or 'SCALE') and
5220            'NDRDISC' and
5221            '1T1C' and
5222            'IP4FWD' and
5223            not 'IPSEC' and 
5224            not 'VHOST'"
5225   parameters:
5226   - "throughput"
5227   - "parent"
5228   traces:
5229     hoverinfo: "x+y"
5230     boxpoints: "outliers"
5231     whiskerwidth: 0
5232   layout:
5233     title: ""  # No title
5234     layout: "plot-throughput"
5235
5236 -
5237   type: "plot"
5238   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5239   algorithm: "plot_performance_box"
5240   output-file-type: ".html"
5241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5242   data: "plot-vpp-throughput-latency-3n-hsw"
5243   filter: "'NIC_Intel-X710' and
5244            '64B' and
5245            ('BASE' or 'SCALE') and
5246            'PDRDISC' and not 'NDRDISC' and
5247            '1T1C' and
5248            'IP4FWD' and
5249            not 'IPSEC' and 
5250            not 'VHOST'"
5251   parameters:
5252   - "throughput"
5253   - "parent"
5254   traces:
5255     hoverinfo: "x+y"
5256     boxpoints: "outliers"
5257     whiskerwidth: 0
5258   layout:
5259     title: ""  # No title
5260     layout: "plot-throughput"
5261
5262 -
5263   type: "plot"
5264   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5265   algorithm: "plot_performance_box"
5266   output-file-type: ".html"
5267   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5268   data: "plot-vpp-throughput-latency-3n-hsw"
5269   filter: "'NIC_Intel-X710' and
5270            '64B' and
5271            ('BASE' or 'SCALE') and
5272            'NDRDISC' and
5273            '2T2C' and
5274            'IP4FWD' and
5275            not 'IPSEC' and 
5276            not 'VHOST'"
5277   parameters:
5278   - "throughput"
5279   - "parent"
5280   traces:
5281     hoverinfo: "x+y"
5282     boxpoints: "outliers"
5283     whiskerwidth: 0
5284   layout:
5285     title: ""  # No title
5286     layout: "plot-throughput"
5287
5288 -
5289   type: "plot"
5290   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5291   algorithm: "plot_performance_box"
5292   output-file-type: ".html"
5293   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5294   data: "plot-vpp-throughput-latency-3n-hsw"
5295   filter: "'NIC_Intel-X710' and
5296            '64B' and
5297            ('BASE' or 'SCALE') and
5298            'PDRDISC' and not 'NDRDISC' and
5299            '2T2C' and
5300            'IP4FWD' and
5301            not 'IPSEC' and 
5302            not 'VHOST'"
5303   parameters:
5304   - "throughput"
5305   - "parent"
5306   traces:
5307     hoverinfo: "x+y"
5308     boxpoints: "outliers"
5309     whiskerwidth: 0
5310   layout:
5311     title: ""  # No title
5312     layout: "plot-throughput"
5313
5314 -
5315   type: "plot"
5316   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
5317   algorithm: "plot_performance_box"
5318   output-file-type: ".html"
5319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
5320   data: "plot-vpp-throughput-latency-3n-hsw"
5321   filter: "'NIC_Intel-X710' and
5322            '64B' and
5323            'FEATURE' and
5324            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5325            'NDRDISC' and
5326            '1T1C' and
5327            'IP4FWD' and
5328            not 'IPSEC' and 
5329            not 'VHOST'"
5330   parameters:
5331   - "throughput"
5332   - "parent"
5333   traces:
5334     hoverinfo: "x+y"
5335     boxpoints: "outliers"
5336     whiskerwidth: 0
5337   layout:
5338     title: ""  # No title
5339     layout: "plot-throughput"
5340
5341 -
5342   type: "plot"
5343   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
5344   algorithm: "plot_performance_box"
5345   output-file-type: ".html"
5346   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
5347   data: "plot-vpp-throughput-latency-3n-hsw"
5348   filter: "'NIC_Intel-X710' and
5349            '64B' and
5350            'FEATURE' and
5351            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5352            'PDRDISC' and not 'NDRDISC' and
5353            '1T1C' and
5354            'IP4FWD' and
5355            not 'IPSEC' and 
5356            not 'VHOST'"
5357   parameters:
5358   - "throughput"
5359   - "parent"
5360   traces:
5361     hoverinfo: "x+y"
5362     boxpoints: "outliers"
5363     whiskerwidth: 0
5364   layout:
5365     title: ""  # No title
5366     layout: "plot-throughput"
5367
5368 -
5369   type: "plot"
5370   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
5371   algorithm: "plot_performance_box"
5372   output-file-type: ".html"
5373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
5374   data: "plot-vpp-throughput-latency-3n-hsw"
5375   filter: "'NIC_Intel-X710' and
5376            '64B' and
5377            'FEATURE' and
5378            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5379            'NDRDISC' and
5380            '2T2C' and
5381            'IP4FWD' and
5382            not 'IPSEC' and 
5383            not 'VHOST'"
5384   parameters:
5385   - "throughput"
5386   - "parent"
5387   traces:
5388     hoverinfo: "x+y"
5389     boxpoints: "outliers"
5390     whiskerwidth: 0
5391   layout:
5392     title: ""  # No title
5393     layout: "plot-throughput"
5394
5395 -
5396   type: "plot"
5397   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
5398   algorithm: "plot_performance_box"
5399   output-file-type: ".html"
5400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
5401   data: "plot-vpp-throughput-latency-3n-hsw"
5402   filter: "'NIC_Intel-X710' and
5403            '64B' and
5404            'FEATURE' and
5405            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5406            'PDRDISC' and not 'NDRDISC' and
5407            '2T2C' and
5408            'IP4FWD' and
5409            not 'IPSEC' and 
5410            not 'VHOST'"
5411   parameters:
5412   - "throughput"
5413   - "parent"
5414   traces:
5415     hoverinfo: "x+y"
5416     boxpoints: "outliers"
5417     whiskerwidth: 0
5418   layout:
5419     title: ""  # No title
5420     layout: "plot-throughput"
5421
5422 # Packet Throughput - VPP IPv4 3n-hsw-xl710
5423 -
5424   type: "plot"
5425   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5426   algorithm: "plot_performance_box"
5427   output-file-type: ".html"
5428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5429   data: "plot-vpp-throughput-latency-3n-hsw"
5430   filter: "'NIC_Intel-XL710' and
5431            '64B' and
5432            ('BASE' or 'SCALE') and
5433            'NDRDISC' and
5434            '1T1C' and
5435            'IP4FWD' and
5436            not 'IPSEC' and 
5437            not 'VHOST'"
5438   parameters:
5439   - "throughput"
5440   - "parent"
5441   traces:
5442     hoverinfo: "x+y"
5443     boxpoints: "outliers"
5444     whiskerwidth: 0
5445   layout:
5446     title: ""  # No title
5447     layout: "plot-throughput"
5448
5449 -
5450   type: "plot"
5451   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5452   algorithm: "plot_performance_box"
5453   output-file-type: ".html"
5454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5455   data: "plot-vpp-throughput-latency-3n-hsw"
5456   filter: "'NIC_Intel-XL710' and
5457            '64B' and
5458            ('BASE' or 'SCALE') and
5459            'PDRDISC' and not 'NDRDISC' and
5460            '1T1C' and
5461            'IP4FWD' and
5462            not 'IPSEC' and 
5463            not 'VHOST'"
5464   parameters:
5465   - "throughput"
5466   - "parent"
5467   traces:
5468     hoverinfo: "x+y"
5469     boxpoints: "outliers"
5470     whiskerwidth: 0
5471   layout:
5472     title: ""  # No title
5473     layout: "plot-throughput"
5474
5475 -
5476   type: "plot"
5477   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5478   algorithm: "plot_performance_box"
5479   output-file-type: ".html"
5480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5481   data: "plot-vpp-throughput-latency-3n-hsw"
5482   filter: "'NIC_Intel-XL710' and
5483            '64B' and
5484            ('BASE' or 'SCALE') and
5485            'NDRDISC' and
5486            '2T2C' and
5487            'IP4FWD' and
5488            not 'IPSEC' and 
5489            not 'VHOST'"
5490   parameters:
5491   - "throughput"
5492   - "parent"
5493   traces:
5494     hoverinfo: "x+y"
5495     boxpoints: "outliers"
5496     whiskerwidth: 0
5497   layout:
5498     title: ""  # No title
5499     layout: "plot-throughput"
5500
5501 -
5502   type: "plot"
5503   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5504   algorithm: "plot_performance_box"
5505   output-file-type: ".html"
5506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5507   data: "plot-vpp-throughput-latency-3n-hsw"
5508   filter: "'NIC_Intel-XL710' and
5509            '64B' and
5510            ('BASE' or 'SCALE') and
5511            'PDRDISC' and not 'NDRDISC' and
5512            '2T2C' and
5513            'IP4FWD' and
5514            not 'IPSEC' and 
5515            not 'VHOST'"
5516   parameters:
5517   - "throughput"
5518   - "parent"
5519   traces:
5520     hoverinfo: "x+y"
5521     boxpoints: "outliers"
5522     whiskerwidth: 0
5523   layout:
5524     title: ""  # No title
5525     layout: "plot-throughput"
5526
5527 # Packet Throughput - VPP IPv4 3n-skx-x710
5528 -
5529   type: "plot"
5530   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5531   algorithm: "plot_performance_box"
5532   output-file-type: ".html"
5533   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5534   data: "plot-vpp-throughput-latency-3n-skx"
5535   filter: "'NIC_Intel-X710' and
5536            '64B' and
5537            ('BASE' or 'SCALE') and
5538            'NDRDISC' and
5539            '2T1C' and
5540            'IP4FWD' and
5541            not 'IPSEC' and 
5542            not 'VHOST'"
5543   parameters:
5544   - "throughput"
5545   - "parent"
5546   traces:
5547     hoverinfo: "x+y"
5548     boxpoints: "outliers"
5549     whiskerwidth: 0
5550   layout:
5551     title: ""  # No title
5552     layout: "plot-throughput"
5553
5554 -
5555   type: "plot"
5556   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5557   algorithm: "plot_performance_box"
5558   output-file-type: ".html"
5559   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5560   data: "plot-vpp-throughput-latency-3n-skx"
5561   filter: "'NIC_Intel-X710' and
5562            '64B' and
5563            ('BASE' or 'SCALE') and
5564            'PDRDISC' and not 'NDRDISC' and
5565            '2T1C' and
5566            'IP4FWD' and
5567            not 'IPSEC' and 
5568            not 'VHOST'"
5569   parameters:
5570   - "throughput"
5571   - "parent"
5572   traces:
5573     hoverinfo: "x+y"
5574     boxpoints: "outliers"
5575     whiskerwidth: 0
5576   layout:
5577     title: ""  # No title
5578     layout: "plot-throughput"
5579
5580 -
5581   type: "plot"
5582   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5583   algorithm: "plot_performance_box"
5584   output-file-type: ".html"
5585   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5586   data: "plot-vpp-throughput-latency-3n-skx"
5587   filter: "'NIC_Intel-X710' and
5588            '64B' and
5589            ('BASE' or 'SCALE') and
5590            'NDRDISC' and
5591            '4T2C' and
5592            'IP4FWD' and
5593            not 'IPSEC' and 
5594            not 'VHOST'"
5595   parameters:
5596   - "throughput"
5597   - "parent"
5598   traces:
5599     hoverinfo: "x+y"
5600     boxpoints: "outliers"
5601     whiskerwidth: 0
5602   layout:
5603     title: ""  # No title
5604     layout: "plot-throughput"
5605
5606 -
5607   type: "plot"
5608   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5609   algorithm: "plot_performance_box"
5610   output-file-type: ".html"
5611   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5612   data: "plot-vpp-throughput-latency-3n-skx"
5613   filter: "'NIC_Intel-X710' and
5614            '64B' and
5615            ('BASE' or 'SCALE') and
5616            'PDRDISC' and not 'NDRDISC' and
5617            '4T2C' and
5618            'IP4FWD' and
5619            not 'IPSEC' and 
5620            not 'VHOST'"
5621   parameters:
5622   - "throughput"
5623   - "parent"
5624   traces:
5625     hoverinfo: "x+y"
5626     boxpoints: "outliers"
5627     whiskerwidth: 0
5628   layout:
5629     title: ""  # No title
5630     layout: "plot-throughput"
5631
5632 -
5633   type: "plot"
5634   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5635   algorithm: "plot_performance_box"
5636   output-file-type: ".html"
5637   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5638   data: "plot-vpp-throughput-latency-3n-skx"
5639   filter: "'NIC_Intel-X710' and
5640            '64B' and
5641            'FEATURE' and
5642            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5643            'NDRDISC' and
5644            '2T1C' and
5645            'IP4FWD' and
5646            not 'IPSEC' and 
5647            not 'VHOST'"
5648   parameters:
5649   - "throughput"
5650   - "parent"
5651   traces:
5652     hoverinfo: "x+y"
5653     boxpoints: "outliers"
5654     whiskerwidth: 0
5655   layout:
5656     title: ""  # No title
5657     layout: "plot-throughput"
5658
5659 -
5660   type: "plot"
5661   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5662   algorithm: "plot_performance_box"
5663   output-file-type: ".html"
5664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5665   data: "plot-vpp-throughput-latency-3n-skx"
5666   filter: "'NIC_Intel-X710' and
5667            '64B' and
5668            'FEATURE' and
5669            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5670            'PDRDISC' and not 'NDRDISC' and
5671            '2T1C' and
5672            'IP4FWD' and
5673            not 'IPSEC' and 
5674            not 'VHOST'"
5675   parameters:
5676   - "throughput"
5677   - "parent"
5678   traces:
5679     hoverinfo: "x+y"
5680     boxpoints: "outliers"
5681     whiskerwidth: 0
5682   layout:
5683     title: ""  # No title
5684     layout: "plot-throughput"
5685
5686 -
5687   type: "plot"
5688   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5689   algorithm: "plot_performance_box"
5690   output-file-type: ".html"
5691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5692   data: "plot-vpp-throughput-latency-3n-skx"
5693   filter: "'NIC_Intel-X710' and
5694            '64B' and
5695            'FEATURE' and
5696            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5697            'NDRDISC' and
5698            '4T2C' and
5699            'IP4FWD' and
5700            not 'IPSEC' and 
5701            not 'VHOST'"
5702   parameters:
5703   - "throughput"
5704   - "parent"
5705   traces:
5706     hoverinfo: "x+y"
5707     boxpoints: "outliers"
5708     whiskerwidth: 0
5709   layout:
5710     title: ""  # No title
5711     layout: "plot-throughput"
5712
5713 -
5714   type: "plot"
5715   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5716   algorithm: "plot_performance_box"
5717   output-file-type: ".html"
5718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5719   data: "plot-vpp-throughput-latency-3n-skx"
5720   filter: "'NIC_Intel-X710' and
5721            '64B' and
5722            'FEATURE' and
5723            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5724            'PDRDISC' and not 'NDRDISC' and
5725            '4T2C' and
5726            'IP4FWD' and
5727            not 'IPSEC' and 
5728            not 'VHOST'"
5729   parameters:
5730   - "throughput"
5731   - "parent"
5732   traces:
5733     hoverinfo: "x+y"
5734     boxpoints: "outliers"
5735     whiskerwidth: 0
5736   layout:
5737     title: ""  # No title
5738     layout: "plot-throughput"
5739
5740 # Packet Throughput - VPP IPv4 3n-skx-xxv710
5741 -
5742   type: "plot"
5743   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5744   algorithm: "plot_performance_box"
5745   output-file-type: ".html"
5746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5747   data: "plot-vpp-throughput-latency-3n-skx"
5748   filter: "'NIC_Intel-XXV710' and
5749            '64B' and
5750            ('BASE' or 'SCALE') and
5751            'NDRDISC' and
5752            '2T1C' and
5753            'IP4FWD' and
5754            not 'IPSEC' and 
5755            not 'VHOST'"
5756   parameters:
5757   - "throughput"
5758   - "parent"
5759   traces:
5760     hoverinfo: "x+y"
5761     boxpoints: "outliers"
5762     whiskerwidth: 0
5763   layout:
5764     title: ""  # No title
5765     layout: "plot-throughput"
5766
5767 -
5768   type: "plot"
5769   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5770   algorithm: "plot_performance_box"
5771   output-file-type: ".html"
5772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5773   data: "plot-vpp-throughput-latency-3n-skx"
5774   filter: "'NIC_Intel-XXV710' and
5775            '64B' and
5776            ('BASE' or 'SCALE') and
5777            'PDRDISC' and not 'NDRDISC' and
5778            '2T1C' and
5779            'IP4FWD' and
5780            not 'IPSEC' and 
5781            not 'VHOST'"
5782   parameters:
5783   - "throughput"
5784   - "parent"
5785   traces:
5786     hoverinfo: "x+y"
5787     boxpoints: "outliers"
5788     whiskerwidth: 0
5789   layout:
5790     title: ""  # No title
5791     layout: "plot-throughput"
5792
5793 -
5794   type: "plot"
5795   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5796   algorithm: "plot_performance_box"
5797   output-file-type: ".html"
5798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5799   data: "plot-vpp-throughput-latency-3n-skx"
5800   filter: "'NIC_Intel-XXV710' and
5801            '64B' and
5802            ('BASE' or 'SCALE') and
5803            'NDRDISC' and
5804            '4T2C' and
5805            'IP4FWD' and
5806            not 'IPSEC' and 
5807            not 'VHOST'"
5808   parameters:
5809   - "throughput"
5810   - "parent"
5811   traces:
5812     hoverinfo: "x+y"
5813     boxpoints: "outliers"
5814     whiskerwidth: 0
5815   layout:
5816     title: ""  # No title
5817     layout: "plot-throughput"
5818
5819 -
5820   type: "plot"
5821   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5822   algorithm: "plot_performance_box"
5823   output-file-type: ".html"
5824   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5825   data: "plot-vpp-throughput-latency-3n-skx"
5826   filter: "'NIC_Intel-XXV710' and
5827            '64B' and
5828            ('BASE' or 'SCALE') and
5829            'PDRDISC' and not 'NDRDISC' and
5830            '4T2C' and
5831            'IP4FWD' and
5832            not 'IPSEC' and 
5833            not 'VHOST'"
5834   parameters:
5835   - "throughput"
5836   - "parent"
5837   traces:
5838     hoverinfo: "x+y"
5839     boxpoints: "outliers"
5840     whiskerwidth: 0
5841   layout:
5842     title: ""  # No title
5843     layout: "plot-throughput"
5844
5845 -
5846   type: "plot"
5847   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5848   algorithm: "plot_performance_box"
5849   output-file-type: ".html"
5850   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5851   data: "plot-vpp-throughput-latency-3n-skx"
5852   filter: "'NIC_Intel-XXV710' and
5853            '64B' and
5854            'FEATURE' and
5855            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5856            'NDRDISC' and
5857            '2T1C' and
5858            'IP4FWD' and
5859            not 'IPSEC' and 
5860            not 'VHOST'"
5861   parameters:
5862   - "throughput"
5863   - "parent"
5864   traces:
5865     hoverinfo: "x+y"
5866     boxpoints: "outliers"
5867     whiskerwidth: 0
5868   layout:
5869     title: ""  # No title
5870     layout: "plot-throughput"
5871
5872 -
5873   type: "plot"
5874   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5875   algorithm: "plot_performance_box"
5876   output-file-type: ".html"
5877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5878   data: "plot-vpp-throughput-latency-3n-skx"
5879   filter: "'NIC_Intel-XXV710' and
5880            '64B' and
5881            'FEATURE' and
5882            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5883            'PDRDISC' and not 'NDRDISC' and
5884            '2T1C' and
5885            'IP4FWD' and
5886            not 'IPSEC' and 
5887            not 'VHOST'"
5888   parameters:
5889   - "throughput"
5890   - "parent"
5891   traces:
5892     hoverinfo: "x+y"
5893     boxpoints: "outliers"
5894     whiskerwidth: 0
5895   layout:
5896     title: ""  # No title
5897     layout: "plot-throughput"
5898
5899 -
5900   type: "plot"
5901   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5902   algorithm: "plot_performance_box"
5903   output-file-type: ".html"
5904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5905   data: "plot-vpp-throughput-latency-3n-skx"
5906   filter: "'NIC_Intel-XXV710' and
5907            '64B' and
5908            'FEATURE' and
5909            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5910            'NDRDISC' and
5911            '4T2C' and
5912            'IP4FWD' and
5913            not 'IPSEC' and 
5914            not 'VHOST'"
5915   parameters:
5916   - "throughput"
5917   - "parent"
5918   traces:
5919     hoverinfo: "x+y"
5920     boxpoints: "outliers"
5921     whiskerwidth: 0
5922   layout:
5923     title: ""  # No title
5924     layout: "plot-throughput"
5925
5926 -
5927   type: "plot"
5928   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5929   algorithm: "plot_performance_box"
5930   output-file-type: ".html"
5931   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5932   data: "plot-vpp-throughput-latency-3n-skx"
5933   filter: "'NIC_Intel-XXV710' and
5934            '64B' and
5935            'FEATURE' and
5936            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5937            'PDRDISC' and not 'NDRDISC' and
5938            '4T2C' and
5939            'IP4FWD' and
5940            not 'IPSEC' and 
5941            not 'VHOST'"
5942   parameters:
5943   - "throughput"
5944   - "parent"
5945   traces:
5946     hoverinfo: "x+y"
5947     boxpoints: "outliers"
5948     whiskerwidth: 0
5949   layout:
5950     title: ""  # No title
5951     layout: "plot-throughput"
5952
5953 # Packet Throughput - VPP IPv4 2n-skx-x710
5954 -
5955   type: "plot"
5956   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5957   algorithm: "plot_performance_box"
5958   output-file-type: ".html"
5959   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5960   data: "plot-vpp-throughput-latency-2n-skx"
5961   filter: "'NIC_Intel-X710' and
5962            '64B' and
5963            ('BASE' or 'SCALE') and
5964            'NDRDISC' and
5965            '2T1C' and
5966            'IP4FWD' and
5967            not 'IPSEC' and 
5968            not 'VHOST'"
5969   parameters:
5970   - "throughput"
5971   - "parent"
5972   traces:
5973     hoverinfo: "x+y"
5974     boxpoints: "outliers"
5975     whiskerwidth: 0
5976   layout:
5977     title: ""  # No title
5978     layout: "plot-throughput"
5979
5980 -
5981   type: "plot"
5982   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5983   algorithm: "plot_performance_box"
5984   output-file-type: ".html"
5985   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5986   data: "plot-vpp-throughput-latency-2n-skx"
5987   filter: "'NIC_Intel-X710' and
5988            '64B' and
5989            ('BASE' or 'SCALE') and
5990            'PDRDISC' and not 'NDRDISC' and
5991            '2T1C' and
5992            'IP4FWD' and
5993            not 'IPSEC' and 
5994            not 'VHOST'"
5995   parameters:
5996   - "throughput"
5997   - "parent"
5998   traces:
5999     hoverinfo: "x+y"
6000     boxpoints: "outliers"
6001     whiskerwidth: 0
6002   layout:
6003     title: ""  # No title
6004     layout: "plot-throughput"
6005
6006 -
6007   type: "plot"
6008   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6009   algorithm: "plot_performance_box"
6010   output-file-type: ".html"
6011   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6012   data: "plot-vpp-throughput-latency-2n-skx"
6013   filter: "'NIC_Intel-X710' and
6014            '64B' and
6015            ('BASE' or 'SCALE') and
6016            'NDRDISC' and
6017            '4T2C' and
6018            'IP4FWD' and
6019            not 'IPSEC' and 
6020            not 'VHOST'"
6021   parameters:
6022   - "throughput"
6023   - "parent"
6024   traces:
6025     hoverinfo: "x+y"
6026     boxpoints: "outliers"
6027     whiskerwidth: 0
6028   layout:
6029     title: ""  # No title
6030     layout: "plot-throughput"
6031
6032 -
6033   type: "plot"
6034   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6035   algorithm: "plot_performance_box"
6036   output-file-type: ".html"
6037   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6038   data: "plot-vpp-throughput-latency-2n-skx"
6039   filter: "'NIC_Intel-X710' and
6040            '64B' and
6041            ('BASE' or 'SCALE') and
6042            'PDRDISC' and not 'NDRDISC' and
6043            '4T2C' and
6044            'IP4FWD' and
6045            not 'IPSEC' and 
6046            not 'VHOST'"
6047   parameters:
6048   - "throughput"
6049   - "parent"
6050   traces:
6051     hoverinfo: "x+y"
6052     boxpoints: "outliers"
6053     whiskerwidth: 0
6054   layout:
6055     title: ""  # No title
6056     layout: "plot-throughput"
6057
6058 -
6059   type: "plot"
6060   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-ndr"
6061   algorithm: "plot_performance_box"
6062   output-file-type: ".html"
6063   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-ndr"
6064   data: "plot-vpp-throughput-latency-2n-skx"
6065   filter: "'NIC_Intel-X710' and
6066            '64B' and
6067            'FEATURE' and
6068            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6069            'NDRDISC' and
6070            '2T1C' and
6071            'IP4FWD' and
6072            not 'IPSEC' and 
6073            not 'VHOST'"
6074   parameters:
6075   - "throughput"
6076   - "parent"
6077   traces:
6078     hoverinfo: "x+y"
6079     boxpoints: "outliers"
6080     whiskerwidth: 0
6081   layout:
6082     title: ""  # No title
6083     layout: "plot-throughput"
6084
6085 -
6086   type: "plot"
6087   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-pdr"
6088   algorithm: "plot_performance_box"
6089   output-file-type: ".html"
6090   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-pdr"
6091   data: "plot-vpp-throughput-latency-2n-skx"
6092   filter: "'NIC_Intel-X710' and
6093            '64B' and
6094            'FEATURE' and
6095            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6096            'PDRDISC' and not 'NDRDISC' and
6097            '2T1C' and
6098            'IP4FWD' and
6099            not 'IPSEC' and 
6100            not 'VHOST'"
6101   parameters:
6102   - "throughput"
6103   - "parent"
6104   traces:
6105     hoverinfo: "x+y"
6106     boxpoints: "outliers"
6107     whiskerwidth: 0
6108   layout:
6109     title: ""  # No title
6110     layout: "plot-throughput"
6111
6112 -
6113   type: "plot"
6114   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-ndr"
6115   algorithm: "plot_performance_box"
6116   output-file-type: ".html"
6117   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-ndr"
6118   data: "plot-vpp-throughput-latency-2n-skx"
6119   filter: "'NIC_Intel-X710' and
6120            '64B' and
6121            'FEATURE' and
6122            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6123            'NDRDISC' and
6124            '4T2C' and
6125            'IP4FWD' and
6126            not 'IPSEC' and 
6127            not 'VHOST'"
6128   parameters:
6129   - "throughput"
6130   - "parent"
6131   traces:
6132     hoverinfo: "x+y"
6133     boxpoints: "outliers"
6134     whiskerwidth: 0
6135   layout:
6136     title: ""  # No title
6137     layout: "plot-throughput"
6138
6139 -
6140   type: "plot"
6141   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-pdr"
6142   algorithm: "plot_performance_box"
6143   output-file-type: ".html"
6144   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-pdr"
6145   data: "plot-vpp-throughput-latency-2n-skx"
6146   filter: "'NIC_Intel-X710' and
6147            '64B' and
6148            'FEATURE' and
6149            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6150            'PDRDISC' and not 'NDRDISC' and
6151            '4T2C' and
6152            'IP4FWD' and
6153            not 'IPSEC' and 
6154            not 'VHOST'"
6155   parameters:
6156   - "throughput"
6157   - "parent"
6158   traces:
6159     hoverinfo: "x+y"
6160     boxpoints: "outliers"
6161     whiskerwidth: 0
6162   layout:
6163     title: ""  # No title
6164     layout: "plot-throughput"
6165
6166 # Packet Throughput - VPP IPv4 2n-skx-xxv710
6167 -
6168   type: "plot"
6169   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6170   algorithm: "plot_performance_box"
6171   output-file-type: ".html"
6172   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6173   data: "plot-vpp-throughput-latency-2n-skx"
6174   filter: "'NIC_Intel-XXV710' and
6175            '64B' and
6176            ('BASE' or 'SCALE') and
6177            'NDRDISC' and
6178            '2T1C' and
6179            'IP4FWD' and
6180            not 'IPSEC' and 
6181            not 'VHOST'"
6182   parameters:
6183   - "throughput"
6184   - "parent"
6185   traces:
6186     hoverinfo: "x+y"
6187     boxpoints: "outliers"
6188     whiskerwidth: 0
6189   layout:
6190     title: ""  # No title
6191     layout: "plot-throughput"
6192
6193 -
6194   type: "plot"
6195   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6196   algorithm: "plot_performance_box"
6197   output-file-type: ".html"
6198   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6199   data: "plot-vpp-throughput-latency-2n-skx"
6200   filter: "'NIC_Intel-XXV710' and
6201            '64B' and
6202            ('BASE' or 'SCALE') and
6203            'PDRDISC' and not 'NDRDISC' and
6204            '2T1C' and
6205            'IP4FWD' and
6206            not 'IPSEC' and 
6207            not 'VHOST'"
6208   parameters:
6209   - "throughput"
6210   - "parent"
6211   traces:
6212     hoverinfo: "x+y"
6213     boxpoints: "outliers"
6214     whiskerwidth: 0
6215   layout:
6216     title: ""  # No title
6217     layout: "plot-throughput"
6218
6219 -
6220   type: "plot"
6221   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6222   algorithm: "plot_performance_box"
6223   output-file-type: ".html"
6224   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6225   data: "plot-vpp-throughput-latency-2n-skx"
6226   filter: "'NIC_Intel-XXV710' and
6227            '64B' and
6228            ('BASE' or 'SCALE') and
6229            'NDRDISC' and
6230            '4T2C' and
6231            'IP4FWD' and
6232            not 'IPSEC' and 
6233            not 'VHOST'"
6234   parameters:
6235   - "throughput"
6236   - "parent"
6237   traces:
6238     hoverinfo: "x+y"
6239     boxpoints: "outliers"
6240     whiskerwidth: 0
6241   layout:
6242     title: ""  # No title
6243     layout: "plot-throughput"
6244
6245 -
6246   type: "plot"
6247   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6248   algorithm: "plot_performance_box"
6249   output-file-type: ".html"
6250   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6251   data: "plot-vpp-throughput-latency-2n-skx"
6252   filter: "'NIC_Intel-XXV710' and
6253            '64B' and
6254            ('BASE' or 'SCALE') and
6255            'PDRDISC' and not 'NDRDISC' and
6256            '4T2C' and
6257            'IP4FWD' and
6258            not 'IPSEC' and 
6259            not 'VHOST'"
6260   parameters:
6261   - "throughput"
6262   - "parent"
6263   traces:
6264     hoverinfo: "x+y"
6265     boxpoints: "outliers"
6266     whiskerwidth: 0
6267   layout:
6268     title: ""  # No title
6269     layout: "plot-throughput"
6270
6271 -
6272   type: "plot"
6273   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-features-ndr"
6274   algorithm: "plot_performance_box"
6275   output-file-type: ".html"
6276   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-ndr"
6277   data: "plot-vpp-throughput-latency-2n-skx"
6278   filter: "'NIC_Intel-XXV710' and
6279            '64B' and
6280            'FEATURE' and
6281            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6282            'NDRDISC' and
6283            '2T1C' and
6284            'IP4FWD' and
6285            not 'IPSEC' and 
6286            not 'VHOST'"
6287   parameters:
6288   - "throughput"
6289   - "parent"
6290   traces:
6291     hoverinfo: "x+y"
6292     boxpoints: "outliers"
6293     whiskerwidth: 0
6294   layout:
6295     title: ""  # No title
6296     layout: "plot-throughput"
6297
6298 -
6299   type: "plot"
6300   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-features-pdr"
6301   algorithm: "plot_performance_box"
6302   output-file-type: ".html"
6303   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-pdr"
6304   data: "plot-vpp-throughput-latency-2n-skx"
6305   filter: "'NIC_Intel-XXV710' and
6306            '64B' and
6307            'FEATURE' and
6308            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6309            'PDRDISC' and not 'NDRDISC' and
6310            '2T1C' and
6311            'IP4FWD' and
6312            not 'IPSEC' and 
6313            not 'VHOST'"
6314   parameters:
6315   - "throughput"
6316   - "parent"
6317   traces:
6318     hoverinfo: "x+y"
6319     boxpoints: "outliers"
6320     whiskerwidth: 0
6321   layout:
6322     title: ""  # No title
6323     layout: "plot-throughput"
6324
6325 -
6326   type: "plot"
6327   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-features-ndr"
6328   algorithm: "plot_performance_box"
6329   output-file-type: ".html"
6330   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-ndr"
6331   data: "plot-vpp-throughput-latency-2n-skx"
6332   filter: "'NIC_Intel-XXV710' and
6333            '64B' and
6334            'FEATURE' and
6335            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6336            'NDRDISC' and
6337            '4T2C' and
6338            'IP4FWD' and
6339            not 'IPSEC' and 
6340            not 'VHOST'"
6341   parameters:
6342   - "throughput"
6343   - "parent"
6344   traces:
6345     hoverinfo: "x+y"
6346     boxpoints: "outliers"
6347     whiskerwidth: 0
6348   layout:
6349     title: ""  # No title
6350     layout: "plot-throughput"
6351
6352 -
6353   type: "plot"
6354   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-features-pdr"
6355   algorithm: "plot_performance_box"
6356   output-file-type: ".html"
6357   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-pdr"
6358   data: "plot-vpp-throughput-latency-2n-skx"
6359   filter: "'NIC_Intel-XXV710' and
6360            '64B' and
6361            'FEATURE' and
6362            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6363            'PDRDISC' and not 'NDRDISC' and
6364            '4T2C' and
6365            'IP4FWD' and
6366            not 'IPSEC' and 
6367            not 'VHOST'"
6368   parameters:
6369   - "throughput"
6370   - "parent"
6371   traces:
6372     hoverinfo: "x+y"
6373     boxpoints: "outliers"
6374     whiskerwidth: 0
6375   layout:
6376     title: ""  # No title
6377     layout: "plot-throughput"
6378
6379 ################################################################################
6380
6381 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
6382 -
6383   type: "plot"
6384   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6385   algorithm: "plot_performance_box"
6386   output-file-type: ".html"
6387   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6388   data: "plot-vpp-throughput-latency-3n-hsw"
6389   filter: "'NIC_Intel-X520-DA2' and
6390            '64B' and
6391            'ENCAP' and
6392            'NDRDISC' and
6393            '1T1C' and
6394            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6395            not 'VHOST' and
6396            not 'IPSECHW'"
6397   parameters:
6398   - "throughput"
6399   - "parent"
6400   traces:
6401     hoverinfo: "x+y"
6402     boxpoints: "outliers"
6403     whiskerwidth: 0
6404   layout:
6405     title: ""  # No title
6406     layout: "plot-throughput"
6407
6408 -
6409   type: "plot"
6410   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6411   algorithm: "plot_performance_box"
6412   output-file-type: ".html"
6413   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6414   data: "plot-vpp-throughput-latency-3n-hsw"
6415   filter: "'NIC_Intel-X520-DA2' and
6416            '64B' and
6417            'ENCAP' and
6418            'PDRDISC' and not 'NDRDISC' and
6419            '1T1C' and
6420            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6421            not 'VHOST' and
6422            not 'IPSECHW'"
6423   parameters:
6424   - "throughput"
6425   - "parent"
6426   traces:
6427     hoverinfo: "x+y"
6428     boxpoints: "outliers"
6429     whiskerwidth: 0
6430   layout:
6431     title: ""  # No title
6432     layout: "plot-throughput"
6433
6434 -
6435   type: "plot"
6436   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6437   algorithm: "plot_performance_box"
6438   output-file-type: ".html"
6439   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6440   data: "plot-vpp-throughput-latency-3n-hsw"
6441   filter: "'NIC_Intel-X520-DA2' and
6442            '64B' and
6443            'ENCAP' and
6444            'NDRDISC' and
6445            '2T2C' and
6446            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6447            not 'VHOST' and
6448            not 'IPSECHW'"
6449   parameters:
6450   - "throughput"
6451   - "parent"
6452   traces:
6453     hoverinfo: "x+y"
6454     boxpoints: "outliers"
6455     whiskerwidth: 0
6456   layout:
6457     title: ""  # No title
6458     layout: "plot-throughput"
6459
6460 -
6461   type: "plot"
6462   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6463   algorithm: "plot_performance_box"
6464   output-file-type: ".html"
6465   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6466   data: "plot-vpp-throughput-latency-3n-hsw"
6467   filter: "'NIC_Intel-X520-DA2' and
6468            '64B' and
6469            'ENCAP' and
6470            'PDRDISC' and not 'NDRDISC' and
6471            '2T2C' and
6472            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6473            not 'VHOST' and
6474            not 'IPSECHW'"
6475   parameters:
6476   - "throughput"
6477   - "parent"
6478   traces:
6479     hoverinfo: "x+y"
6480     boxpoints: "outliers"
6481     whiskerwidth: 0
6482   layout:
6483     title: ""  # No title
6484     layout: "plot-throughput"
6485
6486 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
6487 -
6488   type: "plot"
6489   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6490   algorithm: "plot_performance_box"
6491   output-file-type: ".html"
6492   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6493   data: "plot-vpp-throughput-latency-3n-hsw"
6494   filter: "'NIC_Intel-X710' and
6495            '64B' and
6496            'ENCAP' and
6497            'NDRDISC' and
6498            '1T1C' and
6499            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6500            not 'VHOST' and
6501            not 'IPSECHW'"
6502   parameters:
6503   - "throughput"
6504   - "parent"
6505   traces:
6506     hoverinfo: "x+y"
6507     boxpoints: "outliers"
6508     whiskerwidth: 0
6509   layout:
6510     title: ""  # No title
6511     layout: "plot-throughput"
6512
6513 -
6514   type: "plot"
6515   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6516   algorithm: "plot_performance_box"
6517   output-file-type: ".html"
6518   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6519   data: "plot-vpp-throughput-latency-3n-hsw"
6520   filter: "'NIC_Intel-X710' and
6521            '64B' and
6522            'ENCAP' and
6523            'PDRDISC' and not 'NDRDISC' and
6524            '1T1C' and
6525            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6526            not 'VHOST' and
6527            not 'IPSECHW'"
6528   parameters:
6529   - "throughput"
6530   - "parent"
6531   traces:
6532     hoverinfo: "x+y"
6533     boxpoints: "outliers"
6534     whiskerwidth: 0
6535   layout:
6536     title: ""  # No title
6537     layout: "plot-throughput"
6538
6539 -
6540   type: "plot"
6541   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6542   algorithm: "plot_performance_box"
6543   output-file-type: ".html"
6544   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6545   data: "plot-vpp-throughput-latency-3n-hsw"
6546   filter: "'NIC_Intel-X710' and
6547            '64B' and
6548            'ENCAP' and
6549            'NDRDISC' and
6550            '2T2C' and
6551            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6552            not 'VHOST' and
6553            not 'IPSECHW'"
6554   parameters:
6555   - "throughput"
6556   - "parent"
6557   traces:
6558     hoverinfo: "x+y"
6559     boxpoints: "outliers"
6560     whiskerwidth: 0
6561   layout:
6562     title: ""  # No title
6563     layout: "plot-throughput"
6564
6565 -
6566   type: "plot"
6567   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6568   algorithm: "plot_performance_box"
6569   output-file-type: ".html"
6570   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6571   data: "plot-vpp-throughput-latency-3n-hsw"
6572   filter: "'NIC_Intel-X710' and
6573            '64B' and
6574            'ENCAP' and
6575            'PDRDISC' and not 'NDRDISC' and
6576            '2T2C' and
6577            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6578            not 'VHOST' and
6579            not 'IPSECHW'"
6580   parameters:
6581   - "throughput"
6582   - "parent"
6583   traces:
6584     hoverinfo: "x+y"
6585     boxpoints: "outliers"
6586     whiskerwidth: 0
6587   layout:
6588     title: ""  # No title
6589     layout: "plot-throughput"
6590
6591 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
6592 -
6593   type: "plot"
6594   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6595   algorithm: "plot_performance_box"
6596   output-file-type: ".html"
6597   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6598   data: "plot-vpp-throughput-latency-3n-skx"
6599   filter: "'NIC_Intel-X710' and
6600            '64B' and
6601            'ENCAP' and
6602            'NDRDISC' and
6603            '2T1C' and
6604            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6605            not 'VHOST' and
6606            not 'IPSECHW'"
6607   parameters:
6608   - "throughput"
6609   - "parent"
6610   traces:
6611     hoverinfo: "x+y"
6612     boxpoints: "outliers"
6613     whiskerwidth: 0
6614   layout:
6615     title: ""  # No title
6616     layout: "plot-throughput"
6617
6618 -
6619   type: "plot"
6620   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6621   algorithm: "plot_performance_box"
6622   output-file-type: ".html"
6623   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6624   data: "plot-vpp-throughput-latency-3n-skx"
6625   filter: "'NIC_Intel-X710' and
6626            '64B' and
6627            'ENCAP' and
6628            'PDRDISC' and not 'NDRDISC' and
6629            '2T1C' and
6630            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6631            not 'VHOST' and
6632            not 'IPSECHW'"
6633   parameters:
6634   - "throughput"
6635   - "parent"
6636   traces:
6637     hoverinfo: "x+y"
6638     boxpoints: "outliers"
6639     whiskerwidth: 0
6640   layout:
6641     title: ""  # No title
6642     layout: "plot-throughput"
6643
6644 -
6645   type: "plot"
6646   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6647   algorithm: "plot_performance_box"
6648   output-file-type: ".html"
6649   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6650   data: "plot-vpp-throughput-latency-3n-skx"
6651   filter: "'NIC_Intel-X710' and
6652            '64B' and
6653            'ENCAP' and
6654            'NDRDISC' and
6655            '4T2C' and
6656            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6657            not 'VHOST' and
6658            not 'IPSECHW'"
6659   parameters:
6660   - "throughput"
6661   - "parent"
6662   traces:
6663     hoverinfo: "x+y"
6664     boxpoints: "outliers"
6665     whiskerwidth: 0
6666   layout:
6667     title: ""  # No title
6668     layout: "plot-throughput"
6669
6670 -
6671   type: "plot"
6672   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6673   algorithm: "plot_performance_box"
6674   output-file-type: ".html"
6675   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6676   data: "plot-vpp-throughput-latency-3n-skx"
6677   filter: "'NIC_Intel-X710' and
6678            '64B' and
6679            'ENCAP' and
6680            'PDRDISC' and not 'NDRDISC' and
6681            '4T2C' and
6682            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6683            not 'VHOST' and
6684            not 'IPSECHW'"
6685   parameters:
6686   - "throughput"
6687   - "parent"
6688   traces:
6689     hoverinfo: "x+y"
6690     boxpoints: "outliers"
6691     whiskerwidth: 0
6692   layout:
6693     title: ""  # No title
6694     layout: "plot-throughput"
6695
6696 # Packet Throughput - VPP IPv4 tunnels 3n-skx-xxv710
6697 -
6698   type: "plot"
6699   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6700   algorithm: "plot_performance_box"
6701   output-file-type: ".html"
6702   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6703   data: "plot-vpp-throughput-latency-3n-skx"
6704   filter: "'NIC_Intel-XXV710' and
6705            '64B' and
6706            'ENCAP' and
6707            'NDRDISC' and
6708            '2T1C' and
6709            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6710            not 'VHOST' and
6711            not 'IPSECHW'"
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: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6726   algorithm: "plot_performance_box"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6729   data: "plot-vpp-throughput-latency-3n-skx"
6730   filter: "'NIC_Intel-XXV710' and
6731            '64B' and
6732            'ENCAP' and
6733            'PDRDISC' and not 'NDRDISC' and
6734            '2T1C' and
6735            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6736            not 'VHOST' and
6737            not 'IPSECHW'"
6738   parameters:
6739   - "throughput"
6740   - "parent"
6741   traces:
6742     hoverinfo: "x+y"
6743     boxpoints: "outliers"
6744     whiskerwidth: 0
6745   layout:
6746     title: ""  # No title
6747     layout: "plot-throughput"
6748
6749 -
6750   type: "plot"
6751   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6752   algorithm: "plot_performance_box"
6753   output-file-type: ".html"
6754   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6755   data: "plot-vpp-throughput-latency-3n-skx"
6756   filter: "'NIC_Intel-XXV710' and
6757            '64B' and
6758            'ENCAP' and
6759            'NDRDISC' and
6760            '4T2C' and
6761            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6762            not 'VHOST' and
6763            not 'IPSECHW'"
6764   parameters:
6765   - "throughput"
6766   - "parent"
6767   traces:
6768     hoverinfo: "x+y"
6769     boxpoints: "outliers"
6770     whiskerwidth: 0
6771   layout:
6772     title: ""  # No title
6773     layout: "plot-throughput"
6774
6775 -
6776   type: "plot"
6777   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6778   algorithm: "plot_performance_box"
6779   output-file-type: ".html"
6780   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6781   data: "plot-vpp-throughput-latency-3n-skx"
6782   filter: "'NIC_Intel-XXV710' and
6783            '64B' and
6784            'ENCAP' and
6785            'PDRDISC' and not 'NDRDISC' and
6786            '4T2C' and
6787            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6788            not 'VHOST' and
6789            not 'IPSECHW'"
6790   parameters:
6791   - "throughput"
6792   - "parent"
6793   traces:
6794     hoverinfo: "x+y"
6795     boxpoints: "outliers"
6796     whiskerwidth: 0
6797   layout:
6798     title: ""  # No title
6799     layout: "plot-throughput"
6800
6801 # Packet Throughput - VPP IPv4 tunnels 2n-skx-x710
6802 -
6803   type: "plot"
6804   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6805   algorithm: "plot_performance_box"
6806   output-file-type: ".html"
6807   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6808   data: "plot-vpp-throughput-latency-2n-skx"
6809   filter: "'NIC_Intel-X710' and
6810            '64B' and
6811            'ENCAP' and
6812            'NDRDISC' and
6813            '2T1C' and
6814            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6815            not 'VHOST' and
6816            not 'IPSECHW'"
6817   parameters:
6818   - "throughput"
6819   - "parent"
6820   traces:
6821     hoverinfo: "x+y"
6822     boxpoints: "outliers"
6823     whiskerwidth: 0
6824   layout:
6825     title: ""  # No title
6826     layout: "plot-throughput"
6827
6828 -
6829   type: "plot"
6830   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6831   algorithm: "plot_performance_box"
6832   output-file-type: ".html"
6833   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6834   data: "plot-vpp-throughput-latency-2n-skx"
6835   filter: "'NIC_Intel-X710' and
6836            '64B' and
6837            'ENCAP' and
6838            'PDRDISC' and not 'NDRDISC' and
6839            '2T1C' and
6840            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6841            not 'VHOST' and
6842            not 'IPSECHW'"
6843   parameters:
6844   - "throughput"
6845   - "parent"
6846   traces:
6847     hoverinfo: "x+y"
6848     boxpoints: "outliers"
6849     whiskerwidth: 0
6850   layout:
6851     title: ""  # No title
6852     layout: "plot-throughput"
6853
6854 -
6855   type: "plot"
6856   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6857   algorithm: "plot_performance_box"
6858   output-file-type: ".html"
6859   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6860   data: "plot-vpp-throughput-latency-2n-skx"
6861   filter: "'NIC_Intel-X710' and
6862            '64B' and
6863            'ENCAP' and
6864            'NDRDISC' and
6865            '4T2C' and
6866            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6867            not 'VHOST' and
6868            not 'IPSECHW'"
6869   parameters:
6870   - "throughput"
6871   - "parent"
6872   traces:
6873     hoverinfo: "x+y"
6874     boxpoints: "outliers"
6875     whiskerwidth: 0
6876   layout:
6877     title: ""  # No title
6878     layout: "plot-throughput"
6879
6880 -
6881   type: "plot"
6882   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6883   algorithm: "plot_performance_box"
6884   output-file-type: ".html"
6885   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6886   data: "plot-vpp-throughput-latency-2n-skx"
6887   filter: "'NIC_Intel-X710' and
6888            '64B' and
6889            'ENCAP' and
6890            'PDRDISC' and not 'NDRDISC' and
6891            '4T2C' and
6892            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6893            not 'VHOST' and
6894            not 'IPSECHW'"
6895   parameters:
6896   - "throughput"
6897   - "parent"
6898   traces:
6899     hoverinfo: "x+y"
6900     boxpoints: "outliers"
6901     whiskerwidth: 0
6902   layout:
6903     title: ""  # No title
6904     layout: "plot-throughput"
6905
6906 # Packet Throughput - VPP IPv4 tunnels 2n-skx-xxv710
6907 -
6908   type: "plot"
6909   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6910   algorithm: "plot_performance_box"
6911   output-file-type: ".html"
6912   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6913   data: "plot-vpp-throughput-latency-2n-skx"
6914   filter: "'NIC_Intel-XXV710' and
6915            '64B' and
6916            'ENCAP' and
6917            'NDRDISC' and
6918            '2T1C' and
6919            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6920            not 'VHOST' and
6921            not 'IPSECHW'"
6922   parameters:
6923   - "throughput"
6924   - "parent"
6925   traces:
6926     hoverinfo: "x+y"
6927     boxpoints: "outliers"
6928     whiskerwidth: 0
6929   layout:
6930     title: ""  # No title
6931     layout: "plot-throughput"
6932
6933 -
6934   type: "plot"
6935   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6936   algorithm: "plot_performance_box"
6937   output-file-type: ".html"
6938   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6939   data: "plot-vpp-throughput-latency-2n-skx"
6940   filter: "'NIC_Intel-XXV710' and
6941            '64B' and
6942            'ENCAP' and
6943            'PDRDISC' and not 'NDRDISC' and
6944            '2T1C' and
6945            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6946            not 'VHOST' and
6947            not 'IPSECHW'"
6948   parameters:
6949   - "throughput"
6950   - "parent"
6951   traces:
6952     hoverinfo: "x+y"
6953     boxpoints: "outliers"
6954     whiskerwidth: 0
6955   layout:
6956     title: ""  # No title
6957     layout: "plot-throughput"
6958
6959 -
6960   type: "plot"
6961   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6962   algorithm: "plot_performance_box"
6963   output-file-type: ".html"
6964   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6965   data: "plot-vpp-throughput-latency-2n-skx"
6966   filter: "'NIC_Intel-XXV710' and
6967            '64B' and
6968            'ENCAP' and
6969            'NDRDISC' and
6970            '4T2C' and
6971            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6972            not 'VHOST' and
6973            not 'IPSECHW'"
6974   parameters:
6975   - "throughput"
6976   - "parent"
6977   traces:
6978     hoverinfo: "x+y"
6979     boxpoints: "outliers"
6980     whiskerwidth: 0
6981   layout:
6982     title: ""  # No title
6983     layout: "plot-throughput"
6984
6985 -
6986   type: "plot"
6987   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6988   algorithm: "plot_performance_box"
6989   output-file-type: ".html"
6990   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6991   data: "plot-vpp-throughput-latency-2n-skx"
6992   filter: "'NIC_Intel-XXV710' and
6993            '64B' and
6994            'ENCAP' and
6995            'PDRDISC' and not 'NDRDISC' and
6996            '4T2C' and
6997            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6998            not 'VHOST' and
6999            not 'IPSECHW'"
7000   parameters:
7001   - "throughput"
7002   - "parent"
7003   traces:
7004     hoverinfo: "x+y"
7005     boxpoints: "outliers"
7006     whiskerwidth: 0
7007   layout:
7008     title: ""  # No title
7009     layout: "plot-throughput"
7010
7011 ################################################################################
7012
7013 # Packet Throughput - VPP IPv6 3n-hsw-x520
7014 -
7015   type: "plot"
7016   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7017   algorithm: "plot_performance_box"
7018   output-file-type: ".html"
7019   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7020   data: "plot-vpp-throughput-latency-3n-hsw"
7021   filter: "'NIC_Intel-X520-DA2' and
7022            '78B' and
7023            ('BASE' or 'SCALE') and
7024            'NDRDISC' and
7025            '1T1C' and
7026            'IP6FWD' and
7027            not 'SRv6' and
7028            not 'IPSEC' and 
7029            not 'VHOST'"
7030   parameters:
7031   - "throughput"
7032   - "parent"
7033   traces:
7034     hoverinfo: "x+y"
7035     boxpoints: "outliers"
7036     whiskerwidth: 0
7037   layout:
7038     title: ""  # No title
7039     layout: "plot-throughput"
7040
7041 -
7042   type: "plot"
7043   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7044   algorithm: "plot_performance_box"
7045   output-file-type: ".html"
7046   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7047   data: "plot-vpp-throughput-latency-3n-hsw"
7048   filter: "'NIC_Intel-X520-DA2' and
7049            '78B' and
7050            ('BASE' or 'SCALE') and
7051            'PDRDISC' and not 'NDRDISC' and
7052            '1T1C' and
7053            'IP6FWD' and
7054            not 'SRv6' and
7055            not 'IPSEC' and 
7056            not 'VHOST'"
7057   parameters:
7058   - "throughput"
7059   - "parent"
7060   traces:
7061     hoverinfo: "x+y"
7062     boxpoints: "outliers"
7063     whiskerwidth: 0
7064   layout:
7065     title: ""  # No title
7066     layout: "plot-throughput"
7067
7068 -
7069   type: "plot"
7070   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7071   algorithm: "plot_performance_box"
7072   output-file-type: ".html"
7073   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7074   data: "plot-vpp-throughput-latency-3n-hsw"
7075   filter: "'NIC_Intel-X520-DA2' and
7076            '78B' and
7077            ('BASE' or 'SCALE') and
7078            'NDRDISC' and
7079            '2T2C' and
7080            'IP6FWD' and
7081            not 'SRv6' and
7082            not 'IPSEC' and 
7083            not 'VHOST'"
7084   parameters:
7085   - "throughput"
7086   - "parent"
7087   traces:
7088     hoverinfo: "x+y"
7089     boxpoints: "outliers"
7090     whiskerwidth: 0
7091   layout:
7092     title: ""  # No title
7093     layout: "plot-throughput"
7094
7095 -
7096   type: "plot"
7097   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7098   algorithm: "plot_performance_box"
7099   output-file-type: ".html"
7100   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7101   data: "plot-vpp-throughput-latency-3n-hsw"
7102   filter: "'NIC_Intel-X520-DA2' and
7103            '78B' and
7104            ('BASE' or 'SCALE') and
7105            'PDRDISC' and not 'NDRDISC' and
7106            '2T2C' and
7107            'IP6FWD' and
7108            not 'SRv6' and
7109            not 'IPSEC' and 
7110            not 'VHOST'"
7111   parameters:
7112   - "throughput"
7113   - "parent"
7114   traces:
7115     hoverinfo: "x+y"
7116     boxpoints: "outliers"
7117     whiskerwidth: 0
7118   layout:
7119     title: ""  # No title
7120     layout: "plot-throughput"
7121
7122 -
7123   type: "plot"
7124   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-ndr"
7125   algorithm: "plot_performance_box"
7126   output-file-type: ".html"
7127   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr"
7128   data: "plot-vpp-throughput-latency-3n-hsw"
7129   filter: "'NIC_Intel-X520-DA2' and
7130            '78B' and
7131            'FEATURE' and
7132            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7133            'NDRDISC' and
7134            '1T1C' and
7135            'IP6FWD' and
7136            not 'SRv6' and
7137            not 'IPSEC' and 
7138            not 'VHOST'"
7139   parameters:
7140   - "throughput"
7141   - "parent"
7142   traces:
7143     hoverinfo: "x+y"
7144     boxpoints: "outliers"
7145     whiskerwidth: 0
7146   layout:
7147     title: ""  # No title
7148     layout: "plot-throughput"
7149
7150 -
7151   type: "plot"
7152   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-pdr"
7153   algorithm: "plot_performance_box"
7154   output-file-type: ".html"
7155   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-pdr"
7156   data: "plot-vpp-throughput-latency-3n-hsw"
7157   filter: "'NIC_Intel-X520-DA2' and
7158            '78B' and
7159            'FEATURE' and
7160            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7161            'PDRDISC' and not 'NDRDISC' and
7162            '1T1C' and
7163            'IP6FWD' and
7164            not 'SRv6' and
7165            not 'IPSEC' and 
7166            not 'VHOST'"
7167   parameters:
7168   - "throughput"
7169   - "parent"
7170   traces:
7171     hoverinfo: "x+y"
7172     boxpoints: "outliers"
7173     whiskerwidth: 0
7174   layout:
7175     title: ""  # No title
7176     layout: "plot-throughput"
7177
7178 -
7179   type: "plot"
7180   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-ndr"
7181   algorithm: "plot_performance_box"
7182   output-file-type: ".html"
7183   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr"
7184   data: "plot-vpp-throughput-latency-3n-hsw"
7185   filter: "'NIC_Intel-X520-DA2' and
7186            '78B' and
7187            'FEATURE' and
7188            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7189            'NDRDISC' and
7190            '2T2C' and
7191            not 'SRv6' and
7192            'IP6FWD' and
7193            not 'IPSEC' and 
7194            not 'VHOST'"
7195   parameters:
7196   - "throughput"
7197   - "parent"
7198   traces:
7199     hoverinfo: "x+y"
7200     boxpoints: "outliers"
7201     whiskerwidth: 0
7202   layout:
7203     title: ""  # No title
7204     layout: "plot-throughput"
7205
7206 -
7207   type: "plot"
7208   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-pdr"
7209   algorithm: "plot_performance_box"
7210   output-file-type: ".html"
7211   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-pdr"
7212   data: "plot-vpp-throughput-latency-3n-hsw"
7213   filter: "'NIC_Intel-X520-DA2' and
7214            '78B' and
7215            'FEATURE' and
7216            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7217            'PDRDISC' and not 'NDRDISC' and
7218            '2T2C' and
7219            'IP6FWD' and
7220            not 'SRv6' and
7221            not 'IPSEC' and 
7222            not 'VHOST'"
7223   parameters:
7224   - "throughput"
7225   - "parent"
7226   traces:
7227     hoverinfo: "x+y"
7228     boxpoints: "outliers"
7229     whiskerwidth: 0
7230   layout:
7231     title: ""  # No title
7232     layout: "plot-throughput"
7233
7234 # Packet Throughput - VPP IPv6 3n-hsw-x710
7235 -
7236   type: "plot"
7237   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
7238   algorithm: "plot_performance_box"
7239   output-file-type: ".html"
7240   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
7241   data: "plot-vpp-throughput-latency-3n-hsw"
7242   filter: "'NIC_Intel-X710' and
7243            '78B' and
7244            ('BASE' or 'SCALE') and
7245            'NDRDISC' and
7246            '1T1C' and
7247            'IP6FWD' and
7248            not 'SRv6' and
7249            not 'IPSEC' and 
7250            not 'VHOST'"
7251   parameters:
7252   - "throughput"
7253   - "parent"
7254   traces:
7255     hoverinfo: "x+y"
7256     boxpoints: "outliers"
7257     whiskerwidth: 0
7258   layout:
7259     title: ""  # No title
7260     layout: "plot-throughput"
7261
7262 -
7263   type: "plot"
7264   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
7265   algorithm: "plot_performance_box"
7266   output-file-type: ".html"
7267   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
7268   data: "plot-vpp-throughput-latency-3n-hsw"
7269   filter: "'NIC_Intel-X710' and
7270            '78B' and
7271            ('BASE' or 'SCALE') and
7272            'PDRDISC' and not 'NDRDISC' and
7273            '1T1C' and
7274            'IP6FWD' and
7275            not 'SRv6' and
7276            not 'IPSEC' and 
7277            not 'VHOST'"
7278   parameters:
7279   - "throughput"
7280   - "parent"
7281   traces:
7282     hoverinfo: "x+y"
7283     boxpoints: "outliers"
7284     whiskerwidth: 0
7285   layout:
7286     title: ""  # No title
7287     layout: "plot-throughput"
7288
7289 -
7290   type: "plot"
7291   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
7292   algorithm: "plot_performance_box"
7293   output-file-type: ".html"
7294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
7295   data: "plot-vpp-throughput-latency-3n-hsw"
7296   filter: "'NIC_Intel-X710' and
7297            '78B' and
7298            ('BASE' or 'SCALE') and
7299            'NDRDISC' and
7300            '2T2C' and
7301            'IP6FWD' and
7302            not 'SRv6' and
7303            not 'IPSEC' and 
7304            not 'VHOST'"
7305   parameters:
7306   - "throughput"
7307   - "parent"
7308   traces:
7309     hoverinfo: "x+y"
7310     boxpoints: "outliers"
7311     whiskerwidth: 0
7312   layout:
7313     title: ""  # No title
7314     layout: "plot-throughput"
7315
7316 -
7317   type: "plot"
7318   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
7319   algorithm: "plot_performance_box"
7320   output-file-type: ".html"
7321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
7322   data: "plot-vpp-throughput-latency-3n-hsw"
7323   filter: "'NIC_Intel-X710' and
7324            '78B' and
7325            ('BASE' or 'SCALE') and
7326            'PDRDISC' and not 'NDRDISC' and
7327            '2T2C' and
7328            'IP6FWD' and
7329            not 'SRv6' and
7330            not 'IPSEC' and 
7331            not 'VHOST'"
7332   parameters:
7333   - "throughput"
7334   - "parent"
7335   traces:
7336     hoverinfo: "x+y"
7337     boxpoints: "outliers"
7338     whiskerwidth: 0
7339   layout:
7340     title: ""  # No title
7341     layout: "plot-throughput"
7342
7343 -
7344   type: "plot"
7345   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-ndr"
7346   algorithm: "plot_performance_box"
7347   output-file-type: ".html"
7348   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr"
7349   data: "plot-vpp-throughput-latency-3n-hsw"
7350   filter: "'NIC_Intel-X710' and
7351            '78B' and
7352            'FEATURE' and
7353            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7354            'NDRDISC' and
7355            '1T1C' and
7356            'IP6FWD' and
7357            not 'SRv6' and
7358            not 'IPSEC' and 
7359            not 'VHOST'"
7360   parameters:
7361   - "throughput"
7362   - "parent"
7363   traces:
7364     hoverinfo: "x+y"
7365     boxpoints: "outliers"
7366     whiskerwidth: 0
7367   layout:
7368     title: ""  # No title
7369     layout: "plot-throughput"
7370
7371 -
7372   type: "plot"
7373   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-pdr"
7374   algorithm: "plot_performance_box"
7375   output-file-type: ".html"
7376   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-pdr"
7377   data: "plot-vpp-throughput-latency-3n-hsw"
7378   filter: "'NIC_Intel-X710' and
7379            '78B' and
7380            'FEATURE' and
7381            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7382            'PDRDISC' and not 'NDRDISC' and
7383            '1T1C' and
7384            'IP6FWD' and
7385            not 'SRv6' and
7386            not 'IPSEC' and 
7387            not 'VHOST'"
7388   parameters:
7389   - "throughput"
7390   - "parent"
7391   traces:
7392     hoverinfo: "x+y"
7393     boxpoints: "outliers"
7394     whiskerwidth: 0
7395   layout:
7396     title: ""  # No title
7397     layout: "plot-throughput"
7398
7399 -
7400   type: "plot"
7401   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-ndr"
7402   algorithm: "plot_performance_box"
7403   output-file-type: ".html"
7404   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr"
7405   data: "plot-vpp-throughput-latency-3n-hsw"
7406   filter: "'NIC_Intel-X710' and
7407            '78B' and
7408            'FEATURE' and
7409            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7410            'NDRDISC' and
7411            '2T2C' and
7412            'IP6FWD' and
7413            not 'SRv6' and
7414            not 'IPSEC' and 
7415            not 'VHOST'"
7416   parameters:
7417   - "throughput"
7418   - "parent"
7419   traces:
7420     hoverinfo: "x+y"
7421     boxpoints: "outliers"
7422     whiskerwidth: 0
7423   layout:
7424     title: ""  # No title
7425     layout: "plot-throughput"
7426
7427 -
7428   type: "plot"
7429   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-pdr"
7430   algorithm: "plot_performance_box"
7431   output-file-type: ".html"
7432   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-pdr"
7433   data: "plot-vpp-throughput-latency-3n-hsw"
7434   filter: "'NIC_Intel-X710' and
7435            '78B' and
7436            'FEATURE' and
7437            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7438            'PDRDISC' and not 'NDRDISC' and
7439            '2T2C' and
7440            'IP6FWD' and
7441            not 'SRv6' and
7442            not 'IPSEC' 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 # Packet Throughput - VPP IPv6 3n-hsw-xl710
7456 -
7457   type: "plot"
7458   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
7459   algorithm: "plot_performance_box"
7460   output-file-type: ".html"
7461   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
7462   data: "plot-vpp-throughput-latency-3n-hsw"
7463   filter: "'NIC_Intel-XL710' and
7464            '78B' and
7465            ('BASE' or 'SCALE') and
7466            'NDRDISC' and
7467            '1T1C' and
7468            'IP6FWD' and
7469            not 'SRv6' and
7470            not 'IPSEC' and 
7471            not 'VHOST'"
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: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
7486   algorithm: "plot_performance_box"
7487   output-file-type: ".html"
7488   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
7489   data: "plot-vpp-throughput-latency-3n-hsw"
7490   filter: "'NIC_Intel-XL710' and
7491            '78B' and
7492            ('BASE' or 'SCALE') and
7493            'PDRDISC' and not 'NDRDISC' and
7494            '1T1C' and
7495            'IP6FWD' and
7496            not 'SRv6' and
7497            not 'IPSEC' and 
7498            not 'VHOST'"
7499   parameters:
7500   - "throughput"
7501   - "parent"
7502   traces:
7503     hoverinfo: "x+y"
7504     boxpoints: "outliers"
7505     whiskerwidth: 0
7506   layout:
7507     title: ""  # No title
7508     layout: "plot-throughput"
7509
7510 -
7511   type: "plot"
7512   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
7513   algorithm: "plot_performance_box"
7514   output-file-type: ".html"
7515   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
7516   data: "plot-vpp-throughput-latency-3n-hsw"
7517   filter: "'NIC_Intel-XL710' and
7518            '78B' and
7519            ('BASE' or 'SCALE') and
7520            'NDRDISC' and
7521            '2T2C' and
7522            'IP6FWD' and
7523            not 'SRv6' and
7524            not 'IPSEC' and 
7525            not 'VHOST'"
7526   parameters:
7527   - "throughput"
7528   - "parent"
7529   traces:
7530     hoverinfo: "x+y"
7531     boxpoints: "outliers"
7532     whiskerwidth: 0
7533   layout:
7534     title: ""  # No title
7535     layout: "plot-throughput"
7536
7537 -
7538   type: "plot"
7539   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
7540   algorithm: "plot_performance_box"
7541   output-file-type: ".html"
7542   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
7543   data: "plot-vpp-throughput-latency-3n-hsw"
7544   filter: "'NIC_Intel-XL710' and
7545            '78B' and
7546            ('BASE' or 'SCALE') and
7547            'PDRDISC' and not 'NDRDISC' and
7548            '2T2C' and
7549            'IP6FWD' and
7550            not 'SRv6' and
7551            not 'IPSEC' and 
7552            not 'VHOST'"
7553   parameters:
7554   - "throughput"
7555   - "parent"
7556   traces:
7557     hoverinfo: "x+y"
7558     boxpoints: "outliers"
7559     whiskerwidth: 0
7560   layout:
7561     title: ""  # No title
7562     layout: "plot-throughput"
7563
7564 # Packet Throughput - VPP IPv6 3n-skx-x710
7565 -
7566   type: "plot"
7567   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
7568   algorithm: "plot_performance_box"
7569   output-file-type: ".html"
7570   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
7571   data: "plot-vpp-throughput-latency-3n-skx"
7572   filter: "'NIC_Intel-X710' and
7573            '78B' and
7574            ('BASE' or 'SCALE') and
7575            'NDRDISC' and
7576            '2T1C' and
7577            'IP6FWD' and
7578            not 'SRv6' and
7579            not 'IPSEC' and 
7580            not 'VHOST'"
7581   parameters:
7582   - "throughput"
7583   - "parent"
7584   traces:
7585     hoverinfo: "x+y"
7586     boxpoints: "outliers"
7587     whiskerwidth: 0
7588   layout:
7589     title: ""  # No title
7590     layout: "plot-throughput"
7591
7592 -
7593   type: "plot"
7594   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
7595   algorithm: "plot_performance_box"
7596   output-file-type: ".html"
7597   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
7598   data: "plot-vpp-throughput-latency-3n-skx"
7599   filter: "'NIC_Intel-X710' and
7600            '78B' and
7601            ('BASE' or 'SCALE') and
7602            'PDRDISC' and not 'NDRDISC' and
7603            '2T1C' and
7604            'IP6FWD' and
7605            not 'SRv6' and
7606            not 'IPSEC' and 
7607            not 'VHOST'"
7608   parameters:
7609   - "throughput"
7610   - "parent"
7611   traces:
7612     hoverinfo: "x+y"
7613     boxpoints: "outliers"
7614     whiskerwidth: 0
7615   layout:
7616     title: ""  # No title
7617     layout: "plot-throughput"
7618
7619 -
7620   type: "plot"
7621   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
7622   algorithm: "plot_performance_box"
7623   output-file-type: ".html"
7624   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
7625   data: "plot-vpp-throughput-latency-3n-skx"
7626   filter: "'NIC_Intel-X710' and
7627            '78B' and
7628            ('BASE' or 'SCALE') and
7629            'NDRDISC' and
7630            '4T2C' and
7631            'IP6FWD' and
7632            not 'SRv6' and
7633            not 'IPSEC' and 
7634            not 'VHOST'"
7635   parameters:
7636   - "throughput"
7637   - "parent"
7638   traces:
7639     hoverinfo: "x+y"
7640     boxpoints: "outliers"
7641     whiskerwidth: 0
7642   layout:
7643     title: ""  # No title
7644     layout: "plot-throughput"
7645
7646 -
7647   type: "plot"
7648   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
7649   algorithm: "plot_performance_box"
7650   output-file-type: ".html"
7651   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
7652   data: "plot-vpp-throughput-latency-3n-skx"
7653   filter: "'NIC_Intel-X710' and
7654            '78B' and
7655            ('BASE' or 'SCALE') and
7656            'PDRDISC' and not 'NDRDISC' and
7657            '4T2C' and
7658            'IP6FWD' and
7659            not 'SRv6' and
7660            not 'IPSEC' and 
7661            not 'VHOST'"
7662   parameters:
7663   - "throughput"
7664   - "parent"
7665   traces:
7666     hoverinfo: "x+y"
7667     boxpoints: "outliers"
7668     whiskerwidth: 0
7669   layout:
7670     title: ""  # No title
7671     layout: "plot-throughput"
7672
7673 -
7674   type: "plot"
7675   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-ndr"
7676   algorithm: "plot_performance_box"
7677   output-file-type: ".html"
7678   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr"
7679   data: "plot-vpp-throughput-latency-3n-skx"
7680   filter: "'NIC_Intel-X710' and
7681            '78B' and
7682            'FEATURE' and
7683            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7684            'NDRDISC' and
7685            '2T1C' and
7686            'IP6FWD' and
7687            not 'SRv6' and
7688            not 'IPSEC' and 
7689            not 'VHOST'"
7690   parameters:
7691   - "throughput"
7692   - "parent"
7693   traces:
7694     hoverinfo: "x+y"
7695     boxpoints: "outliers"
7696     whiskerwidth: 0
7697   layout:
7698     title: ""  # No title
7699     layout: "plot-throughput"
7700
7701 -
7702   type: "plot"
7703   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-pdr"
7704   algorithm: "plot_performance_box"
7705   output-file-type: ".html"
7706   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-pdr"
7707   data: "plot-vpp-throughput-latency-3n-skx"
7708   filter: "'NIC_Intel-X710' and
7709            '78B' and
7710            'FEATURE' and
7711            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7712            'PDRDISC' and not 'NDRDISC' and
7713            '2T1C' and
7714            'IP6FWD' and
7715            not 'SRv6' and
7716            not 'IPSEC' and 
7717            not 'VHOST'"
7718   parameters:
7719   - "throughput"
7720   - "parent"
7721   traces:
7722     hoverinfo: "x+y"
7723     boxpoints: "outliers"
7724     whiskerwidth: 0
7725   layout:
7726     title: ""  # No title
7727     layout: "plot-throughput"
7728
7729 -
7730   type: "plot"
7731   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-ndr"
7732   algorithm: "plot_performance_box"
7733   output-file-type: ".html"
7734   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr"
7735   data: "plot-vpp-throughput-latency-3n-skx"
7736   filter: "'NIC_Intel-X710' and
7737            '78B' and
7738            'FEATURE' and
7739            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7740            'NDRDISC' and
7741            '4T2C' and
7742            'IP6FWD' and
7743            not 'SRv6' and
7744            not 'IPSEC' and 
7745            not 'VHOST'"
7746   parameters:
7747   - "throughput"
7748   - "parent"
7749   traces:
7750     hoverinfo: "x+y"
7751     boxpoints: "outliers"
7752     whiskerwidth: 0
7753   layout:
7754     title: ""  # No title
7755     layout: "plot-throughput"
7756
7757 -
7758   type: "plot"
7759   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-pdr"
7760   algorithm: "plot_performance_box"
7761   output-file-type: ".html"
7762   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-pdr"
7763   data: "plot-vpp-throughput-latency-3n-skx"
7764   filter: "'NIC_Intel-X710' and
7765            '78B' and
7766            'FEATURE' and
7767            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7768            'PDRDISC' and not 'NDRDISC' and
7769            '4T2C' and
7770            'IP6FWD' and
7771            not 'SRv6' and
7772            not 'IPSEC' and 
7773            not 'VHOST'"
7774   parameters:
7775   - "throughput"
7776   - "parent"
7777   traces:
7778     hoverinfo: "x+y"
7779     boxpoints: "outliers"
7780     whiskerwidth: 0
7781   layout:
7782     title: ""  # No title
7783     layout: "plot-throughput"
7784
7785 # Packet Throughput - VPP IPv6 3n-skx-xxv710
7786 -
7787   type: "plot"
7788   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7789   algorithm: "plot_performance_box"
7790   output-file-type: ".html"
7791   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7792   data: "plot-vpp-throughput-latency-3n-skx"
7793   filter: "'NIC_Intel-XXV710' and
7794            '78B' and
7795            ('BASE' or 'SCALE') and
7796            'NDRDISC' and
7797            '2T1C' and
7798            'IP6FWD' and
7799            not 'SRv6' and
7800            not 'IPSEC' and 
7801            not 'VHOST'"
7802   parameters:
7803   - "throughput"
7804   - "parent"
7805   traces:
7806     hoverinfo: "x+y"
7807     boxpoints: "outliers"
7808     whiskerwidth: 0
7809   layout:
7810     title: ""  # No title
7811     layout: "plot-throughput"
7812
7813 -
7814   type: "plot"
7815   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7816   algorithm: "plot_performance_box"
7817   output-file-type: ".html"
7818   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7819   data: "plot-vpp-throughput-latency-3n-skx"
7820   filter: "'NIC_Intel-XXV710' and
7821            '78B' and
7822            ('BASE' or 'SCALE') and
7823            'PDRDISC' and not 'NDRDISC' and
7824            '2T1C' and
7825            'IP6FWD' and
7826            not 'SRv6' and
7827            not 'IPSEC' and 
7828            not 'VHOST'"
7829   parameters:
7830   - "throughput"
7831   - "parent"
7832   traces:
7833     hoverinfo: "x+y"
7834     boxpoints: "outliers"
7835     whiskerwidth: 0
7836   layout:
7837     title: ""  # No title
7838     layout: "plot-throughput"
7839
7840 -
7841   type: "plot"
7842   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7843   algorithm: "plot_performance_box"
7844   output-file-type: ".html"
7845   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7846   data: "plot-vpp-throughput-latency-3n-skx"
7847   filter: "'NIC_Intel-XXV710' and
7848            '78B' and
7849            ('BASE' or 'SCALE') and
7850            'NDRDISC' and
7851            '4T2C' and
7852            'IP6FWD' and
7853            not 'SRv6' and
7854            not 'IPSEC' and 
7855            not 'VHOST'"
7856   parameters:
7857   - "throughput"
7858   - "parent"
7859   traces:
7860     hoverinfo: "x+y"
7861     boxpoints: "outliers"
7862     whiskerwidth: 0
7863   layout:
7864     title: ""  # No title
7865     layout: "plot-throughput"
7866
7867 -
7868   type: "plot"
7869   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7870   algorithm: "plot_performance_box"
7871   output-file-type: ".html"
7872   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7873   data: "plot-vpp-throughput-latency-3n-skx"
7874   filter: "'NIC_Intel-XXV710' and
7875            '78B' and
7876            ('BASE' or 'SCALE') and
7877            'PDRDISC' and not 'NDRDISC' and
7878            '4T2C' and
7879            'IP6FWD' and
7880            not 'SRv6' and
7881            not 'IPSEC' and 
7882            not 'VHOST'"
7883   parameters:
7884   - "throughput"
7885   - "parent"
7886   traces:
7887     hoverinfo: "x+y"
7888     boxpoints: "outliers"
7889     whiskerwidth: 0
7890   layout:
7891     title: ""  # No title
7892     layout: "plot-throughput"
7893
7894 -
7895   type: "plot"
7896   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
7897   algorithm: "plot_performance_box"
7898   output-file-type: ".html"
7899   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
7900   data: "plot-vpp-throughput-latency-3n-skx"
7901   filter: "'NIC_Intel-XXV710' and
7902            '78B' and
7903            'FEATURE' and
7904            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7905            'NDRDISC' and
7906            '2T1C' and
7907            'IP6FWD' and
7908            not 'SRv6' and
7909            not 'IPSEC' and 
7910            not 'VHOST'"
7911   parameters:
7912   - "throughput"
7913   - "parent"
7914   traces:
7915     hoverinfo: "x+y"
7916     boxpoints: "outliers"
7917     whiskerwidth: 0
7918   layout:
7919     title: ""  # No title
7920     layout: "plot-throughput"
7921
7922 -
7923   type: "plot"
7924   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
7925   algorithm: "plot_performance_box"
7926   output-file-type: ".html"
7927   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
7928   data: "plot-vpp-throughput-latency-3n-skx"
7929   filter: "'NIC_Intel-XXV710' and
7930            '78B' and
7931            'FEATURE' and
7932            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7933            'PDRDISC' and not 'NDRDISC' and
7934            '2T1C' and
7935            'IP6FWD' and
7936            not 'SRv6' and
7937            not 'IPSEC' and 
7938            not 'VHOST'"
7939   parameters:
7940   - "throughput"
7941   - "parent"
7942   traces:
7943     hoverinfo: "x+y"
7944     boxpoints: "outliers"
7945     whiskerwidth: 0
7946   layout:
7947     title: ""  # No title
7948     layout: "plot-throughput"
7949
7950 -
7951   type: "plot"
7952   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
7953   algorithm: "plot_performance_box"
7954   output-file-type: ".html"
7955   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
7956   data: "plot-vpp-throughput-latency-3n-skx"
7957   filter: "'NIC_Intel-XXV710' and
7958            '78B' and
7959            'FEATURE' and
7960            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7961            'NDRDISC' and
7962            '4T2C' and
7963            'IP6FWD' and
7964            not 'SRv6' and
7965            not 'IPSEC' and 
7966            not 'VHOST'"
7967   parameters:
7968   - "throughput"
7969   - "parent"
7970   traces:
7971     hoverinfo: "x+y"
7972     boxpoints: "outliers"
7973     whiskerwidth: 0
7974   layout:
7975     title: ""  # No title
7976     layout: "plot-throughput"
7977
7978 -
7979   type: "plot"
7980   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7981   algorithm: "plot_performance_box"
7982   output-file-type: ".html"
7983   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7984   data: "plot-vpp-throughput-latency-3n-skx"
7985   filter: "'NIC_Intel-XXV710' and
7986            '78B' and
7987            'FEATURE' and
7988            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7989            'PDRDISC' and not 'NDRDISC' and
7990            '4T2C' and
7991            'IP6FWD' and
7992            not 'SRv6' and
7993            not 'IPSEC' and 
7994            not 'VHOST'"
7995   parameters:
7996   - "throughput"
7997   - "parent"
7998   traces:
7999     hoverinfo: "x+y"
8000     boxpoints: "outliers"
8001     whiskerwidth: 0
8002   layout:
8003     title: ""  # No title
8004     layout: "plot-throughput"
8005
8006 # Packet Throughput - VPP IPv6 2n-skx-x710
8007 -
8008   type: "plot"
8009   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
8010   algorithm: "plot_performance_box"
8011   output-file-type: ".html"
8012   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
8013   data: "plot-vpp-throughput-latency-2n-skx"
8014   filter: "'NIC_Intel-X710' and
8015            '78B' and
8016            ('BASE' or 'SCALE') and
8017            'NDRDISC' and
8018            '2T1C' and
8019            'IP6FWD' and
8020            not 'SRv6' and
8021            not 'IPSEC' and 
8022            not 'VHOST'"
8023   parameters:
8024   - "throughput"
8025   - "parent"
8026   traces:
8027     hoverinfo: "x+y"
8028     boxpoints: "outliers"
8029     whiskerwidth: 0
8030   layout:
8031     title: ""  # No title
8032     layout: "plot-throughput"
8033
8034 -
8035   type: "plot"
8036   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
8037   algorithm: "plot_performance_box"
8038   output-file-type: ".html"
8039   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
8040   data: "plot-vpp-throughput-latency-2n-skx"
8041   filter: "'NIC_Intel-X710' and
8042            '78B' and
8043            ('BASE' or 'SCALE') and
8044            'PDRDISC' and not 'NDRDISC' and
8045            '2T1C' and
8046            'IP6FWD' and
8047            not 'IPSEC' and 
8048            not 'VHOST'"
8049   parameters:
8050   - "throughput"
8051   - "parent"
8052   traces:
8053     hoverinfo: "x+y"
8054     boxpoints: "outliers"
8055     whiskerwidth: 0
8056   layout:
8057     title: ""  # No title
8058     layout: "plot-throughput"
8059
8060 -
8061   type: "plot"
8062   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
8063   algorithm: "plot_performance_box"
8064   output-file-type: ".html"
8065   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
8066   data: "plot-vpp-throughput-latency-2n-skx"
8067   filter: "'NIC_Intel-X710' and
8068            '78B' and
8069            ('BASE' or 'SCALE') and
8070            'NDRDISC' and
8071            '4T2C' and
8072            'IP6FWD' and
8073            not 'SRv6' and
8074            not 'IPSEC' and 
8075            not 'VHOST'"
8076   parameters:
8077   - "throughput"
8078   - "parent"
8079   traces:
8080     hoverinfo: "x+y"
8081     boxpoints: "outliers"
8082     whiskerwidth: 0
8083   layout:
8084     title: ""  # No title
8085     layout: "plot-throughput"
8086
8087 -
8088   type: "plot"
8089   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
8090   algorithm: "plot_performance_box"
8091   output-file-type: ".html"
8092   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
8093   data: "plot-vpp-throughput-latency-2n-skx"
8094   filter: "'NIC_Intel-X710' and
8095            '78B' and
8096            ('BASE' or 'SCALE') and
8097            'PDRDISC' and not 'NDRDISC' and
8098            '4T2C' and
8099            'IP6FWD' and
8100            not 'SRv6' and
8101            not 'IPSEC' and 
8102            not 'VHOST'"
8103   parameters:
8104   - "throughput"
8105   - "parent"
8106   traces:
8107     hoverinfo: "x+y"
8108     boxpoints: "outliers"
8109     whiskerwidth: 0
8110   layout:
8111     title: ""  # No title
8112     layout: "plot-throughput"
8113
8114 -
8115   type: "plot"
8116   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-features-ndr"
8117   algorithm: "plot_performance_box"
8118   output-file-type: ".html"
8119   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-ndr"
8120   data: "plot-vpp-throughput-latency-2n-skx"
8121   filter: "'NIC_Intel-X710' and
8122            '78B' and
8123            'FEATURE' and
8124            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8125            'NDRDISC' and
8126            '2T1C' and
8127            'IP6FWD' and
8128            not 'SRv6' and
8129            not 'IPSEC' and 
8130            not 'VHOST'"
8131   parameters:
8132   - "throughput"
8133   - "parent"
8134   traces:
8135     hoverinfo: "x+y"
8136     boxpoints: "outliers"
8137     whiskerwidth: 0
8138   layout:
8139     title: ""  # No title
8140     layout: "plot-throughput"
8141
8142 -
8143   type: "plot"
8144   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-features-pdr"
8145   algorithm: "plot_performance_box"
8146   output-file-type: ".html"
8147   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-pdr"
8148   data: "plot-vpp-throughput-latency-2n-skx"
8149   filter: "'NIC_Intel-X710' and
8150            '78B' and
8151            'FEATURE' and
8152            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8153            'PDRDISC' and not 'NDRDISC' and
8154            '2T1C' and
8155            'IP6FWD' and
8156            not 'SRv6' and
8157            not 'IPSEC' and 
8158            not 'VHOST'"
8159   parameters:
8160   - "throughput"
8161   - "parent"
8162   traces:
8163     hoverinfo: "x+y"
8164     boxpoints: "outliers"
8165     whiskerwidth: 0
8166   layout:
8167     title: ""  # No title
8168     layout: "plot-throughput"
8169
8170 -
8171   type: "plot"
8172   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-features-ndr"
8173   algorithm: "plot_performance_box"
8174   output-file-type: ".html"
8175   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-ndr"
8176   data: "plot-vpp-throughput-latency-2n-skx"
8177   filter: "'NIC_Intel-X710' and
8178            '78B' and
8179            'FEATURE' and
8180            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8181            'NDRDISC' and
8182            '4T2C' and
8183            'IP6FWD' and
8184            not 'SRv6' and
8185            not 'IPSEC' and 
8186            not 'VHOST'"
8187   parameters:
8188   - "throughput"
8189   - "parent"
8190   traces:
8191     hoverinfo: "x+y"
8192     boxpoints: "outliers"
8193     whiskerwidth: 0
8194   layout:
8195     title: ""  # No title
8196     layout: "plot-throughput"
8197
8198 -
8199   type: "plot"
8200   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-features-pdr"
8201   algorithm: "plot_performance_box"
8202   output-file-type: ".html"
8203   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-pdr"
8204   data: "plot-vpp-throughput-latency-2n-skx"
8205   filter: "'NIC_Intel-X710' and
8206            '78B' and
8207            'FEATURE' and
8208            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8209            'PDRDISC' and not 'NDRDISC' and
8210            '4T2C' and
8211            'IP6FWD' and
8212            not 'SRv6' and
8213            not 'IPSEC' and 
8214            not 'VHOST'"
8215   parameters:
8216   - "throughput"
8217   - "parent"
8218   traces:
8219     hoverinfo: "x+y"
8220     boxpoints: "outliers"
8221     whiskerwidth: 0
8222   layout:
8223     title: ""  # No title
8224     layout: "plot-throughput"
8225
8226 # Packet Throughput - VPP IPv6 2n-skx-xxv710
8227 -
8228   type: "plot"
8229   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
8230   algorithm: "plot_performance_box"
8231   output-file-type: ".html"
8232   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
8233   data: "plot-vpp-throughput-latency-2n-skx"
8234   filter: "'NIC_Intel-XXV710' and
8235            '78B' and
8236            ('BASE' or 'SCALE') and
8237            'NDRDISC' and
8238            '2T1C' and
8239            'IP6FWD' and
8240            not 'SRv6' and
8241            not 'IPSEC' and 
8242            not 'VHOST'"
8243   parameters:
8244   - "throughput"
8245   - "parent"
8246   traces:
8247     hoverinfo: "x+y"
8248     boxpoints: "outliers"
8249     whiskerwidth: 0
8250   layout:
8251     title: ""  # No title
8252     layout: "plot-throughput"
8253
8254 -
8255   type: "plot"
8256   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
8257   algorithm: "plot_performance_box"
8258   output-file-type: ".html"
8259   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
8260   data: "plot-vpp-throughput-latency-2n-skx"
8261   filter: "'NIC_Intel-XXV710' and
8262            '78B' and
8263            ('BASE' or 'SCALE') and
8264            'PDRDISC' and not 'NDRDISC' and
8265            '2T1C' and
8266            'IP6FWD' and
8267            not 'SRv6' and
8268            not 'IPSEC' and 
8269            not 'VHOST'"
8270   parameters:
8271   - "throughput"
8272   - "parent"
8273   traces:
8274     hoverinfo: "x+y"
8275     boxpoints: "outliers"
8276     whiskerwidth: 0
8277   layout:
8278     title: ""  # No title
8279     layout: "plot-throughput"
8280
8281 -
8282   type: "plot"
8283   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
8284   algorithm: "plot_performance_box"
8285   output-file-type: ".html"
8286   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
8287   data: "plot-vpp-throughput-latency-2n-skx"
8288   filter: "'NIC_Intel-XXV710' and
8289            '78B' and
8290            ('BASE' or 'SCALE') and
8291            'NDRDISC' and
8292            '4T2C' and
8293            'IP6FWD' and
8294            not 'SRv6' and
8295            not 'IPSEC' and 
8296            not 'VHOST'"
8297   parameters:
8298   - "throughput"
8299   - "parent"
8300   traces:
8301     hoverinfo: "x+y"
8302     boxpoints: "outliers"
8303     whiskerwidth: 0
8304   layout:
8305     title: ""  # No title
8306     layout: "plot-throughput"
8307
8308 -
8309   type: "plot"
8310   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
8311   algorithm: "plot_performance_box"
8312   output-file-type: ".html"
8313   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
8314   data: "plot-vpp-throughput-latency-2n-skx"
8315   filter: "'NIC_Intel-XXV710' and
8316            '78B' and
8317            ('BASE' or 'SCALE') and
8318            'PDRDISC' and not 'NDRDISC' and
8319            '4T2C' and
8320            'IP6FWD' and
8321            not 'SRv6' and
8322            not 'IPSEC' and 
8323            not 'VHOST'"
8324   parameters:
8325   - "throughput"
8326   - "parent"
8327   traces:
8328     hoverinfo: "x+y"
8329     boxpoints: "outliers"
8330     whiskerwidth: 0
8331   layout:
8332     title: ""  # No title
8333     layout: "plot-throughput"
8334
8335 -
8336   type: "plot"
8337   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-features-ndr"
8338   algorithm: "plot_performance_box"
8339   output-file-type: ".html"
8340   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-ndr"
8341   data: "plot-vpp-throughput-latency-2n-skx"
8342   filter: "'NIC_Intel-XXV710' and
8343            '78B' and
8344            'FEATURE' and
8345            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8346            'NDRDISC' and
8347            '2T1C' and
8348            'IP6FWD' and
8349            not 'SRv6' and
8350            not 'IPSEC' and 
8351            not 'VHOST'"
8352   parameters:
8353   - "throughput"
8354   - "parent"
8355   traces:
8356     hoverinfo: "x+y"
8357     boxpoints: "outliers"
8358     whiskerwidth: 0
8359   layout:
8360     title: ""  # No title
8361     layout: "plot-throughput"
8362
8363 -
8364   type: "plot"
8365   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-features-pdr"
8366   algorithm: "plot_performance_box"
8367   output-file-type: ".html"
8368   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-pdr"
8369   data: "plot-vpp-throughput-latency-2n-skx"
8370   filter: "'NIC_Intel-XXV710' and
8371            '78B' and
8372            'FEATURE' and
8373            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8374            'PDRDISC' and not 'NDRDISC' and
8375            '2T1C' and
8376            'IP6FWD' and
8377            not 'SRv6' and
8378            not 'IPSEC' and 
8379            not 'VHOST'"
8380   parameters:
8381   - "throughput"
8382   - "parent"
8383   traces:
8384     hoverinfo: "x+y"
8385     boxpoints: "outliers"
8386     whiskerwidth: 0
8387   layout:
8388     title: ""  # No title
8389     layout: "plot-throughput"
8390
8391 -
8392   type: "plot"
8393   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-features-ndr"
8394   algorithm: "plot_performance_box"
8395   output-file-type: ".html"
8396   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-ndr"
8397   data: "plot-vpp-throughput-latency-2n-skx"
8398   filter: "'NIC_Intel-XXV710' and
8399            '78B' and
8400            'FEATURE' and
8401            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8402            'NDRDISC' and
8403            '4T2C' and
8404            'IP6FWD' and
8405            not 'SRv6' and
8406            not 'IPSEC' and 
8407            not 'VHOST'"
8408   parameters:
8409   - "throughput"
8410   - "parent"
8411   traces:
8412     hoverinfo: "x+y"
8413     boxpoints: "outliers"
8414     whiskerwidth: 0
8415   layout:
8416     title: ""  # No title
8417     layout: "plot-throughput"
8418
8419 -
8420   type: "plot"
8421   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-features-pdr"
8422   algorithm: "plot_performance_box"
8423   output-file-type: ".html"
8424   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-pdr"
8425   data: "plot-vpp-throughput-latency-2n-skx"
8426   filter: "'NIC_Intel-XXV710' and
8427            '78B' and
8428            'FEATURE' and
8429            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8430            'PDRDISC' and not 'NDRDISC' and
8431            '4T2C' and
8432            'IP6FWD' and
8433            not 'SRv6' and
8434            not 'IPSEC' and 
8435            not 'VHOST'"
8436   parameters:
8437   - "throughput"
8438   - "parent"
8439   traces:
8440     hoverinfo: "x+y"
8441     boxpoints: "outliers"
8442     whiskerwidth: 0
8443   layout:
8444     title: ""  # No title
8445     layout: "plot-throughput"
8446
8447 ################################################################################
8448
8449 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
8450 -
8451   type: "plot"
8452   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8453   algorithm: "plot_performance_box"
8454   output-file-type: ".html"
8455   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8456   data: "plot-vpp-throughput-latency-3n-hsw"
8457   filter: "'NIC_Intel-X520-DA2' and
8458            '78B' and
8459            'ENCAP' and
8460            'NDRDISC' and
8461            '1T1C' and
8462            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8463            not 'VHOST'"
8464   parameters:
8465   - "throughput"
8466   - "parent"
8467   traces:
8468     hoverinfo: "x+y"
8469     boxpoints: "outliers"
8470     whiskerwidth: 0
8471   layout:
8472     title: ""  # No title
8473     layout: "plot-throughput"
8474
8475 -
8476   type: "plot"
8477   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
8478   algorithm: "plot_performance_box"
8479   output-file-type: ".html"
8480   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
8481   data: "plot-vpp-throughput-latency-3n-hsw"
8482   filter: "'NIC_Intel-X520-DA2' and
8483            '78B' and
8484            'ENCAP' and
8485            'PDRDISC' and not 'NDRDISC' and
8486            '1T1C' and
8487            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8488            not 'VHOST'"
8489   parameters:
8490   - "throughput"
8491   - "parent"
8492   traces:
8493     hoverinfo: "x+y"
8494     boxpoints: "outliers"
8495     whiskerwidth: 0
8496   layout:
8497     title: ""  # No title
8498     layout: "plot-throughput"
8499
8500 -
8501   type: "plot"
8502   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
8503   algorithm: "plot_performance_box"
8504   output-file-type: ".html"
8505   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
8506   data: "plot-vpp-throughput-latency-3n-hsw"
8507   filter: "'NIC_Intel-X520-DA2' and
8508            '78B' and
8509            'ENCAP' and
8510            'NDRDISC' and
8511            '2T2C' and
8512            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8513            not 'VHOST'"
8514   parameters:
8515   - "throughput"
8516   - "parent"
8517   traces:
8518     hoverinfo: "x+y"
8519     boxpoints: "outliers"
8520     whiskerwidth: 0
8521   layout:
8522     title: ""  # No title
8523     layout: "plot-throughput"
8524
8525 -
8526   type: "plot"
8527   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
8528   algorithm: "plot_performance_box"
8529   output-file-type: ".html"
8530   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
8531   data: "plot-vpp-throughput-latency-3n-hsw"
8532   filter: "'NIC_Intel-X520-DA2' and
8533            '78B' and
8534            'ENCAP' and
8535            'PDRDISC' and not 'NDRDISC' and
8536            '2T2C' and
8537            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8538            not 'VHOST'"
8539   parameters:
8540   - "throughput"
8541   - "parent"
8542   traces:
8543     hoverinfo: "x+y"
8544     boxpoints: "outliers"
8545     whiskerwidth: 0
8546   layout:
8547     title: ""  # No title
8548     layout: "plot-throughput"
8549
8550 ################################################################################
8551
8552 # Packet Throughput - VPP IPSec 3n-hsw-xl710
8553 -
8554   type: "plot"
8555   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8556   algorithm: "plot_performance_box"
8557   output-file-type: ".html"
8558   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8559   data: "plot-vpp-throughput-latency-3n-hsw"
8560   filter: "'NIC_Intel-XL710' and 
8561            '64B' and 
8562            'IP4FWD' and 
8563            'NDRDISC' and 
8564            '1T1C' and 
8565            'IPSECHW' and 
8566            ('IPSECTRAN' or 'IPSECTUN') and 
8567            not 'VHOST'"
8568   parameters:
8569   - "throughput"
8570   - "parent"
8571   traces:
8572     hoverinfo: "x+y"
8573     boxpoints: "outliers"
8574     whiskerwidth: 0
8575   layout:
8576     title: ""  # No title
8577     layout: "plot-throughput"
8578
8579 -
8580   type: "plot"
8581   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8582   algorithm: "plot_performance_box"
8583   output-file-type: ".html"
8584   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8585   data: "plot-vpp-throughput-latency-3n-hsw"
8586   filter: "'NIC_Intel-XL710' and 
8587            '64B' and 
8588            'IP4FWD' and 
8589            'PDRDISC' and not 'NDRDISC' and
8590            '1T1C' and 
8591            'IPSECHW' and 
8592            ('IPSECTRAN' or 'IPSECTUN') and 
8593            not 'VHOST'"
8594   parameters:
8595   - "throughput"
8596   - "parent"
8597   traces:
8598     hoverinfo: "x+y"
8599     boxpoints: "outliers"
8600     whiskerwidth: 0
8601   layout:
8602     title: ""  # No title
8603     layout: "plot-throughput"
8604
8605 -
8606   type: "plot"
8607   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8608   algorithm: "plot_performance_box"
8609   output-file-type: ".html"
8610   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8611   data: "plot-vpp-throughput-latency-3n-hsw"
8612   filter: "'NIC_Intel-XL710' and 
8613            '64B' and 
8614            'IP4FWD' and 
8615            'NDRDISC' and 
8616            '2T2C' and 
8617            'IPSECHW' and 
8618            ('IPSECTRAN' or 'IPSECTUN') and 
8619            not 'VHOST'"
8620   parameters:
8621   - "throughput"
8622   - "parent"
8623   traces:
8624     hoverinfo: "x+y"
8625     boxpoints: "outliers"
8626     whiskerwidth: 0
8627   layout:
8628     title: ""  # No title
8629     layout: "plot-throughput"
8630
8631 -
8632   type: "plot"
8633   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8634   algorithm: "plot_performance_box"
8635   output-file-type: ".html"
8636   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8637   data: "plot-vpp-throughput-latency-3n-hsw"
8638   filter: "'NIC_Intel-XL710' and 
8639            '64B' and 
8640            'IP4FWD' and 
8641            'PDRDISC' and not 'NDRDISC' and
8642            '2T2C' and 
8643            'IPSECHW' and 
8644            ('IPSECTRAN' or 'IPSECTUN') and 
8645            not 'VHOST'"
8646   parameters:
8647   - "throughput"
8648   - "parent"
8649   traces:
8650     hoverinfo: "x+y"
8651     boxpoints: "outliers"
8652     whiskerwidth: 0
8653   layout:
8654     title: ""  # No title
8655     layout: "plot-throughput"
8656
8657 ################################################################################
8658
8659 # Packet Throughput - VPP SRv6 3n-hsw-x520
8660 -
8661   type: "plot"
8662   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
8663   algorithm: "plot_performance_box"
8664   output-file-type: ".html"
8665   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
8666   data: "plot-vpp-throughput-latency-3n-hsw"
8667   filter: "'NIC_Intel-X520-DA2' and
8668            '78B' and
8669            'FEATURE' and
8670            'NDRDISC' and
8671            '1T1C' and
8672            'IP6FWD' and
8673            'SRv6'"
8674   parameters:
8675   - "throughput"
8676   - "parent"
8677   traces:
8678     hoverinfo: "x+y"
8679     boxpoints: "outliers"
8680     whiskerwidth: 0
8681   layout:
8682     title: ""  # No title
8683     layout: "plot-throughput"
8684
8685 -
8686   type: "plot"
8687   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
8688   algorithm: "plot_performance_box"
8689   output-file-type: ".html"
8690   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
8691   data: "plot-vpp-throughput-latency-3n-hsw"
8692   filter: "'NIC_Intel-X520-DA2' and
8693            '78B' and
8694            'FEATURE' and
8695            'PDRDISC' and not 'NDRDISC' and
8696            '1T1C' and
8697            'IP6FWD' and
8698            'SRv6'"
8699   parameters:
8700   - "throughput"
8701   - "parent"
8702   traces:
8703     hoverinfo: "x+y"
8704     boxpoints: "outliers"
8705     whiskerwidth: 0
8706   layout:
8707     title: ""  # No title
8708     layout: "plot-throughput"
8709
8710 -
8711   type: "plot"
8712   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
8713   algorithm: "plot_performance_box"
8714   output-file-type: ".html"
8715   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
8716   data: "plot-vpp-throughput-latency-3n-hsw"
8717   filter: "'NIC_Intel-X520-DA2' and
8718            '78B' and
8719            'FEATURE' and
8720            'NDRDISC' and
8721            '2T2C' and
8722            'IP6FWD' and
8723            'SRv6'"
8724   parameters:
8725   - "throughput"
8726   - "parent"
8727   traces:
8728     hoverinfo: "x+y"
8729     boxpoints: "outliers"
8730     whiskerwidth: 0
8731   layout:
8732     title: ""  # No title
8733     layout: "plot-throughput"
8734
8735 -
8736   type: "plot"
8737   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
8738   algorithm: "plot_performance_box"
8739   output-file-type: ".html"
8740   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
8741   data: "plot-vpp-throughput-latency-3n-hsw"
8742   filter: "'NIC_Intel-X520-DA2' and
8743            '78B' and
8744            'FEATURE' and
8745            'PDRDISC' and not 'NDRDISC' and
8746            '1T1C' and
8747            'IP6FWD' and
8748            'SRv6'"
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 ################################################################################
8761
8762 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
8763 -
8764   type: "plot"
8765   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8766   algorithm: "plot_performance_box"
8767   output-file-type: ".html"
8768   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8769   data: "plot-vpp-throughput-latency-3n-hsw"
8770   filter: "'NIC_Intel-X520-DA2' and
8771            '64B' and 
8772            'NDRDISC' and 
8773            '1T1C' and 
8774            'VHOST' and 
8775            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8776   parameters:
8777   - "throughput"
8778   - "parent"
8779   traces:
8780     hoverinfo: "x+y"
8781     boxpoints: "outliers"
8782     whiskerwidth: 0
8783   layout:
8784     title: ""  # No title
8785     layout: "plot-throughput"
8786
8787 -
8788   type: "plot"
8789   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8790   algorithm: "plot_performance_box"
8791   output-file-type: ".html"
8792   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8793   data: "plot-vpp-throughput-latency-3n-hsw"
8794   filter: "'NIC_Intel-X520-DA2' and
8795            '64B' and 
8796            'NDRDISC' and 
8797            '2T2C' and 
8798            'VHOST' and 
8799            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8800   parameters:
8801   - "throughput"
8802   - "parent"
8803   traces:
8804     hoverinfo: "x+y"
8805     boxpoints: "outliers"
8806     whiskerwidth: 0
8807   layout:
8808     title: ""  # No title
8809     layout: "plot-throughput"
8810
8811 -
8812   type: "plot"
8813   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8814   algorithm: "plot_performance_box"
8815   output-file-type: ".html"
8816   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8817   data: "plot-vpp-throughput-latency-3n-hsw"
8818   filter: "'NIC_Intel-X520-DA2' and
8819            '64B' and 
8820            'PDRDISC' and not 'NDRDISC' and
8821            '1T1C' and 
8822            'VHOST' and 
8823            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8824   parameters:
8825   - "throughput"
8826   - "parent"
8827   traces:
8828     hoverinfo: "x+y"
8829     boxpoints: "outliers"
8830     whiskerwidth: 0
8831   layout:
8832     title: ""  # No title
8833     layout: "plot-throughput"
8834
8835 -
8836   type: "plot"
8837   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8838   algorithm: "plot_performance_box"
8839   output-file-type: ".html"
8840   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8841   data: "plot-vpp-throughput-latency-3n-hsw"
8842   filter: "'NIC_Intel-X520-DA2' and
8843            '64B' and 
8844            'PDRDISC' and not 'NDRDISC' and
8845            '2T2C' and 
8846            'VHOST' and 
8847            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8848   parameters:
8849   - "throughput"
8850   - "parent"
8851   traces:
8852     hoverinfo: "x+y"
8853     boxpoints: "outliers"
8854     whiskerwidth: 0
8855   layout:
8856     title: ""  # No title
8857     layout: "plot-throughput"
8858
8859 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
8860 -
8861   type: "plot"
8862   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8863   algorithm: "plot_performance_box"
8864   output-file-type: ".html"
8865   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8866   data: "plot-vpp-throughput-latency-3n-hsw"
8867   filter: "'NIC_Intel-X520-DA2' and
8868            '64B' and 
8869            'NDRDISC' and 
8870            '1T1C' and 
8871            'VHOST' and 
8872            not 'VXLAN' and 
8873            not 'IP4FWD' and 
8874            not 'DOT1Q' and 
8875            not '2VM'"
8876   parameters:
8877   - "throughput"
8878   - "parent"
8879   traces:
8880     hoverinfo: "x+y"
8881     boxpoints: "outliers"
8882     whiskerwidth: 0
8883   layout:
8884     title: ""  # No title
8885     layout: "plot-throughput"
8886
8887 -
8888   type: "plot"
8889   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8890   algorithm: "plot_performance_box"
8891   output-file-type: ".html"
8892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8893   data: "plot-vpp-throughput-latency-3n-hsw"
8894   filter: "'NIC_Intel-X520-DA2' and
8895            '64B' and 
8896            'NDRDISC' and 
8897            '2T2C' and 
8898            'VHOST' and 
8899            not 'VXLAN' and 
8900            not 'IP4FWD' and 
8901            not 'DOT1Q' and 
8902            not '2VM'"
8903   parameters:
8904   - "throughput"
8905   - "parent"
8906   traces:
8907     hoverinfo: "x+y"
8908     boxpoints: "outliers"
8909     whiskerwidth: 0
8910   layout:
8911     title: ""  # No title
8912     layout: "plot-throughput"
8913
8914 -
8915   type: "plot"
8916   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8917   algorithm: "plot_performance_box"
8918   output-file-type: ".html"
8919   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8920   data: "plot-vpp-throughput-latency-3n-hsw"
8921   filter: "'NIC_Intel-X520-DA2' and
8922            '64B' and 
8923            'PDRDISC' and not 'NDRDISC' and
8924            '1T1C' and 
8925            'VHOST' and 
8926            not 'VXLAN' and 
8927            not 'IP4FWD' and 
8928            not 'DOT1Q' and 
8929            not '2VM'"
8930   parameters:
8931   - "throughput"
8932   - "parent"
8933   traces:
8934     hoverinfo: "x+y"
8935     boxpoints: "outliers"
8936     whiskerwidth: 0
8937   layout:
8938     title: ""  # No title
8939     layout: "plot-throughput"
8940
8941 -
8942   type: "plot"
8943   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8944   algorithm: "plot_performance_box"
8945   output-file-type: ".html"
8946   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8947   data: "plot-vpp-throughput-latency-3n-hsw"
8948   filter: "'NIC_Intel-X520-DA2' and
8949            '64B' and 
8950            'PDRDISC' and not 'NDRDISC' and
8951            '2T2C' and 
8952            'VHOST' and 
8953            not 'VXLAN' and 
8954            not 'IP4FWD' and 
8955            not 'DOT1Q' and 
8956            not '2VM'"
8957   parameters:
8958   - "throughput"
8959   - "parent"
8960   traces:
8961     hoverinfo: "x+y"
8962     boxpoints: "outliers"
8963     whiskerwidth: 0
8964   layout:
8965     title: ""  # No title
8966     layout: "plot-throughput"
8967
8968 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
8969 -
8970   type: "plot"
8971   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8972   algorithm: "plot_performance_box"
8973   output-file-type: ".html"
8974   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8975   data: "plot-vpp-throughput-latency-3n-hsw"
8976   filter: "'NIC_Intel-X710' and
8977            '64B' and 
8978            'NDRDISC' and 
8979            '1T1C' and 
8980            'VHOST' and 
8981            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8982   parameters:
8983   - "throughput"
8984   - "parent"
8985   traces:
8986     hoverinfo: "x+y"
8987     boxpoints: "outliers"
8988     whiskerwidth: 0
8989   layout:
8990     title: ""  # No title
8991     layout: "plot-throughput"
8992
8993 -
8994   type: "plot"
8995   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8996   algorithm: "plot_performance_box"
8997   output-file-type: ".html"
8998   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8999   data: "plot-vpp-throughput-latency-3n-hsw"
9000   filter: "'NIC_Intel-X710' and
9001            '64B' and 
9002            'NDRDISC' and 
9003            '2T2C' and 
9004            'VHOST' and 
9005            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9006   parameters:
9007   - "throughput"
9008   - "parent"
9009   traces:
9010     hoverinfo: "x+y"
9011     boxpoints: "outliers"
9012     whiskerwidth: 0
9013   layout:
9014     title: ""  # No title
9015     layout: "plot-throughput"
9016
9017 -
9018   type: "plot"
9019   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9020   algorithm: "plot_performance_box"
9021   output-file-type: ".html"
9022   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9023   data: "plot-vpp-throughput-latency-3n-hsw"
9024   filter: "'NIC_Intel-X710' and
9025            '64B' and 
9026            'PDRDISC' and not 'NDRDISC' and
9027            '1T1C' and 
9028            'VHOST' and 
9029            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9030   parameters:
9031   - "throughput"
9032   - "parent"
9033   traces:
9034     hoverinfo: "x+y"
9035     boxpoints: "outliers"
9036     whiskerwidth: 0
9037   layout:
9038     title: ""  # No title
9039     layout: "plot-throughput"
9040
9041 -
9042   type: "plot"
9043   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9044   algorithm: "plot_performance_box"
9045   output-file-type: ".html"
9046   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9047   data: "plot-vpp-throughput-latency-3n-hsw"
9048   filter: "'NIC_Intel-X710' and
9049            '64B' and 
9050            'PDRDISC' and not 'NDRDISC' and
9051            '2T2C' and 
9052            'VHOST' and 
9053            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9054   parameters:
9055   - "throughput"
9056   - "parent"
9057   traces:
9058     hoverinfo: "x+y"
9059     boxpoints: "outliers"
9060     whiskerwidth: 0
9061   layout:
9062     title: ""  # No title
9063     layout: "plot-throughput"
9064
9065 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
9066 -
9067   type: "plot"
9068   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9069   algorithm: "plot_performance_box"
9070   output-file-type: ".html"
9071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9072   data: "plot-vpp-throughput-latency-3n-hsw"
9073   filter: "'NIC_Intel-X710' and
9074            '64B' and 
9075            'NDRDISC' and 
9076            '1T1C' and 
9077            'VHOST' and 
9078            not 'VXLAN' and 
9079            not 'IP4FWD' and 
9080            not 'DOT1Q' and 
9081            not '2VM'"
9082   parameters:
9083   - "throughput"
9084   - "parent"
9085   traces:
9086     hoverinfo: "x+y"
9087     boxpoints: "outliers"
9088     whiskerwidth: 0
9089   layout:
9090     title: ""  # No title
9091     layout: "plot-throughput"
9092
9093 -
9094   type: "plot"
9095   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9096   algorithm: "plot_performance_box"
9097   output-file-type: ".html"
9098   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9099   data: "plot-vpp-throughput-latency-3n-hsw"
9100   filter: "'NIC_Intel-X710' and
9101            '64B' and 
9102            'NDRDISC' and 
9103            '2T2C' and 
9104            'VHOST' and 
9105            not 'VXLAN' and 
9106            not 'IP4FWD' and 
9107            not 'DOT1Q' and 
9108            not '2VM'"
9109   parameters:
9110   - "throughput"
9111   - "parent"
9112   traces:
9113     hoverinfo: "x+y"
9114     boxpoints: "outliers"
9115     whiskerwidth: 0
9116   layout:
9117     title: ""  # No title
9118     layout: "plot-throughput"
9119
9120 -
9121   type: "plot"
9122   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9123   algorithm: "plot_performance_box"
9124   output-file-type: ".html"
9125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9126   data: "plot-vpp-throughput-latency-3n-hsw"
9127   filter: "'NIC_Intel-X710' and
9128            '64B' and 
9129            'PDRDISC' and not 'NDRDISC' and
9130            '1T1C' and 
9131            'VHOST' and 
9132            not 'VXLAN' and 
9133            not 'IP4FWD' and 
9134            not 'DOT1Q' and 
9135            not '2VM'"
9136   parameters:
9137   - "throughput"
9138   - "parent"
9139   traces:
9140     hoverinfo: "x+y"
9141     boxpoints: "outliers"
9142     whiskerwidth: 0
9143   layout:
9144     title: ""  # No title
9145     layout: "plot-throughput"
9146
9147 -
9148   type: "plot"
9149   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9150   algorithm: "plot_performance_box"
9151   output-file-type: ".html"
9152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9153   data: "plot-vpp-throughput-latency-3n-hsw"
9154   filter: "'NIC_Intel-X710' and
9155            '64B' and 
9156            'PDRDISC' and not 'NDRDISC' and
9157            '2T2C' and 
9158            'VHOST' and 
9159            not 'VXLAN' and 
9160            not 'IP4FWD' and 
9161            not 'DOT1Q' and 
9162            not '2VM'"
9163   parameters:
9164   - "throughput"
9165   - "parent"
9166   traces:
9167     hoverinfo: "x+y"
9168     boxpoints: "outliers"
9169     whiskerwidth: 0
9170   layout:
9171     title: ""  # No title
9172     layout: "plot-throughput"
9173
9174 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
9175 -
9176   type: "plot"
9177   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9178   algorithm: "plot_performance_box"
9179   output-file-type: ".html"
9180   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9181   data: "plot-vpp-throughput-latency-3n-hsw"
9182   filter: "'NIC_Intel-XL710' and
9183            '64B' and 
9184            'NDRDISC' and 
9185            '1T1C' and 
9186            'VHOST' and 
9187            not ('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: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9202   algorithm: "plot_performance_box"
9203   output-file-type: ".html"
9204   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9205   data: "plot-vpp-throughput-latency-3n-hsw"
9206   filter: "'NIC_Intel-XL710' and
9207            '64B' and 
9208            'NDRDISC' and 
9209            '2T2C' and 
9210            'VHOST' and 
9211            not ('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: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9226   algorithm: "plot_performance_box"
9227   output-file-type: ".html"
9228   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9229   data: "plot-vpp-throughput-latency-3n-hsw"
9230   filter: "'NIC_Intel-XL710' and
9231            '64B' and 
9232            'PDRDISC' and not 'NDRDISC' and
9233            '1T1C' and 
9234            'VHOST' and 
9235            not ('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 -
9248   type: "plot"
9249   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9250   algorithm: "plot_performance_box"
9251   output-file-type: ".html"
9252   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9253   data: "plot-vpp-throughput-latency-3n-hsw"
9254   filter: "'NIC_Intel-XL710' and
9255            '64B' and 
9256            'PDRDISC' and not 'NDRDISC' and
9257            '2T2C' and 
9258            'VHOST' and 
9259            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9260   parameters:
9261   - "throughput"
9262   - "parent"
9263   traces:
9264     hoverinfo: "x+y"
9265     boxpoints: "outliers"
9266     whiskerwidth: 0
9267   layout:
9268     title: ""  # No title
9269     layout: "plot-throughput"
9270
9271 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
9272 -
9273   type: "plot"
9274   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9275   algorithm: "plot_performance_box"
9276   output-file-type: ".html"
9277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9278   data: "plot-vpp-throughput-latency-3n-hsw"
9279   filter: "'NIC_Intel-XL710' and
9280            '64B' and 
9281            'NDRDISC' and 
9282            '1T1C' and 
9283            'VHOST' and 
9284            not 'VXLAN' and 
9285            not 'IP4FWD' and 
9286            not 'DOT1Q' and 
9287            not '2VM'"
9288   parameters:
9289   - "throughput"
9290   - "parent"
9291   traces:
9292     hoverinfo: "x+y"
9293     boxpoints: "outliers"
9294     whiskerwidth: 0
9295   layout:
9296     title: ""  # No title
9297     layout: "plot-throughput"
9298
9299 -
9300   type: "plot"
9301   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9302   algorithm: "plot_performance_box"
9303   output-file-type: ".html"
9304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9305   data: "plot-vpp-throughput-latency-3n-hsw"
9306   filter: "'NIC_Intel-XL710' and
9307            '64B' and 
9308            'NDRDISC' and 
9309            '2T2C' and 
9310            'VHOST' and 
9311            not 'VXLAN' and 
9312            not 'IP4FWD' and 
9313            not 'DOT1Q' and 
9314            not '2VM'"
9315   parameters:
9316   - "throughput"
9317   - "parent"
9318   traces:
9319     hoverinfo: "x+y"
9320     boxpoints: "outliers"
9321     whiskerwidth: 0
9322   layout:
9323     title: ""  # No title
9324     layout: "plot-throughput"
9325
9326 -
9327   type: "plot"
9328   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9329   algorithm: "plot_performance_box"
9330   output-file-type: ".html"
9331   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9332   data: "plot-vpp-throughput-latency-3n-hsw"
9333   filter: "'NIC_Intel-XL710' and
9334            '64B' and 
9335            'PDRDISC' and not 'NDRDISC' and
9336            '1T1C' and 
9337            'VHOST' and 
9338            not 'VXLAN' and 
9339            not 'IP4FWD' and 
9340            not 'DOT1Q' and 
9341            not '2VM'"
9342   parameters:
9343   - "throughput"
9344   - "parent"
9345   traces:
9346     hoverinfo: "x+y"
9347     boxpoints: "outliers"
9348     whiskerwidth: 0
9349   layout:
9350     title: ""  # No title
9351     layout: "plot-throughput"
9352
9353 -
9354   type: "plot"
9355   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9356   algorithm: "plot_performance_box"
9357   output-file-type: ".html"
9358   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9359   data: "plot-vpp-throughput-latency-3n-hsw"
9360   filter: "'NIC_Intel-XL710' and
9361            '64B' and 
9362            'PDRDISC' and not 'NDRDISC' and
9363            '2T2C' and 
9364            'VHOST' and 
9365            not 'VXLAN' and 
9366            not 'IP4FWD' and 
9367            not 'DOT1Q' and 
9368            not '2VM'"
9369   parameters:
9370   - "throughput"
9371   - "parent"
9372   traces:
9373     hoverinfo: "x+y"
9374     boxpoints: "outliers"
9375     whiskerwidth: 0
9376   layout:
9377     title: ""  # No title
9378     layout: "plot-throughput"
9379
9380 ################################################################################
9381
9382 # Packet Throughput - VPP VTS 3n-hsw-x520
9383 -
9384   type: "plot"
9385   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-ndr"
9386   algorithm: "plot_performance_box"
9387   output-file-type: ".html"
9388   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr"
9389   data: "plot-vpp-throughput-latency-3n-hsw"
9390   filter: "'NIC_Intel-X520-DA2' and
9391            '64B' and
9392            'NDRDISC' and
9393            '1T1C' and
9394            'VTS'"
9395   parameters:
9396   - "throughput"
9397   - "parent"
9398   traces:
9399     hoverinfo: "x+y"
9400     boxpoints: "outliers"
9401     whiskerwidth: 0
9402   layout:
9403     title: ""  # No title
9404     layout: "plot-throughput"
9405
9406 -
9407   type: "plot"
9408   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-ndr"
9409   algorithm: "plot_performance_box"
9410   output-file-type: ".html"
9411   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr"
9412   data: "plot-vpp-throughput-latency-3n-hsw"
9413   filter: "'NIC_Intel-X520-DA2' and
9414            '64B' and
9415            'NDRDISC' and
9416            '2T2C' and
9417            'VTS'"
9418   parameters:
9419   - "throughput"
9420   - "parent"
9421   traces:
9422     hoverinfo: "x+y"
9423     boxpoints: "outliers"
9424     whiskerwidth: 0
9425   layout:
9426     title: ""  # No title
9427     layout: "plot-throughput"
9428
9429 -
9430   type: "plot"
9431   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-pdr"
9432   algorithm: "plot_performance_box"
9433   output-file-type: ".html"
9434   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-pdr"
9435   data: "plot-vpp-throughput-latency-3n-hsw"
9436   filter: "'NIC_Intel-X520-DA2' and
9437            '64B' and
9438            'PDRDISC' and not 'NDRDISC' and
9439            '1T1C' and
9440            'VTS'"
9441   parameters:
9442   - "throughput"
9443   - "parent"
9444   traces:
9445     hoverinfo: "x+y"
9446     boxpoints: "outliers"
9447     whiskerwidth: 0
9448   layout:
9449     title: ""  # No title
9450     layout: "plot-throughput"
9451
9452 -
9453   type: "plot"
9454   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-pdr"
9455   algorithm: "plot_performance_box"
9456   output-file-type: ".html"
9457   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-pdr"
9458   data: "plot-vpp-throughput-latency-3n-hsw"
9459   filter: "'NIC_Intel-X520-DA2' and
9460            '64B' and
9461            'PDRDISC' and not 'NDRDISC' and
9462            '2T2C' and
9463            'VTS'"
9464   parameters:
9465   - "throughput"
9466   - "parent"
9467   traces:
9468     hoverinfo: "x+y"
9469     boxpoints: "outliers"
9470     whiskerwidth: 0
9471   layout:
9472     title: ""  # No title
9473     layout: "plot-throughput"
9474
9475 ################################################################################
9476
9477 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
9478 -
9479   type: "plot"
9480   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
9481   algorithm: "plot_performance_box"
9482   output-file-type: ".html"
9483   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
9484   data: "plot-dpdk-throughput-latency-3n-hsw"
9485   filter: "'NIC_Intel-X520-DA2' and
9486            '64B' and
9487            'BASE' and
9488            'NDRPDR' and
9489            '1T1C' and
9490            'IP4FWD'"
9491   parameters:
9492   - "throughput"
9493   - "parent"
9494   traces:
9495     hoverinfo: "x+y"
9496     boxpoints: "outliers"
9497     whiskerwidth: 0
9498   layout:
9499     title: ""  # No title
9500     layout: "plot-throughput"
9501
9502 -
9503   type: "plot"
9504   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
9505   algorithm: "plot_performance_box"
9506   output-file-type: ".html"
9507   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
9508   data: "plot-dpdk-throughput-latency-3n-hsw"
9509   filter: "'NIC_Intel-X520-DA2' and
9510            '64B' and
9511            'BASE' and
9512            'NDRPDR' and
9513            '2T2C' and
9514            'IP4FWD'"
9515   parameters:
9516   - "throughput"
9517   - "parent"
9518   traces:
9519     hoverinfo: "x+y"
9520     boxpoints: "outliers"
9521     whiskerwidth: 0
9522   layout:
9523     title: ""  # No title
9524     layout: "plot-throughput"
9525
9526 -
9527   type: "plot"
9528   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
9529   algorithm: "plot_performance_box"
9530   output-file-type: ".html"
9531   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
9532   data: "plot-dpdk-throughput-latency-3n-hsw"
9533   filter: "'NIC_Intel-X520-DA2' and
9534            '64B' and
9535            'BASE' and
9536            'NDRPDR' and
9537            '1T1C' and
9538            'IP4FWD'"
9539   parameters:
9540   - "throughput"
9541   - "parent"
9542   traces:
9543     hoverinfo: "x+y"
9544     boxpoints: "outliers"
9545     whiskerwidth: 0
9546   layout:
9547     title: ""  # No title
9548     layout: "plot-throughput"
9549
9550 -
9551   type: "plot"
9552   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
9553   algorithm: "plot_performance_box"
9554   output-file-type: ".html"
9555   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
9556   data: "plot-dpdk-throughput-latency-3n-hsw"
9557   filter: "'NIC_Intel-X520-DA2' and
9558            '64B' and
9559            'BASE' and
9560            'NDRPDR' and
9561            '2T2C' and
9562            'IP4FWD'"
9563   parameters:
9564   - "throughput"
9565   - "parent"
9566   traces:
9567     hoverinfo: "x+y"
9568     boxpoints: "outliers"
9569     whiskerwidth: 0
9570   layout:
9571     title: ""  # No title
9572     layout: "plot-throughput"
9573
9574 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
9575 -
9576   type: "plot"
9577   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
9578   algorithm: "plot_performance_box"
9579   output-file-type: ".html"
9580   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
9581   data: "plot-dpdk-throughput-latency-3n-hsw"
9582   filter: "'NIC_Intel-X710' and
9583            '64B' and
9584            'BASE' and
9585            'NDRPDR' and
9586            '1T1C' and
9587            'IP4FWD'"
9588   parameters:
9589   - "throughput"
9590   - "parent"
9591   traces:
9592     hoverinfo: "x+y"
9593     boxpoints: "outliers"
9594     whiskerwidth: 0
9595   layout:
9596     title: ""  # No title
9597     layout: "plot-throughput"
9598
9599 -
9600   type: "plot"
9601   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
9602   algorithm: "plot_performance_box"
9603   output-file-type: ".html"
9604   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
9605   data: "plot-dpdk-throughput-latency-3n-hsw"
9606   filter: "'NIC_Intel-X710' and
9607            '64B' and
9608            'BASE' and
9609            'NDRPDR' and
9610            '2T2C' and
9611            'IP4FWD'"
9612   parameters:
9613   - "throughput"
9614   - "parent"
9615   traces:
9616     hoverinfo: "x+y"
9617     boxpoints: "outliers"
9618     whiskerwidth: 0
9619   layout:
9620     title: ""  # No title
9621     layout: "plot-throughput"
9622
9623 -
9624   type: "plot"
9625   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
9626   algorithm: "plot_performance_box"
9627   output-file-type: ".html"
9628   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
9629   data: "plot-dpdk-throughput-latency-3n-hsw"
9630   filter: "'NIC_Intel-X710' and
9631            '64B' and
9632            'BASE' and
9633            'NDRPDR' and
9634            '1T1C' and
9635            'IP4FWD'"
9636   parameters:
9637   - "throughput"
9638   - "parent"
9639   traces:
9640     hoverinfo: "x+y"
9641     boxpoints: "outliers"
9642     whiskerwidth: 0
9643   layout:
9644     title: ""  # No title
9645     layout: "plot-throughput"
9646
9647 -
9648   type: "plot"
9649   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
9650   algorithm: "plot_performance_box"
9651   output-file-type: ".html"
9652   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
9653   data: "plot-dpdk-throughput-latency-3n-hsw"
9654   filter: "'NIC_Intel-X710' and
9655            '64B' and
9656            'BASE' and
9657            'NDRPDR' and
9658            '2T2C' and
9659            'IP4FWD'"
9660   parameters:
9661   - "throughput"
9662   - "parent"
9663   traces:
9664     hoverinfo: "x+y"
9665     boxpoints: "outliers"
9666     whiskerwidth: 0
9667   layout:
9668     title: ""  # No title
9669     layout: "plot-throughput"
9670
9671 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
9672 -
9673   type: "plot"
9674   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
9675   algorithm: "plot_performance_box"
9676   output-file-type: ".html"
9677   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
9678   data: "plot-dpdk-throughput-latency-3n-hsw"
9679   filter: "'NIC_Intel-XL710' and
9680            '64B' and
9681            'BASE' and
9682            'NDRPDR' and
9683            '1T1C' and
9684            'IP4FWD'"
9685   parameters:
9686   - "throughput"
9687   - "parent"
9688   traces:
9689     hoverinfo: "x+y"
9690     boxpoints: "outliers"
9691     whiskerwidth: 0
9692   layout:
9693     title: ""  # No title
9694     layout: "plot-throughput"
9695
9696 -
9697   type: "plot"
9698   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
9699   algorithm: "plot_performance_box"
9700   output-file-type: ".html"
9701   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
9702   data: "plot-dpdk-throughput-latency-3n-hsw"
9703   filter: "'NIC_Intel-XL710' and
9704            '64B' and
9705            'BASE' and
9706            'NDRPDR' and
9707            '2T2C' and
9708            'IP4FWD'"
9709   parameters:
9710   - "throughput"
9711   - "parent"
9712   traces:
9713     hoverinfo: "x+y"
9714     boxpoints: "outliers"
9715     whiskerwidth: 0
9716   layout:
9717     title: ""  # No title
9718     layout: "plot-throughput"
9719
9720 -
9721   type: "plot"
9722   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
9723   algorithm: "plot_performance_box"
9724   output-file-type: ".html"
9725   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
9726   data: "plot-dpdk-throughput-latency-3n-hsw"
9727   filter: "'NIC_Intel-XL710' and
9728            '64B' and
9729            'BASE' and
9730            'NDRPDR' and
9731            '1T1C' and
9732            'IP4FWD'"
9733   parameters:
9734   - "throughput"
9735   - "parent"
9736   traces:
9737     hoverinfo: "x+y"
9738     boxpoints: "outliers"
9739     whiskerwidth: 0
9740   layout:
9741     title: ""  # No title
9742     layout: "plot-throughput"
9743
9744 -
9745   type: "plot"
9746   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
9747   algorithm: "plot_performance_box"
9748   output-file-type: ".html"
9749   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
9750   data: "plot-dpdk-throughput-latency-3n-hsw"
9751   filter: "'NIC_Intel-XL710' and
9752            '64B' and
9753            'BASE' and
9754            'NDRPDR' and
9755            '2T2C' and
9756            'IP4FWD'"
9757   parameters:
9758   - "throughput"
9759   - "parent"
9760   traces:
9761     hoverinfo: "x+y"
9762     boxpoints: "outliers"
9763     whiskerwidth: 0
9764   layout:
9765     title: ""  # No title
9766     layout: "plot-throughput"
9767
9768 # Packet Throughput - DPDK l3fwd 3n-skx-x710
9769 -
9770   type: "plot"
9771   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
9772   algorithm: "plot_performance_box"
9773   output-file-type: ".html"
9774   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
9775   data: "plot-dpdk-throughput-latency-3n-skx"
9776   filter: "'NIC_Intel-X710' and
9777            '64B' and
9778            'BASE' and
9779            'NDRPDR' and
9780            '2T1C' and
9781            'IP4FWD'"
9782   parameters:
9783   - "throughput"
9784   - "parent"
9785   traces:
9786     hoverinfo: "x+y"
9787     boxpoints: "outliers"
9788     whiskerwidth: 0
9789   layout:
9790     title: ""  # No title
9791     layout: "plot-throughput"
9792
9793 -
9794   type: "plot"
9795   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
9796   algorithm: "plot_performance_box"
9797   output-file-type: ".html"
9798   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
9799   data: "plot-dpdk-throughput-latency-3n-skx"
9800   filter: "'NIC_Intel-X710' and
9801            '64B' and
9802            'BASE' and
9803            'NDRPDR' and
9804            '4T2C' and
9805            'IP4FWD'"
9806   parameters:
9807   - "throughput"
9808   - "parent"
9809   traces:
9810     hoverinfo: "x+y"
9811     boxpoints: "outliers"
9812     whiskerwidth: 0
9813   layout:
9814     title: ""  # No title
9815     layout: "plot-throughput"
9816
9817 -
9818   type: "plot"
9819   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
9820   algorithm: "plot_performance_box"
9821   output-file-type: ".html"
9822   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
9823   data: "plot-dpdk-throughput-latency-3n-skx"
9824   filter: "'NIC_Intel-X710' and
9825            '64B' and
9826            'BASE' and
9827            'NDRPDR' and
9828            '2T1C' and
9829            'IP4FWD'"
9830   parameters:
9831   - "throughput"
9832   - "parent"
9833   traces:
9834     hoverinfo: "x+y"
9835     boxpoints: "outliers"
9836     whiskerwidth: 0
9837   layout:
9838     title: ""  # No title
9839     layout: "plot-throughput"
9840
9841 -
9842   type: "plot"
9843   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
9844   algorithm: "plot_performance_box"
9845   output-file-type: ".html"
9846   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
9847   data: "plot-dpdk-throughput-latency-3n-skx"
9848   filter: "'NIC_Intel-X710' and
9849            '64B' and
9850            'BASE' and
9851            'NDRPDR' and
9852            '4T2C' and
9853            'IP4FWD'"
9854   parameters:
9855   - "throughput"
9856   - "parent"
9857   traces:
9858     hoverinfo: "x+y"
9859     boxpoints: "outliers"
9860     whiskerwidth: 0
9861   layout:
9862     title: ""  # No title
9863     layout: "plot-throughput"
9864
9865 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
9866 -
9867   type: "plot"
9868   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
9869   algorithm: "plot_performance_box"
9870   output-file-type: ".html"
9871   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
9872   data: "plot-dpdk-throughput-latency-3n-skx"
9873   filter: "'NIC_Intel-XXV710' and
9874            '64B' and
9875            'BASE' and
9876            'NDRPDR' and
9877            '2T1C' and
9878            'IP4FWD'"
9879   parameters:
9880   - "throughput"
9881   - "parent"
9882   traces:
9883     hoverinfo: "x+y"
9884     boxpoints: "outliers"
9885     whiskerwidth: 0
9886   layout:
9887     title: ""  # No title
9888     layout: "plot-throughput"
9889
9890 -
9891   type: "plot"
9892   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
9893   algorithm: "plot_performance_box"
9894   output-file-type: ".html"
9895   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
9896   data: "plot-dpdk-throughput-latency-3n-skx"
9897   filter: "'NIC_Intel-XXV710' and
9898            '64B' and
9899            'BASE' and
9900            'NDRPDR' and
9901            '4T2C' and
9902            'IP4FWD'"
9903   parameters:
9904   - "throughput"
9905   - "parent"
9906   traces:
9907     hoverinfo: "x+y"
9908     boxpoints: "outliers"
9909     whiskerwidth: 0
9910   layout:
9911     title: ""  # No title
9912     layout: "plot-throughput"
9913
9914 -
9915   type: "plot"
9916   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
9917   algorithm: "plot_performance_box"
9918   output-file-type: ".html"
9919   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
9920   data: "plot-dpdk-throughput-latency-3n-skx"
9921   filter: "'NIC_Intel-XXV710' and
9922            '64B' and
9923            'BASE' and
9924            'NDRPDR' and
9925            '2T1C' and
9926            'IP4FWD'"
9927   parameters:
9928   - "throughput"
9929   - "parent"
9930   traces:
9931     hoverinfo: "x+y"
9932     boxpoints: "outliers"
9933     whiskerwidth: 0
9934   layout:
9935     title: ""  # No title
9936     layout: "plot-throughput"
9937
9938 -
9939   type: "plot"
9940   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
9941   algorithm: "plot_performance_box"
9942   output-file-type: ".html"
9943   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
9944   data: "plot-dpdk-throughput-latency-3n-skx"
9945   filter: "'NIC_Intel-XXV710' and
9946            '64B' and
9947            'BASE' and
9948            'NDRPDR' and
9949            '4T2C' and
9950            'IP4FWD'"
9951   parameters:
9952   - "throughput"
9953   - "parent"
9954   traces:
9955     hoverinfo: "x+y"
9956     boxpoints: "outliers"
9957     whiskerwidth: 0
9958   layout:
9959     title: ""  # No title
9960     layout: "plot-throughput"
9961
9962 # Packet Throughput - DPDK l3fwd 2n-skx-x710
9963 -
9964   type: "plot"
9965   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
9966   algorithm: "plot_performance_box"
9967   output-file-type: ".html"
9968   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
9969   data: "plot-dpdk-throughput-latency-2n-skx"
9970   filter: "'NIC_Intel-X710' and
9971            '64B' and
9972            'BASE' and
9973            'NDRPDR' and
9974            '2T1C' and
9975            'IP4FWD'"
9976   parameters:
9977   - "throughput"
9978   - "parent"
9979   traces:
9980     hoverinfo: "x+y"
9981     boxpoints: "outliers"
9982     whiskerwidth: 0
9983   layout:
9984     title: ""  # No title
9985     layout: "plot-throughput"
9986
9987 -
9988   type: "plot"
9989   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
9990   algorithm: "plot_performance_box"
9991   output-file-type: ".html"
9992   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
9993   data: "plot-dpdk-throughput-latency-2n-skx"
9994   filter: "'NIC_Intel-X710' and
9995            '64B' and
9996            'BASE' and
9997            'NDRPDR' and
9998            '4T2C' and
9999            'IP4FWD'"
10000   parameters:
10001   - "throughput"
10002   - "parent"
10003   traces:
10004     hoverinfo: "x+y"
10005     boxpoints: "outliers"
10006     whiskerwidth: 0
10007   layout:
10008     title: ""  # No title
10009     layout: "plot-throughput"
10010
10011 -
10012   type: "plot"
10013   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
10014   algorithm: "plot_performance_box"
10015   output-file-type: ".html"
10016   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
10017   data: "plot-dpdk-throughput-latency-2n-skx"
10018   filter: "'NIC_Intel-X710' and
10019            '64B' and
10020            'BASE' and
10021            'NDRPDR' and
10022            '2T1C' and
10023            'IP4FWD'"
10024   parameters:
10025   - "throughput"
10026   - "parent"
10027   traces:
10028     hoverinfo: "x+y"
10029     boxpoints: "outliers"
10030     whiskerwidth: 0
10031   layout:
10032     title: ""  # No title
10033     layout: "plot-throughput"
10034
10035 -
10036   type: "plot"
10037   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
10038   algorithm: "plot_performance_box"
10039   output-file-type: ".html"
10040   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
10041   data: "plot-dpdk-throughput-latency-2n-skx"
10042   filter: "'NIC_Intel-X710' and
10043            '64B' and
10044            'BASE' and
10045            'NDRPDR' and
10046            '4T2C' and
10047            'IP4FWD'"
10048   parameters:
10049   - "throughput"
10050   - "parent"
10051   traces:
10052     hoverinfo: "x+y"
10053     boxpoints: "outliers"
10054     whiskerwidth: 0
10055   layout:
10056     title: ""  # No title
10057     layout: "plot-throughput"
10058
10059 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
10060 -
10061   type: "plot"
10062   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
10063   algorithm: "plot_performance_box"
10064   output-file-type: ".html"
10065   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
10066   data: "plot-dpdk-throughput-latency-2n-skx"
10067   filter: "'NIC_Intel-XXV710' and
10068            '64B' and
10069            'BASE' and
10070            'NDRPDR' and
10071            '2T1C' and
10072            'IP4FWD'"
10073   parameters:
10074   - "throughput"
10075   - "parent"
10076   traces:
10077     hoverinfo: "x+y"
10078     boxpoints: "outliers"
10079     whiskerwidth: 0
10080   layout:
10081     title: ""  # No title
10082     layout: "plot-throughput"
10083
10084 -
10085   type: "plot"
10086   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
10087   algorithm: "plot_performance_box"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
10090   data: "plot-dpdk-throughput-latency-2n-skx"
10091   filter: "'NIC_Intel-XXV710' and
10092            '64B' and
10093            'BASE' and
10094            'NDRPDR' and
10095            '4T2C' and
10096            'IP4FWD'"
10097   parameters:
10098   - "throughput"
10099   - "parent"
10100   traces:
10101     hoverinfo: "x+y"
10102     boxpoints: "outliers"
10103     whiskerwidth: 0
10104   layout:
10105     title: ""  # No title
10106     layout: "plot-throughput"
10107
10108 -
10109   type: "plot"
10110   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
10111   algorithm: "plot_performance_box"
10112   output-file-type: ".html"
10113   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
10114   data: "plot-dpdk-throughput-latency-2n-skx"
10115   filter: "'NIC_Intel-XXV710' and
10116            '64B' and
10117            'BASE' and
10118            'NDRPDR' and
10119            '2T1C' and
10120            'IP4FWD'"
10121   parameters:
10122   - "throughput"
10123   - "parent"
10124   traces:
10125     hoverinfo: "x+y"
10126     boxpoints: "outliers"
10127     whiskerwidth: 0
10128   layout:
10129     title: ""  # No title
10130     layout: "plot-throughput"
10131
10132 -
10133   type: "plot"
10134   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
10135   algorithm: "plot_performance_box"
10136   output-file-type: ".html"
10137   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
10138   data: "plot-dpdk-throughput-latency-2n-skx"
10139   filter: "'NIC_Intel-XXV710' and
10140            '64B' and
10141            'BASE' and
10142            'NDRPDR' and
10143            '4T2C' and
10144            'IP4FWD'"
10145   parameters:
10146   - "throughput"
10147   - "parent"
10148   traces:
10149     hoverinfo: "x+y"
10150     boxpoints: "outliers"
10151     whiskerwidth: 0
10152   layout:
10153     title: ""  # No title
10154     layout: "plot-throughput"
10155
10156 ################################################################################
10157
10158 # Packet Throughput - DPDK testpmd 3n-hsw-x520
10159 -
10160   type: "plot"
10161   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
10162   algorithm: "plot_performance_box"
10163   output-file-type: ".html"
10164   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
10165   data: "plot-dpdk-throughput-latency-3n-hsw"
10166   filter: "'NIC_Intel-X520-DA2' and
10167            '64B' and
10168            'BASE' and
10169            'NDRPDR' and
10170            '1T1C' and
10171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10172   parameters:
10173   - "throughput"
10174   - "parent"
10175   traces:
10176     hoverinfo: "x+y"
10177     boxpoints: "outliers"
10178     whiskerwidth: 0
10179   layout:
10180     title: ""  # No title
10181     layout: "plot-throughput"
10182
10183 -
10184   type: "plot"
10185   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
10186   algorithm: "plot_performance_box"
10187   output-file-type: ".html"
10188   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
10189   data: "plot-dpdk-throughput-latency-3n-hsw"
10190   filter: "'NIC_Intel-X520-DA2' and
10191            '64B' and
10192            'BASE' and
10193            'NDRPDR' and
10194            '2T2C' and
10195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10196   parameters:
10197   - "throughput"
10198   - "parent"
10199   traces:
10200     hoverinfo: "x+y"
10201     boxpoints: "outliers"
10202     whiskerwidth: 0
10203   layout:
10204     title: ""  # No title
10205     layout: "plot-throughput"
10206
10207 -
10208   type: "plot"
10209   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
10210   algorithm: "plot_performance_box"
10211   output-file-type: ".html"
10212   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
10213   data: "plot-dpdk-throughput-latency-3n-hsw"
10214   filter: "'NIC_Intel-X520-DA2' and
10215            '64B' and
10216            'BASE' and
10217            'NDRPDR' and
10218            '1T1C' and
10219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10220   parameters:
10221   - "throughput"
10222   - "parent"
10223   traces:
10224     hoverinfo: "x+y"
10225     boxpoints: "outliers"
10226     whiskerwidth: 0
10227   layout:
10228     title: ""  # No title
10229     layout: "plot-throughput"
10230
10231 -
10232   type: "plot"
10233   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
10234   algorithm: "plot_performance_box"
10235   output-file-type: ".html"
10236   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
10237   data: "plot-dpdk-throughput-latency-3n-hsw"
10238   filter: "'NIC_Intel-X520-DA2' and
10239            '64B' and
10240            'BASE' and
10241            'NDRPDR' and
10242            '2T2C' and
10243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10244   parameters:
10245   - "throughput"
10246   - "parent"
10247   traces:
10248     hoverinfo: "x+y"
10249     boxpoints: "outliers"
10250     whiskerwidth: 0
10251   layout:
10252     title: ""  # No title
10253     layout: "plot-throughput"
10254
10255 # Packet Throughput - DPDK testpmd 3n-hsw-x710
10256 -
10257   type: "plot"
10258   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
10259   algorithm: "plot_performance_box"
10260   output-file-type: ".html"
10261   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
10262   data: "plot-dpdk-throughput-latency-3n-hsw"
10263   filter: "'NIC_Intel-X710' and
10264            '64B' and
10265            'BASE' and
10266            'NDRPDR' and
10267            '1T1C' and
10268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10269   parameters:
10270   - "throughput"
10271   - "parent"
10272   traces:
10273     hoverinfo: "x+y"
10274     boxpoints: "outliers"
10275     whiskerwidth: 0
10276   layout:
10277     title: ""  # No title
10278     layout: "plot-throughput"
10279
10280 -
10281   type: "plot"
10282   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
10283   algorithm: "plot_performance_box"
10284   output-file-type: ".html"
10285   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
10286   data: "plot-dpdk-throughput-latency-3n-hsw"
10287   filter: "'NIC_Intel-X710' and
10288            '64B' and
10289            'BASE' and
10290            'NDRPDR' and
10291            '2T2C' and
10292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10293   parameters:
10294   - "throughput"
10295   - "parent"
10296   traces:
10297     hoverinfo: "x+y"
10298     boxpoints: "outliers"
10299     whiskerwidth: 0
10300   layout:
10301     title: ""  # No title
10302     layout: "plot-throughput"
10303
10304 -
10305   type: "plot"
10306   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
10307   algorithm: "plot_performance_box"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
10310   data: "plot-dpdk-throughput-latency-3n-hsw"
10311   filter: "'NIC_Intel-X710' and
10312            '64B' and
10313            'BASE' and
10314            'NDRPDR' and
10315            '1T1C' and
10316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10317   parameters:
10318   - "throughput"
10319   - "parent"
10320   traces:
10321     hoverinfo: "x+y"
10322     boxpoints: "outliers"
10323     whiskerwidth: 0
10324   layout:
10325     title: ""  # No title
10326     layout: "plot-throughput"
10327
10328 -
10329   type: "plot"
10330   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
10331   algorithm: "plot_performance_box"
10332   output-file-type: ".html"
10333   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
10334   data: "plot-dpdk-throughput-latency-3n-hsw"
10335   filter: "'NIC_Intel-X710' and
10336            '64B' and
10337            'BASE' and
10338            'NDRPDR' and
10339            '2T2C' and
10340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10341   parameters:
10342   - "throughput"
10343   - "parent"
10344   traces:
10345     hoverinfo: "x+y"
10346     boxpoints: "outliers"
10347     whiskerwidth: 0
10348   layout:
10349     title: ""  # No title
10350     layout: "plot-throughput"
10351
10352 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
10353 -
10354   type: "plot"
10355   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
10356   algorithm: "plot_performance_box"
10357   output-file-type: ".html"
10358   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
10359   data: "plot-dpdk-throughput-latency-3n-hsw"
10360   filter: "'NIC_Intel-XL710' and
10361            '64B' and
10362            'BASE' and
10363            'NDRPDR' and
10364            '1T1C' and
10365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10366   parameters:
10367   - "throughput"
10368   - "parent"
10369   traces:
10370     hoverinfo: "x+y"
10371     boxpoints: "outliers"
10372     whiskerwidth: 0
10373   layout:
10374     title: ""  # No title
10375     layout: "plot-throughput"
10376
10377 -
10378   type: "plot"
10379   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
10380   algorithm: "plot_performance_box"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
10383   data: "plot-dpdk-throughput-latency-3n-hsw"
10384   filter: "'NIC_Intel-XL710' and
10385            '64B' and
10386            'BASE' and
10387            'NDRPDR' and
10388            '2T2C' and
10389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10390   parameters:
10391   - "throughput"
10392   - "parent"
10393   traces:
10394     hoverinfo: "x+y"
10395     boxpoints: "outliers"
10396     whiskerwidth: 0
10397   layout:
10398     title: ""  # No title
10399     layout: "plot-throughput"
10400
10401 -
10402   type: "plot"
10403   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
10404   algorithm: "plot_performance_box"
10405   output-file-type: ".html"
10406   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
10407   data: "plot-dpdk-throughput-latency-3n-hsw"
10408   filter: "'NIC_Intel-XL710' and
10409            '64B' and
10410            'BASE' and
10411            'NDRPDR' and
10412            '1T1C' and
10413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10414   parameters:
10415   - "throughput"
10416   - "parent"
10417   traces:
10418     hoverinfo: "x+y"
10419     boxpoints: "outliers"
10420     whiskerwidth: 0
10421   layout:
10422     title: ""  # No title
10423     layout: "plot-throughput"
10424
10425 -
10426   type: "plot"
10427   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
10428   algorithm: "plot_performance_box"
10429   output-file-type: ".html"
10430   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
10431   data: "plot-dpdk-throughput-latency-3n-hsw"
10432   filter: "'NIC_Intel-XL710' and
10433            '64B' and
10434            'BASE' and
10435            'NDRPDR' and
10436            '2T2C' and
10437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10438   parameters:
10439   - "throughput"
10440   - "parent"
10441   traces:
10442     hoverinfo: "x+y"
10443     boxpoints: "outliers"
10444     whiskerwidth: 0
10445   layout:
10446     title: ""  # No title
10447     layout: "plot-throughput"
10448
10449 # Packet Throughput - DPDK testpmd 3n-skx-x710
10450 -
10451   type: "plot"
10452   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
10453   algorithm: "plot_performance_box"
10454   output-file-type: ".html"
10455   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
10456   data: "plot-dpdk-throughput-latency-3n-skx"
10457   filter: "'NIC_Intel-X710' and
10458            '64B' and
10459            'BASE' and
10460            'NDRPDR' and
10461            '2T1C' and
10462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10463   parameters:
10464   - "throughput"
10465   - "parent"
10466   traces:
10467     hoverinfo: "x+y"
10468     boxpoints: "outliers"
10469     whiskerwidth: 0
10470   layout:
10471     title: ""  # No title
10472     layout: "plot-throughput"
10473
10474 -
10475   type: "plot"
10476   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
10477   algorithm: "plot_performance_box"
10478   output-file-type: ".html"
10479   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
10480   data: "plot-dpdk-throughput-latency-3n-skx"
10481   filter: "'NIC_Intel-X710' and
10482            '64B' and
10483            'BASE' and
10484            'NDRPDR' and
10485            '4T2C' and
10486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10487   parameters:
10488   - "throughput"
10489   - "parent"
10490   traces:
10491     hoverinfo: "x+y"
10492     boxpoints: "outliers"
10493     whiskerwidth: 0
10494   layout:
10495     title: ""  # No title
10496     layout: "plot-throughput"
10497
10498 -
10499   type: "plot"
10500   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
10501   algorithm: "plot_performance_box"
10502   output-file-type: ".html"
10503   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
10504   data: "plot-dpdk-throughput-latency-3n-skx"
10505   filter: "'NIC_Intel-X710' and
10506            '64B' and
10507            'BASE' and
10508            'NDRPDR' and
10509            '2T1C' and
10510            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10511   parameters:
10512   - "throughput"
10513   - "parent"
10514   traces:
10515     hoverinfo: "x+y"
10516     boxpoints: "outliers"
10517     whiskerwidth: 0
10518   layout:
10519     title: ""  # No title
10520     layout: "plot-throughput"
10521
10522 -
10523   type: "plot"
10524   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
10525   algorithm: "plot_performance_box"
10526   output-file-type: ".html"
10527   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
10528   data: "plot-dpdk-throughput-latency-3n-skx"
10529   filter: "'NIC_Intel-X710' and
10530            '64B' and
10531            'BASE' and
10532            'NDRPDR' and
10533            '4T2C' and
10534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10535   parameters:
10536   - "throughput"
10537   - "parent"
10538   traces:
10539     hoverinfo: "x+y"
10540     boxpoints: "outliers"
10541     whiskerwidth: 0
10542   layout:
10543     title: ""  # No title
10544     layout: "plot-throughput"
10545
10546 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
10547 -
10548   type: "plot"
10549   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
10550   algorithm: "plot_performance_box"
10551   output-file-type: ".html"
10552   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
10553   data: "plot-dpdk-throughput-latency-3n-skx"
10554   filter: "'NIC_Intel-XXV710' and
10555            '64B' and
10556            'BASE' and
10557            'NDRPDR' and
10558            '2T1C' and
10559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10560   parameters:
10561   - "throughput"
10562   - "parent"
10563   traces:
10564     hoverinfo: "x+y"
10565     boxpoints: "outliers"
10566     whiskerwidth: 0
10567   layout:
10568     title: ""  # No title
10569     layout: "plot-throughput"
10570
10571 -
10572   type: "plot"
10573   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
10574   algorithm: "plot_performance_box"
10575   output-file-type: ".html"
10576   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
10577   data: "plot-dpdk-throughput-latency-3n-skx"
10578   filter: "'NIC_Intel-XXV710' and
10579            '64B' and
10580            'BASE' and
10581            'NDRPDR' and
10582            '4T2C' and
10583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10584   parameters:
10585   - "throughput"
10586   - "parent"
10587   traces:
10588     hoverinfo: "x+y"
10589     boxpoints: "outliers"
10590     whiskerwidth: 0
10591   layout:
10592     title: ""  # No title
10593     layout: "plot-throughput"
10594
10595 -
10596   type: "plot"
10597   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
10598   algorithm: "plot_performance_box"
10599   output-file-type: ".html"
10600   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
10601   data: "plot-dpdk-throughput-latency-3n-skx"
10602   filter: "'NIC_Intel-XXV710' and
10603            '64B' and
10604            'BASE' and
10605            'NDRPDR' and
10606            '4T1C' and
10607            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10608   parameters:
10609   - "throughput"
10610   - "parent"
10611   traces:
10612     hoverinfo: "x+y"
10613     boxpoints: "outliers"
10614     whiskerwidth: 0
10615   layout:
10616     title: ""  # No title
10617     layout: "plot-throughput"
10618
10619 -
10620   type: "plot"
10621   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
10622   algorithm: "plot_performance_box"
10623   output-file-type: ".html"
10624   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
10625   data: "plot-dpdk-throughput-latency-3n-skx"
10626   filter: "'NIC_Intel-XXV710' and
10627            '64B' and
10628            'BASE' and
10629            'NDRPDR' and
10630            '4T2C' and
10631            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10632   parameters:
10633   - "throughput"
10634   - "parent"
10635   traces:
10636     hoverinfo: "x+y"
10637     boxpoints: "outliers"
10638     whiskerwidth: 0
10639   layout:
10640     title: ""  # No title
10641     layout: "plot-throughput"
10642
10643 # Packet Throughput - DPDK testpmd 2n-skx-x710
10644 -
10645   type: "plot"
10646   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
10647   algorithm: "plot_performance_box"
10648   output-file-type: ".html"
10649   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
10650   data: "plot-dpdk-throughput-latency-2n-skx"
10651   filter: "'NIC_Intel-X710' and
10652            '64B' and
10653            'BASE' and
10654            'NDRPDR' and
10655            '2T1C' and
10656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10657   parameters:
10658   - "throughput"
10659   - "parent"
10660   traces:
10661     hoverinfo: "x+y"
10662     boxpoints: "outliers"
10663     whiskerwidth: 0
10664   layout:
10665     title: ""  # No title
10666     layout: "plot-throughput"
10667
10668 -
10669   type: "plot"
10670   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
10671   algorithm: "plot_performance_box"
10672   output-file-type: ".html"
10673   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
10674   data: "plot-dpdk-throughput-latency-2n-skx"
10675   filter: "'NIC_Intel-X710' and
10676            '64B' and
10677            'BASE' and
10678            'NDRPDR' and
10679            '4T2C' and
10680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10681   parameters:
10682   - "throughput"
10683   - "parent"
10684   traces:
10685     hoverinfo: "x+y"
10686     boxpoints: "outliers"
10687     whiskerwidth: 0
10688   layout:
10689     title: ""  # No title
10690     layout: "plot-throughput"
10691
10692 -
10693   type: "plot"
10694   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
10695   algorithm: "plot_performance_box"
10696   output-file-type: ".html"
10697   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
10698   data: "plot-dpdk-throughput-latency-2n-skx"
10699   filter: "'NIC_Intel-X710' and
10700            '64B' and
10701            'BASE' and
10702            'NDRPDR' and
10703            '2T1C' and
10704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10705   parameters:
10706   - "throughput"
10707   - "parent"
10708   traces:
10709     hoverinfo: "x+y"
10710     boxpoints: "outliers"
10711     whiskerwidth: 0
10712   layout:
10713     title: ""  # No title
10714     layout: "plot-throughput"
10715
10716 -
10717   type: "plot"
10718   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
10719   algorithm: "plot_performance_box"
10720   output-file-type: ".html"
10721   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
10722   data: "plot-dpdk-throughput-latency-2n-skx"
10723   filter: "'NIC_Intel-X710' and
10724            '64B' and
10725            'BASE' and
10726            'NDRPDR' and
10727            '4T2C' and
10728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10729   parameters:
10730   - "throughput"
10731   - "parent"
10732   traces:
10733     hoverinfo: "x+y"
10734     boxpoints: "outliers"
10735     whiskerwidth: 0
10736   layout:
10737     title: ""  # No title
10738     layout: "plot-throughput"
10739
10740 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
10741 -
10742   type: "plot"
10743   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
10744   algorithm: "plot_performance_box"
10745   output-file-type: ".html"
10746   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
10747   data: "plot-dpdk-throughput-latency-2n-skx"
10748   filter: "'NIC_Intel-XXV710' and
10749            '64B' and
10750            'BASE' and
10751            'NDRPDR' and
10752            '2T1C' and
10753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10754   parameters:
10755   - "throughput"
10756   - "parent"
10757   traces:
10758     hoverinfo: "x+y"
10759     boxpoints: "outliers"
10760     whiskerwidth: 0
10761   layout:
10762     title: ""  # No title
10763     layout: "plot-throughput"
10764
10765 -
10766   type: "plot"
10767   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
10768   algorithm: "plot_performance_box"
10769   output-file-type: ".html"
10770   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
10771   data: "plot-dpdk-throughput-latency-2n-skx"
10772   filter: "'NIC_Intel-XXV710' and
10773            '64B' and
10774            'BASE' and
10775            'NDRPDR' and
10776            '4T2C' and
10777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10778   parameters:
10779   - "throughput"
10780   - "parent"
10781   traces:
10782     hoverinfo: "x+y"
10783     boxpoints: "outliers"
10784     whiskerwidth: 0
10785   layout:
10786     title: ""  # No title
10787     layout: "plot-throughput"
10788
10789 -
10790   type: "plot"
10791   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
10792   algorithm: "plot_performance_box"
10793   output-file-type: ".html"
10794   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
10795   data: "plot-dpdk-throughput-latency-2n-skx"
10796   filter: "'NIC_Intel-XXV710' and
10797            '64B' and
10798            'BASE' and
10799            'NDRPDR' and
10800            '2T1C' and
10801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10802   parameters:
10803   - "throughput"
10804   - "parent"
10805   traces:
10806     hoverinfo: "x+y"
10807     boxpoints: "outliers"
10808     whiskerwidth: 0
10809   layout:
10810     title: ""  # No title
10811     layout: "plot-throughput"
10812
10813 -
10814   type: "plot"
10815   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
10816   algorithm: "plot_performance_box"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
10819   data: "plot-dpdk-throughput-latency-2n-skx"
10820   filter: "'NIC_Intel-XXV710' and
10821            '64B' and
10822            'BASE' and
10823            'NDRPDR' and
10824            '4T2C' and
10825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10826   parameters:
10827   - "throughput"
10828   - "parent"
10829   traces:
10830     hoverinfo: "x+y"
10831     boxpoints: "outliers"
10832     whiskerwidth: 0
10833   layout:
10834     title: ""  # No title
10835     layout: "plot-throughput"
10836
10837
10838
10839
10840
10841
10842
10843
10844 ################################################################################
10845
10846 # Packet Latency - VPP L2 3n-hsw-x520
10847 -
10848   type: "plot"
10849   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10850   algorithm: "plot_latency_box"
10851   output-file-type: ".html"
10852   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10853   data: "plot-vpp-throughput-latency-3n-hsw"
10854   filter: "'NIC_Intel-X520-DA2' and
10855            '64B' and
10856            ('BASE' or 'SCALE') and
10857            'NDRDISC' and
10858            '1T1C' and
10859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10860            not 'VHOST' and
10861            not 'MEMIF'"
10862   parameters:
10863   - "latency"
10864   - "parent"
10865   traces:
10866     boxmean: False
10867   layout:
10868     title: ""  # No title
10869     layout: "plot-latency"
10870
10871 -
10872   type: "plot"
10873   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10874   algorithm: "plot_latency_box"
10875   output-file-type: ".html"
10876   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10877   data: "plot-vpp-throughput-latency-3n-hsw"
10878   filter: "'NIC_Intel-X520-DA2' and
10879            '64B' and
10880            ('BASE' or 'SCALE') and
10881            'NDRDISC' and
10882            '2T2C' and
10883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10884            not 'VHOST' and
10885            not 'MEMIF'"
10886   parameters:
10887   - "latency"
10888   - "parent"
10889   traces:
10890     boxmean: False
10891   layout:
10892     title: ""  # No title
10893     layout: "plot-latency"
10894
10895 -
10896   type: "plot"
10897   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10898   algorithm: "plot_latency_box"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10901   data: "plot-vpp-throughput-latency-3n-hsw"
10902   filter: "'NIC_Intel-X520-DA2' and
10903            '64B' and
10904            'FEATURE' and
10905            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10906            'NDRDISC' and
10907            '1T1C' and
10908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10909            not 'VHOST' and
10910            not 'MEMIF'"
10911   parameters:
10912   - "latency"
10913   - "parent"
10914   traces:
10915     boxmean: False
10916   layout:
10917     title: ""  # No title
10918     layout: "plot-latency"
10919
10920 -
10921   type: "plot"
10922   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10923   algorithm: "plot_latency_box"
10924   output-file-type: ".html"
10925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10926   data: "plot-vpp-throughput-latency-3n-hsw"
10927   filter: "'NIC_Intel-X520-DA2' and
10928            '64B' and
10929            'FEATURE' and
10930            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10931            'NDRDISC' and
10932            '2T2C' and
10933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10934            not 'VHOST' and
10935            not 'MEMIF'"
10936   parameters:
10937   - "latency"
10938   - "parent"
10939   traces:
10940     boxmean: False
10941   layout:
10942     title: ""  # No title
10943     layout: "plot-latency"
10944
10945 # Packet Latency - VPP L2 3n-hsw-x710
10946 -
10947   type: "plot"
10948   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10949   algorithm: "plot_latency_box"
10950   output-file-type: ".html"
10951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10952   data: "plot-vpp-throughput-latency-3n-hsw"
10953   filter: "'NIC_Intel-X710' and
10954            '64B' and
10955            ('BASE' or 'SCALE') and
10956            'NDRDISC' and
10957            '1T1C' and
10958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10959            not 'VHOST' and
10960            not 'MEMIF'"
10961   parameters:
10962   - "latency"
10963   - "parent"
10964   traces:
10965     boxmean: False
10966   layout:
10967     title: ""  # No title
10968     layout: "plot-latency"
10969
10970 -
10971   type: "plot"
10972   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10973   algorithm: "plot_latency_box"
10974   output-file-type: ".html"
10975   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10976   data: "plot-vpp-throughput-latency-3n-hsw"
10977   filter: "'NIC_Intel-X710' and
10978            '64B' and
10979            ('BASE' or 'SCALE') and
10980            'NDRDISC' and
10981            '2T2C' and
10982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10983            not 'VHOST' and
10984            not 'MEMIF'"
10985   parameters:
10986   - "latency"
10987   - "parent"
10988   traces:
10989     boxmean: False
10990   layout:
10991     title: ""  # No title
10992     layout: "plot-latency"
10993
10994 -
10995   type: "plot"
10996   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10997   algorithm: "plot_latency_box"
10998   output-file-type: ".html"
10999   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
11000   data: "plot-vpp-throughput-latency-3n-hsw"
11001   filter: "'NIC_Intel-X710' and
11002            '64B' and
11003            'FEATURE' and
11004            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11005            'NDRDISC' and
11006            '1T1C' and
11007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11008            not 'VHOST' and
11009            not 'MEMIF'"
11010   parameters:
11011   - "latency"
11012   - "parent"
11013   traces:
11014     boxmean: False
11015   layout:
11016     title: ""  # No title
11017     layout: "plot-latency"
11018
11019 -
11020   type: "plot"
11021   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
11022   algorithm: "plot_latency_box"
11023   output-file-type: ".html"
11024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
11025   data: "plot-vpp-throughput-latency-3n-hsw"
11026   filter: "'NIC_Intel-X710' and
11027            '64B' and
11028            'FEATURE' and
11029            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11030            'NDRDISC' and
11031            '2T2C' and
11032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11033            not 'VHOST' and
11034            not 'MEMIF'"
11035   parameters:
11036   - "latency"
11037   - "parent"
11038   traces:
11039     boxmean: False
11040   layout:
11041     title: ""  # No title
11042     layout: "plot-latency"
11043
11044 # Packet Latency - VPP L2 3n-hsw-xl710
11045 -
11046   type: "plot"
11047   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11048   algorithm: "plot_latency_box"
11049   output-file-type: ".html"
11050   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11051   data: "plot-vpp-throughput-latency-3n-hsw"
11052   filter: "'NIC_Intel-XL710' and
11053            '64B' and
11054            ('BASE' or 'SCALE') and
11055            'NDRDISC' and
11056            '1T1C' and
11057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11058            not 'VHOST' and
11059            not 'MEMIF'"
11060   parameters:
11061   - "latency"
11062   - "parent"
11063   traces:
11064     boxmean: False
11065   layout:
11066     title: ""  # No title
11067     layout: "plot-latency"
11068
11069 -
11070   type: "plot"
11071   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11072   algorithm: "plot_latency_box"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11075   data: "plot-vpp-throughput-latency-3n-hsw"
11076   filter: "'NIC_Intel-XL710' and
11077            '64B' and
11078            ('BASE' or 'SCALE') and
11079            'NDRDISC' and
11080            '2T2C' and
11081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11082            not 'VHOST' and
11083            not 'MEMIF'"
11084   parameters:
11085   - "latency"
11086   - "parent"
11087   traces:
11088     boxmean: False
11089   layout:
11090     title: ""  # No title
11091     layout: "plot-latency"
11092
11093 # Packet Latency - VPP L2 3n-skx-x710
11094 -
11095   type: "plot"
11096   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11097   algorithm: "plot_latency_box"
11098   output-file-type: ".html"
11099   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11100   data: "plot-vpp-throughput-latency-3n-skx"
11101   filter: "'NIC_Intel-X710' and
11102            '64B' and
11103            ('BASE' or 'SCALE') and
11104            'NDRDISC' and
11105            '2T1C' and
11106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11107            not 'VHOST' and
11108            not 'MEMIF'"
11109   parameters:
11110   - "latency"
11111   - "parent"
11112   traces:
11113     boxmean: False
11114   layout:
11115     title: ""  # No title
11116     layout: "plot-latency"
11117
11118 -
11119   type: "plot"
11120   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11121   algorithm: "plot_latency_box"
11122   output-file-type: ".html"
11123   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11124   data: "plot-vpp-throughput-latency-3n-skx"
11125   filter: "'NIC_Intel-X710' and
11126            '64B' and
11127            ('BASE' or 'SCALE') and
11128            'NDRDISC' and
11129            '4T2C' and
11130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11131            not 'VHOST' and
11132            not 'MEMIF'"
11133   parameters:
11134   - "latency"
11135   - "parent"
11136   traces:
11137     boxmean: False
11138   layout:
11139     title: ""  # No title
11140     layout: "plot-latency"
11141
11142 -
11143   type: "plot"
11144   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
11145   algorithm: "plot_latency_box"
11146   output-file-type: ".html"
11147   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
11148   data: "plot-vpp-throughput-latency-3n-skx"
11149   filter: "'NIC_Intel-X710' and
11150            '64B' and
11151            'FEATURE' and
11152            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11153            'NDRDISC' and
11154            '2T1C' and
11155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11156            not 'VHOST' and
11157            not 'MEMIF'"
11158   parameters:
11159   - "latency"
11160   - "parent"
11161   traces:
11162     boxmean: False
11163   layout:
11164     title: ""  # No title
11165     layout: "plot-latency"
11166
11167 -
11168   type: "plot"
11169   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
11170   algorithm: "plot_latency_box"
11171   output-file-type: ".html"
11172   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
11173   data: "plot-vpp-throughput-latency-3n-skx"
11174   filter: "'NIC_Intel-X710' and
11175            '64B' and
11176            'FEATURE' and
11177            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11178            'NDRDISC' and
11179            '4T2C' and
11180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11181            not 'VHOST' and
11182            not 'MEMIF'"
11183   parameters:
11184   - "latency"
11185   - "parent"
11186   traces:
11187     boxmean: False
11188   layout:
11189     title: ""  # No title
11190     layout: "plot-latency"
11191
11192 # Packet Latency - VPP L2 3n-skx-xxv710
11193 -
11194   type: "plot"
11195   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11196   algorithm: "plot_latency_box"
11197   output-file-type: ".html"
11198   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11199   data: "plot-vpp-throughput-latency-3n-skx"
11200   filter: "'NIC_Intel-XXV710' and
11201            '64B' and
11202            ('BASE' or 'SCALE') and
11203            'NDRDISC' and
11204            '2T1C' and
11205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11206            not 'VHOST' and
11207            not 'MEMIF'"
11208   parameters:
11209   - "latency"
11210   - "parent"
11211   traces:
11212     boxmean: False
11213   layout:
11214     title: ""  # No title
11215     layout: "plot-latency"
11216
11217 -
11218   type: "plot"
11219   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11220   algorithm: "plot_latency_box"
11221   output-file-type: ".html"
11222   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11223   data: "plot-vpp-throughput-latency-3n-skx"
11224   filter: "'NIC_Intel-XXV710' and
11225            '64B' and
11226            ('BASE' or 'SCALE') and
11227            'NDRDISC' and
11228            '4T2C' and
11229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11230            not 'VHOST' and
11231            not 'MEMIF'"
11232   parameters:
11233   - "latency"
11234   - "parent"
11235   traces:
11236     boxmean: False
11237   layout:
11238     title: ""  # No title
11239     layout: "plot-latency"
11240
11241 -
11242   type: "plot"
11243   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
11244   algorithm: "plot_latency_box"
11245   output-file-type: ".html"
11246   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
11247   data: "plot-vpp-throughput-latency-3n-skx"
11248   filter: "'NIC_Intel-XXV710' and
11249            '64B' and
11250            'FEATURE' and
11251            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11252            'NDRDISC' and
11253            '2T1C' and
11254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11255            not 'VHOST' and
11256            not 'MEMIF'"
11257   parameters:
11258   - "latency"
11259   - "parent"
11260   traces:
11261     boxmean: False
11262   layout:
11263     title: ""  # No title
11264     layout: "plot-latency"
11265
11266 -
11267   type: "plot"
11268   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
11269   algorithm: "plot_latency_box"
11270   output-file-type: ".html"
11271   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
11272   data: "plot-vpp-throughput-latency-3n-skx"
11273   filter: "'NIC_Intel-XXV710' and
11274            '64B' and
11275            'FEATURE' and
11276            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11277            'NDRDISC' and
11278            '4T2C' and
11279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11280            not 'VHOST' and
11281            not 'MEMIF'"
11282   parameters:
11283   - "latency"
11284   - "parent"
11285   traces:
11286     boxmean: False
11287   layout:
11288     title: ""  # No title
11289     layout: "plot-latency"
11290
11291 # Packet Latency - VPP L2 2n-skx-x710
11292 -
11293   type: "plot"
11294   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11295   algorithm: "plot_latency_box"
11296   output-file-type: ".html"
11297   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11298   data: "plot-vpp-throughput-latency-2n-skx"
11299   filter: "'NIC_Intel-X710' and
11300            '64B' and
11301            ('BASE' or 'SCALE') and
11302            'NDRDISC' and
11303            '2T1C' and
11304            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11305            not 'VHOST' and
11306            not 'MEMIF'"
11307   parameters:
11308   - "latency"
11309   - "parent"
11310   traces:
11311     boxmean: False
11312   layout:
11313     title: ""  # No title
11314     layout: "plot-latency"
11315
11316 -
11317   type: "plot"
11318   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11319   algorithm: "plot_latency_box"
11320   output-file-type: ".html"
11321   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11322   data: "plot-vpp-throughput-latency-2n-skx"
11323   filter: "'NIC_Intel-X710' and
11324            '64B' and
11325            ('BASE' or 'SCALE') and
11326            'NDRDISC' and
11327            '4T2C' and
11328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11329            not 'VHOST' and
11330            not 'MEMIF'"
11331   parameters:
11332   - "latency"
11333   - "parent"
11334   traces:
11335     boxmean: False
11336   layout:
11337     title: ""  # No title
11338     layout: "plot-latency"
11339
11340 -
11341   type: "plot"
11342   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-features-ndr-lat"
11343   algorithm: "plot_latency_box"
11344   output-file-type: ".html"
11345   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-ndr-lat"
11346   data: "plot-vpp-throughput-latency-2n-skx"
11347   filter: "'NIC_Intel-X710' and
11348            '64B' and
11349            'FEATURE' and
11350            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11351            'NDRDISC' and
11352            '2T1C' and
11353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11354            not 'VHOST' and
11355            not 'MEMIF'"
11356   parameters:
11357   - "latency"
11358   - "parent"
11359   traces:
11360     boxmean: False
11361   layout:
11362     title: ""  # No title
11363     layout: "plot-latency"
11364
11365 -
11366   type: "plot"
11367   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-features-ndr-lat"
11368   algorithm: "plot_latency_box"
11369   output-file-type: ".html"
11370   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-ndr-lat"
11371   data: "plot-vpp-throughput-latency-2n-skx"
11372   filter: "'NIC_Intel-X710' and
11373            '64B' and
11374            'FEATURE' and
11375            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11376            'NDRDISC' and
11377            '4T2C' and
11378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11379            not 'VHOST' and
11380            not 'MEMIF'"
11381   parameters:
11382   - "latency"
11383   - "parent"
11384   traces:
11385     boxmean: False
11386   layout:
11387     title: ""  # No title
11388     layout: "plot-latency"
11389
11390 # Packet Latency - VPP L2 2n-skx-xxv710
11391 -
11392   type: "plot"
11393   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11394   algorithm: "plot_latency_box"
11395   output-file-type: ".html"
11396   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11397   data: "plot-vpp-throughput-latency-2n-skx"
11398   filter: "'NIC_Intel-XXV710' and
11399            '64B' and
11400            ('BASE' or 'SCALE') and
11401            'NDRDISC' and
11402            '2T1C' and
11403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11404            not 'VHOST' and
11405            not 'MEMIF'"
11406   parameters:
11407   - "latency"
11408   - "parent"
11409   traces:
11410     boxmean: False
11411   layout:
11412     title: ""  # No title
11413     layout: "plot-latency"
11414
11415 -
11416   type: "plot"
11417   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11418   algorithm: "plot_latency_box"
11419   output-file-type: ".html"
11420   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11421   data: "plot-vpp-throughput-latency-2n-skx"
11422   filter: "'NIC_Intel-XXV710' and
11423            '64B' and
11424            ('BASE' or 'SCALE') and
11425            'NDRDISC' and
11426            '4T2C' and
11427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11428            not 'VHOST' and
11429            not 'MEMIF'"
11430   parameters:
11431   - "latency"
11432   - "parent"
11433   traces:
11434     boxmean: False
11435   layout:
11436     title: ""  # No title
11437     layout: "plot-latency"
11438
11439 -
11440   type: "plot"
11441   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
11442   algorithm: "plot_latency_box"
11443   output-file-type: ".html"
11444   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
11445   data: "plot-vpp-throughput-latency-2n-skx"
11446   filter: "'NIC_Intel-XXV710' and
11447            '64B' and
11448            'FEATURE' and
11449            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11450            'NDRDISC' and
11451            '2T1C' and
11452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11453            not 'VHOST' and
11454            not 'MEMIF'"
11455   parameters:
11456   - "latency"
11457   - "parent"
11458   traces:
11459     boxmean: False
11460   layout:
11461     title: ""  # No title
11462     layout: "plot-latency"
11463
11464 -
11465   type: "plot"
11466   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
11467   algorithm: "plot_latency_box"
11468   output-file-type: ".html"
11469   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
11470   data: "plot-vpp-throughput-latency-2n-skx"
11471   filter: "'NIC_Intel-XXV710' and
11472            '64B' and
11473            'FEATURE' and
11474            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11475            'NDRDISC' and
11476            '4T2C' and
11477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11478            not 'VHOST' and
11479            not 'MEMIF'"
11480   parameters:
11481   - "latency"
11482   - "parent"
11483   traces:
11484     boxmean: False
11485   layout:
11486     title: ""  # No title
11487     layout: "plot-latency"
11488
11489 ################################################################################
11490
11491 # Packet Latency - VPP Container Memif 3n-hsw-x520
11492 -
11493   type: "plot"
11494   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11495   algorithm: "plot_latency_box"
11496   output-file-type: ".html"
11497   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11498   data: "plot-vpp-throughput-latency-3n-hsw"
11499   filter: "'NIC_Intel-X520-DA2' and
11500            '64B' and
11501            ('BASE' or 'SCALE') and
11502            'NDRDISC' and
11503            '1T1C' and
11504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11505            not 'VHOST' and
11506            'MEMIF'"
11507   parameters:
11508   - "latency"
11509   - "parent"
11510   traces:
11511     boxmean: False
11512   layout:
11513     title: ""  # No title
11514     layout: "plot-latency"
11515
11516 -
11517   type: "plot"
11518   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11519   algorithm: "plot_latency_box"
11520   output-file-type: ".html"
11521   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11522   data: "plot-vpp-throughput-latency-3n-hsw"
11523   filter: "'NIC_Intel-X520-DA2' and
11524            '64B' and
11525            ('BASE' or 'SCALE') and
11526            'NDRDISC' and
11527            '2T2C' and
11528            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11529            not 'VHOST' and
11530            'MEMIF'"
11531   parameters:
11532   - "latency"
11533   - "parent"
11534   traces:
11535     boxmean: False
11536   layout:
11537     title: ""  # No title
11538     layout: "plot-latency"
11539
11540 # Packet Latency - VPP Container Memif 3n-hsw-x710
11541 -
11542   type: "plot"
11543   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11544   algorithm: "plot_latency_box"
11545   output-file-type: ".html"
11546   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11547   data: "plot-vpp-throughput-latency-3n-hsw"
11548   filter: "'NIC_Intel-X710' and
11549            '64B' and
11550            ('BASE' or 'SCALE') and
11551            'NDRDISC' and
11552            '1T1C' and
11553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11554            not 'VHOST' and
11555            'MEMIF'"
11556   parameters:
11557   - "latency"
11558   - "parent"
11559   traces:
11560     boxmean: False
11561   layout:
11562     title: ""  # No title
11563     layout: "plot-latency"
11564
11565 -
11566   type: "plot"
11567   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11568   algorithm: "plot_latency_box"
11569   output-file-type: ".html"
11570   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11571   data: "plot-vpp-throughput-latency-3n-hsw"
11572   filter: "'NIC_Intel-X710' and
11573            '64B' and
11574            ('BASE' or 'SCALE') and
11575            'NDRDISC' and
11576            '2T2C' and
11577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11578            not 'VHOST' and
11579            'MEMIF'"
11580   parameters:
11581   - "latency"
11582   - "parent"
11583   traces:
11584     boxmean: False
11585   layout:
11586     title: ""  # No title
11587     layout: "plot-latency"
11588
11589 # Packet Latency - VPP Container Memif 3n-hsw-xl710
11590 -
11591   type: "plot"
11592   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11593   algorithm: "plot_latency_box"
11594   output-file-type: ".html"
11595   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11596   data: "plot-vpp-throughput-latency-3n-hsw"
11597   filter: "'NIC_Intel-XL710' and
11598            '64B' and
11599            ('BASE' or 'SCALE') and
11600            'NDRDISC' and
11601            '1T1C' and
11602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11603            not 'VHOST' and
11604            'MEMIF'"
11605   parameters:
11606   - "latency"
11607   - "parent"
11608   traces:
11609     boxmean: False
11610   layout:
11611     title: ""  # No title
11612     layout: "plot-latency"
11613
11614 -
11615   type: "plot"
11616   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11617   algorithm: "plot_latency_box"
11618   output-file-type: ".html"
11619   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11620   data: "plot-vpp-throughput-latency-3n-hsw"
11621   filter: "'NIC_Intel-XL710' and
11622            '64B' and
11623            ('BASE' or 'SCALE') and
11624            'NDRDISC' and
11625            '2T2C' and
11626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11627            not 'VHOST' and
11628            'MEMIF'"
11629   parameters:
11630   - "latency"
11631   - "parent"
11632   traces:
11633     boxmean: False
11634   layout:
11635     title: ""  # No title
11636     layout: "plot-latency"
11637
11638 # Packet Latency - VPP Container Memif 3n-skx-x710
11639 -
11640   type: "plot"
11641   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11642   algorithm: "plot_latency_box"
11643   output-file-type: ".html"
11644   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11645   data: "plot-vpp-throughput-latency-3n-skx"
11646   filter: "'NIC_Intel-X710' and
11647            '64B' and
11648            ('BASE' or 'SCALE') and
11649            'NDRDISC' and
11650            '2T1C' and
11651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11652            not 'VHOST' and
11653            'MEMIF'"
11654   parameters:
11655   - "latency"
11656   - "parent"
11657   traces:
11658     boxmean: False
11659   layout:
11660     title: ""  # No title
11661     layout: "plot-latency"
11662
11663 -
11664   type: "plot"
11665   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11666   algorithm: "plot_latency_box"
11667   output-file-type: ".html"
11668   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11669   data: "plot-vpp-throughput-latency-3n-skx"
11670   filter: "'NIC_Intel-X710' and
11671            '64B' and
11672            ('BASE' or 'SCALE') and
11673            'NDRDISC' and
11674            '4T2C' and
11675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11676            not 'VHOST' and
11677            'MEMIF'"
11678   parameters:
11679   - "latency"
11680   - "parent"
11681   traces:
11682     boxmean: False
11683   layout:
11684     title: ""  # No title
11685     layout: "plot-latency"
11686
11687 # Packet Latency - VPP Container Memif 3n-skx-xxv710
11688 -
11689   type: "plot"
11690   title: "VPP Latency: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11691   algorithm: "plot_latency_box"
11692   output-file-type: ".html"
11693   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11694   data: "plot-vpp-throughput-latency-3n-skx"
11695   filter: "'NIC_Intel-XXV710' and
11696            '64B' and
11697            ('BASE' or 'SCALE') and
11698            'NDRDISC' and
11699            '2T1C' and
11700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11701            not 'VHOST' and
11702            'MEMIF'"
11703   parameters:
11704   - "latency"
11705   - "parent"
11706   traces:
11707     boxmean: False
11708   layout:
11709     title: ""  # No title
11710     layout: "plot-latency"
11711
11712 -
11713   type: "plot"
11714   title: "VPP Latency: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11715   algorithm: "plot_latency_box"
11716   output-file-type: ".html"
11717   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11718   data: "plot-vpp-throughput-latency-3n-skx"
11719   filter: "'NIC_Intel-XXV710' and
11720            '64B' and
11721            ('BASE' or 'SCALE') and
11722            'NDRDISC' and
11723            '4T2C' and
11724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11725            not 'VHOST' and
11726            'MEMIF'"
11727   parameters:
11728   - "latency"
11729   - "parent"
11730   traces:
11731     boxmean: False
11732   layout:
11733     title: ""  # No title
11734     layout: "plot-latency"
11735
11736 # Packet Latency - VPP Container Memif 2n-skx-x710
11737 -
11738   type: "plot"
11739   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11740   algorithm: "plot_latency_box"
11741   output-file-type: ".html"
11742   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11743   data: "plot-vpp-throughput-latency-2n-skx"
11744   filter: "'NIC_Intel-X710' and
11745            '64B' and
11746            ('BASE' or 'SCALE') and
11747            'NDRDISC' and
11748            '2T1C' and
11749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11750            not 'VHOST' and
11751            'MEMIF'"
11752   parameters:
11753   - "latency"
11754   - "parent"
11755   traces:
11756     boxmean: False
11757   layout:
11758     title: ""  # No title
11759     layout: "plot-latency"
11760
11761 -
11762   type: "plot"
11763   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11764   algorithm: "plot_latency_box"
11765   output-file-type: ".html"
11766   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11767   data: "plot-vpp-throughput-latency-2n-skx"
11768   filter: "'NIC_Intel-X710' and
11769            '64B' and
11770            ('BASE' or 'SCALE') and
11771            'NDRDISC' and
11772            '4T2C' and
11773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11774            not 'VHOST' and
11775            'MEMIF'"
11776   parameters:
11777   - "latency"
11778   - "parent"
11779   traces:
11780     boxmean: False
11781   layout:
11782     title: ""  # No title
11783     layout: "plot-latency"
11784
11785 # Packet Latency - VPP Container Memif 2n-skx-xxv710
11786 -
11787   type: "plot"
11788   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11789   algorithm: "plot_latency_box"
11790   output-file-type: ".html"
11791   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11792   data: "plot-vpp-throughput-latency-2n-skx"
11793   filter: "'NIC_Intel-XXV710' and
11794            '64B' and
11795            ('BASE' or 'SCALE') and
11796            'NDRDISC' and
11797            '2T1C' and
11798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11799            not 'VHOST' and
11800            'MEMIF'"
11801   parameters:
11802   - "latency"
11803   - "parent"
11804   traces:
11805     boxmean: False
11806   layout:
11807     title: ""  # No title
11808     layout: "plot-latency"
11809
11810 -
11811   type: "plot"
11812   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11813   algorithm: "plot_latency_box"
11814   output-file-type: ".html"
11815   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11816   data: "plot-vpp-throughput-latency-2n-skx"
11817   filter: "'NIC_Intel-XXV710' and
11818            '64B' and
11819            ('BASE' or 'SCALE') and
11820            'NDRDISC' and
11821            '4T2C' and
11822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11823            not 'VHOST' and
11824            'MEMIF'"
11825   parameters:
11826   - "latency"
11827   - "parent"
11828   traces:
11829     boxmean: False
11830   layout:
11831     title: ""  # No title
11832     layout: "plot-latency"
11833
11834 ################################################################################
11835
11836 # Packet Latency - VPP Container Memif 3n-hsw-x520
11837 -
11838   type: "plot"
11839   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11840   algorithm: "plot_latency_box"
11841   output-file-type: ".html"
11842   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11843   data: "plot-ligato-throughput-latency-3n-hsw"
11844   filter: "'NIC_Intel-X520-DA2' and
11845            '64B' and
11846            ('BASE' or 'SCALE') and
11847            'NDRDISC' and
11848            '1T1C' and
11849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11850            not 'VHOST' and
11851            'MEMIF'"
11852   parameters:
11853   - "latency"
11854   - "parent"
11855   traces:
11856     boxmean: False
11857   layout:
11858     title: ""  # No title
11859     layout: "plot-latency"
11860
11861 -
11862   type: "plot"
11863   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11864   algorithm: "plot_latency_box"
11865   output-file-type: ".html"
11866   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11867   data: "plot-ligato-throughput-latency-3n-hsw"
11868   filter: "'NIC_Intel-X520-DA2' and
11869            '64B' and
11870            ('BASE' or 'SCALE') and
11871            'NDRDISC' and
11872            '2T2C' and
11873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11874            not 'VHOST' and
11875            'MEMIF'"
11876   parameters:
11877   - "latency"
11878   - "parent"
11879   traces:
11880     boxmean: False
11881   layout:
11882     title: ""  # No title
11883     layout: "plot-latency"
11884
11885 # Packet Latency - VPP Container Memif 3n-hsw-x710
11886 -
11887   type: "plot"
11888   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11889   algorithm: "plot_latency_box"
11890   output-file-type: ".html"
11891   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11892   data: "plot-ligato-throughput-latency-3n-hsw"
11893   filter: "'NIC_Intel-X710' and
11894            '64B' and
11895            ('BASE' or 'SCALE') and
11896            'NDRDISC' and
11897            '1T1C' and
11898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11899            not 'VHOST' and
11900            'MEMIF'"
11901   parameters:
11902   - "latency"
11903   - "parent"
11904   traces:
11905     boxmean: False
11906   layout:
11907     title: ""  # No title
11908     layout: "plot-latency"
11909
11910 -
11911   type: "plot"
11912   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11913   algorithm: "plot_latency_box"
11914   output-file-type: ".html"
11915   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11916   data: "plot-ligato-throughput-latency-3n-hsw"
11917   filter: "'NIC_Intel-X710' and
11918            '64B' and
11919            ('BASE' or 'SCALE') and
11920            'NDRDISC' and
11921            '2T2C' and
11922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11923            not 'VHOST' and
11924            'MEMIF'"
11925   parameters:
11926   - "latency"
11927   - "parent"
11928   traces:
11929     boxmean: False
11930   layout:
11931     title: ""  # No title
11932     layout: "plot-latency"
11933
11934 ################################################################################
11935
11936 # Packet Latency - VPP IPv4 3n-hsw-x520
11937 -
11938   type: "plot"
11939   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11940   algorithm: "plot_latency_box"
11941   output-file-type: ".html"
11942   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11943   data: "plot-vpp-throughput-latency-3n-hsw"
11944   filter: "'NIC_Intel-X520-DA2' and
11945            '64B' and
11946            ('BASE' or 'SCALE') and
11947            'NDRDISC' and
11948            '1T1C' and
11949            'IP4FWD' and
11950            not 'IPSEC' and 
11951            not 'VHOST'"
11952   parameters:
11953   - "latency"
11954   - "parent"
11955   traces:
11956     boxmean: False
11957   layout:
11958     title: ""  # No title
11959     layout: "plot-latency"
11960
11961 -
11962   type: "plot"
11963   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11964   algorithm: "plot_latency_box"
11965   output-file-type: ".html"
11966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11967   data: "plot-vpp-throughput-latency-3n-hsw"
11968   filter: "'NIC_Intel-X520-DA2' and
11969            '64B' and
11970            ('BASE' or 'SCALE') and
11971            'NDRDISC' and
11972            '2T2C' and
11973            'IP4FWD' and
11974            not 'IPSEC' and 
11975            not 'VHOST'"
11976   parameters:
11977   - "latency"
11978   - "parent"
11979   traces:
11980     boxmean: False
11981   layout:
11982     title: ""  # No title
11983     layout: "plot-latency"
11984
11985 -
11986   type: "plot"
11987   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
11988   algorithm: "plot_latency_box"
11989   output-file-type: ".html"
11990   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
11991   data: "plot-vpp-throughput-latency-3n-hsw"
11992   filter: "'NIC_Intel-X520-DA2' and
11993            '64B' and
11994            'FEATURE' and
11995            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11996            'NDRDISC' and
11997            '1T1C' and
11998            'IP4FWD' and
11999            not 'IPSEC' and 
12000            not 'VHOST'"
12001   parameters:
12002   - "latency"
12003   - "parent"
12004   traces:
12005     boxmean: False
12006   layout:
12007     title: ""  # No title
12008     layout: "plot-latency"
12009
12010 -
12011   type: "plot"
12012   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
12013   algorithm: "plot_latency_box"
12014   output-file-type: ".html"
12015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
12016   data: "plot-vpp-throughput-latency-3n-hsw"
12017   filter: "'NIC_Intel-X520-DA2' and
12018            '64B' and
12019            'FEATURE' and
12020            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12021            'NDRDISC' and
12022            '2T2C' and
12023            'IP4FWD' and
12024            not 'IPSEC' and 
12025            not 'VHOST'"
12026   parameters:
12027   - "latency"
12028   - "parent"
12029   traces:
12030     boxmean: False
12031   layout:
12032     title: ""  # No title
12033     layout: "plot-latency"
12034
12035 # Packet Latency - VPP IPv4 3n-hsw-x710
12036 -
12037   type: "plot"
12038   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12039   algorithm: "plot_latency_box"
12040   output-file-type: ".html"
12041   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12042   data: "plot-vpp-throughput-latency-3n-hsw"
12043   filter: "'NIC_Intel-X710' and
12044            '64B' and
12045            ('BASE' or 'SCALE') and
12046            'NDRDISC' and
12047            '1T1C' and
12048            'IP4FWD' and
12049            not 'IPSEC' and 
12050            not 'VHOST'"
12051   parameters:
12052   - "latency"
12053   - "parent"
12054   traces:
12055     boxmean: False
12056   layout:
12057     title: ""  # No title
12058     layout: "plot-latency"
12059
12060 -
12061   type: "plot"
12062   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12063   algorithm: "plot_latency_box"
12064   output-file-type: ".html"
12065   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12066   data: "plot-vpp-throughput-latency-3n-hsw"
12067   filter: "'NIC_Intel-X710' and
12068            '64B' and
12069            ('BASE' or 'SCALE') and
12070            'NDRDISC' and
12071            '2T2C' and
12072            'IP4FWD' and
12073            not 'IPSEC' and 
12074            not 'VHOST'"
12075   parameters:
12076   - "latency"
12077   - "parent"
12078   traces:
12079     boxmean: False
12080   layout:
12081     title: ""  # No title
12082     layout: "plot-latency"
12083
12084 -
12085   type: "plot"
12086   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
12087   algorithm: "plot_latency_box"
12088   output-file-type: ".html"
12089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
12090   data: "plot-vpp-throughput-latency-3n-hsw"
12091   filter: "'NIC_Intel-X710' and
12092            '64B' and
12093            'FEATURE' and
12094            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12095            'NDRDISC' and
12096            '1T1C' and
12097            'IP4FWD' and
12098            not 'IPSEC' and 
12099            not 'VHOST'"
12100   parameters:
12101   - "latency"
12102   - "parent"
12103   traces:
12104     boxmean: False
12105   layout:
12106     title: ""  # No title
12107     layout: "plot-latency"
12108
12109 -
12110   type: "plot"
12111   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
12112   algorithm: "plot_latency_box"
12113   output-file-type: ".html"
12114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
12115   data: "plot-vpp-throughput-latency-3n-hsw"
12116   filter: "'NIC_Intel-X710' and
12117            '64B' and
12118            'FEATURE' and
12119            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12120            'NDRDISC' and
12121            '2T2C' and
12122            'IP4FWD' and
12123            not 'IPSEC' and 
12124            not 'VHOST'"
12125   parameters:
12126   - "latency"
12127   - "parent"
12128   traces:
12129     boxmean: False
12130   layout:
12131     title: ""  # No title
12132     layout: "plot-latency"
12133
12134 # Packet Latency - VPP IPv4 3n-hsw-xl710
12135 -
12136   type: "plot"
12137   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12138   algorithm: "plot_latency_box"
12139   output-file-type: ".html"
12140   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12141   data: "plot-vpp-throughput-latency-3n-hsw"
12142   filter: "'NIC_Intel-XL710' and
12143            '64B' and
12144            ('BASE' or 'SCALE') and
12145            'NDRDISC' and
12146            '1T1C' and
12147            'IP4FWD' and
12148            not 'IPSEC' and 
12149            not 'VHOST'"
12150   parameters:
12151   - "latency"
12152   - "parent"
12153   traces:
12154     boxmean: False
12155   layout:
12156     title: ""  # No title
12157     layout: "plot-latency"
12158
12159 -
12160   type: "plot"
12161   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12162   algorithm: "plot_latency_box"
12163   output-file-type: ".html"
12164   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12165   data: "plot-vpp-throughput-latency-3n-hsw"
12166   filter: "'NIC_Intel-XL710' and
12167            '64B' and
12168            ('BASE' or 'SCALE') and
12169            'NDRDISC' and
12170            '2T2C' and
12171            'IP4FWD' and
12172            not 'IPSEC' and 
12173            not 'VHOST'"
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 IPv4 3n-skx-x710
12184 -
12185   type: "plot"
12186   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12187   algorithm: "plot_latency_box"
12188   output-file-type: ".html"
12189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12190   data: "plot-vpp-throughput-latency-3n-skx"
12191   filter: "'NIC_Intel-X710' and
12192            '64B' and
12193            ('BASE' or 'SCALE') and
12194            'NDRDISC' and
12195            '2T1C' and
12196            'IP4FWD' and
12197            not 'IPSEC' and 
12198            not 'VHOST'"
12199   parameters:
12200   - "latency"
12201   - "parent"
12202   traces:
12203     boxmean: False
12204   layout:
12205     title: ""  # No title
12206     layout: "plot-latency"
12207
12208 -
12209   type: "plot"
12210   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12211   algorithm: "plot_latency_box"
12212   output-file-type: ".html"
12213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12214   data: "plot-vpp-throughput-latency-3n-skx"
12215   filter: "'NIC_Intel-X710' and
12216            '64B' and
12217            ('BASE' or 'SCALE') and
12218            'NDRDISC' and
12219            '4T2C' and
12220            'IP4FWD' and
12221            not 'IPSEC' and 
12222            not 'VHOST'"
12223   parameters:
12224   - "latency"
12225   - "parent"
12226   traces:
12227     boxmean: False
12228   layout:
12229     title: ""  # No title
12230     layout: "plot-latency"
12231
12232 -
12233   type: "plot"
12234   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
12235   algorithm: "plot_latency_box"
12236   output-file-type: ".html"
12237   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
12238   data: "plot-vpp-throughput-latency-3n-skx"
12239   filter: "'NIC_Intel-X710' and
12240            '64B' and
12241            'FEATURE' and
12242            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12243            'NDRDISC' and
12244            '2T1C' and
12245            'IP4FWD' and
12246            not 'IPSEC' and 
12247            not 'VHOST'"
12248   parameters:
12249   - "latency"
12250   - "parent"
12251   traces:
12252     boxmean: False
12253   layout:
12254     title: ""  # No title
12255     layout: "plot-latency"
12256
12257 -
12258   type: "plot"
12259   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
12260   algorithm: "plot_latency_box"
12261   output-file-type: ".html"
12262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
12263   data: "plot-vpp-throughput-latency-3n-skx"
12264   filter: "'NIC_Intel-X710' and
12265            '64B' and
12266            'FEATURE' and
12267            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12268            'NDRDISC' and
12269            '4T2C' and
12270            'IP4FWD' and
12271            not 'IPSEC' and 
12272            not 'VHOST'"
12273   parameters:
12274   - "latency"
12275   - "parent"
12276   traces:
12277     boxmean: False
12278   layout:
12279     title: ""  # No title
12280     layout: "plot-latency"
12281
12282 # Packet Latency - VPP IPv4 3n-skx-xxv710
12283 -
12284   type: "plot"
12285   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12286   algorithm: "plot_latency_box"
12287   output-file-type: ".html"
12288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12289   data: "plot-vpp-throughput-latency-3n-skx"
12290   filter: "'NIC_Intel-XXV710' and
12291            '64B' and
12292            ('BASE' or 'SCALE') and
12293            'NDRDISC' and
12294            '2T1C' and
12295            'IP4FWD' and
12296            not 'IPSEC' and 
12297            not 'VHOST'"
12298   parameters:
12299   - "latency"
12300   - "parent"
12301   traces:
12302     boxmean: False
12303   layout:
12304     title: ""  # No title
12305     layout: "plot-latency"
12306
12307 -
12308   type: "plot"
12309   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12310   algorithm: "plot_latency_box"
12311   output-file-type: ".html"
12312   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12313   data: "plot-vpp-throughput-latency-3n-skx"
12314   filter: "'NIC_Intel-XXV710' and
12315            '64B' and
12316            ('BASE' or 'SCALE') and
12317            'NDRDISC' and
12318            '4T2C' and
12319            'IP4FWD' and
12320            not 'IPSEC' and 
12321            not 'VHOST'"
12322   parameters:
12323   - "latency"
12324   - "parent"
12325   traces:
12326     boxmean: False
12327   layout:
12328     title: ""  # No title
12329     layout: "plot-latency"
12330
12331 -
12332   type: "plot"
12333   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
12334   algorithm: "plot_latency_box"
12335   output-file-type: ".html"
12336   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
12337   data: "plot-vpp-throughput-latency-3n-skx"
12338   filter: "'NIC_Intel-XXV710' and
12339            '64B' and
12340            'FEATURE' and
12341            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12342            'NDRDISC' and
12343            '2T1C' and
12344            'IP4FWD' and
12345            not 'IPSEC' and 
12346            not 'VHOST'"
12347   parameters:
12348   - "latency"
12349   - "parent"
12350   traces:
12351     boxmean: False
12352   layout:
12353     title: ""  # No title
12354     layout: "plot-latency"
12355
12356 -
12357   type: "plot"
12358   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
12359   algorithm: "plot_latency_box"
12360   output-file-type: ".html"
12361   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
12362   data: "plot-vpp-throughput-latency-3n-skx"
12363   filter: "'NIC_Intel-XXV710' and
12364            '64B' and
12365            'FEATURE' and
12366            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12367            'NDRDISC' and
12368            '4T2C' and
12369            'IP4FWD' and
12370            not 'IPSEC' and 
12371            not 'VHOST'"
12372   parameters:
12373   - "latency"
12374   - "parent"
12375   traces:
12376     boxmean: False
12377   layout:
12378     title: ""  # No title
12379     layout: "plot-latency"
12380
12381 # Packet Latency - VPP IPv4 2n-skx-x710
12382 -
12383   type: "plot"
12384   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12385   algorithm: "plot_latency_box"
12386   output-file-type: ".html"
12387   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12388   data: "plot-vpp-throughput-latency-2n-skx"
12389   filter: "'NIC_Intel-X710' and
12390            '64B' and
12391            ('BASE' or 'SCALE') and
12392            'NDRDISC' and
12393            '2T1C' and
12394            'IP4FWD' and
12395            not 'IPSEC' and 
12396            not 'VHOST'"
12397   parameters:
12398   - "latency"
12399   - "parent"
12400   traces:
12401     boxmean: False
12402   layout:
12403     title: ""  # No title
12404     layout: "plot-latency"
12405
12406 -
12407   type: "plot"
12408   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12409   algorithm: "plot_latency_box"
12410   output-file-type: ".html"
12411   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12412   data: "plot-vpp-throughput-latency-2n-skx"
12413   filter: "'NIC_Intel-X710' and
12414            '64B' and
12415            ('BASE' or 'SCALE') and
12416            'NDRDISC' and
12417            '4T2C' and
12418            'IP4FWD' and
12419            not 'IPSEC' and 
12420            not 'VHOST'"
12421   parameters:
12422   - "latency"
12423   - "parent"
12424   traces:
12425     boxmean: False
12426   layout:
12427     title: ""  # No title
12428     layout: "plot-latency"
12429
12430 -
12431   type: "plot"
12432   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-ndr-lat"
12433   algorithm: "plot_latency_box"
12434   output-file-type: ".html"
12435   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-ndr-lat"
12436   data: "plot-vpp-throughput-latency-2n-skx"
12437   filter: "'NIC_Intel-X710' and
12438            '64B' and
12439            'FEATURE' and
12440            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12441            'NDRDISC' and
12442            '2T1C' and
12443            'IP4FWD' and
12444            not 'IPSEC' and 
12445            not 'VHOST'"
12446   parameters:
12447   - "latency"
12448   - "parent"
12449   traces:
12450     boxmean: False
12451   layout:
12452     title: ""  # No title
12453     layout: "plot-latency"
12454
12455 -
12456   type: "plot"
12457   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-ndr-lat"
12458   algorithm: "plot_latency_box"
12459   output-file-type: ".html"
12460   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-ndr-lat"
12461   data: "plot-vpp-throughput-latency-2n-skx"
12462   filter: "'NIC_Intel-X710' and
12463            '64B' and
12464            'FEATURE' and
12465            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12466            'NDRDISC' and
12467            '4T2C' and
12468            'IP4FWD' and
12469            not 'IPSEC' and 
12470            not 'VHOST'"
12471   parameters:
12472   - "latency"
12473   - "parent"
12474   traces:
12475     boxmean: False
12476   layout:
12477     title: ""  # No title
12478     layout: "plot-latency"
12479
12480 # Packet Latency - VPP IPv4 2n-skx-xxv710
12481 -
12482   type: "plot"
12483   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12484   algorithm: "plot_latency_box"
12485   output-file-type: ".html"
12486   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12487   data: "plot-vpp-throughput-latency-2n-skx"
12488   filter: "'NIC_Intel-XXV710' and
12489            '64B' and
12490            ('BASE' or 'SCALE') and
12491            'NDRDISC' and
12492            '2T1C' and
12493            'IP4FWD' and
12494            not 'IPSEC' and 
12495            not 'VHOST'"
12496   parameters:
12497   - "latency"
12498   - "parent"
12499   traces:
12500     boxmean: False
12501   layout:
12502     title: ""  # No title
12503     layout: "plot-latency"
12504
12505 -
12506   type: "plot"
12507   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12508   algorithm: "plot_latency_box"
12509   output-file-type: ".html"
12510   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12511   data: "plot-vpp-throughput-latency-2n-skx"
12512   filter: "'NIC_Intel-XXV710' and
12513            '64B' and
12514            ('BASE' or 'SCALE') and
12515            'NDRDISC' and
12516            '4T2C' and
12517            'IP4FWD' and
12518            not 'IPSEC' and 
12519            not 'VHOST'"
12520   parameters:
12521   - "latency"
12522   - "parent"
12523   traces:
12524     boxmean: False
12525   layout:
12526     title: ""  # No title
12527     layout: "plot-latency"
12528
12529 -
12530   type: "plot"
12531   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
12532   algorithm: "plot_latency_box"
12533   output-file-type: ".html"
12534   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
12535   data: "plot-vpp-throughput-latency-2n-skx"
12536   filter: "'NIC_Intel-XXV710' and
12537            '64B' and
12538            'FEATURE' and
12539            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12540            'NDRDISC' and
12541            '2T1C' and
12542            'IP4FWD' and
12543            not 'IPSEC' and 
12544            not 'VHOST'"
12545   parameters:
12546   - "latency"
12547   - "parent"
12548   traces:
12549     boxmean: False
12550   layout:
12551     title: ""  # No title
12552     layout: "plot-latency"
12553
12554 -
12555   type: "plot"
12556   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
12557   algorithm: "plot_latency_box"
12558   output-file-type: ".html"
12559   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
12560   data: "plot-vpp-throughput-latency-2n-skx"
12561   filter: "'NIC_Intel-XXV710' and
12562            '64B' and
12563            'FEATURE' and
12564            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12565            'NDRDISC' and
12566            '4T2C' and
12567            'IP4FWD' and
12568            not 'IPSEC' and 
12569            not 'VHOST'"
12570   parameters:
12571   - "latency"
12572   - "parent"
12573   traces:
12574     boxmean: False
12575   layout:
12576     title: ""  # No title
12577     layout: "plot-latency"
12578
12579 ################################################################################
12580
12581 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
12582 -
12583   type: "plot"
12584   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12585   algorithm: "plot_latency_box"
12586   output-file-type: ".html"
12587   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12588   data: "plot-vpp-throughput-latency-3n-hsw"
12589   filter: "'NIC_Intel-X520-DA2' and
12590            '64B' and
12591            'ENCAP' and
12592            'NDRDISC' and
12593            '1T1C' and
12594            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12595            not 'VHOST' and
12596            not 'IPSECHW'"
12597   parameters:
12598   - "throughput"
12599   - "parent"
12600   traces:
12601     boxmean: False
12602   layout:
12603     title: ""  # No title
12604     layout: "plot-latency"
12605
12606 -
12607   type: "plot"
12608   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12609   algorithm: "plot_latency_box"
12610   output-file-type: ".html"
12611   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12612   data: "plot-vpp-throughput-latency-3n-hsw"
12613   filter: "'NIC_Intel-X520-DA2' and
12614            '64B' and
12615            'ENCAP' and
12616            'NDRDISC' and
12617            '2T2C' and
12618            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12619            not 'VHOST' and
12620            not 'IPSECHW'"
12621   parameters:
12622   - "throughput"
12623   - "parent"
12624   traces:
12625     boxmean: False
12626   layout:
12627     title: ""  # No title
12628     layout: "plot-latency"
12629
12630 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
12631 -
12632   type: "plot"
12633   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12634   algorithm: "plot_latency_box"
12635   output-file-type: ".html"
12636   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12637   data: "plot-vpp-throughput-latency-3n-hsw"
12638   filter: "'NIC_Intel-X710' and
12639            '64B' and
12640            'ENCAP' and
12641            'NDRDISC' and
12642            '1T1C' and
12643            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12644            not 'VHOST' and
12645            not 'IPSECHW'"
12646   parameters:
12647   - "throughput"
12648   - "parent"
12649   traces:
12650     boxmean: False
12651   layout:
12652     title: ""  # No title
12653     layout: "plot-latency"
12654
12655 -
12656   type: "plot"
12657   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12658   algorithm: "plot_latency_box"
12659   output-file-type: ".html"
12660   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12661   data: "plot-vpp-throughput-latency-3n-hsw"
12662   filter: "'NIC_Intel-X710' and
12663            '64B' and
12664            'ENCAP' and
12665            'NDRDISC' and
12666            '2T2C' and
12667            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12668            not 'VHOST' and
12669            not 'IPSECHW'"
12670   parameters:
12671   - "throughput"
12672   - "parent"
12673   traces:
12674     boxmean: False
12675   layout:
12676     title: ""  # No title
12677     layout: "plot-latency"
12678
12679 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
12680 -
12681   type: "plot"
12682   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12683   algorithm: "plot_latency_box"
12684   output-file-type: ".html"
12685   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12686   data: "plot-vpp-throughput-latency-3n-skx"
12687   filter: "'NIC_Intel-X710' and
12688            '64B' and
12689            'ENCAP' and
12690            'NDRDISC' and
12691            '2T1C' and
12692            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12693            not 'VHOST' and
12694            not 'IPSECHW'"
12695   parameters:
12696   - "throughput"
12697   - "parent"
12698   traces:
12699     boxmean: False
12700   layout:
12701     title: ""  # No title
12702     layout: "plot-latency"
12703
12704 -
12705   type: "plot"
12706   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12707   algorithm: "plot_latency_box"
12708   output-file-type: ".html"
12709   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12710   data: "plot-vpp-throughput-latency-3n-skx"
12711   filter: "'NIC_Intel-X710' and
12712            '64B' and
12713            'ENCAP' and
12714            'NDRDISC' and
12715            '4T2C' and
12716            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12717            not 'VHOST' and
12718            not 'IPSECHW'"
12719   parameters:
12720   - "throughput"
12721   - "parent"
12722   traces:
12723     boxmean: False
12724   layout:
12725     title: ""  # No title
12726     layout: "plot-latency"
12727
12728 # Packet Latency - VPP Ipv4 tunnels 3n-skx-xxv710
12729 -
12730   type: "plot"
12731   title: "VPP Latency: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12732   algorithm: "plot_latency_box"
12733   output-file-type: ".html"
12734   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12735   data: "plot-vpp-throughput-latency-3n-skx"
12736   filter: "'NIC_Intel-XXV710' and
12737            '64B' and
12738            'ENCAP' and
12739            'NDRDISC' and
12740            '2T1C' and
12741            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12742            not 'VHOST' and
12743            not 'IPSECHW'"
12744   parameters:
12745   - "throughput"
12746   - "parent"
12747   traces:
12748     boxmean: False
12749   layout:
12750     title: ""  # No title
12751     layout: "plot-latency"
12752
12753 -
12754   type: "plot"
12755   title: "VPP Latency: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12756   algorithm: "plot_latency_box"
12757   output-file-type: ".html"
12758   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12759   data: "plot-vpp-throughput-latency-3n-skx"
12760   filter: "'NIC_Intel-XXV710' and
12761            '64B' and
12762            'ENCAP' and
12763            'NDRDISC' and
12764            '4T2C' and
12765            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12766            not 'VHOST' and
12767            not 'IPSECHW'"
12768   parameters:
12769   - "throughput"
12770   - "parent"
12771   traces:
12772     boxmean: False
12773   layout:
12774     title: ""  # No title
12775     layout: "plot-latency"
12776
12777 # Packet Latency - VPP Ipv4 tunnels 2n-skx-x710
12778 -
12779   type: "plot"
12780   title: "VPP Latency: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12781   algorithm: "plot_latency_box"
12782   output-file-type: ".html"
12783   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12784   data: "plot-vpp-throughput-latency-2n-skx"
12785   filter: "'NIC_Intel-X710' and
12786            '64B' and
12787            'ENCAP' and
12788            'NDRDISC' and
12789            '2T1C' and
12790            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12791            not 'VHOST' and
12792            not 'IPSECHW'"
12793   parameters:
12794   - "throughput"
12795   - "parent"
12796   traces:
12797     boxmean: False
12798   layout:
12799     title: ""  # No title
12800     layout: "plot-latency"
12801
12802 -
12803   type: "plot"
12804   title: "VPP Latency: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12805   algorithm: "plot_latency_box"
12806   output-file-type: ".html"
12807   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12808   data: "plot-vpp-throughput-latency-2n-skx"
12809   filter: "'NIC_Intel-X710' and
12810            '64B' and
12811            'ENCAP' and
12812            'NDRDISC' and
12813            '4T2C' and
12814            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12815            not 'VHOST' and
12816            not 'IPSECHW'"
12817   parameters:
12818   - "throughput"
12819   - "parent"
12820   traces:
12821     boxmean: False
12822   layout:
12823     title: ""  # No title
12824     layout: "plot-latency"
12825
12826
12827 # Packet Latency - VPP Ipv4 tunnels 2n-skx-xxv710
12828 -
12829   type: "plot"
12830   title: "VPP Latency: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12831   algorithm: "plot_latency_box"
12832   output-file-type: ".html"
12833   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12834   data: "plot-vpp-throughput-latency-2n-skx"
12835   filter: "'NIC_Intel-XXV710' and
12836            '64B' and
12837            'ENCAP' and
12838            'NDRDISC' and
12839            '2T1C' and
12840            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12841            not 'VHOST' and
12842            not 'IPSECHW'"
12843   parameters:
12844   - "throughput"
12845   - "parent"
12846   traces:
12847     boxmean: False
12848   layout:
12849     title: ""  # No title
12850     layout: "plot-latency"
12851
12852 -
12853   type: "plot"
12854   title: "VPP Latency: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12855   algorithm: "plot_latency_box"
12856   output-file-type: ".html"
12857   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12858   data: "plot-vpp-throughput-latency-2n-skx"
12859   filter: "'NIC_Intel-XXV710' and
12860            '64B' and
12861            'ENCAP' and
12862            'NDRDISC' and
12863            '4T2C' and
12864            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12865            not 'VHOST' and
12866            not 'IPSECHW'"
12867   parameters:
12868   - "throughput"
12869   - "parent"
12870   traces:
12871     boxmean: False
12872   layout:
12873     title: ""  # No title
12874     layout: "plot-latency"
12875
12876 ################################################################################
12877
12878 # Packet Latency - VPP IPv6 3n-hsw-x520
12879 -
12880   type: "plot"
12881   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
12882   algorithm: "plot_latency_box"
12883   output-file-type: ".html"
12884   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
12885   data: "plot-vpp-throughput-latency-3n-hsw"
12886   filter: "'NIC_Intel-X520-DA2' and
12887            '78B' and
12888            ('BASE' or 'SCALE') and
12889            'NDRDISC' and
12890            '1T1C' and
12891            'IP6FWD' and
12892            not 'SRv6' and
12893            not 'IPSEC' and 
12894            not 'VHOST'"
12895   parameters:
12896   - "latency"
12897   - "parent"
12898   traces:
12899     boxmean: False
12900   layout:
12901     title: ""  # No title
12902     layout: "plot-latency"
12903
12904 -
12905   type: "plot"
12906   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
12907   algorithm: "plot_latency_box"
12908   output-file-type: ".html"
12909   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
12910   data: "plot-vpp-throughput-latency-3n-hsw"
12911   filter: "'NIC_Intel-X520-DA2' and
12912            '78B' and
12913            ('BASE' or 'SCALE') and
12914            'NDRDISC' and
12915            '2T2C' and
12916            'IP6FWD' and
12917            not 'SRv6' and
12918            not 'IPSEC' and 
12919            not 'VHOST'"
12920   parameters:
12921   - "latency"
12922   - "parent"
12923   traces:
12924     boxmean: False
12925   layout:
12926     title: ""  # No title
12927     layout: "plot-latency"
12928
12929 -
12930   type: "plot"
12931   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
12932   algorithm: "plot_latency_box"
12933   output-file-type: ".html"
12934   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
12935   data: "plot-vpp-throughput-latency-3n-hsw"
12936   filter: "'NIC_Intel-X520-DA2' and
12937            '78B' and
12938            'FEATURE' and
12939            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12940            'NDRDISC' and
12941            '1T1C' and
12942            'IP6FWD' and
12943            not 'SRv6' and
12944            not 'IPSEC' and 
12945            not 'VHOST'"
12946   parameters:
12947   - "latency"
12948   - "parent"
12949   traces:
12950     boxmean: False
12951   layout:
12952     title: ""  # No title
12953     layout: "plot-latency"
12954
12955 -
12956   type: "plot"
12957   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
12958   algorithm: "plot_latency_box"
12959   output-file-type: ".html"
12960   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
12961   data: "plot-vpp-throughput-latency-3n-hsw"
12962   filter: "'NIC_Intel-X520-DA2' and
12963            '78B' and
12964            'FEATURE' and
12965            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12966            'NDRDISC' and
12967            '2T2C' and
12968            'IP6FWD' and
12969            not 'SRv6' and
12970            not 'IPSEC' and 
12971            not 'VHOST'"
12972   parameters:
12973   - "latency"
12974   - "parent"
12975   traces:
12976     boxmean: False
12977   layout:
12978     title: ""  # No title
12979     layout: "plot-latency"
12980
12981 # Packet Latency - VPP IPv6 3n-hsw-x710
12982 -
12983   type: "plot"
12984   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
12985   algorithm: "plot_latency_box"
12986   output-file-type: ".html"
12987   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
12988   data: "plot-vpp-throughput-latency-3n-hsw"
12989   filter: "'NIC_Intel-X710' and
12990            '78B' and
12991            ('BASE' or 'SCALE') and
12992            'NDRDISC' and
12993            '1T1C' and
12994            'IP6FWD' and
12995            not 'SRv6' and
12996            not 'IPSEC' and 
12997            not 'VHOST'"
12998   parameters:
12999   - "latency"
13000   - "parent"
13001   traces:
13002     boxmean: False
13003   layout:
13004     title: ""  # No title
13005     layout: "plot-latency"
13006
13007 -
13008   type: "plot"
13009   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
13010   algorithm: "plot_latency_box"
13011   output-file-type: ".html"
13012   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
13013   data: "plot-vpp-throughput-latency-3n-hsw"
13014   filter: "'NIC_Intel-X710' and
13015            '78B' and
13016            ('BASE' or 'SCALE') and
13017            'NDRDISC' and
13018            '2T2C' and
13019            'IP6FWD' and
13020            not 'SRv6' and
13021            not 'IPSEC' and 
13022            not 'VHOST'"
13023   parameters:
13024   - "latency"
13025   - "parent"
13026   traces:
13027     boxmean: False
13028   layout:
13029     title: ""  # No title
13030     layout: "plot-latency"
13031
13032 -
13033   type: "plot"
13034   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
13035   algorithm: "plot_latency_box"
13036   output-file-type: ".html"
13037   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
13038   data: "plot-vpp-throughput-latency-3n-hsw"
13039   filter: "'NIC_Intel-X710' and
13040            '78B' and
13041            'FEATURE' and
13042            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13043            'NDRDISC' and
13044            '1T1C' and
13045            'IP6FWD' and
13046            not 'SRv6' and
13047            not 'IPSEC' and 
13048            not 'VHOST'"
13049   parameters:
13050   - "latency"
13051   - "parent"
13052   traces:
13053     boxmean: False
13054   layout:
13055     title: ""  # No title
13056     layout: "plot-latency"
13057
13058 -
13059   type: "plot"
13060   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
13061   algorithm: "plot_latency_box"
13062   output-file-type: ".html"
13063   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
13064   data: "plot-vpp-throughput-latency-3n-hsw"
13065   filter: "'NIC_Intel-X710' and
13066            '78B' and
13067            'FEATURE' and
13068            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13069            'NDRDISC' and
13070            '2T2C' and
13071            'IP6FWD' and
13072            not 'SRv6' and
13073            not 'IPSEC' and 
13074            not 'VHOST'"
13075   parameters:
13076   - "latency"
13077   - "parent"
13078   traces:
13079     boxmean: False
13080   layout:
13081     title: ""  # No title
13082     layout: "plot-latency"
13083
13084 # Packet Latency - VPP IPv6 3n-hsw-xl710
13085 -
13086   type: "plot"
13087   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
13088   algorithm: "plot_latency_box"
13089   output-file-type: ".html"
13090   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
13091   data: "plot-vpp-throughput-latency-3n-hsw"
13092   filter: "'NIC_Intel-XL710' and
13093            '78B' and
13094            ('BASE' or 'SCALE') and
13095            'NDRDISC' and
13096            '1T1C' and
13097            'IP6FWD' and
13098            not 'SRv6' and
13099            not 'IPSEC' and 
13100            not 'VHOST'"
13101   parameters:
13102   - "latency"
13103   - "parent"
13104   traces:
13105     boxmean: False
13106   layout:
13107     title: ""  # No title
13108     layout: "plot-latency"
13109
13110 -
13111   type: "plot"
13112   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
13113   algorithm: "plot_latency_box"
13114   output-file-type: ".html"
13115   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
13116   data: "plot-vpp-throughput-latency-3n-hsw"
13117   filter: "'NIC_Intel-XL710' and
13118            '78B' and
13119            ('BASE' or 'SCALE') and
13120            'NDRDISC' and
13121            '2T2C' and
13122            'IP6FWD' and
13123            not 'SRv6' and
13124            not 'IPSEC' and 
13125            not 'VHOST'"
13126   parameters:
13127   - "latency"
13128   - "parent"
13129   traces:
13130     boxmean: False
13131   layout:
13132     title: ""  # No title
13133     layout: "plot-latency"
13134
13135 # Packet Latency - VPP IPv6 3n-skx-x710
13136 -
13137   type: "plot"
13138   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13139   algorithm: "plot_latency_box"
13140   output-file-type: ".html"
13141   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13142   data: "plot-vpp-throughput-latency-3n-skx"
13143   filter: "'NIC_Intel-X710' and
13144            '78B' and
13145            ('BASE' or 'SCALE') and
13146            'NDRDISC' and
13147            '2T1C' and
13148            'IP6FWD' and
13149            not 'SRv6' and
13150            not 'IPSEC' and 
13151            not 'VHOST'"
13152   parameters:
13153   - "latency"
13154   - "parent"
13155   traces:
13156     boxmean: False
13157   layout:
13158     title: ""  # No title
13159     layout: "plot-latency"
13160
13161 -
13162   type: "plot"
13163   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13164   algorithm: "plot_latency_box"
13165   output-file-type: ".html"
13166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13167   data: "plot-vpp-throughput-latency-3n-skx"
13168   filter: "'NIC_Intel-X710' and
13169            '78B' and
13170            ('BASE' or 'SCALE') and
13171            'NDRDISC' and
13172            '4T2C' and
13173            'IP6FWD' and
13174            not 'SRv6' and
13175            not 'IPSEC' and 
13176            not 'VHOST'"
13177   parameters:
13178   - "latency"
13179   - "parent"
13180   traces:
13181     boxmean: False
13182   layout:
13183     title: ""  # No title
13184     layout: "plot-latency"
13185
13186 -
13187   type: "plot"
13188   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
13189   algorithm: "plot_latency_box"
13190   output-file-type: ".html"
13191   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
13192   data: "plot-vpp-throughput-latency-3n-skx"
13193   filter: "'NIC_Intel-X710' and
13194            '78B' and
13195            'FEATURE' and
13196            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13197            'NDRDISC' and
13198            '2T1C' and
13199            'IP6FWD' and
13200            not 'SRv6' and
13201            not 'IPSEC' and 
13202            not 'VHOST'"
13203   parameters:
13204   - "latency"
13205   - "parent"
13206   traces:
13207     boxmean: False
13208   layout:
13209     title: ""  # No title
13210     layout: "plot-latency"
13211
13212 -
13213   type: "plot"
13214   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
13215   algorithm: "plot_latency_box"
13216   output-file-type: ".html"
13217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
13218   data: "plot-vpp-throughput-latency-3n-skx"
13219   filter: "'NIC_Intel-X710' and
13220            '78B' and
13221            'FEATURE' and
13222            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13223            'NDRDISC' and
13224            '4T2C' and
13225            'IP6FWD' and
13226            not 'SRv6' and
13227            not 'IPSEC' and 
13228            not 'VHOST'"
13229   parameters:
13230   - "latency"
13231   - "parent"
13232   traces:
13233     boxmean: False
13234   layout:
13235     title: ""  # No title
13236     layout: "plot-latency"
13237
13238 # Packet Latency - VPP IPv6 3n-skx-xxv710
13239 -
13240   type: "plot"
13241   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13242   algorithm: "plot_latency_box"
13243   output-file-type: ".html"
13244   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13245   data: "plot-vpp-throughput-latency-3n-skx"
13246   filter: "'NIC_Intel-XXV710' and
13247            '78B' and
13248            ('BASE' or 'SCALE') and
13249            'NDRDISC' and
13250            '2T1C' and
13251            'IP6FWD' and
13252            not 'SRv6' and
13253            not 'IPSEC' and 
13254            not 'VHOST'"
13255   parameters:
13256   - "latency"
13257   - "parent"
13258   traces:
13259     boxmean: False
13260   layout:
13261     title: ""  # No title
13262     layout: "plot-latency"
13263
13264 -
13265   type: "plot"
13266   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13267   algorithm: "plot_latency_box"
13268   output-file-type: ".html"
13269   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13270   data: "plot-vpp-throughput-latency-3n-skx"
13271   filter: "'NIC_Intel-XXV710' and
13272            '78B' and
13273            ('BASE' or 'SCALE') and
13274            'NDRDISC' and
13275            '4T2C' and
13276            'IP6FWD' and
13277            not 'SRv6' and
13278            not 'IPSEC' and 
13279            not 'VHOST'"
13280   parameters:
13281   - "latency"
13282   - "parent"
13283   traces:
13284     boxmean: False
13285   layout:
13286     title: ""  # No title
13287     layout: "plot-latency"
13288
13289 -
13290   type: "plot"
13291   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
13292   algorithm: "plot_latency_box"
13293   output-file-type: ".html"
13294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
13295   data: "plot-vpp-throughput-latency-3n-skx"
13296   filter: "'NIC_Intel-XXV710' and
13297            '78B' and
13298            'FEATURE' and
13299            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13300            'NDRDISC' and
13301            '2T1C' and
13302            'IP6FWD' and
13303            not 'SRv6' and
13304            not 'IPSEC' and 
13305            not 'VHOST'"
13306   parameters:
13307   - "latency"
13308   - "parent"
13309   traces:
13310     boxmean: False
13311   layout:
13312     title: ""  # No title
13313     layout: "plot-latency"
13314
13315 -
13316   type: "plot"
13317   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
13318   algorithm: "plot_latency_box"
13319   output-file-type: ".html"
13320   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
13321   data: "plot-vpp-throughput-latency-3n-skx"
13322   filter: "'NIC_Intel-XXV710' and
13323            '78B' and
13324            'FEATURE' and
13325            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13326            'NDRDISC' and
13327            '4T2C' and
13328            'IP6FWD' and
13329            not 'SRv6' and
13330            not 'IPSEC' and 
13331            not 'VHOST'"
13332   parameters:
13333   - "latency"
13334   - "parent"
13335   traces:
13336     boxmean: False
13337   layout:
13338     title: ""  # No title
13339     layout: "plot-latency"
13340
13341 # Packet Latency - VPP IPv6 2n-skx-x710
13342 -
13343   type: "plot"
13344   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13345   algorithm: "plot_latency_box"
13346   output-file-type: ".html"
13347   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13348   data: "plot-vpp-throughput-latency-2n-skx"
13349   filter: "'NIC_Intel-X710' and
13350            '78B' and
13351            ('BASE' or 'SCALE') and
13352            'NDRDISC' and
13353            '2T1C' and
13354            'IP6FWD' and
13355            not 'SRv6' and
13356            not 'IPSEC' and 
13357            not 'VHOST'"
13358   parameters:
13359   - "latency"
13360   - "parent"
13361   traces:
13362     boxmean: False
13363   layout:
13364     title: ""  # No title
13365     layout: "plot-latency"
13366
13367 -
13368   type: "plot"
13369   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13370   algorithm: "plot_latency_box"
13371   output-file-type: ".html"
13372   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13373   data: "plot-vpp-throughput-latency-2n-skx"
13374   filter: "'NIC_Intel-X710' and
13375            '78B' and
13376            ('BASE' or 'SCALE') and
13377            'NDRDISC' and
13378            '4T2C' and
13379            'IP6FWD' and
13380            not 'SRv6' and
13381            not 'IPSEC' and 
13382            not 'VHOST'"
13383   parameters:
13384   - "latency"
13385   - "parent"
13386   traces:
13387     boxmean: False
13388   layout:
13389     title: ""  # No title
13390     layout: "plot-latency"
13391
13392 -
13393   type: "plot"
13394   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-features-ndr-lat"
13395   algorithm: "plot_latency_box"
13396   output-file-type: ".html"
13397   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-ndr-lat"
13398   data: "plot-vpp-throughput-latency-2n-skx"
13399   filter: "'NIC_Intel-X710' and
13400            '78B' and
13401            'FEATURE' and
13402            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13403            'NDRDISC' and
13404            '2T1C' and
13405            'IP6FWD' and
13406            not 'SRv6' and
13407            not 'IPSEC' and 
13408            not 'VHOST'"
13409   parameters:
13410   - "latency"
13411   - "parent"
13412   traces:
13413     boxmean: False
13414   layout:
13415     title: ""  # No title
13416     layout: "plot-latency"
13417
13418 -
13419   type: "plot"
13420   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-features-ndr-lat"
13421   algorithm: "plot_latency_box"
13422   output-file-type: ".html"
13423   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-ndr-lat"
13424   data: "plot-vpp-throughput-latency-2n-skx"
13425   filter: "'NIC_Intel-X710' and
13426            '78B' and
13427            'FEATURE' and
13428            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13429            'NDRDISC' and
13430            '4T2C' and
13431            'IP6FWD' and
13432            not 'SRv6' and
13433            not 'IPSEC' and 
13434            not 'VHOST'"
13435   parameters:
13436   - "latency"
13437   - "parent"
13438   traces:
13439     boxmean: False
13440   layout:
13441     title: ""  # No title
13442     layout: "plot-latency"
13443
13444 # Packet Latency - VPP IPv6 2n-skx-xxv710
13445 -
13446   type: "plot"
13447   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13448   algorithm: "plot_latency_box"
13449   output-file-type: ".html"
13450   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13451   data: "plot-vpp-throughput-latency-2n-skx"
13452   filter: "'NIC_Intel-XXV710' and
13453            '78B' and
13454            ('BASE' or 'SCALE') and
13455            'NDRDISC' and
13456            '2T1C' and
13457            'IP6FWD' and
13458            not 'SRv6' and
13459            not 'IPSEC' and 
13460            not 'VHOST'"
13461   parameters:
13462   - "latency"
13463   - "parent"
13464   traces:
13465     boxmean: False
13466   layout:
13467     title: ""  # No title
13468     layout: "plot-latency"
13469
13470 -
13471   type: "plot"
13472   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13473   algorithm: "plot_latency_box"
13474   output-file-type: ".html"
13475   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13476   data: "plot-vpp-throughput-latency-2n-skx"
13477   filter: "'NIC_Intel-XXV710' and
13478            '78B' and
13479            ('BASE' or 'SCALE') and
13480            'NDRDISC' and
13481            '4T2C' and
13482            'IP6FWD' and
13483            not 'SRv6' and
13484            not 'IPSEC' and 
13485            not 'VHOST'"
13486   parameters:
13487   - "latency"
13488   - "parent"
13489   traces:
13490     boxmean: False
13491   layout:
13492     title: ""  # No title
13493     layout: "plot-latency"
13494
13495 -
13496   type: "plot"
13497   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-features-ndr-lat"
13498   algorithm: "plot_latency_box"
13499   output-file-type: ".html"
13500   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-ndr-lat"
13501   data: "plot-vpp-throughput-latency-2n-skx"
13502   filter: "'NIC_Intel-XXV710' and
13503            '78B' and
13504            'FEATURE' and
13505            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13506            'NDRDISC' and
13507            '2T1C' and
13508            'IP6FWD' and
13509            not 'SRv6' and
13510            not 'IPSEC' and 
13511            not 'VHOST'"
13512   parameters:
13513   - "latency"
13514   - "parent"
13515   traces:
13516     boxmean: False
13517   layout:
13518     title: ""  # No title
13519     layout: "plot-latency"
13520
13521 -
13522   type: "plot"
13523   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-features-ndr-lat"
13524   algorithm: "plot_latency_box"
13525   output-file-type: ".html"
13526   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-ndr-lat"
13527   data: "plot-vpp-throughput-latency-2n-skx"
13528   filter: "'NIC_Intel-XXV710' and
13529            '78B' and
13530            'FEATURE' and
13531            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13532            'NDRDISC' and
13533            '4T2C' and
13534            'IP6FWD' and
13535            not 'SRv6' and
13536            not 'IPSEC' and 
13537            not 'VHOST'"
13538   parameters:
13539   - "latency"
13540   - "parent"
13541   traces:
13542     boxmean: False
13543   layout:
13544     title: ""  # No title
13545     layout: "plot-latency"
13546
13547 ################################################################################
13548
13549 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
13550 -
13551   type: "plot"
13552   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13553   algorithm: "plot_latency_box"
13554   output-file-type: ".html"
13555   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13556   data: "plot-vpp-throughput-latency-3n-hsw"
13557   filter: "'NIC_Intel-X520-DA2' and
13558            '78B' and
13559            'ENCAP' and
13560            'NDRDISC' and
13561            '1T1C' and
13562            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13563            not 'VHOST'"
13564   parameters:
13565   - "latency"
13566   - "parent"
13567   traces:
13568     boxmean: False
13569   layout:
13570     title: ""  # No title
13571     layout: "plot-latency"
13572
13573 -
13574   type: "plot"
13575   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13576   algorithm: "plot_latency_box"
13577   output-file-type: ".html"
13578   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13579   data: "plot-vpp-throughput-latency-3n-hsw"
13580   filter: "'NIC_Intel-X520-DA2' and
13581            '78B' and
13582            'ENCAP' and
13583            'NDRDISC' and
13584            '2T2C' and
13585            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13586            not 'VHOST'"
13587   parameters:
13588   - "latency"
13589   - "parent"
13590   traces:
13591     boxmean: False
13592   layout:
13593     title: ""  # No title
13594     layout: "plot-latency"
13595
13596 ################################################################################
13597
13598 # Packet Latency - VPP IPSec 3n-hsw-xl710
13599 -
13600   type: "plot"
13601   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13602   algorithm: "plot_latency_box"
13603   output-file-type: ".html"
13604   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13605   data: "plot-vpp-throughput-latency-3n-hsw"
13606   filter: "'NIC_Intel-XL710' and
13607            '64B' and
13608            'IP4FWD' and
13609            'NDRDISC' and
13610            '1T1C' and
13611            'IPSECHW' and
13612            ('IPSECTRAN' or 'IPSECTUN') and
13613            not 'VHOST'"
13614   parameters:
13615   - "latency"
13616   - "parent"
13617   traces:
13618     boxmean: False
13619   layout:
13620     title: ""  # No title
13621     layout: "plot-latency"
13622
13623 -
13624   type: "plot"
13625   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13626   algorithm: "plot_latency_box"
13627   output-file-type: ".html"
13628   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13629   data: "plot-vpp-throughput-latency-3n-hsw"
13630   filter: "'NIC_Intel-XL710' and
13631            '64B' and
13632            'IP4FWD' and
13633            'NDRDISC' and
13634            '2T2C' and
13635            'IPSECHW' and
13636            ('IPSECTRAN' or 'IPSECTUN') and
13637            not 'VHOST'"
13638   parameters:
13639   - "latency"
13640   - "parent"
13641   traces:
13642     boxmean: False
13643   layout:
13644     title: ""  # No title
13645     layout: "plot-latency"
13646
13647 ################################################################################
13648
13649 # Packet Latency - VPP SRv6 3n-hsw-x520
13650 -
13651   type: "plot"
13652   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13653   algorithm: "plot_latency_box"
13654   output-file-type: ".html"
13655   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13656   data: "plot-vpp-throughput-latency-3n-hsw"
13657   filter: "'NIC_Intel-X520-DA2' and
13658            '78B' and 
13659            'FEATURE' and 
13660            'NDRDISC' and 
13661            '1T1C' and 
13662            'IP6FWD' and 
13663            'SRv6'"
13664   parameters:
13665   - "latency"
13666   - "parent"
13667   traces:
13668     boxmean: False
13669   layout:
13670     title: ""  # No title
13671     layout: "plot-latency"
13672
13673 -
13674   type: "plot"
13675   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13676   algorithm: "plot_latency_box"
13677   output-file-type: ".html"
13678   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13679   data: "plot-vpp-throughput-latency-3n-hsw"
13680   filter: "'NIC_Intel-X520-DA2' and
13681            '78B' and 
13682            'FEATURE' and 
13683            'NDRDISC' and 
13684            '2T2C' and 
13685            'IP6FWD' and 
13686            'SRv6'"
13687   parameters:
13688   - "latency"
13689   - "parent"
13690   traces:
13691     boxmean: False
13692   layout:
13693     title: ""  # No title
13694     layout: "plot-latency"
13695
13696 ################################################################################
13697
13698 # Packet Latency - VPP vhost ip4 3n-hsw-x520
13699 -
13700   type: "plot"
13701   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13702   algorithm: "plot_latency_box"
13703   output-file-type: ".html"
13704   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13705   data: "plot-vpp-throughput-latency-3n-hsw"
13706   filter: "'NIC_Intel-X520-DA2' and
13707            '64B' and 
13708            'NDRDISC' and 
13709            '1T1C' and 
13710            'VHOST' and 
13711            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13712   parameters:
13713   - "latency"
13714   - "parent"
13715   traces:
13716     boxmean: False
13717   layout:
13718     title: ""  # No title
13719     layout: "plot-latency"
13720
13721 -
13722   type: "plot"
13723   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13724   algorithm: "plot_latency_box"
13725   output-file-type: ".html"
13726   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13727   data: "plot-vpp-throughput-latency-3n-hsw"
13728   filter: "'NIC_Intel-X520-DA2' and
13729            '64B' and 
13730            'NDRDISC' and 
13731            '2T2C' and 
13732            'VHOST' and 
13733            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13734   parameters:
13735   - "latency"
13736   - "parent"
13737   traces:
13738     boxmean: False
13739   layout:
13740     title: ""  # No title
13741     layout: "plot-latency"
13742
13743 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
13744 -
13745   type: "plot"
13746   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13747   algorithm: "plot_latency_box"
13748   output-file-type: ".html"
13749   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13750   data: "plot-vpp-throughput-latency-3n-hsw"
13751   filter: "'NIC_Intel-X520-DA2' and
13752            '64B' and 
13753            'NDRDISC' and 
13754            '1T1C' and 
13755            'VHOST' and 
13756            not 'VXLAN' and 
13757            not 'IP4FWD' and 
13758            not 'DOT1Q' and 
13759            not '2VM'"
13760   parameters:
13761   - "latency"
13762   - "parent"
13763   traces:
13764     boxmean: False
13765   layout:
13766     title: ""  # No title
13767     layout: "plot-latency"
13768
13769 -
13770   type: "plot"
13771   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13772   algorithm: "plot_latency_box"
13773   output-file-type: ".html"
13774   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13775   data: "plot-vpp-throughput-latency-3n-hsw"
13776   filter: "'NIC_Intel-X520-DA2' and
13777            '64B' and 
13778            'NDRDISC' and 
13779            '2T2C' and 
13780            'VHOST' and 
13781            not 'VXLAN' and 
13782            not 'IP4FWD' and 
13783            not 'DOT1Q' and 
13784            not '2VM'"
13785   parameters:
13786   - "latency"
13787   - "parent"
13788   traces:
13789     boxmean: False
13790   layout:
13791     title: ""  # No title
13792     layout: "plot-latency"
13793
13794 # Packet Latency - VPP vhost ip4 3n-hsw-x710
13795 -
13796   type: "plot"
13797   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13798   algorithm: "plot_latency_box"
13799   output-file-type: ".html"
13800   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13801   data: "plot-vpp-throughput-latency-3n-hsw"
13802   filter: "'NIC_Intel-X710' and
13803            '64B' and 
13804            'NDRDISC' and 
13805            '1T1C' and 
13806            'VHOST' and 
13807            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13808   parameters:
13809   - "latency"
13810   - "parent"
13811   traces:
13812     boxmean: False
13813   layout:
13814     title: ""  # No title
13815     layout: "plot-latency"
13816
13817 -
13818   type: "plot"
13819   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13820   algorithm: "plot_latency_box"
13821   output-file-type: ".html"
13822   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13823   data: "plot-vpp-throughput-latency-3n-hsw"
13824   filter: "'NIC_Intel-X710' and
13825            '64B' and 
13826            'NDRDISC' and 
13827            '2T2C' and 
13828            'VHOST' and 
13829            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13830   parameters:
13831   - "latency"
13832   - "parent"
13833   traces:
13834     boxmean: False
13835   layout:
13836     title: ""  # No title
13837     layout: "plot-latency"
13838
13839 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
13840 -
13841   type: "plot"
13842   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13843   algorithm: "plot_latency_box"
13844   output-file-type: ".html"
13845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13846   data: "plot-vpp-throughput-latency-3n-hsw"
13847   filter: "'NIC_Intel-X710' and
13848            '64B' and 
13849            'NDRDISC' and 
13850            '1T1C' and 
13851            'VHOST' and 
13852            not 'VXLAN' and 
13853            not 'IP4FWD' and 
13854            not 'DOT1Q' and 
13855            not '2VM'"
13856   parameters:
13857   - "latency"
13858   - "parent"
13859   traces:
13860     boxmean: False
13861   layout:
13862     title: ""  # No title
13863     layout: "plot-latency"
13864
13865 -
13866   type: "plot"
13867   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13868   algorithm: "plot_latency_box"
13869   output-file-type: ".html"
13870   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13871   data: "plot-vpp-throughput-latency-3n-hsw"
13872   filter: "'NIC_Intel-X710' and
13873            '64B' and 
13874            'NDRDISC' and 
13875            '2T2C' and 
13876            'VHOST' and 
13877            not 'VXLAN' and 
13878            not 'IP4FWD' and 
13879            not 'DOT1Q' and 
13880            not '2VM'"
13881   parameters:
13882   - "latency"
13883   - "parent"
13884   traces:
13885     boxmean: False
13886   layout:
13887     title: ""  # No title
13888     layout: "plot-latency"
13889
13890 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
13891 -
13892   type: "plot"
13893   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13894   algorithm: "plot_latency_box"
13895   output-file-type: ".html"
13896   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13897   data: "plot-vpp-throughput-latency-3n-hsw"
13898   filter: "'NIC_Intel-XL710' and
13899            '64B' and 
13900            'NDRDISC' and 
13901            '1T1C' and 
13902            'VHOST' and 
13903            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13904   parameters:
13905   - "latency"
13906   - "parent"
13907   traces:
13908     boxmean: False
13909   layout:
13910     title: ""  # No title
13911     layout: "plot-latency"
13912
13913 -
13914   type: "plot"
13915   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13916   algorithm: "plot_latency_box"
13917   output-file-type: ".html"
13918   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13919   data: "plot-vpp-throughput-latency-3n-hsw"
13920   filter: "'NIC_Intel-XL710' and
13921            '64B' and 
13922            'NDRDISC' and 
13923            '2T2C' and 
13924            'VHOST' and 
13925            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13926   parameters:
13927   - "latency"
13928   - "parent"
13929   traces:
13930     boxmean: False
13931   layout:
13932     title: ""  # No title
13933     layout: "plot-latency"
13934
13935 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
13936 -
13937   type: "plot"
13938   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13939   algorithm: "plot_latency_box"
13940   output-file-type: ".html"
13941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13942   data: "plot-vpp-throughput-latency-3n-hsw"
13943   filter: "'NIC_Intel-XL710' and
13944            '64B' and 
13945            'NDRDISC' and 
13946            '1T1C' and 
13947            'VHOST' and 
13948            not 'VXLAN' and 
13949            not 'IP4FWD' and 
13950            not 'DOT1Q' and 
13951            not '2VM'"
13952   parameters:
13953   - "latency"
13954   - "parent"
13955   traces:
13956     boxmean: False
13957   layout:
13958     title: ""  # No title
13959     layout: "plot-latency"
13960
13961 -
13962   type: "plot"
13963   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13964   algorithm: "plot_latency_box"
13965   output-file-type: ".html"
13966   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13967   data: "plot-vpp-throughput-latency-3n-hsw"
13968   filter: "'NIC_Intel-XL710' and
13969            '64B' and 
13970            'NDRDISC' and 
13971            '2T2C' and 
13972            'VHOST' and 
13973            not 'VXLAN' and 
13974            not 'IP4FWD' and 
13975            not 'DOT1Q' and 
13976            not '2VM'"
13977   parameters:
13978   - "latency"
13979   - "parent"
13980   traces:
13981     boxmean: False
13982   layout:
13983     title: ""  # No title
13984     layout: "plot-latency"
13985
13986 ################################################################################
13987
13988 # Packet Latency - VPP VTS 3n-hsw-x520
13989 -
13990   type: "plot"
13991   title: "VPP Latency: vts-3n-hsw-x520-64b-1t1c-ndr-lat"
13992   algorithm: "plot_latency_box"
13993   output-file-type: ".html"
13994   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr-lat"
13995   data: "plot-vpp-throughput-latency-3n-hsw"
13996   filter: "'NIC_Intel-X520-DA2' and
13997            '64B' and
13998            'NDRDISC' and
13999            '1T1C' and
14000            'VTS'"
14001   parameters:
14002   - "latency"
14003   - "parent"
14004   traces:
14005     boxmean: False
14006   layout:
14007     title: ""  # No title
14008     layout: "plot-latency"
14009
14010 -
14011   type: "plot"
14012   title: "VPP Latency: vts-3n-hsw-x520-64b-2t2c-ndr-lat"
14013   algorithm: "plot_latency_box"
14014   output-file-type: ".html"
14015   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr-lat"
14016   data: "plot-vpp-throughput-latency-3n-hsw"
14017   filter: "'NIC_Intel-X520-DA2' and
14018            '64B' and
14019            'NDRDISC' and
14020            '2T2C' and
14021            'VTS'"
14022   parameters:
14023   - "latency"
14024   - "parent"
14025   traces:
14026     boxmean: False
14027   layout:
14028     title: ""  # No title
14029     layout: "plot-latency"
14030     
14031 ################################################################################
14032
14033 # Packet Latency - DPDK l3fwd 3n-hsw-x520
14034 -
14035   type: "plot"
14036   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14037   algorithm: "plot_latency_box"
14038   output-file-type: ".html"
14039   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14040   data: "plot-dpdk-throughput-latency-3n-hsw"
14041   filter: "'NIC_Intel-X520-DA2' and
14042            '64B' and
14043            'BASE' and
14044            'NDRPDR' and
14045            '1T1C' and
14046            'IP4FWD'"
14047   parameters:
14048   - "latency"
14049   - "parent"
14050   traces:
14051     hoverinfo: "x+y"
14052     boxpoints: "outliers"
14053     whiskerwidth: 0
14054   layout:
14055     title: ""  # No title
14056     layout: "plot-latency"
14057
14058 -
14059   type: "plot"
14060   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14061   algorithm: "plot_latency_box"
14062   output-file-type: ".html"
14063   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14064   data: "plot-dpdk-throughput-latency-3n-hsw"
14065   filter: "'NIC_Intel-X520-DA2' and
14066            '64B' and
14067            'BASE' and
14068            'NDRPDR' and
14069            '2T2C' and
14070            'IP4FWD'"
14071   parameters:
14072   - "latency"
14073   - "parent"
14074   traces:
14075     hoverinfo: "x+y"
14076     boxpoints: "outliers"
14077     whiskerwidth: 0
14078   layout:
14079     title: ""  # No title
14080     layout: "plot-latency"
14081
14082 # Packet Latency - DPDK l3fwd 3n-hsw-x710
14083 -
14084   type: "plot"
14085   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14086   algorithm: "plot_latency_box"
14087   output-file-type: ".html"
14088   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14089   data: "plot-dpdk-throughput-latency-3n-hsw"
14090   filter: "'NIC_Intel-X710' and
14091            '64B' and
14092            'BASE' and
14093            'NDRPDR' and
14094            '1T1C' and
14095            'IP4FWD'"
14096   parameters:
14097   - "latency"
14098   - "parent"
14099   traces:
14100     hoverinfo: "x+y"
14101     boxpoints: "outliers"
14102     whiskerwidth: 0
14103   layout:
14104     title: ""  # No title
14105     layout: "plot-latency"
14106
14107 -
14108   type: "plot"
14109   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14110   algorithm: "plot_latency_box"
14111   output-file-type: ".html"
14112   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14113   data: "plot-dpdk-throughput-latency-3n-hsw"
14114   filter: "'NIC_Intel-X710' and
14115            '64B' and
14116            'BASE' and
14117            'NDRPDR' and
14118            '2T2C' and
14119            'IP4FWD'"
14120   parameters:
14121   - "latency"
14122   - "parent"
14123   traces:
14124     hoverinfo: "x+y"
14125     boxpoints: "outliers"
14126     whiskerwidth: 0
14127   layout:
14128     title: ""  # No title
14129     layout: "plot-latency"
14130
14131 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
14132 -
14133   type: "plot"
14134   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14135   algorithm: "plot_latency_box"
14136   output-file-type: ".html"
14137   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14138   data: "plot-dpdk-throughput-latency-3n-hsw"
14139   filter: "'NIC_Intel-XL710' and
14140            '64B' and
14141            'BASE' and
14142            'NDRPDR' and
14143            '1T1C' and
14144            'IP4FWD'"
14145   parameters:
14146   - "latency"
14147   - "parent"
14148   traces:
14149     hoverinfo: "x+y"
14150     boxpoints: "outliers"
14151     whiskerwidth: 0
14152   layout:
14153     title: ""  # No title
14154     layout: "plot-latency"
14155
14156 -
14157   type: "plot"
14158   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14159   algorithm: "plot_latency_box"
14160   output-file-type: ".html"
14161   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14162   data: "plot-dpdk-throughput-latency-3n-hsw"
14163   filter: "'NIC_Intel-XL710' and
14164            '64B' and
14165            'BASE' and
14166            'NDRPDR' and
14167            '2T2C' and
14168            'IP4FWD'"
14169   parameters:
14170   - "latency"
14171   - "parent"
14172   traces:
14173     hoverinfo: "x+y"
14174     boxpoints: "outliers"
14175     whiskerwidth: 0
14176   layout:
14177     title: ""  # No title
14178     layout: "plot-latency"
14179
14180 # Packet Latency - DPDK l3fwd 3n-skx-x710
14181 -
14182   type: "plot"
14183   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14184   algorithm: "plot_latency_box"
14185   output-file-type: ".html"
14186   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14187   data: "plot-dpdk-throughput-latency-3n-skx"
14188   filter: "'NIC_Intel-X710' and
14189            '64B' and
14190            'BASE' and
14191            'NDRPDR' and
14192            '2T1C' and
14193            'IP4FWD'"
14194   parameters:
14195   - "latency"
14196   - "parent"
14197   traces:
14198     hoverinfo: "x+y"
14199     boxpoints: "outliers"
14200     whiskerwidth: 0
14201   layout:
14202     title: ""  # No title
14203     layout: "plot-latency"
14204
14205 -
14206   type: "plot"
14207   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14208   algorithm: "plot_latency_box"
14209   output-file-type: ".html"
14210   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14211   data: "plot-dpdk-throughput-latency-3n-skx"
14212   filter: "'NIC_Intel-X710' and
14213            '64B' and
14214            'BASE' and
14215            'NDRPDR' and
14216            '4T2C' and
14217            'IP4FWD'"
14218   parameters:
14219   - "latency"
14220   - "parent"
14221   traces:
14222     hoverinfo: "x+y"
14223     boxpoints: "outliers"
14224     whiskerwidth: 0
14225   layout:
14226     title: ""  # No title
14227     layout: "plot-latency"
14228
14229 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
14230 -
14231   type: "plot"
14232   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14233   algorithm: "plot_latency_box"
14234   output-file-type: ".html"
14235   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14236   data: "plot-dpdk-throughput-latency-3n-skx"
14237   filter: "'NIC_Intel-XXV710' and
14238            '64B' and
14239            'BASE' and
14240            'NDRPDR' and
14241            '2T1C' and
14242            'IP4FWD'"
14243   parameters:
14244   - "latency"
14245   - "parent"
14246   traces:
14247     hoverinfo: "x+y"
14248     boxpoints: "outliers"
14249     whiskerwidth: 0
14250   layout:
14251     title: ""  # No title
14252     layout: "plot-latency"
14253
14254 -
14255   type: "plot"
14256   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14257   algorithm: "plot_latency_box"
14258   output-file-type: ".html"
14259   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14260   data: "plot-dpdk-throughput-latency-3n-skx"
14261   filter: "'NIC_Intel-XXV710' and
14262            '64B' and
14263            'BASE' and
14264            'NDRPDR' and
14265            '4T2C' and
14266            'IP4FWD'"
14267   parameters:
14268   - "latency"
14269   - "parent"
14270   traces:
14271     hoverinfo: "x+y"
14272     boxpoints: "outliers"
14273     whiskerwidth: 0
14274   layout:
14275     title: ""  # No title
14276     layout: "plot-latency"
14277
14278 # Packet Latency - DPDK l3fwd 2n-skx-x710
14279 -
14280   type: "plot"
14281   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14282   algorithm: "plot_latency_box"
14283   output-file-type: ".html"
14284   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14285   data: "plot-dpdk-throughput-latency-2n-skx"
14286   filter: "'NIC_Intel-X710' and
14287            '64B' and
14288            'BASE' and
14289            'NDRPDR' and
14290            '2T1C' and
14291            'IP4FWD'"
14292   parameters:
14293   - "latency"
14294   - "parent"
14295   traces:
14296     hoverinfo: "x+y"
14297     boxpoints: "outliers"
14298     whiskerwidth: 0
14299   layout:
14300     title: ""  # No title
14301     layout: "plot-latency"
14302
14303 -
14304   type: "plot"
14305   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14306   algorithm: "plot_latency_box"
14307   output-file-type: ".html"
14308   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14309   data: "plot-dpdk-throughput-latency-2n-skx"
14310   filter: "'NIC_Intel-X710' and
14311            '64B' and
14312            'BASE' and
14313            'NDRPDR' and
14314            '4T2C' and
14315            'IP4FWD'"
14316   parameters:
14317   - "latency"
14318   - "parent"
14319   traces:
14320     hoverinfo: "x+y"
14321     boxpoints: "outliers"
14322     whiskerwidth: 0
14323   layout:
14324     title: ""  # No title
14325     layout: "plot-latency"
14326
14327 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
14328 -
14329   type: "plot"
14330   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14331   algorithm: "plot_latency_box"
14332   output-file-type: ".html"
14333   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14334   data: "plot-dpdk-throughput-latency-2n-skx"
14335   filter: "'NIC_Intel-XXV710' and
14336            '64B' and
14337            'BASE' and
14338            'NDRPDR' and
14339            '2T1C' and
14340            'IP4FWD'"
14341   parameters:
14342   - "latency"
14343   - "parent"
14344   traces:
14345     hoverinfo: "x+y"
14346     boxpoints: "outliers"
14347     whiskerwidth: 0
14348   layout:
14349     title: ""  # No title
14350     layout: "plot-latency"
14351
14352 -
14353   type: "plot"
14354   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14355   algorithm: "plot_latency_box"
14356   output-file-type: ".html"
14357   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14358   data: "plot-dpdk-throughput-latency-2n-skx"
14359   filter: "'NIC_Intel-XXV710' and
14360            '64B' and
14361            'BASE' and
14362            'NDRPDR' and
14363            '4T2C' and
14364            'IP4FWD'"
14365   parameters:
14366   - "latency"
14367   - "parent"
14368   traces:
14369     hoverinfo: "x+y"
14370     boxpoints: "outliers"
14371     whiskerwidth: 0
14372   layout:
14373     title: ""  # No title
14374     layout: "plot-latency"
14375
14376 ################################################################################
14377
14378 # Packet Latency - DPDK testpmd 3n-hsw-x520
14379 -
14380   type: "plot"
14381   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14382   algorithm: "plot_latency_box"
14383   output-file-type: ".html"
14384   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14385   data: "plot-dpdk-throughput-latency-3n-hsw"
14386   filter: "'NIC_Intel-X520-DA2' and
14387            '64B' and
14388            'BASE' and
14389            'NDRPDR' and
14390            '1T1C' and
14391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14392   parameters:
14393   - "latency"
14394   - "parent"
14395   traces:
14396     hoverinfo: "x+y"
14397     boxpoints: "outliers"
14398     whiskerwidth: 0
14399   layout:
14400     title: ""  # No title
14401     layout: "plot-latency"
14402
14403 -
14404   type: "plot"
14405   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14406   algorithm: "plot_latency_box"
14407   output-file-type: ".html"
14408   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14409   data: "plot-dpdk-throughput-latency-3n-hsw"
14410   filter: "'NIC_Intel-X520-DA2' and
14411            '64B' and
14412            'BASE' and
14413            'NDRPDR' and
14414            '2T2C' and
14415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14416   parameters:
14417   - "latency"
14418   - "parent"
14419   traces:
14420     hoverinfo: "x+y"
14421     boxpoints: "outliers"
14422     whiskerwidth: 0
14423   layout:
14424     title: ""  # No title
14425     layout: "plot-latency"
14426
14427 # Packet Latency - DPDK testpmd 3n-hsw-x710
14428 -
14429   type: "plot"
14430   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14431   algorithm: "plot_latency_box"
14432   output-file-type: ".html"
14433   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14434   data: "plot-dpdk-throughput-latency-3n-hsw"
14435   filter: "'NIC_Intel-X710' and
14436            '64B' and
14437            'BASE' and
14438            'NDRPDR' and
14439            '1T1C' and
14440            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14441   parameters:
14442   - "latency"
14443   - "parent"
14444   traces:
14445     hoverinfo: "x+y"
14446     boxpoints: "outliers"
14447     whiskerwidth: 0
14448   layout:
14449     title: ""  # No title
14450     layout: "plot-latency"
14451
14452 -
14453   type: "plot"
14454   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14455   algorithm: "plot_latency_box"
14456   output-file-type: ".html"
14457   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14458   data: "plot-dpdk-throughput-latency-3n-hsw"
14459   filter: "'NIC_Intel-X710' and
14460            '64B' and
14461            'BASE' and
14462            'NDRPDR' and
14463            '2T2C' and
14464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14465   parameters:
14466   - "latency"
14467   - "parent"
14468   traces:
14469     hoverinfo: "x+y"
14470     boxpoints: "outliers"
14471     whiskerwidth: 0
14472   layout:
14473     title: ""  # No title
14474     layout: "plot-latency"
14475
14476 # Packet Latency - DPDK testpmd 3n-hsw-xl710
14477 -
14478   type: "plot"
14479   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14480   algorithm: "plot_latency_box"
14481   output-file-type: ".html"
14482   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14483   data: "plot-dpdk-throughput-latency-3n-hsw"
14484   filter: "'NIC_Intel-XL710' and
14485            '64B' and
14486            'BASE' and
14487            'NDRPDR' and
14488            '1T1C' and
14489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14490   parameters:
14491   - "latency"
14492   - "parent"
14493   traces:
14494     hoverinfo: "x+y"
14495     boxpoints: "outliers"
14496     whiskerwidth: 0
14497   layout:
14498     title: ""  # No title
14499     layout: "plot-latency"
14500
14501 -
14502   type: "plot"
14503   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14504   algorithm: "plot_latency_box"
14505   output-file-type: ".html"
14506   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14507   data: "plot-dpdk-throughput-latency-3n-hsw"
14508   filter: "'NIC_Intel-XL710' and
14509            '64B' and
14510            'BASE' and
14511            'NDRPDR' and
14512            '2T2C' and
14513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14514   parameters:
14515   - "latency"
14516   - "parent"
14517   traces:
14518     hoverinfo: "x+y"
14519     boxpoints: "outliers"
14520     whiskerwidth: 0
14521   layout:
14522     title: ""  # No title
14523     layout: "plot-latency"
14524
14525 # Packet Latency - DPDK testpmd 3n-skx-x710
14526 -
14527   type: "plot"
14528   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14529   algorithm: "plot_latency_box"
14530   output-file-type: ".html"
14531   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14532   data: "plot-dpdk-throughput-latency-3n-skx"
14533   filter: "'NIC_Intel-X710' and
14534            '64B' and
14535            'BASE' and
14536            'NDRPDR' and
14537            '2T1C' and
14538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14539   parameters:
14540   - "latency"
14541   - "parent"
14542   traces:
14543     hoverinfo: "x+y"
14544     boxpoints: "outliers"
14545     whiskerwidth: 0
14546   layout:
14547     title: ""  # No title
14548     layout: "plot-latency"
14549
14550 -
14551   type: "plot"
14552   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14553   algorithm: "plot_latency_box"
14554   output-file-type: ".html"
14555   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14556   data: "plot-dpdk-throughput-latency-3n-skx"
14557   filter: "'NIC_Intel-X710' and
14558            '64B' and
14559            'BASE' and
14560            'NDRPDR' and
14561            '4T2C' and
14562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14563   parameters:
14564   - "latency"
14565   - "parent"
14566   traces:
14567     hoverinfo: "x+y"
14568     boxpoints: "outliers"
14569     whiskerwidth: 0
14570   layout:
14571     title: ""  # No title
14572     layout: "plot-latency"
14573
14574 # Packet Latency - DPDK testpmd 3n-skx-xxv710
14575 -
14576   type: "plot"
14577   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14578   algorithm: "plot_latency_box"
14579   output-file-type: ".html"
14580   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14581   data: "plot-dpdk-throughput-latency-3n-skx"
14582   filter: "'NIC_Intel-XXV710' and
14583            '64B' and
14584            'BASE' and
14585            'NDRPDR' and
14586            '2T1C' and
14587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14588   parameters:
14589   - "latency"
14590   - "parent"
14591   traces:
14592     hoverinfo: "x+y"
14593     boxpoints: "outliers"
14594     whiskerwidth: 0
14595   layout:
14596     title: ""  # No title
14597     layout: "plot-latency"
14598
14599 -
14600   type: "plot"
14601   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14602   algorithm: "plot_latency_box"
14603   output-file-type: ".html"
14604   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14605   data: "plot-dpdk-throughput-latency-3n-skx"
14606   filter: "'NIC_Intel-XXV710' and
14607            '64B' and
14608            'BASE' and
14609            'NDRPDR' and
14610            '4T2C' and
14611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14612   parameters:
14613   - "latency"
14614   - "parent"
14615   traces:
14616     hoverinfo: "x+y"
14617     boxpoints: "outliers"
14618     whiskerwidth: 0
14619   layout:
14620     title: ""  # No title
14621     layout: "plot-latency"
14622
14623 # Packet Latency - DPDK testpmd 2n-skx-x710
14624 -
14625   type: "plot"
14626   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14627   algorithm: "plot_latency_box"
14628   output-file-type: ".html"
14629   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14630   data: "plot-dpdk-throughput-latency-2n-skx"
14631   filter: "'NIC_Intel-X710' and
14632            '64B' and
14633            'BASE' and
14634            'NDRPDR' and
14635            '2T1C' and
14636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14637   parameters:
14638   - "latency"
14639   - "parent"
14640   traces:
14641     hoverinfo: "x+y"
14642     boxpoints: "outliers"
14643     whiskerwidth: 0
14644   layout:
14645     title: ""  # No title
14646     layout: "plot-latency"
14647
14648 -
14649   type: "plot"
14650   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14651   algorithm: "plot_latency_box"
14652   output-file-type: ".html"
14653   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14654   data: "plot-dpdk-throughput-latency-2n-skx"
14655   filter: "'NIC_Intel-X710' and
14656            '64B' and
14657            'BASE' and
14658            'NDRPDR' and
14659            '4T2C' and
14660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14661   parameters:
14662   - "latency"
14663   - "parent"
14664   traces:
14665     hoverinfo: "x+y"
14666     boxpoints: "outliers"
14667     whiskerwidth: 0
14668   layout:
14669     title: ""  # No title
14670     layout: "plot-latency"
14671
14672 # Packet Latency - DPDK testpmd 2n-skx-xxv710
14673 -
14674   type: "plot"
14675   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14676   algorithm: "plot_latency_box"
14677   output-file-type: ".html"
14678   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14679   data: "plot-dpdk-throughput-latency-2n-skx"
14680   filter: "'NIC_Intel-XXV710' and
14681            '64B' and
14682            'BASE' and
14683            'NDRPDR' and
14684            '2T1C' and
14685            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14686   parameters:
14687   - "latency"
14688   - "parent"
14689   traces:
14690     hoverinfo: "x+y"
14691     boxpoints: "outliers"
14692     whiskerwidth: 0
14693   layout:
14694     title: ""  # No title
14695     layout: "plot-latency"
14696
14697 -
14698   type: "plot"
14699   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14700   algorithm: "plot_latency_box"
14701   output-file-type: ".html"
14702   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14703   data: "plot-dpdk-throughput-latency-2n-skx"
14704   filter: "'NIC_Intel-XXV710' and
14705            '64B' and
14706            'BASE' and
14707            'NDRPDR' and
14708            '4T2C' and
14709            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14710   parameters:
14711   - "latency"
14712   - "parent"
14713   traces:
14714     hoverinfo: "x+y"
14715     boxpoints: "outliers"
14716     whiskerwidth: 0
14717   layout:
14718     title: ""  # No title
14719     layout: "plot-latency"
14720
14721 ################################################################################
14722
14723 # Speedup - VPP Container Memif 3n-hsw-x520
14724 -
14725   type: "plot"
14726   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14727   algorithm: "plot_throughput_speedup_analysis"
14728   output-file-type: ".html"
14729   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14730   data: "plot-throughput-speedup-analysis-3n-hsw"
14731   filter: "'NIC_Intel-X520-DA2' and
14732            '64B' and
14733            ('BASE' or 'SCALE') and
14734            'NDRDISC' and
14735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14736            not 'VHOST' and
14737            'MEMIF'"
14738   parameters:
14739   - "throughput"
14740   - "parent"
14741   - "tags"
14742   layout:
14743     title: ""  # No title
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 -
14747   type: "plot"
14748   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14749   algorithm: "plot_throughput_speedup_analysis"
14750   output-file-type: ".html"
14751   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14752   data: "plot-throughput-speedup-analysis-3n-hsw"
14753   filter: "'NIC_Intel-X520-DA2' and
14754            '64B' and
14755            ('BASE' or 'SCALE') and
14756            'PDRDISC' and not 'NDRDISC' and
14757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14758            not 'VHOST' and
14759            'MEMIF'"
14760   parameters:
14761   - "throughput"
14762   - "parent"
14763   - "tags"
14764   layout:
14765     title: ""  # No title
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 # Speedup - VPP Container Memif 3n-hsw-x710
14769 -
14770   type: "plot"
14771   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14772   algorithm: "plot_throughput_speedup_analysis"
14773   output-file-type: ".html"
14774   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14775   data: "plot-throughput-speedup-analysis-3n-hsw"
14776   filter: "'NIC_Intel-X710' and
14777            '64B' and
14778            ('BASE' or 'SCALE') and
14779            'NDRDISC' and
14780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14781            not 'VHOST' and
14782            'MEMIF'"
14783   parameters:
14784   - "throughput"
14785   - "parent"
14786   - "tags"
14787   layout:
14788     title: ""  # No title
14789     layout: "plot-throughput-speedup-analysis"
14790
14791 -
14792   type: "plot"
14793   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14794   algorithm: "plot_throughput_speedup_analysis"
14795   output-file-type: ".html"
14796   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14797   data: "plot-throughput-speedup-analysis-3n-hsw"
14798   filter: "'NIC_Intel-X710' and
14799            '64B' and
14800            ('BASE' or 'SCALE') and
14801            'PDRDISC' and not 'NDRDISC' and
14802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14803            not 'VHOST' and
14804            'MEMIF'"
14805   parameters:
14806   - "throughput"
14807   - "parent"
14808   - "tags"
14809   layout:
14810     title: ""  # No title
14811     layout: "plot-throughput-speedup-analysis"
14812
14813 # Speedup - VPP Container Memif 3n-hsw-xl710
14814 -
14815   type: "plot"
14816   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14817   algorithm: "plot_throughput_speedup_analysis"
14818   output-file-type: ".html"
14819   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14820   data: "plot-throughput-speedup-analysis-3n-hsw"
14821   filter: "'NIC_Intel-XL710' and
14822            '64B' and
14823            ('BASE' or 'SCALE') and
14824            'NDRDISC' and
14825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14826            not 'VHOST' and
14827            'MEMIF'"
14828   parameters:
14829   - "throughput"
14830   - "parent"
14831   - "tags"
14832   layout:
14833     title: ""  # No title
14834     layout: "plot-throughput-speedup-analysis"
14835
14836 -
14837   type: "plot"
14838   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14839   algorithm: "plot_throughput_speedup_analysis"
14840   output-file-type: ".html"
14841   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14842   data: "plot-throughput-speedup-analysis-3n-hsw"
14843   filter: "'NIC_Intel-XL710' and
14844            '64B' and
14845            ('BASE' or 'SCALE') and
14846            'PDRDISC' and not 'NDRDISC' and
14847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14848            not 'VHOST' and
14849            'MEMIF'"
14850   parameters:
14851   - "throughput"
14852   - "parent"
14853   - "tags"
14854   layout:
14855     title: ""  # No title
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 # Speedup - VPP Container Memif 3n-skx-x710
14859 -
14860   type: "plot"
14861   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14862   algorithm: "plot_throughput_speedup_analysis"
14863   output-file-type: ".html"
14864   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14865   data: "plot-throughput-speedup-analysis-3n-skx"
14866   filter: "'NIC_Intel-X710' and
14867            '64B' and
14868            ('BASE' or 'SCALE') and
14869            'NDRDISC' and
14870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14871            not 'VHOST' and
14872            'MEMIF'"
14873   parameters:
14874   - "throughput"
14875   - "parent"
14876   - "tags"
14877   layout:
14878     title: ""  # No title
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 -
14882   type: "plot"
14883   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14884   algorithm: "plot_throughput_speedup_analysis"
14885   output-file-type: ".html"
14886   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14887   data: "plot-throughput-speedup-analysis-3n-skx"
14888   filter: "'NIC_Intel-X710' and
14889            '64B' and
14890            ('BASE' or 'SCALE') and
14891            'PDRDISC' and not 'NDRDISC' and
14892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14893            not 'VHOST' and
14894             'MEMIF'"
14895   parameters:
14896   - "throughput"
14897   - "parent"
14898   - "tags"
14899   layout:
14900     title: ""  # No title
14901     layout: "plot-throughput-speedup-analysis"
14902
14903 # Speedup - VPP Container Memif 3n-skx-xxv710
14904 -
14905   type: "plot"
14906   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14907   algorithm: "plot_throughput_speedup_analysis"
14908   output-file-type: ".html"
14909   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14910   data: "plot-throughput-speedup-analysis-3n-skx"
14911   filter: "'NIC_Intel-XXV710' and
14912            '64B' and
14913            ('BASE' or 'SCALE') and
14914            'NDRDISC' and
14915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14916            not 'VHOST' and
14917            'MEMIF'"
14918   parameters:
14919   - "throughput"
14920   - "parent"
14921   - "tags"
14922   layout:
14923     title: ""  # No title
14924     layout: "plot-throughput-speedup-analysis"
14925
14926 -
14927   type: "plot"
14928   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14929   algorithm: "plot_throughput_speedup_analysis"
14930   output-file-type: ".html"
14931   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14932   data: "plot-throughput-speedup-analysis-3n-skx"
14933   filter: "'NIC_Intel-XXV710' and
14934            '64B' and
14935            ('BASE' or 'SCALE') and
14936            'PDRDISC' and not 'NDRDISC' and
14937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14938            not 'VHOST' and
14939            'MEMIF'"
14940   parameters:
14941   - "throughput"
14942   - "parent"
14943   - "tags"
14944   layout:
14945     title: ""  # No title
14946     layout: "plot-throughput-speedup-analysis"
14947
14948 # Speedup - VPP Container Memif 2n-skx-x710
14949 -
14950   type: "plot"
14951   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14952   algorithm: "plot_throughput_speedup_analysis"
14953   output-file-type: ".html"
14954   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14955   data: "plot-throughput-speedup-analysis-2n-skx"
14956   filter: "'NIC_Intel-X710' and
14957            '64B' and
14958            ('BASE' or 'SCALE') and
14959            'NDRDISC' and
14960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14961            not 'VHOST' and
14962            'MEMIF'"
14963   parameters:
14964   - "throughput"
14965   - "parent"
14966   - "tags"
14967   layout:
14968     title: ""  # No title
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 -
14972   type: "plot"
14973   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14974   algorithm: "plot_throughput_speedup_analysis"
14975   output-file-type: ".html"
14976   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14977   data: "plot-throughput-speedup-analysis-2n-skx"
14978   filter: "'NIC_Intel-X710' and
14979            '64B' and
14980            ('BASE' or 'SCALE') and
14981            'PDRDISC' and not 'NDRDISC' and
14982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14983            not 'VHOST' and
14984            'MEMIF'"
14985   parameters:
14986   - "throughput"
14987   - "parent"
14988   - "tags"
14989   layout:
14990     title: ""  # No title
14991     layout: "plot-throughput-speedup-analysis"
14992
14993 # Speedup - VPP Container Memif 2n-skx-xxv710
14994 -
14995   type: "plot"
14996   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14997   algorithm: "plot_throughput_speedup_analysis"
14998   output-file-type: ".html"
14999   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15000   data: "plot-throughput-speedup-analysis-2n-skx"
15001   filter: "'NIC_Intel-XXV710' and
15002            '64B' and
15003            ('BASE' or 'SCALE') and
15004            'NDRDISC' and
15005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15006            not 'VHOST' and
15007            'MEMIF'"
15008   parameters:
15009   - "throughput"
15010   - "parent"
15011   - "tags"
15012   layout:
15013     title: ""  # No title
15014     layout: "plot-throughput-speedup-analysis"
15015
15016 -
15017   type: "plot"
15018   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15019   algorithm: "plot_throughput_speedup_analysis"
15020   output-file-type: ".html"
15021   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15022   data: "plot-throughput-speedup-analysis-2n-skx"
15023   filter: "'NIC_Intel-XXV710' and
15024            '64B' and
15025            ('BASE' or 'SCALE') and
15026            'PDRDISC' and not 'NDRDISC' and
15027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15028            not 'VHOST' and
15029            'MEMIF'"
15030   parameters:
15031   - "throughput"
15032   - "parent"
15033   - "tags"
15034   layout:
15035     title: ""  # No title
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 ################################################################################
15039
15040 # Speedup - VPP Container k8s memif 3n-hsw-x520
15041 -
15042   type: "plot"
15043   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15044   algorithm: "plot_throughput_speedup_analysis"
15045   output-file-type: ".html"
15046   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15047   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15048   filter: "'NIC_Intel-X520-DA2' and
15049            '64B' and
15050            ('BASE' or 'SCALE') and
15051            'NDRDISC' and
15052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15053            not 'VHOST' and
15054            'MEMIF'"
15055   parameters:
15056   - "throughput"
15057   - "parent"
15058   - "tags"
15059   layout:
15060     title: ""  # No title
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 -
15064   type: "plot"
15065   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15066   algorithm: "plot_throughput_speedup_analysis"
15067   output-file-type: ".html"
15068   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15069   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15070   filter: "'NIC_Intel-X520-DA2' and
15071            '64B' and
15072            ('BASE' or 'SCALE') and
15073            'PDRDISC' and not 'NDRDISC' and
15074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15075            not 'VHOST' and
15076            'MEMIF'"
15077   parameters:
15078   - "throughput"
15079   - "parent"
15080   - "tags"
15081   layout:
15082     title: ""  # No title
15083     layout: "plot-throughput-speedup-analysis"
15084
15085 # Speedup - VPP Container Memif 3n-hsw-x710
15086 -
15087   type: "plot"
15088   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15089   algorithm: "plot_throughput_speedup_analysis"
15090   output-file-type: ".html"
15091   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15092   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15093   filter: "'NIC_Intel-X710' and
15094            '64B' and
15095            ('BASE' or 'SCALE') and
15096            'NDRDISC' and
15097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15098            not 'VHOST' and
15099            'MEMIF'"
15100   parameters:
15101   - "throughput"
15102   - "parent"
15103   - "tags"
15104   layout:
15105     title: ""  # No title
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 -
15109   type: "plot"
15110   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15111   algorithm: "plot_throughput_speedup_analysis"
15112   output-file-type: ".html"
15113   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15114   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15115   filter: "'NIC_Intel-X710' and
15116            '64B' and
15117            ('BASE' or 'SCALE') and
15118            'PDRDISC' and not 'NDRDISC' and
15119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15120            not 'VHOST' and
15121            'MEMIF'"
15122   parameters:
15123   - "throughput"
15124   - "parent"
15125   - "tags"
15126   layout:
15127     title: ""  # No title
15128     layout: "plot-throughput-speedup-analysis"
15129
15130 # Speedup - VPP Container Memif 3n-hsw-xl710
15131 -
15132   type: "plot"
15133   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15134   algorithm: "plot_throughput_speedup_analysis"
15135   output-file-type: ".html"
15136   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15137   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15138   filter: "'NIC_Intel-XL710' and
15139            '64B' and
15140            ('BASE' or 'SCALE') and
15141            'NDRDISC' and
15142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15143            not 'VHOST' and
15144            'MEMIF'"
15145   parameters:
15146   - "throughput"
15147   - "parent"
15148   - "tags"
15149   layout:
15150     title: ""  # No title
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 -
15154   type: "plot"
15155   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15156   algorithm: "plot_throughput_speedup_analysis"
15157   output-file-type: ".html"
15158   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15159   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15160   filter: "'NIC_Intel-XL710' and
15161            '64B' and
15162            ('BASE' or 'SCALE') and
15163            'PDRDISC' and not 'NDRDISC' and
15164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15165            not 'VHOST' and
15166            'MEMIF'"
15167   parameters:
15168   - "throughput"
15169   - "parent"
15170   - "tags"
15171   layout:
15172     title: ""  # No title
15173     layout: "plot-throughput-speedup-analysis"
15174
15175 ################################################################################
15176
15177 # Speedup - VPP IPv4 3n-hsw-x520
15178 -
15179   type: "plot"
15180   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15181   algorithm: "plot_throughput_speedup_analysis"
15182   output-file-type: ".html"
15183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15184   data: "plot-throughput-speedup-analysis-3n-hsw"
15185   filter: "'NIC_Intel-X520-DA2' and
15186            '64B' and
15187            ('BASE' or 'SCALE') and
15188            'NDRDISC' and
15189            'IP4FWD' and
15190            not 'IPSEC' and 
15191            not 'VHOST'"
15192   parameters:
15193   - "throughput"
15194   - "parent"
15195   - "tags"
15196   layout:
15197     title: ""  # No title
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 -
15201   type: "plot"
15202   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15203   algorithm: "plot_throughput_speedup_analysis"
15204   output-file-type: ".html"
15205   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15206   data: "plot-throughput-speedup-analysis-3n-hsw"
15207   filter: "'NIC_Intel-X520-DA2' and
15208            '64B' and
15209            ('BASE' or 'SCALE') and
15210            'PDRDISC' and not 'NDRDISC' and
15211            'IP4FWD' and
15212            not 'IPSEC' and 
15213            not 'VHOST'"
15214   parameters:
15215   - "throughput"
15216   - "parent"
15217   - "tags"
15218   layout:
15219     title: ""  # No title
15220     layout: "plot-throughput-speedup-analysis"
15221
15222 -
15223   type: "plot"
15224   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
15225   algorithm: "plot_throughput_speedup_analysis"
15226   output-file-type: ".html"
15227   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
15228   data: "plot-throughput-speedup-analysis-3n-hsw"
15229   filter: "'NIC_Intel-X520-DA2' and
15230            '64B' and
15231            'FEATURE' and
15232            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15233            'NDRDISC' and
15234            'IP4FWD' and
15235            not 'IPSEC' and 
15236            not 'VHOST'"
15237   parameters:
15238   - "throughput"
15239   - "parent"
15240   - "tags"
15241   layout:
15242     title: ""  # No title
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 -
15246   type: "plot"
15247   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
15248   algorithm: "plot_throughput_speedup_analysis"
15249   output-file-type: ".html"
15250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
15251   data: "plot-throughput-speedup-analysis-3n-hsw"
15252   filter: "'NIC_Intel-X520-DA2' and
15253            '64B' and
15254            'FEATURE' and
15255            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15256            'PDRDISC' and not 'NDRDISC' and
15257            'IP4FWD' and
15258            not 'IPSEC' and 
15259            not 'VHOST'"
15260   parameters:
15261   - "throughput"
15262   - "parent"
15263   - "tags"
15264   layout:
15265     title: ""  # No title
15266     layout: "plot-throughput-speedup-analysis"
15267
15268 # Speedup - VPP IPv4 3n-hsw-x710
15269 -
15270   type: "plot"
15271   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15272   algorithm: "plot_throughput_speedup_analysis"
15273   output-file-type: ".html"
15274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15275   data: "plot-throughput-speedup-analysis-3n-hsw"
15276   filter: "'NIC_Intel-X710' and
15277            '64B' and
15278            ('BASE' or 'SCALE') and
15279            'NDRDISC' and
15280            'IP4FWD' and
15281            not 'IPSEC' and 
15282            not 'VHOST'"
15283   parameters:
15284   - "throughput"
15285   - "parent"
15286   - "tags"
15287   layout:
15288     title: ""  # No title
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 -
15292   type: "plot"
15293   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15294   algorithm: "plot_throughput_speedup_analysis"
15295   output-file-type: ".html"
15296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15297   data: "plot-throughput-speedup-analysis-3n-hsw"
15298   filter: "'NIC_Intel-X710' and
15299            '64B' and
15300            ('BASE' or 'SCALE') and
15301            'PDRDISC' and not 'NDRDISC' and
15302            'IP4FWD' and
15303            not 'IPSEC' and 
15304            not 'VHOST'"
15305   parameters:
15306   - "throughput"
15307   - "parent"
15308   - "tags"
15309   layout:
15310     title: ""  # No title
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 -
15314   type: "plot"
15315   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
15316   algorithm: "plot_throughput_speedup_analysis"
15317   output-file-type: ".html"
15318   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
15319   data: "plot-throughput-speedup-analysis-3n-hsw"
15320   filter: "'NIC_Intel-X710' and
15321            '64B' and
15322            'FEATURE' and
15323            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15324            'NDRDISC' and
15325            'IP4FWD' and
15326            not 'IPSEC' and 
15327            not 'VHOST'"
15328   parameters:
15329   - "throughput"
15330   - "parent"
15331   - "tags"
15332   layout:
15333     title: ""  # No title
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 -
15337   type: "plot"
15338   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
15339   algorithm: "plot_throughput_speedup_analysis"
15340   output-file-type: ".html"
15341   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
15342   data: "plot-throughput-speedup-analysis-3n-hsw"
15343   filter: "'NIC_Intel-X710' and
15344            '64B' and
15345            'FEATURE' and
15346            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15347            'PDRDISC' and not 'NDRDISC' and
15348            'IP4FWD' and
15349            not 'IPSEC' and 
15350            not 'VHOST'"
15351   parameters:
15352   - "throughput"
15353   - "parent"
15354   - "tags"
15355   layout:
15356     title: ""  # No title
15357     layout: "plot-throughput-speedup-analysis"
15358
15359 # Speedup - VPP IPv4 3n-hsw-xl710
15360 -
15361   type: "plot"
15362   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15363   algorithm: "plot_throughput_speedup_analysis"
15364   output-file-type: ".html"
15365   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15366   data: "plot-throughput-speedup-analysis-3n-hsw"
15367   filter: "'NIC_Intel-XL710' and
15368            '64B' and
15369            ('BASE' or 'SCALE') and
15370            'NDRDISC' and
15371            'IP4FWD' and
15372            not 'IPSEC' and 
15373            not 'VHOST'"
15374   parameters:
15375   - "throughput"
15376   - "parent"
15377   - "tags"
15378   layout:
15379     title: ""  # No title
15380     layout: "plot-throughput-speedup-analysis"
15381
15382 -
15383   type: "plot"
15384   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15385   algorithm: "plot_throughput_speedup_analysis"
15386   output-file-type: ".html"
15387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15388   data: "plot-throughput-speedup-analysis-3n-hsw"
15389   filter: "'NIC_Intel-XL710' and
15390            '64B' and
15391            ('BASE' or 'SCALE') and
15392            'PDRDISC' and not 'NDRDISC' and
15393            'IP4FWD' and
15394            not 'IPSEC' and 
15395            not 'VHOST'"
15396   parameters:
15397   - "throughput"
15398   - "parent"
15399   - "tags"
15400   layout:
15401     title: ""  # No title
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 # Speedup - VPP IPv4 3n-skx-x710
15405 -
15406   type: "plot"
15407   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15408   algorithm: "plot_throughput_speedup_analysis"
15409   output-file-type: ".html"
15410   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15411   data: "plot-throughput-speedup-analysis-3n-skx"
15412   filter: "'NIC_Intel-X710' and
15413            '64B' and
15414            ('BASE' or 'SCALE') and
15415            'NDRDISC' and
15416            'IP4FWD' and
15417            not 'IPSEC' and 
15418            not 'VHOST'"
15419   parameters:
15420   - "throughput"
15421   - "parent"
15422   - "tags"
15423   layout:
15424     title: ""  # No title
15425     layout: "plot-throughput-speedup-analysis"
15426
15427 -
15428   type: "plot"
15429   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15430   algorithm: "plot_throughput_speedup_analysis"
15431   output-file-type: ".html"
15432   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15433   data: "plot-throughput-speedup-analysis-3n-skx"
15434   filter: "'NIC_Intel-X710' and
15435            '64B' and
15436            ('BASE' or 'SCALE') and
15437            'PDRDISC' and not 'NDRDISC' and
15438            'IP4FWD' and
15439            not 'IPSEC' and 
15440            not 'VHOST'"
15441   parameters:
15442   - "throughput"
15443   - "parent"
15444   - "tags"
15445   layout:
15446     title: ""  # No title
15447     layout: "plot-throughput-speedup-analysis"
15448
15449 -
15450   type: "plot"
15451   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
15452   algorithm: "plot_throughput_speedup_analysis"
15453   output-file-type: ".html"
15454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
15455   data: "plot-throughput-speedup-analysis-3n-skx"
15456   filter: "'NIC_Intel-X710' and
15457            '64B' and
15458            'FEATURE' and
15459            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15460            'NDRDISC' and
15461            'IP4FWD' and
15462            not 'IPSEC' and 
15463            not 'VHOST'"
15464   parameters:
15465   - "throughput"
15466   - "parent"
15467   - "tags"
15468   layout:
15469     title: ""  # No title
15470     layout: "plot-throughput-speedup-analysis"
15471
15472 -
15473   type: "plot"
15474   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
15475   algorithm: "plot_throughput_speedup_analysis"
15476   output-file-type: ".html"
15477   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
15478   data: "plot-throughput-speedup-analysis-3n-skx"
15479   filter: "'NIC_Intel-X710' and
15480            '64B' and
15481            'FEATURE' and
15482            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15483            'PDRDISC' and not 'NDRDISC' and
15484            'IP4FWD' and
15485            not 'IPSEC' and 
15486            not 'VHOST'"
15487   parameters:
15488   - "throughput"
15489   - "parent"
15490   - "tags"
15491   layout:
15492     title: ""  # No title
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 # Speedup - VPP IPv4 3n-skx-xxv710
15496 -
15497   type: "plot"
15498   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15499   algorithm: "plot_throughput_speedup_analysis"
15500   output-file-type: ".html"
15501   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15502   data: "plot-throughput-speedup-analysis-3n-skx"
15503   filter: "'NIC_Intel-XXV710' and
15504            '64B' and
15505            ('BASE' or 'SCALE') and
15506            'NDRDISC' and
15507            'IP4FWD' and
15508            not 'IPSEC' and 
15509            not 'VHOST'"
15510   parameters:
15511   - "throughput"
15512   - "parent"
15513   - "tags"
15514   layout:
15515     title: ""  # No title
15516     layout: "plot-throughput-speedup-analysis"
15517
15518 -
15519   type: "plot"
15520   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15521   algorithm: "plot_throughput_speedup_analysis"
15522   output-file-type: ".html"
15523   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15524   data: "plot-throughput-speedup-analysis-3n-skx"
15525   filter: "'NIC_Intel-XXV710' and
15526            '64B' and
15527            ('BASE' or 'SCALE') and
15528            'PDRDISC' and not 'NDRDISC' and
15529            'IP4FWD' and
15530            not 'IPSEC' and 
15531            not 'VHOST'"
15532   parameters:
15533   - "throughput"
15534   - "parent"
15535   - "tags"
15536   layout:
15537     title: ""  # No title
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 -
15541   type: "plot"
15542   title: "Speedup: ip4-3n-skx-xxv710-64b-features-ndr-tsa"
15543   algorithm: "plot_throughput_speedup_analysis"
15544   output-file-type: ".html"
15545   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-ndr-tsa"
15546   data: "plot-throughput-speedup-analysis-3n-skx"
15547   filter: "'NIC_Intel-XXV710' and
15548            '64B' and
15549            'FEATURE' and
15550            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15551            'NDRDISC' and
15552            'IP4FWD' and
15553            not 'IPSEC' and 
15554            not 'VHOST'"
15555   parameters:
15556   - "throughput"
15557   - "parent"
15558   - "tags"
15559   layout:
15560     title: ""  # No title
15561     layout: "plot-throughput-speedup-analysis"
15562
15563 -
15564   type: "plot"
15565   title: "Speedup: ip4-3n-skx-xxv710-64b-features-pdr-tsa"
15566   algorithm: "plot_throughput_speedup_analysis"
15567   output-file-type: ".html"
15568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-pdr-tsa"
15569   data: "plot-throughput-speedup-analysis-3n-skx"
15570   filter: "'NIC_Intel-XXV710' and
15571            '64B' and
15572            'FEATURE' and
15573            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15574            'PDRDISC' and not 'NDRDISC' and
15575            'IP4FWD' and
15576            not 'IPSEC' and 
15577            not 'VHOST'"
15578   parameters:
15579   - "throughput"
15580   - "parent"
15581   - "tags"
15582   layout:
15583     title: ""  # No title
15584     layout: "plot-throughput-speedup-analysis"
15585
15586 # Speedup - VPP IPv4 2n-skx-x710
15587 -
15588   type: "plot"
15589   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15590   algorithm: "plot_throughput_speedup_analysis"
15591   output-file-type: ".html"
15592   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15593   data: "plot-throughput-speedup-analysis-2n-skx"
15594   filter: "'NIC_Intel-X710' and
15595            '64B' and
15596            ('BASE' or 'SCALE') and
15597            'NDRDISC' and
15598            'IP4FWD' and
15599            not 'IPSEC' and 
15600            not 'VHOST'"
15601   parameters:
15602   - "throughput"
15603   - "parent"
15604   - "tags"
15605   layout:
15606     title: ""  # No title
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 -
15610   type: "plot"
15611   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15612   algorithm: "plot_throughput_speedup_analysis"
15613   output-file-type: ".html"
15614   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15615   data: "plot-throughput-speedup-analysis-2n-skx"
15616   filter: "'NIC_Intel-X710' and
15617            '64B' and
15618            ('BASE' or 'SCALE') and
15619            'PDRDISC' and not 'NDRDISC' and
15620            'IP4FWD' and
15621            not 'IPSEC' and 
15622            not 'VHOST'"
15623   parameters:
15624   - "throughput"
15625   - "parent"
15626   - "tags"
15627   layout:
15628     title: ""  # No title
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 -
15632   type: "plot"
15633   title: "Speedup: ip4-2n-skx-x710-64b-features-ndr-tsa"
15634   algorithm: "plot_throughput_speedup_analysis"
15635   output-file-type: ".html"
15636   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-ndr-tsa"
15637   data: "plot-throughput-speedup-analysis-2n-skx"
15638   filter: "'NIC_Intel-X710' and
15639            '64B' and
15640            'FEATURE' and
15641            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15642            'NDRDISC' and
15643            'IP4FWD' and
15644            not 'IPSEC' and 
15645            not 'VHOST'"
15646   parameters:
15647   - "throughput"
15648   - "parent"
15649   - "tags"
15650   layout:
15651     title: ""  # No title
15652     layout: "plot-throughput-speedup-analysis"
15653
15654 -
15655   type: "plot"
15656   title: "Speedup: ip4-2n-skx-x710-64b-features-pdr-tsa"
15657   algorithm: "plot_throughput_speedup_analysis"
15658   output-file-type: ".html"
15659   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-pdr-tsa"
15660   data: "plot-throughput-speedup-analysis-2n-skx"
15661   filter: "'NIC_Intel-X710' and
15662            '64B' and
15663            'FEATURE' and
15664            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15665            'PDRDISC' and not 'NDRDISC' and
15666            'IP4FWD' and
15667            not 'IPSEC' and 
15668            not 'VHOST'"
15669   parameters:
15670   - "throughput"
15671   - "parent"
15672   - "tags"
15673   layout:
15674     title: ""  # No title
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 # Speedup - VPP IPv4 2n-skx-xxv710
15678 -
15679   type: "plot"
15680   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15681   algorithm: "plot_throughput_speedup_analysis"
15682   output-file-type: ".html"
15683   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15684   data: "plot-throughput-speedup-analysis-2n-skx"
15685   filter: "'NIC_Intel-XXV710' and
15686            '64B' and
15687            ('BASE' or 'SCALE') and
15688            'NDRDISC' and
15689            'IP4FWD' and
15690            not 'IPSEC' and 
15691            not 'VHOST'"
15692   parameters:
15693   - "throughput"
15694   - "parent"
15695   - "tags"
15696   layout:
15697     title: ""  # No title
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 -
15701   type: "plot"
15702   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15703   algorithm: "plot_throughput_speedup_analysis"
15704   output-file-type: ".html"
15705   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15706   data: "plot-throughput-speedup-analysis-2n-skx"
15707   filter: "'NIC_Intel-XXV710' and
15708            '64B' and
15709            ('BASE' or 'SCALE') and
15710            'PDRDISC' and not 'NDRDISC' and
15711            'IP4FWD' and
15712            not 'IPSEC' and 
15713            not 'VHOST'"
15714   parameters:
15715   - "throughput"
15716   - "parent"
15717   - "tags"
15718   layout:
15719     title: ""  # No title
15720     layout: "plot-throughput-speedup-analysis"
15721
15722 -
15723   type: "plot"
15724   title: "Speedup: ip4-2n-skx-xxv710-64b-features-ndr-tsa"
15725   algorithm: "plot_throughput_speedup_analysis"
15726   output-file-type: ".html"
15727   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-ndr-tsa"
15728   data: "plot-throughput-speedup-analysis-2n-skx"
15729   filter: "'NIC_Intel-XXV710' and
15730            '64B' and
15731            'FEATURE' and
15732            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15733            'NDRDISC' and
15734            'IP4FWD' and
15735            not 'IPSEC' and 
15736            not 'VHOST'"
15737   parameters:
15738   - "throughput"
15739   - "parent"
15740   - "tags"
15741   layout:
15742     title: ""  # No title
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 -
15746   type: "plot"
15747   title: "Speedup: ip4-2n-skx-xxv710-64b-features-pdr-tsa"
15748   algorithm: "plot_throughput_speedup_analysis"
15749   output-file-type: ".html"
15750   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-pdr-tsa"
15751   data: "plot-throughput-speedup-analysis-2n-skx"
15752   filter: "'NIC_Intel-XXV710' and
15753            '64B' and
15754            'FEATURE' and
15755            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15756            'PDRDISC' and not 'NDRDISC' and
15757            'IP4FWD' and
15758            not 'IPSEC' and 
15759            not 'VHOST'"
15760   parameters:
15761   - "throughput"
15762   - "parent"
15763   - "tags"
15764   layout:
15765     title: ""  # No title
15766     layout: "plot-throughput-speedup-analysis"
15767
15768 ################################################################################
15769
15770 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
15771 -
15772   type: "plot"
15773   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15774   algorithm: "plot_throughput_speedup_analysis"
15775   output-file-type: ".html"
15776   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15777   data: "plot-throughput-speedup-analysis-3n-hsw"
15778   filter: "'NIC_Intel-X520-DA2' and
15779            '64B' and
15780            'ENCAP' and
15781            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15782            'NDRDISC' and
15783            'IP4FWD' and
15784            not 'IPSEC' and 
15785            not 'VHOST'"
15786   parameters:
15787   - "throughput"
15788   - "parent"
15789   - "tags"
15790   layout:
15791     title: ""  # No title
15792     layout: "plot-throughput-speedup-analysis"
15793
15794 -
15795   type: "plot"
15796   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15797   algorithm: "plot_throughput_speedup_analysis"
15798   output-file-type: ".html"
15799   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15800   data: "plot-throughput-speedup-analysis-3n-hsw"
15801   filter: "'NIC_Intel-X520-DA2' and
15802            '64B' and
15803            'ENCAP' and
15804            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15805            'PDRDISC' and not 'NDRDISC' and
15806            'IP4FWD' and
15807            not 'IPSEC' and 
15808            not 'VHOST'"
15809   parameters:
15810   - "throughput"
15811   - "parent"
15812   - "tags"
15813   layout:
15814     title: ""  # No title
15815     layout: "plot-throughput-speedup-analysis"
15816
15817 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
15818 -
15819   type: "plot"
15820   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15821   algorithm: "plot_throughput_speedup_analysis"
15822   output-file-type: ".html"
15823   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15824   data: "plot-throughput-speedup-analysis-3n-hsw"
15825   filter: "'NIC_Intel-X710' and
15826            '64B' and
15827            'ENCAP' and
15828            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15829            'NDRDISC' and
15830            'IP4FWD' and
15831            not 'IPSEC' and 
15832            not 'VHOST'"
15833   parameters:
15834   - "throughput"
15835   - "parent"
15836   - "tags"
15837   layout:
15838     title: ""  # No title
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 -
15842   type: "plot"
15843   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15844   algorithm: "plot_throughput_speedup_analysis"
15845   output-file-type: ".html"
15846   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15847   data: "plot-throughput-speedup-analysis-3n-hsw"
15848   filter: "'NIC_Intel-X710' and
15849            '64B' and
15850            'ENCAP' and
15851            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15852            'PDRDISC' and not 'NDRDISC' and
15853            'IP4FWD' and
15854            not 'IPSEC' and 
15855            not 'VHOST'"
15856   parameters:
15857   - "throughput"
15858   - "parent"
15859   - "tags"
15860   layout:
15861     title: ""  # No title
15862     layout: "plot-throughput-speedup-analysis"
15863
15864 # Speedup - VPP IPv4 Tunnels 3n-hsw-xl710
15865 -
15866   type: "plot"
15867   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15868   algorithm: "plot_throughput_speedup_analysis"
15869   output-file-type: ".html"
15870   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15871   data: "plot-throughput-speedup-analysis-3n-hsw"
15872   filter: "'NIC_Intel-XL710' and
15873            '64B' and
15874            'ENCAP' and
15875            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15876            'NDRDISC' and
15877            'IP4FWD' and
15878            not 'IPSEC' and 
15879            not 'VHOST'"
15880   parameters:
15881   - "throughput"
15882   - "parent"
15883   - "tags"
15884   layout:
15885     title: ""  # No title
15886     layout: "plot-throughput-speedup-analysis"
15887
15888 -
15889   type: "plot"
15890   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15891   algorithm: "plot_throughput_speedup_analysis"
15892   output-file-type: ".html"
15893   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15894   data: "plot-throughput-speedup-analysis-3n-hsw"
15895   filter: "'NIC_Intel-XL710' and
15896            '64B' and
15897            'ENCAP' and
15898            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15899            'PDRDISC' and not 'NDRDISC' and
15900            'IP4FWD' and
15901            not 'IPSEC' and 
15902            not 'VHOST'"
15903   parameters:
15904   - "throughput"
15905   - "parent"
15906   - "tags"
15907   layout:
15908     title: ""  # No title
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
15912 -
15913   type: "plot"
15914   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15915   algorithm: "plot_throughput_speedup_analysis"
15916   output-file-type: ".html"
15917   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15918   data: "plot-throughput-speedup-analysis-3n-skx"
15919   filter: "'NIC_Intel-X710' and
15920            '64B' and
15921            'ENCAP' and
15922            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15923            'NDRDISC' and
15924            'IP4FWD' and
15925            not 'IPSEC' and 
15926            not 'VHOST'"
15927   parameters:
15928   - "throughput"
15929   - "parent"
15930   - "tags"
15931   layout:
15932     title: ""  # No title
15933     layout: "plot-throughput-speedup-analysis"
15934
15935 -
15936   type: "plot"
15937   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15938   algorithm: "plot_throughput_speedup_analysis"
15939   output-file-type: ".html"
15940   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15941   data: "plot-throughput-speedup-analysis-3n-skx"
15942   filter: "'NIC_Intel-X710' and
15943            '64B' and
15944            'ENCAP' and
15945            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15946            'PDRDISC' and not 'NDRDISC' and
15947            'IP4FWD' and
15948            not 'IPSEC' and 
15949            not 'VHOST'"
15950   parameters:
15951   - "throughput"
15952   - "parent"
15953   - "tags"
15954   layout:
15955     title: ""  # No title
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 # Speedup - VPP IPv4 Tunnels 3n-skx-xxv710
15959 -
15960   type: "plot"
15961   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15962   algorithm: "plot_throughput_speedup_analysis"
15963   output-file-type: ".html"
15964   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15965   data: "plot-throughput-speedup-analysis-3n-skx"
15966   filter: "'NIC_Intel-XXV710' and
15967            '64B' and
15968            'ENCAP' and
15969            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15970            'NDRDISC' and
15971            'IP4FWD' and
15972            not 'IPSEC' and 
15973            not 'VHOST'"
15974   parameters:
15975   - "throughput"
15976   - "parent"
15977   - "tags"
15978   layout:
15979     title: ""  # No title
15980     layout: "plot-throughput-speedup-analysis"
15981
15982 -
15983   type: "plot"
15984   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15985   algorithm: "plot_throughput_speedup_analysis"
15986   output-file-type: ".html"
15987   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15988   data: "plot-throughput-speedup-analysis-3n-skx"
15989   filter: "'NIC_Intel-XXV710' and
15990            '64B' and
15991            'ENCAP' and
15992            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15993            'PDRDISC' and not 'NDRDISC' and
15994            'IP4FWD' and
15995            not 'IPSEC' and 
15996            not 'VHOST'"
15997   parameters:
15998   - "throughput"
15999   - "parent"
16000   - "tags"
16001   layout:
16002     title: ""  # No title
16003     layout: "plot-throughput-speedup-analysis"
16004
16005 # Speedup - VPP IPv4 Tunnels 2n-skx-x710
16006 -
16007   type: "plot"
16008   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
16009   algorithm: "plot_throughput_speedup_analysis"
16010   output-file-type: ".html"
16011   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
16012   data: "plot-throughput-speedup-analysis-2n-skx"
16013   filter: "'NIC_Intel-X710' and
16014            '64B' and
16015            'ENCAP' and
16016            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16017            'NDRDISC' and
16018            'IP4FWD' and
16019            not 'IPSEC' and 
16020            not 'VHOST'"
16021   parameters:
16022   - "throughput"
16023   - "parent"
16024   - "tags"
16025   layout:
16026     title: ""  # No title
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 -
16030   type: "plot"
16031   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
16032   algorithm: "plot_throughput_speedup_analysis"
16033   output-file-type: ".html"
16034   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
16035   data: "plot-throughput-speedup-analysis-2n-skx"
16036   filter: "'NIC_Intel-X710' and
16037            '64B' and
16038            'ENCAP' and
16039            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16040            'PDRDISC' and not 'NDRDISC' and
16041            'IP4FWD' and
16042            not 'IPSEC' and 
16043            not 'VHOST'"
16044   parameters:
16045   - "throughput"
16046   - "parent"
16047   - "tags"
16048   layout:
16049     title: ""  # No title
16050     layout: "plot-throughput-speedup-analysis"
16051
16052 # Speedup - VPP IPv4 Tunnels 2n-skx-xxv710
16053 -
16054   type: "plot"
16055   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16056   algorithm: "plot_throughput_speedup_analysis"
16057   output-file-type: ".html"
16058   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16059   data: "plot-throughput-speedup-analysis-2n-skx"
16060   filter: "'NIC_Intel-XXV710' and
16061            '64B' and
16062            'ENCAP' and
16063            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16064            'NDRDISC' and
16065            'IP4FWD' and
16066            not 'IPSEC' and 
16067            not 'VHOST'"
16068   parameters:
16069   - "throughput"
16070   - "parent"
16071   - "tags"
16072   layout:
16073     title: ""  # No title
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 -
16077   type: "plot"
16078   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16079   algorithm: "plot_throughput_speedup_analysis"
16080   output-file-type: ".html"
16081   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16082   data: "plot-throughput-speedup-analysis-2n-skx"
16083   filter: "'NIC_Intel-XXV710' and
16084            '64B' and
16085            'ENCAP' and
16086            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16087            'PDRDISC' and not 'NDRDISC' and
16088            'IP4FWD' and
16089            not 'IPSEC' and 
16090            not 'VHOST'"
16091   parameters:
16092   - "throughput"
16093   - "parent"
16094   - "tags"
16095   layout:
16096     title: ""  # No title
16097     layout: "plot-throughput-speedup-analysis"
16098
16099 ################################################################################
16100
16101 # Speedup - VPP IPv6 3n-hsw-x520
16102 -
16103   type: "plot"
16104   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16105   algorithm: "plot_throughput_speedup_analysis"
16106   output-file-type: ".html"
16107   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16108   data: "plot-throughput-speedup-analysis-3n-hsw"
16109   filter: "'NIC_Intel-X520-DA2' and
16110            '78B' and
16111            ('BASE' or 'SCALE') and
16112            'NDRDISC' and
16113            'IP6FWD' and
16114            not 'SRv6' and
16115            not 'IPSEC' and
16116            not 'VHOST'"
16117   parameters:
16118   - "throughput"
16119   - "parent"
16120   - "tags"
16121   layout:
16122     title: ""  # No title
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 -
16126   type: "plot"
16127   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16128   algorithm: "plot_throughput_speedup_analysis"
16129   output-file-type: ".html"
16130   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16131   data: "plot-throughput-speedup-analysis-3n-hsw"
16132   filter: "'NIC_Intel-X520-DA2' and
16133            '78B' and
16134            ('BASE' or 'SCALE') and
16135            'PDRDISC' and not 'NDRDISC' and
16136            'IP6FWD' and
16137            not 'SRv6' and
16138            not 'IPSEC' and
16139            not 'VHOST'"
16140   parameters:
16141   - "throughput"
16142   - "parent"
16143   - "tags"
16144   layout:
16145     title: ""  # No title
16146     layout: "plot-throughput-speedup-analysis"
16147
16148 -
16149   type: "plot"
16150   title: "Speedup: ip6-3n-hsw-x520-78b-features-ndr-tsa"
16151   algorithm: "plot_throughput_speedup_analysis"
16152   output-file-type: ".html"
16153   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-ndr-tsa"
16154   data: "plot-throughput-speedup-analysis-3n-hsw"
16155   filter: "'NIC_Intel-X520-DA2' and
16156            '78B' and
16157            'FEATURE' and
16158            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16159            'NDRDISC' and
16160            'IP6FWD' and
16161            not 'SRv6' and
16162            not 'IPSEC' and
16163            not 'VHOST'"
16164   parameters:
16165   - "throughput"
16166   - "parent"
16167   - "tags"
16168   layout:
16169     title: ""  # No title
16170     layout: "plot-throughput-speedup-analysis"
16171
16172 -
16173   type: "plot"
16174   title: "Speedup: ip6-3n-hsw-x520-78b-features-pdr-tsa"
16175   algorithm: "plot_throughput_speedup_analysis"
16176   output-file-type: ".html"
16177   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-pdr-tsa"
16178   data: "plot-throughput-speedup-analysis-3n-hsw"
16179   filter: "'NIC_Intel-X520-DA2' and
16180            '78B' and
16181            'FEATURE' and
16182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16183            'PDRDISC' and not 'NDRDISC' and
16184            'IP6FWD' and
16185            not 'SRv6' and
16186            not 'IPSEC' and
16187            not 'VHOST'"
16188   parameters:
16189   - "throughput"
16190   - "parent"
16191   - "tags"
16192   layout:
16193     title: ""  # No title
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 # Speedup - VPP IPv6 3n-hsw-x710
16197 -
16198   type: "plot"
16199   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
16200   algorithm: "plot_throughput_speedup_analysis"
16201   output-file-type: ".html"
16202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
16203   data: "plot-throughput-speedup-analysis-3n-hsw"
16204   filter: "'NIC_Intel-X710' and
16205            '78B' and
16206            ('BASE' or 'SCALE') and
16207            'NDRDISC' and
16208            'IP6FWD' and
16209            not 'SRv6' and
16210            not 'IPSEC' and
16211            not 'VHOST'"
16212   parameters:
16213   - "throughput"
16214   - "parent"
16215   - "tags"
16216   layout:
16217     title: ""  # No title
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 -
16221   type: "plot"
16222   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
16223   algorithm: "plot_throughput_speedup_analysis"
16224   output-file-type: ".html"
16225   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
16226   data: "plot-throughput-speedup-analysis-3n-hsw"
16227   filter: "'NIC_Intel-X710' and
16228            '78B' and
16229            ('BASE' or 'SCALE') and
16230            'PDRDISC' and not 'NDRDISC' and
16231            'IP6FWD' and
16232            not 'SRv6' and
16233            not 'IPSEC' and
16234            not 'VHOST'"
16235   parameters:
16236   - "throughput"
16237   - "parent"
16238   - "tags"
16239   layout:
16240     title: ""  # No title
16241     layout: "plot-throughput-speedup-analysis"
16242
16243 -
16244   type: "plot"
16245   title: "Speedup: ip6-3n-hsw-x710-78b-features-ndr-tsa"
16246   algorithm: "plot_throughput_speedup_analysis"
16247   output-file-type: ".html"
16248   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-ndr-tsa"
16249   data: "plot-throughput-speedup-analysis-3n-hsw"
16250   filter: "'NIC_Intel-X710' and
16251            '78B' and
16252            'FEATURE' and
16253            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16254            'NDRDISC' and
16255            'IP6FWD' and
16256            not 'SRv6' and
16257            not 'IPSEC' and
16258            not 'VHOST'"
16259   parameters:
16260   - "throughput"
16261   - "parent"
16262   - "tags"
16263   layout:
16264     title: ""  # No title
16265     layout: "plot-throughput-speedup-analysis"
16266
16267 -
16268   type: "plot"
16269   title: "Speedup: ip6-3n-hsw-x710-78b-features-pdr-tsa"
16270   algorithm: "plot_throughput_speedup_analysis"
16271   output-file-type: ".html"
16272   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-pdr-tsa"
16273   data: "plot-throughput-speedup-analysis-3n-hsw"
16274   filter: "'NIC_Intel-X710' and
16275            '78B' and
16276            'FEATURE' and
16277            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16278            'PDRDISC' and not 'NDRDISC' and
16279            'IP6FWD' and
16280            not 'SRv6' and
16281            not 'IPSEC' and
16282            not 'VHOST'"
16283   parameters:
16284   - "throughput"
16285   - "parent"
16286   - "tags"
16287   layout:
16288     title: ""  # No title
16289     layout: "plot-throughput-speedup-analysis"
16290
16291 # Speedup - VPP IPv6 3n-hsw-xl710
16292 -
16293   type: "plot"
16294   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
16295   algorithm: "plot_throughput_speedup_analysis"
16296   output-file-type: ".html"
16297   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
16298   data: "plot-throughput-speedup-analysis-3n-hsw"
16299   filter: "'NIC_Intel-XL710' and
16300            '78B' and
16301            ('BASE' or 'SCALE') and
16302            'NDRDISC' and
16303            'IP6FWD' and
16304            not 'SRv6' and
16305            not 'IPSEC' and
16306            not 'VHOST'"
16307   parameters:
16308   - "throughput"
16309   - "parent"
16310   - "tags"
16311   layout:
16312     title: ""  # No title
16313     layout: "plot-throughput-speedup-analysis"
16314
16315 -
16316   type: "plot"
16317   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
16318   algorithm: "plot_throughput_speedup_analysis"
16319   output-file-type: ".html"
16320   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
16321   data: "plot-throughput-speedup-analysis-3n-hsw"
16322   filter: "'NIC_Intel-XL710' and
16323            '78B' and
16324            ('BASE' or 'SCALE') and
16325            'PDRDISC' and not 'NDRDISC' and
16326            'IP6FWD' and
16327            not 'SRv6' and
16328            not 'IPSEC' and
16329            not 'VHOST'"
16330   parameters:
16331   - "throughput"
16332   - "parent"
16333   - "tags"
16334   layout:
16335     title: ""  # No title
16336     layout: "plot-throughput-speedup-analysis"
16337
16338 # Speedup - VPP IPv6 3n-skx-x710
16339 -
16340   type: "plot"
16341   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
16342   algorithm: "plot_throughput_speedup_analysis"
16343   output-file-type: ".html"
16344   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
16345   data: "plot-throughput-speedup-analysis-3n-skx"
16346   filter: "'NIC_Intel-X710' and
16347            '78B' and
16348            ('BASE' or 'SCALE') and
16349            'NDRDISC' and
16350            'IP6FWD' and
16351            not 'SRv6' and
16352            not 'IPSEC' and
16353            not 'VHOST'"
16354   parameters:
16355   - "throughput"
16356   - "parent"
16357   - "tags"
16358   layout:
16359     title: ""  # No title
16360     layout: "plot-throughput-speedup-analysis"
16361
16362 -
16363   type: "plot"
16364   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
16365   algorithm: "plot_throughput_speedup_analysis"
16366   output-file-type: ".html"
16367   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
16368   data: "plot-throughput-speedup-analysis-3n-skx"
16369   filter: "'NIC_Intel-X710' and
16370            '78B' and
16371            ('BASE' or 'SCALE') and
16372            'PDRDISC' and not 'NDRDISC' and
16373            'IP6FWD' and
16374            not 'SRv6' and
16375            not 'IPSEC' and
16376            not 'VHOST'"
16377   parameters:
16378   - "throughput"
16379   - "parent"
16380   - "tags"
16381   layout:
16382     title: ""  # No title
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 -
16386   type: "plot"
16387   title: "Speedup: ip6-3n-skx-x710-78b-features-ndr-tsa"
16388   algorithm: "plot_throughput_speedup_analysis"
16389   output-file-type: ".html"
16390   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-ndr-tsa"
16391   data: "plot-throughput-speedup-analysis-3n-skx"
16392   filter: "'NIC_Intel-X710' and
16393            '78B' and
16394            'FEATURE' and
16395            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16396            'NDRDISC' and
16397            'IP6FWD' and
16398            not 'SRv6' and
16399            not 'IPSEC' and
16400            not 'VHOST'"
16401   parameters:
16402   - "throughput"
16403   - "parent"
16404   - "tags"
16405   layout:
16406     title: ""  # No title
16407     layout: "plot-throughput-speedup-analysis"
16408
16409 -
16410   type: "plot"
16411   title: "Speedup: ip6-3n-skx-x710-78b-features-pdr-tsa"
16412   algorithm: "plot_throughput_speedup_analysis"
16413   output-file-type: ".html"
16414   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-pdr-tsa"
16415   data: "plot-throughput-speedup-analysis-3n-skx"
16416   filter: "'NIC_Intel-X710' and
16417            '78B' and
16418            'FEATURE' and
16419            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16420            'PDRDISC' and not 'NDRDISC' and
16421            'IP6FWD' and
16422            not 'SRv6' and
16423            not 'IPSEC' and
16424            not 'VHOST'"
16425   parameters:
16426   - "throughput"
16427   - "parent"
16428   - "tags"
16429   layout:
16430     title: ""  # No title
16431     layout: "plot-throughput-speedup-analysis"
16432
16433 # Speedup - VPP IPv6 3n-skx-xxv710
16434 -
16435   type: "plot"
16436   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16437   algorithm: "plot_throughput_speedup_analysis"
16438   output-file-type: ".html"
16439   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16440   data: "plot-throughput-speedup-analysis-3n-skx"
16441   filter: "'NIC_Intel-XXV710' and
16442            '78B' and
16443            ('BASE' or 'SCALE') and
16444            'NDRDISC' and
16445            'IP6FWD' and
16446            not 'SRv6' and
16447            not 'IPSEC' and
16448            not 'VHOST'"
16449   parameters:
16450   - "throughput"
16451   - "parent"
16452   - "tags"
16453   layout:
16454     title: ""  # No title
16455     layout: "plot-throughput-speedup-analysis"
16456
16457 -
16458   type: "plot"
16459   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16460   algorithm: "plot_throughput_speedup_analysis"
16461   output-file-type: ".html"
16462   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16463   data: "plot-throughput-speedup-analysis-3n-skx"
16464   filter: "'NIC_Intel-XXV710' and
16465            '78B' and
16466            ('BASE' or 'SCALE') and
16467            'PDRDISC' and not 'NDRDISC' and
16468            'IP6FWD' and
16469            not 'SRv6' and
16470            not 'IPSEC' and
16471            not 'VHOST'"
16472   parameters:
16473   - "throughput"
16474   - "parent"
16475   - "tags"
16476   layout:
16477     title: ""  # No title
16478     layout: "plot-throughput-speedup-analysis"
16479
16480 -
16481   type: "plot"
16482   title: "Speedup: ip6-3n-skx-xxv710-78b-features-ndr-tsa"
16483   algorithm: "plot_throughput_speedup_analysis"
16484   output-file-type: ".html"
16485   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-ndr-tsa"
16486   data: "plot-throughput-speedup-analysis-3n-skx"
16487   filter: "'NIC_Intel-XXV710' and
16488            '78B' and
16489            'FEATURE' and
16490            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16491            'NDRDISC' and
16492            'IP6FWD' and
16493            not 'SRv6' and
16494            not 'IPSEC' and
16495            not 'VHOST'"
16496   parameters:
16497   - "throughput"
16498   - "parent"
16499   - "tags"
16500   layout:
16501     title: ""  # No title
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 -
16505   type: "plot"
16506   title: "Speedup: ip6-3n-skx-xxv710-78b-features-pdr-tsa"
16507   algorithm: "plot_throughput_speedup_analysis"
16508   output-file-type: ".html"
16509   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-pdr-tsa"
16510   data: "plot-throughput-speedup-analysis-3n-skx"
16511   filter: "'NIC_Intel-XXV710' and
16512            '78B' and
16513            'FEATURE' and
16514            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16515            'PDRDISC' and not 'NDRDISC' and
16516            'IP6FWD' and
16517            not 'SRv6' and
16518            not 'IPSEC' and
16519            not 'VHOST'"
16520   parameters:
16521   - "throughput"
16522   - "parent"
16523   - "tags"
16524   layout:
16525     title: ""  # No title
16526     layout: "plot-throughput-speedup-analysis"
16527
16528 # Speedup - VPP IPv6 2n-skx-x710
16529 -
16530   type: "plot"
16531   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
16532   algorithm: "plot_throughput_speedup_analysis"
16533   output-file-type: ".html"
16534   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
16535   data: "plot-throughput-speedup-analysis-2n-skx"
16536   filter: "'NIC_Intel-X710' and
16537            '78B' and
16538            ('BASE' or 'SCALE') and
16539            'NDRDISC' and
16540            'IP6FWD' and
16541            not 'SRv6' and
16542            not 'IPSEC' and
16543            not 'VHOST'"
16544   parameters:
16545   - "throughput"
16546   - "parent"
16547   - "tags"
16548   layout:
16549     title: ""  # No title
16550     layout: "plot-throughput-speedup-analysis"
16551
16552 -
16553   type: "plot"
16554   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
16555   algorithm: "plot_throughput_speedup_analysis"
16556   output-file-type: ".html"
16557   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
16558   data: "plot-throughput-speedup-analysis-2n-skx"
16559   filter: "'NIC_Intel-X710' and
16560            '78B' and
16561            ('BASE' or 'SCALE') and
16562            'PDRDISC' and not 'NDRDISC' and
16563            'IP6FWD' and
16564            not 'IPSEC' and
16565            not 'VHOST'"
16566   parameters:
16567   - "throughput"
16568   - "parent"
16569   - "tags"
16570   layout:
16571     title: ""  # No title
16572     layout: "plot-throughput-speedup-analysis"
16573
16574 -
16575   type: "plot"
16576   title: "Speedup: ip6-2n-skx-x710-78b-features-ndr-tsa"
16577   algorithm: "plot_throughput_speedup_analysis"
16578   output-file-type: ".html"
16579   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-ndr-tsa"
16580   data: "plot-throughput-speedup-analysis-2n-skx"
16581   filter: "'NIC_Intel-X710' and
16582            '78B' and
16583            'FEATURE' and
16584            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16585            'NDRDISC' and
16586            'IP6FWD' and
16587            not 'SRv6' and
16588            not 'IPSEC' and
16589            not 'VHOST'"
16590   parameters:
16591   - "throughput"
16592   - "parent"
16593   - "tags"
16594   layout:
16595     title: ""  # No title
16596     layout: "plot-throughput-speedup-analysis"
16597
16598 -
16599   type: "plot"
16600   title: "Speedup: ip6-2n-skx-x710-78b-features-pdr-tsa"
16601   algorithm: "plot_throughput_speedup_analysis"
16602   output-file-type: ".html"
16603   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-pdr-tsa"
16604   data: "plot-throughput-speedup-analysis-2n-skx"
16605   filter: "'NIC_Intel-X710' and
16606            '78B' and
16607            'FEATURE' and
16608            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16609            'PDRDISC' and not 'NDRDISC' and
16610            'IP6FWD' and
16611            not 'SRv6' and
16612            not 'IPSEC' and
16613            not 'VHOST'"
16614   parameters:
16615   - "throughput"
16616   - "parent"
16617   - "tags"
16618   layout:
16619     title: ""  # No title
16620     layout: "plot-throughput-speedup-analysis"
16621
16622 # Speedup - VPP IPv6 2n-skx-xxv710
16623 -
16624   type: "plot"
16625   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16626   algorithm: "plot_throughput_speedup_analysis"
16627   output-file-type: ".html"
16628   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16629   data: "plot-throughput-speedup-analysis-2n-skx"
16630   filter: "'NIC_Intel-XXV710' and
16631            '78B' and
16632            ('BASE' or 'SCALE') and
16633            'NDRDISC' and
16634            'IP6FWD' and
16635            not 'SRv6' and
16636            not 'IPSEC' and
16637            not 'VHOST'"
16638   parameters:
16639   - "throughput"
16640   - "parent"
16641   - "tags"
16642   layout:
16643     title: ""  # No title
16644     layout: "plot-throughput-speedup-analysis"
16645
16646 -
16647   type: "plot"
16648   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16649   algorithm: "plot_throughput_speedup_analysis"
16650   output-file-type: ".html"
16651   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16652   data: "plot-throughput-speedup-analysis-2n-skx"
16653   filter: "'NIC_Intel-XXV710' and
16654            '78B' and
16655            ('BASE' or 'SCALE') and
16656            'PDRDISC' and not 'NDRDISC' and
16657            'IP6FWD' and
16658            not 'SRv6' and
16659            not 'IPSEC' and
16660            not 'VHOST'"
16661   parameters:
16662   - "throughput"
16663   - "parent"
16664   - "tags"
16665   layout:
16666     title: ""  # No title
16667     layout: "plot-throughput-speedup-analysis"
16668
16669 -
16670   type: "plot"
16671   title: "Speedup: ip6-2n-skx-xxv710-78b-features-ndr-tsa"
16672   algorithm: "plot_throughput_speedup_analysis"
16673   output-file-type: ".html"
16674   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-ndr-tsa"
16675   data: "plot-throughput-speedup-analysis-2n-skx"
16676   filter: "'NIC_Intel-XXV710' and
16677            '78B' and
16678            'FEATURE' and
16679            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16680            'NDRDISC' and
16681            'IP6FWD' and
16682            not 'SRv6' and
16683            not 'IPSEC' and
16684            not 'VHOST'"
16685   parameters:
16686   - "throughput"
16687   - "parent"
16688   - "tags"
16689   layout:
16690     title: ""  # No title
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 -
16694   type: "plot"
16695   title: "Speedup: ip6-2n-skx-xxv710-78b-features-pdr-tsa"
16696   algorithm: "plot_throughput_speedup_analysis"
16697   output-file-type: ".html"
16698   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-pdr-tsa"
16699   data: "plot-throughput-speedup-analysis-2n-skx"
16700   filter: "'NIC_Intel-XXV710' and
16701            '78B' and
16702            'FEATURE' and
16703            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16704            'PDRDISC' and not 'NDRDISC' and
16705            'IP6FWD' and
16706            not 'SRv6' and
16707            not 'IPSEC' and
16708            not 'VHOST'"
16709   parameters:
16710   - "throughput"
16711   - "parent"
16712   - "tags"
16713   layout:
16714     title: ""  # No title
16715     layout: "plot-throughput-speedup-analysis"
16716
16717 ################################################################################
16718
16719 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
16720 -
16721   type: "plot"
16722   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16723   algorithm: "plot_throughput_speedup_analysis"
16724   output-file-type: ".html"
16725   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16726   data: "plot-throughput-speedup-analysis-3n-hsw"
16727   filter: "'NIC_Intel-X520-DA2' and
16728            '78B' and
16729            'ENCAP' and
16730            'NDRDISC' and
16731            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16732            not 'VHOST'"
16733   parameters:
16734   - "throughput"
16735   - "parent"
16736   - "tags"
16737   layout:
16738     title: ""  # No title
16739     layout: "plot-throughput-speedup-analysis"
16740
16741 -
16742   type: "plot"
16743   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16744   algorithm: "plot_throughput_speedup_analysis"
16745   output-file-type: ".html"
16746   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16747   data: "plot-throughput-speedup-analysis-3n-hsw"
16748   filter: "'NIC_Intel-X520-DA2' and
16749            '78B' and
16750            'ENCAP' and
16751            'PDRDISC' and not 'NDRDISC' and
16752            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16753            not 'VHOST'"
16754   parameters:
16755   - "throughput"
16756   - "parent"
16757   - "tags"
16758   layout:
16759     title: ""  # No title
16760     layout: "plot-throughput-speedup-analysis"
16761
16762 ################################################################################
16763
16764 # Speedup - VPP IPSec 3n-hsw-xl710
16765 -
16766   type: "plot"
16767   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16768   algorithm: "plot_throughput_speedup_analysis"
16769   output-file-type: ".html"
16770   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16771   data: "plot-throughput-speedup-analysis-3n-hsw"
16772   filter: "'NIC_Intel-XL710' and
16773            '64B' and
16774            'IP4FWD' and
16775            'NDRDISC' and
16776            'IPSECHW' and
16777            ('IPSECTRAN' or 'IPSECTUN') and
16778            not 'VHOST'"
16779   parameters:
16780   - "throughput"
16781   - "parent"
16782   - "tags"
16783   layout:
16784     title: ""  # No title
16785     layout: "plot-throughput-speedup-analysis"
16786
16787 -
16788   type: "plot"
16789   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16790   algorithm: "plot_throughput_speedup_analysis"
16791   output-file-type: ".html"
16792   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16793   data: "plot-throughput-speedup-analysis-3n-hsw"
16794   filter: "'NIC_Intel-XL710' and
16795            '64B' and
16796            'IP4FWD' and
16797            'PDRDISC' and not 'NDRDISC' and
16798            'IPSECHW' and
16799            ('IPSECTRAN' or 'IPSECTUN') and
16800            not 'VHOST'"
16801   parameters:
16802   - "throughput"
16803   - "parent"
16804   - "tags"
16805   layout:
16806     title: ""  # No title
16807     layout: "plot-throughput-speedup-analysis"
16808
16809 ################################################################################
16810
16811 # Speedup - VPP SRv6 3n-hsw-x520
16812 -
16813   type: "plot"
16814   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
16815   algorithm: "plot_throughput_speedup_analysis"
16816   output-file-type: ".html"
16817   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
16818   data: "plot-throughput-speedup-analysis-3n-hsw"
16819   filter: "'NIC_Intel-X520-DA2' and
16820            '78B' and
16821            'FEATURE' and
16822            'NDRDISC' and
16823            'IP6FWD' and
16824            'SRv6'"
16825   parameters:
16826   - "throughput"
16827   - "parent"
16828   - "tags"
16829   layout:
16830     title: ""  # No title
16831     layout: "plot-throughput-speedup-analysis"
16832
16833 -
16834   type: "plot"
16835   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
16836   algorithm: "plot_throughput_speedup_analysis"
16837   output-file-type: ".html"
16838   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
16839   data: "plot-throughput-speedup-analysis-3n-hsw"
16840   filter: "'NIC_Intel-X520-DA2' and
16841            '78B' and
16842            'FEATURE' and
16843            'PDRDISC' and not 'NDRDISC' and
16844            'IP6FWD' and
16845            'SRv6'"
16846   parameters:
16847   - "throughput"
16848   - "parent"
16849   - "tags"
16850   layout:
16851     title: ""  # No title
16852     layout: "plot-throughput-speedup-analysis"
16853
16854 ################################################################################
16855
16856 # Speedup - VPP L2 3n-hsw-x520
16857 -
16858   type: "plot"
16859   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
16860   algorithm: "plot_throughput_speedup_analysis"
16861   output-file-type: ".html"
16862   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
16863   data: "plot-throughput-speedup-analysis-3n-hsw"
16864   filter: "'NIC_Intel-X520-DA2' and
16865            '64B' and
16866            ('BASE' or 'SCALE') and
16867            'NDRDISC' and
16868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16869            not 'VHOST' and
16870            not 'MEMIF'"
16871   parameters:
16872   - "throughput"
16873   - "parent"
16874   - "tags"
16875   layout:
16876     title: ""  # No title
16877     layout: "plot-throughput-speedup-analysis"
16878
16879 -
16880   type: "plot"
16881   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
16882   algorithm: "plot_throughput_speedup_analysis"
16883   output-file-type: ".html"
16884   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
16885   data: "plot-throughput-speedup-analysis-3n-hsw"
16886   filter: "'NIC_Intel-X520-DA2' and
16887            '64B' and
16888            ('BASE' or 'SCALE') and
16889            'PDRDISC' and not 'NDRDISC' and
16890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16891            not 'VHOST' and
16892            not 'MEMIF'"
16893   parameters:
16894   - "throughput"
16895   - "parent"
16896   - "tags"
16897   layout:
16898     title: ""  # No title
16899     layout: "plot-throughput-speedup-analysis"
16900
16901 -
16902   type: "plot"
16903   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
16904   algorithm: "plot_throughput_speedup_analysis"
16905   output-file-type: ".html"
16906   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
16907   data: "plot-throughput-speedup-analysis-3n-hsw"
16908   filter: "'NIC_Intel-X520-DA2' and
16909            '64B' and
16910            'FEATURE' and
16911            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16912            'NDRDISC' and
16913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16914            not 'VHOST' and
16915            not 'MEMIF'"
16916   parameters:
16917   - "throughput"
16918   - "parent"
16919   - "tags"
16920   layout:
16921     title: ""  # No title
16922     layout: "plot-throughput-speedup-analysis"
16923
16924 -
16925   type: "plot"
16926   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
16927   algorithm: "plot_throughput_speedup_analysis"
16928   output-file-type: ".html"
16929   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
16930   data: "plot-throughput-speedup-analysis-3n-hsw"
16931   filter: "'NIC_Intel-X520-DA2' and
16932            '64B' and
16933            'FEATURE' and
16934            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16935            'PDRDISC' and not 'NDRDISC' and
16936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16937            not 'VHOST' and
16938            not 'MEMIF'"
16939   parameters:
16940   - "throughput"
16941   - "parent"
16942   - "tags"
16943   layout:
16944     title: ""  # No title
16945     layout: "plot-throughput-speedup-analysis"
16946
16947 # Speedup - VPP L2 3n-hsw-x710
16948 -
16949   type: "plot"
16950   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
16951   algorithm: "plot_throughput_speedup_analysis"
16952   output-file-type: ".html"
16953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
16954   data: "plot-throughput-speedup-analysis-3n-hsw"
16955   filter: "'NIC_Intel-X710' and
16956            '64B' and
16957            ('BASE' or 'SCALE') and
16958            'NDRDISC' and
16959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16960            not 'VHOST' and
16961            not 'MEMIF'"
16962   parameters:
16963   - "throughput"
16964   - "parent"
16965   - "tags"
16966   layout:
16967     title: ""  # No title
16968     layout: "plot-throughput-speedup-analysis"
16969
16970 -
16971   type: "plot"
16972   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
16973   algorithm: "plot_throughput_speedup_analysis"
16974   output-file-type: ".html"
16975   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
16976   data: "plot-throughput-speedup-analysis-3n-hsw"
16977   filter: "'NIC_Intel-X710' and
16978            '64B' and
16979            ('BASE' or 'SCALE') and
16980            'PDRDISC' and not 'NDRDISC' and
16981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
16982            not 'VHOST' and
16983            not 'MEMIF'"
16984   parameters:
16985   - "throughput"
16986   - "parent"
16987   - "tags"
16988   layout:
16989     title: ""  # No title
16990     layout: "plot-throughput-speedup-analysis"
16991
16992 -
16993   type: "plot"
16994   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
16995   algorithm: "plot_throughput_speedup_analysis"
16996   output-file-type: ".html"
16997   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
16998   data: "plot-throughput-speedup-analysis-3n-hsw"
16999   filter: "'NIC_Intel-X710' and
17000            '64B' and
17001            'FEATURE' and
17002            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17003            'NDRDISC' and
17004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17005            not 'VHOST' and
17006            not 'MEMIF'"
17007   parameters:
17008   - "throughput"
17009   - "parent"
17010   - "tags"
17011   layout:
17012     title: ""  # No title
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 -
17016   type: "plot"
17017   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
17018   algorithm: "plot_throughput_speedup_analysis"
17019   output-file-type: ".html"
17020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
17021   data: "plot-throughput-speedup-analysis-3n-hsw"
17022   filter: "'NIC_Intel-X710' and
17023            '64B' and
17024            'FEATURE' and
17025            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17026            'PDRDISC' and not 'NDRDISC' and
17027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17028            not 'VHOST' and
17029            not 'MEMIF'"
17030   parameters:
17031   - "throughput"
17032   - "parent"
17033   - "tags"
17034   layout:
17035     title: ""  # No title
17036     layout: "plot-throughput-speedup-analysis"
17037
17038 # Speedup - VPP L2 3n-hsw-xl710
17039 -
17040   type: "plot"
17041   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17042   algorithm: "plot_throughput_speedup_analysis"
17043   output-file-type: ".html"
17044   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17045   data: "plot-throughput-speedup-analysis-3n-hsw"
17046   filter: "'NIC_Intel-XL710' and
17047            '64B' and
17048            ('BASE' or 'SCALE') and
17049            'NDRDISC' and
17050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17051            not 'VHOST' and
17052            not 'MEMIF'"
17053   parameters:
17054   - "throughput"
17055   - "parent"
17056   - "tags"
17057   layout:
17058     title: ""  # No title
17059     layout: "plot-throughput-speedup-analysis"
17060
17061 -
17062   type: "plot"
17063   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17064   algorithm: "plot_throughput_speedup_analysis"
17065   output-file-type: ".html"
17066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17067   data: "plot-throughput-speedup-analysis-3n-hsw"
17068   filter: "'NIC_Intel-XL710' and
17069            '64B' and
17070            ('BASE' or 'SCALE') and
17071            'PDRDISC' and not 'NDRDISC' and
17072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17073            not 'VHOST' and
17074            not 'MEMIF'"
17075   parameters:
17076   - "throughput"
17077   - "parent"
17078   - "tags"
17079   layout:
17080     title: ""  # No title
17081     layout: "plot-throughput-speedup-analysis"
17082
17083 # Speedup - VPP L2 3n-skx-x710
17084 -
17085   type: "plot"
17086   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
17087   algorithm: "plot_throughput_speedup_analysis"
17088   output-file-type: ".html"
17089   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
17090   data: "plot-throughput-speedup-analysis-3n-skx"
17091   filter: "'NIC_Intel-X710' and
17092            '64B' and
17093            ('BASE' or 'SCALE') and
17094            'NDRDISC' and
17095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17096            not 'VHOST' and
17097            not 'MEMIF'"
17098   parameters:
17099   - "throughput"
17100   - "parent"
17101   - "tags"
17102   layout:
17103     title: ""  # No title
17104     layout: "plot-throughput-speedup-analysis"
17105
17106 -
17107   type: "plot"
17108   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
17109   algorithm: "plot_throughput_speedup_analysis"
17110   output-file-type: ".html"
17111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
17112   data: "plot-throughput-speedup-analysis-3n-skx"
17113   filter: "'NIC_Intel-X710' and
17114            '64B' and
17115            ('BASE' or 'SCALE') and
17116            'PDRDISC' and not 'NDRDISC' and
17117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17118            not 'VHOST' and
17119            not 'MEMIF'"
17120   parameters:
17121   - "throughput"
17122   - "parent"
17123   - "tags"
17124   layout:
17125     title: ""  # No title
17126     layout: "plot-throughput-speedup-analysis"
17127
17128 -
17129   type: "plot"
17130   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
17131   algorithm: "plot_throughput_speedup_analysis"
17132   output-file-type: ".html"
17133   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
17134   data: "plot-throughput-speedup-analysis-3n-skx"
17135   filter: "'NIC_Intel-X710' and
17136            '64B' and
17137            'FEATURE' and
17138            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17139            'NDRDISC' and
17140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17141            not 'VHOST' and
17142            not 'MEMIF'"
17143   parameters:
17144   - "throughput"
17145   - "parent"
17146   - "tags"
17147   layout:
17148     title: ""  # No title
17149     layout: "plot-throughput-speedup-analysis"
17150
17151 -
17152   type: "plot"
17153   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
17154   algorithm: "plot_throughput_speedup_analysis"
17155   output-file-type: ".html"
17156   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
17157   data: "plot-throughput-speedup-analysis-3n-skx"
17158   filter: "'NIC_Intel-X710' and
17159            '64B' and
17160            'FEATURE' and
17161            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17162            'PDRDISC' and not 'NDRDISC' and
17163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17164            not 'VHOST' and
17165            not 'MEMIF'"
17166   parameters:
17167   - "throughput"
17168   - "parent"
17169   - "tags"
17170   layout:
17171     title: ""  # No title
17172     layout: "plot-throughput-speedup-analysis"
17173
17174 # Speedup - VPP L2 3n-skx-xxv710
17175 -
17176   type: "plot"
17177   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17178   algorithm: "plot_throughput_speedup_analysis"
17179   output-file-type: ".html"
17180   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17181   data: "plot-throughput-speedup-analysis-3n-skx"
17182   filter: "'NIC_Intel-XXV710' and
17183            '64B' and
17184            ('BASE' or 'SCALE') and
17185            'NDRDISC' and
17186            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17187            not 'VHOST' and
17188            not 'MEMIF'"
17189   parameters:
17190   - "throughput"
17191   - "parent"
17192   - "tags"
17193   layout:
17194     title: ""  # No title
17195     layout: "plot-throughput-speedup-analysis"
17196
17197 -
17198   type: "plot"
17199   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17200   algorithm: "plot_throughput_speedup_analysis"
17201   output-file-type: ".html"
17202   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17203   data: "plot-throughput-speedup-analysis-3n-skx"
17204   filter: "'NIC_Intel-XXV710' and
17205            '64B' and
17206            ('BASE' or 'SCALE') and
17207            'PDRDISC' and not 'NDRDISC' and
17208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17209            not 'VHOST' and
17210            not 'MEMIF'"
17211   parameters:
17212   - "throughput"
17213   - "parent"
17214   - "tags"
17215   layout:
17216     title: ""  # No title
17217     layout: "plot-throughput-speedup-analysis"
17218
17219 -
17220   type: "plot"
17221   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
17222   algorithm: "plot_throughput_speedup_analysis"
17223   output-file-type: ".html"
17224   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
17225   data: "plot-throughput-speedup-analysis-3n-skx"
17226   filter: "'NIC_Intel-XXV710' and
17227            '64B' and
17228            'FEATURE' and
17229            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17230            'NDRDISC' and
17231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17232            not 'VHOST' and
17233            not 'MEMIF'"
17234   parameters:
17235   - "throughput"
17236   - "parent"
17237   - "tags"
17238   layout:
17239     title: ""  # No title
17240     layout: "plot-throughput-speedup-analysis"
17241
17242 -
17243   type: "plot"
17244   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
17245   algorithm: "plot_throughput_speedup_analysis"
17246   output-file-type: ".html"
17247   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
17248   data: "plot-throughput-speedup-analysis-3n-skx"
17249   filter: "'NIC_Intel-XXV710' and
17250            '64B' and
17251            'FEATURE' and
17252            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17253            'PDRDISC' and not 'NDRDISC' and
17254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17255            not 'VHOST' and
17256            not 'MEMIF'"
17257   parameters:
17258   - "throughput"
17259   - "parent"
17260   - "tags"
17261   layout:
17262     title: ""  # No title
17263     layout: "plot-throughput-speedup-analysis"
17264
17265 # Speedup - VPP L2 2n-skx-x710
17266 -
17267   type: "plot"
17268   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
17269   algorithm: "plot_throughput_speedup_analysis"
17270   output-file-type: ".html"
17271   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
17272   data: "plot-throughput-speedup-analysis-2n-skx"
17273   filter: "'NIC_Intel-X710' and
17274            '64B' and
17275            ('BASE' or 'SCALE') and
17276            'NDRDISC' and
17277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17278            not 'VHOST' and
17279            not 'MEMIF'"
17280   parameters:
17281   - "throughput"
17282   - "parent"
17283   - "tags"
17284   layout:
17285     title: ""  # No title
17286     layout: "plot-throughput-speedup-analysis"
17287
17288 -
17289   type: "plot"
17290   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
17291   algorithm: "plot_throughput_speedup_analysis"
17292   output-file-type: ".html"
17293   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
17294   data: "plot-throughput-speedup-analysis-2n-skx"
17295   filter: "'NIC_Intel-X710' and
17296            '64B' and
17297            ('BASE' or 'SCALE') and
17298            'PDRDISC' and not 'NDRDISC' and
17299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17300            not 'VHOST' and
17301            not 'MEMIF'"
17302   parameters:
17303   - "throughput"
17304   - "parent"
17305   - "tags"
17306   layout:
17307     title: ""  # No title
17308     layout: "plot-throughput-speedup-analysis"
17309
17310 -
17311   type: "plot"
17312   title: "Speedup: l2sw-2n-skx-x710-64b-features-ndr-tsa"
17313   algorithm: "plot_throughput_speedup_analysis"
17314   output-file-type: ".html"
17315   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-ndr-tsa"
17316   data: "plot-throughput-speedup-analysis-2n-skx"
17317   filter: "'NIC_Intel-X710' and
17318            '64B' and
17319            'FEATURE' and
17320            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17321            'NDRDISC' and
17322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17323            not 'VHOST' and
17324            not 'MEMIF'"
17325   parameters:
17326   - "throughput"
17327   - "parent"
17328   - "tags"
17329   layout:
17330     title: ""  # No title
17331     layout: "plot-throughput-speedup-analysis"
17332
17333 -
17334   type: "plot"
17335   title: "Speedup: l2sw-2n-skx-x710-64b-features-pdr-tsa"
17336   algorithm: "plot_throughput_speedup_analysis"
17337   output-file-type: ".html"
17338   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-pdr-tsa"
17339   data: "plot-throughput-speedup-analysis-2n-skx"
17340   filter: "'NIC_Intel-X710' and
17341            '64B' and
17342            'FEATURE' and
17343            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17344            'PDRDISC' and not 'NDRDISC' and
17345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17346            not 'VHOST' and
17347            not 'MEMIF'"
17348   parameters:
17349   - "throughput"
17350   - "parent"
17351   - "tags"
17352   layout:
17353     title: ""  # No title
17354     layout: "plot-throughput-speedup-analysis"
17355
17356 # Speedup - VPP L2 2n-skx-xxv710
17357 -
17358   type: "plot"
17359   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17360   algorithm: "plot_throughput_speedup_analysis"
17361   output-file-type: ".html"
17362   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17363   data: "plot-throughput-speedup-analysis-2n-skx"
17364   filter: "'NIC_Intel-XXV710' and
17365            '64B' and
17366            ('BASE' or 'SCALE') and
17367            'NDRDISC' and
17368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17369            not 'VHOST' and
17370            not 'MEMIF'"
17371   parameters:
17372   - "throughput"
17373   - "parent"
17374   - "tags"
17375   layout:
17376     title: ""  # No title
17377     layout: "plot-throughput-speedup-analysis"
17378
17379 -
17380   type: "plot"
17381   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17382   algorithm: "plot_throughput_speedup_analysis"
17383   output-file-type: ".html"
17384   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17385   data: "plot-throughput-speedup-analysis-2n-skx"
17386   filter: "'NIC_Intel-XXV710' and
17387            '64B' and
17388            ('BASE' or 'SCALE') and
17389            'PDRDISC' and not 'NDRDISC' and
17390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17391            not 'VHOST' and
17392            not 'MEMIF'"
17393   parameters:
17394   - "throughput"
17395   - "parent"
17396   - "tags"
17397   layout:
17398     title: ""  # No title
17399     layout: "plot-throughput-speedup-analysis"
17400
17401 -
17402   type: "plot"
17403   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
17404   algorithm: "plot_throughput_speedup_analysis"
17405   output-file-type: ".html"
17406   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
17407   data: "plot-throughput-speedup-analysis-2n-skx"
17408   filter: "'NIC_Intel-XXV710' and
17409            '64B' and
17410            'FEATURE' and
17411            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17412            'NDRDISC' and
17413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17414            not 'VHOST' and
17415            not 'MEMIF'"
17416   parameters:
17417   - "throughput"
17418   - "parent"
17419   - "tags"
17420   layout:
17421     title: ""  # No title
17422     layout: "plot-throughput-speedup-analysis"
17423
17424 -
17425   type: "plot"
17426   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
17427   algorithm: "plot_throughput_speedup_analysis"
17428   output-file-type: ".html"
17429   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
17430   data: "plot-throughput-speedup-analysis-2n-skx"
17431   filter: "'NIC_Intel-XXV710' and
17432            '64B' and
17433            'FEATURE' and
17434            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17435            'PDRDISC' and not 'NDRDISC' and
17436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17437            not 'VHOST' and
17438            not 'MEMIF'"
17439   parameters:
17440   - "throughput"
17441   - "parent"
17442   - "tags"
17443   layout:
17444     title: ""  # No title
17445     layout: "plot-throughput-speedup-analysis"
17446
17447 ################################################################################
17448
17449 # Speedup - VPP vhost ip4 3n-hsw-x520
17450 -
17451   type: "plot"
17452   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17453   algorithm: "plot_throughput_speedup_analysis"
17454   output-file-type: ".html"
17455   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17456   data: "plot-throughput-speedup-analysis-3n-hsw"
17457   filter: "'NIC_Intel-X520-DA2' and
17458            '64B' and 
17459            'NDRDISC' and
17460            'VHOST' and 
17461            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17462   parameters:
17463   - "throughput"
17464   - "parent"
17465   - "tags"
17466   layout:
17467     title: ""  # No title
17468     layout: "plot-throughput-speedup-analysis"
17469
17470 -
17471   type: "plot"
17472   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17473   algorithm: "plot_throughput_speedup_analysis"
17474   output-file-type: ".html"
17475   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17476   data: "plot-throughput-speedup-analysis-3n-hsw"
17477   filter: "'NIC_Intel-X520-DA2' and
17478            '64B' and 
17479            'PDRDISC' and not 'NDRDISC' and
17480            'VHOST' and 
17481            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17482   parameters:
17483   - "throughput"
17484   - "parent"
17485   - "tags"
17486   layout:
17487     title: ""  # No title
17488     layout: "plot-throughput-speedup-analysis"
17489
17490 # Speedup - VPP vhost l2sw 3n-hsw-x520
17491 -
17492   type: "plot"
17493   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17494   algorithm: "plot_throughput_speedup_analysis"
17495   output-file-type: ".html"
17496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17497   data: "plot-throughput-speedup-analysis-3n-hsw"
17498   filter: "'NIC_Intel-X520-DA2' and
17499            '64B' and 
17500            'NDRDISC' and
17501            'VHOST' and 
17502            not 'VXLAN' and 
17503            not 'IP4FWD' and 
17504            not 'DOT1Q' and 
17505            not '2VM'"
17506   parameters:
17507   - "throughput"
17508   - "parent"
17509   - "tags"
17510   layout:
17511     title: ""  # No title
17512     layout: "plot-throughput-speedup-analysis"
17513
17514 -
17515   type: "plot"
17516   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17517   algorithm: "plot_throughput_speedup_analysis"
17518   output-file-type: ".html"
17519   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17520   data: "plot-throughput-speedup-analysis-3n-hsw"
17521   filter: "'NIC_Intel-X520-DA2' and
17522            '64B' and 
17523            'PDRDISC' and not 'NDRDISC' and
17524            'VHOST' and 
17525            not 'VXLAN' and 
17526            not 'IP4FWD' and 
17527            not 'DOT1Q' and 
17528            not '2VM'"
17529   parameters:
17530   - "throughput"
17531   - "parent"
17532   - "tags"
17533   layout:
17534     title: ""  # No title
17535     layout: "plot-throughput-speedup-analysis"
17536
17537 # Speedup - VPP vhost ip4 3n-hsw-x710
17538 -
17539   type: "plot"
17540   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17541   algorithm: "plot_throughput_speedup_analysis"
17542   output-file-type: ".html"
17543   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17544   data: "plot-throughput-speedup-analysis-3n-hsw"
17545   filter: "'NIC_Intel-X710' and
17546            '64B' and 
17547            'NDRDISC' and
17548            'VHOST' and 
17549            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17550   parameters:
17551   - "throughput"
17552   - "parent"
17553   - "tags"
17554   layout:
17555     title: ""  # No title
17556     layout: "plot-throughput-speedup-analysis"
17557
17558 -
17559   type: "plot"
17560   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17561   algorithm: "plot_throughput_speedup_analysis"
17562   output-file-type: ".html"
17563   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17564   data: "plot-throughput-speedup-analysis-3n-hsw"
17565   filter: "'NIC_Intel-X710' and
17566            '64B' and 
17567            'PDRDISC' and not 'NDRDISC' and
17568            'VHOST' and 
17569            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17570   parameters:
17571   - "throughput"
17572   - "parent"
17573   - "tags"
17574   layout:
17575     title: ""  # No title
17576     layout: "plot-throughput-speedup-analysis"
17577
17578 # Speedup - VPP vhost l2sw 3n-hsw-x710
17579 -
17580   type: "plot"
17581   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17582   algorithm: "plot_throughput_speedup_analysis"
17583   output-file-type: ".html"
17584   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17585   data: "plot-throughput-speedup-analysis-3n-hsw"
17586   filter: "'NIC_Intel-X710' and
17587            '64B' and 
17588            'NDRDISC' and
17589            'VHOST' and 
17590            not 'VXLAN' and 
17591            not 'IP4FWD' and 
17592            not 'DOT1Q' and 
17593            not '2VM'"
17594   parameters:
17595   - "throughput"
17596   - "parent"
17597   - "tags"
17598   layout:
17599     title: ""  # No title
17600     layout: "plot-throughput-speedup-analysis"
17601
17602 -
17603   type: "plot"
17604   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17605   algorithm: "plot_throughput_speedup_analysis"
17606   output-file-type: ".html"
17607   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17608   data: "plot-throughput-speedup-analysis-3n-hsw"
17609   filter: "'NIC_Intel-X710' and
17610            '64B' and 
17611            'PDRDISC' and not 'NDRDISC' and
17612            'VHOST' and 
17613            not 'VXLAN' and 
17614            not 'IP4FWD' and 
17615            not 'DOT1Q' and 
17616            not '2VM'"
17617   parameters:
17618   - "throughput"
17619   - "parent"
17620   - "tags"
17621   layout:
17622     title: ""  # No title
17623     layout: "plot-throughput-speedup-analysis"
17624
17625 # Speedup - VPP vhost ip4 3n-hsw-xl710
17626 -
17627   type: "plot"
17628   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17629   algorithm: "plot_throughput_speedup_analysis"
17630   output-file-type: ".html"
17631   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17632   data: "plot-throughput-speedup-analysis-3n-hsw"
17633   filter: "'NIC_Intel-XL710' and
17634            '64B' and 
17635            'NDRDISC' and
17636            'VHOST' and 
17637            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17638   parameters:
17639   - "throughput"
17640   - "parent"
17641   - "tags"
17642   layout:
17643     title: ""  # No title
17644     layout: "plot-throughput-speedup-analysis"
17645
17646 -
17647   type: "plot"
17648   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17649   algorithm: "plot_throughput_speedup_analysis"
17650   output-file-type: ".html"
17651   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17652   data: "plot-throughput-speedup-analysis-3n-hsw"
17653   filter: "'NIC_Intel-XL710' and
17654            '64B' and 
17655            'PDRDISC' and not 'NDRDISC' and
17656            'VHOST' and 
17657            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17658   parameters:
17659   - "throughput"
17660   - "parent"
17661   - "tags"
17662   layout:
17663     title: ""  # No title
17664     layout: "plot-throughput-speedup-analysis"
17665
17666 # Speedup - VPP vhost l2sw 3n-hsw-xl710
17667 -
17668   type: "plot"
17669   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17670   algorithm: "plot_throughput_speedup_analysis"
17671   output-file-type: ".html"
17672   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17673   data: "plot-throughput-speedup-analysis-3n-hsw"
17674   filter: "'NIC_Intel-XL710' and
17675            '64B' and 
17676            'NDRDISC' and
17677            'VHOST' and 
17678            not 'VXLAN' and 
17679            not 'IP4FWD' and 
17680            not 'DOT1Q' and 
17681            not '2VM'"
17682   parameters:
17683   - "throughput"
17684   - "parent"
17685   - "tags"
17686   layout:
17687     title: ""  # No title
17688     layout: "plot-throughput-speedup-analysis"
17689
17690 -
17691   type: "plot"
17692   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17693   algorithm: "plot_throughput_speedup_analysis"
17694   output-file-type: ".html"
17695   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17696   data: "plot-throughput-speedup-analysis-3n-hsw"
17697   filter: "'NIC_Intel-XL710' and
17698            '64B' and 
17699            'PDRDISC' and not 'NDRDISC' and
17700            'VHOST' and 
17701            not 'VXLAN' and 
17702            not 'IP4FWD' and 
17703            not 'DOT1Q' and 
17704            not '2VM'"
17705   parameters:
17706   - "throughput"
17707   - "parent"
17708   - "tags"
17709   layout:
17710     title: ""  # No title
17711     layout: "plot-throughput-speedup-analysis"