CSIT-1219: Update job definitions in conf.py
[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   data-sets:
99     plot-vpp-http-server-performance:
100       csit-vpp-perf-1804-all:
101       - 39  # wrk
102       - 40  # wrk
103       - 41  # wrk
104       - 42  # wrk
105       - 43  # wrk
106       - 44  # wrk
107       - 45  # wrk
108       - 46  # wrk
109       - 47  # wrk
110       - 48  # wrk
111     vpp-performance-changes:
112       csit-vpp-perf-1710-all:
113       - 11
114       - 12
115       - 13
116       - 14
117       - 15
118       - 16
119       - 17
120       - 18
121       - 19
122       - 20
123       csit-vpp-perf-1801-all:
124       - 124  # sel
125       - 127  # sel
126       - 128  # sel
127       - 141  # sel
128       - 142  # sel
129       - 143  # sel
130       - 145  # sel
131       - 146  # sel
132       - 162  # sel
133       - 163  # sel
134       - 167  # sel
135       - 172  # sel acl only
136       csit-vpp-perf-1804-all:
137       - 21  # sel
138       - 22  # sel
139       - 23  # sel
140       - 24  # sel
141       - 27  # sel
142       - 28  # sel
143       - 29  # sel
144       - 30  # sel
145       - 31  # sel
146       - 35  # sel
147     vpp-performance-changes-mrr:
148       csit-vpp-perf-check-1801:
149       - 3
150       - 4
151       - 5
152       - 6
153       - 7
154       - 8
155       - 9
156       - 11
157       - 12
158       - 13
159       csit-vpp-perf-check-1804:
160       - 6   # mrr - sel
161       - 13  # mrr - sel
162       - 14  # mrr - sel
163       - 15  # mrr - sel
164       - 16  # mrr - sel
165       - 17  # mrr - sel
166       - 19  # mrr - sel
167       - 20  # mrr - sel
168       - 21  # mrr - sel
169       - 22  # mrr - sel
170     plot-throughput-speedup-analysis-3n-hsw:
171       csit-vpp-perf-1804-all:
172       - 19  # full
173       - 20  # full
174       - 25  # full
175       - 49  # full
176       - 21  # sel
177       - 22  # sel
178       - 23  # sel
179       - 24  # sel
180       - 27  # sel
181       - 28  # sel
182       - 29  # sel
183       - 30  # sel
184       - 31  # sel
185       - 35  # sel
186     plot-throughput-speedup-analysis-3n-skx:
187       csit-vpp-perf-1804-all:
188       - 19  # full
189       - 20  # full
190       - 25  # full
191       - 49  # full
192       - 21  # sel
193       - 22  # sel
194       - 23  # sel
195       - 24  # sel
196       - 27  # sel
197       - 28  # sel
198       - 29  # sel
199       - 30  # sel
200       - 31  # sel
201       - 35  # sel
202     plot-throughput-speedup-analysis-2n-skx:
203       csit-vpp-perf-1804-all:
204       - 19  # full
205       - 20  # full
206       - 25  # full
207       - 49  # full
208       - 21  # sel
209       - 22  # sel
210       - 23  # sel
211       - 24  # sel
212       - 27  # sel
213       - 28  # sel
214       - 29  # sel
215       - 30  # sel
216       - 31  # sel
217       - 35  # sel
218     plot-ligato-throughput-speedup-analysis-3n-hsw:
219       csit-ligato-perf-1804-all:
220       - 5   # sel
221       - 6   # sel
222       - 7   # sel
223       - 8   # sel
224       - 9   # sel
225       - 10  # sel
226       - 11  # sel
227       - 12  # sel
228       - 13  # sel
229       - 14  # sel
230     plot-ligato-throughput-speedup-analysis-3n-skx:
231       csit-ligato-perf-1804-all:
232       - 5   # sel
233       - 6   # sel
234       - 7   # sel
235       - 8   # sel
236       - 9   # sel
237       - 10  # sel
238       - 11  # sel
239       - 12  # sel
240       - 13  # sel
241       - 14  # sel
242     plot-ligato-throughput-speedup-analysis-2n-skx:
243       csit-ligato-perf-1804-all:
244       - 5   # sel
245       - 6   # sel
246       - 7   # sel
247       - 8   # sel
248       - 9   # sel
249       - 10  # sel
250       - 11  # sel
251       - 12  # sel
252       - 13  # sel
253       - 14  # sel
254     vpp-perf-results-3n-hsw:
255       csit-vpp-perf-1804-all:
256       - 19  # full
257       - 20  # full
258       - 25  # full
259       - 49  # full
260     vpp-perf-results-3n-skx:
261       csit-vpp-perf-1804-all:
262       - 19  # full
263       - 20  # full
264       - 25  # full
265       - 49  # full
266     vpp-perf-results-2n-skx:
267       csit-vpp-perf-1804-all:
268       - 19  # full
269       - 20  # full
270       - 25  # full
271       - 49  # full
272     vpp-func-results-ubuntu:
273       csit-vpp-functional-1807-ubuntu1604-virl:
274       - "lastSuccessfulBuild"
275     vpp-func-results-centos:
276       csit-vpp-functional-1807-centos7-virl:
277       - "lastSuccessfulBuild"
278     vpp-mrr-results-3n-hsw:
279       csit-vpp-perf-check-1804:
280       - 5   # mrr - full
281     vpp-mrr-results-3n-skx:
282       csit-vpp-perf-check-1804:
283       - 5   # mrr - full
284     vpp-mrr-results-2n-skx:
285       csit-vpp-perf-check-1804:
286       - 5   # mrr - full
287     ligato-perf-results-3n-hsw:
288       csit-ligato-perf-1804-all:
289       - 4  # full
290     ligato-perf-results-3n-skx:
291       csit-ligato-perf-1804-all:
292       - 4  # full
293     ligato-perf-results-2n-skx:
294       csit-ligato-perf-1804-all:
295       - 4  # full
296     dpdk-perf-results-3n-hsw:
297       csit-dpdk-perf-verify-1807-3n-hsw:
298       - 10
299     dpdk-perf-results-3n-skx:
300       csit-dpdk-perf-verify-1807-3n-skx:
301       - 12
302     dpdk-perf-results-2n-skx:
303       csit-dpdk-perf-verify-1807-2n-skx:
304       - 10
305     hc-func-results:
306       csit-hc2vpp-verify-func-1807-ubuntu1604:
307       - "lastSuccessfulBuild"
308     nsh-func-results:
309       csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
310       - 7
311     plot-vpp-throughput-latency-3n-hsw:
312       csit-vpp-perf-1804-all:
313       - 19  # full
314       - 20  # full
315       - 25  # full
316       - 49  # full
317       - 21  # sel
318       - 22  # sel
319       - 23  # sel
320       - 24  # sel
321       - 27  # sel
322       - 28  # sel
323       - 29  # sel
324       - 30  # sel
325       - 31  # sel
326       - 35  # sel
327     plot-vpp-throughput-latency-3n-skx:
328       csit-vpp-perf-1804-all:
329       - 19  # full
330       - 20  # full
331       - 25  # full
332       - 49  # full
333       - 21  # sel
334       - 22  # sel
335       - 23  # sel
336       - 24  # sel
337       - 27  # sel
338       - 28  # sel
339       - 29  # sel
340       - 30  # sel
341       - 31  # sel
342       - 35  # sel
343     plot-vpp-throughput-latency-2n-skx:
344       csit-vpp-perf-1804-all:
345       - 19  # full
346       - 20  # full
347       - 25  # full
348       - 49  # full
349       - 21  # sel
350       - 22  # sel
351       - 23  # sel
352       - 24  # sel
353       - 27  # sel
354       - 28  # sel
355       - 29  # sel
356       - 30  # sel
357       - 31  # sel
358       - 35  # sel
359     plot-dpdk-throughput-latency-3n-hsw:
360       csit-dpdk-perf-verify-1807-3n-hsw:
361       - 2
362       - 3
363       - 4
364       - 5
365       - 6
366       - 7
367       - 8
368       - 9
369       - 10
370       csit-dpdk-perf-verify-1807-3n-skx:
371       - 1
372       - 2
373       - 3
374       - 6
375       - 7
376       - 8
377       - 9
378       - 10
379       - 11
380       - 12
381     plot-dpdk-throughput-latency-2n-skx:
382       csit-dpdk-perf-verify-1807-2n-skx:
383       - 1
384       - 2
385       - 3
386       - 4
387       - 5
388       - 6
389       - 7
390       - 8
391       - 9
392       - 10
393     plot-ligato-throughput-latency-3n-hsw:
394       csit-ligato-perf-1804-all:
395       - 5   # sel
396       - 6   # sel
397       - 7   # sel
398       - 8   # sel
399       - 9   # sel
400       - 10  # sel
401       - 11  # sel
402       - 12  # sel
403       - 13  # sel
404       - 14  # sel
405     plot-ligato-throughput-latency-3n-skx:
406       csit-ligato-perf-1804-all:
407       - 5   # sel
408       - 6   # sel
409       - 7   # sel
410       - 8   # sel
411       - 9   # sel
412       - 10  # sel
413       - 11  # sel
414       - 12  # sel
415       - 13  # sel
416       - 14  # sel
417     plot-ligato-throughput-latency-2n-skx:
418       csit-ligato-perf-1804-all:
419       - 5   # sel
420       - 6   # sel
421       - 7   # sel
422       - 8   # sel
423       - 9   # sel
424       - 10  # sel
425       - 11  # sel
426       - 12  # sel
427       - 13  # sel
428       - 14  # sel
429
430   plot-layouts:
431
432     plot-cps:
433       xaxis:
434         autorange: True
435         fixedrange: False
436         gridcolor: "rgb(238, 238, 238)"
437         linecolor: "rgb(238, 238, 238)"
438         linewidth: 1
439         showgrid: True
440         showline: True
441         showticklabels: True
442         tickcolor: "rgb(238, 238, 238)"
443         tickmode: "linear"
444         title: "Indexed Test Cases"
445         zeroline: False
446       yaxis:
447         gridcolor: "rgb(238, 238, 238)"
448         hoverformat: ".4s"
449         linecolor: "rgb(238, 238, 238)"
450         linewidth: 1
451         rangemode: "tozero"
452         showgrid: True
453         showline: True
454         showticklabels: True
455         tickcolor: "rgb(238, 238, 238)"
456         title: "Connections Per Second [cps]"
457         zeroline: False
458       boxmode: "group"
459       boxgroupgap: 0.5
460       autosize: False
461       margin:
462         t: 50
463         b: 20
464         l: 50
465         r: 20
466       showlegend: True
467       legend:
468         orientation: "h"
469       width: 700
470       height: 1000
471
472     plot-rps:
473       xaxis:
474         autorange: True
475         fixedrange: False
476         gridcolor: "rgb(238, 238, 238)"
477         linecolor: "rgb(238, 238, 238)"
478         linewidth: 1
479         showgrid: True
480         showline: True
481         showticklabels: True
482         tickcolor: "rgb(238, 238, 238)"
483         tickmode: "linear"
484         title: "Indexed Test Cases"
485         zeroline: False
486       yaxis:
487         gridcolor: "rgb(238, 238, 238)"
488         hoverformat: ".4s"
489         linecolor: "rgb(238, 238, 238)"
490         linewidth: 1
491         rangemode: "tozero"
492         showgrid: True
493         showline: True
494         showticklabels: True
495         tickcolor: "rgb(238, 238, 238)"
496         title: "Requests Per Second [rps]"
497         zeroline: False
498       boxmode: "group"
499       boxgroupgap: 0.5
500       autosize: False
501       margin:
502         t: 50
503         b: 20
504         l: 50
505         r: 20
506       showlegend: True
507       legend:
508         orientation: "h"
509       width: 700
510       height: 1000
511
512     plot-throughput:
513       xaxis:
514         autorange: True
515         fixedrange: False
516         gridcolor: "rgb(238, 238, 238)"
517         linecolor: "rgb(238, 238, 238)"
518         linewidth: 1
519         showgrid: True
520         showline: True
521         showticklabels: True
522         tickcolor: "rgb(238, 238, 238)"
523         tickmode: "linear"
524         title: "Indexed Test Cases"
525         zeroline: False
526       yaxis:
527         gridcolor: "rgb(238, 238, 238)"
528         hoverformat: ".4s"
529         linecolor: "rgb(238, 238, 238)"
530         linewidth: 1
531         showgrid: True
532         showline: True
533         showticklabels: True
534         tickcolor: "rgb(238, 238, 238)"
535         title: "Packets Per Second [pps]"
536         zeroline: False
537       boxmode: "group"
538       boxgroupgap: 0.5
539       autosize: False
540       margin:
541         t: 50
542         b: 20
543         l: 50
544         r: 20
545       showlegend: True
546       legend:
547         orientation: "h"
548       width: 700
549       height: 1000
550
551     plot-latency:
552       xaxis:
553         autorange: True
554         fixedrange: False
555         gridcolor: "rgb(238, 238, 238)"
556         linecolor: "rgb(238, 238, 238)"
557         linewidth: 1
558         showgrid: True
559         showline: True
560         showticklabels: True
561         tickcolor: "rgb(238, 238, 238)"
562         tickmode: "linear"
563         title: "Indexed Test Cases"
564         zeroline: False
565       yaxis:
566         gridcolor: "rgb(238, 238, 238)"
567         hoverformat: ""
568         linecolor: "rgb(238, 238, 238)"
569         linewidth: 1
570         showgrid: True
571         showline: True
572         showticklabels: True
573         tickcolor: "rgb(238, 238, 238)"
574         title: "Latency min/avg/max [uSec]"
575         zeroline: False
576       boxmode: "group"
577       boxgroupgap: 0.5
578       autosize: False
579       margin:
580         t: 50
581         b: 20
582         l: 50
583         r: 20
584       showlegend: True
585       legend:
586         orientation: "h"
587       width: 700
588       height: 1000
589
590     plot-throughput-speedup-analysis:
591       xaxis:
592         autorange: True
593         fixedrange: False
594         gridcolor: "rgb(238, 238, 238)"
595         linecolor: "rgb(238, 238, 238)"
596         linewidth: 1
597         showgrid: True
598         showline: True
599         showticklabels: True
600         tickcolor: "rgb(238, 238, 238)"
601         tickmode: "linear"
602         tickangle: 270
603         zeroline: False
604       yaxis:
605         title: "Throughput speedup factor"
606         gridcolor: "rgb(238, 238, 238)"
607         hoverformat: ".4s"
608         linecolor: "rgb(238, 238, 238)"
609         linewidth: 1
610         showgrid: True
611         showline: True
612         showticklabels: True
613         tickcolor: "rgb(238, 238, 238)"
614         zeroline: False
615       legend:
616         orientation: "h"
617         xanchor: "center"
618         yanchor: "top"
619         x: 0.5
620         y: 1
621         bgcolor: "rgba(255, 255, 255, 0)"
622         bordercolor: "rgba(255, 255, 255, 0)"
623       barmode: "group"
624       bargap: 0.15
625       bargroupgap: 0.1
626       autosize: False
627       margin:
628           't': 50
629           'b': 300
630           'l': 50
631           'r': 20
632       showlegend: True
633       width: 700
634       height: 1000
635
636 -
637   type: "static"
638   src-path: "{DIR[RST]}"
639   dst-path: "{DIR[WORKING,SRC]}"
640
641 -
642   type: "input"  # Ignored in debug mode
643   general:
644     file-name: "robot-plugin.zip"
645     file-format: ".zip"
646     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
647     extract: "robot-plugin/output.xml"
648   builds:
649     csit-vpp-perf-1710-all:
650     - 11
651     - 12
652     - 13
653     - 14
654     - 15
655     - 16
656     - 17
657     - 18
658     - 19
659     - 20
660     csit-vpp-perf-1801-all:
661 #    - 122  # full
662 #    - 126  # full
663 #    - 129  # full
664 #    - 140  # full
665     - 124  # sel
666     - 127  # sel
667     - 128  # sel
668     - 141  # sel
669     - 142  # sel
670     - 143  # sel
671     - 145  # sel
672     - 146  # sel
673     - 162  # sel
674     - 163  # sel
675     - 167  # sel
676     - 172  # sel acl only
677     csit-vpp-perf-1804-all:
678     - 19  # full
679     - 20  # full
680     - 25  # full
681     - 49  # full
682     - 21  # sel
683     - 22  # sel
684     - 23  # sel
685     - 24  # sel
686     - 27  # sel
687     - 28  # sel
688     - 29  # sel
689     - 30  # sel
690     - 31  # sel
691     - 35  # sel
692     - 39  # wrk
693     - 40  # wrk
694     - 41  # wrk
695     - 42  # wrk
696     - 43  # wrk
697     - 44  # wrk
698     - 45  # wrk
699     - 46  # wrk
700     - 47  # wrk
701     - 48  # wrk
702     csit-vpp-perf-check-1801:
703     - 3   # mrr
704     - 4   # mrr
705     - 5   # mrr
706     - 6   # mrr
707     - 7   # mrr
708     - 8   # mrr
709     - 9   # mrr
710     - 11  # mrr
711     - 12  # mrr
712     - 13  # mrr
713     csit-vpp-perf-check-1804:
714     - 5   # mrr - full
715     - 6   # mrr - sel
716     - 13  # mrr - sel
717     - 14  # mrr - sel
718     - 15  # mrr - sel
719     - 16  # mrr - sel
720     - 17  # mrr - sel
721     - 19  # mrr - sel
722     - 20  # mrr - sel
723     - 21  # mrr - sel
724     - 22  # mrr - sel
725 #    csit-ligato-perf-1710-all:
726 #    - 5
727 #    - 7
728 #    - 8
729 #    - 9
730 #    - 10
731 #    - 11
732 #    - 12
733 #    - 13
734 #    - 16
735 #    - 17
736 #    csit-ligato-perf-1801-all:
737 #    - 16  # sel
738 #    - 17  # sel
739 #    - 18  # sel
740 #    - 19  # sel
741 #    - 20  # sel
742 #    - 21  # sel
743 #    - 22  # sel
744 #    - 23  # sel
745 #    - 24  # sel
746 #    - 25  # full
747     csit-ligato-perf-1804-all:
748     - 4   # full
749     - 5   # sel
750     - 6   # sel
751     - 7   # sel
752     - 8   # sel
753     - 9   # sel
754     - 10  # sel
755     - 11  # sel
756     - 12  # sel
757     - 13  # sel
758     - 14  # sel
759     csit-dpdk-perf-verify-1807-3n-hsw:
760     - 2
761     - 3
762     - 4
763     - 5
764     - 6
765     - 7
766     - 8
767     - 9
768     - 10
769     csit-dpdk-perf-verify-1807-3n-skx:
770     - 1
771     - 2
772     - 3
773     - 6
774     - 7
775     - 8
776     - 9
777     - 10
778     - 11
779     - 12
780     csit-dpdk-perf-verify-1807-2n-skx:
781     - 1
782     - 2
783     - 3
784     - 4
785     - 5
786     - 6
787     - 7
788     - 8
789     - 9
790     - 10
791     csit-vpp-functional-1807-ubuntu1604-virl:
792     - "lastSuccessfulBuild"
793     csit-vpp-functional-1807-centos7-virl:
794     - "lastSuccessfulBuild"
795     csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
796     - 7
797     csit-hc2vpp-verify-func-1807-ubuntu1604:
798     - "lastSuccessfulBuild"
799
800 -
801   type: "output"
802   output: "report"
803   format:
804     html:
805     - full
806 #    pdf:
807 #    - minimal
808
809 ################################################################################
810 ###                               T A B L E S                                ###
811 ################################################################################
812
813 -
814   type: "table"
815   title: "VPP Performance Changes 1t1c pdr"
816   algorithm: "table_performance_comparison"
817   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
818   history:
819     -
820       title: "rls1710"
821       data:
822         csit-vpp-perf-1710-all:
823         - 11
824         - 12
825         - 13
826         - 14
827         - 15
828         - 16
829         - 17
830         - 18
831         - 19
832         - 20
833   reference:
834     title: "rls1801"
835     data:
836       csit-vpp-perf-1801-all:
837       - 124  # sel
838       - 127  # sel
839       - 128  # sel
840       - 141  # sel
841       - 142  # sel
842       - 143  # sel
843       - 145  # sel
844       - 146  # sel
845       - 162  # sel
846       - 163  # sel
847       - 167  # sel
848       - 172  # sel acl only
849   compare:
850     title: "rls1804"
851     data:
852       csit-vpp-perf-1804-all:
853       - 21  # sel
854       - 22  # sel
855       - 23  # sel
856       - 24  # sel
857       - 27  # sel
858       - 28  # sel
859       - 29  # sel
860       - 30  # sel
861       - 31  # sel
862       - 35  # sel
863   data: "vpp-performance-changes"
864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
865   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
866   parameters:
867   - "name"
868   - "parent"
869   - "throughput"
870
871 -
872   type: "table"
873   title: "VPP Performance Changes 2t2c pdr"
874   algorithm: "table_performance_comparison"
875   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
876   history:
877     -
878       title: "rls1710"
879       data:
880         csit-vpp-perf-1710-all:
881         - 11
882         - 12
883         - 13
884         - 14
885         - 15
886         - 16
887         - 17
888         - 18
889         - 19
890         - 20
891   reference:
892     title: "rls1801"
893     data:
894       csit-vpp-perf-1801-all:
895       - 124  # sel
896       - 127  # sel
897       - 128  # sel
898       - 141  # sel
899       - 142  # sel
900       - 143  # sel
901       - 145  # sel
902       - 146  # sel
903       - 162  # sel
904       - 163  # sel
905       - 167  # sel
906       - 172  # sel acl only
907   compare:
908     title: "rls1804"
909     data:
910       csit-vpp-perf-1804-all:
911       - 21  # sel
912       - 22  # sel
913       - 23  # sel
914       - 24  # sel
915       - 27  # sel
916       - 28  # sel
917       - 29  # sel
918       - 30  # sel
919       - 31  # sel
920       - 35  # sel
921   data: "vpp-performance-changes"
922   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
923   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
924   parameters:
925   - "name"
926   - "parent"
927   - "throughput"
928
929 -
930   type: "table"
931   title: "VPP Performance Changes 1t1c ndr"
932   algorithm: "table_performance_comparison"
933   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
934   history:
935     -
936       title: "rls1710"
937       data:
938         csit-vpp-perf-1710-all:
939         - 11
940         - 12
941         - 13
942         - 14
943         - 15
944         - 16
945         - 17
946         - 18
947         - 19
948         - 20
949   reference:
950     title: "rls1801"
951     data:
952       csit-vpp-perf-1801-all:
953       - 124  # sel
954       - 127  # sel
955       - 128  # sel
956       - 141  # sel
957       - 142  # sel
958       - 143  # sel
959       - 145  # sel
960       - 146  # sel
961       - 162  # sel
962       - 163  # sel
963       - 167  # sel
964       - 172  # sel acl only
965   compare:
966     title: "rls1804"
967     data:
968       csit-vpp-perf-1804-all:
969       - 21  # sel
970       - 22  # sel
971       - 23  # sel
972       - 24  # sel
973       - 27  # sel
974       - 28  # sel
975       - 29  # sel
976       - 30  # sel
977       - 31  # sel
978       - 35  # sel
979   data: "vpp-performance-changes"
980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
981   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
982   parameters:
983   - "name"
984   - "parent"
985   - "throughput"
986
987 -
988   type: "table"
989   title: "VPP Performance Changes 2t2c ndr"
990   algorithm: "table_performance_comparison"
991   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
992   history:
993     -
994       title: "rls1710"
995       data:
996         csit-vpp-perf-1710-all:
997         - 11
998         - 12
999         - 13
1000         - 14
1001         - 15
1002         - 16
1003         - 17
1004         - 18
1005         - 19
1006         - 20
1007   reference:
1008     title: "rls1801"
1009     data:
1010       csit-vpp-perf-1801-all:
1011       - 124  # sel
1012       - 127  # sel
1013       - 128  # sel
1014       - 141  # sel
1015       - 142  # sel
1016       - 143  # sel
1017       - 145  # sel
1018       - 146  # sel
1019       - 162  # sel
1020       - 163  # sel
1021       - 167  # sel
1022       - 172  # sel acl only
1023   compare:
1024     title: "rls1804"
1025     data:
1026       csit-vpp-perf-1804-all:
1027       - 21  # sel
1028       - 22  # sel
1029       - 23  # sel
1030       - 24  # sel
1031       - 27  # sel
1032       - 28  # sel
1033       - 29  # sel
1034       - 30  # sel
1035       - 31  # sel
1036       - 35  # sel
1037   data: "vpp-performance-changes"
1038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1039   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1040   parameters:
1041   - "name"
1042   - "parent"
1043   - "throughput"
1044
1045 -
1046   type: "table"
1047   title: "VPP Performance Changes - 1t1c MRR"
1048   algorithm: "table_performance_comparison"
1049   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1050   reference:
1051     title: "Release 1801"
1052     data:
1053       csit-vpp-perf-check-1801:
1054       - 3
1055       - 4
1056       - 5
1057       - 6
1058       - 7
1059       - 8
1060       - 9
1061       - 11
1062       - 12
1063       - 13
1064   compare:
1065     title: "Release 1804"
1066     data:
1067       csit-vpp-perf-check-1804:
1068       - 6   # mrr - sel
1069       - 13  # mrr - sel
1070       - 14  # mrr - sel
1071       - 15  # mrr - sel
1072       - 16  # mrr - sel
1073       - 17  # mrr - sel
1074       - 19  # mrr - sel
1075       - 20  # mrr - sel
1076       - 21  # mrr - sel
1077       - 22  # mrr - sel
1078   data: "vpp-performance-changes-mrr"
1079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1080   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1081   parameters:
1082   - "name"
1083   - "parent"
1084   - "result"
1085
1086 -
1087   type: "table"
1088   title: "VPP Performance Changes - 2t2c MRR"
1089   algorithm: "table_performance_comparison"
1090   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1091   reference:
1092     title: "Release 1801"
1093     data:
1094       csit-vpp-perf-check-1801:
1095       - 3
1096       - 4
1097       - 5
1098       - 6
1099       - 7
1100       - 8
1101       - 9
1102       - 11
1103       - 12
1104       - 13
1105   compare:
1106     title: "Release 1804"
1107     data:
1108       csit-vpp-perf-check-1804:
1109       - 6   # mrr - sel
1110       - 13  # mrr - sel
1111       - 14  # mrr - sel
1112       - 15  # mrr - sel
1113       - 16  # mrr - sel
1114       - 17  # mrr - sel
1115       - 19  # mrr - sel
1116       - 20  # mrr - sel
1117       - 21  # mrr - sel
1118       - 22  # mrr - sel
1119   data: "vpp-performance-changes-mrr"
1120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1121   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1122   parameters:
1123   - "name"
1124   - "parent"
1125   - "result"
1126
1127 -
1128   type: "table"
1129   title: "VPP Performance Changes - 4t4c MRR"
1130   algorithm: "table_performance_comparison"
1131   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1132   reference:
1133     title: "Release 1801"
1134     data:
1135       csit-vpp-perf-check-1801:
1136       - 3
1137       - 4
1138       - 5
1139       - 6
1140       - 7
1141       - 8
1142       - 9
1143       - 11
1144       - 12
1145       - 13
1146   compare:
1147     title: "Release 1804"
1148     data:
1149       csit-vpp-perf-check-1804:
1150       - 6   # mrr - sel
1151       - 13  # mrr - sel
1152       - 14  # mrr - sel
1153       - 15  # mrr - sel
1154       - 16  # mrr - sel
1155       - 17  # mrr - sel
1156       - 19  # mrr - sel
1157       - 20  # mrr - sel
1158       - 21  # mrr - sel
1159       - 22  # mrr - sel
1160   data: "vpp-performance-changes-mrr"
1161   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1162   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1163   parameters:
1164   - "name"
1165   - "parent"
1166   - "result"
1167
1168 -
1169   type: "table"
1170   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1171   algorithm: "table_merged_details"
1172   output-file-ext: ".csv"
1173   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1174   columns:
1175   -
1176     title: "Name"
1177     data: "data name"
1178   -
1179     title: "Documentation"
1180     data: "data doc"
1181   -
1182     title: "Status"
1183     data: "data msg"
1184   rows: "generated"
1185   data: "vpp-perf-results-3n-hsw"
1186   filter: "not 'NDRCHK' and not 'PDRCHK'"
1187   parameters:
1188   - "name"
1189   - "parent"
1190   - "doc"
1191   - "msg"
1192
1193 -
1194   type: "table"
1195   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1196   algorithm: "table_merged_details"
1197   output-file-ext: ".csv"
1198   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1199   columns:
1200   -
1201     title: "Name"
1202     data: "data name"
1203   -
1204     title: "Documentation"
1205     data: "data doc"
1206   -
1207     title: "Status"
1208     data: "data msg"
1209   rows: "generated"
1210   data: "vpp-perf-results-3n-skx"
1211   filter: "not 'NDRCHK' and not 'PDRCHK'"
1212   parameters:
1213   - "name"
1214   - "parent"
1215   - "doc"
1216   - "msg"
1217
1218 -
1219   type: "table"
1220   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1221   algorithm: "table_merged_details"
1222   output-file-ext: ".csv"
1223   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1224   columns:
1225   -
1226     title: "Name"
1227     data: "data name"
1228   -
1229     title: "Documentation"
1230     data: "data doc"
1231   -
1232     title: "Status"
1233     data: "data msg"
1234   rows: "generated"
1235   data: "vpp-perf-results-2n-skx"
1236   filter: "not 'NDRCHK' and not 'PDRCHK'"
1237   parameters:
1238   - "name"
1239   - "parent"
1240   - "doc"
1241   - "msg"
1242
1243 -
1244   type: "table"
1245   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1246   algorithm: "table_merged_details"
1247   output-file-ext: ".csv"
1248   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1249   columns:
1250   -
1251     title: "Name"
1252     data: "data name"
1253   -
1254     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1255     data: "data vat-history"
1256   rows: "generated"
1257   data: "vpp-perf-results-3n-hsw"
1258   filter: "not 'NDRCHK' and not 'PDRCHK'"
1259   parameters:
1260   - "parent"
1261   - "name"
1262   - "vat-history"
1263
1264 -
1265   type: "table"
1266   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1267   algorithm: "table_merged_details"
1268   output-file-ext: ".csv"
1269   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1270   columns:
1271   -
1272     title: "Name"
1273     data: "data name"
1274   -
1275     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1276     data: "data vat-history"
1277   rows: "generated"
1278   data: "vpp-perf-results-3n-skx"
1279   filter: "not 'NDRCHK' and not 'PDRCHK'"
1280   parameters:
1281   - "parent"
1282   - "name"
1283   - "vat-history"
1284
1285 -
1286   type: "table"
1287   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1288   algorithm: "table_merged_details"
1289   output-file-ext: ".csv"
1290   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1291   columns:
1292   -
1293     title: "Name"
1294     data: "data name"
1295   -
1296     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1297     data: "data vat-history"
1298   rows: "generated"
1299   data: "vpp-perf-results-2n-skx"
1300   filter: "not 'NDRCHK' and not 'PDRCHK'"
1301   parameters:
1302   - "parent"
1303   - "name"
1304   - "vat-history"
1305
1306 -
1307   type: "table"
1308   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1309   algorithm: "table_merged_details"
1310   output-file-ext: ".csv"
1311   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1312   columns:
1313   -
1314     title: "Name"
1315     data: "data name"
1316   -
1317     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1318     data: "data show-run"
1319   rows: "generated"
1320   data: "vpp-perf-results-3n-hsw"
1321   filter: "not 'NDRCHK' and not 'PDRCHK'"
1322   parameters:
1323   - "parent"
1324   - "name"
1325   - "show-run"
1326
1327 -
1328   type: "table"
1329   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1330   algorithm: "table_merged_details"
1331   output-file-ext: ".csv"
1332   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1333   columns:
1334   -
1335     title: "Name"
1336     data: "data name"
1337   -
1338     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1339     data: "data show-run"
1340   rows: "generated"
1341   data: "vpp-perf-results-3n-skx"
1342   filter: "not 'NDRCHK' and not 'PDRCHK'"
1343   parameters:
1344   - "parent"
1345   - "name"
1346   - "show-run"
1347
1348 -
1349   type: "table"
1350   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1351   algorithm: "table_merged_details"
1352   output-file-ext: ".csv"
1353   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1354   columns:
1355   -
1356     title: "Name"
1357     data: "data name"
1358   -
1359     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1360     data: "data show-run"
1361   rows: "generated"
1362   data: "vpp-perf-results-2n-skx"
1363   filter: "not 'NDRCHK' and not 'PDRCHK'"
1364   parameters:
1365   - "parent"
1366   - "name"
1367   - "show-run"
1368
1369 -
1370   type: "table"
1371   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1372   algorithm: "table_details"
1373   output-file-ext: ".csv"
1374   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1375   columns:
1376   -
1377     title: "Name"
1378     data: "data name"
1379   -
1380     title: "Documentation"
1381     data: "data doc"
1382   -
1383     title: "Status"
1384     data: "data msg"
1385   rows: "generated"
1386   data: "vpp-mrr-results-3n-hsw"
1387   filter: "'MRR'"
1388   parameters:
1389   - "name"
1390   - "parent"
1391   - "doc"
1392   - "msg"
1393
1394 -
1395   type: "table"
1396   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1397   algorithm: "table_details"
1398   output-file-ext: ".csv"
1399   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1400   columns:
1401   -
1402     title: "Name"
1403     data: "data name"
1404   -
1405     title: "Documentation"
1406     data: "data doc"
1407   -
1408     title: "Status"
1409     data: "data msg"
1410   rows: "generated"
1411   data: "vpp-mrr-results-3n-skx"
1412   filter: "'MRR'"
1413   parameters:
1414   - "name"
1415   - "parent"
1416   - "doc"
1417   - "msg"
1418
1419 -
1420   type: "table"
1421   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1422   algorithm: "table_details"
1423   output-file-ext: ".csv"
1424   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1425   columns:
1426   -
1427     title: "Name"
1428     data: "data name"
1429   -
1430     title: "Documentation"
1431     data: "data doc"
1432   -
1433     title: "Status"
1434     data: "data msg"
1435   rows: "generated"
1436   data: "vpp-mrr-results-2n-skx"
1437   filter: "'MRR'"
1438   parameters:
1439   - "name"
1440   - "parent"
1441   - "doc"
1442   - "msg"
1443
1444 -
1445   type: "table"
1446   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1447   algorithm: "table_details"
1448   output-file-ext: ".csv"
1449   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1450   columns:
1451   -
1452     title: "Name"
1453     data: "data name"
1454   -
1455     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1456     data: "data vat-history"
1457   rows: "generated"
1458   data: "vpp-mrr-results-3n-hsw"
1459   filter: "'MRR'"
1460   parameters:
1461   - "parent"
1462   - "name"
1463   - "vat-history"
1464
1465 -
1466   type: "table"
1467   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1468   algorithm: "table_details"
1469   output-file-ext: ".csv"
1470   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1471   columns:
1472   -
1473     title: "Name"
1474     data: "data name"
1475   -
1476     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1477     data: "data vat-history"
1478   rows: "generated"
1479   data: "vpp-mrr-results-3n-skx"
1480   filter: "'MRR'"
1481   parameters:
1482   - "parent"
1483   - "name"
1484   - "vat-history"
1485
1486 -
1487   type: "table"
1488   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1489   algorithm: "table_details"
1490   output-file-ext: ".csv"
1491   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1492   columns:
1493   -
1494     title: "Name"
1495     data: "data name"
1496   -
1497     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1498     data: "data vat-history"
1499   rows: "generated"
1500   data: "vpp-mrr-results-2n-skx"
1501   filter: "'MRR'"
1502   parameters:
1503   - "parent"
1504   - "name"
1505   - "vat-history"
1506
1507 -
1508   type: "table"
1509   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1510   algorithm: "table_details"
1511   output-file-ext: ".csv"
1512   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1513   columns:
1514   -
1515     title: "Name"
1516     data: "data name"
1517   -
1518     title: "Documentation"
1519     data: "data doc"
1520   -
1521     title: "Status"
1522     data: "data status"
1523   rows: "generated"
1524   data: "vpp-func-results-ubuntu"
1525   filter: "all"
1526   parameters:
1527   - "name"
1528   - "parent"
1529   - "doc"
1530   - "status"
1531
1532 -
1533   type: "table"
1534   title: "Detailed Test Results - VPP Functional Results - CentOS"
1535   algorithm: "table_details"
1536   output-file-ext: ".csv"
1537   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1538   columns:
1539   -
1540     title: "Name"
1541     data: "data name"
1542   -
1543     title: "Documentation"
1544     data: "data doc"
1545   -
1546     title: "Status"
1547     data: "data status"
1548   rows: "generated"
1549   data:
1550     "vpp-func-results-centos"
1551   filter: "all"
1552   parameters:
1553   - "name"
1554   - "parent"
1555   - "doc"
1556   - "status"
1557
1558 -
1559   type: "table"
1560   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1561   algorithm: "table_details"
1562   output-file-ext: ".csv"
1563   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1564   columns:
1565   -
1566     title: "Name"
1567     data: "data name"
1568   -
1569     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1570     data: "data vat-history"
1571   rows: "generated"
1572   data: "vpp-func-results-ubuntu"
1573   filter: "all"
1574   parameters:
1575   - "parent"
1576   - "name"
1577   - "vat-history"
1578
1579 -
1580   type: "table"
1581   title: "Test configuration - VPP Functional Test Configs - CentOS"
1582   algorithm: "table_details"
1583   output-file-ext: ".csv"
1584   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1585   columns:
1586   -
1587     title: "Name"
1588     data: "data name"
1589   -
1590     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1591     data: "data vat-history"
1592   rows: "generated"
1593   data: "vpp-func-results-centos"
1594   filter: "all"
1595   parameters:
1596   - "parent"
1597   - "name"
1598   - "vat-history"
1599
1600 -
1601   type: "table"
1602   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1603   algorithm: "table_details"
1604   output-file-ext: ".csv"
1605   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1606   columns:
1607   -
1608     title: "Name"
1609     data: "data name"
1610   -
1611     title: "Documentation"
1612     data: "data doc"
1613   -
1614     title: "Status"
1615     data: "data msg"
1616   rows: "generated"
1617   data: "ligato-perf-results-3n-hsw"
1618   filter: "all"
1619   parameters:
1620   - "name"
1621   - "parent"
1622   - "doc"
1623   - "msg"
1624
1625 -
1626   type: "table"
1627   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
1628   algorithm: "table_details"
1629   output-file-ext: ".csv"
1630   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
1631   columns:
1632   -
1633     title: "Name"
1634     data: "data name"
1635   -
1636     title: "Status"
1637     data: "data msg"
1638   rows: "generated"
1639   data: "dpdk-perf-results-3n-hsw"
1640   filter: "all"
1641   parameters:
1642   - "name"
1643   - "parent"
1644   - "msg"
1645
1646 -
1647   type: "table"
1648   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
1649   algorithm: "table_details"
1650   output-file-ext: ".csv"
1651   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
1652   columns:
1653   -
1654     title: "Name"
1655     data: "data name"
1656   -
1657     title: "Status"
1658     data: "data msg"
1659   rows: "generated"
1660   data: "dpdk-perf-results-3n-skx"
1661   filter: "all"
1662   parameters:
1663   - "name"
1664   - "parent"
1665   - "msg"
1666
1667 -
1668   type: "table"
1669   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
1670   algorithm: "table_details"
1671   output-file-ext: ".csv"
1672   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
1673   columns:
1674   -
1675     title: "Name"
1676     data: "data name"
1677   -
1678     title: "Status"
1679     data: "data msg"
1680   rows: "generated"
1681   data: "dpdk-perf-results-2n-skx"
1682   filter: "all"
1683   parameters:
1684   - "name"
1685   - "parent"
1686   - "msg"
1687
1688 -
1689   type: "table"
1690   title: "Detailed Test Results - Honeycomb Functional Results"
1691   algorithm: "table_details"
1692   output-file-ext: ".csv"
1693   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
1694   columns:
1695   -
1696     title: "Name"
1697     data: "data name"
1698   -
1699     title: "Documentation"
1700     data: "data doc"
1701   -
1702     title: "Status"
1703     data: "data status"
1704   rows: "generated"
1705   data:
1706     "hc-func-results"
1707   filter: "all"
1708   parameters:
1709   - "name"
1710   - "parent"
1711   - "doc"
1712   - "status"
1713
1714 -
1715   type: "table"
1716   title: "Detailed Test Results - NSH SFC Functional Results"
1717   algorithm: "table_details"
1718   output-file-ext: ".csv"
1719   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
1720   columns:
1721   -
1722     title: "Name"
1723     data: "data name"
1724   -
1725     title: "Documentation"
1726     data: "data doc"
1727   -
1728     title: "Status"
1729     data: "data status"
1730   rows: "generated"
1731   data:
1732     "nsh-func-results"
1733   filter: "all"
1734   parameters:
1735   - "name"
1736   - "parent"
1737   - "doc"
1738   - "status"
1739
1740 ################################################################################
1741 ###                                F I L E S                                 ###
1742 ################################################################################
1743
1744 -
1745   type: "file"
1746   title: "VPP Performance Results 3n-hsw"
1747   algorithm: "file_test_results"
1748   output-file-ext: ".rst"
1749   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1750   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"
1751   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
1752   data: "vpp-perf-results-3n-hsw"
1753   filter: "not 'NDRCHK' and not 'PDRCHK'"
1754   parameters:
1755   - "name"
1756   - "doc"
1757   - "level"
1758   - "parent"
1759   data-start-level: 3
1760
1761 -
1762   type: "file"
1763   title: "VPP Performance Results 3n-skx"
1764   algorithm: "file_test_results"
1765   output-file-ext: ".rst"
1766   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1767   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"
1768   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
1769   data: "vpp-perf-results-3n-skx"
1770   filter: "not 'NDRCHK' and not 'PDRCHK'"
1771   parameters:
1772   - "name"
1773   - "doc"
1774   - "level"
1775   - "parent"
1776   data-start-level: 3
1777
1778 -
1779   type: "file"
1780   title: "VPP Performance Results 2n-skx"
1781   algorithm: "file_test_results"
1782   output-file-ext: ".rst"
1783   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1784   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"
1785   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
1786   data: "vpp-perf-results-2n-skx"
1787   filter: "not 'NDRCHK' and not 'PDRCHK'"
1788   parameters:
1789   - "name"
1790   - "doc"
1791   - "level"
1792   - "parent"
1793   data-start-level: 3
1794
1795 -
1796   type: "file"
1797   title: "VPP Performance Configuration 3n-hsw"
1798   algorithm: "file_test_results"
1799   output-file-ext: ".rst"
1800   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
1801   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"
1802   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
1803   data: "vpp-perf-results-3n-hsw"
1804   filter: "not 'NDRCHK' and not 'PDRCHK'"
1805   parameters:
1806   - "name"
1807   - "doc"
1808   - "level"
1809   - "parent"
1810   data-start-level: 3
1811
1812 -
1813   type: "file"
1814   title: "VPP Performance Configuration 3n-skx"
1815   algorithm: "file_test_results"
1816   output-file-ext: ".rst"
1817   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
1818   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"
1819   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
1820   data: "vpp-perf-results-3n-skx"
1821   filter: "not 'NDRCHK' and not 'PDRCHK'"
1822   parameters:
1823   - "name"
1824   - "doc"
1825   - "level"
1826   - "parent"
1827   data-start-level: 3
1828
1829 -
1830   type: "file"
1831   title: "VPP Performance Configuration 2n-skx"
1832   algorithm: "file_test_results"
1833   output-file-ext: ".rst"
1834   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
1835   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"
1836   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
1837   data: "vpp-perf-results-2n-skx"
1838   filter: "not 'NDRCHK' and not 'PDRCHK'"
1839   parameters:
1840   - "name"
1841   - "doc"
1842   - "level"
1843   - "parent"
1844   data-start-level: 3
1845
1846 -
1847   type: "file"
1848   title: "VPP Performance Operational Data 3n-hsw"
1849   algorithm: "file_test_results"
1850   output-file-ext: ".rst"
1851   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
1852   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"
1853   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
1854   data: "vpp-perf-results-3n-hsw"
1855   filter: "not 'NDRCHK' and not 'PDRCHK'"
1856   parameters:
1857   - "name"
1858   - "doc"
1859   - "level"
1860   - "parent"
1861   data-start-level: 3
1862
1863 -
1864   type: "file"
1865   title: "VPP Performance Operational Data 3n-skx"
1866   algorithm: "file_test_results"
1867   output-file-ext: ".rst"
1868   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
1869   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"
1870   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
1871   data: "vpp-perf-results-3n-skx"
1872   filter: "not 'NDRCHK' and not 'PDRCHK'"
1873   parameters:
1874   - "name"
1875   - "doc"
1876   - "level"
1877   - "parent"
1878   data-start-level: 3
1879
1880 -
1881   type: "file"
1882   title: "VPP Performance Operational Data 2n-skx"
1883   algorithm: "file_test_results"
1884   output-file-ext: ".rst"
1885   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
1886   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"
1887   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
1888   data: "vpp-perf-results-2n-skx"
1889   filter: "not 'NDRCHK' and not 'PDRCHK'"
1890   parameters:
1891   - "name"
1892   - "doc"
1893   - "level"
1894   - "parent"
1895   data-start-level: 3
1896
1897 -
1898   type: "file"
1899   title: "VPP MRR Results 3n-hsw"
1900   algorithm: "file_test_results"
1901   output-file-ext: ".rst"
1902   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1903   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"
1904   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
1905   data: "vpp-mrr-results-3n-hsw"
1906   filter: "'MRR'"
1907   parameters:
1908   - "name"
1909   - "doc"
1910   - "level"
1911   - "parent"
1912   data-start-level: 3
1913
1914 -
1915   type: "file"
1916   title: "VPP MRR Results 3n-skx"
1917   algorithm: "file_test_results"
1918   output-file-ext: ".rst"
1919   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1920   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"
1921   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
1922   data: "vpp-mrr-results-3n-skx"
1923   filter: "'MRR'"
1924   parameters:
1925   - "name"
1926   - "doc"
1927   - "level"
1928   - "parent"
1929   data-start-level: 3
1930
1931 -
1932   type: "file"
1933   title: "VPP MRR Results 2n-skx"
1934   algorithm: "file_test_results"
1935   output-file-ext: ".rst"
1936   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1937   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"
1938   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
1939   data: "vpp-mrr-results-2n-skx"
1940   filter: "all"
1941   parameters:
1942   - "name"
1943   - "doc"
1944   - "level"
1945   - "parent"
1946   data-start-level: 3
1947
1948 -
1949   type: "file"
1950   title: "VPP MRR Configuration 3n-hsw"
1951   algorithm: "file_test_results"
1952   output-file-ext: ".rst"
1953   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
1954   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"
1955   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
1956   data: "vpp-mrr-results-3n-hsw"
1957   filter: "'MRR'"
1958   parameters:
1959   - "name"
1960   - "doc"
1961   - "level"
1962   - "parent"
1963   data-start-level: 3
1964
1965 -
1966   type: "file"
1967   title: "VPP MRR Configuration 3n-skx"
1968   algorithm: "file_test_results"
1969   output-file-ext: ".rst"
1970   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
1971   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"
1972   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
1973   data: "vpp-mrr-results-3n-skx"
1974   filter: "'MRR'"
1975   parameters:
1976   - "name"
1977   - "doc"
1978   - "level"
1979   - "parent"
1980   data-start-level: 3
1981
1982 -
1983   type: "file"
1984   title: "VPP MRR Configuration 2n-skx"
1985   algorithm: "file_test_results"
1986   output-file-ext: ".rst"
1987   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
1988   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"
1989   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
1990   data: "vpp-mrr-results-2n-skx"
1991   filter: "'MRR'"
1992   parameters:
1993   - "name"
1994   - "doc"
1995   - "level"
1996   - "parent"
1997   data-start-level: 3
1998
1999 -
2000   type: "file"
2001   title: "VPP Functional Results - Ubuntu"
2002   algorithm: "file_test_results"
2003   output-file-ext: ".rst"
2004   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2005   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"
2006   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2007   data: "vpp-func-results-ubuntu"
2008   filter: "all"
2009   parameters:
2010   - "name"
2011   - "doc"
2012   - "level"
2013   - "parent"
2014   data-start-level: 2
2015
2016 -
2017   type: "file"
2018   title: "VPP Functional Results - CentOS"
2019   algorithm: "file_test_results"
2020   output-file-ext: ".rst"
2021   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2022   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"
2023   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2024   data:
2025     "vpp-func-results-centos"
2026   filter: "all"
2027   parameters:
2028   - "name"
2029   - "doc"
2030   - "level"
2031   - "parent"
2032   data-start-level: 2
2033
2034 -
2035   type: "file"
2036   title: "VPP Functional Configuration - Ubuntu"
2037   algorithm: "file_test_results"
2038   output-file-ext: ".rst"
2039   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2040   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"
2041   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2042   data: "vpp-func-results-ubuntu"
2043   filter: "all"
2044   parameters:
2045   - "name"
2046   - "doc"
2047   - "level"
2048   - "parent"
2049   data-start-level: 2
2050
2051 -
2052   type: "file"
2053   title: "VPP Functional Configuration - CentOS"
2054   algorithm: "file_test_results"
2055   output-file-ext: ".rst"
2056   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2057   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"
2058   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2059   data:
2060     "vpp-func-results-centos"
2061   filter: "all"
2062   parameters:
2063   - "name"
2064   - "doc"
2065   - "level"
2066   - "parent"
2067   data-start-level: 2
2068
2069 -
2070   type: "file"
2071   title: "Container Orchestrated Performance Results 3n-hsw"
2072   algorithm: "file_test_results"
2073   output-file-ext: ".rst"
2074   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2075   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"
2076   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2077   data: "ligato-perf-results-3n-hsw"
2078   filter: "all"
2079   parameters:
2080   - "name"
2081   - "doc"
2082   - "level"
2083   - "parent"
2084   data-start-level: 3
2085
2086 -
2087   type: "file"
2088   title: "DPDK Performance Results 3n-hsw"
2089   algorithm: "file_test_results"
2090   output-file-ext: ".rst"
2091   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2092   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"
2093   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2094   data: "dpdk-perf-results-3n-hsw"
2095   filter: "all"
2096   parameters:
2097   - "name"
2098   - "doc"
2099   - "level"
2100   - "parent"
2101   data-start-level: 3
2102
2103 -
2104   type: "file"
2105   title: "DPDK Performance Results 3n-skx"
2106   algorithm: "file_test_results"
2107   output-file-ext: ".rst"
2108   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2109   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"
2110   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2111   data: "dpdk-perf-results-3n-skx"
2112   filter: "all"
2113   parameters:
2114   - "name"
2115   - "doc"
2116   - "level"
2117   - "parent"
2118   data-start-level: 3
2119
2120 -
2121   type: "file"
2122   title: "DPDK Performance Results 2n-skx"
2123   algorithm: "file_test_results"
2124   output-file-ext: ".rst"
2125   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2126   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"
2127   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2128   data: "dpdk-perf-results-2n-skx"
2129   filter: "all"
2130   parameters:
2131   - "name"
2132   - "doc"
2133   - "level"
2134   - "parent"
2135   data-start-level: 3
2136
2137 -
2138   type: "file"
2139   title: "Honeycomb Functional Results"
2140   algorithm: "file_test_results"
2141   output-file-ext: ".rst"
2142   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2143   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"
2144   dir-tables: "{DIR[DTR,FUNC,HC]}"
2145   data:
2146     "hc-func-results"
2147   filter: "all"
2148   parameters:
2149   - "name"
2150   - "doc"
2151   - "level"
2152   - "parent"
2153   data-start-level: 3
2154
2155 -
2156   type: "file"
2157   title: "NSH SFC Functional Results"
2158   algorithm: "file_test_results"
2159   output-file-ext: ".rst"
2160   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2161   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"
2162   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2163   data:
2164     "nsh-func-results"
2165   filter: "all"
2166   parameters:
2167   - "name"
2168   - "doc"
2169   - "level"
2170   - "parent"
2171   data-start-level: 3
2172
2173 ################################################################################
2174 ###                                P L O T S                                 ###
2175 ################################################################################
2176
2177 ################################################################################
2178 # Plots VPP HTTP Server Performance
2179 -
2180   type: "plot"
2181   title: "VPP HTTP Server Performance"
2182   algorithm: "plot_http_server_performance_box"
2183   output-file-type: ".html"
2184   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2185   data:
2186     "plot-vpp-http-server-performance"
2187   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2188   # each tag is enclosed with ' (apostrophe).
2189   filter: "'HTTP' and 'TCP_CPS'"
2190   parameters:
2191   - "result"
2192   - "name"
2193   traces:
2194     hoverinfo: "x+y"
2195     boxpoints: "outliers"
2196     whiskerwidth: 0
2197   layout:
2198     title: "VPP HTTP Server Performance"
2199     layout:
2200       "plot-cps"
2201
2202 -
2203   type: "plot"
2204   title: "VPP HTTP Server Performance"
2205   algorithm: "plot_http_server_performance_box"
2206   output-file-type: ".html"
2207   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2208   data:
2209     "plot-vpp-http-server-performance"
2210   filter: "'HTTP' and 'TCP_RPS'"
2211   parameters:
2212   - "result"
2213   - "name"
2214   traces:
2215     hoverinfo: "x+y"
2216     boxpoints: "outliers"
2217     whiskerwidth: 0
2218   layout:
2219     title: "VPP HTTP Server Performance"
2220     layout:
2221       "plot-rps"
2222
2223 ################################################################################
2224
2225 # Packet Throughput - VPP L2 3n-hsw-x520
2226 -
2227   type: "plot"
2228   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2229   algorithm: "plot_performance_box"
2230   output-file-type: ".html"
2231   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2232   data: "plot-vpp-throughput-latency-3n-hsw"
2233   filter: "'NIC_Intel-X520-DA2' and
2234            '64B' and
2235            ('BASE' or 'SCALE') and
2236            'NDRDISC' and
2237            '1T1C' and
2238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2239            not 'VHOST' and
2240            not 'MEMIF'"
2241   parameters:
2242   - "throughput"
2243   - "parent"
2244   traces:
2245     hoverinfo: "x+y"
2246     boxpoints: "outliers"
2247     whiskerwidth: 0
2248   layout:
2249     title: ""  # No title
2250     layout: "plot-throughput"
2251
2252 -
2253   type: "plot"
2254   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2255   algorithm: "plot_performance_box"
2256   output-file-type: ".html"
2257   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2258   data: "plot-vpp-throughput-latency-3n-hsw"
2259   filter: "'NIC_Intel-X520-DA2' and
2260            '64B' and
2261            ('BASE' or 'SCALE') and
2262            'PDRDISC' and not 'NDRDISC' and
2263            '1T1C' and
2264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2265            not 'VHOST' and
2266            not 'MEMIF'"
2267   parameters:
2268   - "throughput"
2269   - "parent"
2270   traces:
2271     hoverinfo: "x+y"
2272     boxpoints: "outliers"
2273     whiskerwidth: 0
2274   layout:
2275     title: ""  # No title
2276     layout: "plot-throughput"
2277
2278 -
2279   type: "plot"
2280   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2281   algorithm: "plot_performance_box"
2282   output-file-type: ".html"
2283   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2284   data: "plot-vpp-throughput-latency-3n-hsw"
2285   filter: "'NIC_Intel-X520-DA2' and
2286            '64B' and
2287            ('BASE' or 'SCALE') and
2288            'NDRDISC' and
2289            '2T2C' and
2290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2291            not 'VHOST' and
2292            not 'MEMIF'"
2293   parameters:
2294   - "throughput"
2295   - "parent"
2296   traces:
2297     hoverinfo: "x+y"
2298     boxpoints: "outliers"
2299     whiskerwidth: 0
2300   layout:
2301     title: ""  # No title
2302     layout: "plot-throughput"
2303
2304 -
2305   type: "plot"
2306   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2307   algorithm: "plot_performance_box"
2308   output-file-type: ".html"
2309   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2310   data: "plot-vpp-throughput-latency-3n-hsw"
2311   filter: "'NIC_Intel-X520-DA2' and
2312            '64B' and
2313            ('BASE' or 'SCALE') and
2314            'PDRDISC' and not 'NDRDISC' and
2315            '2T2C' and
2316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2317            not 'VHOST' and
2318            not 'MEMIF'"
2319   parameters:
2320   - "throughput"
2321   - "parent"
2322   traces:
2323     hoverinfo: "x+y"
2324     boxpoints: "outliers"
2325     whiskerwidth: 0
2326   layout:
2327     title: ""  # No title
2328     layout: "plot-throughput"
2329
2330 -
2331   type: "plot"
2332   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2333   algorithm: "plot_performance_box"
2334   output-file-type: ".html"
2335   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2336   data: "plot-vpp-throughput-latency-3n-hsw"
2337   filter: "'NIC_Intel-X520-DA2' and
2338            '64B' and
2339            'FEATURE' and
2340            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2341            'NDRDISC' and
2342            '1T1C' and
2343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2344            not 'VHOST' and
2345            not 'MEMIF'"
2346   parameters:
2347   - "throughput"
2348   - "parent"
2349   traces:
2350     hoverinfo: "x+y"
2351     boxpoints: "outliers"
2352     whiskerwidth: 0
2353   layout:
2354     title: ""  # No title
2355     layout: "plot-throughput"
2356
2357 -
2358   type: "plot"
2359   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2360   algorithm: "plot_performance_box"
2361   output-file-type: ".html"
2362   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2363   data: "plot-vpp-throughput-latency-3n-hsw"
2364   filter: "'NIC_Intel-X520-DA2' and
2365            '64B' and
2366            'FEATURE' and
2367            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2368            'PDRDISC' and not 'NDRDISC' and
2369            '1T1C' and
2370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2371            not 'VHOST' and
2372            not 'MEMIF'"
2373   parameters:
2374   - "throughput"
2375   - "parent"
2376   traces:
2377     hoverinfo: "x+y"
2378     boxpoints: "outliers"
2379     whiskerwidth: 0
2380   layout:
2381     title: ""  # No title
2382     layout: "plot-throughput"
2383
2384 -
2385   type: "plot"
2386   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2387   algorithm: "plot_performance_box"
2388   output-file-type: ".html"
2389   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2390   data: "plot-vpp-throughput-latency-3n-hsw"
2391   filter: "'NIC_Intel-X520-DA2' and
2392            '64B' and
2393            'FEATURE' and
2394            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2395            'NDRDISC' and
2396            '2T2C' and
2397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2398            not 'VHOST' and
2399            not 'MEMIF'"
2400   parameters:
2401   - "throughput"
2402   - "parent"
2403   traces:
2404     hoverinfo: "x+y"
2405     boxpoints: "outliers"
2406     whiskerwidth: 0
2407   layout:
2408     title: ""  # No title
2409     layout: "plot-throughput"
2410
2411 -
2412   type: "plot"
2413   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2414   algorithm: "plot_performance_box"
2415   output-file-type: ".html"
2416   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2417   data: "plot-vpp-throughput-latency-3n-hsw"
2418   filter: "'NIC_Intel-X520-DA2' and
2419            '64B' and
2420            'FEATURE' and
2421            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2422            'PDRDISC' and not 'NDRDISC' and
2423            '2T2C' and
2424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2425            not 'VHOST' and
2426            not 'MEMIF'"
2427   parameters:
2428   - "throughput"
2429   - "parent"
2430   traces:
2431     hoverinfo: "x+y"
2432     boxpoints: "outliers"
2433     whiskerwidth: 0
2434   layout:
2435     title: ""  # No title
2436     layout: "plot-throughput"
2437
2438 # Packet Throughput - VPP L2 3n-hsw-x710
2439 -
2440   type: "plot"
2441   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2442   algorithm: "plot_performance_box"
2443   output-file-type: ".html"
2444   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2445   data: "plot-vpp-throughput-latency-3n-hsw"
2446   filter: "'NIC_Intel-X710' and
2447            '64B' and
2448            ('BASE' or 'SCALE') and
2449            'NDRDISC' and
2450            '1T1C' and
2451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2452            not 'VHOST' and
2453            not 'MEMIF'"
2454   parameters:
2455   - "throughput"
2456   - "parent"
2457   traces:
2458     hoverinfo: "x+y"
2459     boxpoints: "outliers"
2460     whiskerwidth: 0
2461   layout:
2462     title: ""  # No title
2463     layout: "plot-throughput"
2464
2465 -
2466   type: "plot"
2467   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2468   algorithm: "plot_performance_box"
2469   output-file-type: ".html"
2470   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2471   data: "plot-vpp-throughput-latency-3n-hsw"
2472   filter: "'NIC_Intel-X710' and
2473            '64B' and
2474            ('BASE' or 'SCALE') and
2475            'PDRDISC' and not 'NDRDISC' and
2476            '1T1C' and
2477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2478            not 'VHOST' and
2479            not 'MEMIF'"
2480   parameters:
2481   - "throughput"
2482   - "parent"
2483   traces:
2484     hoverinfo: "x+y"
2485     boxpoints: "outliers"
2486     whiskerwidth: 0
2487   layout:
2488     title: ""  # No title
2489     layout: "plot-throughput"
2490
2491 -
2492   type: "plot"
2493   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2494   algorithm: "plot_performance_box"
2495   output-file-type: ".html"
2496   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2497   data: "plot-vpp-throughput-latency-3n-hsw"
2498   filter: "'NIC_Intel-X710' and
2499            '64B' and
2500            ('BASE' or 'SCALE') and
2501            'NDRDISC' and
2502            '2T2C' and
2503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2504            not 'VHOST' and
2505            not 'MEMIF'"
2506   parameters:
2507   - "throughput"
2508   - "parent"
2509   traces:
2510     hoverinfo: "x+y"
2511     boxpoints: "outliers"
2512     whiskerwidth: 0
2513   layout:
2514     title: ""  # No title
2515     layout: "plot-throughput"
2516
2517 -
2518   type: "plot"
2519   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2520   algorithm: "plot_performance_box"
2521   output-file-type: ".html"
2522   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2523   data: "plot-vpp-throughput-latency-3n-hsw"
2524   filter: "'NIC_Intel-X710' and
2525            '64B' and
2526            ('BASE' or 'SCALE') and
2527            'PDRDISC' and not 'NDRDISC' and
2528            '2T2C' and
2529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2530            not 'VHOST' and
2531            not 'MEMIF'"
2532   parameters:
2533   - "throughput"
2534   - "parent"
2535   traces:
2536     hoverinfo: "x+y"
2537     boxpoints: "outliers"
2538     whiskerwidth: 0
2539   layout:
2540     title: ""  # No title
2541     layout: "plot-throughput"
2542
2543 -
2544   type: "plot"
2545   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2546   algorithm: "plot_performance_box"
2547   output-file-type: ".html"
2548   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2549   data: "plot-vpp-throughput-latency-3n-hsw"
2550   filter: "'NIC_Intel-X710' and
2551            '64B' and
2552            'FEATURE' and
2553            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2554            'NDRDISC' and
2555            '1T1C' and
2556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2557            not 'VHOST' and
2558            not 'MEMIF'"
2559   parameters:
2560   - "throughput"
2561   - "parent"
2562   traces:
2563     hoverinfo: "x+y"
2564     boxpoints: "outliers"
2565     whiskerwidth: 0
2566   layout:
2567     title: ""  # No title
2568     layout: "plot-throughput"
2569
2570 -
2571   type: "plot"
2572   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
2573   algorithm: "plot_performance_box"
2574   output-file-type: ".html"
2575   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
2576   data: "plot-vpp-throughput-latency-3n-hsw"
2577   filter: "'NIC_Intel-X710' and
2578            '64B' and
2579            'FEATURE' and
2580            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2581            'PDRDISC' and not 'NDRDISC' and
2582            '1T1C' and
2583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2584            not 'VHOST' and
2585            not 'MEMIF'"
2586   parameters:
2587   - "throughput"
2588   - "parent"
2589   traces:
2590     hoverinfo: "x+y"
2591     boxpoints: "outliers"
2592     whiskerwidth: 0
2593   layout:
2594     title: ""  # No title
2595     layout: "plot-throughput"
2596
2597 -
2598   type: "plot"
2599   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
2600   algorithm: "plot_performance_box"
2601   output-file-type: ".html"
2602   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
2603   data: "plot-vpp-throughput-latency-3n-hsw"
2604   filter: "'NIC_Intel-X710' and
2605            '64B' and
2606            'FEATURE' and
2607            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2608            'NDRDISC' and
2609            '2T2C' and
2610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2611            not 'VHOST' and
2612            not 'MEMIF'"
2613   parameters:
2614   - "throughput"
2615   - "parent"
2616   traces:
2617     hoverinfo: "x+y"
2618     boxpoints: "outliers"
2619     whiskerwidth: 0
2620   layout:
2621     title: ""  # No title
2622     layout: "plot-throughput"
2623
2624 -
2625   type: "plot"
2626   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
2627   algorithm: "plot_performance_box"
2628   output-file-type: ".html"
2629   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
2630   data: "plot-vpp-throughput-latency-3n-hsw"
2631   filter: "'NIC_Intel-X710' and
2632            '64B' and
2633            'FEATURE' and
2634            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2635            'PDRDISC' and not 'NDRDISC' and
2636            '2T2C' and
2637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2638            not 'VHOST' and
2639            not 'MEMIF'"
2640   parameters:
2641   - "throughput"
2642   - "parent"
2643   traces:
2644     hoverinfo: "x+y"
2645     boxpoints: "outliers"
2646     whiskerwidth: 0
2647   layout:
2648     title: ""  # No title
2649     layout: "plot-throughput"
2650
2651 # Packet Throughput - VPP L2 3n-hsw-xl710
2652 -
2653   type: "plot"
2654   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
2655   algorithm: "plot_performance_box"
2656   output-file-type: ".html"
2657   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
2658   data: "plot-vpp-throughput-latency-3n-hsw"
2659   filter: "'NIC_Intel-XL710' and
2660            '64B' and
2661            ('BASE' or 'SCALE') and
2662            'NDRDISC' and
2663            '1T1C' and
2664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2665            not 'VHOST' and
2666            not 'MEMIF'"
2667   parameters:
2668   - "throughput"
2669   - "parent"
2670   traces:
2671     hoverinfo: "x+y"
2672     boxpoints: "outliers"
2673     whiskerwidth: 0
2674   layout:
2675     title: ""  # No title
2676     layout: "plot-throughput"
2677
2678 -
2679   type: "plot"
2680   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
2681   algorithm: "plot_performance_box"
2682   output-file-type: ".html"
2683   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
2684   data: "plot-vpp-throughput-latency-3n-hsw"
2685   filter: "'NIC_Intel-XL710' and
2686            '64B' and
2687            ('BASE' or 'SCALE') and
2688            'PDRDISC' and not 'NDRDISC' and
2689            '1T1C' and
2690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2691            not 'VHOST' and
2692            not 'MEMIF'"
2693   parameters:
2694   - "throughput"
2695   - "parent"
2696   traces:
2697     hoverinfo: "x+y"
2698     boxpoints: "outliers"
2699     whiskerwidth: 0
2700   layout:
2701     title: ""  # No title
2702     layout: "plot-throughput"
2703
2704 -
2705   type: "plot"
2706   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
2707   algorithm: "plot_performance_box"
2708   output-file-type: ".html"
2709   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
2710   data: "plot-vpp-throughput-latency-3n-hsw"
2711   filter: "'NIC_Intel-XL710' and
2712            '64B' and
2713            ('BASE' or 'SCALE') and
2714            'NDRDISC' and
2715            '2T2C' and
2716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2717            not 'VHOST' and
2718            not 'MEMIF'"
2719   parameters:
2720   - "throughput"
2721   - "parent"
2722   traces:
2723     hoverinfo: "x+y"
2724     boxpoints: "outliers"
2725     whiskerwidth: 0
2726   layout:
2727     title: ""  # No title
2728     layout: "plot-throughput"
2729
2730 -
2731   type: "plot"
2732   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
2733   algorithm: "plot_performance_box"
2734   output-file-type: ".html"
2735   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
2736   data: "plot-vpp-throughput-latency-3n-hsw"
2737   filter: "'NIC_Intel-XL710' and
2738            '64B' and
2739            ('BASE' or 'SCALE') and
2740            'PDRDISC' and not 'NDRDISC' and
2741            '2T2C' and
2742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2743            not 'VHOST' and
2744            not 'MEMIF'"
2745   parameters:
2746   - "throughput"
2747   - "parent"
2748   traces:
2749     hoverinfo: "x+y"
2750     boxpoints: "outliers"
2751     whiskerwidth: 0
2752   layout:
2753     title: ""  # No title
2754     layout: "plot-throughput"
2755
2756 # Packet Throughput - VPP L2 3n-skx-x710
2757 -
2758   type: "plot"
2759   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
2760   algorithm: "plot_performance_box"
2761   output-file-type: ".html"
2762   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
2763   data: "plot-vpp-throughput-latency-3n-skx"
2764   filter: "'NIC_Intel-X710' and
2765            '64B' and
2766            ('BASE' or 'SCALE') and
2767            'NDRDISC' and
2768            '2T1C' and
2769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2770            not 'VHOST' and
2771            not 'MEMIF'"
2772   parameters:
2773   - "throughput"
2774   - "parent"
2775   traces:
2776     hoverinfo: "x+y"
2777     boxpoints: "outliers"
2778     whiskerwidth: 0
2779   layout:
2780     title: ""  # No title
2781     layout: "plot-throughput"
2782
2783 -
2784   type: "plot"
2785   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
2786   algorithm: "plot_performance_box"
2787   output-file-type: ".html"
2788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
2789   data: "plot-vpp-throughput-latency-3n-skx"
2790   filter: "'NIC_Intel-X710' and
2791            '64B' and
2792            ('BASE' or 'SCALE') and
2793            'PDRDISC' and not 'NDRDISC' and
2794            '2T1C' and
2795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2796            not 'VHOST' and
2797            not 'MEMIF'"
2798   parameters:
2799   - "throughput"
2800   - "parent"
2801   traces:
2802     hoverinfo: "x+y"
2803     boxpoints: "outliers"
2804     whiskerwidth: 0
2805   layout:
2806     title: ""  # No title
2807     layout: "plot-throughput"
2808
2809 -
2810   type: "plot"
2811   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
2812   algorithm: "plot_performance_box"
2813   output-file-type: ".html"
2814   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
2815   data: "plot-vpp-throughput-latency-3n-skx"
2816   filter: "'NIC_Intel-X710' and
2817            '64B' and
2818            ('BASE' or 'SCALE') and
2819            'NDRDISC' and
2820            '4T2C' and
2821            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2822            not 'VHOST' and
2823            not 'MEMIF'"
2824   parameters:
2825   - "throughput"
2826   - "parent"
2827   traces:
2828     hoverinfo: "x+y"
2829     boxpoints: "outliers"
2830     whiskerwidth: 0
2831   layout:
2832     title: ""  # No title
2833     layout: "plot-throughput"
2834
2835 -
2836   type: "plot"
2837   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
2838   algorithm: "plot_performance_box"
2839   output-file-type: ".html"
2840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
2841   data: "plot-vpp-throughput-latency-3n-skx"
2842   filter: "'NIC_Intel-X710' and
2843            '64B' and
2844            ('BASE' or 'SCALE') and
2845            'PDRDISC' and not 'NDRDISC' and
2846            '4T2C' and
2847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2848            not 'VHOST' and
2849            not 'MEMIF'"
2850   parameters:
2851   - "throughput"
2852   - "parent"
2853   traces:
2854     hoverinfo: "x+y"
2855     boxpoints: "outliers"
2856     whiskerwidth: 0
2857   layout:
2858     title: ""  # No title
2859     layout: "plot-throughput"
2860
2861 -
2862   type: "plot"
2863   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
2864   algorithm: "plot_performance_box"
2865   output-file-type: ".html"
2866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
2867   data: "plot-vpp-throughput-latency-3n-skx"
2868   filter: "'NIC_Intel-X710' and
2869            '64B' and
2870            'FEATURE' and
2871            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2872            'NDRDISC' and
2873            '2T1C' and
2874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2875            not 'VHOST' and
2876            not 'MEMIF'"
2877   parameters:
2878   - "throughput"
2879   - "parent"
2880   traces:
2881     hoverinfo: "x+y"
2882     boxpoints: "outliers"
2883     whiskerwidth: 0
2884   layout:
2885     title: ""  # No title
2886     layout: "plot-throughput"
2887
2888 -
2889   type: "plot"
2890   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
2891   algorithm: "plot_performance_box"
2892   output-file-type: ".html"
2893   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
2894   data: "plot-vpp-throughput-latency-3n-skx"
2895   filter: "'NIC_Intel-X710' and
2896            '64B' and
2897            'FEATURE' and
2898            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2899            'PDRDISC' and not 'NDRDISC' and
2900            '2T1C' and
2901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2902            not 'VHOST' and
2903            not 'MEMIF'"
2904   parameters:
2905   - "throughput"
2906   - "parent"
2907   traces:
2908     hoverinfo: "x+y"
2909     boxpoints: "outliers"
2910     whiskerwidth: 0
2911   layout:
2912     title: ""  # No title
2913     layout: "plot-throughput"
2914
2915 -
2916   type: "plot"
2917   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
2918   algorithm: "plot_performance_box"
2919   output-file-type: ".html"
2920   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
2921   data: "plot-vpp-throughput-latency-3n-skx"
2922   filter: "'NIC_Intel-X710' and
2923            '64B' and
2924            'FEATURE' and
2925            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2926            'NDRDISC' and
2927            '4T2C' and
2928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2929            not 'VHOST' and
2930            not 'MEMIF'"
2931   parameters:
2932   - "throughput"
2933   - "parent"
2934   traces:
2935     hoverinfo: "x+y"
2936     boxpoints: "outliers"
2937     whiskerwidth: 0
2938   layout:
2939     title: ""  # No title
2940     layout: "plot-throughput"
2941
2942 -
2943   type: "plot"
2944   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
2945   algorithm: "plot_performance_box"
2946   output-file-type: ".html"
2947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
2948   data: "plot-vpp-throughput-latency-3n-skx"
2949   filter: "'NIC_Intel-X710' and
2950            '64B' and
2951            'FEATURE' and
2952            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2953            'PDRDISC' and not 'NDRDISC' and
2954            '4T2C' and
2955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2956            not 'VHOST' and
2957            not 'MEMIF'"
2958   parameters:
2959   - "throughput"
2960   - "parent"
2961   traces:
2962     hoverinfo: "x+y"
2963     boxpoints: "outliers"
2964     whiskerwidth: 0
2965   layout:
2966     title: ""  # No title
2967     layout: "plot-throughput"
2968
2969 # Packet Throughput - VPP L2 3n-skx-xxv710
2970 -
2971   type: "plot"
2972   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
2973   algorithm: "plot_performance_box"
2974   output-file-type: ".html"
2975   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
2976   data: "plot-vpp-throughput-latency-3n-skx"
2977   filter: "'NIC_Intel-XXV710' and
2978            '64B' and
2979            ('BASE' or 'SCALE') and
2980            'NDRDISC' and
2981            '2T1C' and
2982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2983            not 'VHOST' and
2984            not 'MEMIF'"
2985   parameters:
2986   - "throughput"
2987   - "parent"
2988   traces:
2989     hoverinfo: "x+y"
2990     boxpoints: "outliers"
2991     whiskerwidth: 0
2992   layout:
2993     title: ""  # No title
2994     layout: "plot-throughput"
2995
2996 -
2997   type: "plot"
2998   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
2999   algorithm: "plot_performance_box"
3000   output-file-type: ".html"
3001   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3002   data: "plot-vpp-throughput-latency-3n-skx"
3003   filter: "'NIC_Intel-XXV710' and
3004            '64B' and
3005            ('BASE' or 'SCALE') and
3006            'PDRDISC' and not 'NDRDISC' and
3007            '2T1C' and
3008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3009            not 'VHOST' and
3010            not 'MEMIF'"
3011   parameters:
3012   - "throughput"
3013   - "parent"
3014   traces:
3015     hoverinfo: "x+y"
3016     boxpoints: "outliers"
3017     whiskerwidth: 0
3018   layout:
3019     title: ""  # No title
3020     layout: "plot-throughput"
3021
3022 -
3023   type: "plot"
3024   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3025   algorithm: "plot_performance_box"
3026   output-file-type: ".html"
3027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3028   data: "plot-vpp-throughput-latency-3n-skx"
3029   filter: "'NIC_Intel-XXV710' and
3030            '64B' and
3031            ('BASE' or 'SCALE') and
3032            'NDRDISC' and
3033            '4T2C' and
3034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3035            not 'VHOST' and
3036            not 'MEMIF'"
3037   parameters:
3038   - "throughput"
3039   - "parent"
3040   traces:
3041     hoverinfo: "x+y"
3042     boxpoints: "outliers"
3043     whiskerwidth: 0
3044   layout:
3045     title: ""  # No title
3046     layout: "plot-throughput"
3047
3048 -
3049   type: "plot"
3050   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3051   algorithm: "plot_performance_box"
3052   output-file-type: ".html"
3053   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3054   data: "plot-vpp-throughput-latency-3n-skx"
3055   filter: "'NIC_Intel-XXV710' and
3056            '64B' and
3057            ('BASE' or 'SCALE') and
3058            'PDRDISC' and not 'NDRDISC' and
3059            '4T2C' and
3060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3061            not 'VHOST' and
3062            not 'MEMIF'"
3063   parameters:
3064   - "throughput"
3065   - "parent"
3066   traces:
3067     hoverinfo: "x+y"
3068     boxpoints: "outliers"
3069     whiskerwidth: 0
3070   layout:
3071     title: ""  # No title
3072     layout: "plot-throughput"
3073
3074 -
3075   type: "plot"
3076   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3077   algorithm: "plot_performance_box"
3078   output-file-type: ".html"
3079   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3080   data: "plot-vpp-throughput-latency-3n-skx"
3081   filter: "'NIC_Intel-XXV710' and
3082            '64B' and
3083            'FEATURE' and
3084            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3085            'NDRDISC' and
3086            '2T1C' and
3087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3088            not 'VHOST' and
3089            not 'MEMIF'"
3090   parameters:
3091   - "throughput"
3092   - "parent"
3093   traces:
3094     hoverinfo: "x+y"
3095     boxpoints: "outliers"
3096     whiskerwidth: 0
3097   layout:
3098     title: ""  # No title
3099     layout: "plot-throughput"
3100
3101 -
3102   type: "plot"
3103   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3104   algorithm: "plot_performance_box"
3105   output-file-type: ".html"
3106   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3107   data: "plot-vpp-throughput-latency-3n-skx"
3108   filter: "'NIC_Intel-XXV710' and
3109            '64B' and
3110            'FEATURE' and
3111            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3112            'PDRDISC' and not 'NDRDISC' and
3113            '2T1C' and
3114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3115            not 'VHOST' and
3116            not 'MEMIF'"
3117   parameters:
3118   - "throughput"
3119   - "parent"
3120   traces:
3121     hoverinfo: "x+y"
3122     boxpoints: "outliers"
3123     whiskerwidth: 0
3124   layout:
3125     title: ""  # No title
3126     layout: "plot-throughput"
3127
3128 -
3129   type: "plot"
3130   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3131   algorithm: "plot_performance_box"
3132   output-file-type: ".html"
3133   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3134   data: "plot-vpp-throughput-latency-3n-skx"
3135   filter: "'NIC_Intel-XXV710' and
3136            '64B' and
3137            'FEATURE' and
3138            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3139            'NDRDISC' and
3140            '4T2C' and
3141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3142            not 'VHOST' and
3143            not 'MEMIF'"
3144   parameters:
3145   - "throughput"
3146   - "parent"
3147   traces:
3148     hoverinfo: "x+y"
3149     boxpoints: "outliers"
3150     whiskerwidth: 0
3151   layout:
3152     title: ""  # No title
3153     layout: "plot-throughput"
3154
3155 -
3156   type: "plot"
3157   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3158   algorithm: "plot_performance_box"
3159   output-file-type: ".html"
3160   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3161   data: "plot-vpp-throughput-latency-3n-skx"
3162   filter: "'NIC_Intel-XXV710' and
3163            '64B' and
3164            'FEATURE' and
3165            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3166            'PDRDISC' and not 'NDRDISC' and
3167            '4T2C' and
3168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3169            not 'VHOST' and
3170            not 'MEMIF'"
3171   parameters:
3172   - "throughput"
3173   - "parent"
3174   traces:
3175     hoverinfo: "x+y"
3176     boxpoints: "outliers"
3177     whiskerwidth: 0
3178   layout:
3179     title: ""  # No title
3180     layout: "plot-throughput"
3181
3182 # Packet Throughput - VPP L2 2n-skx-x710
3183 -
3184   type: "plot"
3185   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3186   algorithm: "plot_performance_box"
3187   output-file-type: ".html"
3188   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3189   data: "plot-vpp-throughput-latency-2n-skx"
3190   filter: "'NIC_Intel-X710' and
3191            '64B' and
3192            ('BASE' or 'SCALE') and
3193            'NDRDISC' and
3194            '2T1C' and
3195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3196            not 'VHOST' and
3197            not 'MEMIF'"
3198   parameters:
3199   - "throughput"
3200   - "parent"
3201   traces:
3202     hoverinfo: "x+y"
3203     boxpoints: "outliers"
3204     whiskerwidth: 0
3205   layout:
3206     title: ""  # No title
3207     layout: "plot-throughput"
3208
3209 -
3210   type: "plot"
3211   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3212   algorithm: "plot_performance_box"
3213   output-file-type: ".html"
3214   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3215   data: "plot-vpp-throughput-latency-2n-skx"
3216   filter: "'NIC_Intel-X710' and
3217            '64B' and
3218            ('BASE' or 'SCALE') and
3219            'PDRDISC' and not 'NDRDISC' and
3220            '2T1C' and
3221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3222            not 'VHOST' and
3223            not 'MEMIF'"
3224   parameters:
3225   - "throughput"
3226   - "parent"
3227   traces:
3228     hoverinfo: "x+y"
3229     boxpoints: "outliers"
3230     whiskerwidth: 0
3231   layout:
3232     title: ""  # No title
3233     layout: "plot-throughput"
3234
3235 -
3236   type: "plot"
3237   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3238   algorithm: "plot_performance_box"
3239   output-file-type: ".html"
3240   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3241   data: "plot-vpp-throughput-latency-2n-skx"
3242   filter: "'NIC_Intel-X710' and
3243            '64B' and
3244            ('BASE' or 'SCALE') and
3245            'NDRDISC' and
3246            '4T2C' and
3247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3248            not 'VHOST' and
3249            not 'MEMIF'"
3250   parameters:
3251   - "throughput"
3252   - "parent"
3253   traces:
3254     hoverinfo: "x+y"
3255     boxpoints: "outliers"
3256     whiskerwidth: 0
3257   layout:
3258     title: ""  # No title
3259     layout: "plot-throughput"
3260
3261 -
3262   type: "plot"
3263   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3264   algorithm: "plot_performance_box"
3265   output-file-type: ".html"
3266   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3267   data: "plot-vpp-throughput-latency-2n-skx"
3268   filter: "'NIC_Intel-X710' and
3269            '64B' and
3270            ('BASE' or 'SCALE') and
3271            'PDRDISC' and not 'NDRDISC' and
3272            '4T2C' and
3273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3274            not 'VHOST' and
3275            not 'MEMIF'"
3276   parameters:
3277   - "throughput"
3278   - "parent"
3279   traces:
3280     hoverinfo: "x+y"
3281     boxpoints: "outliers"
3282     whiskerwidth: 0
3283   layout:
3284     title: ""  # No title
3285     layout: "plot-throughput"
3286
3287 -
3288   type: "plot"
3289   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-features-ndr"
3290   algorithm: "plot_performance_box"
3291   output-file-type: ".html"
3292   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-ndr"
3293   data: "plot-vpp-throughput-latency-2n-skx"
3294   filter: "'NIC_Intel-X710' and
3295            '64B' and
3296            'FEATURE' and
3297            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3298            'NDRDISC' and
3299            '2T1C' and
3300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3301            not 'VHOST' and
3302            not 'MEMIF'"
3303   parameters:
3304   - "throughput"
3305   - "parent"
3306   traces:
3307     hoverinfo: "x+y"
3308     boxpoints: "outliers"
3309     whiskerwidth: 0
3310   layout:
3311     title: ""  # No title
3312     layout: "plot-throughput"
3313
3314 -
3315   type: "plot"
3316   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-features-pdr"
3317   algorithm: "plot_performance_box"
3318   output-file-type: ".html"
3319   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-pdr"
3320   data: "plot-vpp-throughput-latency-2n-skx"
3321   filter: "'NIC_Intel-X710' and
3322            '64B' and
3323            'FEATURE' and
3324            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3325            'PDRDISC' and not 'NDRDISC' and
3326            '2T1C' and
3327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3328            not 'VHOST' and
3329            not 'MEMIF'"
3330   parameters:
3331   - "throughput"
3332   - "parent"
3333   traces:
3334     hoverinfo: "x+y"
3335     boxpoints: "outliers"
3336     whiskerwidth: 0
3337   layout:
3338     title: ""  # No title
3339     layout: "plot-throughput"
3340
3341 -
3342   type: "plot"
3343   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-features-ndr"
3344   algorithm: "plot_performance_box"
3345   output-file-type: ".html"
3346   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-ndr"
3347   data: "plot-vpp-throughput-latency-2n-skx"
3348   filter: "'NIC_Intel-X710' and
3349            '64B' and
3350            'FEATURE' and
3351            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3352            'NDRDISC' and
3353            '4T2C' and
3354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3355            not 'VHOST' and
3356            not 'MEMIF'"
3357   parameters:
3358   - "throughput"
3359   - "parent"
3360   traces:
3361     hoverinfo: "x+y"
3362     boxpoints: "outliers"
3363     whiskerwidth: 0
3364   layout:
3365     title: ""  # No title
3366     layout: "plot-throughput"
3367
3368 -
3369   type: "plot"
3370   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-features-pdr"
3371   algorithm: "plot_performance_box"
3372   output-file-type: ".html"
3373   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-pdr"
3374   data: "plot-vpp-throughput-latency-2n-skx"
3375   filter: "'NIC_Intel-X710' and
3376            '64B' and
3377            'FEATURE' and
3378            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3379            'PDRDISC' and not 'NDRDISC' and
3380            '4T2C' and
3381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3382            not 'VHOST' and
3383            not 'MEMIF'"
3384   parameters:
3385   - "throughput"
3386   - "parent"
3387   traces:
3388     hoverinfo: "x+y"
3389     boxpoints: "outliers"
3390     whiskerwidth: 0
3391   layout:
3392     title: ""  # No title
3393     layout: "plot-throughput"
3394
3395 # Packet Throughput - VPP L2 2n-skx-xxv710
3396 -
3397   type: "plot"
3398   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3399   algorithm: "plot_performance_box"
3400   output-file-type: ".html"
3401   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3402   data: "plot-vpp-throughput-latency-2n-skx"
3403   filter: "'NIC_Intel-XXV710' and
3404            '64B' and
3405            ('BASE' or 'SCALE') and
3406            'NDRDISC' and
3407            '2T1C' and
3408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3409            not 'VHOST' and
3410            not 'MEMIF'"
3411   parameters:
3412   - "throughput"
3413   - "parent"
3414   traces:
3415     hoverinfo: "x+y"
3416     boxpoints: "outliers"
3417     whiskerwidth: 0
3418   layout:
3419     title: ""  # No title
3420     layout: "plot-throughput"
3421
3422 -
3423   type: "plot"
3424   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3425   algorithm: "plot_performance_box"
3426   output-file-type: ".html"
3427   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3428   data: "plot-vpp-throughput-latency-2n-skx"
3429   filter: "'NIC_Intel-XXV710' and
3430            '64B' and
3431            ('BASE' or 'SCALE') and
3432            'PDRDISC' and not 'NDRDISC' and
3433            '2T1C' and
3434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3435            not 'VHOST' and
3436            not 'MEMIF'"
3437   parameters:
3438   - "throughput"
3439   - "parent"
3440   traces:
3441     hoverinfo: "x+y"
3442     boxpoints: "outliers"
3443     whiskerwidth: 0
3444   layout:
3445     title: ""  # No title
3446     layout: "plot-throughput"
3447
3448 -
3449   type: "plot"
3450   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3451   algorithm: "plot_performance_box"
3452   output-file-type: ".html"
3453   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3454   data: "plot-vpp-throughput-latency-2n-skx"
3455   filter: "'NIC_Intel-XXV710' and
3456            '64B' and
3457            ('BASE' or 'SCALE') and
3458            'NDRDISC' and
3459            '4T2C' and
3460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3461            not 'VHOST' and
3462            not 'MEMIF'"
3463   parameters:
3464   - "throughput"
3465   - "parent"
3466   traces:
3467     hoverinfo: "x+y"
3468     boxpoints: "outliers"
3469     whiskerwidth: 0
3470   layout:
3471     title: ""  # No title
3472     layout: "plot-throughput"
3473
3474 -
3475   type: "plot"
3476   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3477   algorithm: "plot_performance_box"
3478   output-file-type: ".html"
3479   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3480   data: "plot-vpp-throughput-latency-2n-skx"
3481   filter: "'NIC_Intel-XXV710' and
3482            '64B' and
3483            ('BASE' or 'SCALE') and
3484            'PDRDISC' and not 'NDRDISC' and
3485            '4T2C' and
3486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3487            not 'VHOST' and
3488            not 'MEMIF'"
3489   parameters:
3490   - "throughput"
3491   - "parent"
3492   traces:
3493     hoverinfo: "x+y"
3494     boxpoints: "outliers"
3495     whiskerwidth: 0
3496   layout:
3497     title: ""  # No title
3498     layout: "plot-throughput"
3499
3500 -
3501   type: "plot"
3502   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-features-ndr"
3503   algorithm: "plot_performance_box"
3504   output-file-type: ".html"
3505   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-ndr"
3506   data: "plot-vpp-throughput-latency-2n-skx"
3507   filter: "'NIC_Intel-XXV710' and
3508            '64B' and
3509            'FEATURE' and
3510            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3511            'NDRDISC' and
3512            '2T1C' and
3513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3514            not 'VHOST' and
3515            not 'MEMIF'"
3516   parameters:
3517   - "throughput"
3518   - "parent"
3519   traces:
3520     hoverinfo: "x+y"
3521     boxpoints: "outliers"
3522     whiskerwidth: 0
3523   layout:
3524     title: ""  # No title
3525     layout: "plot-throughput"
3526
3527 -
3528   type: "plot"
3529   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-features-pdr"
3530   algorithm: "plot_performance_box"
3531   output-file-type: ".html"
3532   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-pdr"
3533   data: "plot-vpp-throughput-latency-2n-skx"
3534   filter: "'NIC_Intel-XXV710' and
3535            '64B' and
3536            'FEATURE' and
3537            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3538            'PDRDISC' and not 'NDRDISC' and
3539            '2T1C' and
3540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3541            not 'VHOST' and
3542            not 'MEMIF'"
3543   parameters:
3544   - "throughput"
3545   - "parent"
3546   traces:
3547     hoverinfo: "x+y"
3548     boxpoints: "outliers"
3549     whiskerwidth: 0
3550   layout:
3551     title: ""  # No title
3552     layout: "plot-throughput"
3553
3554 -
3555   type: "plot"
3556   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-features-ndr"
3557   algorithm: "plot_performance_box"
3558   output-file-type: ".html"
3559   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-ndr"
3560   data: "plot-vpp-throughput-latency-2n-skx"
3561   filter: "'NIC_Intel-XXV710' and
3562            '64B' and
3563            'FEATURE' and
3564            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3565            'NDRDISC' and
3566            '4T2C' and
3567            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3568            not 'VHOST' and
3569            not 'MEMIF'"
3570   parameters:
3571   - "throughput"
3572   - "parent"
3573   traces:
3574     hoverinfo: "x+y"
3575     boxpoints: "outliers"
3576     whiskerwidth: 0
3577   layout:
3578     title: ""  # No title
3579     layout: "plot-throughput"
3580
3581 -
3582   type: "plot"
3583   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-features-pdr"
3584   algorithm: "plot_performance_box"
3585   output-file-type: ".html"
3586   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-pdr"
3587   data: "plot-vpp-throughput-latency-2n-skx"
3588   filter: "'NIC_Intel-XXV710' and
3589            '64B' and
3590            'FEATURE' and
3591            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3592            'PDRDISC' and not 'NDRDISC' and
3593            '4T2C' and
3594            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3595            not 'VHOST' and
3596            not 'MEMIF'"
3597   parameters:
3598   - "throughput"
3599   - "parent"
3600   traces:
3601     hoverinfo: "x+y"
3602     boxpoints: "outliers"
3603     whiskerwidth: 0
3604   layout:
3605     title: ""  # No title
3606     layout: "plot-throughput"
3607
3608 ################################################################################
3609
3610 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3611 -
3612   type: "plot"
3613   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3614   algorithm: "plot_performance_box"
3615   output-file-type: ".html"
3616   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3617   data: "plot-vpp-throughput-latency-3n-hsw"
3618   filter: "'NIC_Intel-X520-DA2' and
3619            '64B' and
3620            ('BASE' or 'SCALE') and
3621            'NDRDISC' and
3622            '1T1C' and
3623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3624            not 'VHOST' and
3625            'MEMIF'"
3626   parameters:
3627   - "throughput"
3628   - "parent"
3629   traces:
3630     hoverinfo: "x+y"
3631     boxpoints: "outliers"
3632     whiskerwidth: 0
3633   layout:
3634     title: ""  # No title
3635     layout: "plot-throughput"
3636
3637 -
3638   type: "plot"
3639   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3640   algorithm: "plot_performance_box"
3641   output-file-type: ".html"
3642   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3643   data: "plot-vpp-throughput-latency-3n-hsw"
3644   filter: "'NIC_Intel-X520-DA2' and
3645            '64B' and
3646            ('BASE' or 'SCALE') and
3647            'PDRDISC' and not 'NDRDISC' and
3648            '1T1C' and
3649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3650            not 'VHOST' and
3651            'MEMIF'"
3652   parameters:
3653   - "throughput"
3654   - "parent"
3655   traces:
3656     hoverinfo: "x+y"
3657     boxpoints: "outliers"
3658     whiskerwidth: 0
3659   layout:
3660     title: ""  # No title
3661     layout: "plot-throughput"
3662
3663 -
3664   type: "plot"
3665   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3666   algorithm: "plot_performance_box"
3667   output-file-type: ".html"
3668   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3669   data: "plot-vpp-throughput-latency-3n-hsw"
3670   filter: "'NIC_Intel-X520-DA2' and
3671            '64B' and
3672            ('BASE' or 'SCALE') and
3673            'NDRDISC' and
3674            '2T2C' and
3675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3676            not 'VHOST' and
3677            'MEMIF'"
3678   parameters:
3679   - "throughput"
3680   - "parent"
3681   traces:
3682     hoverinfo: "x+y"
3683     boxpoints: "outliers"
3684     whiskerwidth: 0
3685   layout:
3686     title: ""  # No title
3687     layout: "plot-throughput"
3688
3689 -
3690   type: "plot"
3691   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3692   algorithm: "plot_performance_box"
3693   output-file-type: ".html"
3694   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3695   data: "plot-vpp-throughput-latency-3n-hsw"
3696   filter: "'NIC_Intel-X520-DA2' and
3697            '64B' and
3698            ('BASE' or 'SCALE') and
3699            'PDRDISC' and not 'NDRDISC' and
3700            '2T2C' and
3701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3702            not 'VHOST' and
3703            'MEMIF'"
3704   parameters:
3705   - "throughput"
3706   - "parent"
3707   traces:
3708     hoverinfo: "x+y"
3709     boxpoints: "outliers"
3710     whiskerwidth: 0
3711   layout:
3712     title: ""  # No title
3713     layout: "plot-throughput"
3714
3715 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3716 -
3717   type: "plot"
3718   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3719   algorithm: "plot_performance_box"
3720   output-file-type: ".html"
3721   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3722   data: "plot-vpp-throughput-latency-3n-hsw"
3723   filter: "'NIC_Intel-X710' and
3724            '64B' and
3725            ('BASE' or 'SCALE') and
3726            'NDRDISC' and
3727            '1T1C' and
3728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3729            not 'VHOST' and
3730            'MEMIF'"
3731   parameters:
3732   - "throughput"
3733   - "parent"
3734   traces:
3735     hoverinfo: "x+y"
3736     boxpoints: "outliers"
3737     whiskerwidth: 0
3738   layout:
3739     title: ""  # No title
3740     layout: "plot-throughput"
3741
3742 -
3743   type: "plot"
3744   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3745   algorithm: "plot_performance_box"
3746   output-file-type: ".html"
3747   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3748   data: "plot-vpp-throughput-latency-3n-hsw"
3749   filter: "'NIC_Intel-X710' and
3750            '64B' and
3751            ('BASE' or 'SCALE') and
3752            'PDRDISC' and not 'NDRDISC' and
3753            '1T1C' and
3754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3755            not 'VHOST' and
3756            'MEMIF'"
3757   parameters:
3758   - "throughput"
3759   - "parent"
3760   traces:
3761     hoverinfo: "x+y"
3762     boxpoints: "outliers"
3763     whiskerwidth: 0
3764   layout:
3765     title: ""  # No title
3766     layout: "plot-throughput"
3767
3768 -
3769   type: "plot"
3770   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3771   algorithm: "plot_performance_box"
3772   output-file-type: ".html"
3773   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3774   data: "plot-vpp-throughput-latency-3n-hsw"
3775   filter: "'NIC_Intel-X710' and
3776            '64B' and
3777            ('BASE' or 'SCALE') and
3778            'NDRDISC' and
3779            '2T2C' and
3780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3781            not 'VHOST' and
3782            'MEMIF'"
3783   parameters:
3784   - "throughput"
3785   - "parent"
3786   traces:
3787     hoverinfo: "x+y"
3788     boxpoints: "outliers"
3789     whiskerwidth: 0
3790   layout:
3791     title: ""  # No title
3792     layout: "plot-throughput"
3793
3794 -
3795   type: "plot"
3796   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3797   algorithm: "plot_performance_box"
3798   output-file-type: ".html"
3799   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3800   data: "plot-vpp-throughput-latency-3n-hsw"
3801   filter: "'NIC_Intel-X710' and
3802            '64B' and
3803            ('BASE' or 'SCALE') and
3804            'PDRDISC' and not 'NDRDISC' and
3805            '2T2C' and
3806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3807            not 'VHOST' and
3808            'MEMIF'"
3809   parameters:
3810   - "throughput"
3811   - "parent"
3812   traces:
3813     hoverinfo: "x+y"
3814     boxpoints: "outliers"
3815     whiskerwidth: 0
3816   layout:
3817     title: ""  # No title
3818     layout: "plot-throughput"
3819
3820 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
3821 -
3822   type: "plot"
3823   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3824   algorithm: "plot_performance_box"
3825   output-file-type: ".html"
3826   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3827   data: "plot-vpp-throughput-latency-3n-hsw"
3828   filter: "'NIC_Intel-XL710' and
3829            '64B' and
3830            ('BASE' or 'SCALE') and
3831            'NDRDISC' and
3832            '1T1C' and
3833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3834            not 'VHOST' and
3835            'MEMIF'"
3836   parameters:
3837   - "throughput"
3838   - "parent"
3839   traces:
3840     hoverinfo: "x+y"
3841     boxpoints: "outliers"
3842     whiskerwidth: 0
3843   layout:
3844     title: ""  # No title
3845     layout: "plot-throughput"
3846
3847 -
3848   type: "plot"
3849   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3850   algorithm: "plot_performance_box"
3851   output-file-type: ".html"
3852   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3853   data: "plot-vpp-throughput-latency-3n-hsw"
3854   filter: "'NIC_Intel-XL710' and
3855            '64B' and
3856            ('BASE' or 'SCALE') and
3857            'PDRDISC' and not 'NDRDISC' and
3858            '1T1C' and
3859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3860            not 'VHOST' and
3861            'MEMIF'"
3862   parameters:
3863   - "throughput"
3864   - "parent"
3865   traces:
3866     hoverinfo: "x+y"
3867     boxpoints: "outliers"
3868     whiskerwidth: 0
3869   layout:
3870     title: ""  # No title
3871     layout: "plot-throughput"
3872
3873 -
3874   type: "plot"
3875   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3876   algorithm: "plot_performance_box"
3877   output-file-type: ".html"
3878   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3879   data: "plot-vpp-throughput-latency-3n-hsw"
3880   filter: "'NIC_Intel-XL710' and
3881            '64B' and
3882            ('BASE' or 'SCALE') and
3883            'NDRDISC' and
3884            '2T2C' and
3885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3886            not 'VHOST' and
3887            'MEMIF'"
3888   parameters:
3889   - "throughput"
3890   - "parent"
3891   traces:
3892     hoverinfo: "x+y"
3893     boxpoints: "outliers"
3894     whiskerwidth: 0
3895   layout:
3896     title: ""  # No title
3897     layout: "plot-throughput"
3898
3899 -
3900   type: "plot"
3901   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3902   algorithm: "plot_performance_box"
3903   output-file-type: ".html"
3904   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3905   data: "plot-vpp-throughput-latency-3n-hsw"
3906   filter: "'NIC_Intel-XL710' and
3907            '64B' and
3908            ('BASE' or 'SCALE') and
3909            'PDRDISC' and not 'NDRDISC' and
3910            '2T2C' and
3911            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3912            not 'VHOST' and
3913            'MEMIF'"
3914   parameters:
3915   - "throughput"
3916   - "parent"
3917   traces:
3918     hoverinfo: "x+y"
3919     boxpoints: "outliers"
3920     whiskerwidth: 0
3921   layout:
3922     title: ""  # No title
3923     layout: "plot-throughput"
3924
3925 # Packet Throughput - VPP Container Memif 3n-skx-x710
3926 -
3927   type: "plot"
3928   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3929   algorithm: "plot_performance_box"
3930   output-file-type: ".html"
3931   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3932   data: "plot-vpp-throughput-latency-3n-skx"
3933   filter: "'NIC_Intel-X710' and
3934            '64B' and
3935            ('BASE' or 'SCALE') and
3936            'NDRDISC' and
3937            '2T1C' and
3938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3939            not 'VHOST' and
3940            'MEMIF'"
3941   parameters:
3942   - "throughput"
3943   - "parent"
3944   traces:
3945     hoverinfo: "x+y"
3946     boxpoints: "outliers"
3947     whiskerwidth: 0
3948   layout:
3949     title: ""  # No title
3950     layout: "plot-throughput"
3951
3952 -
3953   type: "plot"
3954   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3955   algorithm: "plot_performance_box"
3956   output-file-type: ".html"
3957   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3958   data: "plot-vpp-throughput-latency-3n-skx"
3959   filter: "'NIC_Intel-X710' and
3960            '64B' and
3961            ('BASE' or 'SCALE') and
3962            'PDRDISC' and not 'NDRDISC' and
3963            '2T1C' and
3964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3965            not 'VHOST' and
3966             'MEMIF'"
3967   parameters:
3968   - "throughput"
3969   - "parent"
3970   traces:
3971     hoverinfo: "x+y"
3972     boxpoints: "outliers"
3973     whiskerwidth: 0
3974   layout:
3975     title: ""  # No title
3976     layout: "plot-throughput"
3977
3978 -
3979   type: "plot"
3980   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3981   algorithm: "plot_performance_box"
3982   output-file-type: ".html"
3983   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3984   data: "plot-vpp-throughput-latency-3n-skx"
3985   filter: "'NIC_Intel-X710' and
3986            '64B' and
3987            ('BASE' or 'SCALE') and
3988            'NDRDISC' and
3989            '4T2C' and
3990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3991            not 'VHOST' and
3992            'MEMIF'"
3993   parameters:
3994   - "throughput"
3995   - "parent"
3996   traces:
3997     hoverinfo: "x+y"
3998     boxpoints: "outliers"
3999     whiskerwidth: 0
4000   layout:
4001     title: ""  # No title
4002     layout: "plot-throughput"
4003
4004 -
4005   type: "plot"
4006   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4007   algorithm: "plot_performance_box"
4008   output-file-type: ".html"
4009   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4010   data: "plot-vpp-throughput-latency-3n-skx"
4011   filter: "'NIC_Intel-X710' and
4012            '64B' and
4013            ('BASE' or 'SCALE') and
4014            'PDRDISC' and not 'NDRDISC' and
4015            '4T2C' and
4016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4017            not 'VHOST' and
4018            'MEMIF'"
4019   parameters:
4020   - "throughput"
4021   - "parent"
4022   traces:
4023     hoverinfo: "x+y"
4024     boxpoints: "outliers"
4025     whiskerwidth: 0
4026   layout:
4027     title: ""  # No title
4028     layout: "plot-throughput"
4029
4030 # Packet Throughput - VPP Container Memif 3n-skx-xxv710
4031 -
4032   type: "plot"
4033   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4034   algorithm: "plot_performance_box"
4035   output-file-type: ".html"
4036   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4037   data: "plot-vpp-throughput-latency-3n-skx"
4038   filter: "'NIC_Intel-XXV710' and
4039            '64B' and
4040            ('BASE' or 'SCALE') and
4041            'NDRDISC' and
4042            '2T1C' and
4043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4044            not 'VHOST' and
4045            'MEMIF'"
4046   parameters:
4047   - "throughput"
4048   - "parent"
4049   traces:
4050     hoverinfo: "x+y"
4051     boxpoints: "outliers"
4052     whiskerwidth: 0
4053   layout:
4054     title: ""  # No title
4055     layout: "plot-throughput"
4056
4057 -
4058   type: "plot"
4059   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4060   algorithm: "plot_performance_box"
4061   output-file-type: ".html"
4062   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4063   data: "plot-vpp-throughput-latency-3n-skx"
4064   filter: "'NIC_Intel-XXV710' and
4065            '64B' and
4066            ('BASE' or 'SCALE') and
4067            'PDRDISC' and not 'NDRDISC' and
4068            '2T1C' and
4069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4070            not 'VHOST' and
4071            'MEMIF'"
4072   parameters:
4073   - "throughput"
4074   - "parent"
4075   traces:
4076     hoverinfo: "x+y"
4077     boxpoints: "outliers"
4078     whiskerwidth: 0
4079   layout:
4080     title: ""  # No title
4081     layout: "plot-throughput"
4082
4083 -
4084   type: "plot"
4085   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4086   algorithm: "plot_performance_box"
4087   output-file-type: ".html"
4088   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4089   data: "plot-vpp-throughput-latency-3n-skx"
4090   filter: "'NIC_Intel-XXV710' and
4091            '64B' and
4092            ('BASE' or 'SCALE') and
4093            'NDRDISC' and
4094            '4T2C' and
4095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4096            not 'VHOST' and
4097            'MEMIF'"
4098   parameters:
4099   - "throughput"
4100   - "parent"
4101   traces:
4102     hoverinfo: "x+y"
4103     boxpoints: "outliers"
4104     whiskerwidth: 0
4105   layout:
4106     title: ""  # No title
4107     layout: "plot-throughput"
4108
4109 -
4110   type: "plot"
4111   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4112   algorithm: "plot_performance_box"
4113   output-file-type: ".html"
4114   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4115   data: "plot-vpp-throughput-latency-3n-skx"
4116   filter: "'NIC_Intel-XXV710' and
4117            '64B' and
4118            ('BASE' or 'SCALE') and
4119            'PDRDISC' and not 'NDRDISC' and
4120            '4T2C' and
4121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4122            not 'VHOST' and
4123            'MEMIF'"
4124   parameters:
4125   - "throughput"
4126   - "parent"
4127   traces:
4128     hoverinfo: "x+y"
4129     boxpoints: "outliers"
4130     whiskerwidth: 0
4131   layout:
4132     title: ""  # No title
4133     layout: "plot-throughput"
4134
4135 # Packet Throughput - VPP Container Memif 2n-skx-x710
4136 -
4137   type: "plot"
4138   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4139   algorithm: "plot_performance_box"
4140   output-file-type: ".html"
4141   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4142   data: "plot-vpp-throughput-latency-2n-skx"
4143   filter: "'NIC_Intel-X710' and
4144            '64B' and
4145            ('BASE' or 'SCALE') and
4146            'NDRDISC' and
4147            '2T1C' and
4148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4149            not 'VHOST' and
4150            'MEMIF'"
4151   parameters:
4152   - "throughput"
4153   - "parent"
4154   traces:
4155     hoverinfo: "x+y"
4156     boxpoints: "outliers"
4157     whiskerwidth: 0
4158   layout:
4159     title: ""  # No title
4160     layout: "plot-throughput"
4161
4162 -
4163   type: "plot"
4164   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4165   algorithm: "plot_performance_box"
4166   output-file-type: ".html"
4167   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4168   data: "plot-vpp-throughput-latency-2n-skx"
4169   filter: "'NIC_Intel-X710' and
4170            '64B' and
4171            ('BASE' or 'SCALE') and
4172            'PDRDISC' and not 'NDRDISC' and
4173            '2T1C' and
4174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4175            not 'VHOST' and
4176            'MEMIF'"
4177   parameters:
4178   - "throughput"
4179   - "parent"
4180   traces:
4181     hoverinfo: "x+y"
4182     boxpoints: "outliers"
4183     whiskerwidth: 0
4184   layout:
4185     title: ""  # No title
4186     layout: "plot-throughput"
4187
4188 -
4189   type: "plot"
4190   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4191   algorithm: "plot_performance_box"
4192   output-file-type: ".html"
4193   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4194   data: "plot-vpp-throughput-latency-2n-skx"
4195   filter: "'NIC_Intel-X710' and
4196            '64B' and
4197            ('BASE' or 'SCALE') and
4198            'NDRDISC' and
4199            '4T2C' and
4200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4201            not 'VHOST' and
4202            'MEMIF'"
4203   parameters:
4204   - "throughput"
4205   - "parent"
4206   traces:
4207     hoverinfo: "x+y"
4208     boxpoints: "outliers"
4209     whiskerwidth: 0
4210   layout:
4211     title: ""  # No title
4212     layout: "plot-throughput"
4213
4214 -
4215   type: "plot"
4216   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4217   algorithm: "plot_performance_box"
4218   output-file-type: ".html"
4219   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4220   data: "plot-vpp-throughput-latency-2n-skx"
4221   filter: "'NIC_Intel-X710' and
4222            '64B' and
4223            ('BASE' or 'SCALE') and
4224            'PDRDISC' and not 'NDRDISC' and
4225            '4T2C' and
4226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4227            not 'VHOST' and
4228            'MEMIF'"
4229   parameters:
4230   - "throughput"
4231   - "parent"
4232   traces:
4233     hoverinfo: "x+y"
4234     boxpoints: "outliers"
4235     whiskerwidth: 0
4236   layout:
4237     title: ""  # No title
4238     layout: "plot-throughput"
4239
4240 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
4241 -
4242   type: "plot"
4243   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4244   algorithm: "plot_performance_box"
4245   output-file-type: ".html"
4246   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4247   data: "plot-vpp-throughput-latency-2n-skx"
4248   filter: "'NIC_Intel-XXV710' and
4249            '64B' and
4250            ('BASE' or 'SCALE') and
4251            'NDRDISC' and
4252            '2T1C' and
4253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4254            not 'VHOST' and
4255            'MEMIF'"
4256   parameters:
4257   - "throughput"
4258   - "parent"
4259   traces:
4260     hoverinfo: "x+y"
4261     boxpoints: "outliers"
4262     whiskerwidth: 0
4263   layout:
4264     title: ""  # No title
4265     layout: "plot-throughput"
4266
4267 -
4268   type: "plot"
4269   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4270   algorithm: "plot_performance_box"
4271   output-file-type: ".html"
4272   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4273   data: "plot-vpp-throughput-latency-2n-skx"
4274   filter: "'NIC_Intel-XXV710' and
4275            '64B' and
4276            ('BASE' or 'SCALE') and
4277            'PDRDISC' and not 'NDRDISC' and
4278            '2T1C' and
4279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4280            not 'VHOST' and
4281            'MEMIF'"
4282   parameters:
4283   - "throughput"
4284   - "parent"
4285   traces:
4286     hoverinfo: "x+y"
4287     boxpoints: "outliers"
4288     whiskerwidth: 0
4289   layout:
4290     title: ""  # No title
4291     layout: "plot-throughput"
4292
4293 -
4294   type: "plot"
4295   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4296   algorithm: "plot_performance_box"
4297   output-file-type: ".html"
4298   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4299   data: "plot-vpp-throughput-latency-2n-skx"
4300   filter: "'NIC_Intel-XXV710' and
4301            '64B' and
4302            ('BASE' or 'SCALE') and
4303            'NDRDISC' and
4304            '4T2C' and
4305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4306            not 'VHOST' and
4307            'MEMIF'"
4308   parameters:
4309   - "throughput"
4310   - "parent"
4311   traces:
4312     hoverinfo: "x+y"
4313     boxpoints: "outliers"
4314     whiskerwidth: 0
4315   layout:
4316     title: ""  # No title
4317     layout: "plot-throughput"
4318
4319 -
4320   type: "plot"
4321   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4322   algorithm: "plot_performance_box"
4323   output-file-type: ".html"
4324   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4325   data: "plot-vpp-throughput-latency-2n-skx"
4326   filter: "'NIC_Intel-XXV710' and
4327            '64B' and
4328            ('BASE' or 'SCALE') and
4329            'PDRDISC' and not 'NDRDISC' and
4330            '4T2C' and
4331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4332            not 'VHOST' and
4333            'MEMIF'"
4334   parameters:
4335   - "throughput"
4336   - "parent"
4337   traces:
4338     hoverinfo: "x+y"
4339     boxpoints: "outliers"
4340     whiskerwidth: 0
4341   layout:
4342     title: ""  # No title
4343     layout: "plot-throughput"
4344
4345 ################################################################################
4346
4347 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4348 -
4349   type: "plot"
4350   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4351   algorithm: "plot_performance_box"
4352   output-file-type: ".html"
4353   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4354   data: "plot-ligato-throughput-latency-3n-hsw"
4355   filter: "'NIC_Intel-X520-DA2' and
4356            '64B' and
4357            ('BASE' or 'SCALE') and
4358            'NDRDISC' and
4359            '1T1C' and
4360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4361            not 'VHOST' and
4362            'MEMIF'"
4363   parameters:
4364   - "throughput"
4365   - "parent"
4366   traces:
4367     hoverinfo: "x+y"
4368     boxpoints: "outliers"
4369     whiskerwidth: 0
4370   layout:
4371     title: ""  # No title
4372     layout: "plot-throughput"
4373
4374 -
4375   type: "plot"
4376   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4377   algorithm: "plot_performance_box"
4378   output-file-type: ".html"
4379   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4380   data: "plot-ligato-throughput-latency-3n-hsw"
4381   filter: "'NIC_Intel-X520-DA2' and
4382            '64B' and
4383            ('BASE' or 'SCALE') and
4384            'PDRDISC' and not 'NDRDISC' and
4385            '1T1C' and
4386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4387            not 'VHOST' and
4388            'MEMIF'"
4389   parameters:
4390   - "throughput"
4391   - "parent"
4392   traces:
4393     hoverinfo: "x+y"
4394     boxpoints: "outliers"
4395     whiskerwidth: 0
4396   layout:
4397     title: ""  # No title
4398     layout: "plot-throughput"
4399
4400 -
4401   type: "plot"
4402   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4403   algorithm: "plot_performance_box"
4404   output-file-type: ".html"
4405   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4406   data: "plot-ligato-throughput-latency-3n-hsw"
4407   filter: "'NIC_Intel-X520-DA2' and
4408            '64B' and
4409            ('BASE' or 'SCALE') and
4410            'NDRDISC' and
4411            '2T2C' and
4412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4413            not 'VHOST' and
4414            'MEMIF'"
4415   parameters:
4416   - "throughput"
4417   - "parent"
4418   traces:
4419     hoverinfo: "x+y"
4420     boxpoints: "outliers"
4421     whiskerwidth: 0
4422   layout:
4423     title: ""  # No title
4424     layout: "plot-throughput"
4425
4426 -
4427   type: "plot"
4428   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4429   algorithm: "plot_performance_box"
4430   output-file-type: ".html"
4431   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4432   data: "plot-ligato-throughput-latency-3n-hsw"
4433   filter: "'NIC_Intel-X520-DA2' and
4434            '64B' and
4435            ('BASE' or 'SCALE') and
4436            'PDRDISC' and not 'NDRDISC' and
4437            '2T2C' and
4438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4439            not 'VHOST' and
4440            'MEMIF'"
4441   parameters:
4442   - "throughput"
4443   - "parent"
4444   traces:
4445     hoverinfo: "x+y"
4446     boxpoints: "outliers"
4447     whiskerwidth: 0
4448   layout:
4449     title: ""  # No title
4450     layout: "plot-throughput"
4451
4452 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4453 -
4454   type: "plot"
4455   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4456   algorithm: "plot_performance_box"
4457   output-file-type: ".html"
4458   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4459   data: "plot-ligato-throughput-latency-3n-hsw"
4460   filter: "'NIC_Intel-X710' and
4461            '64B' and
4462            ('BASE' or 'SCALE') and
4463            'NDRDISC' and
4464            '1T1C' and
4465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4466            not 'VHOST' and
4467            'MEMIF'"
4468   parameters:
4469   - "throughput"
4470   - "parent"
4471   traces:
4472     hoverinfo: "x+y"
4473     boxpoints: "outliers"
4474     whiskerwidth: 0
4475   layout:
4476     title: ""  # No title
4477     layout: "plot-throughput"
4478
4479 -
4480   type: "plot"
4481   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4482   algorithm: "plot_performance_box"
4483   output-file-type: ".html"
4484   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4485   data: "plot-ligato-throughput-latency-3n-hsw"
4486   filter: "'NIC_Intel-X710' and
4487            '64B' and
4488            ('BASE' or 'SCALE') and
4489            'PDRDISC' and not 'NDRDISC' and
4490            '1T1C' and
4491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4492            not 'VHOST' and
4493            'MEMIF'"
4494   parameters:
4495   - "throughput"
4496   - "parent"
4497   traces:
4498     hoverinfo: "x+y"
4499     boxpoints: "outliers"
4500     whiskerwidth: 0
4501   layout:
4502     title: ""  # No title
4503     layout: "plot-throughput"
4504
4505 -
4506   type: "plot"
4507   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4508   algorithm: "plot_performance_box"
4509   output-file-type: ".html"
4510   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4511   data: "plot-ligato-throughput-latency-3n-hsw"
4512   filter: "'NIC_Intel-X710' and
4513            '64B' and
4514            ('BASE' or 'SCALE') and
4515            'NDRDISC' and
4516            '2T2C' and
4517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4518            not 'VHOST' and
4519            'MEMIF'"
4520   parameters:
4521   - "throughput"
4522   - "parent"
4523   traces:
4524     hoverinfo: "x+y"
4525     boxpoints: "outliers"
4526     whiskerwidth: 0
4527   layout:
4528     title: ""  # No title
4529     layout: "plot-throughput"
4530
4531 -
4532   type: "plot"
4533   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4534   algorithm: "plot_performance_box"
4535   output-file-type: ".html"
4536   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4537   data: "plot-ligato-throughput-latency-3n-hsw"
4538   filter: "'NIC_Intel-X710' and
4539            '64B' and
4540            ('BASE' or 'SCALE') and
4541            'PDRDISC' and not 'NDRDISC' and
4542            '2T2C' and
4543            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4544            not 'VHOST' and
4545            'MEMIF'"
4546   parameters:
4547   - "throughput"
4548   - "parent"
4549   traces:
4550     hoverinfo: "x+y"
4551     boxpoints: "outliers"
4552     whiskerwidth: 0
4553   layout:
4554     title: ""  # No title
4555     layout: "plot-throughput"
4556
4557 # Packet Throughput - VPP Container Orchestrated Memif 3n-skx-x710
4558 -
4559   type: "plot"
4560   title: "VPP Throughput: k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4561   algorithm: "plot_performance_box"
4562   output-file-type: ".html"
4563   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4564   data: "plot-ligato-throughput-latency-3n-skx"
4565   filter: "'NIC_Intel-X710' and
4566            '64B' and
4567            ('BASE' or 'SCALE') and
4568            'NDRDISC' and
4569            '2T1C' and
4570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4571            not 'VHOST' and
4572            'MEMIF'"
4573   parameters:
4574   - "throughput"
4575   - "parent"
4576   traces:
4577     hoverinfo: "x+y"
4578     boxpoints: "outliers"
4579     whiskerwidth: 0
4580   layout:
4581     title: ""  # No title
4582     layout: "plot-throughput"
4583
4584 -
4585   type: "plot"
4586   title: "VPP Throughput: k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4587   algorithm: "plot_performance_box"
4588   output-file-type: ".html"
4589   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4590   data: "plot-ligato-throughput-latency-3n-skx"
4591   filter: "'NIC_Intel-X710' and
4592            '64B' and
4593            ('BASE' or 'SCALE') and
4594            'PDRDISC' and not 'NDRDISC' and
4595            '2T1C' and
4596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4597            not 'VHOST' and
4598             'MEMIF'"
4599   parameters:
4600   - "throughput"
4601   - "parent"
4602   traces:
4603     hoverinfo: "x+y"
4604     boxpoints: "outliers"
4605     whiskerwidth: 0
4606   layout:
4607     title: ""  # No title
4608     layout: "plot-throughput"
4609
4610 -
4611   type: "plot"
4612   title: "VPP Throughput: k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4613   algorithm: "plot_performance_box"
4614   output-file-type: ".html"
4615   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4616   data: "plot-ligato-throughput-latency-3n-skx"
4617   filter: "'NIC_Intel-X710' and
4618            '64B' and
4619            ('BASE' or 'SCALE') and
4620            'NDRDISC' and
4621            '4T2C' and
4622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4623            not 'VHOST' and
4624            'MEMIF'"
4625   parameters:
4626   - "throughput"
4627   - "parent"
4628   traces:
4629     hoverinfo: "x+y"
4630     boxpoints: "outliers"
4631     whiskerwidth: 0
4632   layout:
4633     title: ""  # No title
4634     layout: "plot-throughput"
4635
4636 -
4637   type: "plot"
4638   title: "VPP Throughput: k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4639   algorithm: "plot_performance_box"
4640   output-file-type: ".html"
4641   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4642   data: "plot-ligato-throughput-latency-3n-skx"
4643   filter: "'NIC_Intel-X710' and
4644            '64B' and
4645            ('BASE' or 'SCALE') and
4646            'PDRDISC' and not 'NDRDISC' and
4647            '4T2C' and
4648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4649            not 'VHOST' and
4650            'MEMIF'"
4651   parameters:
4652   - "throughput"
4653   - "parent"
4654   traces:
4655     hoverinfo: "x+y"
4656     boxpoints: "outliers"
4657     whiskerwidth: 0
4658   layout:
4659     title: ""  # No title
4660     layout: "plot-throughput"
4661
4662 # Packet Throughput - VPP Container Orchestrated Memif 3n-skx-xxv710
4663 -
4664   type: "plot"
4665   title: "VPP Throughput: k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4666   algorithm: "plot_performance_box"
4667   output-file-type: ".html"
4668   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4669   data: "plot-ligato-throughput-latency-3n-skx"
4670   filter: "'NIC_Intel-XXV710' and
4671            '64B' and
4672            ('BASE' or 'SCALE') and
4673            'NDRDISC' and
4674            '2T1C' and
4675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4676            not 'VHOST' and
4677            'MEMIF'"
4678   parameters:
4679   - "throughput"
4680   - "parent"
4681   traces:
4682     hoverinfo: "x+y"
4683     boxpoints: "outliers"
4684     whiskerwidth: 0
4685   layout:
4686     title: ""  # No title
4687     layout: "plot-throughput"
4688
4689 -
4690   type: "plot"
4691   title: "VPP Throughput: k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4692   algorithm: "plot_performance_box"
4693   output-file-type: ".html"
4694   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4695   data: "plot-ligato-throughput-latency-3n-skx"
4696   filter: "'NIC_Intel-XXV710' and
4697            '64B' and
4698            ('BASE' or 'SCALE') and
4699            'PDRDISC' and not 'NDRDISC' and
4700            '2T1C' and
4701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4702            not 'VHOST' and
4703            'MEMIF'"
4704   parameters:
4705   - "throughput"
4706   - "parent"
4707   traces:
4708     hoverinfo: "x+y"
4709     boxpoints: "outliers"
4710     whiskerwidth: 0
4711   layout:
4712     title: ""  # No title
4713     layout: "plot-throughput"
4714
4715 -
4716   type: "plot"
4717   title: "VPP Throughput: k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4718   algorithm: "plot_performance_box"
4719   output-file-type: ".html"
4720   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4721   data: "plot-ligato-throughput-latency-3n-skx"
4722   filter: "'NIC_Intel-XXV710' and
4723            '64B' and
4724            ('BASE' or 'SCALE') and
4725            'NDRDISC' and
4726            '4T2C' and
4727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4728            not 'VHOST' and
4729            'MEMIF'"
4730   parameters:
4731   - "throughput"
4732   - "parent"
4733   traces:
4734     hoverinfo: "x+y"
4735     boxpoints: "outliers"
4736     whiskerwidth: 0
4737   layout:
4738     title: ""  # No title
4739     layout: "plot-throughput"
4740
4741 -
4742   type: "plot"
4743   title: "VPP Throughput: k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4744   algorithm: "plot_performance_box"
4745   output-file-type: ".html"
4746   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4747   data: "plot-ligato-throughput-latency-3n-skx"
4748   filter: "'NIC_Intel-XXV710' and
4749            '64B' and
4750            ('BASE' or 'SCALE') and
4751            'PDRDISC' and not 'NDRDISC' and
4752            '4T2C' and
4753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4754            not 'VHOST' and
4755            'MEMIF'"
4756   parameters:
4757   - "throughput"
4758   - "parent"
4759   traces:
4760     hoverinfo: "x+y"
4761     boxpoints: "outliers"
4762     whiskerwidth: 0
4763   layout:
4764     title: ""  # No title
4765     layout: "plot-throughput"
4766
4767 # Packet Throughput - VPP Container Orchestrated Memif 2n-skx-x710
4768 -
4769   type: "plot"
4770   title: "VPP Throughput: k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4771   algorithm: "plot_performance_box"
4772   output-file-type: ".html"
4773   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4774   data: "plot-ligato-throughput-latency-2n-skx"
4775   filter: "'NIC_Intel-X710' and
4776            '64B' and
4777            ('BASE' or 'SCALE') and
4778            'NDRDISC' and
4779            '2T1C' and
4780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4781            not 'VHOST' and
4782            'MEMIF'"
4783   parameters:
4784   - "throughput"
4785   - "parent"
4786   traces:
4787     hoverinfo: "x+y"
4788     boxpoints: "outliers"
4789     whiskerwidth: 0
4790   layout:
4791     title: ""  # No title
4792     layout: "plot-throughput"
4793
4794 -
4795   type: "plot"
4796   title: "VPP Throughput: k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4797   algorithm: "plot_performance_box"
4798   output-file-type: ".html"
4799   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4800   data: "plot-ligato-throughput-latency-2n-skx"
4801   filter: "'NIC_Intel-X710' and
4802            '64B' and
4803            ('BASE' or 'SCALE') and
4804            'PDRDISC' and not 'NDRDISC' and
4805            '2T1C' and
4806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4807            not 'VHOST' and
4808            'MEMIF'"
4809   parameters:
4810   - "throughput"
4811   - "parent"
4812   traces:
4813     hoverinfo: "x+y"
4814     boxpoints: "outliers"
4815     whiskerwidth: 0
4816   layout:
4817     title: ""  # No title
4818     layout: "plot-throughput"
4819
4820 -
4821   type: "plot"
4822   title: "VPP Throughput: k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4823   algorithm: "plot_performance_box"
4824   output-file-type: ".html"
4825   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4826   data: "plot-ligato-throughput-latency-2n-skx"
4827   filter: "'NIC_Intel-X710' and
4828            '64B' and
4829            ('BASE' or 'SCALE') and
4830            'NDRDISC' and
4831            '4T2C' and
4832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4833            not 'VHOST' and
4834            'MEMIF'"
4835   parameters:
4836   - "throughput"
4837   - "parent"
4838   traces:
4839     hoverinfo: "x+y"
4840     boxpoints: "outliers"
4841     whiskerwidth: 0
4842   layout:
4843     title: ""  # No title
4844     layout: "plot-throughput"
4845
4846 -
4847   type: "plot"
4848   title: "VPP Throughput: k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4849   algorithm: "plot_performance_box"
4850   output-file-type: ".html"
4851   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4852   data: "plot-ligato-throughput-latency-2n-skx"
4853   filter: "'NIC_Intel-X710' and
4854            '64B' and
4855            ('BASE' or 'SCALE') and
4856            'PDRDISC' and not 'NDRDISC' and
4857            '4T2C' and
4858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4859            not 'VHOST' and
4860            'MEMIF'"
4861   parameters:
4862   - "throughput"
4863   - "parent"
4864   traces:
4865     hoverinfo: "x+y"
4866     boxpoints: "outliers"
4867     whiskerwidth: 0
4868   layout:
4869     title: ""  # No title
4870     layout: "plot-throughput"
4871
4872 # Packet Throughput - VPP Container Orchestrated Memif 2n-skx-xxv710
4873 -
4874   type: "plot"
4875   title: "VPP Throughput: k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4876   algorithm: "plot_performance_box"
4877   output-file-type: ".html"
4878   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4879   data: "plot-ligato-throughput-latency-2n-skx"
4880   filter: "'NIC_Intel-XXV710' and
4881            '64B' and
4882            ('BASE' or 'SCALE') and
4883            'NDRDISC' and
4884            '2T1C' and
4885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4886            not 'VHOST' and
4887            'MEMIF'"
4888   parameters:
4889   - "throughput"
4890   - "parent"
4891   traces:
4892     hoverinfo: "x+y"
4893     boxpoints: "outliers"
4894     whiskerwidth: 0
4895   layout:
4896     title: ""  # No title
4897     layout: "plot-throughput"
4898
4899 -
4900   type: "plot"
4901   title: "VPP Throughput: k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4902   algorithm: "plot_performance_box"
4903   output-file-type: ".html"
4904   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4905   data: "plot-ligato-throughput-latency-2n-skx"
4906   filter: "'NIC_Intel-XXV710' and
4907            '64B' and
4908            ('BASE' or 'SCALE') and
4909            'PDRDISC' and not 'NDRDISC' and
4910            '2T1C' and
4911            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4912            not 'VHOST' and
4913            'MEMIF'"
4914   parameters:
4915   - "throughput"
4916   - "parent"
4917   traces:
4918     hoverinfo: "x+y"
4919     boxpoints: "outliers"
4920     whiskerwidth: 0
4921   layout:
4922     title: ""  # No title
4923     layout: "plot-throughput"
4924
4925 -
4926   type: "plot"
4927   title: "VPP Throughput: k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4928   algorithm: "plot_performance_box"
4929   output-file-type: ".html"
4930   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4931   data: "plot-ligato-throughput-latency-2n-skx"
4932   filter: "'NIC_Intel-XXV710' and
4933            '64B' and
4934            ('BASE' or 'SCALE') and
4935            'NDRDISC' and
4936            '4T2C' and
4937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4938            not 'VHOST' and
4939            'MEMIF'"
4940   parameters:
4941   - "throughput"
4942   - "parent"
4943   traces:
4944     hoverinfo: "x+y"
4945     boxpoints: "outliers"
4946     whiskerwidth: 0
4947   layout:
4948     title: ""  # No title
4949     layout: "plot-throughput"
4950
4951 -
4952   type: "plot"
4953   title: "VPP Throughput: k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4954   algorithm: "plot_performance_box"
4955   output-file-type: ".html"
4956   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4957   data: "plot-ligato-throughput-latency-2n-skx"
4958   filter: "'NIC_Intel-XXV710' and
4959            '64B' and
4960            ('BASE' or 'SCALE') and
4961            'PDRDISC' and not 'NDRDISC' and
4962            '4T2C' and
4963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4964            not 'VHOST' and
4965            'MEMIF'"
4966   parameters:
4967   - "throughput"
4968   - "parent"
4969   traces:
4970     hoverinfo: "x+y"
4971     boxpoints: "outliers"
4972     whiskerwidth: 0
4973   layout:
4974     title: ""  # No title
4975     layout: "plot-throughput"
4976
4977 ################################################################################
4978
4979 # Packet Throughput - VPP IPv4 3n-hsw-x520
4980 -
4981   type: "plot"
4982   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4983   algorithm: "plot_performance_box"
4984   output-file-type: ".html"
4985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4986   data: "plot-vpp-throughput-latency-3n-hsw"
4987   filter: "'NIC_Intel-X520-DA2' and
4988            '64B' and
4989            ('BASE' or 'SCALE') and
4990            'NDRDISC' and
4991            '1T1C' and
4992            'IP4FWD' and
4993            not 'IPSEC' and 
4994            not 'VHOST'"
4995   parameters:
4996   - "throughput"
4997   - "parent"
4998   traces:
4999     hoverinfo: "x+y"
5000     boxpoints: "outliers"
5001     whiskerwidth: 0
5002   layout:
5003     title: ""  # No title
5004     layout: "plot-throughput"
5005
5006 -
5007   type: "plot"
5008   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5009   algorithm: "plot_performance_box"
5010   output-file-type: ".html"
5011   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5012   data: "plot-vpp-throughput-latency-3n-hsw"
5013   filter: "'NIC_Intel-X520-DA2' and
5014            '64B' and
5015            ('BASE' or 'SCALE') and
5016            'PDRDISC' and not 'NDRDISC' and
5017            '1T1C' and
5018            'IP4FWD' and
5019            not 'IPSEC' and 
5020            not 'VHOST'"
5021   parameters:
5022   - "throughput"
5023   - "parent"
5024   traces:
5025     hoverinfo: "x+y"
5026     boxpoints: "outliers"
5027     whiskerwidth: 0
5028   layout:
5029     title: ""  # No title
5030     layout: "plot-throughput"
5031
5032 -
5033   type: "plot"
5034   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5035   algorithm: "plot_performance_box"
5036   output-file-type: ".html"
5037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5038   data: "plot-vpp-throughput-latency-3n-hsw"
5039   filter: "'NIC_Intel-X520-DA2' and
5040            '64B' and
5041            ('BASE' or 'SCALE') and
5042            'NDRDISC' and
5043            '2T2C' and
5044            'IP4FWD' and
5045            not 'IPSEC' and 
5046            not 'VHOST'"
5047   parameters:
5048   - "throughput"
5049   - "parent"
5050   traces:
5051     hoverinfo: "x+y"
5052     boxpoints: "outliers"
5053     whiskerwidth: 0
5054   layout:
5055     title: ""  # No title
5056     layout: "plot-throughput"
5057
5058 -
5059   type: "plot"
5060   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5061   algorithm: "plot_performance_box"
5062   output-file-type: ".html"
5063   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5064   data: "plot-vpp-throughput-latency-3n-hsw"
5065   filter: "'NIC_Intel-X520-DA2' and
5066            '64B' and
5067            ('BASE' or 'SCALE') and
5068            'PDRDISC' and not 'NDRDISC' and
5069            '2T2C' and
5070            'IP4FWD' and
5071            not 'IPSEC' and 
5072            not 'VHOST'"
5073   parameters:
5074   - "throughput"
5075   - "parent"
5076   traces:
5077     hoverinfo: "x+y"
5078     boxpoints: "outliers"
5079     whiskerwidth: 0
5080   layout:
5081     title: ""  # No title
5082     layout: "plot-throughput"
5083
5084 -
5085   type: "plot"
5086   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5087   algorithm: "plot_performance_box"
5088   output-file-type: ".html"
5089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5090   data: "plot-vpp-throughput-latency-3n-hsw"
5091   filter: "'NIC_Intel-X520-DA2' and
5092            '64B' and
5093            'FEATURE' and
5094            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5095            'NDRDISC' and
5096            '1T1C' and
5097            'IP4FWD' and
5098            not 'IPSEC' and 
5099            not 'VHOST'"
5100   parameters:
5101   - "throughput"
5102   - "parent"
5103   traces:
5104     hoverinfo: "x+y"
5105     boxpoints: "outliers"
5106     whiskerwidth: 0
5107   layout:
5108     title: ""  # No title
5109     layout: "plot-throughput"
5110
5111 -
5112   type: "plot"
5113   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5114   algorithm: "plot_performance_box"
5115   output-file-type: ".html"
5116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5117   data: "plot-vpp-throughput-latency-3n-hsw"
5118   filter: "'NIC_Intel-X520-DA2' and
5119            '64B' and
5120            'FEATURE' and
5121            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5122            'PDRDISC' and not 'NDRDISC' and
5123            '1T1C' and
5124            'IP4FWD' and
5125            not 'IPSEC' and 
5126            not 'VHOST'"
5127   parameters:
5128   - "throughput"
5129   - "parent"
5130   traces:
5131     hoverinfo: "x+y"
5132     boxpoints: "outliers"
5133     whiskerwidth: 0
5134   layout:
5135     title: ""  # No title
5136     layout: "plot-throughput"
5137
5138 -
5139   type: "plot"
5140   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5141   algorithm: "plot_performance_box"
5142   output-file-type: ".html"
5143   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5144   data: "plot-vpp-throughput-latency-3n-hsw"
5145   filter: "'NIC_Intel-X520-DA2' and
5146            '64B' and
5147            'FEATURE' and
5148            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5149            'NDRDISC' and
5150            '2T2C' and
5151            'IP4FWD' and
5152            not 'IPSEC' and 
5153            not 'VHOST'"
5154   parameters:
5155   - "throughput"
5156   - "parent"
5157   traces:
5158     hoverinfo: "x+y"
5159     boxpoints: "outliers"
5160     whiskerwidth: 0
5161   layout:
5162     title: ""  # No title
5163     layout: "plot-throughput"
5164
5165 -
5166   type: "plot"
5167   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5168   algorithm: "plot_performance_box"
5169   output-file-type: ".html"
5170   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5171   data: "plot-vpp-throughput-latency-3n-hsw"
5172   filter: "'NIC_Intel-X520-DA2' and
5173            '64B' and
5174            'FEATURE' and
5175            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5176            'PDRDISC' and not 'NDRDISC' and
5177            '2T2C' and
5178            'IP4FWD' and
5179            not 'IPSEC' and 
5180            not 'VHOST'"
5181   parameters:
5182   - "throughput"
5183   - "parent"
5184   traces:
5185     hoverinfo: "x+y"
5186     boxpoints: "outliers"
5187     whiskerwidth: 0
5188   layout:
5189     title: ""  # No title
5190     layout: "plot-throughput"
5191
5192 # Packet Throughput - VPP IPv4 3n-hsw-x710
5193 -
5194   type: "plot"
5195   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5196   algorithm: "plot_performance_box"
5197   output-file-type: ".html"
5198   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5199   data: "plot-vpp-throughput-latency-3n-hsw"
5200   filter: "'NIC_Intel-X710' and
5201            '64B' and
5202            ('BASE' or 'SCALE') and
5203            'NDRDISC' and
5204            '1T1C' and
5205            'IP4FWD' and
5206            not 'IPSEC' and 
5207            not 'VHOST'"
5208   parameters:
5209   - "throughput"
5210   - "parent"
5211   traces:
5212     hoverinfo: "x+y"
5213     boxpoints: "outliers"
5214     whiskerwidth: 0
5215   layout:
5216     title: ""  # No title
5217     layout: "plot-throughput"
5218
5219 -
5220   type: "plot"
5221   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5222   algorithm: "plot_performance_box"
5223   output-file-type: ".html"
5224   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5225   data: "plot-vpp-throughput-latency-3n-hsw"
5226   filter: "'NIC_Intel-X710' and
5227            '64B' and
5228            ('BASE' or 'SCALE') and
5229            'PDRDISC' and not 'NDRDISC' and
5230            '1T1C' and
5231            'IP4FWD' and
5232            not 'IPSEC' and 
5233            not 'VHOST'"
5234   parameters:
5235   - "throughput"
5236   - "parent"
5237   traces:
5238     hoverinfo: "x+y"
5239     boxpoints: "outliers"
5240     whiskerwidth: 0
5241   layout:
5242     title: ""  # No title
5243     layout: "plot-throughput"
5244
5245 -
5246   type: "plot"
5247   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5248   algorithm: "plot_performance_box"
5249   output-file-type: ".html"
5250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5251   data: "plot-vpp-throughput-latency-3n-hsw"
5252   filter: "'NIC_Intel-X710' and
5253            '64B' and
5254            ('BASE' or 'SCALE') and
5255            'NDRDISC' and
5256            '2T2C' and
5257            'IP4FWD' and
5258            not 'IPSEC' and 
5259            not 'VHOST'"
5260   parameters:
5261   - "throughput"
5262   - "parent"
5263   traces:
5264     hoverinfo: "x+y"
5265     boxpoints: "outliers"
5266     whiskerwidth: 0
5267   layout:
5268     title: ""  # No title
5269     layout: "plot-throughput"
5270
5271 -
5272   type: "plot"
5273   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5274   algorithm: "plot_performance_box"
5275   output-file-type: ".html"
5276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5277   data: "plot-vpp-throughput-latency-3n-hsw"
5278   filter: "'NIC_Intel-X710' and
5279            '64B' and
5280            ('BASE' or 'SCALE') and
5281            'PDRDISC' and not 'NDRDISC' and
5282            '2T2C' and
5283            'IP4FWD' and
5284            not 'IPSEC' and 
5285            not 'VHOST'"
5286   parameters:
5287   - "throughput"
5288   - "parent"
5289   traces:
5290     hoverinfo: "x+y"
5291     boxpoints: "outliers"
5292     whiskerwidth: 0
5293   layout:
5294     title: ""  # No title
5295     layout: "plot-throughput"
5296
5297 -
5298   type: "plot"
5299   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
5300   algorithm: "plot_performance_box"
5301   output-file-type: ".html"
5302   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
5303   data: "plot-vpp-throughput-latency-3n-hsw"
5304   filter: "'NIC_Intel-X710' and
5305            '64B' and
5306            'FEATURE' and
5307            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5308            'NDRDISC' and
5309            '1T1C' and
5310            'IP4FWD' and
5311            not 'IPSEC' and 
5312            not 'VHOST'"
5313   parameters:
5314   - "throughput"
5315   - "parent"
5316   traces:
5317     hoverinfo: "x+y"
5318     boxpoints: "outliers"
5319     whiskerwidth: 0
5320   layout:
5321     title: ""  # No title
5322     layout: "plot-throughput"
5323
5324 -
5325   type: "plot"
5326   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
5327   algorithm: "plot_performance_box"
5328   output-file-type: ".html"
5329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
5330   data: "plot-vpp-throughput-latency-3n-hsw"
5331   filter: "'NIC_Intel-X710' and
5332            '64B' and
5333            'FEATURE' and
5334            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5335            'PDRDISC' and not 'NDRDISC' and
5336            '1T1C' and
5337            'IP4FWD' and
5338            not 'IPSEC' and 
5339            not 'VHOST'"
5340   parameters:
5341   - "throughput"
5342   - "parent"
5343   traces:
5344     hoverinfo: "x+y"
5345     boxpoints: "outliers"
5346     whiskerwidth: 0
5347   layout:
5348     title: ""  # No title
5349     layout: "plot-throughput"
5350
5351 -
5352   type: "plot"
5353   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
5354   algorithm: "plot_performance_box"
5355   output-file-type: ".html"
5356   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
5357   data: "plot-vpp-throughput-latency-3n-hsw"
5358   filter: "'NIC_Intel-X710' and
5359            '64B' and
5360            'FEATURE' and
5361            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5362            'NDRDISC' and
5363            '2T2C' and
5364            'IP4FWD' and
5365            not 'IPSEC' and 
5366            not 'VHOST'"
5367   parameters:
5368   - "throughput"
5369   - "parent"
5370   traces:
5371     hoverinfo: "x+y"
5372     boxpoints: "outliers"
5373     whiskerwidth: 0
5374   layout:
5375     title: ""  # No title
5376     layout: "plot-throughput"
5377
5378 -
5379   type: "plot"
5380   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
5381   algorithm: "plot_performance_box"
5382   output-file-type: ".html"
5383   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
5384   data: "plot-vpp-throughput-latency-3n-hsw"
5385   filter: "'NIC_Intel-X710' and
5386            '64B' and
5387            'FEATURE' and
5388            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5389            'PDRDISC' and not 'NDRDISC' and
5390            '2T2C' and
5391            'IP4FWD' and
5392            not 'IPSEC' and 
5393            not 'VHOST'"
5394   parameters:
5395   - "throughput"
5396   - "parent"
5397   traces:
5398     hoverinfo: "x+y"
5399     boxpoints: "outliers"
5400     whiskerwidth: 0
5401   layout:
5402     title: ""  # No title
5403     layout: "plot-throughput"
5404
5405 # Packet Throughput - VPP IPv4 3n-hsw-xl710
5406 -
5407   type: "plot"
5408   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5409   algorithm: "plot_performance_box"
5410   output-file-type: ".html"
5411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5412   data: "plot-vpp-throughput-latency-3n-hsw"
5413   filter: "'NIC_Intel-XL710' and
5414            '64B' and
5415            ('BASE' or 'SCALE') and
5416            'NDRDISC' and
5417            '1T1C' and
5418            'IP4FWD' and
5419            not 'IPSEC' and 
5420            not 'VHOST'"
5421   parameters:
5422   - "throughput"
5423   - "parent"
5424   traces:
5425     hoverinfo: "x+y"
5426     boxpoints: "outliers"
5427     whiskerwidth: 0
5428   layout:
5429     title: ""  # No title
5430     layout: "plot-throughput"
5431
5432 -
5433   type: "plot"
5434   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5435   algorithm: "plot_performance_box"
5436   output-file-type: ".html"
5437   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5438   data: "plot-vpp-throughput-latency-3n-hsw"
5439   filter: "'NIC_Intel-XL710' and
5440            '64B' and
5441            ('BASE' or 'SCALE') and
5442            'PDRDISC' and not 'NDRDISC' and
5443            '1T1C' and
5444            'IP4FWD' and
5445            not 'IPSEC' and 
5446            not 'VHOST'"
5447   parameters:
5448   - "throughput"
5449   - "parent"
5450   traces:
5451     hoverinfo: "x+y"
5452     boxpoints: "outliers"
5453     whiskerwidth: 0
5454   layout:
5455     title: ""  # No title
5456     layout: "plot-throughput"
5457
5458 -
5459   type: "plot"
5460   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5461   algorithm: "plot_performance_box"
5462   output-file-type: ".html"
5463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5464   data: "plot-vpp-throughput-latency-3n-hsw"
5465   filter: "'NIC_Intel-XL710' and
5466            '64B' and
5467            ('BASE' or 'SCALE') and
5468            'NDRDISC' and
5469            '2T2C' and
5470            'IP4FWD' and
5471            not 'IPSEC' and 
5472            not 'VHOST'"
5473   parameters:
5474   - "throughput"
5475   - "parent"
5476   traces:
5477     hoverinfo: "x+y"
5478     boxpoints: "outliers"
5479     whiskerwidth: 0
5480   layout:
5481     title: ""  # No title
5482     layout: "plot-throughput"
5483
5484 -
5485   type: "plot"
5486   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5487   algorithm: "plot_performance_box"
5488   output-file-type: ".html"
5489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5490   data: "plot-vpp-throughput-latency-3n-hsw"
5491   filter: "'NIC_Intel-XL710' and
5492            '64B' and
5493            ('BASE' or 'SCALE') and
5494            'PDRDISC' and not 'NDRDISC' and
5495            '2T2C' and
5496            'IP4FWD' and
5497            not 'IPSEC' and 
5498            not 'VHOST'"
5499   parameters:
5500   - "throughput"
5501   - "parent"
5502   traces:
5503     hoverinfo: "x+y"
5504     boxpoints: "outliers"
5505     whiskerwidth: 0
5506   layout:
5507     title: ""  # No title
5508     layout: "plot-throughput"
5509
5510 # Packet Throughput - VPP IPv4 3n-skx-x710
5511 -
5512   type: "plot"
5513   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5514   algorithm: "plot_performance_box"
5515   output-file-type: ".html"
5516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5517   data: "plot-vpp-throughput-latency-3n-skx"
5518   filter: "'NIC_Intel-X710' and
5519            '64B' and
5520            ('BASE' or 'SCALE') and
5521            'NDRDISC' and
5522            '2T1C' and
5523            'IP4FWD' and
5524            not 'IPSEC' and 
5525            not 'VHOST'"
5526   parameters:
5527   - "throughput"
5528   - "parent"
5529   traces:
5530     hoverinfo: "x+y"
5531     boxpoints: "outliers"
5532     whiskerwidth: 0
5533   layout:
5534     title: ""  # No title
5535     layout: "plot-throughput"
5536
5537 -
5538   type: "plot"
5539   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5540   algorithm: "plot_performance_box"
5541   output-file-type: ".html"
5542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5543   data: "plot-vpp-throughput-latency-3n-skx"
5544   filter: "'NIC_Intel-X710' and
5545            '64B' and
5546            ('BASE' or 'SCALE') and
5547            'PDRDISC' and not 'NDRDISC' and
5548            '2T1C' and
5549            'IP4FWD' and
5550            not 'IPSEC' and 
5551            not 'VHOST'"
5552   parameters:
5553   - "throughput"
5554   - "parent"
5555   traces:
5556     hoverinfo: "x+y"
5557     boxpoints: "outliers"
5558     whiskerwidth: 0
5559   layout:
5560     title: ""  # No title
5561     layout: "plot-throughput"
5562
5563 -
5564   type: "plot"
5565   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5566   algorithm: "plot_performance_box"
5567   output-file-type: ".html"
5568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5569   data: "plot-vpp-throughput-latency-3n-skx"
5570   filter: "'NIC_Intel-X710' and
5571            '64B' and
5572            ('BASE' or 'SCALE') and
5573            'NDRDISC' and
5574            '4T2C' and
5575            'IP4FWD' and
5576            not 'IPSEC' and 
5577            not 'VHOST'"
5578   parameters:
5579   - "throughput"
5580   - "parent"
5581   traces:
5582     hoverinfo: "x+y"
5583     boxpoints: "outliers"
5584     whiskerwidth: 0
5585   layout:
5586     title: ""  # No title
5587     layout: "plot-throughput"
5588
5589 -
5590   type: "plot"
5591   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5592   algorithm: "plot_performance_box"
5593   output-file-type: ".html"
5594   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5595   data: "plot-vpp-throughput-latency-3n-skx"
5596   filter: "'NIC_Intel-X710' and
5597            '64B' and
5598            ('BASE' or 'SCALE') and
5599            'PDRDISC' and not 'NDRDISC' and
5600            '4T2C' and
5601            'IP4FWD' and
5602            not 'IPSEC' and 
5603            not 'VHOST'"
5604   parameters:
5605   - "throughput"
5606   - "parent"
5607   traces:
5608     hoverinfo: "x+y"
5609     boxpoints: "outliers"
5610     whiskerwidth: 0
5611   layout:
5612     title: ""  # No title
5613     layout: "plot-throughput"
5614
5615 -
5616   type: "plot"
5617   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5618   algorithm: "plot_performance_box"
5619   output-file-type: ".html"
5620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5621   data: "plot-vpp-throughput-latency-3n-skx"
5622   filter: "'NIC_Intel-X710' and
5623            '64B' and
5624            'FEATURE' and
5625            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5626            'NDRDISC' and
5627            '2T1C' and
5628            'IP4FWD' and
5629            not 'IPSEC' and 
5630            not 'VHOST'"
5631   parameters:
5632   - "throughput"
5633   - "parent"
5634   traces:
5635     hoverinfo: "x+y"
5636     boxpoints: "outliers"
5637     whiskerwidth: 0
5638   layout:
5639     title: ""  # No title
5640     layout: "plot-throughput"
5641
5642 -
5643   type: "plot"
5644   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5645   algorithm: "plot_performance_box"
5646   output-file-type: ".html"
5647   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5648   data: "plot-vpp-throughput-latency-3n-skx"
5649   filter: "'NIC_Intel-X710' and
5650            '64B' and
5651            'FEATURE' and
5652            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5653            'PDRDISC' and not 'NDRDISC' and
5654            '2T1C' and
5655            'IP4FWD' and
5656            not 'IPSEC' and 
5657            not 'VHOST'"
5658   parameters:
5659   - "throughput"
5660   - "parent"
5661   traces:
5662     hoverinfo: "x+y"
5663     boxpoints: "outliers"
5664     whiskerwidth: 0
5665   layout:
5666     title: ""  # No title
5667     layout: "plot-throughput"
5668
5669 -
5670   type: "plot"
5671   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5672   algorithm: "plot_performance_box"
5673   output-file-type: ".html"
5674   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5675   data: "plot-vpp-throughput-latency-3n-skx"
5676   filter: "'NIC_Intel-X710' and
5677            '64B' and
5678            'FEATURE' and
5679            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5680            'NDRDISC' and
5681            '4T2C' and
5682            'IP4FWD' and
5683            not 'IPSEC' and 
5684            not 'VHOST'"
5685   parameters:
5686   - "throughput"
5687   - "parent"
5688   traces:
5689     hoverinfo: "x+y"
5690     boxpoints: "outliers"
5691     whiskerwidth: 0
5692   layout:
5693     title: ""  # No title
5694     layout: "plot-throughput"
5695
5696 -
5697   type: "plot"
5698   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5699   algorithm: "plot_performance_box"
5700   output-file-type: ".html"
5701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5702   data: "plot-vpp-throughput-latency-3n-skx"
5703   filter: "'NIC_Intel-X710' and
5704            '64B' and
5705            'FEATURE' and
5706            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5707            'PDRDISC' and not 'NDRDISC' and
5708            '4T2C' and
5709            'IP4FWD' and
5710            not 'IPSEC' and 
5711            not 'VHOST'"
5712   parameters:
5713   - "throughput"
5714   - "parent"
5715   traces:
5716     hoverinfo: "x+y"
5717     boxpoints: "outliers"
5718     whiskerwidth: 0
5719   layout:
5720     title: ""  # No title
5721     layout: "plot-throughput"
5722
5723 # Packet Throughput - VPP IPv4 3n-skx-xxv710
5724 -
5725   type: "plot"
5726   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5727   algorithm: "plot_performance_box"
5728   output-file-type: ".html"
5729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5730   data: "plot-vpp-throughput-latency-3n-skx"
5731   filter: "'NIC_Intel-XXV710' and
5732            '64B' and
5733            ('BASE' or 'SCALE') and
5734            'NDRDISC' and
5735            '2T1C' and
5736            'IP4FWD' and
5737            not 'IPSEC' and 
5738            not 'VHOST'"
5739   parameters:
5740   - "throughput"
5741   - "parent"
5742   traces:
5743     hoverinfo: "x+y"
5744     boxpoints: "outliers"
5745     whiskerwidth: 0
5746   layout:
5747     title: ""  # No title
5748     layout: "plot-throughput"
5749
5750 -
5751   type: "plot"
5752   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5753   algorithm: "plot_performance_box"
5754   output-file-type: ".html"
5755   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5756   data: "plot-vpp-throughput-latency-3n-skx"
5757   filter: "'NIC_Intel-XXV710' and
5758            '64B' and
5759            ('BASE' or 'SCALE') and
5760            'PDRDISC' and not 'NDRDISC' and
5761            '2T1C' and
5762            'IP4FWD' and
5763            not 'IPSEC' and 
5764            not 'VHOST'"
5765   parameters:
5766   - "throughput"
5767   - "parent"
5768   traces:
5769     hoverinfo: "x+y"
5770     boxpoints: "outliers"
5771     whiskerwidth: 0
5772   layout:
5773     title: ""  # No title
5774     layout: "plot-throughput"
5775
5776 -
5777   type: "plot"
5778   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5779   algorithm: "plot_performance_box"
5780   output-file-type: ".html"
5781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5782   data: "plot-vpp-throughput-latency-3n-skx"
5783   filter: "'NIC_Intel-XXV710' and
5784            '64B' and
5785            ('BASE' or 'SCALE') and
5786            'NDRDISC' and
5787            '4T2C' and
5788            'IP4FWD' and
5789            not 'IPSEC' and 
5790            not 'VHOST'"
5791   parameters:
5792   - "throughput"
5793   - "parent"
5794   traces:
5795     hoverinfo: "x+y"
5796     boxpoints: "outliers"
5797     whiskerwidth: 0
5798   layout:
5799     title: ""  # No title
5800     layout: "plot-throughput"
5801
5802 -
5803   type: "plot"
5804   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5805   algorithm: "plot_performance_box"
5806   output-file-type: ".html"
5807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5808   data: "plot-vpp-throughput-latency-3n-skx"
5809   filter: "'NIC_Intel-XXV710' and
5810            '64B' and
5811            ('BASE' or 'SCALE') and
5812            'PDRDISC' and not 'NDRDISC' and
5813            '4T2C' and
5814            'IP4FWD' and
5815            not 'IPSEC' and 
5816            not 'VHOST'"
5817   parameters:
5818   - "throughput"
5819   - "parent"
5820   traces:
5821     hoverinfo: "x+y"
5822     boxpoints: "outliers"
5823     whiskerwidth: 0
5824   layout:
5825     title: ""  # No title
5826     layout: "plot-throughput"
5827
5828 -
5829   type: "plot"
5830   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5831   algorithm: "plot_performance_box"
5832   output-file-type: ".html"
5833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5834   data: "plot-vpp-throughput-latency-3n-skx"
5835   filter: "'NIC_Intel-XXV710' and
5836            '64B' and
5837            'FEATURE' and
5838            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5839            'NDRDISC' and
5840            '2T1C' and
5841            'IP4FWD' and
5842            not 'IPSEC' and 
5843            not 'VHOST'"
5844   parameters:
5845   - "throughput"
5846   - "parent"
5847   traces:
5848     hoverinfo: "x+y"
5849     boxpoints: "outliers"
5850     whiskerwidth: 0
5851   layout:
5852     title: ""  # No title
5853     layout: "plot-throughput"
5854
5855 -
5856   type: "plot"
5857   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5858   algorithm: "plot_performance_box"
5859   output-file-type: ".html"
5860   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5861   data: "plot-vpp-throughput-latency-3n-skx"
5862   filter: "'NIC_Intel-XXV710' and
5863            '64B' and
5864            'FEATURE' and
5865            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5866            'PDRDISC' and not 'NDRDISC' and
5867            '2T1C' and
5868            'IP4FWD' and
5869            not 'IPSEC' and 
5870            not 'VHOST'"
5871   parameters:
5872   - "throughput"
5873   - "parent"
5874   traces:
5875     hoverinfo: "x+y"
5876     boxpoints: "outliers"
5877     whiskerwidth: 0
5878   layout:
5879     title: ""  # No title
5880     layout: "plot-throughput"
5881
5882 -
5883   type: "plot"
5884   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5885   algorithm: "plot_performance_box"
5886   output-file-type: ".html"
5887   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5888   data: "plot-vpp-throughput-latency-3n-skx"
5889   filter: "'NIC_Intel-XXV710' and
5890            '64B' and
5891            'FEATURE' and
5892            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5893            'NDRDISC' and
5894            '4T2C' and
5895            'IP4FWD' and
5896            not 'IPSEC' and 
5897            not 'VHOST'"
5898   parameters:
5899   - "throughput"
5900   - "parent"
5901   traces:
5902     hoverinfo: "x+y"
5903     boxpoints: "outliers"
5904     whiskerwidth: 0
5905   layout:
5906     title: ""  # No title
5907     layout: "plot-throughput"
5908
5909 -
5910   type: "plot"
5911   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5912   algorithm: "plot_performance_box"
5913   output-file-type: ".html"
5914   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5915   data: "plot-vpp-throughput-latency-3n-skx"
5916   filter: "'NIC_Intel-XXV710' and
5917            '64B' and
5918            'FEATURE' and
5919            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5920            'PDRDISC' and not 'NDRDISC' and
5921            '4T2C' and
5922            'IP4FWD' and
5923            not 'IPSEC' and 
5924            not 'VHOST'"
5925   parameters:
5926   - "throughput"
5927   - "parent"
5928   traces:
5929     hoverinfo: "x+y"
5930     boxpoints: "outliers"
5931     whiskerwidth: 0
5932   layout:
5933     title: ""  # No title
5934     layout: "plot-throughput"
5935
5936 # Packet Throughput - VPP IPv4 2n-skx-x710
5937 -
5938   type: "plot"
5939   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5940   algorithm: "plot_performance_box"
5941   output-file-type: ".html"
5942   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5943   data: "plot-vpp-throughput-latency-2n-skx"
5944   filter: "'NIC_Intel-X710' and
5945            '64B' and
5946            ('BASE' or 'SCALE') and
5947            'NDRDISC' and
5948            '2T1C' and
5949            'IP4FWD' and
5950            not 'IPSEC' and 
5951            not 'VHOST'"
5952   parameters:
5953   - "throughput"
5954   - "parent"
5955   traces:
5956     hoverinfo: "x+y"
5957     boxpoints: "outliers"
5958     whiskerwidth: 0
5959   layout:
5960     title: ""  # No title
5961     layout: "plot-throughput"
5962
5963 -
5964   type: "plot"
5965   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5966   algorithm: "plot_performance_box"
5967   output-file-type: ".html"
5968   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5969   data: "plot-vpp-throughput-latency-2n-skx"
5970   filter: "'NIC_Intel-X710' and
5971            '64B' and
5972            ('BASE' or 'SCALE') and
5973            'PDRDISC' and not 'NDRDISC' and
5974            '2T1C' and
5975            'IP4FWD' and
5976            not 'IPSEC' and 
5977            not 'VHOST'"
5978   parameters:
5979   - "throughput"
5980   - "parent"
5981   traces:
5982     hoverinfo: "x+y"
5983     boxpoints: "outliers"
5984     whiskerwidth: 0
5985   layout:
5986     title: ""  # No title
5987     layout: "plot-throughput"
5988
5989 -
5990   type: "plot"
5991   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5992   algorithm: "plot_performance_box"
5993   output-file-type: ".html"
5994   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5995   data: "plot-vpp-throughput-latency-2n-skx"
5996   filter: "'NIC_Intel-X710' and
5997            '64B' and
5998            ('BASE' or 'SCALE') and
5999            'NDRDISC' and
6000            '4T2C' and
6001            'IP4FWD' and
6002            not 'IPSEC' and 
6003            not 'VHOST'"
6004   parameters:
6005   - "throughput"
6006   - "parent"
6007   traces:
6008     hoverinfo: "x+y"
6009     boxpoints: "outliers"
6010     whiskerwidth: 0
6011   layout:
6012     title: ""  # No title
6013     layout: "plot-throughput"
6014
6015 -
6016   type: "plot"
6017   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6018   algorithm: "plot_performance_box"
6019   output-file-type: ".html"
6020   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6021   data: "plot-vpp-throughput-latency-2n-skx"
6022   filter: "'NIC_Intel-X710' and
6023            '64B' and
6024            ('BASE' or 'SCALE') and
6025            'PDRDISC' and not 'NDRDISC' and
6026            '4T2C' and
6027            'IP4FWD' and
6028            not 'IPSEC' and 
6029            not 'VHOST'"
6030   parameters:
6031   - "throughput"
6032   - "parent"
6033   traces:
6034     hoverinfo: "x+y"
6035     boxpoints: "outliers"
6036     whiskerwidth: 0
6037   layout:
6038     title: ""  # No title
6039     layout: "plot-throughput"
6040
6041 -
6042   type: "plot"
6043   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-ndr"
6044   algorithm: "plot_performance_box"
6045   output-file-type: ".html"
6046   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-ndr"
6047   data: "plot-vpp-throughput-latency-2n-skx"
6048   filter: "'NIC_Intel-X710' and
6049            '64B' and
6050            'FEATURE' and
6051            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6052            'NDRDISC' and
6053            '2T1C' and
6054            'IP4FWD' and
6055            not 'IPSEC' and 
6056            not 'VHOST'"
6057   parameters:
6058   - "throughput"
6059   - "parent"
6060   traces:
6061     hoverinfo: "x+y"
6062     boxpoints: "outliers"
6063     whiskerwidth: 0
6064   layout:
6065     title: ""  # No title
6066     layout: "plot-throughput"
6067
6068 -
6069   type: "plot"
6070   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-pdr"
6071   algorithm: "plot_performance_box"
6072   output-file-type: ".html"
6073   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-pdr"
6074   data: "plot-vpp-throughput-latency-2n-skx"
6075   filter: "'NIC_Intel-X710' and
6076            '64B' and
6077            'FEATURE' and
6078            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6079            'PDRDISC' and not 'NDRDISC' and
6080            '2T1C' and
6081            'IP4FWD' and
6082            not 'IPSEC' and 
6083            not 'VHOST'"
6084   parameters:
6085   - "throughput"
6086   - "parent"
6087   traces:
6088     hoverinfo: "x+y"
6089     boxpoints: "outliers"
6090     whiskerwidth: 0
6091   layout:
6092     title: ""  # No title
6093     layout: "plot-throughput"
6094
6095 -
6096   type: "plot"
6097   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-ndr"
6098   algorithm: "plot_performance_box"
6099   output-file-type: ".html"
6100   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-ndr"
6101   data: "plot-vpp-throughput-latency-2n-skx"
6102   filter: "'NIC_Intel-X710' and
6103            '64B' and
6104            'FEATURE' and
6105            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6106            'NDRDISC' and
6107            '4T2C' and
6108            'IP4FWD' and
6109            not 'IPSEC' and 
6110            not 'VHOST'"
6111   parameters:
6112   - "throughput"
6113   - "parent"
6114   traces:
6115     hoverinfo: "x+y"
6116     boxpoints: "outliers"
6117     whiskerwidth: 0
6118   layout:
6119     title: ""  # No title
6120     layout: "plot-throughput"
6121
6122 -
6123   type: "plot"
6124   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-pdr"
6125   algorithm: "plot_performance_box"
6126   output-file-type: ".html"
6127   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-pdr"
6128   data: "plot-vpp-throughput-latency-2n-skx"
6129   filter: "'NIC_Intel-X710' and
6130            '64B' and
6131            'FEATURE' and
6132            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6133            'PDRDISC' and not 'NDRDISC' and
6134            '4T2C' and
6135            'IP4FWD' and
6136            not 'IPSEC' and 
6137            not 'VHOST'"
6138   parameters:
6139   - "throughput"
6140   - "parent"
6141   traces:
6142     hoverinfo: "x+y"
6143     boxpoints: "outliers"
6144     whiskerwidth: 0
6145   layout:
6146     title: ""  # No title
6147     layout: "plot-throughput"
6148
6149 # Packet Throughput - VPP IPv4 2n-skx-xxv710
6150 -
6151   type: "plot"
6152   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6153   algorithm: "plot_performance_box"
6154   output-file-type: ".html"
6155   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6156   data: "plot-vpp-throughput-latency-2n-skx"
6157   filter: "'NIC_Intel-XXV710' and
6158            '64B' and
6159            ('BASE' or 'SCALE') and
6160            'NDRDISC' and
6161            '2T1C' and
6162            'IP4FWD' and
6163            not 'IPSEC' and 
6164            not 'VHOST'"
6165   parameters:
6166   - "throughput"
6167   - "parent"
6168   traces:
6169     hoverinfo: "x+y"
6170     boxpoints: "outliers"
6171     whiskerwidth: 0
6172   layout:
6173     title: ""  # No title
6174     layout: "plot-throughput"
6175
6176 -
6177   type: "plot"
6178   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6179   algorithm: "plot_performance_box"
6180   output-file-type: ".html"
6181   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6182   data: "plot-vpp-throughput-latency-2n-skx"
6183   filter: "'NIC_Intel-XXV710' and
6184            '64B' and
6185            ('BASE' or 'SCALE') and
6186            'PDRDISC' and not 'NDRDISC' and
6187            '2T1C' and
6188            'IP4FWD' and
6189            not 'IPSEC' and 
6190            not 'VHOST'"
6191   parameters:
6192   - "throughput"
6193   - "parent"
6194   traces:
6195     hoverinfo: "x+y"
6196     boxpoints: "outliers"
6197     whiskerwidth: 0
6198   layout:
6199     title: ""  # No title
6200     layout: "plot-throughput"
6201
6202 -
6203   type: "plot"
6204   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6205   algorithm: "plot_performance_box"
6206   output-file-type: ".html"
6207   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6208   data: "plot-vpp-throughput-latency-2n-skx"
6209   filter: "'NIC_Intel-XXV710' and
6210            '64B' and
6211            ('BASE' or 'SCALE') and
6212            'NDRDISC' and
6213            '4T2C' and
6214            'IP4FWD' and
6215            not 'IPSEC' and 
6216            not 'VHOST'"
6217   parameters:
6218   - "throughput"
6219   - "parent"
6220   traces:
6221     hoverinfo: "x+y"
6222     boxpoints: "outliers"
6223     whiskerwidth: 0
6224   layout:
6225     title: ""  # No title
6226     layout: "plot-throughput"
6227
6228 -
6229   type: "plot"
6230   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6231   algorithm: "plot_performance_box"
6232   output-file-type: ".html"
6233   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6234   data: "plot-vpp-throughput-latency-2n-skx"
6235   filter: "'NIC_Intel-XXV710' and
6236            '64B' and
6237            ('BASE' or 'SCALE') and
6238            'PDRDISC' and not 'NDRDISC' and
6239            '4T2C' and
6240            'IP4FWD' and
6241            not 'IPSEC' and 
6242            not 'VHOST'"
6243   parameters:
6244   - "throughput"
6245   - "parent"
6246   traces:
6247     hoverinfo: "x+y"
6248     boxpoints: "outliers"
6249     whiskerwidth: 0
6250   layout:
6251     title: ""  # No title
6252     layout: "plot-throughput"
6253
6254 -
6255   type: "plot"
6256   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-features-ndr"
6257   algorithm: "plot_performance_box"
6258   output-file-type: ".html"
6259   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-ndr"
6260   data: "plot-vpp-throughput-latency-2n-skx"
6261   filter: "'NIC_Intel-XXV710' and
6262            '64B' and
6263            'FEATURE' and
6264            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6265            'NDRDISC' and
6266            '2T1C' and
6267            'IP4FWD' and
6268            not 'IPSEC' and 
6269            not 'VHOST'"
6270   parameters:
6271   - "throughput"
6272   - "parent"
6273   traces:
6274     hoverinfo: "x+y"
6275     boxpoints: "outliers"
6276     whiskerwidth: 0
6277   layout:
6278     title: ""  # No title
6279     layout: "plot-throughput"
6280
6281 -
6282   type: "plot"
6283   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-features-pdr"
6284   algorithm: "plot_performance_box"
6285   output-file-type: ".html"
6286   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-pdr"
6287   data: "plot-vpp-throughput-latency-2n-skx"
6288   filter: "'NIC_Intel-XXV710' and
6289            '64B' and
6290            'FEATURE' and
6291            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6292            'PDRDISC' and not 'NDRDISC' and
6293            '2T1C' and
6294            'IP4FWD' and
6295            not 'IPSEC' and 
6296            not 'VHOST'"
6297   parameters:
6298   - "throughput"
6299   - "parent"
6300   traces:
6301     hoverinfo: "x+y"
6302     boxpoints: "outliers"
6303     whiskerwidth: 0
6304   layout:
6305     title: ""  # No title
6306     layout: "plot-throughput"
6307
6308 -
6309   type: "plot"
6310   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-features-ndr"
6311   algorithm: "plot_performance_box"
6312   output-file-type: ".html"
6313   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-ndr"
6314   data: "plot-vpp-throughput-latency-2n-skx"
6315   filter: "'NIC_Intel-XXV710' and
6316            '64B' and
6317            'FEATURE' and
6318            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6319            'NDRDISC' and
6320            '4T2C' and
6321            'IP4FWD' and
6322            not 'IPSEC' and 
6323            not 'VHOST'"
6324   parameters:
6325   - "throughput"
6326   - "parent"
6327   traces:
6328     hoverinfo: "x+y"
6329     boxpoints: "outliers"
6330     whiskerwidth: 0
6331   layout:
6332     title: ""  # No title
6333     layout: "plot-throughput"
6334
6335 -
6336   type: "plot"
6337   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-features-pdr"
6338   algorithm: "plot_performance_box"
6339   output-file-type: ".html"
6340   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-pdr"
6341   data: "plot-vpp-throughput-latency-2n-skx"
6342   filter: "'NIC_Intel-XXV710' and
6343            '64B' and
6344            'FEATURE' and
6345            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6346            'PDRDISC' and not 'NDRDISC' and
6347            '4T2C' and
6348            'IP4FWD' and
6349            not 'IPSEC' and 
6350            not 'VHOST'"
6351   parameters:
6352   - "throughput"
6353   - "parent"
6354   traces:
6355     hoverinfo: "x+y"
6356     boxpoints: "outliers"
6357     whiskerwidth: 0
6358   layout:
6359     title: ""  # No title
6360     layout: "plot-throughput"
6361
6362 ################################################################################
6363
6364 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
6365 -
6366   type: "plot"
6367   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6368   algorithm: "plot_performance_box"
6369   output-file-type: ".html"
6370   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6371   data: "plot-vpp-throughput-latency-3n-hsw"
6372   filter: "'NIC_Intel-X520-DA2' and
6373            '64B' and
6374            'ENCAP' and
6375            'NDRDISC' and
6376            '1T1C' and
6377            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6378            not 'VHOST' and
6379            not 'IPSECHW'"
6380   parameters:
6381   - "throughput"
6382   - "parent"
6383   traces:
6384     hoverinfo: "x+y"
6385     boxpoints: "outliers"
6386     whiskerwidth: 0
6387   layout:
6388     title: ""  # No title
6389     layout: "plot-throughput"
6390
6391 -
6392   type: "plot"
6393   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6394   algorithm: "plot_performance_box"
6395   output-file-type: ".html"
6396   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6397   data: "plot-vpp-throughput-latency-3n-hsw"
6398   filter: "'NIC_Intel-X520-DA2' and
6399            '64B' and
6400            'ENCAP' and
6401            'PDRDISC' and not 'NDRDISC' and
6402            '1T1C' and
6403            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6404            not 'VHOST' and
6405            not 'IPSECHW'"
6406   parameters:
6407   - "throughput"
6408   - "parent"
6409   traces:
6410     hoverinfo: "x+y"
6411     boxpoints: "outliers"
6412     whiskerwidth: 0
6413   layout:
6414     title: ""  # No title
6415     layout: "plot-throughput"
6416
6417 -
6418   type: "plot"
6419   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6420   algorithm: "plot_performance_box"
6421   output-file-type: ".html"
6422   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6423   data: "plot-vpp-throughput-latency-3n-hsw"
6424   filter: "'NIC_Intel-X520-DA2' and
6425            '64B' and
6426            'ENCAP' and
6427            'NDRDISC' and
6428            '2T2C' and
6429            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6430            not 'VHOST' and
6431            not 'IPSECHW'"
6432   parameters:
6433   - "throughput"
6434   - "parent"
6435   traces:
6436     hoverinfo: "x+y"
6437     boxpoints: "outliers"
6438     whiskerwidth: 0
6439   layout:
6440     title: ""  # No title
6441     layout: "plot-throughput"
6442
6443 -
6444   type: "plot"
6445   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6446   algorithm: "plot_performance_box"
6447   output-file-type: ".html"
6448   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6449   data: "plot-vpp-throughput-latency-3n-hsw"
6450   filter: "'NIC_Intel-X520-DA2' and
6451            '64B' and
6452            'ENCAP' and
6453            'PDRDISC' and not 'NDRDISC' and
6454            '2T2C' and
6455            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6456            not 'VHOST' and
6457            not 'IPSECHW'"
6458   parameters:
6459   - "throughput"
6460   - "parent"
6461   traces:
6462     hoverinfo: "x+y"
6463     boxpoints: "outliers"
6464     whiskerwidth: 0
6465   layout:
6466     title: ""  # No title
6467     layout: "plot-throughput"
6468
6469 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
6470 -
6471   type: "plot"
6472   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6473   algorithm: "plot_performance_box"
6474   output-file-type: ".html"
6475   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6476   data: "plot-vpp-throughput-latency-3n-hsw"
6477   filter: "'NIC_Intel-X710' and
6478            '64B' and
6479            'ENCAP' and
6480            'NDRDISC' and
6481            '1T1C' and
6482            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6483            not 'VHOST' and
6484            not 'IPSECHW'"
6485   parameters:
6486   - "throughput"
6487   - "parent"
6488   traces:
6489     hoverinfo: "x+y"
6490     boxpoints: "outliers"
6491     whiskerwidth: 0
6492   layout:
6493     title: ""  # No title
6494     layout: "plot-throughput"
6495
6496 -
6497   type: "plot"
6498   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6499   algorithm: "plot_performance_box"
6500   output-file-type: ".html"
6501   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6502   data: "plot-vpp-throughput-latency-3n-hsw"
6503   filter: "'NIC_Intel-X710' and
6504            '64B' and
6505            'ENCAP' and
6506            'PDRDISC' and not 'NDRDISC' and
6507            '1T1C' and
6508            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6509            not 'VHOST' and
6510            not 'IPSECHW'"
6511   parameters:
6512   - "throughput"
6513   - "parent"
6514   traces:
6515     hoverinfo: "x+y"
6516     boxpoints: "outliers"
6517     whiskerwidth: 0
6518   layout:
6519     title: ""  # No title
6520     layout: "plot-throughput"
6521
6522 -
6523   type: "plot"
6524   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6525   algorithm: "plot_performance_box"
6526   output-file-type: ".html"
6527   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6528   data: "plot-vpp-throughput-latency-3n-hsw"
6529   filter: "'NIC_Intel-X710' and
6530            '64B' and
6531            'ENCAP' and
6532            'NDRDISC' and
6533            '2T2C' and
6534            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6535            not 'VHOST' and
6536            not 'IPSECHW'"
6537   parameters:
6538   - "throughput"
6539   - "parent"
6540   traces:
6541     hoverinfo: "x+y"
6542     boxpoints: "outliers"
6543     whiskerwidth: 0
6544   layout:
6545     title: ""  # No title
6546     layout: "plot-throughput"
6547
6548 -
6549   type: "plot"
6550   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6551   algorithm: "plot_performance_box"
6552   output-file-type: ".html"
6553   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6554   data: "plot-vpp-throughput-latency-3n-hsw"
6555   filter: "'NIC_Intel-X710' and
6556            '64B' and
6557            'ENCAP' and
6558            'PDRDISC' and not 'NDRDISC' and
6559            '2T2C' and
6560            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6561            not 'VHOST' and
6562            not 'IPSECHW'"
6563   parameters:
6564   - "throughput"
6565   - "parent"
6566   traces:
6567     hoverinfo: "x+y"
6568     boxpoints: "outliers"
6569     whiskerwidth: 0
6570   layout:
6571     title: ""  # No title
6572     layout: "plot-throughput"
6573
6574 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
6575 -
6576   type: "plot"
6577   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6578   algorithm: "plot_performance_box"
6579   output-file-type: ".html"
6580   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6581   data: "plot-vpp-throughput-latency-3n-skx"
6582   filter: "'NIC_Intel-X710' and
6583            '64B' and
6584            'ENCAP' and
6585            'NDRDISC' and
6586            '2T1C' and
6587            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6588            not 'VHOST' and
6589            not 'IPSECHW'"
6590   parameters:
6591   - "throughput"
6592   - "parent"
6593   traces:
6594     hoverinfo: "x+y"
6595     boxpoints: "outliers"
6596     whiskerwidth: 0
6597   layout:
6598     title: ""  # No title
6599     layout: "plot-throughput"
6600
6601 -
6602   type: "plot"
6603   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6604   algorithm: "plot_performance_box"
6605   output-file-type: ".html"
6606   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6607   data: "plot-vpp-throughput-latency-3n-skx"
6608   filter: "'NIC_Intel-X710' and
6609            '64B' and
6610            'ENCAP' and
6611            'PDRDISC' and not 'NDRDISC' and
6612            '2T1C' and
6613            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6614            not 'VHOST' and
6615            not 'IPSECHW'"
6616   parameters:
6617   - "throughput"
6618   - "parent"
6619   traces:
6620     hoverinfo: "x+y"
6621     boxpoints: "outliers"
6622     whiskerwidth: 0
6623   layout:
6624     title: ""  # No title
6625     layout: "plot-throughput"
6626
6627 -
6628   type: "plot"
6629   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6630   algorithm: "plot_performance_box"
6631   output-file-type: ".html"
6632   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6633   data: "plot-vpp-throughput-latency-3n-skx"
6634   filter: "'NIC_Intel-X710' and
6635            '64B' and
6636            'ENCAP' and
6637            'NDRDISC' and
6638            '4T2C' and
6639            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6640            not 'VHOST' and
6641            not 'IPSECHW'"
6642   parameters:
6643   - "throughput"
6644   - "parent"
6645   traces:
6646     hoverinfo: "x+y"
6647     boxpoints: "outliers"
6648     whiskerwidth: 0
6649   layout:
6650     title: ""  # No title
6651     layout: "plot-throughput"
6652
6653 -
6654   type: "plot"
6655   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6656   algorithm: "plot_performance_box"
6657   output-file-type: ".html"
6658   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6659   data: "plot-vpp-throughput-latency-3n-skx"
6660   filter: "'NIC_Intel-X710' and
6661            '64B' and
6662            'ENCAP' and
6663            'PDRDISC' and not 'NDRDISC' and
6664            '4T2C' and
6665            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6666            not 'VHOST' and
6667            not 'IPSECHW'"
6668   parameters:
6669   - "throughput"
6670   - "parent"
6671   traces:
6672     hoverinfo: "x+y"
6673     boxpoints: "outliers"
6674     whiskerwidth: 0
6675   layout:
6676     title: ""  # No title
6677     layout: "plot-throughput"
6678
6679 # Packet Throughput - VPP IPv4 tunnels 3n-skx-xxv710
6680 -
6681   type: "plot"
6682   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6683   algorithm: "plot_performance_box"
6684   output-file-type: ".html"
6685   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6686   data: "plot-vpp-throughput-latency-3n-skx"
6687   filter: "'NIC_Intel-XXV710' and
6688            '64B' and
6689            'ENCAP' and
6690            'NDRDISC' and
6691            '2T1C' and
6692            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6693            not 'VHOST' and
6694            not 'IPSECHW'"
6695   parameters:
6696   - "throughput"
6697   - "parent"
6698   traces:
6699     hoverinfo: "x+y"
6700     boxpoints: "outliers"
6701     whiskerwidth: 0
6702   layout:
6703     title: ""  # No title
6704     layout: "plot-throughput"
6705
6706 -
6707   type: "plot"
6708   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6709   algorithm: "plot_performance_box"
6710   output-file-type: ".html"
6711   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6712   data: "plot-vpp-throughput-latency-3n-skx"
6713   filter: "'NIC_Intel-XXV710' and
6714            '64B' and
6715            'ENCAP' and
6716            'PDRDISC' and not 'NDRDISC' and
6717            '2T1C' and
6718            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6719            not 'VHOST' and
6720            not 'IPSECHW'"
6721   parameters:
6722   - "throughput"
6723   - "parent"
6724   traces:
6725     hoverinfo: "x+y"
6726     boxpoints: "outliers"
6727     whiskerwidth: 0
6728   layout:
6729     title: ""  # No title
6730     layout: "plot-throughput"
6731
6732 -
6733   type: "plot"
6734   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6735   algorithm: "plot_performance_box"
6736   output-file-type: ".html"
6737   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6738   data: "plot-vpp-throughput-latency-3n-skx"
6739   filter: "'NIC_Intel-XXV710' and
6740            '64B' and
6741            'ENCAP' and
6742            'NDRDISC' and
6743            '4T2C' and
6744            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6745            not 'VHOST' and
6746            not 'IPSECHW'"
6747   parameters:
6748   - "throughput"
6749   - "parent"
6750   traces:
6751     hoverinfo: "x+y"
6752     boxpoints: "outliers"
6753     whiskerwidth: 0
6754   layout:
6755     title: ""  # No title
6756     layout: "plot-throughput"
6757
6758 -
6759   type: "plot"
6760   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6761   algorithm: "plot_performance_box"
6762   output-file-type: ".html"
6763   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6764   data: "plot-vpp-throughput-latency-3n-skx"
6765   filter: "'NIC_Intel-XXV710' and
6766            '64B' and
6767            'ENCAP' and
6768            'PDRDISC' and not 'NDRDISC' and
6769            '4T2C' and
6770            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6771            not 'VHOST' and
6772            not 'IPSECHW'"
6773   parameters:
6774   - "throughput"
6775   - "parent"
6776   traces:
6777     hoverinfo: "x+y"
6778     boxpoints: "outliers"
6779     whiskerwidth: 0
6780   layout:
6781     title: ""  # No title
6782     layout: "plot-throughput"
6783
6784 # Packet Throughput - VPP IPv4 tunnels 2n-skx-x710
6785 -
6786   type: "plot"
6787   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6788   algorithm: "plot_performance_box"
6789   output-file-type: ".html"
6790   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6791   data: "plot-vpp-throughput-latency-2n-skx"
6792   filter: "'NIC_Intel-X710' and
6793            '64B' and
6794            'ENCAP' and
6795            'NDRDISC' and
6796            '2T1C' and
6797            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6798            not 'VHOST' and
6799            not 'IPSECHW'"
6800   parameters:
6801   - "throughput"
6802   - "parent"
6803   traces:
6804     hoverinfo: "x+y"
6805     boxpoints: "outliers"
6806     whiskerwidth: 0
6807   layout:
6808     title: ""  # No title
6809     layout: "plot-throughput"
6810
6811 -
6812   type: "plot"
6813   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6814   algorithm: "plot_performance_box"
6815   output-file-type: ".html"
6816   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6817   data: "plot-vpp-throughput-latency-2n-skx"
6818   filter: "'NIC_Intel-X710' and
6819            '64B' and
6820            'ENCAP' and
6821            'PDRDISC' and not 'NDRDISC' and
6822            '2T1C' and
6823            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6824            not 'VHOST' and
6825            not 'IPSECHW'"
6826   parameters:
6827   - "throughput"
6828   - "parent"
6829   traces:
6830     hoverinfo: "x+y"
6831     boxpoints: "outliers"
6832     whiskerwidth: 0
6833   layout:
6834     title: ""  # No title
6835     layout: "plot-throughput"
6836
6837 -
6838   type: "plot"
6839   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6840   algorithm: "plot_performance_box"
6841   output-file-type: ".html"
6842   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6843   data: "plot-vpp-throughput-latency-2n-skx"
6844   filter: "'NIC_Intel-X710' and
6845            '64B' and
6846            'ENCAP' and
6847            'NDRDISC' and
6848            '4T2C' and
6849            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6850            not 'VHOST' and
6851            not 'IPSECHW'"
6852   parameters:
6853   - "throughput"
6854   - "parent"
6855   traces:
6856     hoverinfo: "x+y"
6857     boxpoints: "outliers"
6858     whiskerwidth: 0
6859   layout:
6860     title: ""  # No title
6861     layout: "plot-throughput"
6862
6863 -
6864   type: "plot"
6865   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6866   algorithm: "plot_performance_box"
6867   output-file-type: ".html"
6868   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6869   data: "plot-vpp-throughput-latency-2n-skx"
6870   filter: "'NIC_Intel-X710' and
6871            '64B' and
6872            'ENCAP' and
6873            'PDRDISC' and not 'NDRDISC' and
6874            '4T2C' and
6875            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6876            not 'VHOST' and
6877            not 'IPSECHW'"
6878   parameters:
6879   - "throughput"
6880   - "parent"
6881   traces:
6882     hoverinfo: "x+y"
6883     boxpoints: "outliers"
6884     whiskerwidth: 0
6885   layout:
6886     title: ""  # No title
6887     layout: "plot-throughput"
6888
6889 # Packet Throughput - VPP IPv4 tunnels 2n-skx-xxv710
6890 -
6891   type: "plot"
6892   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6893   algorithm: "plot_performance_box"
6894   output-file-type: ".html"
6895   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6896   data: "plot-vpp-throughput-latency-2n-skx"
6897   filter: "'NIC_Intel-XXV710' and
6898            '64B' and
6899            'ENCAP' and
6900            'NDRDISC' and
6901            '2T1C' and
6902            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6903            not 'VHOST' and
6904            not 'IPSECHW'"
6905   parameters:
6906   - "throughput"
6907   - "parent"
6908   traces:
6909     hoverinfo: "x+y"
6910     boxpoints: "outliers"
6911     whiskerwidth: 0
6912   layout:
6913     title: ""  # No title
6914     layout: "plot-throughput"
6915
6916 -
6917   type: "plot"
6918   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6919   algorithm: "plot_performance_box"
6920   output-file-type: ".html"
6921   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6922   data: "plot-vpp-throughput-latency-2n-skx"
6923   filter: "'NIC_Intel-XXV710' and
6924            '64B' and
6925            'ENCAP' and
6926            'PDRDISC' and not 'NDRDISC' and
6927            '2T1C' and
6928            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6929            not 'VHOST' and
6930            not 'IPSECHW'"
6931   parameters:
6932   - "throughput"
6933   - "parent"
6934   traces:
6935     hoverinfo: "x+y"
6936     boxpoints: "outliers"
6937     whiskerwidth: 0
6938   layout:
6939     title: ""  # No title
6940     layout: "plot-throughput"
6941
6942 -
6943   type: "plot"
6944   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6945   algorithm: "plot_performance_box"
6946   output-file-type: ".html"
6947   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6948   data: "plot-vpp-throughput-latency-2n-skx"
6949   filter: "'NIC_Intel-XXV710' and
6950            '64B' and
6951            'ENCAP' and
6952            'NDRDISC' and
6953            '4T2C' and
6954            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6955            not 'VHOST' and
6956            not 'IPSECHW'"
6957   parameters:
6958   - "throughput"
6959   - "parent"
6960   traces:
6961     hoverinfo: "x+y"
6962     boxpoints: "outliers"
6963     whiskerwidth: 0
6964   layout:
6965     title: ""  # No title
6966     layout: "plot-throughput"
6967
6968 -
6969   type: "plot"
6970   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6971   algorithm: "plot_performance_box"
6972   output-file-type: ".html"
6973   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6974   data: "plot-vpp-throughput-latency-2n-skx"
6975   filter: "'NIC_Intel-XXV710' and
6976            '64B' and
6977            'ENCAP' and
6978            'PDRDISC' and not 'NDRDISC' and
6979            '4T2C' and
6980            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6981            not 'VHOST' and
6982            not 'IPSECHW'"
6983   parameters:
6984   - "throughput"
6985   - "parent"
6986   traces:
6987     hoverinfo: "x+y"
6988     boxpoints: "outliers"
6989     whiskerwidth: 0
6990   layout:
6991     title: ""  # No title
6992     layout: "plot-throughput"
6993
6994 ################################################################################
6995
6996 # Packet Throughput - VPP IPv6 3n-hsw-x520
6997 -
6998   type: "plot"
6999   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7000   algorithm: "plot_performance_box"
7001   output-file-type: ".html"
7002   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7003   data: "plot-vpp-throughput-latency-3n-hsw"
7004   filter: "'NIC_Intel-X520-DA2' and
7005            '78B' and
7006            ('BASE' or 'SCALE') and
7007            'NDRDISC' and
7008            '1T1C' and
7009            'IP6FWD' and
7010            not 'SRv6' and
7011            not 'IPSEC' and 
7012            not 'VHOST'"
7013   parameters:
7014   - "throughput"
7015   - "parent"
7016   traces:
7017     hoverinfo: "x+y"
7018     boxpoints: "outliers"
7019     whiskerwidth: 0
7020   layout:
7021     title: ""  # No title
7022     layout: "plot-throughput"
7023
7024 -
7025   type: "plot"
7026   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7027   algorithm: "plot_performance_box"
7028   output-file-type: ".html"
7029   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7030   data: "plot-vpp-throughput-latency-3n-hsw"
7031   filter: "'NIC_Intel-X520-DA2' and
7032            '78B' and
7033            ('BASE' or 'SCALE') and
7034            'PDRDISC' and not 'NDRDISC' and
7035            '1T1C' and
7036            'IP6FWD' and
7037            not 'SRv6' and
7038            not 'IPSEC' and 
7039            not 'VHOST'"
7040   parameters:
7041   - "throughput"
7042   - "parent"
7043   traces:
7044     hoverinfo: "x+y"
7045     boxpoints: "outliers"
7046     whiskerwidth: 0
7047   layout:
7048     title: ""  # No title
7049     layout: "plot-throughput"
7050
7051 -
7052   type: "plot"
7053   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7054   algorithm: "plot_performance_box"
7055   output-file-type: ".html"
7056   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7057   data: "plot-vpp-throughput-latency-3n-hsw"
7058   filter: "'NIC_Intel-X520-DA2' and
7059            '78B' and
7060            ('BASE' or 'SCALE') and
7061            'NDRDISC' and
7062            '2T2C' and
7063            'IP6FWD' and
7064            not 'SRv6' and
7065            not 'IPSEC' and 
7066            not 'VHOST'"
7067   parameters:
7068   - "throughput"
7069   - "parent"
7070   traces:
7071     hoverinfo: "x+y"
7072     boxpoints: "outliers"
7073     whiskerwidth: 0
7074   layout:
7075     title: ""  # No title
7076     layout: "plot-throughput"
7077
7078 -
7079   type: "plot"
7080   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7081   algorithm: "plot_performance_box"
7082   output-file-type: ".html"
7083   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7084   data: "plot-vpp-throughput-latency-3n-hsw"
7085   filter: "'NIC_Intel-X520-DA2' and
7086            '78B' and
7087            ('BASE' or 'SCALE') and
7088            'PDRDISC' and not 'NDRDISC' and
7089            '2T2C' and
7090            'IP6FWD' and
7091            not 'SRv6' and
7092            not 'IPSEC' and 
7093            not 'VHOST'"
7094   parameters:
7095   - "throughput"
7096   - "parent"
7097   traces:
7098     hoverinfo: "x+y"
7099     boxpoints: "outliers"
7100     whiskerwidth: 0
7101   layout:
7102     title: ""  # No title
7103     layout: "plot-throughput"
7104
7105 -
7106   type: "plot"
7107   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-ndr"
7108   algorithm: "plot_performance_box"
7109   output-file-type: ".html"
7110   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr"
7111   data: "plot-vpp-throughput-latency-3n-hsw"
7112   filter: "'NIC_Intel-X520-DA2' and
7113            '78B' and
7114            'FEATURE' and
7115            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7116            'NDRDISC' and
7117            '1T1C' and
7118            'IP6FWD' and
7119            not 'SRv6' and
7120            not 'IPSEC' and 
7121            not 'VHOST'"
7122   parameters:
7123   - "throughput"
7124   - "parent"
7125   traces:
7126     hoverinfo: "x+y"
7127     boxpoints: "outliers"
7128     whiskerwidth: 0
7129   layout:
7130     title: ""  # No title
7131     layout: "plot-throughput"
7132
7133 -
7134   type: "plot"
7135   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-pdr"
7136   algorithm: "plot_performance_box"
7137   output-file-type: ".html"
7138   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-pdr"
7139   data: "plot-vpp-throughput-latency-3n-hsw"
7140   filter: "'NIC_Intel-X520-DA2' and
7141            '78B' and
7142            'FEATURE' and
7143            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7144            'PDRDISC' and not 'NDRDISC' and
7145            '1T1C' and
7146            'IP6FWD' and
7147            not 'SRv6' and
7148            not 'IPSEC' and 
7149            not 'VHOST'"
7150   parameters:
7151   - "throughput"
7152   - "parent"
7153   traces:
7154     hoverinfo: "x+y"
7155     boxpoints: "outliers"
7156     whiskerwidth: 0
7157   layout:
7158     title: ""  # No title
7159     layout: "plot-throughput"
7160
7161 -
7162   type: "plot"
7163   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-ndr"
7164   algorithm: "plot_performance_box"
7165   output-file-type: ".html"
7166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr"
7167   data: "plot-vpp-throughput-latency-3n-hsw"
7168   filter: "'NIC_Intel-X520-DA2' and
7169            '78B' and
7170            'FEATURE' and
7171            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7172            'NDRDISC' and
7173            '2T2C' and
7174            not 'SRv6' and
7175            'IP6FWD' and
7176            not 'IPSEC' and 
7177            not 'VHOST'"
7178   parameters:
7179   - "throughput"
7180   - "parent"
7181   traces:
7182     hoverinfo: "x+y"
7183     boxpoints: "outliers"
7184     whiskerwidth: 0
7185   layout:
7186     title: ""  # No title
7187     layout: "plot-throughput"
7188
7189 -
7190   type: "plot"
7191   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-pdr"
7192   algorithm: "plot_performance_box"
7193   output-file-type: ".html"
7194   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-pdr"
7195   data: "plot-vpp-throughput-latency-3n-hsw"
7196   filter: "'NIC_Intel-X520-DA2' and
7197            '78B' and
7198            'FEATURE' and
7199            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7200            'PDRDISC' and not 'NDRDISC' and
7201            '2T2C' and
7202            'IP6FWD' and
7203            not 'SRv6' and
7204            not 'IPSEC' and 
7205            not 'VHOST'"
7206   parameters:
7207   - "throughput"
7208   - "parent"
7209   traces:
7210     hoverinfo: "x+y"
7211     boxpoints: "outliers"
7212     whiskerwidth: 0
7213   layout:
7214     title: ""  # No title
7215     layout: "plot-throughput"
7216
7217 # Packet Throughput - VPP IPv6 3n-hsw-x710
7218 -
7219   type: "plot"
7220   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
7221   algorithm: "plot_performance_box"
7222   output-file-type: ".html"
7223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
7224   data: "plot-vpp-throughput-latency-3n-hsw"
7225   filter: "'NIC_Intel-X710' and
7226            '78B' and
7227            ('BASE' or 'SCALE') and
7228            'NDRDISC' and
7229            '1T1C' and
7230            'IP6FWD' and
7231            not 'SRv6' and
7232            not 'IPSEC' and 
7233            not 'VHOST'"
7234   parameters:
7235   - "throughput"
7236   - "parent"
7237   traces:
7238     hoverinfo: "x+y"
7239     boxpoints: "outliers"
7240     whiskerwidth: 0
7241   layout:
7242     title: ""  # No title
7243     layout: "plot-throughput"
7244
7245 -
7246   type: "plot"
7247   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
7248   algorithm: "plot_performance_box"
7249   output-file-type: ".html"
7250   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
7251   data: "plot-vpp-throughput-latency-3n-hsw"
7252   filter: "'NIC_Intel-X710' and
7253            '78B' and
7254            ('BASE' or 'SCALE') and
7255            'PDRDISC' and not 'NDRDISC' and
7256            '1T1C' and
7257            'IP6FWD' and
7258            not 'SRv6' and
7259            not 'IPSEC' and 
7260            not 'VHOST'"
7261   parameters:
7262   - "throughput"
7263   - "parent"
7264   traces:
7265     hoverinfo: "x+y"
7266     boxpoints: "outliers"
7267     whiskerwidth: 0
7268   layout:
7269     title: ""  # No title
7270     layout: "plot-throughput"
7271
7272 -
7273   type: "plot"
7274   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
7275   algorithm: "plot_performance_box"
7276   output-file-type: ".html"
7277   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
7278   data: "plot-vpp-throughput-latency-3n-hsw"
7279   filter: "'NIC_Intel-X710' and
7280            '78B' and
7281            ('BASE' or 'SCALE') and
7282            'NDRDISC' and
7283            '2T2C' and
7284            'IP6FWD' and
7285            not 'SRv6' and
7286            not 'IPSEC' and 
7287            not 'VHOST'"
7288   parameters:
7289   - "throughput"
7290   - "parent"
7291   traces:
7292     hoverinfo: "x+y"
7293     boxpoints: "outliers"
7294     whiskerwidth: 0
7295   layout:
7296     title: ""  # No title
7297     layout: "plot-throughput"
7298
7299 -
7300   type: "plot"
7301   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
7302   algorithm: "plot_performance_box"
7303   output-file-type: ".html"
7304   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
7305   data: "plot-vpp-throughput-latency-3n-hsw"
7306   filter: "'NIC_Intel-X710' and
7307            '78B' and
7308            ('BASE' or 'SCALE') and
7309            'PDRDISC' and not 'NDRDISC' and
7310            '2T2C' and
7311            'IP6FWD' and
7312            not 'SRv6' and
7313            not 'IPSEC' and 
7314            not 'VHOST'"
7315   parameters:
7316   - "throughput"
7317   - "parent"
7318   traces:
7319     hoverinfo: "x+y"
7320     boxpoints: "outliers"
7321     whiskerwidth: 0
7322   layout:
7323     title: ""  # No title
7324     layout: "plot-throughput"
7325
7326 -
7327   type: "plot"
7328   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-ndr"
7329   algorithm: "plot_performance_box"
7330   output-file-type: ".html"
7331   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr"
7332   data: "plot-vpp-throughput-latency-3n-hsw"
7333   filter: "'NIC_Intel-X710' and
7334            '78B' and
7335            'FEATURE' and
7336            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7337            'NDRDISC' and
7338            '1T1C' and
7339            'IP6FWD' and
7340            not 'SRv6' and
7341            not 'IPSEC' and 
7342            not 'VHOST'"
7343   parameters:
7344   - "throughput"
7345   - "parent"
7346   traces:
7347     hoverinfo: "x+y"
7348     boxpoints: "outliers"
7349     whiskerwidth: 0
7350   layout:
7351     title: ""  # No title
7352     layout: "plot-throughput"
7353
7354 -
7355   type: "plot"
7356   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-pdr"
7357   algorithm: "plot_performance_box"
7358   output-file-type: ".html"
7359   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-pdr"
7360   data: "plot-vpp-throughput-latency-3n-hsw"
7361   filter: "'NIC_Intel-X710' and
7362            '78B' and
7363            'FEATURE' and
7364            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7365            'PDRDISC' and not 'NDRDISC' and
7366            '1T1C' and
7367            'IP6FWD' and
7368            not 'SRv6' and
7369            not 'IPSEC' and 
7370            not 'VHOST'"
7371   parameters:
7372   - "throughput"
7373   - "parent"
7374   traces:
7375     hoverinfo: "x+y"
7376     boxpoints: "outliers"
7377     whiskerwidth: 0
7378   layout:
7379     title: ""  # No title
7380     layout: "plot-throughput"
7381
7382 -
7383   type: "plot"
7384   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-ndr"
7385   algorithm: "plot_performance_box"
7386   output-file-type: ".html"
7387   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr"
7388   data: "plot-vpp-throughput-latency-3n-hsw"
7389   filter: "'NIC_Intel-X710' and
7390            '78B' and
7391            'FEATURE' and
7392            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7393            'NDRDISC' and
7394            '2T2C' and
7395            'IP6FWD' and
7396            not 'SRv6' and
7397            not 'IPSEC' and 
7398            not 'VHOST'"
7399   parameters:
7400   - "throughput"
7401   - "parent"
7402   traces:
7403     hoverinfo: "x+y"
7404     boxpoints: "outliers"
7405     whiskerwidth: 0
7406   layout:
7407     title: ""  # No title
7408     layout: "plot-throughput"
7409
7410 -
7411   type: "plot"
7412   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-pdr"
7413   algorithm: "plot_performance_box"
7414   output-file-type: ".html"
7415   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-pdr"
7416   data: "plot-vpp-throughput-latency-3n-hsw"
7417   filter: "'NIC_Intel-X710' and
7418            '78B' and
7419            'FEATURE' and
7420            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7421            'PDRDISC' and not 'NDRDISC' and
7422            '2T2C' and
7423            'IP6FWD' and
7424            not 'SRv6' and
7425            not 'IPSEC' and 
7426            not 'VHOST'"
7427   parameters:
7428   - "throughput"
7429   - "parent"
7430   traces:
7431     hoverinfo: "x+y"
7432     boxpoints: "outliers"
7433     whiskerwidth: 0
7434   layout:
7435     title: ""  # No title
7436     layout: "plot-throughput"
7437
7438 # Packet Throughput - VPP IPv6 3n-hsw-xl710
7439 -
7440   type: "plot"
7441   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
7442   algorithm: "plot_performance_box"
7443   output-file-type: ".html"
7444   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
7445   data: "plot-vpp-throughput-latency-3n-hsw"
7446   filter: "'NIC_Intel-XL710' and
7447            '78B' and
7448            ('BASE' or 'SCALE') and
7449            'NDRDISC' and
7450            '1T1C' and
7451            'IP6FWD' and
7452            not 'SRv6' and
7453            not 'IPSEC' and 
7454            not 'VHOST'"
7455   parameters:
7456   - "throughput"
7457   - "parent"
7458   traces:
7459     hoverinfo: "x+y"
7460     boxpoints: "outliers"
7461     whiskerwidth: 0
7462   layout:
7463     title: ""  # No title
7464     layout: "plot-throughput"
7465
7466 -
7467   type: "plot"
7468   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
7469   algorithm: "plot_performance_box"
7470   output-file-type: ".html"
7471   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
7472   data: "plot-vpp-throughput-latency-3n-hsw"
7473   filter: "'NIC_Intel-XL710' and
7474            '78B' and
7475            ('BASE' or 'SCALE') and
7476            'PDRDISC' and not 'NDRDISC' and
7477            '1T1C' and
7478            'IP6FWD' and
7479            not 'SRv6' and
7480            not 'IPSEC' and 
7481            not 'VHOST'"
7482   parameters:
7483   - "throughput"
7484   - "parent"
7485   traces:
7486     hoverinfo: "x+y"
7487     boxpoints: "outliers"
7488     whiskerwidth: 0
7489   layout:
7490     title: ""  # No title
7491     layout: "plot-throughput"
7492
7493 -
7494   type: "plot"
7495   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
7496   algorithm: "plot_performance_box"
7497   output-file-type: ".html"
7498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
7499   data: "plot-vpp-throughput-latency-3n-hsw"
7500   filter: "'NIC_Intel-XL710' and
7501            '78B' and
7502            ('BASE' or 'SCALE') and
7503            'NDRDISC' and
7504            '2T2C' and
7505            'IP6FWD' and
7506            not 'SRv6' and
7507            not 'IPSEC' and 
7508            not 'VHOST'"
7509   parameters:
7510   - "throughput"
7511   - "parent"
7512   traces:
7513     hoverinfo: "x+y"
7514     boxpoints: "outliers"
7515     whiskerwidth: 0
7516   layout:
7517     title: ""  # No title
7518     layout: "plot-throughput"
7519
7520 -
7521   type: "plot"
7522   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
7523   algorithm: "plot_performance_box"
7524   output-file-type: ".html"
7525   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
7526   data: "plot-vpp-throughput-latency-3n-hsw"
7527   filter: "'NIC_Intel-XL710' and
7528            '78B' and
7529            ('BASE' or 'SCALE') and
7530            'PDRDISC' and not 'NDRDISC' and
7531            '2T2C' and
7532            'IP6FWD' and
7533            not 'SRv6' and
7534            not 'IPSEC' and 
7535            not 'VHOST'"
7536   parameters:
7537   - "throughput"
7538   - "parent"
7539   traces:
7540     hoverinfo: "x+y"
7541     boxpoints: "outliers"
7542     whiskerwidth: 0
7543   layout:
7544     title: ""  # No title
7545     layout: "plot-throughput"
7546
7547 # Packet Throughput - VPP IPv6 3n-skx-x710
7548 -
7549   type: "plot"
7550   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
7551   algorithm: "plot_performance_box"
7552   output-file-type: ".html"
7553   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
7554   data: "plot-vpp-throughput-latency-3n-skx"
7555   filter: "'NIC_Intel-X710' and
7556            '78B' and
7557            ('BASE' or 'SCALE') and
7558            'NDRDISC' and
7559            '2T1C' and
7560            'IP6FWD' and
7561            not 'SRv6' and
7562            not 'IPSEC' and 
7563            not 'VHOST'"
7564   parameters:
7565   - "throughput"
7566   - "parent"
7567   traces:
7568     hoverinfo: "x+y"
7569     boxpoints: "outliers"
7570     whiskerwidth: 0
7571   layout:
7572     title: ""  # No title
7573     layout: "plot-throughput"
7574
7575 -
7576   type: "plot"
7577   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
7578   algorithm: "plot_performance_box"
7579   output-file-type: ".html"
7580   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
7581   data: "plot-vpp-throughput-latency-3n-skx"
7582   filter: "'NIC_Intel-X710' and
7583            '78B' and
7584            ('BASE' or 'SCALE') and
7585            'PDRDISC' and not 'NDRDISC' and
7586            '2T1C' and
7587            'IP6FWD' and
7588            not 'SRv6' and
7589            not 'IPSEC' and 
7590            not 'VHOST'"
7591   parameters:
7592   - "throughput"
7593   - "parent"
7594   traces:
7595     hoverinfo: "x+y"
7596     boxpoints: "outliers"
7597     whiskerwidth: 0
7598   layout:
7599     title: ""  # No title
7600     layout: "plot-throughput"
7601
7602 -
7603   type: "plot"
7604   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
7605   algorithm: "plot_performance_box"
7606   output-file-type: ".html"
7607   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
7608   data: "plot-vpp-throughput-latency-3n-skx"
7609   filter: "'NIC_Intel-X710' and
7610            '78B' and
7611            ('BASE' or 'SCALE') and
7612            'NDRDISC' and
7613            '4T2C' and
7614            'IP6FWD' and
7615            not 'SRv6' and
7616            not 'IPSEC' and 
7617            not 'VHOST'"
7618   parameters:
7619   - "throughput"
7620   - "parent"
7621   traces:
7622     hoverinfo: "x+y"
7623     boxpoints: "outliers"
7624     whiskerwidth: 0
7625   layout:
7626     title: ""  # No title
7627     layout: "plot-throughput"
7628
7629 -
7630   type: "plot"
7631   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
7632   algorithm: "plot_performance_box"
7633   output-file-type: ".html"
7634   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
7635   data: "plot-vpp-throughput-latency-3n-skx"
7636   filter: "'NIC_Intel-X710' and
7637            '78B' and
7638            ('BASE' or 'SCALE') and
7639            'PDRDISC' and not 'NDRDISC' and
7640            '4T2C' and
7641            'IP6FWD' and
7642            not 'SRv6' and
7643            not 'IPSEC' and 
7644            not 'VHOST'"
7645   parameters:
7646   - "throughput"
7647   - "parent"
7648   traces:
7649     hoverinfo: "x+y"
7650     boxpoints: "outliers"
7651     whiskerwidth: 0
7652   layout:
7653     title: ""  # No title
7654     layout: "plot-throughput"
7655
7656 -
7657   type: "plot"
7658   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-ndr"
7659   algorithm: "plot_performance_box"
7660   output-file-type: ".html"
7661   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr"
7662   data: "plot-vpp-throughput-latency-3n-skx"
7663   filter: "'NIC_Intel-X710' and
7664            '78B' and
7665            'FEATURE' and
7666            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7667            'NDRDISC' and
7668            '2T1C' and
7669            'IP6FWD' and
7670            not 'SRv6' and
7671            not 'IPSEC' and 
7672            not 'VHOST'"
7673   parameters:
7674   - "throughput"
7675   - "parent"
7676   traces:
7677     hoverinfo: "x+y"
7678     boxpoints: "outliers"
7679     whiskerwidth: 0
7680   layout:
7681     title: ""  # No title
7682     layout: "plot-throughput"
7683
7684 -
7685   type: "plot"
7686   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-pdr"
7687   algorithm: "plot_performance_box"
7688   output-file-type: ".html"
7689   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-pdr"
7690   data: "plot-vpp-throughput-latency-3n-skx"
7691   filter: "'NIC_Intel-X710' and
7692            '78B' and
7693            'FEATURE' and
7694            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7695            'PDRDISC' and not 'NDRDISC' and
7696            '2T1C' and
7697            'IP6FWD' and
7698            not 'SRv6' and
7699            not 'IPSEC' and 
7700            not 'VHOST'"
7701   parameters:
7702   - "throughput"
7703   - "parent"
7704   traces:
7705     hoverinfo: "x+y"
7706     boxpoints: "outliers"
7707     whiskerwidth: 0
7708   layout:
7709     title: ""  # No title
7710     layout: "plot-throughput"
7711
7712 -
7713   type: "plot"
7714   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-ndr"
7715   algorithm: "plot_performance_box"
7716   output-file-type: ".html"
7717   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr"
7718   data: "plot-vpp-throughput-latency-3n-skx"
7719   filter: "'NIC_Intel-X710' and
7720            '78B' and
7721            'FEATURE' and
7722            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7723            'NDRDISC' and
7724            '4T2C' and
7725            'IP6FWD' and
7726            not 'SRv6' and
7727            not 'IPSEC' and 
7728            not 'VHOST'"
7729   parameters:
7730   - "throughput"
7731   - "parent"
7732   traces:
7733     hoverinfo: "x+y"
7734     boxpoints: "outliers"
7735     whiskerwidth: 0
7736   layout:
7737     title: ""  # No title
7738     layout: "plot-throughput"
7739
7740 -
7741   type: "plot"
7742   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-pdr"
7743   algorithm: "plot_performance_box"
7744   output-file-type: ".html"
7745   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-pdr"
7746   data: "plot-vpp-throughput-latency-3n-skx"
7747   filter: "'NIC_Intel-X710' and
7748            '78B' and
7749            'FEATURE' and
7750            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7751            'PDRDISC' and not 'NDRDISC' and
7752            '4T2C' and
7753            'IP6FWD' and
7754            not 'SRv6' and
7755            not 'IPSEC' and 
7756            not 'VHOST'"
7757   parameters:
7758   - "throughput"
7759   - "parent"
7760   traces:
7761     hoverinfo: "x+y"
7762     boxpoints: "outliers"
7763     whiskerwidth: 0
7764   layout:
7765     title: ""  # No title
7766     layout: "plot-throughput"
7767
7768 # Packet Throughput - VPP IPv6 3n-skx-xxv710
7769 -
7770   type: "plot"
7771   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7772   algorithm: "plot_performance_box"
7773   output-file-type: ".html"
7774   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7775   data: "plot-vpp-throughput-latency-3n-skx"
7776   filter: "'NIC_Intel-XXV710' and
7777            '78B' and
7778            ('BASE' or 'SCALE') and
7779            'NDRDISC' and
7780            '2T1C' and
7781            'IP6FWD' and
7782            not 'SRv6' and
7783            not 'IPSEC' and 
7784            not 'VHOST'"
7785   parameters:
7786   - "throughput"
7787   - "parent"
7788   traces:
7789     hoverinfo: "x+y"
7790     boxpoints: "outliers"
7791     whiskerwidth: 0
7792   layout:
7793     title: ""  # No title
7794     layout: "plot-throughput"
7795
7796 -
7797   type: "plot"
7798   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7799   algorithm: "plot_performance_box"
7800   output-file-type: ".html"
7801   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7802   data: "plot-vpp-throughput-latency-3n-skx"
7803   filter: "'NIC_Intel-XXV710' and
7804            '78B' and
7805            ('BASE' or 'SCALE') and
7806            'PDRDISC' and not 'NDRDISC' and
7807            '2T1C' and
7808            'IP6FWD' and
7809            not 'SRv6' and
7810            not 'IPSEC' and 
7811            not 'VHOST'"
7812   parameters:
7813   - "throughput"
7814   - "parent"
7815   traces:
7816     hoverinfo: "x+y"
7817     boxpoints: "outliers"
7818     whiskerwidth: 0
7819   layout:
7820     title: ""  # No title
7821     layout: "plot-throughput"
7822
7823 -
7824   type: "plot"
7825   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7826   algorithm: "plot_performance_box"
7827   output-file-type: ".html"
7828   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7829   data: "plot-vpp-throughput-latency-3n-skx"
7830   filter: "'NIC_Intel-XXV710' and
7831            '78B' and
7832            ('BASE' or 'SCALE') and
7833            'NDRDISC' and
7834            '4T2C' and
7835            'IP6FWD' and
7836            not 'SRv6' and
7837            not 'IPSEC' and 
7838            not 'VHOST'"
7839   parameters:
7840   - "throughput"
7841   - "parent"
7842   traces:
7843     hoverinfo: "x+y"
7844     boxpoints: "outliers"
7845     whiskerwidth: 0
7846   layout:
7847     title: ""  # No title
7848     layout: "plot-throughput"
7849
7850 -
7851   type: "plot"
7852   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7853   algorithm: "plot_performance_box"
7854   output-file-type: ".html"
7855   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7856   data: "plot-vpp-throughput-latency-3n-skx"
7857   filter: "'NIC_Intel-XXV710' and
7858            '78B' and
7859            ('BASE' or 'SCALE') and
7860            'PDRDISC' and not 'NDRDISC' and
7861            '4T2C' and
7862            'IP6FWD' and
7863            not 'SRv6' and
7864            not 'IPSEC' and 
7865            not 'VHOST'"
7866   parameters:
7867   - "throughput"
7868   - "parent"
7869   traces:
7870     hoverinfo: "x+y"
7871     boxpoints: "outliers"
7872     whiskerwidth: 0
7873   layout:
7874     title: ""  # No title
7875     layout: "plot-throughput"
7876
7877 -
7878   type: "plot"
7879   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
7880   algorithm: "plot_performance_box"
7881   output-file-type: ".html"
7882   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
7883   data: "plot-vpp-throughput-latency-3n-skx"
7884   filter: "'NIC_Intel-XXV710' and
7885            '78B' and
7886            'FEATURE' and
7887            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7888            'NDRDISC' and
7889            '2T1C' and
7890            'IP6FWD' and
7891            not 'SRv6' and
7892            not 'IPSEC' and 
7893            not 'VHOST'"
7894   parameters:
7895   - "throughput"
7896   - "parent"
7897   traces:
7898     hoverinfo: "x+y"
7899     boxpoints: "outliers"
7900     whiskerwidth: 0
7901   layout:
7902     title: ""  # No title
7903     layout: "plot-throughput"
7904
7905 -
7906   type: "plot"
7907   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
7908   algorithm: "plot_performance_box"
7909   output-file-type: ".html"
7910   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
7911   data: "plot-vpp-throughput-latency-3n-skx"
7912   filter: "'NIC_Intel-XXV710' and
7913            '78B' and
7914            'FEATURE' and
7915            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7916            'PDRDISC' and not 'NDRDISC' and
7917            '2T1C' and
7918            'IP6FWD' and
7919            not 'SRv6' and
7920            not 'IPSEC' and 
7921            not 'VHOST'"
7922   parameters:
7923   - "throughput"
7924   - "parent"
7925   traces:
7926     hoverinfo: "x+y"
7927     boxpoints: "outliers"
7928     whiskerwidth: 0
7929   layout:
7930     title: ""  # No title
7931     layout: "plot-throughput"
7932
7933 -
7934   type: "plot"
7935   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
7936   algorithm: "plot_performance_box"
7937   output-file-type: ".html"
7938   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
7939   data: "plot-vpp-throughput-latency-3n-skx"
7940   filter: "'NIC_Intel-XXV710' and
7941            '78B' and
7942            'FEATURE' and
7943            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7944            'NDRDISC' and
7945            '4T2C' and
7946            'IP6FWD' and
7947            not 'SRv6' and
7948            not 'IPSEC' and 
7949            not 'VHOST'"
7950   parameters:
7951   - "throughput"
7952   - "parent"
7953   traces:
7954     hoverinfo: "x+y"
7955     boxpoints: "outliers"
7956     whiskerwidth: 0
7957   layout:
7958     title: ""  # No title
7959     layout: "plot-throughput"
7960
7961 -
7962   type: "plot"
7963   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7964   algorithm: "plot_performance_box"
7965   output-file-type: ".html"
7966   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7967   data: "plot-vpp-throughput-latency-3n-skx"
7968   filter: "'NIC_Intel-XXV710' and
7969            '78B' and
7970            'FEATURE' and
7971            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7972            'PDRDISC' and not 'NDRDISC' and
7973            '4T2C' and
7974            'IP6FWD' and
7975            not 'SRv6' and
7976            not 'IPSEC' and 
7977            not 'VHOST'"
7978   parameters:
7979   - "throughput"
7980   - "parent"
7981   traces:
7982     hoverinfo: "x+y"
7983     boxpoints: "outliers"
7984     whiskerwidth: 0
7985   layout:
7986     title: ""  # No title
7987     layout: "plot-throughput"
7988
7989 # Packet Throughput - VPP IPv6 2n-skx-x710
7990 -
7991   type: "plot"
7992   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7993   algorithm: "plot_performance_box"
7994   output-file-type: ".html"
7995   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7996   data: "plot-vpp-throughput-latency-2n-skx"
7997   filter: "'NIC_Intel-X710' and
7998            '78B' and
7999            ('BASE' or 'SCALE') and
8000            'NDRDISC' and
8001            '2T1C' and
8002            'IP6FWD' and
8003            not 'SRv6' and
8004            not 'IPSEC' and 
8005            not 'VHOST'"
8006   parameters:
8007   - "throughput"
8008   - "parent"
8009   traces:
8010     hoverinfo: "x+y"
8011     boxpoints: "outliers"
8012     whiskerwidth: 0
8013   layout:
8014     title: ""  # No title
8015     layout: "plot-throughput"
8016
8017 -
8018   type: "plot"
8019   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
8020   algorithm: "plot_performance_box"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
8023   data: "plot-vpp-throughput-latency-2n-skx"
8024   filter: "'NIC_Intel-X710' and
8025            '78B' and
8026            ('BASE' or 'SCALE') and
8027            'PDRDISC' and not 'NDRDISC' and
8028            '2T1C' and
8029            'IP6FWD' and
8030            not 'IPSEC' and 
8031            not 'VHOST'"
8032   parameters:
8033   - "throughput"
8034   - "parent"
8035   traces:
8036     hoverinfo: "x+y"
8037     boxpoints: "outliers"
8038     whiskerwidth: 0
8039   layout:
8040     title: ""  # No title
8041     layout: "plot-throughput"
8042
8043 -
8044   type: "plot"
8045   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
8046   algorithm: "plot_performance_box"
8047   output-file-type: ".html"
8048   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
8049   data: "plot-vpp-throughput-latency-2n-skx"
8050   filter: "'NIC_Intel-X710' and
8051            '78B' and
8052            ('BASE' or 'SCALE') and
8053            'NDRDISC' and
8054            '4T2C' and
8055            'IP6FWD' and
8056            not 'SRv6' and
8057            not 'IPSEC' and 
8058            not 'VHOST'"
8059   parameters:
8060   - "throughput"
8061   - "parent"
8062   traces:
8063     hoverinfo: "x+y"
8064     boxpoints: "outliers"
8065     whiskerwidth: 0
8066   layout:
8067     title: ""  # No title
8068     layout: "plot-throughput"
8069
8070 -
8071   type: "plot"
8072   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
8073   algorithm: "plot_performance_box"
8074   output-file-type: ".html"
8075   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
8076   data: "plot-vpp-throughput-latency-2n-skx"
8077   filter: "'NIC_Intel-X710' and
8078            '78B' and
8079            ('BASE' or 'SCALE') and
8080            'PDRDISC' and not 'NDRDISC' and
8081            '4T2C' and
8082            'IP6FWD' and
8083            not 'SRv6' and
8084            not 'IPSEC' and 
8085            not 'VHOST'"
8086   parameters:
8087   - "throughput"
8088   - "parent"
8089   traces:
8090     hoverinfo: "x+y"
8091     boxpoints: "outliers"
8092     whiskerwidth: 0
8093   layout:
8094     title: ""  # No title
8095     layout: "plot-throughput"
8096
8097 -
8098   type: "plot"
8099   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-features-ndr"
8100   algorithm: "plot_performance_box"
8101   output-file-type: ".html"
8102   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-ndr"
8103   data: "plot-vpp-throughput-latency-2n-skx"
8104   filter: "'NIC_Intel-X710' and
8105            '78B' and
8106            'FEATURE' and
8107            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8108            'NDRDISC' and
8109            '2T1C' and
8110            'IP6FWD' and
8111            not 'SRv6' and
8112            not 'IPSEC' and 
8113            not 'VHOST'"
8114   parameters:
8115   - "throughput"
8116   - "parent"
8117   traces:
8118     hoverinfo: "x+y"
8119     boxpoints: "outliers"
8120     whiskerwidth: 0
8121   layout:
8122     title: ""  # No title
8123     layout: "plot-throughput"
8124
8125 -
8126   type: "plot"
8127   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-features-pdr"
8128   algorithm: "plot_performance_box"
8129   output-file-type: ".html"
8130   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-pdr"
8131   data: "plot-vpp-throughput-latency-2n-skx"
8132   filter: "'NIC_Intel-X710' and
8133            '78B' and
8134            'FEATURE' and
8135            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8136            'PDRDISC' and not 'NDRDISC' and
8137            '2T1C' and
8138            'IP6FWD' and
8139            not 'SRv6' and
8140            not 'IPSEC' and 
8141            not 'VHOST'"
8142   parameters:
8143   - "throughput"
8144   - "parent"
8145   traces:
8146     hoverinfo: "x+y"
8147     boxpoints: "outliers"
8148     whiskerwidth: 0
8149   layout:
8150     title: ""  # No title
8151     layout: "plot-throughput"
8152
8153 -
8154   type: "plot"
8155   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-features-ndr"
8156   algorithm: "plot_performance_box"
8157   output-file-type: ".html"
8158   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-ndr"
8159   data: "plot-vpp-throughput-latency-2n-skx"
8160   filter: "'NIC_Intel-X710' and
8161            '78B' and
8162            'FEATURE' and
8163            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8164            'NDRDISC' and
8165            '4T2C' and
8166            'IP6FWD' and
8167            not 'SRv6' and
8168            not 'IPSEC' and 
8169            not 'VHOST'"
8170   parameters:
8171   - "throughput"
8172   - "parent"
8173   traces:
8174     hoverinfo: "x+y"
8175     boxpoints: "outliers"
8176     whiskerwidth: 0
8177   layout:
8178     title: ""  # No title
8179     layout: "plot-throughput"
8180
8181 -
8182   type: "plot"
8183   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-features-pdr"
8184   algorithm: "plot_performance_box"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-pdr"
8187   data: "plot-vpp-throughput-latency-2n-skx"
8188   filter: "'NIC_Intel-X710' and
8189            '78B' and
8190            'FEATURE' and
8191            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8192            'PDRDISC' and not 'NDRDISC' and
8193            '4T2C' and
8194            'IP6FWD' and
8195            not 'SRv6' and
8196            not 'IPSEC' and 
8197            not 'VHOST'"
8198   parameters:
8199   - "throughput"
8200   - "parent"
8201   traces:
8202     hoverinfo: "x+y"
8203     boxpoints: "outliers"
8204     whiskerwidth: 0
8205   layout:
8206     title: ""  # No title
8207     layout: "plot-throughput"
8208
8209 # Packet Throughput - VPP IPv6 2n-skx-xxv710
8210 -
8211   type: "plot"
8212   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
8213   algorithm: "plot_performance_box"
8214   output-file-type: ".html"
8215   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
8216   data: "plot-vpp-throughput-latency-2n-skx"
8217   filter: "'NIC_Intel-XXV710' and
8218            '78B' and
8219            ('BASE' or 'SCALE') and
8220            'NDRDISC' and
8221            '2T1C' and
8222            'IP6FWD' and
8223            not 'SRv6' and
8224            not 'IPSEC' and 
8225            not 'VHOST'"
8226   parameters:
8227   - "throughput"
8228   - "parent"
8229   traces:
8230     hoverinfo: "x+y"
8231     boxpoints: "outliers"
8232     whiskerwidth: 0
8233   layout:
8234     title: ""  # No title
8235     layout: "plot-throughput"
8236
8237 -
8238   type: "plot"
8239   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
8240   algorithm: "plot_performance_box"
8241   output-file-type: ".html"
8242   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
8243   data: "plot-vpp-throughput-latency-2n-skx"
8244   filter: "'NIC_Intel-XXV710' and
8245            '78B' and
8246            ('BASE' or 'SCALE') and
8247            'PDRDISC' and not 'NDRDISC' and
8248            '2T1C' and
8249            'IP6FWD' and
8250            not 'SRv6' and
8251            not 'IPSEC' and 
8252            not 'VHOST'"
8253   parameters:
8254   - "throughput"
8255   - "parent"
8256   traces:
8257     hoverinfo: "x+y"
8258     boxpoints: "outliers"
8259     whiskerwidth: 0
8260   layout:
8261     title: ""  # No title
8262     layout: "plot-throughput"
8263
8264 -
8265   type: "plot"
8266   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
8267   algorithm: "plot_performance_box"
8268   output-file-type: ".html"
8269   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
8270   data: "plot-vpp-throughput-latency-2n-skx"
8271   filter: "'NIC_Intel-XXV710' and
8272            '78B' and
8273            ('BASE' or 'SCALE') and
8274            'NDRDISC' and
8275            '4T2C' and
8276            'IP6FWD' and
8277            not 'SRv6' and
8278            not 'IPSEC' and 
8279            not 'VHOST'"
8280   parameters:
8281   - "throughput"
8282   - "parent"
8283   traces:
8284     hoverinfo: "x+y"
8285     boxpoints: "outliers"
8286     whiskerwidth: 0
8287   layout:
8288     title: ""  # No title
8289     layout: "plot-throughput"
8290
8291 -
8292   type: "plot"
8293   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
8294   algorithm: "plot_performance_box"
8295   output-file-type: ".html"
8296   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
8297   data: "plot-vpp-throughput-latency-2n-skx"
8298   filter: "'NIC_Intel-XXV710' and
8299            '78B' and
8300            ('BASE' or 'SCALE') and
8301            'PDRDISC' and not 'NDRDISC' and
8302            '4T2C' and
8303            'IP6FWD' and
8304            not 'SRv6' and
8305            not 'IPSEC' and 
8306            not 'VHOST'"
8307   parameters:
8308   - "throughput"
8309   - "parent"
8310   traces:
8311     hoverinfo: "x+y"
8312     boxpoints: "outliers"
8313     whiskerwidth: 0
8314   layout:
8315     title: ""  # No title
8316     layout: "plot-throughput"
8317
8318 -
8319   type: "plot"
8320   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-features-ndr"
8321   algorithm: "plot_performance_box"
8322   output-file-type: ".html"
8323   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-ndr"
8324   data: "plot-vpp-throughput-latency-2n-skx"
8325   filter: "'NIC_Intel-XXV710' and
8326            '78B' and
8327            'FEATURE' and
8328            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8329            'NDRDISC' and
8330            '2T1C' and
8331            'IP6FWD' and
8332            not 'SRv6' and
8333            not 'IPSEC' and 
8334            not 'VHOST'"
8335   parameters:
8336   - "throughput"
8337   - "parent"
8338   traces:
8339     hoverinfo: "x+y"
8340     boxpoints: "outliers"
8341     whiskerwidth: 0
8342   layout:
8343     title: ""  # No title
8344     layout: "plot-throughput"
8345
8346 -
8347   type: "plot"
8348   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-features-pdr"
8349   algorithm: "plot_performance_box"
8350   output-file-type: ".html"
8351   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-pdr"
8352   data: "plot-vpp-throughput-latency-2n-skx"
8353   filter: "'NIC_Intel-XXV710' and
8354            '78B' and
8355            'FEATURE' and
8356            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8357            'PDRDISC' and not 'NDRDISC' and
8358            '2T1C' and
8359            'IP6FWD' and
8360            not 'SRv6' and
8361            not 'IPSEC' and 
8362            not 'VHOST'"
8363   parameters:
8364   - "throughput"
8365   - "parent"
8366   traces:
8367     hoverinfo: "x+y"
8368     boxpoints: "outliers"
8369     whiskerwidth: 0
8370   layout:
8371     title: ""  # No title
8372     layout: "plot-throughput"
8373
8374 -
8375   type: "plot"
8376   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-features-ndr"
8377   algorithm: "plot_performance_box"
8378   output-file-type: ".html"
8379   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-ndr"
8380   data: "plot-vpp-throughput-latency-2n-skx"
8381   filter: "'NIC_Intel-XXV710' and
8382            '78B' and
8383            'FEATURE' and
8384            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8385            'NDRDISC' and
8386            '4T2C' and
8387            'IP6FWD' and
8388            not 'SRv6' and
8389            not 'IPSEC' and 
8390            not 'VHOST'"
8391   parameters:
8392   - "throughput"
8393   - "parent"
8394   traces:
8395     hoverinfo: "x+y"
8396     boxpoints: "outliers"
8397     whiskerwidth: 0
8398   layout:
8399     title: ""  # No title
8400     layout: "plot-throughput"
8401
8402 -
8403   type: "plot"
8404   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-features-pdr"
8405   algorithm: "plot_performance_box"
8406   output-file-type: ".html"
8407   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-pdr"
8408   data: "plot-vpp-throughput-latency-2n-skx"
8409   filter: "'NIC_Intel-XXV710' and
8410            '78B' and
8411            'FEATURE' and
8412            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8413            'PDRDISC' and not 'NDRDISC' and
8414            '4T2C' and
8415            'IP6FWD' and
8416            not 'SRv6' and
8417            not 'IPSEC' and 
8418            not 'VHOST'"
8419   parameters:
8420   - "throughput"
8421   - "parent"
8422   traces:
8423     hoverinfo: "x+y"
8424     boxpoints: "outliers"
8425     whiskerwidth: 0
8426   layout:
8427     title: ""  # No title
8428     layout: "plot-throughput"
8429
8430 ################################################################################
8431
8432 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
8433 -
8434   type: "plot"
8435   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8436   algorithm: "plot_performance_box"
8437   output-file-type: ".html"
8438   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8439   data: "plot-vpp-throughput-latency-3n-hsw"
8440   filter: "'NIC_Intel-X520-DA2' and
8441            '78B' and
8442            'ENCAP' and
8443            'NDRDISC' and
8444            '1T1C' and
8445            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8446            not 'VHOST'"
8447   parameters:
8448   - "throughput"
8449   - "parent"
8450   traces:
8451     hoverinfo: "x+y"
8452     boxpoints: "outliers"
8453     whiskerwidth: 0
8454   layout:
8455     title: ""  # No title
8456     layout: "plot-throughput"
8457
8458 -
8459   type: "plot"
8460   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
8461   algorithm: "plot_performance_box"
8462   output-file-type: ".html"
8463   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
8464   data: "plot-vpp-throughput-latency-3n-hsw"
8465   filter: "'NIC_Intel-X520-DA2' and
8466            '78B' and
8467            'ENCAP' and
8468            'PDRDISC' and not 'NDRDISC' and
8469            '1T1C' and
8470            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8471            not 'VHOST'"
8472   parameters:
8473   - "throughput"
8474   - "parent"
8475   traces:
8476     hoverinfo: "x+y"
8477     boxpoints: "outliers"
8478     whiskerwidth: 0
8479   layout:
8480     title: ""  # No title
8481     layout: "plot-throughput"
8482
8483 -
8484   type: "plot"
8485   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
8486   algorithm: "plot_performance_box"
8487   output-file-type: ".html"
8488   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
8489   data: "plot-vpp-throughput-latency-3n-hsw"
8490   filter: "'NIC_Intel-X520-DA2' and
8491            '78B' and
8492            'ENCAP' and
8493            'NDRDISC' and
8494            '2T2C' and
8495            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8496            not 'VHOST'"
8497   parameters:
8498   - "throughput"
8499   - "parent"
8500   traces:
8501     hoverinfo: "x+y"
8502     boxpoints: "outliers"
8503     whiskerwidth: 0
8504   layout:
8505     title: ""  # No title
8506     layout: "plot-throughput"
8507
8508 -
8509   type: "plot"
8510   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
8511   algorithm: "plot_performance_box"
8512   output-file-type: ".html"
8513   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
8514   data: "plot-vpp-throughput-latency-3n-hsw"
8515   filter: "'NIC_Intel-X520-DA2' and
8516            '78B' and
8517            'ENCAP' and
8518            'PDRDISC' and not 'NDRDISC' and
8519            '2T2C' and
8520            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8521            not 'VHOST'"
8522   parameters:
8523   - "throughput"
8524   - "parent"
8525   traces:
8526     hoverinfo: "x+y"
8527     boxpoints: "outliers"
8528     whiskerwidth: 0
8529   layout:
8530     title: ""  # No title
8531     layout: "plot-throughput"
8532
8533 ################################################################################
8534
8535 # Packet Throughput - VPP IPSec 3n-hsw-xl710
8536 -
8537   type: "plot"
8538   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8539   algorithm: "plot_performance_box"
8540   output-file-type: ".html"
8541   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8542   data: "plot-vpp-throughput-latency-3n-hsw"
8543   filter: "'NIC_Intel-XL710' and 
8544            '64B' and 
8545            'IP4FWD' and 
8546            'NDRDISC' and 
8547            '1T1C' and 
8548            'IPSECHW' and 
8549            ('IPSECTRAN' or 'IPSECTUN') and 
8550            not 'VHOST'"
8551   parameters:
8552   - "throughput"
8553   - "parent"
8554   traces:
8555     hoverinfo: "x+y"
8556     boxpoints: "outliers"
8557     whiskerwidth: 0
8558   layout:
8559     title: ""  # No title
8560     layout: "plot-throughput"
8561
8562 -
8563   type: "plot"
8564   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8565   algorithm: "plot_performance_box"
8566   output-file-type: ".html"
8567   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8568   data: "plot-vpp-throughput-latency-3n-hsw"
8569   filter: "'NIC_Intel-XL710' and 
8570            '64B' and 
8571            'IP4FWD' and 
8572            'PDRDISC' and not 'NDRDISC' and
8573            '1T1C' and 
8574            'IPSECHW' and 
8575            ('IPSECTRAN' or 'IPSECTUN') and 
8576            not 'VHOST'"
8577   parameters:
8578   - "throughput"
8579   - "parent"
8580   traces:
8581     hoverinfo: "x+y"
8582     boxpoints: "outliers"
8583     whiskerwidth: 0
8584   layout:
8585     title: ""  # No title
8586     layout: "plot-throughput"
8587
8588 -
8589   type: "plot"
8590   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8591   algorithm: "plot_performance_box"
8592   output-file-type: ".html"
8593   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8594   data: "plot-vpp-throughput-latency-3n-hsw"
8595   filter: "'NIC_Intel-XL710' and 
8596            '64B' and 
8597            'IP4FWD' and 
8598            'NDRDISC' and 
8599            '2T2C' and 
8600            'IPSECHW' and 
8601            ('IPSECTRAN' or 'IPSECTUN') and 
8602            not 'VHOST'"
8603   parameters:
8604   - "throughput"
8605   - "parent"
8606   traces:
8607     hoverinfo: "x+y"
8608     boxpoints: "outliers"
8609     whiskerwidth: 0
8610   layout:
8611     title: ""  # No title
8612     layout: "plot-throughput"
8613
8614 -
8615   type: "plot"
8616   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8617   algorithm: "plot_performance_box"
8618   output-file-type: ".html"
8619   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8620   data: "plot-vpp-throughput-latency-3n-hsw"
8621   filter: "'NIC_Intel-XL710' and 
8622            '64B' and 
8623            'IP4FWD' and 
8624            'PDRDISC' and not 'NDRDISC' and
8625            '2T2C' and 
8626            'IPSECHW' and 
8627            ('IPSECTRAN' or 'IPSECTUN') and 
8628            not 'VHOST'"
8629   parameters:
8630   - "throughput"
8631   - "parent"
8632   traces:
8633     hoverinfo: "x+y"
8634     boxpoints: "outliers"
8635     whiskerwidth: 0
8636   layout:
8637     title: ""  # No title
8638     layout: "plot-throughput"
8639
8640 ################################################################################
8641
8642 # Packet Throughput - VPP SRv6 3n-hsw-x520
8643 -
8644   type: "plot"
8645   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
8646   algorithm: "plot_performance_box"
8647   output-file-type: ".html"
8648   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
8649   data: "plot-vpp-throughput-latency-3n-hsw"
8650   filter: "'NIC_Intel-X520-DA2' and
8651            '78B' and
8652            'FEATURE' and
8653            'NDRDISC' and
8654            '1T1C' and
8655            'IP6FWD' and
8656            'SRv6'"
8657   parameters:
8658   - "throughput"
8659   - "parent"
8660   traces:
8661     hoverinfo: "x+y"
8662     boxpoints: "outliers"
8663     whiskerwidth: 0
8664   layout:
8665     title: ""  # No title
8666     layout: "plot-throughput"
8667
8668 -
8669   type: "plot"
8670   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
8671   algorithm: "plot_performance_box"
8672   output-file-type: ".html"
8673   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
8674   data: "plot-vpp-throughput-latency-3n-hsw"
8675   filter: "'NIC_Intel-X520-DA2' and
8676            '78B' and
8677            'FEATURE' and
8678            'PDRDISC' and not 'NDRDISC' and
8679            '1T1C' and
8680            'IP6FWD' and
8681            'SRv6'"
8682   parameters:
8683   - "throughput"
8684   - "parent"
8685   traces:
8686     hoverinfo: "x+y"
8687     boxpoints: "outliers"
8688     whiskerwidth: 0
8689   layout:
8690     title: ""  # No title
8691     layout: "plot-throughput"
8692
8693 -
8694   type: "plot"
8695   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
8696   algorithm: "plot_performance_box"
8697   output-file-type: ".html"
8698   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
8699   data: "plot-vpp-throughput-latency-3n-hsw"
8700   filter: "'NIC_Intel-X520-DA2' and
8701            '78B' and
8702            'FEATURE' and
8703            'NDRDISC' and
8704            '2T2C' and
8705            'IP6FWD' and
8706            'SRv6'"
8707   parameters:
8708   - "throughput"
8709   - "parent"
8710   traces:
8711     hoverinfo: "x+y"
8712     boxpoints: "outliers"
8713     whiskerwidth: 0
8714   layout:
8715     title: ""  # No title
8716     layout: "plot-throughput"
8717
8718 -
8719   type: "plot"
8720   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
8721   algorithm: "plot_performance_box"
8722   output-file-type: ".html"
8723   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
8724   data: "plot-vpp-throughput-latency-3n-hsw"
8725   filter: "'NIC_Intel-X520-DA2' and
8726            '78B' and
8727            'FEATURE' and
8728            'PDRDISC' and not 'NDRDISC' and
8729            '1T1C' and
8730            'IP6FWD' and
8731            'SRv6'"
8732   parameters:
8733   - "throughput"
8734   - "parent"
8735   traces:
8736     hoverinfo: "x+y"
8737     boxpoints: "outliers"
8738     whiskerwidth: 0
8739   layout:
8740     title: ""  # No title
8741     layout: "plot-throughput"
8742
8743 ################################################################################
8744
8745 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
8746 -
8747   type: "plot"
8748   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8749   algorithm: "plot_performance_box"
8750   output-file-type: ".html"
8751   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8752   data: "plot-vpp-throughput-latency-3n-hsw"
8753   filter: "'NIC_Intel-X520-DA2' and
8754            '64B' and 
8755            'NDRDISC' and 
8756            '1T1C' and 
8757            'VHOST' and 
8758            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8759   parameters:
8760   - "throughput"
8761   - "parent"
8762   traces:
8763     hoverinfo: "x+y"
8764     boxpoints: "outliers"
8765     whiskerwidth: 0
8766   layout:
8767     title: ""  # No title
8768     layout: "plot-throughput"
8769
8770 -
8771   type: "plot"
8772   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8773   algorithm: "plot_performance_box"
8774   output-file-type: ".html"
8775   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8776   data: "plot-vpp-throughput-latency-3n-hsw"
8777   filter: "'NIC_Intel-X520-DA2' and
8778            '64B' and 
8779            'NDRDISC' and 
8780            '2T2C' and 
8781            'VHOST' and 
8782            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8783   parameters:
8784   - "throughput"
8785   - "parent"
8786   traces:
8787     hoverinfo: "x+y"
8788     boxpoints: "outliers"
8789     whiskerwidth: 0
8790   layout:
8791     title: ""  # No title
8792     layout: "plot-throughput"
8793
8794 -
8795   type: "plot"
8796   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8797   algorithm: "plot_performance_box"
8798   output-file-type: ".html"
8799   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8800   data: "plot-vpp-throughput-latency-3n-hsw"
8801   filter: "'NIC_Intel-X520-DA2' and
8802            '64B' and 
8803            'PDRDISC' and not 'NDRDISC' and
8804            '1T1C' and 
8805            'VHOST' and 
8806            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8807   parameters:
8808   - "throughput"
8809   - "parent"
8810   traces:
8811     hoverinfo: "x+y"
8812     boxpoints: "outliers"
8813     whiskerwidth: 0
8814   layout:
8815     title: ""  # No title
8816     layout: "plot-throughput"
8817
8818 -
8819   type: "plot"
8820   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8821   algorithm: "plot_performance_box"
8822   output-file-type: ".html"
8823   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8824   data: "plot-vpp-throughput-latency-3n-hsw"
8825   filter: "'NIC_Intel-X520-DA2' and
8826            '64B' and 
8827            'PDRDISC' and not 'NDRDISC' and
8828            '2T2C' and 
8829            'VHOST' and 
8830            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8831   parameters:
8832   - "throughput"
8833   - "parent"
8834   traces:
8835     hoverinfo: "x+y"
8836     boxpoints: "outliers"
8837     whiskerwidth: 0
8838   layout:
8839     title: ""  # No title
8840     layout: "plot-throughput"
8841
8842 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
8843 -
8844   type: "plot"
8845   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8846   algorithm: "plot_performance_box"
8847   output-file-type: ".html"
8848   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8849   data: "plot-vpp-throughput-latency-3n-hsw"
8850   filter: "'NIC_Intel-X520-DA2' and
8851            '64B' and 
8852            'NDRDISC' and 
8853            '1T1C' and 
8854            'VHOST' and 
8855            not 'VXLAN' and 
8856            not 'IP4FWD' and 
8857            not 'DOT1Q' and 
8858            not '2VM'"
8859   parameters:
8860   - "throughput"
8861   - "parent"
8862   traces:
8863     hoverinfo: "x+y"
8864     boxpoints: "outliers"
8865     whiskerwidth: 0
8866   layout:
8867     title: ""  # No title
8868     layout: "plot-throughput"
8869
8870 -
8871   type: "plot"
8872   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8873   algorithm: "plot_performance_box"
8874   output-file-type: ".html"
8875   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8876   data: "plot-vpp-throughput-latency-3n-hsw"
8877   filter: "'NIC_Intel-X520-DA2' and
8878            '64B' and 
8879            'NDRDISC' and 
8880            '2T2C' and 
8881            'VHOST' and 
8882            not 'VXLAN' and 
8883            not 'IP4FWD' and 
8884            not 'DOT1Q' and 
8885            not '2VM'"
8886   parameters:
8887   - "throughput"
8888   - "parent"
8889   traces:
8890     hoverinfo: "x+y"
8891     boxpoints: "outliers"
8892     whiskerwidth: 0
8893   layout:
8894     title: ""  # No title
8895     layout: "plot-throughput"
8896
8897 -
8898   type: "plot"
8899   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8900   algorithm: "plot_performance_box"
8901   output-file-type: ".html"
8902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8903   data: "plot-vpp-throughput-latency-3n-hsw"
8904   filter: "'NIC_Intel-X520-DA2' and
8905            '64B' and 
8906            'PDRDISC' and not 'NDRDISC' and
8907            '1T1C' and 
8908            'VHOST' and 
8909            not 'VXLAN' and 
8910            not 'IP4FWD' and 
8911            not 'DOT1Q' and 
8912            not '2VM'"
8913   parameters:
8914   - "throughput"
8915   - "parent"
8916   traces:
8917     hoverinfo: "x+y"
8918     boxpoints: "outliers"
8919     whiskerwidth: 0
8920   layout:
8921     title: ""  # No title
8922     layout: "plot-throughput"
8923
8924 -
8925   type: "plot"
8926   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8927   algorithm: "plot_performance_box"
8928   output-file-type: ".html"
8929   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8930   data: "plot-vpp-throughput-latency-3n-hsw"
8931   filter: "'NIC_Intel-X520-DA2' and
8932            '64B' and 
8933            'PDRDISC' and not 'NDRDISC' and
8934            '2T2C' and 
8935            'VHOST' and 
8936            not 'VXLAN' and 
8937            not 'IP4FWD' and 
8938            not 'DOT1Q' and 
8939            not '2VM'"
8940   parameters:
8941   - "throughput"
8942   - "parent"
8943   traces:
8944     hoverinfo: "x+y"
8945     boxpoints: "outliers"
8946     whiskerwidth: 0
8947   layout:
8948     title: ""  # No title
8949     layout: "plot-throughput"
8950
8951 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
8952 -
8953   type: "plot"
8954   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8955   algorithm: "plot_performance_box"
8956   output-file-type: ".html"
8957   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8958   data: "plot-vpp-throughput-latency-3n-hsw"
8959   filter: "'NIC_Intel-X710' and
8960            '64B' and 
8961            'NDRDISC' and 
8962            '1T1C' and 
8963            'VHOST' and 
8964            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8965   parameters:
8966   - "throughput"
8967   - "parent"
8968   traces:
8969     hoverinfo: "x+y"
8970     boxpoints: "outliers"
8971     whiskerwidth: 0
8972   layout:
8973     title: ""  # No title
8974     layout: "plot-throughput"
8975
8976 -
8977   type: "plot"
8978   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8979   algorithm: "plot_performance_box"
8980   output-file-type: ".html"
8981   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8982   data: "plot-vpp-throughput-latency-3n-hsw"
8983   filter: "'NIC_Intel-X710' and
8984            '64B' and 
8985            'NDRDISC' and 
8986            '2T2C' and 
8987            'VHOST' and 
8988            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8989   parameters:
8990   - "throughput"
8991   - "parent"
8992   traces:
8993     hoverinfo: "x+y"
8994     boxpoints: "outliers"
8995     whiskerwidth: 0
8996   layout:
8997     title: ""  # No title
8998     layout: "plot-throughput"
8999
9000 -
9001   type: "plot"
9002   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9003   algorithm: "plot_performance_box"
9004   output-file-type: ".html"
9005   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9006   data: "plot-vpp-throughput-latency-3n-hsw"
9007   filter: "'NIC_Intel-X710' and
9008            '64B' and 
9009            'PDRDISC' and not 'NDRDISC' and
9010            '1T1C' and 
9011            'VHOST' and 
9012            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9013   parameters:
9014   - "throughput"
9015   - "parent"
9016   traces:
9017     hoverinfo: "x+y"
9018     boxpoints: "outliers"
9019     whiskerwidth: 0
9020   layout:
9021     title: ""  # No title
9022     layout: "plot-throughput"
9023
9024 -
9025   type: "plot"
9026   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9027   algorithm: "plot_performance_box"
9028   output-file-type: ".html"
9029   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9030   data: "plot-vpp-throughput-latency-3n-hsw"
9031   filter: "'NIC_Intel-X710' and
9032            '64B' and 
9033            'PDRDISC' and not 'NDRDISC' and
9034            '2T2C' and 
9035            'VHOST' and 
9036            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9037   parameters:
9038   - "throughput"
9039   - "parent"
9040   traces:
9041     hoverinfo: "x+y"
9042     boxpoints: "outliers"
9043     whiskerwidth: 0
9044   layout:
9045     title: ""  # No title
9046     layout: "plot-throughput"
9047
9048 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
9049 -
9050   type: "plot"
9051   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9052   algorithm: "plot_performance_box"
9053   output-file-type: ".html"
9054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9055   data: "plot-vpp-throughput-latency-3n-hsw"
9056   filter: "'NIC_Intel-X710' and
9057            '64B' and 
9058            'NDRDISC' and 
9059            '1T1C' and 
9060            'VHOST' and 
9061            not 'VXLAN' and 
9062            not 'IP4FWD' and 
9063            not 'DOT1Q' and 
9064            not '2VM'"
9065   parameters:
9066   - "throughput"
9067   - "parent"
9068   traces:
9069     hoverinfo: "x+y"
9070     boxpoints: "outliers"
9071     whiskerwidth: 0
9072   layout:
9073     title: ""  # No title
9074     layout: "plot-throughput"
9075
9076 -
9077   type: "plot"
9078   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9079   algorithm: "plot_performance_box"
9080   output-file-type: ".html"
9081   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9082   data: "plot-vpp-throughput-latency-3n-hsw"
9083   filter: "'NIC_Intel-X710' and
9084            '64B' and 
9085            'NDRDISC' and 
9086            '2T2C' and 
9087            'VHOST' and 
9088            not 'VXLAN' and 
9089            not 'IP4FWD' and 
9090            not 'DOT1Q' and 
9091            not '2VM'"
9092   parameters:
9093   - "throughput"
9094   - "parent"
9095   traces:
9096     hoverinfo: "x+y"
9097     boxpoints: "outliers"
9098     whiskerwidth: 0
9099   layout:
9100     title: ""  # No title
9101     layout: "plot-throughput"
9102
9103 -
9104   type: "plot"
9105   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9106   algorithm: "plot_performance_box"
9107   output-file-type: ".html"
9108   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9109   data: "plot-vpp-throughput-latency-3n-hsw"
9110   filter: "'NIC_Intel-X710' and
9111            '64B' and 
9112            'PDRDISC' and not 'NDRDISC' and
9113            '1T1C' and 
9114            'VHOST' and 
9115            not 'VXLAN' and 
9116            not 'IP4FWD' and 
9117            not 'DOT1Q' and 
9118            not '2VM'"
9119   parameters:
9120   - "throughput"
9121   - "parent"
9122   traces:
9123     hoverinfo: "x+y"
9124     boxpoints: "outliers"
9125     whiskerwidth: 0
9126   layout:
9127     title: ""  # No title
9128     layout: "plot-throughput"
9129
9130 -
9131   type: "plot"
9132   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9133   algorithm: "plot_performance_box"
9134   output-file-type: ".html"
9135   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9136   data: "plot-vpp-throughput-latency-3n-hsw"
9137   filter: "'NIC_Intel-X710' and
9138            '64B' and 
9139            'PDRDISC' and not 'NDRDISC' and
9140            '2T2C' and 
9141            'VHOST' and 
9142            not 'VXLAN' and 
9143            not 'IP4FWD' and 
9144            not 'DOT1Q' and 
9145            not '2VM'"
9146   parameters:
9147   - "throughput"
9148   - "parent"
9149   traces:
9150     hoverinfo: "x+y"
9151     boxpoints: "outliers"
9152     whiskerwidth: 0
9153   layout:
9154     title: ""  # No title
9155     layout: "plot-throughput"
9156
9157 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
9158 -
9159   type: "plot"
9160   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9161   algorithm: "plot_performance_box"
9162   output-file-type: ".html"
9163   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9164   data: "plot-vpp-throughput-latency-3n-hsw"
9165   filter: "'NIC_Intel-XL710' and
9166            '64B' and 
9167            'NDRDISC' and 
9168            '1T1C' and 
9169            'VHOST' and 
9170            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9171   parameters:
9172   - "throughput"
9173   - "parent"
9174   traces:
9175     hoverinfo: "x+y"
9176     boxpoints: "outliers"
9177     whiskerwidth: 0
9178   layout:
9179     title: ""  # No title
9180     layout: "plot-throughput"
9181
9182 -
9183   type: "plot"
9184   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9185   algorithm: "plot_performance_box"
9186   output-file-type: ".html"
9187   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9188   data: "plot-vpp-throughput-latency-3n-hsw"
9189   filter: "'NIC_Intel-XL710' and
9190            '64B' and 
9191            'NDRDISC' and 
9192            '2T2C' and 
9193            'VHOST' and 
9194            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9195   parameters:
9196   - "throughput"
9197   - "parent"
9198   traces:
9199     hoverinfo: "x+y"
9200     boxpoints: "outliers"
9201     whiskerwidth: 0
9202   layout:
9203     title: ""  # No title
9204     layout: "plot-throughput"
9205
9206 -
9207   type: "plot"
9208   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9209   algorithm: "plot_performance_box"
9210   output-file-type: ".html"
9211   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9212   data: "plot-vpp-throughput-latency-3n-hsw"
9213   filter: "'NIC_Intel-XL710' and
9214            '64B' and 
9215            'PDRDISC' and not 'NDRDISC' and
9216            '1T1C' and 
9217            'VHOST' and 
9218            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9219   parameters:
9220   - "throughput"
9221   - "parent"
9222   traces:
9223     hoverinfo: "x+y"
9224     boxpoints: "outliers"
9225     whiskerwidth: 0
9226   layout:
9227     title: ""  # No title
9228     layout: "plot-throughput"
9229
9230 -
9231   type: "plot"
9232   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9233   algorithm: "plot_performance_box"
9234   output-file-type: ".html"
9235   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9236   data: "plot-vpp-throughput-latency-3n-hsw"
9237   filter: "'NIC_Intel-XL710' and
9238            '64B' and 
9239            'PDRDISC' and not 'NDRDISC' and
9240            '2T2C' and 
9241            'VHOST' and 
9242            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9243   parameters:
9244   - "throughput"
9245   - "parent"
9246   traces:
9247     hoverinfo: "x+y"
9248     boxpoints: "outliers"
9249     whiskerwidth: 0
9250   layout:
9251     title: ""  # No title
9252     layout: "plot-throughput"
9253
9254 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
9255 -
9256   type: "plot"
9257   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9258   algorithm: "plot_performance_box"
9259   output-file-type: ".html"
9260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9261   data: "plot-vpp-throughput-latency-3n-hsw"
9262   filter: "'NIC_Intel-XL710' and
9263            '64B' and 
9264            'NDRDISC' and 
9265            '1T1C' and 
9266            'VHOST' and 
9267            not 'VXLAN' and 
9268            not 'IP4FWD' and 
9269            not 'DOT1Q' and 
9270            not '2VM'"
9271   parameters:
9272   - "throughput"
9273   - "parent"
9274   traces:
9275     hoverinfo: "x+y"
9276     boxpoints: "outliers"
9277     whiskerwidth: 0
9278   layout:
9279     title: ""  # No title
9280     layout: "plot-throughput"
9281
9282 -
9283   type: "plot"
9284   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9285   algorithm: "plot_performance_box"
9286   output-file-type: ".html"
9287   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9288   data: "plot-vpp-throughput-latency-3n-hsw"
9289   filter: "'NIC_Intel-XL710' and
9290            '64B' and 
9291            'NDRDISC' and 
9292            '2T2C' and 
9293            'VHOST' and 
9294            not 'VXLAN' and 
9295            not 'IP4FWD' and 
9296            not 'DOT1Q' and 
9297            not '2VM'"
9298   parameters:
9299   - "throughput"
9300   - "parent"
9301   traces:
9302     hoverinfo: "x+y"
9303     boxpoints: "outliers"
9304     whiskerwidth: 0
9305   layout:
9306     title: ""  # No title
9307     layout: "plot-throughput"
9308
9309 -
9310   type: "plot"
9311   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9312   algorithm: "plot_performance_box"
9313   output-file-type: ".html"
9314   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9315   data: "plot-vpp-throughput-latency-3n-hsw"
9316   filter: "'NIC_Intel-XL710' and
9317            '64B' and 
9318            'PDRDISC' and not 'NDRDISC' and
9319            '1T1C' and 
9320            'VHOST' and 
9321            not 'VXLAN' and 
9322            not 'IP4FWD' and 
9323            not 'DOT1Q' and 
9324            not '2VM'"
9325   parameters:
9326   - "throughput"
9327   - "parent"
9328   traces:
9329     hoverinfo: "x+y"
9330     boxpoints: "outliers"
9331     whiskerwidth: 0
9332   layout:
9333     title: ""  # No title
9334     layout: "plot-throughput"
9335
9336 -
9337   type: "plot"
9338   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9339   algorithm: "plot_performance_box"
9340   output-file-type: ".html"
9341   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9342   data: "plot-vpp-throughput-latency-3n-hsw"
9343   filter: "'NIC_Intel-XL710' and
9344            '64B' and 
9345            'PDRDISC' and not 'NDRDISC' and
9346            '2T2C' and 
9347            'VHOST' and 
9348            not 'VXLAN' and 
9349            not 'IP4FWD' and 
9350            not 'DOT1Q' and 
9351            not '2VM'"
9352   parameters:
9353   - "throughput"
9354   - "parent"
9355   traces:
9356     hoverinfo: "x+y"
9357     boxpoints: "outliers"
9358     whiskerwidth: 0
9359   layout:
9360     title: ""  # No title
9361     layout: "plot-throughput"
9362
9363 ################################################################################
9364
9365 # Packet Throughput - VPP VTS 3n-hsw-x520
9366 -
9367   type: "plot"
9368   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-ndr"
9369   algorithm: "plot_performance_box"
9370   output-file-type: ".html"
9371   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr"
9372   data: "plot-vpp-throughput-latency-3n-hsw"
9373   filter: "'NIC_Intel-X520-DA2' and
9374            '64B' and
9375            'NDRDISC' and
9376            '1T1C' and
9377            'VTS'"
9378   parameters:
9379   - "throughput"
9380   - "parent"
9381   traces:
9382     hoverinfo: "x+y"
9383     boxpoints: "outliers"
9384     whiskerwidth: 0
9385   layout:
9386     title: ""  # No title
9387     layout: "plot-throughput"
9388
9389 -
9390   type: "plot"
9391   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-ndr"
9392   algorithm: "plot_performance_box"
9393   output-file-type: ".html"
9394   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr"
9395   data: "plot-vpp-throughput-latency-3n-hsw"
9396   filter: "'NIC_Intel-X520-DA2' and
9397            '64B' and
9398            'NDRDISC' and
9399            '2T2C' and
9400            'VTS'"
9401   parameters:
9402   - "throughput"
9403   - "parent"
9404   traces:
9405     hoverinfo: "x+y"
9406     boxpoints: "outliers"
9407     whiskerwidth: 0
9408   layout:
9409     title: ""  # No title
9410     layout: "plot-throughput"
9411
9412 -
9413   type: "plot"
9414   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-pdr"
9415   algorithm: "plot_performance_box"
9416   output-file-type: ".html"
9417   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-pdr"
9418   data: "plot-vpp-throughput-latency-3n-hsw"
9419   filter: "'NIC_Intel-X520-DA2' and
9420            '64B' and
9421            'PDRDISC' and not 'NDRDISC' and
9422            '1T1C' and
9423            'VTS'"
9424   parameters:
9425   - "throughput"
9426   - "parent"
9427   traces:
9428     hoverinfo: "x+y"
9429     boxpoints: "outliers"
9430     whiskerwidth: 0
9431   layout:
9432     title: ""  # No title
9433     layout: "plot-throughput"
9434
9435 -
9436   type: "plot"
9437   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-pdr"
9438   algorithm: "plot_performance_box"
9439   output-file-type: ".html"
9440   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-pdr"
9441   data: "plot-vpp-throughput-latency-3n-hsw"
9442   filter: "'NIC_Intel-X520-DA2' and
9443            '64B' and
9444            'PDRDISC' and not 'NDRDISC' and
9445            '2T2C' and
9446            'VTS'"
9447   parameters:
9448   - "throughput"
9449   - "parent"
9450   traces:
9451     hoverinfo: "x+y"
9452     boxpoints: "outliers"
9453     whiskerwidth: 0
9454   layout:
9455     title: ""  # No title
9456     layout: "plot-throughput"
9457
9458 ################################################################################
9459
9460 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
9461 -
9462   type: "plot"
9463   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
9464   algorithm: "plot_performance_box"
9465   output-file-type: ".html"
9466   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
9467   data: "plot-dpdk-throughput-latency-3n-hsw"
9468   filter: "'NIC_Intel-X520-DA2' and
9469            '64B' and
9470            'BASE' and
9471            'NDRPDR' and
9472            '1T1C' and
9473            'IP4FWD'"
9474   parameters:
9475   - "throughput"
9476   - "parent"
9477   traces:
9478     hoverinfo: "x+y"
9479     boxpoints: "outliers"
9480     whiskerwidth: 0
9481   layout:
9482     title: ""  # No title
9483     layout: "plot-throughput"
9484
9485 -
9486   type: "plot"
9487   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
9488   algorithm: "plot_performance_box"
9489   output-file-type: ".html"
9490   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
9491   data: "plot-dpdk-throughput-latency-3n-hsw"
9492   filter: "'NIC_Intel-X520-DA2' and
9493            '64B' and
9494            'BASE' and
9495            'NDRPDR' and
9496            '2T2C' and
9497            'IP4FWD'"
9498   parameters:
9499   - "throughput"
9500   - "parent"
9501   traces:
9502     hoverinfo: "x+y"
9503     boxpoints: "outliers"
9504     whiskerwidth: 0
9505   layout:
9506     title: ""  # No title
9507     layout: "plot-throughput"
9508
9509 -
9510   type: "plot"
9511   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
9512   algorithm: "plot_performance_box"
9513   output-file-type: ".html"
9514   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
9515   data: "plot-dpdk-throughput-latency-3n-hsw"
9516   filter: "'NIC_Intel-X520-DA2' and
9517            '64B' and
9518            'BASE' and
9519            'NDRPDR' and
9520            '1T1C' and
9521            'IP4FWD'"
9522   parameters:
9523   - "throughput"
9524   - "parent"
9525   traces:
9526     hoverinfo: "x+y"
9527     boxpoints: "outliers"
9528     whiskerwidth: 0
9529   layout:
9530     title: ""  # No title
9531     layout: "plot-throughput"
9532
9533 -
9534   type: "plot"
9535   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
9536   algorithm: "plot_performance_box"
9537   output-file-type: ".html"
9538   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
9539   data: "plot-dpdk-throughput-latency-3n-hsw"
9540   filter: "'NIC_Intel-X520-DA2' and
9541            '64B' and
9542            'BASE' and
9543            'NDRPDR' and
9544            '2T2C' and
9545            'IP4FWD'"
9546   parameters:
9547   - "throughput"
9548   - "parent"
9549   traces:
9550     hoverinfo: "x+y"
9551     boxpoints: "outliers"
9552     whiskerwidth: 0
9553   layout:
9554     title: ""  # No title
9555     layout: "plot-throughput"
9556
9557 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
9558 -
9559   type: "plot"
9560   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
9561   algorithm: "plot_performance_box"
9562   output-file-type: ".html"
9563   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
9564   data: "plot-dpdk-throughput-latency-3n-hsw"
9565   filter: "'NIC_Intel-X710' and
9566            '64B' and
9567            'BASE' and
9568            'NDRPDR' and
9569            '1T1C' and
9570            'IP4FWD'"
9571   parameters:
9572   - "throughput"
9573   - "parent"
9574   traces:
9575     hoverinfo: "x+y"
9576     boxpoints: "outliers"
9577     whiskerwidth: 0
9578   layout:
9579     title: ""  # No title
9580     layout: "plot-throughput"
9581
9582 -
9583   type: "plot"
9584   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
9585   algorithm: "plot_performance_box"
9586   output-file-type: ".html"
9587   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
9588   data: "plot-dpdk-throughput-latency-3n-hsw"
9589   filter: "'NIC_Intel-X710' and
9590            '64B' and
9591            'BASE' and
9592            'NDRPDR' and
9593            '2T2C' and
9594            'IP4FWD'"
9595   parameters:
9596   - "throughput"
9597   - "parent"
9598   traces:
9599     hoverinfo: "x+y"
9600     boxpoints: "outliers"
9601     whiskerwidth: 0
9602   layout:
9603     title: ""  # No title
9604     layout: "plot-throughput"
9605
9606 -
9607   type: "plot"
9608   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
9609   algorithm: "plot_performance_box"
9610   output-file-type: ".html"
9611   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
9612   data: "plot-dpdk-throughput-latency-3n-hsw"
9613   filter: "'NIC_Intel-X710' and
9614            '64B' and
9615            'BASE' and
9616            'NDRPDR' and
9617            '1T1C' and
9618            'IP4FWD'"
9619   parameters:
9620   - "throughput"
9621   - "parent"
9622   traces:
9623     hoverinfo: "x+y"
9624     boxpoints: "outliers"
9625     whiskerwidth: 0
9626   layout:
9627     title: ""  # No title
9628     layout: "plot-throughput"
9629
9630 -
9631   type: "plot"
9632   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
9633   algorithm: "plot_performance_box"
9634   output-file-type: ".html"
9635   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
9636   data: "plot-dpdk-throughput-latency-3n-hsw"
9637   filter: "'NIC_Intel-X710' and
9638            '64B' and
9639            'BASE' and
9640            'NDRPDR' and
9641            '2T2C' and
9642            'IP4FWD'"
9643   parameters:
9644   - "throughput"
9645   - "parent"
9646   traces:
9647     hoverinfo: "x+y"
9648     boxpoints: "outliers"
9649     whiskerwidth: 0
9650   layout:
9651     title: ""  # No title
9652     layout: "plot-throughput"
9653
9654 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
9655 -
9656   type: "plot"
9657   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
9658   algorithm: "plot_performance_box"
9659   output-file-type: ".html"
9660   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
9661   data: "plot-dpdk-throughput-latency-3n-hsw"
9662   filter: "'NIC_Intel-XL710' and
9663            '64B' and
9664            'BASE' and
9665            'NDRPDR' and
9666            '1T1C' and
9667            'IP4FWD'"
9668   parameters:
9669   - "throughput"
9670   - "parent"
9671   traces:
9672     hoverinfo: "x+y"
9673     boxpoints: "outliers"
9674     whiskerwidth: 0
9675   layout:
9676     title: ""  # No title
9677     layout: "plot-throughput"
9678
9679 -
9680   type: "plot"
9681   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
9682   algorithm: "plot_performance_box"
9683   output-file-type: ".html"
9684   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
9685   data: "plot-dpdk-throughput-latency-3n-hsw"
9686   filter: "'NIC_Intel-XL710' and
9687            '64B' and
9688            'BASE' and
9689            'NDRPDR' and
9690            '2T2C' and
9691            'IP4FWD'"
9692   parameters:
9693   - "throughput"
9694   - "parent"
9695   traces:
9696     hoverinfo: "x+y"
9697     boxpoints: "outliers"
9698     whiskerwidth: 0
9699   layout:
9700     title: ""  # No title
9701     layout: "plot-throughput"
9702
9703 -
9704   type: "plot"
9705   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
9706   algorithm: "plot_performance_box"
9707   output-file-type: ".html"
9708   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
9709   data: "plot-dpdk-throughput-latency-3n-hsw"
9710   filter: "'NIC_Intel-XL710' and
9711            '64B' and
9712            'BASE' and
9713            'NDRPDR' and
9714            '1T1C' and
9715            'IP4FWD'"
9716   parameters:
9717   - "throughput"
9718   - "parent"
9719   traces:
9720     hoverinfo: "x+y"
9721     boxpoints: "outliers"
9722     whiskerwidth: 0
9723   layout:
9724     title: ""  # No title
9725     layout: "plot-throughput"
9726
9727 -
9728   type: "plot"
9729   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
9730   algorithm: "plot_performance_box"
9731   output-file-type: ".html"
9732   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
9733   data: "plot-dpdk-throughput-latency-3n-hsw"
9734   filter: "'NIC_Intel-XL710' and
9735            '64B' and
9736            'BASE' and
9737            'NDRPDR' and
9738            '2T2C' and
9739            'IP4FWD'"
9740   parameters:
9741   - "throughput"
9742   - "parent"
9743   traces:
9744     hoverinfo: "x+y"
9745     boxpoints: "outliers"
9746     whiskerwidth: 0
9747   layout:
9748     title: ""  # No title
9749     layout: "plot-throughput"
9750
9751 # Packet Throughput - DPDK l3fwd 3n-skx-x710
9752 -
9753   type: "plot"
9754   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
9755   algorithm: "plot_performance_box"
9756   output-file-type: ".html"
9757   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
9758   data: "plot-dpdk-throughput-latency-3n-skx"
9759   filter: "'NIC_Intel-X710' and
9760            '64B' and
9761            'BASE' and
9762            'NDRPDR' and
9763            '2T1C' and
9764            'IP4FWD'"
9765   parameters:
9766   - "throughput"
9767   - "parent"
9768   traces:
9769     hoverinfo: "x+y"
9770     boxpoints: "outliers"
9771     whiskerwidth: 0
9772   layout:
9773     title: ""  # No title
9774     layout: "plot-throughput"
9775
9776 -
9777   type: "plot"
9778   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
9779   algorithm: "plot_performance_box"
9780   output-file-type: ".html"
9781   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
9782   data: "plot-dpdk-throughput-latency-3n-skx"
9783   filter: "'NIC_Intel-X710' and
9784            '64B' and
9785            'BASE' and
9786            'NDRPDR' and
9787            '4T2C' and
9788            'IP4FWD'"
9789   parameters:
9790   - "throughput"
9791   - "parent"
9792   traces:
9793     hoverinfo: "x+y"
9794     boxpoints: "outliers"
9795     whiskerwidth: 0
9796   layout:
9797     title: ""  # No title
9798     layout: "plot-throughput"
9799
9800 -
9801   type: "plot"
9802   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
9803   algorithm: "plot_performance_box"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
9806   data: "plot-dpdk-throughput-latency-3n-skx"
9807   filter: "'NIC_Intel-X710' and
9808            '64B' and
9809            'BASE' and
9810            'NDRPDR' and
9811            '2T1C' and
9812            'IP4FWD'"
9813   parameters:
9814   - "throughput"
9815   - "parent"
9816   traces:
9817     hoverinfo: "x+y"
9818     boxpoints: "outliers"
9819     whiskerwidth: 0
9820   layout:
9821     title: ""  # No title
9822     layout: "plot-throughput"
9823
9824 -
9825   type: "plot"
9826   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
9827   algorithm: "plot_performance_box"
9828   output-file-type: ".html"
9829   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
9830   data: "plot-dpdk-throughput-latency-3n-skx"
9831   filter: "'NIC_Intel-X710' and
9832            '64B' and
9833            'BASE' and
9834            'NDRPDR' and
9835            '4T2C' and
9836            'IP4FWD'"
9837   parameters:
9838   - "throughput"
9839   - "parent"
9840   traces:
9841     hoverinfo: "x+y"
9842     boxpoints: "outliers"
9843     whiskerwidth: 0
9844   layout:
9845     title: ""  # No title
9846     layout: "plot-throughput"
9847
9848 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
9849 -
9850   type: "plot"
9851   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
9852   algorithm: "plot_performance_box"
9853   output-file-type: ".html"
9854   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
9855   data: "plot-dpdk-throughput-latency-3n-skx"
9856   filter: "'NIC_Intel-XXV710' and
9857            '64B' and
9858            'BASE' and
9859            'NDRPDR' and
9860            '2T1C' and
9861            'IP4FWD'"
9862   parameters:
9863   - "throughput"
9864   - "parent"
9865   traces:
9866     hoverinfo: "x+y"
9867     boxpoints: "outliers"
9868     whiskerwidth: 0
9869   layout:
9870     title: ""  # No title
9871     layout: "plot-throughput"
9872
9873 -
9874   type: "plot"
9875   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
9876   algorithm: "plot_performance_box"
9877   output-file-type: ".html"
9878   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
9879   data: "plot-dpdk-throughput-latency-3n-skx"
9880   filter: "'NIC_Intel-XXV710' and
9881            '64B' and
9882            'BASE' and
9883            'NDRPDR' and
9884            '4T2C' and
9885            'IP4FWD'"
9886   parameters:
9887   - "throughput"
9888   - "parent"
9889   traces:
9890     hoverinfo: "x+y"
9891     boxpoints: "outliers"
9892     whiskerwidth: 0
9893   layout:
9894     title: ""  # No title
9895     layout: "plot-throughput"
9896
9897 -
9898   type: "plot"
9899   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
9900   algorithm: "plot_performance_box"
9901   output-file-type: ".html"
9902   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
9903   data: "plot-dpdk-throughput-latency-3n-skx"
9904   filter: "'NIC_Intel-XXV710' and
9905            '64B' and
9906            'BASE' and
9907            'NDRPDR' and
9908            '2T1C' and
9909            'IP4FWD'"
9910   parameters:
9911   - "throughput"
9912   - "parent"
9913   traces:
9914     hoverinfo: "x+y"
9915     boxpoints: "outliers"
9916     whiskerwidth: 0
9917   layout:
9918     title: ""  # No title
9919     layout: "plot-throughput"
9920
9921 -
9922   type: "plot"
9923   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
9924   algorithm: "plot_performance_box"
9925   output-file-type: ".html"
9926   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
9927   data: "plot-dpdk-throughput-latency-3n-skx"
9928   filter: "'NIC_Intel-XXV710' and
9929            '64B' and
9930            'BASE' and
9931            'NDRPDR' and
9932            '4T2C' and
9933            'IP4FWD'"
9934   parameters:
9935   - "throughput"
9936   - "parent"
9937   traces:
9938     hoverinfo: "x+y"
9939     boxpoints: "outliers"
9940     whiskerwidth: 0
9941   layout:
9942     title: ""  # No title
9943     layout: "plot-throughput"
9944
9945 # Packet Throughput - DPDK l3fwd 2n-skx-x710
9946 -
9947   type: "plot"
9948   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
9949   algorithm: "plot_performance_box"
9950   output-file-type: ".html"
9951   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
9952   data: "plot-dpdk-throughput-latency-2n-skx"
9953   filter: "'NIC_Intel-X710' and
9954            '64B' and
9955            'BASE' and
9956            'NDRPDR' and
9957            '2T1C' and
9958            'IP4FWD'"
9959   parameters:
9960   - "throughput"
9961   - "parent"
9962   traces:
9963     hoverinfo: "x+y"
9964     boxpoints: "outliers"
9965     whiskerwidth: 0
9966   layout:
9967     title: ""  # No title
9968     layout: "plot-throughput"
9969
9970 -
9971   type: "plot"
9972   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
9973   algorithm: "plot_performance_box"
9974   output-file-type: ".html"
9975   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
9976   data: "plot-dpdk-throughput-latency-2n-skx"
9977   filter: "'NIC_Intel-X710' and
9978            '64B' and
9979            'BASE' and
9980            'NDRPDR' and
9981            '4T2C' and
9982            'IP4FWD'"
9983   parameters:
9984   - "throughput"
9985   - "parent"
9986   traces:
9987     hoverinfo: "x+y"
9988     boxpoints: "outliers"
9989     whiskerwidth: 0
9990   layout:
9991     title: ""  # No title
9992     layout: "plot-throughput"
9993
9994 -
9995   type: "plot"
9996   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
9997   algorithm: "plot_performance_box"
9998   output-file-type: ".html"
9999   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
10000   data: "plot-dpdk-throughput-latency-2n-skx"
10001   filter: "'NIC_Intel-X710' and
10002            '64B' and
10003            'BASE' and
10004            'NDRPDR' and
10005            '2T1C' and
10006            'IP4FWD'"
10007   parameters:
10008   - "throughput"
10009   - "parent"
10010   traces:
10011     hoverinfo: "x+y"
10012     boxpoints: "outliers"
10013     whiskerwidth: 0
10014   layout:
10015     title: ""  # No title
10016     layout: "plot-throughput"
10017
10018 -
10019   type: "plot"
10020   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
10021   algorithm: "plot_performance_box"
10022   output-file-type: ".html"
10023   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
10024   data: "plot-dpdk-throughput-latency-2n-skx"
10025   filter: "'NIC_Intel-X710' and
10026            '64B' and
10027            'BASE' and
10028            'NDRPDR' and
10029            '4T2C' and
10030            'IP4FWD'"
10031   parameters:
10032   - "throughput"
10033   - "parent"
10034   traces:
10035     hoverinfo: "x+y"
10036     boxpoints: "outliers"
10037     whiskerwidth: 0
10038   layout:
10039     title: ""  # No title
10040     layout: "plot-throughput"
10041
10042 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
10043 -
10044   type: "plot"
10045   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
10046   algorithm: "plot_performance_box"
10047   output-file-type: ".html"
10048   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
10049   data: "plot-dpdk-throughput-latency-2n-skx"
10050   filter: "'NIC_Intel-XXV710' and
10051            '64B' and
10052            'BASE' and
10053            'NDRPDR' and
10054            '2T1C' and
10055            'IP4FWD'"
10056   parameters:
10057   - "throughput"
10058   - "parent"
10059   traces:
10060     hoverinfo: "x+y"
10061     boxpoints: "outliers"
10062     whiskerwidth: 0
10063   layout:
10064     title: ""  # No title
10065     layout: "plot-throughput"
10066
10067 -
10068   type: "plot"
10069   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
10070   algorithm: "plot_performance_box"
10071   output-file-type: ".html"
10072   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
10073   data: "plot-dpdk-throughput-latency-2n-skx"
10074   filter: "'NIC_Intel-XXV710' and
10075            '64B' and
10076            'BASE' and
10077            'NDRPDR' and
10078            '4T2C' and
10079            'IP4FWD'"
10080   parameters:
10081   - "throughput"
10082   - "parent"
10083   traces:
10084     hoverinfo: "x+y"
10085     boxpoints: "outliers"
10086     whiskerwidth: 0
10087   layout:
10088     title: ""  # No title
10089     layout: "plot-throughput"
10090
10091 -
10092   type: "plot"
10093   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
10094   algorithm: "plot_performance_box"
10095   output-file-type: ".html"
10096   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
10097   data: "plot-dpdk-throughput-latency-2n-skx"
10098   filter: "'NIC_Intel-XXV710' and
10099            '64B' and
10100            'BASE' and
10101            'NDRPDR' and
10102            '2T1C' and
10103            'IP4FWD'"
10104   parameters:
10105   - "throughput"
10106   - "parent"
10107   traces:
10108     hoverinfo: "x+y"
10109     boxpoints: "outliers"
10110     whiskerwidth: 0
10111   layout:
10112     title: ""  # No title
10113     layout: "plot-throughput"
10114
10115 -
10116   type: "plot"
10117   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
10118   algorithm: "plot_performance_box"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
10121   data: "plot-dpdk-throughput-latency-2n-skx"
10122   filter: "'NIC_Intel-XXV710' and
10123            '64B' and
10124            'BASE' and
10125            'NDRPDR' and
10126            '4T2C' and
10127            'IP4FWD'"
10128   parameters:
10129   - "throughput"
10130   - "parent"
10131   traces:
10132     hoverinfo: "x+y"
10133     boxpoints: "outliers"
10134     whiskerwidth: 0
10135   layout:
10136     title: ""  # No title
10137     layout: "plot-throughput"
10138
10139 ################################################################################
10140
10141 # Packet Throughput - DPDK testpmd 3n-hsw-x520
10142 -
10143   type: "plot"
10144   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
10145   algorithm: "plot_performance_box"
10146   output-file-type: ".html"
10147   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
10148   data: "plot-dpdk-throughput-latency-3n-hsw"
10149   filter: "'NIC_Intel-X520-DA2' and
10150            '64B' and
10151            'BASE' and
10152            'NDRPDR' and
10153            '1T1C' and
10154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10155   parameters:
10156   - "throughput"
10157   - "parent"
10158   traces:
10159     hoverinfo: "x+y"
10160     boxpoints: "outliers"
10161     whiskerwidth: 0
10162   layout:
10163     title: ""  # No title
10164     layout: "plot-throughput"
10165
10166 -
10167   type: "plot"
10168   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
10169   algorithm: "plot_performance_box"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
10172   data: "plot-dpdk-throughput-latency-3n-hsw"
10173   filter: "'NIC_Intel-X520-DA2' and
10174            '64B' and
10175            'BASE' and
10176            'NDRPDR' and
10177            '2T2C' and
10178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10179   parameters:
10180   - "throughput"
10181   - "parent"
10182   traces:
10183     hoverinfo: "x+y"
10184     boxpoints: "outliers"
10185     whiskerwidth: 0
10186   layout:
10187     title: ""  # No title
10188     layout: "plot-throughput"
10189
10190 -
10191   type: "plot"
10192   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
10193   algorithm: "plot_performance_box"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
10196   data: "plot-dpdk-throughput-latency-3n-hsw"
10197   filter: "'NIC_Intel-X520-DA2' and
10198            '64B' and
10199            'BASE' and
10200            'NDRPDR' and
10201            '1T1C' and
10202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10203   parameters:
10204   - "throughput"
10205   - "parent"
10206   traces:
10207     hoverinfo: "x+y"
10208     boxpoints: "outliers"
10209     whiskerwidth: 0
10210   layout:
10211     title: ""  # No title
10212     layout: "plot-throughput"
10213
10214 -
10215   type: "plot"
10216   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
10217   algorithm: "plot_performance_box"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
10220   data: "plot-dpdk-throughput-latency-3n-hsw"
10221   filter: "'NIC_Intel-X520-DA2' and
10222            '64B' and
10223            'BASE' and
10224            'NDRPDR' and
10225            '2T2C' and
10226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10227   parameters:
10228   - "throughput"
10229   - "parent"
10230   traces:
10231     hoverinfo: "x+y"
10232     boxpoints: "outliers"
10233     whiskerwidth: 0
10234   layout:
10235     title: ""  # No title
10236     layout: "plot-throughput"
10237
10238 # Packet Throughput - DPDK testpmd 3n-hsw-x710
10239 -
10240   type: "plot"
10241   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
10242   algorithm: "plot_performance_box"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
10245   data: "plot-dpdk-throughput-latency-3n-hsw"
10246   filter: "'NIC_Intel-X710' and
10247            '64B' and
10248            'BASE' and
10249            'NDRPDR' and
10250            '1T1C' and
10251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10252   parameters:
10253   - "throughput"
10254   - "parent"
10255   traces:
10256     hoverinfo: "x+y"
10257     boxpoints: "outliers"
10258     whiskerwidth: 0
10259   layout:
10260     title: ""  # No title
10261     layout: "plot-throughput"
10262
10263 -
10264   type: "plot"
10265   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
10266   algorithm: "plot_performance_box"
10267   output-file-type: ".html"
10268   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
10269   data: "plot-dpdk-throughput-latency-3n-hsw"
10270   filter: "'NIC_Intel-X710' and
10271            '64B' and
10272            'BASE' and
10273            'NDRPDR' and
10274            '2T2C' and
10275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10276   parameters:
10277   - "throughput"
10278   - "parent"
10279   traces:
10280     hoverinfo: "x+y"
10281     boxpoints: "outliers"
10282     whiskerwidth: 0
10283   layout:
10284     title: ""  # No title
10285     layout: "plot-throughput"
10286
10287 -
10288   type: "plot"
10289   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
10290   algorithm: "plot_performance_box"
10291   output-file-type: ".html"
10292   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
10293   data: "plot-dpdk-throughput-latency-3n-hsw"
10294   filter: "'NIC_Intel-X710' and
10295            '64B' and
10296            'BASE' and
10297            'NDRPDR' and
10298            '1T1C' and
10299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10300   parameters:
10301   - "throughput"
10302   - "parent"
10303   traces:
10304     hoverinfo: "x+y"
10305     boxpoints: "outliers"
10306     whiskerwidth: 0
10307   layout:
10308     title: ""  # No title
10309     layout: "plot-throughput"
10310
10311 -
10312   type: "plot"
10313   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
10314   algorithm: "plot_performance_box"
10315   output-file-type: ".html"
10316   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
10317   data: "plot-dpdk-throughput-latency-3n-hsw"
10318   filter: "'NIC_Intel-X710' and
10319            '64B' and
10320            'BASE' and
10321            'NDRPDR' and
10322            '2T2C' and
10323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10324   parameters:
10325   - "throughput"
10326   - "parent"
10327   traces:
10328     hoverinfo: "x+y"
10329     boxpoints: "outliers"
10330     whiskerwidth: 0
10331   layout:
10332     title: ""  # No title
10333     layout: "plot-throughput"
10334
10335 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
10336 -
10337   type: "plot"
10338   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
10339   algorithm: "plot_performance_box"
10340   output-file-type: ".html"
10341   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
10342   data: "plot-dpdk-throughput-latency-3n-hsw"
10343   filter: "'NIC_Intel-XL710' and
10344            '64B' and
10345            'BASE' and
10346            'NDRPDR' and
10347            '1T1C' and
10348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10349   parameters:
10350   - "throughput"
10351   - "parent"
10352   traces:
10353     hoverinfo: "x+y"
10354     boxpoints: "outliers"
10355     whiskerwidth: 0
10356   layout:
10357     title: ""  # No title
10358     layout: "plot-throughput"
10359
10360 -
10361   type: "plot"
10362   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
10363   algorithm: "plot_performance_box"
10364   output-file-type: ".html"
10365   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
10366   data: "plot-dpdk-throughput-latency-3n-hsw"
10367   filter: "'NIC_Intel-XL710' and
10368            '64B' and
10369            'BASE' and
10370            'NDRPDR' and
10371            '2T2C' and
10372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10373   parameters:
10374   - "throughput"
10375   - "parent"
10376   traces:
10377     hoverinfo: "x+y"
10378     boxpoints: "outliers"
10379     whiskerwidth: 0
10380   layout:
10381     title: ""  # No title
10382     layout: "plot-throughput"
10383
10384 -
10385   type: "plot"
10386   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
10387   algorithm: "plot_performance_box"
10388   output-file-type: ".html"
10389   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
10390   data: "plot-dpdk-throughput-latency-3n-hsw"
10391   filter: "'NIC_Intel-XL710' and
10392            '64B' and
10393            'BASE' and
10394            'NDRPDR' and
10395            '1T1C' and
10396            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10397   parameters:
10398   - "throughput"
10399   - "parent"
10400   traces:
10401     hoverinfo: "x+y"
10402     boxpoints: "outliers"
10403     whiskerwidth: 0
10404   layout:
10405     title: ""  # No title
10406     layout: "plot-throughput"
10407
10408 -
10409   type: "plot"
10410   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
10411   algorithm: "plot_performance_box"
10412   output-file-type: ".html"
10413   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
10414   data: "plot-dpdk-throughput-latency-3n-hsw"
10415   filter: "'NIC_Intel-XL710' and
10416            '64B' and
10417            'BASE' and
10418            'NDRPDR' and
10419            '2T2C' and
10420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10421   parameters:
10422   - "throughput"
10423   - "parent"
10424   traces:
10425     hoverinfo: "x+y"
10426     boxpoints: "outliers"
10427     whiskerwidth: 0
10428   layout:
10429     title: ""  # No title
10430     layout: "plot-throughput"
10431
10432 # Packet Throughput - DPDK testpmd 3n-skx-x710
10433 -
10434   type: "plot"
10435   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
10436   algorithm: "plot_performance_box"
10437   output-file-type: ".html"
10438   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
10439   data: "plot-dpdk-throughput-latency-3n-skx"
10440   filter: "'NIC_Intel-X710' and
10441            '64B' and
10442            'BASE' and
10443            'NDRPDR' and
10444            '2T1C' and
10445            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10446   parameters:
10447   - "throughput"
10448   - "parent"
10449   traces:
10450     hoverinfo: "x+y"
10451     boxpoints: "outliers"
10452     whiskerwidth: 0
10453   layout:
10454     title: ""  # No title
10455     layout: "plot-throughput"
10456
10457 -
10458   type: "plot"
10459   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
10460   algorithm: "plot_performance_box"
10461   output-file-type: ".html"
10462   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
10463   data: "plot-dpdk-throughput-latency-3n-skx"
10464   filter: "'NIC_Intel-X710' and
10465            '64B' and
10466            'BASE' and
10467            'NDRPDR' and
10468            '4T2C' and
10469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10470   parameters:
10471   - "throughput"
10472   - "parent"
10473   traces:
10474     hoverinfo: "x+y"
10475     boxpoints: "outliers"
10476     whiskerwidth: 0
10477   layout:
10478     title: ""  # No title
10479     layout: "plot-throughput"
10480
10481 -
10482   type: "plot"
10483   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
10484   algorithm: "plot_performance_box"
10485   output-file-type: ".html"
10486   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
10487   data: "plot-dpdk-throughput-latency-3n-skx"
10488   filter: "'NIC_Intel-X710' and
10489            '64B' and
10490            'BASE' and
10491            'NDRPDR' and
10492            '2T1C' and
10493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10494   parameters:
10495   - "throughput"
10496   - "parent"
10497   traces:
10498     hoverinfo: "x+y"
10499     boxpoints: "outliers"
10500     whiskerwidth: 0
10501   layout:
10502     title: ""  # No title
10503     layout: "plot-throughput"
10504
10505 -
10506   type: "plot"
10507   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
10508   algorithm: "plot_performance_box"
10509   output-file-type: ".html"
10510   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
10511   data: "plot-dpdk-throughput-latency-3n-skx"
10512   filter: "'NIC_Intel-X710' and
10513            '64B' and
10514            'BASE' and
10515            'NDRPDR' and
10516            '4T2C' and
10517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10518   parameters:
10519   - "throughput"
10520   - "parent"
10521   traces:
10522     hoverinfo: "x+y"
10523     boxpoints: "outliers"
10524     whiskerwidth: 0
10525   layout:
10526     title: ""  # No title
10527     layout: "plot-throughput"
10528
10529 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
10530 -
10531   type: "plot"
10532   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
10533   algorithm: "plot_performance_box"
10534   output-file-type: ".html"
10535   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
10536   data: "plot-dpdk-throughput-latency-3n-skx"
10537   filter: "'NIC_Intel-XXV710' and
10538            '64B' and
10539            'BASE' and
10540            'NDRPDR' and
10541            '2T1C' and
10542            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10543   parameters:
10544   - "throughput"
10545   - "parent"
10546   traces:
10547     hoverinfo: "x+y"
10548     boxpoints: "outliers"
10549     whiskerwidth: 0
10550   layout:
10551     title: ""  # No title
10552     layout: "plot-throughput"
10553
10554 -
10555   type: "plot"
10556   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
10557   algorithm: "plot_performance_box"
10558   output-file-type: ".html"
10559   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
10560   data: "plot-dpdk-throughput-latency-3n-skx"
10561   filter: "'NIC_Intel-XXV710' and
10562            '64B' and
10563            'BASE' and
10564            'NDRPDR' and
10565            '4T2C' and
10566            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10567   parameters:
10568   - "throughput"
10569   - "parent"
10570   traces:
10571     hoverinfo: "x+y"
10572     boxpoints: "outliers"
10573     whiskerwidth: 0
10574   layout:
10575     title: ""  # No title
10576     layout: "plot-throughput"
10577
10578 -
10579   type: "plot"
10580   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
10581   algorithm: "plot_performance_box"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
10584   data: "plot-dpdk-throughput-latency-3n-skx"
10585   filter: "'NIC_Intel-XXV710' and
10586            '64B' and
10587            'BASE' and
10588            'NDRPDR' and
10589            '4T1C' and
10590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10591   parameters:
10592   - "throughput"
10593   - "parent"
10594   traces:
10595     hoverinfo: "x+y"
10596     boxpoints: "outliers"
10597     whiskerwidth: 0
10598   layout:
10599     title: ""  # No title
10600     layout: "plot-throughput"
10601
10602 -
10603   type: "plot"
10604   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
10605   algorithm: "plot_performance_box"
10606   output-file-type: ".html"
10607   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
10608   data: "plot-dpdk-throughput-latency-3n-skx"
10609   filter: "'NIC_Intel-XXV710' and
10610            '64B' and
10611            'BASE' and
10612            'NDRPDR' and
10613            '4T2C' and
10614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10615   parameters:
10616   - "throughput"
10617   - "parent"
10618   traces:
10619     hoverinfo: "x+y"
10620     boxpoints: "outliers"
10621     whiskerwidth: 0
10622   layout:
10623     title: ""  # No title
10624     layout: "plot-throughput"
10625
10626 # Packet Throughput - DPDK testpmd 2n-skx-x710
10627 -
10628   type: "plot"
10629   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
10630   algorithm: "plot_performance_box"
10631   output-file-type: ".html"
10632   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
10633   data: "plot-dpdk-throughput-latency-2n-skx"
10634   filter: "'NIC_Intel-X710' and
10635            '64B' and
10636            'BASE' and
10637            'NDRPDR' and
10638            '2T1C' and
10639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10640   parameters:
10641   - "throughput"
10642   - "parent"
10643   traces:
10644     hoverinfo: "x+y"
10645     boxpoints: "outliers"
10646     whiskerwidth: 0
10647   layout:
10648     title: ""  # No title
10649     layout: "plot-throughput"
10650
10651 -
10652   type: "plot"
10653   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
10654   algorithm: "plot_performance_box"
10655   output-file-type: ".html"
10656   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
10657   data: "plot-dpdk-throughput-latency-2n-skx"
10658   filter: "'NIC_Intel-X710' and
10659            '64B' and
10660            'BASE' and
10661            'NDRPDR' and
10662            '4T2C' and
10663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10664   parameters:
10665   - "throughput"
10666   - "parent"
10667   traces:
10668     hoverinfo: "x+y"
10669     boxpoints: "outliers"
10670     whiskerwidth: 0
10671   layout:
10672     title: ""  # No title
10673     layout: "plot-throughput"
10674
10675 -
10676   type: "plot"
10677   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
10678   algorithm: "plot_performance_box"
10679   output-file-type: ".html"
10680   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
10681   data: "plot-dpdk-throughput-latency-2n-skx"
10682   filter: "'NIC_Intel-X710' and
10683            '64B' and
10684            'BASE' and
10685            'NDRPDR' and
10686            '2T1C' and
10687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10688   parameters:
10689   - "throughput"
10690   - "parent"
10691   traces:
10692     hoverinfo: "x+y"
10693     boxpoints: "outliers"
10694     whiskerwidth: 0
10695   layout:
10696     title: ""  # No title
10697     layout: "plot-throughput"
10698
10699 -
10700   type: "plot"
10701   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
10702   algorithm: "plot_performance_box"
10703   output-file-type: ".html"
10704   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
10705   data: "plot-dpdk-throughput-latency-2n-skx"
10706   filter: "'NIC_Intel-X710' and
10707            '64B' and
10708            'BASE' and
10709            'NDRPDR' and
10710            '4T2C' and
10711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10712   parameters:
10713   - "throughput"
10714   - "parent"
10715   traces:
10716     hoverinfo: "x+y"
10717     boxpoints: "outliers"
10718     whiskerwidth: 0
10719   layout:
10720     title: ""  # No title
10721     layout: "plot-throughput"
10722
10723 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
10724 -
10725   type: "plot"
10726   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
10727   algorithm: "plot_performance_box"
10728   output-file-type: ".html"
10729   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
10730   data: "plot-dpdk-throughput-latency-2n-skx"
10731   filter: "'NIC_Intel-XXV710' and
10732            '64B' and
10733            'BASE' and
10734            'NDRPDR' and
10735            '2T1C' and
10736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10737   parameters:
10738   - "throughput"
10739   - "parent"
10740   traces:
10741     hoverinfo: "x+y"
10742     boxpoints: "outliers"
10743     whiskerwidth: 0
10744   layout:
10745     title: ""  # No title
10746     layout: "plot-throughput"
10747
10748 -
10749   type: "plot"
10750   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
10751   algorithm: "plot_performance_box"
10752   output-file-type: ".html"
10753   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
10754   data: "plot-dpdk-throughput-latency-2n-skx"
10755   filter: "'NIC_Intel-XXV710' and
10756            '64B' and
10757            'BASE' and
10758            'NDRPDR' and
10759            '4T2C' and
10760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10761   parameters:
10762   - "throughput"
10763   - "parent"
10764   traces:
10765     hoverinfo: "x+y"
10766     boxpoints: "outliers"
10767     whiskerwidth: 0
10768   layout:
10769     title: ""  # No title
10770     layout: "plot-throughput"
10771
10772 -
10773   type: "plot"
10774   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
10775   algorithm: "plot_performance_box"
10776   output-file-type: ".html"
10777   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
10778   data: "plot-dpdk-throughput-latency-2n-skx"
10779   filter: "'NIC_Intel-XXV710' and
10780            '64B' and
10781            'BASE' and
10782            'NDRPDR' and
10783            '2T1C' and
10784            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10785   parameters:
10786   - "throughput"
10787   - "parent"
10788   traces:
10789     hoverinfo: "x+y"
10790     boxpoints: "outliers"
10791     whiskerwidth: 0
10792   layout:
10793     title: ""  # No title
10794     layout: "plot-throughput"
10795
10796 -
10797   type: "plot"
10798   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
10799   algorithm: "plot_performance_box"
10800   output-file-type: ".html"
10801   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
10802   data: "plot-dpdk-throughput-latency-2n-skx"
10803   filter: "'NIC_Intel-XXV710' and
10804            '64B' and
10805            'BASE' and
10806            'NDRPDR' and
10807            '4T2C' and
10808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10809   parameters:
10810   - "throughput"
10811   - "parent"
10812   traces:
10813     hoverinfo: "x+y"
10814     boxpoints: "outliers"
10815     whiskerwidth: 0
10816   layout:
10817     title: ""  # No title
10818     layout: "plot-throughput"
10819
10820
10821
10822
10823
10824
10825
10826
10827 ################################################################################
10828
10829 # Packet Latency - VPP L2 3n-hsw-x520
10830 -
10831   type: "plot"
10832   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10833   algorithm: "plot_latency_box"
10834   output-file-type: ".html"
10835   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10836   data: "plot-vpp-throughput-latency-3n-hsw"
10837   filter: "'NIC_Intel-X520-DA2' and
10838            '64B' and
10839            ('BASE' or 'SCALE') and
10840            'NDRDISC' and
10841            '1T1C' and
10842            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10843            not 'VHOST' and
10844            not 'MEMIF'"
10845   parameters:
10846   - "latency"
10847   - "parent"
10848   traces:
10849     boxmean: False
10850   layout:
10851     title: ""  # No title
10852     layout: "plot-latency"
10853
10854 -
10855   type: "plot"
10856   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10857   algorithm: "plot_latency_box"
10858   output-file-type: ".html"
10859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10860   data: "plot-vpp-throughput-latency-3n-hsw"
10861   filter: "'NIC_Intel-X520-DA2' and
10862            '64B' and
10863            ('BASE' or 'SCALE') and
10864            'NDRDISC' and
10865            '2T2C' and
10866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10867            not 'VHOST' and
10868            not 'MEMIF'"
10869   parameters:
10870   - "latency"
10871   - "parent"
10872   traces:
10873     boxmean: False
10874   layout:
10875     title: ""  # No title
10876     layout: "plot-latency"
10877
10878 -
10879   type: "plot"
10880   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10881   algorithm: "plot_latency_box"
10882   output-file-type: ".html"
10883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10884   data: "plot-vpp-throughput-latency-3n-hsw"
10885   filter: "'NIC_Intel-X520-DA2' and
10886            '64B' and
10887            'FEATURE' and
10888            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10889            'NDRDISC' and
10890            '1T1C' and
10891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10892            not 'VHOST' and
10893            not 'MEMIF'"
10894   parameters:
10895   - "latency"
10896   - "parent"
10897   traces:
10898     boxmean: False
10899   layout:
10900     title: ""  # No title
10901     layout: "plot-latency"
10902
10903 -
10904   type: "plot"
10905   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10906   algorithm: "plot_latency_box"
10907   output-file-type: ".html"
10908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10909   data: "plot-vpp-throughput-latency-3n-hsw"
10910   filter: "'NIC_Intel-X520-DA2' and
10911            '64B' and
10912            'FEATURE' and
10913            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10914            'NDRDISC' and
10915            '2T2C' and
10916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10917            not 'VHOST' and
10918            not 'MEMIF'"
10919   parameters:
10920   - "latency"
10921   - "parent"
10922   traces:
10923     boxmean: False
10924   layout:
10925     title: ""  # No title
10926     layout: "plot-latency"
10927
10928 # Packet Latency - VPP L2 3n-hsw-x710
10929 -
10930   type: "plot"
10931   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10932   algorithm: "plot_latency_box"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10935   data: "plot-vpp-throughput-latency-3n-hsw"
10936   filter: "'NIC_Intel-X710' and
10937            '64B' and
10938            ('BASE' or 'SCALE') and
10939            'NDRDISC' and
10940            '1T1C' and
10941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10942            not 'VHOST' and
10943            not 'MEMIF'"
10944   parameters:
10945   - "latency"
10946   - "parent"
10947   traces:
10948     boxmean: False
10949   layout:
10950     title: ""  # No title
10951     layout: "plot-latency"
10952
10953 -
10954   type: "plot"
10955   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10956   algorithm: "plot_latency_box"
10957   output-file-type: ".html"
10958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10959   data: "plot-vpp-throughput-latency-3n-hsw"
10960   filter: "'NIC_Intel-X710' and
10961            '64B' and
10962            ('BASE' or 'SCALE') and
10963            'NDRDISC' and
10964            '2T2C' and
10965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10966            not 'VHOST' and
10967            not 'MEMIF'"
10968   parameters:
10969   - "latency"
10970   - "parent"
10971   traces:
10972     boxmean: False
10973   layout:
10974     title: ""  # No title
10975     layout: "plot-latency"
10976
10977 -
10978   type: "plot"
10979   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10980   algorithm: "plot_latency_box"
10981   output-file-type: ".html"
10982   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10983   data: "plot-vpp-throughput-latency-3n-hsw"
10984   filter: "'NIC_Intel-X710' and
10985            '64B' and
10986            'FEATURE' and
10987            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10988            'NDRDISC' and
10989            '1T1C' and
10990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10991            not 'VHOST' and
10992            not 'MEMIF'"
10993   parameters:
10994   - "latency"
10995   - "parent"
10996   traces:
10997     boxmean: False
10998   layout:
10999     title: ""  # No title
11000     layout: "plot-latency"
11001
11002 -
11003   type: "plot"
11004   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
11005   algorithm: "plot_latency_box"
11006   output-file-type: ".html"
11007   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
11008   data: "plot-vpp-throughput-latency-3n-hsw"
11009   filter: "'NIC_Intel-X710' and
11010            '64B' and
11011            'FEATURE' and
11012            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11013            'NDRDISC' and
11014            '2T2C' and
11015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11016            not 'VHOST' and
11017            not 'MEMIF'"
11018   parameters:
11019   - "latency"
11020   - "parent"
11021   traces:
11022     boxmean: False
11023   layout:
11024     title: ""  # No title
11025     layout: "plot-latency"
11026
11027 # Packet Latency - VPP L2 3n-hsw-xl710
11028 -
11029   type: "plot"
11030   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11031   algorithm: "plot_latency_box"
11032   output-file-type: ".html"
11033   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11034   data: "plot-vpp-throughput-latency-3n-hsw"
11035   filter: "'NIC_Intel-XL710' and
11036            '64B' and
11037            ('BASE' or 'SCALE') and
11038            'NDRDISC' and
11039            '1T1C' and
11040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11041            not 'VHOST' and
11042            not 'MEMIF'"
11043   parameters:
11044   - "latency"
11045   - "parent"
11046   traces:
11047     boxmean: False
11048   layout:
11049     title: ""  # No title
11050     layout: "plot-latency"
11051
11052 -
11053   type: "plot"
11054   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11055   algorithm: "plot_latency_box"
11056   output-file-type: ".html"
11057   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11058   data: "plot-vpp-throughput-latency-3n-hsw"
11059   filter: "'NIC_Intel-XL710' and
11060            '64B' and
11061            ('BASE' or 'SCALE') and
11062            'NDRDISC' and
11063            '2T2C' and
11064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11065            not 'VHOST' and
11066            not 'MEMIF'"
11067   parameters:
11068   - "latency"
11069   - "parent"
11070   traces:
11071     boxmean: False
11072   layout:
11073     title: ""  # No title
11074     layout: "plot-latency"
11075
11076 # Packet Latency - VPP L2 3n-skx-x710
11077 -
11078   type: "plot"
11079   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11080   algorithm: "plot_latency_box"
11081   output-file-type: ".html"
11082   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11083   data: "plot-vpp-throughput-latency-3n-skx"
11084   filter: "'NIC_Intel-X710' and
11085            '64B' and
11086            ('BASE' or 'SCALE') and
11087            'NDRDISC' and
11088            '2T1C' and
11089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11090            not 'VHOST' and
11091            not 'MEMIF'"
11092   parameters:
11093   - "latency"
11094   - "parent"
11095   traces:
11096     boxmean: False
11097   layout:
11098     title: ""  # No title
11099     layout: "plot-latency"
11100
11101 -
11102   type: "plot"
11103   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11104   algorithm: "plot_latency_box"
11105   output-file-type: ".html"
11106   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11107   data: "plot-vpp-throughput-latency-3n-skx"
11108   filter: "'NIC_Intel-X710' and
11109            '64B' and
11110            ('BASE' or 'SCALE') and
11111            'NDRDISC' and
11112            '4T2C' and
11113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11114            not 'VHOST' and
11115            not 'MEMIF'"
11116   parameters:
11117   - "latency"
11118   - "parent"
11119   traces:
11120     boxmean: False
11121   layout:
11122     title: ""  # No title
11123     layout: "plot-latency"
11124
11125 -
11126   type: "plot"
11127   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
11128   algorithm: "plot_latency_box"
11129   output-file-type: ".html"
11130   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
11131   data: "plot-vpp-throughput-latency-3n-skx"
11132   filter: "'NIC_Intel-X710' and
11133            '64B' and
11134            'FEATURE' and
11135            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11136            'NDRDISC' and
11137            '2T1C' and
11138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11139            not 'VHOST' and
11140            not 'MEMIF'"
11141   parameters:
11142   - "latency"
11143   - "parent"
11144   traces:
11145     boxmean: False
11146   layout:
11147     title: ""  # No title
11148     layout: "plot-latency"
11149
11150 -
11151   type: "plot"
11152   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
11153   algorithm: "plot_latency_box"
11154   output-file-type: ".html"
11155   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
11156   data: "plot-vpp-throughput-latency-3n-skx"
11157   filter: "'NIC_Intel-X710' and
11158            '64B' and
11159            'FEATURE' and
11160            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11161            'NDRDISC' and
11162            '4T2C' and
11163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11164            not 'VHOST' and
11165            not 'MEMIF'"
11166   parameters:
11167   - "latency"
11168   - "parent"
11169   traces:
11170     boxmean: False
11171   layout:
11172     title: ""  # No title
11173     layout: "plot-latency"
11174
11175 # Packet Latency - VPP L2 3n-skx-xxv710
11176 -
11177   type: "plot"
11178   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11179   algorithm: "plot_latency_box"
11180   output-file-type: ".html"
11181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11182   data: "plot-vpp-throughput-latency-3n-skx"
11183   filter: "'NIC_Intel-XXV710' and
11184            '64B' and
11185            ('BASE' or 'SCALE') and
11186            'NDRDISC' and
11187            '2T1C' and
11188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11189            not 'VHOST' and
11190            not 'MEMIF'"
11191   parameters:
11192   - "latency"
11193   - "parent"
11194   traces:
11195     boxmean: False
11196   layout:
11197     title: ""  # No title
11198     layout: "plot-latency"
11199
11200 -
11201   type: "plot"
11202   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11203   algorithm: "plot_latency_box"
11204   output-file-type: ".html"
11205   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11206   data: "plot-vpp-throughput-latency-3n-skx"
11207   filter: "'NIC_Intel-XXV710' and
11208            '64B' and
11209            ('BASE' or 'SCALE') and
11210            'NDRDISC' and
11211            '4T2C' and
11212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11213            not 'VHOST' and
11214            not 'MEMIF'"
11215   parameters:
11216   - "latency"
11217   - "parent"
11218   traces:
11219     boxmean: False
11220   layout:
11221     title: ""  # No title
11222     layout: "plot-latency"
11223
11224 -
11225   type: "plot"
11226   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
11227   algorithm: "plot_latency_box"
11228   output-file-type: ".html"
11229   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
11230   data: "plot-vpp-throughput-latency-3n-skx"
11231   filter: "'NIC_Intel-XXV710' and
11232            '64B' and
11233            'FEATURE' and
11234            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11235            'NDRDISC' and
11236            '2T1C' and
11237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11238            not 'VHOST' and
11239            not 'MEMIF'"
11240   parameters:
11241   - "latency"
11242   - "parent"
11243   traces:
11244     boxmean: False
11245   layout:
11246     title: ""  # No title
11247     layout: "plot-latency"
11248
11249 -
11250   type: "plot"
11251   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
11252   algorithm: "plot_latency_box"
11253   output-file-type: ".html"
11254   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
11255   data: "plot-vpp-throughput-latency-3n-skx"
11256   filter: "'NIC_Intel-XXV710' and
11257            '64B' and
11258            'FEATURE' and
11259            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11260            'NDRDISC' and
11261            '4T2C' and
11262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11263            not 'VHOST' and
11264            not 'MEMIF'"
11265   parameters:
11266   - "latency"
11267   - "parent"
11268   traces:
11269     boxmean: False
11270   layout:
11271     title: ""  # No title
11272     layout: "plot-latency"
11273
11274 # Packet Latency - VPP L2 2n-skx-x710
11275 -
11276   type: "plot"
11277   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11278   algorithm: "plot_latency_box"
11279   output-file-type: ".html"
11280   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11281   data: "plot-vpp-throughput-latency-2n-skx"
11282   filter: "'NIC_Intel-X710' and
11283            '64B' and
11284            ('BASE' or 'SCALE') and
11285            'NDRDISC' and
11286            '2T1C' and
11287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11288            not 'VHOST' and
11289            not 'MEMIF'"
11290   parameters:
11291   - "latency"
11292   - "parent"
11293   traces:
11294     boxmean: False
11295   layout:
11296     title: ""  # No title
11297     layout: "plot-latency"
11298
11299 -
11300   type: "plot"
11301   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11302   algorithm: "plot_latency_box"
11303   output-file-type: ".html"
11304   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11305   data: "plot-vpp-throughput-latency-2n-skx"
11306   filter: "'NIC_Intel-X710' and
11307            '64B' and
11308            ('BASE' or 'SCALE') and
11309            'NDRDISC' and
11310            '4T2C' and
11311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11312            not 'VHOST' and
11313            not 'MEMIF'"
11314   parameters:
11315   - "latency"
11316   - "parent"
11317   traces:
11318     boxmean: False
11319   layout:
11320     title: ""  # No title
11321     layout: "plot-latency"
11322
11323 -
11324   type: "plot"
11325   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-features-ndr-lat"
11326   algorithm: "plot_latency_box"
11327   output-file-type: ".html"
11328   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-ndr-lat"
11329   data: "plot-vpp-throughput-latency-2n-skx"
11330   filter: "'NIC_Intel-X710' and
11331            '64B' and
11332            'FEATURE' and
11333            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11334            'NDRDISC' and
11335            '2T1C' and
11336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11337            not 'VHOST' and
11338            not 'MEMIF'"
11339   parameters:
11340   - "latency"
11341   - "parent"
11342   traces:
11343     boxmean: False
11344   layout:
11345     title: ""  # No title
11346     layout: "plot-latency"
11347
11348 -
11349   type: "plot"
11350   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-features-ndr-lat"
11351   algorithm: "plot_latency_box"
11352   output-file-type: ".html"
11353   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-ndr-lat"
11354   data: "plot-vpp-throughput-latency-2n-skx"
11355   filter: "'NIC_Intel-X710' and
11356            '64B' and
11357            'FEATURE' and
11358            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11359            'NDRDISC' and
11360            '4T2C' and
11361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11362            not 'VHOST' and
11363            not 'MEMIF'"
11364   parameters:
11365   - "latency"
11366   - "parent"
11367   traces:
11368     boxmean: False
11369   layout:
11370     title: ""  # No title
11371     layout: "plot-latency"
11372
11373 # Packet Latency - VPP L2 2n-skx-xxv710
11374 -
11375   type: "plot"
11376   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11377   algorithm: "plot_latency_box"
11378   output-file-type: ".html"
11379   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11380   data: "plot-vpp-throughput-latency-2n-skx"
11381   filter: "'NIC_Intel-XXV710' and
11382            '64B' and
11383            ('BASE' or 'SCALE') and
11384            'NDRDISC' and
11385            '2T1C' and
11386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11387            not 'VHOST' and
11388            not 'MEMIF'"
11389   parameters:
11390   - "latency"
11391   - "parent"
11392   traces:
11393     boxmean: False
11394   layout:
11395     title: ""  # No title
11396     layout: "plot-latency"
11397
11398 -
11399   type: "plot"
11400   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11401   algorithm: "plot_latency_box"
11402   output-file-type: ".html"
11403   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11404   data: "plot-vpp-throughput-latency-2n-skx"
11405   filter: "'NIC_Intel-XXV710' and
11406            '64B' and
11407            ('BASE' or 'SCALE') and
11408            'NDRDISC' and
11409            '4T2C' and
11410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11411            not 'VHOST' and
11412            not 'MEMIF'"
11413   parameters:
11414   - "latency"
11415   - "parent"
11416   traces:
11417     boxmean: False
11418   layout:
11419     title: ""  # No title
11420     layout: "plot-latency"
11421
11422 -
11423   type: "plot"
11424   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
11425   algorithm: "plot_latency_box"
11426   output-file-type: ".html"
11427   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
11428   data: "plot-vpp-throughput-latency-2n-skx"
11429   filter: "'NIC_Intel-XXV710' and
11430            '64B' and
11431            'FEATURE' and
11432            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11433            'NDRDISC' and
11434            '2T1C' and
11435            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11436            not 'VHOST' and
11437            not 'MEMIF'"
11438   parameters:
11439   - "latency"
11440   - "parent"
11441   traces:
11442     boxmean: False
11443   layout:
11444     title: ""  # No title
11445     layout: "plot-latency"
11446
11447 -
11448   type: "plot"
11449   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
11450   algorithm: "plot_latency_box"
11451   output-file-type: ".html"
11452   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
11453   data: "plot-vpp-throughput-latency-2n-skx"
11454   filter: "'NIC_Intel-XXV710' and
11455            '64B' and
11456            'FEATURE' and
11457            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11458            'NDRDISC' and
11459            '4T2C' and
11460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11461            not 'VHOST' and
11462            not 'MEMIF'"
11463   parameters:
11464   - "latency"
11465   - "parent"
11466   traces:
11467     boxmean: False
11468   layout:
11469     title: ""  # No title
11470     layout: "plot-latency"
11471
11472 ################################################################################
11473
11474 # Packet Latency - VPP Container Memif 3n-hsw-x520
11475 -
11476   type: "plot"
11477   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11478   algorithm: "plot_latency_box"
11479   output-file-type: ".html"
11480   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11481   data: "plot-vpp-throughput-latency-3n-hsw"
11482   filter: "'NIC_Intel-X520-DA2' and
11483            '64B' and
11484            ('BASE' or 'SCALE') and
11485            'NDRDISC' and
11486            '1T1C' and
11487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11488            not 'VHOST' and
11489            'MEMIF'"
11490   parameters:
11491   - "latency"
11492   - "parent"
11493   traces:
11494     boxmean: False
11495   layout:
11496     title: ""  # No title
11497     layout: "plot-latency"
11498
11499 -
11500   type: "plot"
11501   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11502   algorithm: "plot_latency_box"
11503   output-file-type: ".html"
11504   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11505   data: "plot-vpp-throughput-latency-3n-hsw"
11506   filter: "'NIC_Intel-X520-DA2' and
11507            '64B' and
11508            ('BASE' or 'SCALE') and
11509            'NDRDISC' and
11510            '2T2C' and
11511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11512            not 'VHOST' and
11513            'MEMIF'"
11514   parameters:
11515   - "latency"
11516   - "parent"
11517   traces:
11518     boxmean: False
11519   layout:
11520     title: ""  # No title
11521     layout: "plot-latency"
11522
11523 # Packet Latency - VPP Container Memif 3n-hsw-x710
11524 -
11525   type: "plot"
11526   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11527   algorithm: "plot_latency_box"
11528   output-file-type: ".html"
11529   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11530   data: "plot-vpp-throughput-latency-3n-hsw"
11531   filter: "'NIC_Intel-X710' and
11532            '64B' and
11533            ('BASE' or 'SCALE') and
11534            'NDRDISC' and
11535            '1T1C' and
11536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11537            not 'VHOST' and
11538            'MEMIF'"
11539   parameters:
11540   - "latency"
11541   - "parent"
11542   traces:
11543     boxmean: False
11544   layout:
11545     title: ""  # No title
11546     layout: "plot-latency"
11547
11548 -
11549   type: "plot"
11550   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11551   algorithm: "plot_latency_box"
11552   output-file-type: ".html"
11553   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11554   data: "plot-vpp-throughput-latency-3n-hsw"
11555   filter: "'NIC_Intel-X710' and
11556            '64B' and
11557            ('BASE' or 'SCALE') and
11558            'NDRDISC' and
11559            '2T2C' and
11560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11561            not 'VHOST' and
11562            'MEMIF'"
11563   parameters:
11564   - "latency"
11565   - "parent"
11566   traces:
11567     boxmean: False
11568   layout:
11569     title: ""  # No title
11570     layout: "plot-latency"
11571
11572 # Packet Latency - VPP Container Memif 3n-hsw-xl710
11573 -
11574   type: "plot"
11575   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11576   algorithm: "plot_latency_box"
11577   output-file-type: ".html"
11578   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11579   data: "plot-vpp-throughput-latency-3n-hsw"
11580   filter: "'NIC_Intel-XL710' and
11581            '64B' and
11582            ('BASE' or 'SCALE') and
11583            'NDRDISC' and
11584            '1T1C' and
11585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11586            not 'VHOST' and
11587            'MEMIF'"
11588   parameters:
11589   - "latency"
11590   - "parent"
11591   traces:
11592     boxmean: False
11593   layout:
11594     title: ""  # No title
11595     layout: "plot-latency"
11596
11597 -
11598   type: "plot"
11599   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11600   algorithm: "plot_latency_box"
11601   output-file-type: ".html"
11602   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11603   data: "plot-vpp-throughput-latency-3n-hsw"
11604   filter: "'NIC_Intel-XL710' and
11605            '64B' and
11606            ('BASE' or 'SCALE') and
11607            'NDRDISC' and
11608            '2T2C' and
11609            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11610            not 'VHOST' and
11611            'MEMIF'"
11612   parameters:
11613   - "latency"
11614   - "parent"
11615   traces:
11616     boxmean: False
11617   layout:
11618     title: ""  # No title
11619     layout: "plot-latency"
11620
11621 # Packet Latency - VPP Container Memif 3n-skx-x710
11622 -
11623   type: "plot"
11624   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11625   algorithm: "plot_latency_box"
11626   output-file-type: ".html"
11627   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11628   data: "plot-vpp-throughput-latency-3n-skx"
11629   filter: "'NIC_Intel-X710' and
11630            '64B' and
11631            ('BASE' or 'SCALE') and
11632            'NDRDISC' and
11633            '2T1C' and
11634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11635            not 'VHOST' and
11636            'MEMIF'"
11637   parameters:
11638   - "latency"
11639   - "parent"
11640   traces:
11641     boxmean: False
11642   layout:
11643     title: ""  # No title
11644     layout: "plot-latency"
11645
11646 -
11647   type: "plot"
11648   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11649   algorithm: "plot_latency_box"
11650   output-file-type: ".html"
11651   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11652   data: "plot-vpp-throughput-latency-3n-skx"
11653   filter: "'NIC_Intel-X710' and
11654            '64B' and
11655            ('BASE' or 'SCALE') and
11656            'NDRDISC' and
11657            '4T2C' and
11658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11659            not 'VHOST' and
11660            'MEMIF'"
11661   parameters:
11662   - "latency"
11663   - "parent"
11664   traces:
11665     boxmean: False
11666   layout:
11667     title: ""  # No title
11668     layout: "plot-latency"
11669
11670 # Packet Latency - VPP Container Memif 3n-skx-xxv710
11671 -
11672   type: "plot"
11673   title: "VPP Latency: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11674   algorithm: "plot_latency_box"
11675   output-file-type: ".html"
11676   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11677   data: "plot-vpp-throughput-latency-3n-skx"
11678   filter: "'NIC_Intel-XXV710' and
11679            '64B' and
11680            ('BASE' or 'SCALE') and
11681            'NDRDISC' and
11682            '2T1C' and
11683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11684            not 'VHOST' and
11685            'MEMIF'"
11686   parameters:
11687   - "latency"
11688   - "parent"
11689   traces:
11690     boxmean: False
11691   layout:
11692     title: ""  # No title
11693     layout: "plot-latency"
11694
11695 -
11696   type: "plot"
11697   title: "VPP Latency: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11698   algorithm: "plot_latency_box"
11699   output-file-type: ".html"
11700   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11701   data: "plot-vpp-throughput-latency-3n-skx"
11702   filter: "'NIC_Intel-XXV710' and
11703            '64B' and
11704            ('BASE' or 'SCALE') and
11705            'NDRDISC' and
11706            '4T2C' and
11707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11708            not 'VHOST' and
11709            'MEMIF'"
11710   parameters:
11711   - "latency"
11712   - "parent"
11713   traces:
11714     boxmean: False
11715   layout:
11716     title: ""  # No title
11717     layout: "plot-latency"
11718
11719 # Packet Latency - VPP Container Memif 2n-skx-x710
11720 -
11721   type: "plot"
11722   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11723   algorithm: "plot_latency_box"
11724   output-file-type: ".html"
11725   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11726   data: "plot-vpp-throughput-latency-2n-skx"
11727   filter: "'NIC_Intel-X710' and
11728            '64B' and
11729            ('BASE' or 'SCALE') and
11730            'NDRDISC' and
11731            '2T1C' and
11732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11733            not 'VHOST' and
11734            'MEMIF'"
11735   parameters:
11736   - "latency"
11737   - "parent"
11738   traces:
11739     boxmean: False
11740   layout:
11741     title: ""  # No title
11742     layout: "plot-latency"
11743
11744 -
11745   type: "plot"
11746   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11747   algorithm: "plot_latency_box"
11748   output-file-type: ".html"
11749   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11750   data: "plot-vpp-throughput-latency-2n-skx"
11751   filter: "'NIC_Intel-X710' and
11752            '64B' and
11753            ('BASE' or 'SCALE') and
11754            'NDRDISC' and
11755            '4T2C' and
11756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11757            not 'VHOST' and
11758            'MEMIF'"
11759   parameters:
11760   - "latency"
11761   - "parent"
11762   traces:
11763     boxmean: False
11764   layout:
11765     title: ""  # No title
11766     layout: "plot-latency"
11767
11768 # Packet Latency - VPP Container Memif 2n-skx-xxv710
11769 -
11770   type: "plot"
11771   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11772   algorithm: "plot_latency_box"
11773   output-file-type: ".html"
11774   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11775   data: "plot-vpp-throughput-latency-2n-skx"
11776   filter: "'NIC_Intel-XXV710' and
11777            '64B' and
11778            ('BASE' or 'SCALE') and
11779            'NDRDISC' and
11780            '2T1C' and
11781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11782            not 'VHOST' and
11783            'MEMIF'"
11784   parameters:
11785   - "latency"
11786   - "parent"
11787   traces:
11788     boxmean: False
11789   layout:
11790     title: ""  # No title
11791     layout: "plot-latency"
11792
11793 -
11794   type: "plot"
11795   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11796   algorithm: "plot_latency_box"
11797   output-file-type: ".html"
11798   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11799   data: "plot-vpp-throughput-latency-2n-skx"
11800   filter: "'NIC_Intel-XXV710' and
11801            '64B' and
11802            ('BASE' or 'SCALE') and
11803            'NDRDISC' and
11804            '4T2C' and
11805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11806            not 'VHOST' and
11807            'MEMIF'"
11808   parameters:
11809   - "latency"
11810   - "parent"
11811   traces:
11812     boxmean: False
11813   layout:
11814     title: ""  # No title
11815     layout: "plot-latency"
11816
11817 ################################################################################
11818
11819 # Packet Latency - VPP Container Memif 3n-hsw-x520
11820 -
11821   type: "plot"
11822   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11823   algorithm: "plot_latency_box"
11824   output-file-type: ".html"
11825   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11826   data: "plot-ligato-throughput-latency-3n-hsw"
11827   filter: "'NIC_Intel-X520-DA2' and
11828            '64B' and
11829            ('BASE' or 'SCALE') and
11830            'NDRDISC' and
11831            '1T1C' and
11832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11833            not 'VHOST' and
11834            'MEMIF'"
11835   parameters:
11836   - "latency"
11837   - "parent"
11838   traces:
11839     boxmean: False
11840   layout:
11841     title: ""  # No title
11842     layout: "plot-latency"
11843
11844 -
11845   type: "plot"
11846   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11847   algorithm: "plot_latency_box"
11848   output-file-type: ".html"
11849   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11850   data: "plot-ligato-throughput-latency-3n-hsw"
11851   filter: "'NIC_Intel-X520-DA2' and
11852            '64B' and
11853            ('BASE' or 'SCALE') and
11854            'NDRDISC' and
11855            '2T2C' and
11856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11857            not 'VHOST' and
11858            'MEMIF'"
11859   parameters:
11860   - "latency"
11861   - "parent"
11862   traces:
11863     boxmean: False
11864   layout:
11865     title: ""  # No title
11866     layout: "plot-latency"
11867
11868 # Packet Latency - VPP Container Memif 3n-hsw-x710
11869 -
11870   type: "plot"
11871   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11872   algorithm: "plot_latency_box"
11873   output-file-type: ".html"
11874   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11875   data: "plot-ligato-throughput-latency-3n-hsw"
11876   filter: "'NIC_Intel-X710' and
11877            '64B' and
11878            ('BASE' or 'SCALE') and
11879            'NDRDISC' and
11880            '1T1C' and
11881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11882            not 'VHOST' and
11883            'MEMIF'"
11884   parameters:
11885   - "latency"
11886   - "parent"
11887   traces:
11888     boxmean: False
11889   layout:
11890     title: ""  # No title
11891     layout: "plot-latency"
11892
11893 -
11894   type: "plot"
11895   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11896   algorithm: "plot_latency_box"
11897   output-file-type: ".html"
11898   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11899   data: "plot-ligato-throughput-latency-3n-hsw"
11900   filter: "'NIC_Intel-X710' and
11901            '64B' and
11902            ('BASE' or 'SCALE') and
11903            'NDRDISC' and
11904            '2T2C' and
11905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11906            not 'VHOST' and
11907            'MEMIF'"
11908   parameters:
11909   - "latency"
11910   - "parent"
11911   traces:
11912     boxmean: False
11913   layout:
11914     title: ""  # No title
11915     layout: "plot-latency"
11916
11917 # Packet Latency - VPP Container Memif 3n-skx-x710
11918 -
11919   type: "plot"
11920   title: "VPP Latency: k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11921   algorithm: "plot_latency_box"
11922   output-file-type: ".html"
11923   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11924   data: "plot-ligato-throughput-latency-3n-skx"
11925   filter: "'NIC_Intel-X710' and
11926            '64B' and
11927            ('BASE' or 'SCALE') and
11928            'NDRDISC' and
11929            '2T1C' and
11930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11931            not 'VHOST' and
11932            'MEMIF'"
11933   parameters:
11934   - "latency"
11935   - "parent"
11936   traces:
11937     boxmean: False
11938   layout:
11939     title: ""  # No title
11940     layout: "plot-latency"
11941
11942 -
11943   type: "plot"
11944   title: "VPP Latency: k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11945   algorithm: "plot_latency_box"
11946   output-file-type: ".html"
11947   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11948   data: "plot-ligato-throughput-latency-3n-skx"
11949   filter: "'NIC_Intel-X710' and
11950            '64B' and
11951            ('BASE' or 'SCALE') and
11952            'NDRDISC' and
11953            '4T2C' and
11954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11955            not 'VHOST' and
11956            'MEMIF'"
11957   parameters:
11958   - "latency"
11959   - "parent"
11960   traces:
11961     boxmean: False
11962   layout:
11963     title: ""  # No title
11964     layout: "plot-latency"
11965
11966 # Packet Latency - VPP Container Memif 3n-skx-xxv710
11967 -
11968   type: "plot"
11969   title: "VPP Latency: k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11970   algorithm: "plot_latency_box"
11971   output-file-type: ".html"
11972   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11973   data: "plot-ligato-throughput-latency-3n-skx"
11974   filter: "'NIC_Intel-XXV710' and
11975            '64B' and
11976            ('BASE' or 'SCALE') and
11977            'NDRDISC' and
11978            '2T1C' and
11979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11980            not 'VHOST' and
11981            'MEMIF'"
11982   parameters:
11983   - "latency"
11984   - "parent"
11985   traces:
11986     boxmean: False
11987   layout:
11988     title: ""  # No title
11989     layout: "plot-latency"
11990
11991 -
11992   type: "plot"
11993   title: "VPP Latency: k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11994   algorithm: "plot_latency_box"
11995   output-file-type: ".html"
11996   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11997   data: "plot-ligato-throughput-latency-3n-skx"
11998   filter: "'NIC_Intel-XXV710' and
11999            '64B' and
12000            ('BASE' or 'SCALE') and
12001            'NDRDISC' and
12002            '4T2C' and
12003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12004            not 'VHOST' and
12005            'MEMIF'"
12006   parameters:
12007   - "latency"
12008   - "parent"
12009   traces:
12010     boxmean: False
12011   layout:
12012     title: ""  # No title
12013     layout: "plot-latency"
12014
12015 # Packet Latency - VPP Container Memif 2n-skx-x710
12016 -
12017   type: "plot"
12018   title: "VPP Latency: k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12019   algorithm: "plot_latency_box"
12020   output-file-type: ".html"
12021   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12022   data: "plot-ligato-throughput-latency-2n-skx"
12023   filter: "'NIC_Intel-X710' and
12024            '64B' and
12025            ('BASE' or 'SCALE') and
12026            'NDRDISC' and
12027            '2T1C' and
12028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12029            not 'VHOST' and
12030            'MEMIF'"
12031   parameters:
12032   - "latency"
12033   - "parent"
12034   traces:
12035     boxmean: False
12036   layout:
12037     title: ""  # No title
12038     layout: "plot-latency"
12039
12040 -
12041   type: "plot"
12042   title: "VPP Latency: k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12043   algorithm: "plot_latency_box"
12044   output-file-type: ".html"
12045   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12046   data: "plot-ligato-throughput-latency-2n-skx"
12047   filter: "'NIC_Intel-X710' and
12048            '64B' and
12049            ('BASE' or 'SCALE') and
12050            'NDRDISC' and
12051            '4T2C' and
12052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12053            not 'VHOST' and
12054            'MEMIF'"
12055   parameters:
12056   - "latency"
12057   - "parent"
12058   traces:
12059     boxmean: False
12060   layout:
12061     title: ""  # No title
12062     layout: "plot-latency"
12063
12064 # Packet Latency - VPP Container Memif 2n-skx-xxv710
12065 -
12066   type: "plot"
12067   title: "VPP Latency: k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12068   algorithm: "plot_latency_box"
12069   output-file-type: ".html"
12070   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12071   data: "plot-ligato-throughput-latency-2n-skx"
12072   filter: "'NIC_Intel-XXV710' and
12073            '64B' and
12074            ('BASE' or 'SCALE') and
12075            'NDRDISC' and
12076            '2T1C' and
12077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12078            not 'VHOST' and
12079            'MEMIF'"
12080   parameters:
12081   - "latency"
12082   - "parent"
12083   traces:
12084     boxmean: False
12085   layout:
12086     title: ""  # No title
12087     layout: "plot-latency"
12088
12089 -
12090   type: "plot"
12091   title: "VPP Latency: k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12092   algorithm: "plot_latency_box"
12093   output-file-type: ".html"
12094   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12095   data: "plot-ligato-throughput-latency-2n-skx"
12096   filter: "'NIC_Intel-XXV710' and
12097            '64B' and
12098            ('BASE' or 'SCALE') and
12099            'NDRDISC' and
12100            '4T2C' and
12101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
12102            not 'VHOST' and
12103            'MEMIF'"
12104   parameters:
12105   - "latency"
12106   - "parent"
12107   traces:
12108     boxmean: False
12109   layout:
12110     title: ""  # No title
12111     layout: "plot-latency"
12112
12113 ################################################################################
12114
12115 # Packet Latency - VPP IPv4 3n-hsw-x520
12116 -
12117   type: "plot"
12118   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12119   algorithm: "plot_latency_box"
12120   output-file-type: ".html"
12121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12122   data: "plot-vpp-throughput-latency-3n-hsw"
12123   filter: "'NIC_Intel-X520-DA2' and
12124            '64B' and
12125            ('BASE' or 'SCALE') and
12126            'NDRDISC' and
12127            '1T1C' and
12128            'IP4FWD' and
12129            not 'IPSEC' and 
12130            not 'VHOST'"
12131   parameters:
12132   - "latency"
12133   - "parent"
12134   traces:
12135     boxmean: False
12136   layout:
12137     title: ""  # No title
12138     layout: "plot-latency"
12139
12140 -
12141   type: "plot"
12142   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12143   algorithm: "plot_latency_box"
12144   output-file-type: ".html"
12145   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12146   data: "plot-vpp-throughput-latency-3n-hsw"
12147   filter: "'NIC_Intel-X520-DA2' and
12148            '64B' and
12149            ('BASE' or 'SCALE') and
12150            'NDRDISC' and
12151            '2T2C' and
12152            'IP4FWD' and
12153            not 'IPSEC' and 
12154            not 'VHOST'"
12155   parameters:
12156   - "latency"
12157   - "parent"
12158   traces:
12159     boxmean: False
12160   layout:
12161     title: ""  # No title
12162     layout: "plot-latency"
12163
12164 -
12165   type: "plot"
12166   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
12167   algorithm: "plot_latency_box"
12168   output-file-type: ".html"
12169   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
12170   data: "plot-vpp-throughput-latency-3n-hsw"
12171   filter: "'NIC_Intel-X520-DA2' and
12172            '64B' and
12173            'FEATURE' and
12174            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12175            'NDRDISC' and
12176            '1T1C' and
12177            'IP4FWD' and
12178            not 'IPSEC' and 
12179            not 'VHOST'"
12180   parameters:
12181   - "latency"
12182   - "parent"
12183   traces:
12184     boxmean: False
12185   layout:
12186     title: ""  # No title
12187     layout: "plot-latency"
12188
12189 -
12190   type: "plot"
12191   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
12192   algorithm: "plot_latency_box"
12193   output-file-type: ".html"
12194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
12195   data: "plot-vpp-throughput-latency-3n-hsw"
12196   filter: "'NIC_Intel-X520-DA2' and
12197            '64B' and
12198            'FEATURE' and
12199            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12200            'NDRDISC' and
12201            '2T2C' and
12202            'IP4FWD' and
12203            not 'IPSEC' and 
12204            not 'VHOST'"
12205   parameters:
12206   - "latency"
12207   - "parent"
12208   traces:
12209     boxmean: False
12210   layout:
12211     title: ""  # No title
12212     layout: "plot-latency"
12213
12214 # Packet Latency - VPP IPv4 3n-hsw-x710
12215 -
12216   type: "plot"
12217   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12218   algorithm: "plot_latency_box"
12219   output-file-type: ".html"
12220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12221   data: "plot-vpp-throughput-latency-3n-hsw"
12222   filter: "'NIC_Intel-X710' and
12223            '64B' and
12224            ('BASE' or 'SCALE') and
12225            'NDRDISC' and
12226            '1T1C' and
12227            'IP4FWD' and
12228            not 'IPSEC' and 
12229            not 'VHOST'"
12230   parameters:
12231   - "latency"
12232   - "parent"
12233   traces:
12234     boxmean: False
12235   layout:
12236     title: ""  # No title
12237     layout: "plot-latency"
12238
12239 -
12240   type: "plot"
12241   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12242   algorithm: "plot_latency_box"
12243   output-file-type: ".html"
12244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12245   data: "plot-vpp-throughput-latency-3n-hsw"
12246   filter: "'NIC_Intel-X710' and
12247            '64B' and
12248            ('BASE' or 'SCALE') and
12249            'NDRDISC' and
12250            '2T2C' and
12251            'IP4FWD' and
12252            not 'IPSEC' and 
12253            not 'VHOST'"
12254   parameters:
12255   - "latency"
12256   - "parent"
12257   traces:
12258     boxmean: False
12259   layout:
12260     title: ""  # No title
12261     layout: "plot-latency"
12262
12263 -
12264   type: "plot"
12265   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
12266   algorithm: "plot_latency_box"
12267   output-file-type: ".html"
12268   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
12269   data: "plot-vpp-throughput-latency-3n-hsw"
12270   filter: "'NIC_Intel-X710' and
12271            '64B' and
12272            'FEATURE' and
12273            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12274            'NDRDISC' and
12275            '1T1C' and
12276            'IP4FWD' and
12277            not 'IPSEC' and 
12278            not 'VHOST'"
12279   parameters:
12280   - "latency"
12281   - "parent"
12282   traces:
12283     boxmean: False
12284   layout:
12285     title: ""  # No title
12286     layout: "plot-latency"
12287
12288 -
12289   type: "plot"
12290   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
12291   algorithm: "plot_latency_box"
12292   output-file-type: ".html"
12293   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
12294   data: "plot-vpp-throughput-latency-3n-hsw"
12295   filter: "'NIC_Intel-X710' and
12296            '64B' and
12297            'FEATURE' and
12298            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12299            'NDRDISC' and
12300            '2T2C' and
12301            'IP4FWD' and
12302            not 'IPSEC' and 
12303            not 'VHOST'"
12304   parameters:
12305   - "latency"
12306   - "parent"
12307   traces:
12308     boxmean: False
12309   layout:
12310     title: ""  # No title
12311     layout: "plot-latency"
12312
12313 # Packet Latency - VPP IPv4 3n-hsw-xl710
12314 -
12315   type: "plot"
12316   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12317   algorithm: "plot_latency_box"
12318   output-file-type: ".html"
12319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12320   data: "plot-vpp-throughput-latency-3n-hsw"
12321   filter: "'NIC_Intel-XL710' and
12322            '64B' and
12323            ('BASE' or 'SCALE') and
12324            'NDRDISC' and
12325            '1T1C' and
12326            'IP4FWD' and
12327            not 'IPSEC' and 
12328            not 'VHOST'"
12329   parameters:
12330   - "latency"
12331   - "parent"
12332   traces:
12333     boxmean: False
12334   layout:
12335     title: ""  # No title
12336     layout: "plot-latency"
12337
12338 -
12339   type: "plot"
12340   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12341   algorithm: "plot_latency_box"
12342   output-file-type: ".html"
12343   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12344   data: "plot-vpp-throughput-latency-3n-hsw"
12345   filter: "'NIC_Intel-XL710' and
12346            '64B' and
12347            ('BASE' or 'SCALE') and
12348            'NDRDISC' and
12349            '2T2C' and
12350            'IP4FWD' and
12351            not 'IPSEC' and 
12352            not 'VHOST'"
12353   parameters:
12354   - "latency"
12355   - "parent"
12356   traces:
12357     boxmean: False
12358   layout:
12359     title: ""  # No title
12360     layout: "plot-latency"
12361
12362 # Packet Latency - VPP IPv4 3n-skx-x710
12363 -
12364   type: "plot"
12365   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12366   algorithm: "plot_latency_box"
12367   output-file-type: ".html"
12368   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12369   data: "plot-vpp-throughput-latency-3n-skx"
12370   filter: "'NIC_Intel-X710' and
12371            '64B' and
12372            ('BASE' or 'SCALE') and
12373            'NDRDISC' and
12374            '2T1C' and
12375            'IP4FWD' and
12376            not 'IPSEC' and 
12377            not 'VHOST'"
12378   parameters:
12379   - "latency"
12380   - "parent"
12381   traces:
12382     boxmean: False
12383   layout:
12384     title: ""  # No title
12385     layout: "plot-latency"
12386
12387 -
12388   type: "plot"
12389   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12390   algorithm: "plot_latency_box"
12391   output-file-type: ".html"
12392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12393   data: "plot-vpp-throughput-latency-3n-skx"
12394   filter: "'NIC_Intel-X710' and
12395            '64B' and
12396            ('BASE' or 'SCALE') and
12397            'NDRDISC' and
12398            '4T2C' and
12399            'IP4FWD' and
12400            not 'IPSEC' and 
12401            not 'VHOST'"
12402   parameters:
12403   - "latency"
12404   - "parent"
12405   traces:
12406     boxmean: False
12407   layout:
12408     title: ""  # No title
12409     layout: "plot-latency"
12410
12411 -
12412   type: "plot"
12413   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
12414   algorithm: "plot_latency_box"
12415   output-file-type: ".html"
12416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
12417   data: "plot-vpp-throughput-latency-3n-skx"
12418   filter: "'NIC_Intel-X710' and
12419            '64B' and
12420            'FEATURE' and
12421            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12422            'NDRDISC' and
12423            '2T1C' and
12424            'IP4FWD' and
12425            not 'IPSEC' and 
12426            not 'VHOST'"
12427   parameters:
12428   - "latency"
12429   - "parent"
12430   traces:
12431     boxmean: False
12432   layout:
12433     title: ""  # No title
12434     layout: "plot-latency"
12435
12436 -
12437   type: "plot"
12438   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
12439   algorithm: "plot_latency_box"
12440   output-file-type: ".html"
12441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
12442   data: "plot-vpp-throughput-latency-3n-skx"
12443   filter: "'NIC_Intel-X710' and
12444            '64B' and
12445            'FEATURE' and
12446            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12447            'NDRDISC' and
12448            '4T2C' and
12449            'IP4FWD' and
12450            not 'IPSEC' and 
12451            not 'VHOST'"
12452   parameters:
12453   - "latency"
12454   - "parent"
12455   traces:
12456     boxmean: False
12457   layout:
12458     title: ""  # No title
12459     layout: "plot-latency"
12460
12461 # Packet Latency - VPP IPv4 3n-skx-xxv710
12462 -
12463   type: "plot"
12464   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12465   algorithm: "plot_latency_box"
12466   output-file-type: ".html"
12467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12468   data: "plot-vpp-throughput-latency-3n-skx"
12469   filter: "'NIC_Intel-XXV710' and
12470            '64B' and
12471            ('BASE' or 'SCALE') and
12472            'NDRDISC' and
12473            '2T1C' and
12474            'IP4FWD' and
12475            not 'IPSEC' and 
12476            not 'VHOST'"
12477   parameters:
12478   - "latency"
12479   - "parent"
12480   traces:
12481     boxmean: False
12482   layout:
12483     title: ""  # No title
12484     layout: "plot-latency"
12485
12486 -
12487   type: "plot"
12488   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12489   algorithm: "plot_latency_box"
12490   output-file-type: ".html"
12491   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12492   data: "plot-vpp-throughput-latency-3n-skx"
12493   filter: "'NIC_Intel-XXV710' and
12494            '64B' and
12495            ('BASE' or 'SCALE') and
12496            'NDRDISC' and
12497            '4T2C' and
12498            'IP4FWD' and
12499            not 'IPSEC' and 
12500            not 'VHOST'"
12501   parameters:
12502   - "latency"
12503   - "parent"
12504   traces:
12505     boxmean: False
12506   layout:
12507     title: ""  # No title
12508     layout: "plot-latency"
12509
12510 -
12511   type: "plot"
12512   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
12513   algorithm: "plot_latency_box"
12514   output-file-type: ".html"
12515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
12516   data: "plot-vpp-throughput-latency-3n-skx"
12517   filter: "'NIC_Intel-XXV710' and
12518            '64B' and
12519            'FEATURE' and
12520            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12521            'NDRDISC' and
12522            '2T1C' and
12523            'IP4FWD' and
12524            not 'IPSEC' and 
12525            not 'VHOST'"
12526   parameters:
12527   - "latency"
12528   - "parent"
12529   traces:
12530     boxmean: False
12531   layout:
12532     title: ""  # No title
12533     layout: "plot-latency"
12534
12535 -
12536   type: "plot"
12537   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
12538   algorithm: "plot_latency_box"
12539   output-file-type: ".html"
12540   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
12541   data: "plot-vpp-throughput-latency-3n-skx"
12542   filter: "'NIC_Intel-XXV710' and
12543            '64B' and
12544            'FEATURE' and
12545            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12546            'NDRDISC' and
12547            '4T2C' and
12548            'IP4FWD' and
12549            not 'IPSEC' and 
12550            not 'VHOST'"
12551   parameters:
12552   - "latency"
12553   - "parent"
12554   traces:
12555     boxmean: False
12556   layout:
12557     title: ""  # No title
12558     layout: "plot-latency"
12559
12560 # Packet Latency - VPP IPv4 2n-skx-x710
12561 -
12562   type: "plot"
12563   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12564   algorithm: "plot_latency_box"
12565   output-file-type: ".html"
12566   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12567   data: "plot-vpp-throughput-latency-2n-skx"
12568   filter: "'NIC_Intel-X710' and
12569            '64B' and
12570            ('BASE' or 'SCALE') and
12571            'NDRDISC' and
12572            '2T1C' and
12573            'IP4FWD' and
12574            not 'IPSEC' and 
12575            not 'VHOST'"
12576   parameters:
12577   - "latency"
12578   - "parent"
12579   traces:
12580     boxmean: False
12581   layout:
12582     title: ""  # No title
12583     layout: "plot-latency"
12584
12585 -
12586   type: "plot"
12587   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12588   algorithm: "plot_latency_box"
12589   output-file-type: ".html"
12590   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12591   data: "plot-vpp-throughput-latency-2n-skx"
12592   filter: "'NIC_Intel-X710' and
12593            '64B' and
12594            ('BASE' or 'SCALE') and
12595            'NDRDISC' and
12596            '4T2C' and
12597            'IP4FWD' and
12598            not 'IPSEC' and 
12599            not 'VHOST'"
12600   parameters:
12601   - "latency"
12602   - "parent"
12603   traces:
12604     boxmean: False
12605   layout:
12606     title: ""  # No title
12607     layout: "plot-latency"
12608
12609 -
12610   type: "plot"
12611   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-ndr-lat"
12612   algorithm: "plot_latency_box"
12613   output-file-type: ".html"
12614   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-ndr-lat"
12615   data: "plot-vpp-throughput-latency-2n-skx"
12616   filter: "'NIC_Intel-X710' and
12617            '64B' and
12618            'FEATURE' and
12619            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12620            'NDRDISC' and
12621            '2T1C' and
12622            'IP4FWD' and
12623            not 'IPSEC' and 
12624            not 'VHOST'"
12625   parameters:
12626   - "latency"
12627   - "parent"
12628   traces:
12629     boxmean: False
12630   layout:
12631     title: ""  # No title
12632     layout: "plot-latency"
12633
12634 -
12635   type: "plot"
12636   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-ndr-lat"
12637   algorithm: "plot_latency_box"
12638   output-file-type: ".html"
12639   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-ndr-lat"
12640   data: "plot-vpp-throughput-latency-2n-skx"
12641   filter: "'NIC_Intel-X710' and
12642            '64B' and
12643            'FEATURE' and
12644            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12645            'NDRDISC' and
12646            '4T2C' and
12647            'IP4FWD' and
12648            not 'IPSEC' and 
12649            not 'VHOST'"
12650   parameters:
12651   - "latency"
12652   - "parent"
12653   traces:
12654     boxmean: False
12655   layout:
12656     title: ""  # No title
12657     layout: "plot-latency"
12658
12659 # Packet Latency - VPP IPv4 2n-skx-xxv710
12660 -
12661   type: "plot"
12662   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12663   algorithm: "plot_latency_box"
12664   output-file-type: ".html"
12665   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12666   data: "plot-vpp-throughput-latency-2n-skx"
12667   filter: "'NIC_Intel-XXV710' and
12668            '64B' and
12669            ('BASE' or 'SCALE') and
12670            'NDRDISC' and
12671            '2T1C' and
12672            'IP4FWD' and
12673            not 'IPSEC' and 
12674            not 'VHOST'"
12675   parameters:
12676   - "latency"
12677   - "parent"
12678   traces:
12679     boxmean: False
12680   layout:
12681     title: ""  # No title
12682     layout: "plot-latency"
12683
12684 -
12685   type: "plot"
12686   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12687   algorithm: "plot_latency_box"
12688   output-file-type: ".html"
12689   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12690   data: "plot-vpp-throughput-latency-2n-skx"
12691   filter: "'NIC_Intel-XXV710' and
12692            '64B' and
12693            ('BASE' or 'SCALE') and
12694            'NDRDISC' and
12695            '4T2C' and
12696            'IP4FWD' and
12697            not 'IPSEC' and 
12698            not 'VHOST'"
12699   parameters:
12700   - "latency"
12701   - "parent"
12702   traces:
12703     boxmean: False
12704   layout:
12705     title: ""  # No title
12706     layout: "plot-latency"
12707
12708 -
12709   type: "plot"
12710   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
12711   algorithm: "plot_latency_box"
12712   output-file-type: ".html"
12713   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
12714   data: "plot-vpp-throughput-latency-2n-skx"
12715   filter: "'NIC_Intel-XXV710' and
12716            '64B' and
12717            'FEATURE' and
12718            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12719            'NDRDISC' and
12720            '2T1C' and
12721            'IP4FWD' and
12722            not 'IPSEC' and 
12723            not 'VHOST'"
12724   parameters:
12725   - "latency"
12726   - "parent"
12727   traces:
12728     boxmean: False
12729   layout:
12730     title: ""  # No title
12731     layout: "plot-latency"
12732
12733 -
12734   type: "plot"
12735   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
12736   algorithm: "plot_latency_box"
12737   output-file-type: ".html"
12738   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
12739   data: "plot-vpp-throughput-latency-2n-skx"
12740   filter: "'NIC_Intel-XXV710' and
12741            '64B' and
12742            'FEATURE' and
12743            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12744            'NDRDISC' and
12745            '4T2C' and
12746            'IP4FWD' and
12747            not 'IPSEC' and 
12748            not 'VHOST'"
12749   parameters:
12750   - "latency"
12751   - "parent"
12752   traces:
12753     boxmean: False
12754   layout:
12755     title: ""  # No title
12756     layout: "plot-latency"
12757
12758 ################################################################################
12759
12760 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
12761 -
12762   type: "plot"
12763   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12764   algorithm: "plot_latency_box"
12765   output-file-type: ".html"
12766   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12767   data: "plot-vpp-throughput-latency-3n-hsw"
12768   filter: "'NIC_Intel-X520-DA2' and
12769            '64B' and
12770            'ENCAP' and
12771            'NDRDISC' and
12772            '1T1C' and
12773            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12774            not 'VHOST' and
12775            not 'IPSECHW'"
12776   parameters:
12777   - "throughput"
12778   - "parent"
12779   traces:
12780     boxmean: False
12781   layout:
12782     title: ""  # No title
12783     layout: "plot-latency"
12784
12785 -
12786   type: "plot"
12787   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12788   algorithm: "plot_latency_box"
12789   output-file-type: ".html"
12790   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12791   data: "plot-vpp-throughput-latency-3n-hsw"
12792   filter: "'NIC_Intel-X520-DA2' and
12793            '64B' and
12794            'ENCAP' and
12795            'NDRDISC' and
12796            '2T2C' and
12797            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12798            not 'VHOST' and
12799            not 'IPSECHW'"
12800   parameters:
12801   - "throughput"
12802   - "parent"
12803   traces:
12804     boxmean: False
12805   layout:
12806     title: ""  # No title
12807     layout: "plot-latency"
12808
12809 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
12810 -
12811   type: "plot"
12812   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12813   algorithm: "plot_latency_box"
12814   output-file-type: ".html"
12815   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12816   data: "plot-vpp-throughput-latency-3n-hsw"
12817   filter: "'NIC_Intel-X710' and
12818            '64B' and
12819            'ENCAP' and
12820            'NDRDISC' and
12821            '1T1C' and
12822            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12823            not 'VHOST' and
12824            not 'IPSECHW'"
12825   parameters:
12826   - "throughput"
12827   - "parent"
12828   traces:
12829     boxmean: False
12830   layout:
12831     title: ""  # No title
12832     layout: "plot-latency"
12833
12834 -
12835   type: "plot"
12836   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12837   algorithm: "plot_latency_box"
12838   output-file-type: ".html"
12839   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12840   data: "plot-vpp-throughput-latency-3n-hsw"
12841   filter: "'NIC_Intel-X710' and
12842            '64B' and
12843            'ENCAP' and
12844            'NDRDISC' and
12845            '2T2C' and
12846            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12847            not 'VHOST' and
12848            not 'IPSECHW'"
12849   parameters:
12850   - "throughput"
12851   - "parent"
12852   traces:
12853     boxmean: False
12854   layout:
12855     title: ""  # No title
12856     layout: "plot-latency"
12857
12858 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
12859 -
12860   type: "plot"
12861   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12862   algorithm: "plot_latency_box"
12863   output-file-type: ".html"
12864   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12865   data: "plot-vpp-throughput-latency-3n-skx"
12866   filter: "'NIC_Intel-X710' and
12867            '64B' and
12868            'ENCAP' and
12869            'NDRDISC' and
12870            '2T1C' and
12871            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12872            not 'VHOST' and
12873            not 'IPSECHW'"
12874   parameters:
12875   - "throughput"
12876   - "parent"
12877   traces:
12878     boxmean: False
12879   layout:
12880     title: ""  # No title
12881     layout: "plot-latency"
12882
12883 -
12884   type: "plot"
12885   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12886   algorithm: "plot_latency_box"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12889   data: "plot-vpp-throughput-latency-3n-skx"
12890   filter: "'NIC_Intel-X710' and
12891            '64B' and
12892            'ENCAP' and
12893            'NDRDISC' and
12894            '4T2C' and
12895            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12896            not 'VHOST' and
12897            not 'IPSECHW'"
12898   parameters:
12899   - "throughput"
12900   - "parent"
12901   traces:
12902     boxmean: False
12903   layout:
12904     title: ""  # No title
12905     layout: "plot-latency"
12906
12907 # Packet Latency - VPP Ipv4 tunnels 3n-skx-xxv710
12908 -
12909   type: "plot"
12910   title: "VPP Latency: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12911   algorithm: "plot_latency_box"
12912   output-file-type: ".html"
12913   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12914   data: "plot-vpp-throughput-latency-3n-skx"
12915   filter: "'NIC_Intel-XXV710' and
12916            '64B' and
12917            'ENCAP' and
12918            'NDRDISC' and
12919            '2T1C' and
12920            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12921            not 'VHOST' and
12922            not 'IPSECHW'"
12923   parameters:
12924   - "throughput"
12925   - "parent"
12926   traces:
12927     boxmean: False
12928   layout:
12929     title: ""  # No title
12930     layout: "plot-latency"
12931
12932 -
12933   type: "plot"
12934   title: "VPP Latency: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12935   algorithm: "plot_latency_box"
12936   output-file-type: ".html"
12937   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12938   data: "plot-vpp-throughput-latency-3n-skx"
12939   filter: "'NIC_Intel-XXV710' and
12940            '64B' and
12941            'ENCAP' and
12942            'NDRDISC' and
12943            '4T2C' and
12944            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12945            not 'VHOST' and
12946            not 'IPSECHW'"
12947   parameters:
12948   - "throughput"
12949   - "parent"
12950   traces:
12951     boxmean: False
12952   layout:
12953     title: ""  # No title
12954     layout: "plot-latency"
12955
12956 # Packet Latency - VPP Ipv4 tunnels 2n-skx-x710
12957 -
12958   type: "plot"
12959   title: "VPP Latency: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12960   algorithm: "plot_latency_box"
12961   output-file-type: ".html"
12962   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12963   data: "plot-vpp-throughput-latency-2n-skx"
12964   filter: "'NIC_Intel-X710' and
12965            '64B' and
12966            'ENCAP' and
12967            'NDRDISC' and
12968            '2T1C' and
12969            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12970            not 'VHOST' and
12971            not 'IPSECHW'"
12972   parameters:
12973   - "throughput"
12974   - "parent"
12975   traces:
12976     boxmean: False
12977   layout:
12978     title: ""  # No title
12979     layout: "plot-latency"
12980
12981 -
12982   type: "plot"
12983   title: "VPP Latency: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12984   algorithm: "plot_latency_box"
12985   output-file-type: ".html"
12986   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12987   data: "plot-vpp-throughput-latency-2n-skx"
12988   filter: "'NIC_Intel-X710' and
12989            '64B' and
12990            'ENCAP' and
12991            'NDRDISC' and
12992            '4T2C' and
12993            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12994            not 'VHOST' and
12995            not 'IPSECHW'"
12996   parameters:
12997   - "throughput"
12998   - "parent"
12999   traces:
13000     boxmean: False
13001   layout:
13002     title: ""  # No title
13003     layout: "plot-latency"
13004
13005
13006 # Packet Latency - VPP Ipv4 tunnels 2n-skx-xxv710
13007 -
13008   type: "plot"
13009   title: "VPP Latency: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
13010   algorithm: "plot_latency_box"
13011   output-file-type: ".html"
13012   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
13013   data: "plot-vpp-throughput-latency-2n-skx"
13014   filter: "'NIC_Intel-XXV710' and
13015            '64B' and
13016            'ENCAP' and
13017            'NDRDISC' and
13018            '2T1C' and
13019            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13020            not 'VHOST' and
13021            not 'IPSECHW'"
13022   parameters:
13023   - "throughput"
13024   - "parent"
13025   traces:
13026     boxmean: False
13027   layout:
13028     title: ""  # No title
13029     layout: "plot-latency"
13030
13031 -
13032   type: "plot"
13033   title: "VPP Latency: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
13034   algorithm: "plot_latency_box"
13035   output-file-type: ".html"
13036   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
13037   data: "plot-vpp-throughput-latency-2n-skx"
13038   filter: "'NIC_Intel-XXV710' and
13039            '64B' and
13040            'ENCAP' and
13041            'NDRDISC' and
13042            '4T2C' and
13043            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13044            not 'VHOST' and
13045            not 'IPSECHW'"
13046   parameters:
13047   - "throughput"
13048   - "parent"
13049   traces:
13050     boxmean: False
13051   layout:
13052     title: ""  # No title
13053     layout: "plot-latency"
13054
13055 ################################################################################
13056
13057 # Packet Latency - VPP IPv6 3n-hsw-x520
13058 -
13059   type: "plot"
13060   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13061   algorithm: "plot_latency_box"
13062   output-file-type: ".html"
13063   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13064   data: "plot-vpp-throughput-latency-3n-hsw"
13065   filter: "'NIC_Intel-X520-DA2' and
13066            '78B' and
13067            ('BASE' or 'SCALE') and
13068            'NDRDISC' and
13069            '1T1C' and
13070            'IP6FWD' and
13071            not 'SRv6' and
13072            not 'IPSEC' and 
13073            not 'VHOST'"
13074   parameters:
13075   - "latency"
13076   - "parent"
13077   traces:
13078     boxmean: False
13079   layout:
13080     title: ""  # No title
13081     layout: "plot-latency"
13082
13083 -
13084   type: "plot"
13085   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13086   algorithm: "plot_latency_box"
13087   output-file-type: ".html"
13088   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13089   data: "plot-vpp-throughput-latency-3n-hsw"
13090   filter: "'NIC_Intel-X520-DA2' and
13091            '78B' and
13092            ('BASE' or 'SCALE') and
13093            'NDRDISC' and
13094            '2T2C' and
13095            'IP6FWD' and
13096            not 'SRv6' and
13097            not 'IPSEC' and 
13098            not 'VHOST'"
13099   parameters:
13100   - "latency"
13101   - "parent"
13102   traces:
13103     boxmean: False
13104   layout:
13105     title: ""  # No title
13106     layout: "plot-latency"
13107
13108 -
13109   type: "plot"
13110   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13111   algorithm: "plot_latency_box"
13112   output-file-type: ".html"
13113   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13114   data: "plot-vpp-throughput-latency-3n-hsw"
13115   filter: "'NIC_Intel-X520-DA2' and
13116            '78B' and
13117            'FEATURE' and
13118            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13119            'NDRDISC' and
13120            '1T1C' and
13121            'IP6FWD' and
13122            not 'SRv6' and
13123            not 'IPSEC' and 
13124            not 'VHOST'"
13125   parameters:
13126   - "latency"
13127   - "parent"
13128   traces:
13129     boxmean: False
13130   layout:
13131     title: ""  # No title
13132     layout: "plot-latency"
13133
13134 -
13135   type: "plot"
13136   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13137   algorithm: "plot_latency_box"
13138   output-file-type: ".html"
13139   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13140   data: "plot-vpp-throughput-latency-3n-hsw"
13141   filter: "'NIC_Intel-X520-DA2' and
13142            '78B' and
13143            'FEATURE' and
13144            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13145            'NDRDISC' and
13146            '2T2C' and
13147            'IP6FWD' and
13148            not 'SRv6' and
13149            not 'IPSEC' and 
13150            not 'VHOST'"
13151   parameters:
13152   - "latency"
13153   - "parent"
13154   traces:
13155     boxmean: False
13156   layout:
13157     title: ""  # No title
13158     layout: "plot-latency"
13159
13160 # Packet Latency - VPP IPv6 3n-hsw-x710
13161 -
13162   type: "plot"
13163   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
13164   algorithm: "plot_latency_box"
13165   output-file-type: ".html"
13166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
13167   data: "plot-vpp-throughput-latency-3n-hsw"
13168   filter: "'NIC_Intel-X710' and
13169            '78B' and
13170            ('BASE' or 'SCALE') and
13171            'NDRDISC' and
13172            '1T1C' 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-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
13189   algorithm: "plot_latency_box"
13190   output-file-type: ".html"
13191   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
13192   data: "plot-vpp-throughput-latency-3n-hsw"
13193   filter: "'NIC_Intel-X710' and
13194            '78B' and
13195            ('BASE' or 'SCALE') and
13196            'NDRDISC' and
13197            '2T2C' and
13198            'IP6FWD' and
13199            not 'SRv6' and
13200            not 'IPSEC' and 
13201            not 'VHOST'"
13202   parameters:
13203   - "latency"
13204   - "parent"
13205   traces:
13206     boxmean: False
13207   layout:
13208     title: ""  # No title
13209     layout: "plot-latency"
13210
13211 -
13212   type: "plot"
13213   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
13214   algorithm: "plot_latency_box"
13215   output-file-type: ".html"
13216   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
13217   data: "plot-vpp-throughput-latency-3n-hsw"
13218   filter: "'NIC_Intel-X710' and
13219            '78B' and
13220            'FEATURE' and
13221            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13222            'NDRDISC' and
13223            '1T1C' and
13224            'IP6FWD' and
13225            not 'SRv6' and
13226            not 'IPSEC' and 
13227            not 'VHOST'"
13228   parameters:
13229   - "latency"
13230   - "parent"
13231   traces:
13232     boxmean: False
13233   layout:
13234     title: ""  # No title
13235     layout: "plot-latency"
13236
13237 -
13238   type: "plot"
13239   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
13240   algorithm: "plot_latency_box"
13241   output-file-type: ".html"
13242   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
13243   data: "plot-vpp-throughput-latency-3n-hsw"
13244   filter: "'NIC_Intel-X710' and
13245            '78B' and
13246            'FEATURE' and
13247            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13248            'NDRDISC' and
13249            '2T2C' and
13250            'IP6FWD' and
13251            not 'SRv6' and
13252            not 'IPSEC' and 
13253            not 'VHOST'"
13254   parameters:
13255   - "latency"
13256   - "parent"
13257   traces:
13258     boxmean: False
13259   layout:
13260     title: ""  # No title
13261     layout: "plot-latency"
13262
13263 # Packet Latency - VPP IPv6 3n-hsw-xl710
13264 -
13265   type: "plot"
13266   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
13267   algorithm: "plot_latency_box"
13268   output-file-type: ".html"
13269   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
13270   data: "plot-vpp-throughput-latency-3n-hsw"
13271   filter: "'NIC_Intel-XL710' and
13272            '78B' and
13273            ('BASE' or 'SCALE') and
13274            'NDRDISC' and
13275            '1T1C' 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-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
13292   algorithm: "plot_latency_box"
13293   output-file-type: ".html"
13294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
13295   data: "plot-vpp-throughput-latency-3n-hsw"
13296   filter: "'NIC_Intel-XL710' and
13297            '78B' and
13298            ('BASE' or 'SCALE') and
13299            'NDRDISC' and
13300            '2T2C' and
13301            'IP6FWD' and
13302            not 'SRv6' and
13303            not 'IPSEC' and 
13304            not 'VHOST'"
13305   parameters:
13306   - "latency"
13307   - "parent"
13308   traces:
13309     boxmean: False
13310   layout:
13311     title: ""  # No title
13312     layout: "plot-latency"
13313
13314 # Packet Latency - VPP IPv6 3n-skx-x710
13315 -
13316   type: "plot"
13317   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13318   algorithm: "plot_latency_box"
13319   output-file-type: ".html"
13320   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13321   data: "plot-vpp-throughput-latency-3n-skx"
13322   filter: "'NIC_Intel-X710' and
13323            '78B' and
13324            ('BASE' or 'SCALE') and
13325            'NDRDISC' and
13326            '2T1C' and
13327            'IP6FWD' and
13328            not 'SRv6' and
13329            not 'IPSEC' and 
13330            not 'VHOST'"
13331   parameters:
13332   - "latency"
13333   - "parent"
13334   traces:
13335     boxmean: False
13336   layout:
13337     title: ""  # No title
13338     layout: "plot-latency"
13339
13340 -
13341   type: "plot"
13342   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13343   algorithm: "plot_latency_box"
13344   output-file-type: ".html"
13345   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13346   data: "plot-vpp-throughput-latency-3n-skx"
13347   filter: "'NIC_Intel-X710' and
13348            '78B' and
13349            ('BASE' or 'SCALE') and
13350            'NDRDISC' and
13351            '4T2C' and
13352            'IP6FWD' and
13353            not 'SRv6' and
13354            not 'IPSEC' and 
13355            not 'VHOST'"
13356   parameters:
13357   - "latency"
13358   - "parent"
13359   traces:
13360     boxmean: False
13361   layout:
13362     title: ""  # No title
13363     layout: "plot-latency"
13364
13365 -
13366   type: "plot"
13367   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
13368   algorithm: "plot_latency_box"
13369   output-file-type: ".html"
13370   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
13371   data: "plot-vpp-throughput-latency-3n-skx"
13372   filter: "'NIC_Intel-X710' and
13373            '78B' and
13374            'FEATURE' and
13375            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13376            'NDRDISC' and
13377            '2T1C' and
13378            'IP6FWD' and
13379            not 'SRv6' and
13380            not 'IPSEC' and 
13381            not 'VHOST'"
13382   parameters:
13383   - "latency"
13384   - "parent"
13385   traces:
13386     boxmean: False
13387   layout:
13388     title: ""  # No title
13389     layout: "plot-latency"
13390
13391 -
13392   type: "plot"
13393   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
13394   algorithm: "plot_latency_box"
13395   output-file-type: ".html"
13396   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
13397   data: "plot-vpp-throughput-latency-3n-skx"
13398   filter: "'NIC_Intel-X710' and
13399            '78B' and
13400            'FEATURE' and
13401            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13402            'NDRDISC' and
13403            '4T2C' and
13404            'IP6FWD' and
13405            not 'SRv6' and
13406            not 'IPSEC' and 
13407            not 'VHOST'"
13408   parameters:
13409   - "latency"
13410   - "parent"
13411   traces:
13412     boxmean: False
13413   layout:
13414     title: ""  # No title
13415     layout: "plot-latency"
13416
13417 # Packet Latency - VPP IPv6 3n-skx-xxv710
13418 -
13419   type: "plot"
13420   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13421   algorithm: "plot_latency_box"
13422   output-file-type: ".html"
13423   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13424   data: "plot-vpp-throughput-latency-3n-skx"
13425   filter: "'NIC_Intel-XXV710' and
13426            '78B' and
13427            ('BASE' or 'SCALE') and
13428            'NDRDISC' and
13429            '2T1C' and
13430            'IP6FWD' and
13431            not 'SRv6' and
13432            not 'IPSEC' and 
13433            not 'VHOST'"
13434   parameters:
13435   - "latency"
13436   - "parent"
13437   traces:
13438     boxmean: False
13439   layout:
13440     title: ""  # No title
13441     layout: "plot-latency"
13442
13443 -
13444   type: "plot"
13445   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13446   algorithm: "plot_latency_box"
13447   output-file-type: ".html"
13448   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13449   data: "plot-vpp-throughput-latency-3n-skx"
13450   filter: "'NIC_Intel-XXV710' and
13451            '78B' and
13452            ('BASE' or 'SCALE') and
13453            'NDRDISC' and
13454            '4T2C' and
13455            'IP6FWD' and
13456            not 'SRv6' and
13457            not 'IPSEC' and 
13458            not 'VHOST'"
13459   parameters:
13460   - "latency"
13461   - "parent"
13462   traces:
13463     boxmean: False
13464   layout:
13465     title: ""  # No title
13466     layout: "plot-latency"
13467
13468 -
13469   type: "plot"
13470   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
13471   algorithm: "plot_latency_box"
13472   output-file-type: ".html"
13473   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
13474   data: "plot-vpp-throughput-latency-3n-skx"
13475   filter: "'NIC_Intel-XXV710' and
13476            '78B' and
13477            'FEATURE' and
13478            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13479            'NDRDISC' and
13480            '2T1C' and
13481            'IP6FWD' and
13482            not 'SRv6' and
13483            not 'IPSEC' and 
13484            not 'VHOST'"
13485   parameters:
13486   - "latency"
13487   - "parent"
13488   traces:
13489     boxmean: False
13490   layout:
13491     title: ""  # No title
13492     layout: "plot-latency"
13493
13494 -
13495   type: "plot"
13496   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
13497   algorithm: "plot_latency_box"
13498   output-file-type: ".html"
13499   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
13500   data: "plot-vpp-throughput-latency-3n-skx"
13501   filter: "'NIC_Intel-XXV710' and
13502            '78B' and
13503            'FEATURE' and
13504            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13505            'NDRDISC' and
13506            '4T2C' and
13507            'IP6FWD' and
13508            not 'SRv6' and
13509            not 'IPSEC' and 
13510            not 'VHOST'"
13511   parameters:
13512   - "latency"
13513   - "parent"
13514   traces:
13515     boxmean: False
13516   layout:
13517     title: ""  # No title
13518     layout: "plot-latency"
13519
13520 # Packet Latency - VPP IPv6 2n-skx-x710
13521 -
13522   type: "plot"
13523   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13524   algorithm: "plot_latency_box"
13525   output-file-type: ".html"
13526   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13527   data: "plot-vpp-throughput-latency-2n-skx"
13528   filter: "'NIC_Intel-X710' and
13529            '78B' and
13530            ('BASE' or 'SCALE') and
13531            'NDRDISC' and
13532            '2T1C' and
13533            'IP6FWD' and
13534            not 'SRv6' and
13535            not 'IPSEC' and 
13536            not 'VHOST'"
13537   parameters:
13538   - "latency"
13539   - "parent"
13540   traces:
13541     boxmean: False
13542   layout:
13543     title: ""  # No title
13544     layout: "plot-latency"
13545
13546 -
13547   type: "plot"
13548   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13549   algorithm: "plot_latency_box"
13550   output-file-type: ".html"
13551   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13552   data: "plot-vpp-throughput-latency-2n-skx"
13553   filter: "'NIC_Intel-X710' and
13554            '78B' and
13555            ('BASE' or 'SCALE') and
13556            'NDRDISC' and
13557            '4T2C' and
13558            'IP6FWD' and
13559            not 'SRv6' and
13560            not 'IPSEC' and 
13561            not 'VHOST'"
13562   parameters:
13563   - "latency"
13564   - "parent"
13565   traces:
13566     boxmean: False
13567   layout:
13568     title: ""  # No title
13569     layout: "plot-latency"
13570
13571 -
13572   type: "plot"
13573   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-features-ndr-lat"
13574   algorithm: "plot_latency_box"
13575   output-file-type: ".html"
13576   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-ndr-lat"
13577   data: "plot-vpp-throughput-latency-2n-skx"
13578   filter: "'NIC_Intel-X710' and
13579            '78B' and
13580            'FEATURE' and
13581            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13582            'NDRDISC' and
13583            '2T1C' and
13584            'IP6FWD' and
13585            not 'SRv6' and
13586            not 'IPSEC' and 
13587            not 'VHOST'"
13588   parameters:
13589   - "latency"
13590   - "parent"
13591   traces:
13592     boxmean: False
13593   layout:
13594     title: ""  # No title
13595     layout: "plot-latency"
13596
13597 -
13598   type: "plot"
13599   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-features-ndr-lat"
13600   algorithm: "plot_latency_box"
13601   output-file-type: ".html"
13602   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-ndr-lat"
13603   data: "plot-vpp-throughput-latency-2n-skx"
13604   filter: "'NIC_Intel-X710' and
13605            '78B' and
13606            'FEATURE' and
13607            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13608            'NDRDISC' and
13609            '4T2C' and
13610            'IP6FWD' and
13611            not 'SRv6' and
13612            not 'IPSEC' 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 # Packet Latency - VPP IPv6 2n-skx-xxv710
13624 -
13625   type: "plot"
13626   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13627   algorithm: "plot_latency_box"
13628   output-file-type: ".html"
13629   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13630   data: "plot-vpp-throughput-latency-2n-skx"
13631   filter: "'NIC_Intel-XXV710' and
13632            '78B' and
13633            ('BASE' or 'SCALE') and
13634            'NDRDISC' and
13635            '2T1C' and
13636            'IP6FWD' and
13637            not 'SRv6' and
13638            not 'IPSEC' and 
13639            not 'VHOST'"
13640   parameters:
13641   - "latency"
13642   - "parent"
13643   traces:
13644     boxmean: False
13645   layout:
13646     title: ""  # No title
13647     layout: "plot-latency"
13648
13649 -
13650   type: "plot"
13651   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13652   algorithm: "plot_latency_box"
13653   output-file-type: ".html"
13654   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13655   data: "plot-vpp-throughput-latency-2n-skx"
13656   filter: "'NIC_Intel-XXV710' and
13657            '78B' and
13658            ('BASE' or 'SCALE') and
13659            'NDRDISC' and
13660            '4T2C' and
13661            'IP6FWD' and
13662            not 'SRv6' and
13663            not 'IPSEC' and 
13664            not 'VHOST'"
13665   parameters:
13666   - "latency"
13667   - "parent"
13668   traces:
13669     boxmean: False
13670   layout:
13671     title: ""  # No title
13672     layout: "plot-latency"
13673
13674 -
13675   type: "plot"
13676   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-features-ndr-lat"
13677   algorithm: "plot_latency_box"
13678   output-file-type: ".html"
13679   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-ndr-lat"
13680   data: "plot-vpp-throughput-latency-2n-skx"
13681   filter: "'NIC_Intel-XXV710' and
13682            '78B' and
13683            'FEATURE' and
13684            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13685            'NDRDISC' and
13686            '2T1C' and
13687            'IP6FWD' and
13688            not 'SRv6' and
13689            not 'IPSEC' and 
13690            not 'VHOST'"
13691   parameters:
13692   - "latency"
13693   - "parent"
13694   traces:
13695     boxmean: False
13696   layout:
13697     title: ""  # No title
13698     layout: "plot-latency"
13699
13700 -
13701   type: "plot"
13702   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-features-ndr-lat"
13703   algorithm: "plot_latency_box"
13704   output-file-type: ".html"
13705   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-ndr-lat"
13706   data: "plot-vpp-throughput-latency-2n-skx"
13707   filter: "'NIC_Intel-XXV710' and
13708            '78B' and
13709            'FEATURE' and
13710            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13711            'NDRDISC' and
13712            '4T2C' and
13713            'IP6FWD' and
13714            not 'SRv6' and
13715            not 'IPSEC' and 
13716            not 'VHOST'"
13717   parameters:
13718   - "latency"
13719   - "parent"
13720   traces:
13721     boxmean: False
13722   layout:
13723     title: ""  # No title
13724     layout: "plot-latency"
13725
13726 ################################################################################
13727
13728 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
13729 -
13730   type: "plot"
13731   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13732   algorithm: "plot_latency_box"
13733   output-file-type: ".html"
13734   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13735   data: "plot-vpp-throughput-latency-3n-hsw"
13736   filter: "'NIC_Intel-X520-DA2' and
13737            '78B' and
13738            'ENCAP' and
13739            'NDRDISC' and
13740            '1T1C' and
13741            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13742            not 'VHOST'"
13743   parameters:
13744   - "latency"
13745   - "parent"
13746   traces:
13747     boxmean: False
13748   layout:
13749     title: ""  # No title
13750     layout: "plot-latency"
13751
13752 -
13753   type: "plot"
13754   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13755   algorithm: "plot_latency_box"
13756   output-file-type: ".html"
13757   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13758   data: "plot-vpp-throughput-latency-3n-hsw"
13759   filter: "'NIC_Intel-X520-DA2' and
13760            '78B' and
13761            'ENCAP' and
13762            'NDRDISC' and
13763            '2T2C' and
13764            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13765            not 'VHOST'"
13766   parameters:
13767   - "latency"
13768   - "parent"
13769   traces:
13770     boxmean: False
13771   layout:
13772     title: ""  # No title
13773     layout: "plot-latency"
13774
13775 ################################################################################
13776
13777 # Packet Latency - VPP IPSec 3n-hsw-xl710
13778 -
13779   type: "plot"
13780   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13781   algorithm: "plot_latency_box"
13782   output-file-type: ".html"
13783   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13784   data: "plot-vpp-throughput-latency-3n-hsw"
13785   filter: "'NIC_Intel-XL710' and
13786            '64B' and
13787            'IP4FWD' and
13788            'NDRDISC' and
13789            '1T1C' and
13790            'IPSECHW' and
13791            ('IPSECTRAN' or 'IPSECTUN') and
13792            not 'VHOST'"
13793   parameters:
13794   - "latency"
13795   - "parent"
13796   traces:
13797     boxmean: False
13798   layout:
13799     title: ""  # No title
13800     layout: "plot-latency"
13801
13802 -
13803   type: "plot"
13804   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13805   algorithm: "plot_latency_box"
13806   output-file-type: ".html"
13807   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13808   data: "plot-vpp-throughput-latency-3n-hsw"
13809   filter: "'NIC_Intel-XL710' and
13810            '64B' and
13811            'IP4FWD' and
13812            'NDRDISC' and
13813            '2T2C' and
13814            'IPSECHW' and
13815            ('IPSECTRAN' or 'IPSECTUN') and
13816            not 'VHOST'"
13817   parameters:
13818   - "latency"
13819   - "parent"
13820   traces:
13821     boxmean: False
13822   layout:
13823     title: ""  # No title
13824     layout: "plot-latency"
13825
13826 ################################################################################
13827
13828 # Packet Latency - VPP SRv6 3n-hsw-x520
13829 -
13830   type: "plot"
13831   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13832   algorithm: "plot_latency_box"
13833   output-file-type: ".html"
13834   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13835   data: "plot-vpp-throughput-latency-3n-hsw"
13836   filter: "'NIC_Intel-X520-DA2' and
13837            '78B' and 
13838            'FEATURE' and 
13839            'NDRDISC' and 
13840            '1T1C' and 
13841            'IP6FWD' and 
13842            'SRv6'"
13843   parameters:
13844   - "latency"
13845   - "parent"
13846   traces:
13847     boxmean: False
13848   layout:
13849     title: ""  # No title
13850     layout: "plot-latency"
13851
13852 -
13853   type: "plot"
13854   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13855   algorithm: "plot_latency_box"
13856   output-file-type: ".html"
13857   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13858   data: "plot-vpp-throughput-latency-3n-hsw"
13859   filter: "'NIC_Intel-X520-DA2' and
13860            '78B' and 
13861            'FEATURE' and 
13862            'NDRDISC' and 
13863            '2T2C' and 
13864            'IP6FWD' and 
13865            'SRv6'"
13866   parameters:
13867   - "latency"
13868   - "parent"
13869   traces:
13870     boxmean: False
13871   layout:
13872     title: ""  # No title
13873     layout: "plot-latency"
13874
13875 ################################################################################
13876
13877 # Packet Latency - VPP vhost ip4 3n-hsw-x520
13878 -
13879   type: "plot"
13880   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13881   algorithm: "plot_latency_box"
13882   output-file-type: ".html"
13883   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13884   data: "plot-vpp-throughput-latency-3n-hsw"
13885   filter: "'NIC_Intel-X520-DA2' and
13886            '64B' and 
13887            'NDRDISC' and 
13888            '1T1C' and 
13889            'VHOST' and 
13890            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13891   parameters:
13892   - "latency"
13893   - "parent"
13894   traces:
13895     boxmean: False
13896   layout:
13897     title: ""  # No title
13898     layout: "plot-latency"
13899
13900 -
13901   type: "plot"
13902   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13903   algorithm: "plot_latency_box"
13904   output-file-type: ".html"
13905   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13906   data: "plot-vpp-throughput-latency-3n-hsw"
13907   filter: "'NIC_Intel-X520-DA2' and
13908            '64B' and 
13909            'NDRDISC' and 
13910            '2T2C' and 
13911            'VHOST' and 
13912            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13913   parameters:
13914   - "latency"
13915   - "parent"
13916   traces:
13917     boxmean: False
13918   layout:
13919     title: ""  # No title
13920     layout: "plot-latency"
13921
13922 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
13923 -
13924   type: "plot"
13925   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13926   algorithm: "plot_latency_box"
13927   output-file-type: ".html"
13928   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13929   data: "plot-vpp-throughput-latency-3n-hsw"
13930   filter: "'NIC_Intel-X520-DA2' and
13931            '64B' and 
13932            'NDRDISC' and 
13933            '1T1C' and 
13934            'VHOST' and 
13935            not 'VXLAN' and 
13936            not 'IP4FWD' and 
13937            not 'DOT1Q' and 
13938            not '2VM'"
13939   parameters:
13940   - "latency"
13941   - "parent"
13942   traces:
13943     boxmean: False
13944   layout:
13945     title: ""  # No title
13946     layout: "plot-latency"
13947
13948 -
13949   type: "plot"
13950   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13951   algorithm: "plot_latency_box"
13952   output-file-type: ".html"
13953   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13954   data: "plot-vpp-throughput-latency-3n-hsw"
13955   filter: "'NIC_Intel-X520-DA2' and
13956            '64B' and 
13957            'NDRDISC' and 
13958            '2T2C' and 
13959            'VHOST' and 
13960            not 'VXLAN' and 
13961            not 'IP4FWD' and 
13962            not 'DOT1Q' and 
13963            not '2VM'"
13964   parameters:
13965   - "latency"
13966   - "parent"
13967   traces:
13968     boxmean: False
13969   layout:
13970     title: ""  # No title
13971     layout: "plot-latency"
13972
13973 # Packet Latency - VPP vhost ip4 3n-hsw-x710
13974 -
13975   type: "plot"
13976   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13977   algorithm: "plot_latency_box"
13978   output-file-type: ".html"
13979   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13980   data: "plot-vpp-throughput-latency-3n-hsw"
13981   filter: "'NIC_Intel-X710' and
13982            '64B' and 
13983            'NDRDISC' and 
13984            '1T1C' and 
13985            'VHOST' and 
13986            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13987   parameters:
13988   - "latency"
13989   - "parent"
13990   traces:
13991     boxmean: False
13992   layout:
13993     title: ""  # No title
13994     layout: "plot-latency"
13995
13996 -
13997   type: "plot"
13998   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13999   algorithm: "plot_latency_box"
14000   output-file-type: ".html"
14001   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
14002   data: "plot-vpp-throughput-latency-3n-hsw"
14003   filter: "'NIC_Intel-X710' and
14004            '64B' and 
14005            'NDRDISC' and 
14006            '2T2C' and 
14007            'VHOST' and 
14008            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14009   parameters:
14010   - "latency"
14011   - "parent"
14012   traces:
14013     boxmean: False
14014   layout:
14015     title: ""  # No title
14016     layout: "plot-latency"
14017
14018 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
14019 -
14020   type: "plot"
14021   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
14022   algorithm: "plot_latency_box"
14023   output-file-type: ".html"
14024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
14025   data: "plot-vpp-throughput-latency-3n-hsw"
14026   filter: "'NIC_Intel-X710' and
14027            '64B' and 
14028            'NDRDISC' and 
14029            '1T1C' and 
14030            'VHOST' and 
14031            not 'VXLAN' and 
14032            not 'IP4FWD' and 
14033            not 'DOT1Q' and 
14034            not '2VM'"
14035   parameters:
14036   - "latency"
14037   - "parent"
14038   traces:
14039     boxmean: False
14040   layout:
14041     title: ""  # No title
14042     layout: "plot-latency"
14043
14044 -
14045   type: "plot"
14046   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
14047   algorithm: "plot_latency_box"
14048   output-file-type: ".html"
14049   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
14050   data: "plot-vpp-throughput-latency-3n-hsw"
14051   filter: "'NIC_Intel-X710' and
14052            '64B' and 
14053            'NDRDISC' and 
14054            '2T2C' and 
14055            'VHOST' and 
14056            not 'VXLAN' and 
14057            not 'IP4FWD' and 
14058            not 'DOT1Q' and 
14059            not '2VM'"
14060   parameters:
14061   - "latency"
14062   - "parent"
14063   traces:
14064     boxmean: False
14065   layout:
14066     title: ""  # No title
14067     layout: "plot-latency"
14068
14069 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
14070 -
14071   type: "plot"
14072   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
14073   algorithm: "plot_latency_box"
14074   output-file-type: ".html"
14075   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
14076   data: "plot-vpp-throughput-latency-3n-hsw"
14077   filter: "'NIC_Intel-XL710' and
14078            '64B' and 
14079            'NDRDISC' and 
14080            '1T1C' and 
14081            'VHOST' and 
14082            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14083   parameters:
14084   - "latency"
14085   - "parent"
14086   traces:
14087     boxmean: False
14088   layout:
14089     title: ""  # No title
14090     layout: "plot-latency"
14091
14092 -
14093   type: "plot"
14094   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
14095   algorithm: "plot_latency_box"
14096   output-file-type: ".html"
14097   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
14098   data: "plot-vpp-throughput-latency-3n-hsw"
14099   filter: "'NIC_Intel-XL710' and
14100            '64B' and 
14101            'NDRDISC' and 
14102            '2T2C' and 
14103            'VHOST' and 
14104            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14105   parameters:
14106   - "latency"
14107   - "parent"
14108   traces:
14109     boxmean: False
14110   layout:
14111     title: ""  # No title
14112     layout: "plot-latency"
14113
14114 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
14115 -
14116   type: "plot"
14117   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
14118   algorithm: "plot_latency_box"
14119   output-file-type: ".html"
14120   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
14121   data: "plot-vpp-throughput-latency-3n-hsw"
14122   filter: "'NIC_Intel-XL710' and
14123            '64B' and 
14124            'NDRDISC' and 
14125            '1T1C' and 
14126            'VHOST' and 
14127            not 'VXLAN' and 
14128            not 'IP4FWD' and 
14129            not 'DOT1Q' and 
14130            not '2VM'"
14131   parameters:
14132   - "latency"
14133   - "parent"
14134   traces:
14135     boxmean: False
14136   layout:
14137     title: ""  # No title
14138     layout: "plot-latency"
14139
14140 -
14141   type: "plot"
14142   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
14143   algorithm: "plot_latency_box"
14144   output-file-type: ".html"
14145   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
14146   data: "plot-vpp-throughput-latency-3n-hsw"
14147   filter: "'NIC_Intel-XL710' and
14148            '64B' and 
14149            'NDRDISC' and 
14150            '2T2C' and 
14151            'VHOST' and 
14152            not 'VXLAN' and 
14153            not 'IP4FWD' and 
14154            not 'DOT1Q' and 
14155            not '2VM'"
14156   parameters:
14157   - "latency"
14158   - "parent"
14159   traces:
14160     boxmean: False
14161   layout:
14162     title: ""  # No title
14163     layout: "plot-latency"
14164
14165 ################################################################################
14166
14167 # Packet Latency - VPP VTS 3n-hsw-x520
14168 -
14169   type: "plot"
14170   title: "VPP Latency: vts-3n-hsw-x520-64b-1t1c-ndr-lat"
14171   algorithm: "plot_latency_box"
14172   output-file-type: ".html"
14173   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr-lat"
14174   data: "plot-vpp-throughput-latency-3n-hsw"
14175   filter: "'NIC_Intel-X520-DA2' and
14176            '64B' and
14177            'NDRDISC' and
14178            '1T1C' and
14179            'VTS'"
14180   parameters:
14181   - "latency"
14182   - "parent"
14183   traces:
14184     boxmean: False
14185   layout:
14186     title: ""  # No title
14187     layout: "plot-latency"
14188
14189 -
14190   type: "plot"
14191   title: "VPP Latency: vts-3n-hsw-x520-64b-2t2c-ndr-lat"
14192   algorithm: "plot_latency_box"
14193   output-file-type: ".html"
14194   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr-lat"
14195   data: "plot-vpp-throughput-latency-3n-hsw"
14196   filter: "'NIC_Intel-X520-DA2' and
14197            '64B' and
14198            'NDRDISC' and
14199            '2T2C' and
14200            'VTS'"
14201   parameters:
14202   - "latency"
14203   - "parent"
14204   traces:
14205     boxmean: False
14206   layout:
14207     title: ""  # No title
14208     layout: "plot-latency"
14209     
14210 ################################################################################
14211
14212 # Packet Latency - DPDK l3fwd 3n-hsw-x520
14213 -
14214   type: "plot"
14215   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14216   algorithm: "plot_latency_box"
14217   output-file-type: ".html"
14218   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14219   data: "plot-dpdk-throughput-latency-3n-hsw"
14220   filter: "'NIC_Intel-X520-DA2' and
14221            '64B' and
14222            'BASE' and
14223            'NDRPDR' and
14224            '1T1C' and
14225            'IP4FWD'"
14226   parameters:
14227   - "latency"
14228   - "parent"
14229   traces:
14230     hoverinfo: "x+y"
14231     boxpoints: "outliers"
14232     whiskerwidth: 0
14233   layout:
14234     title: ""  # No title
14235     layout: "plot-latency"
14236
14237 -
14238   type: "plot"
14239   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14240   algorithm: "plot_latency_box"
14241   output-file-type: ".html"
14242   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14243   data: "plot-dpdk-throughput-latency-3n-hsw"
14244   filter: "'NIC_Intel-X520-DA2' and
14245            '64B' and
14246            'BASE' and
14247            'NDRPDR' and
14248            '2T2C' and
14249            'IP4FWD'"
14250   parameters:
14251   - "latency"
14252   - "parent"
14253   traces:
14254     hoverinfo: "x+y"
14255     boxpoints: "outliers"
14256     whiskerwidth: 0
14257   layout:
14258     title: ""  # No title
14259     layout: "plot-latency"
14260
14261 # Packet Latency - DPDK l3fwd 3n-hsw-x710
14262 -
14263   type: "plot"
14264   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14265   algorithm: "plot_latency_box"
14266   output-file-type: ".html"
14267   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14268   data: "plot-dpdk-throughput-latency-3n-hsw"
14269   filter: "'NIC_Intel-X710' and
14270            '64B' and
14271            'BASE' and
14272            'NDRPDR' and
14273            '1T1C' and
14274            'IP4FWD'"
14275   parameters:
14276   - "latency"
14277   - "parent"
14278   traces:
14279     hoverinfo: "x+y"
14280     boxpoints: "outliers"
14281     whiskerwidth: 0
14282   layout:
14283     title: ""  # No title
14284     layout: "plot-latency"
14285
14286 -
14287   type: "plot"
14288   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14289   algorithm: "plot_latency_box"
14290   output-file-type: ".html"
14291   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14292   data: "plot-dpdk-throughput-latency-3n-hsw"
14293   filter: "'NIC_Intel-X710' and
14294            '64B' and
14295            'BASE' and
14296            'NDRPDR' and
14297            '2T2C' and
14298            'IP4FWD'"
14299   parameters:
14300   - "latency"
14301   - "parent"
14302   traces:
14303     hoverinfo: "x+y"
14304     boxpoints: "outliers"
14305     whiskerwidth: 0
14306   layout:
14307     title: ""  # No title
14308     layout: "plot-latency"
14309
14310 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
14311 -
14312   type: "plot"
14313   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14314   algorithm: "plot_latency_box"
14315   output-file-type: ".html"
14316   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14317   data: "plot-dpdk-throughput-latency-3n-hsw"
14318   filter: "'NIC_Intel-XL710' and
14319            '64B' and
14320            'BASE' and
14321            'NDRPDR' and
14322            '1T1C' and
14323            'IP4FWD'"
14324   parameters:
14325   - "latency"
14326   - "parent"
14327   traces:
14328     hoverinfo: "x+y"
14329     boxpoints: "outliers"
14330     whiskerwidth: 0
14331   layout:
14332     title: ""  # No title
14333     layout: "plot-latency"
14334
14335 -
14336   type: "plot"
14337   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14338   algorithm: "plot_latency_box"
14339   output-file-type: ".html"
14340   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14341   data: "plot-dpdk-throughput-latency-3n-hsw"
14342   filter: "'NIC_Intel-XL710' and
14343            '64B' and
14344            'BASE' and
14345            'NDRPDR' and
14346            '2T2C' and
14347            'IP4FWD'"
14348   parameters:
14349   - "latency"
14350   - "parent"
14351   traces:
14352     hoverinfo: "x+y"
14353     boxpoints: "outliers"
14354     whiskerwidth: 0
14355   layout:
14356     title: ""  # No title
14357     layout: "plot-latency"
14358
14359 # Packet Latency - DPDK l3fwd 3n-skx-x710
14360 -
14361   type: "plot"
14362   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14363   algorithm: "plot_latency_box"
14364   output-file-type: ".html"
14365   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14366   data: "plot-dpdk-throughput-latency-3n-skx"
14367   filter: "'NIC_Intel-X710' and
14368            '64B' and
14369            'BASE' and
14370            'NDRPDR' and
14371            '2T1C' and
14372            'IP4FWD'"
14373   parameters:
14374   - "latency"
14375   - "parent"
14376   traces:
14377     hoverinfo: "x+y"
14378     boxpoints: "outliers"
14379     whiskerwidth: 0
14380   layout:
14381     title: ""  # No title
14382     layout: "plot-latency"
14383
14384 -
14385   type: "plot"
14386   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14387   algorithm: "plot_latency_box"
14388   output-file-type: ".html"
14389   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14390   data: "plot-dpdk-throughput-latency-3n-skx"
14391   filter: "'NIC_Intel-X710' and
14392            '64B' and
14393            'BASE' and
14394            'NDRPDR' and
14395            '4T2C' and
14396            'IP4FWD'"
14397   parameters:
14398   - "latency"
14399   - "parent"
14400   traces:
14401     hoverinfo: "x+y"
14402     boxpoints: "outliers"
14403     whiskerwidth: 0
14404   layout:
14405     title: ""  # No title
14406     layout: "plot-latency"
14407
14408 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
14409 -
14410   type: "plot"
14411   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14412   algorithm: "plot_latency_box"
14413   output-file-type: ".html"
14414   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14415   data: "plot-dpdk-throughput-latency-3n-skx"
14416   filter: "'NIC_Intel-XXV710' and
14417            '64B' and
14418            'BASE' and
14419            'NDRPDR' and
14420            '2T1C' and
14421            'IP4FWD'"
14422   parameters:
14423   - "latency"
14424   - "parent"
14425   traces:
14426     hoverinfo: "x+y"
14427     boxpoints: "outliers"
14428     whiskerwidth: 0
14429   layout:
14430     title: ""  # No title
14431     layout: "plot-latency"
14432
14433 -
14434   type: "plot"
14435   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14436   algorithm: "plot_latency_box"
14437   output-file-type: ".html"
14438   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14439   data: "plot-dpdk-throughput-latency-3n-skx"
14440   filter: "'NIC_Intel-XXV710' and
14441            '64B' and
14442            'BASE' and
14443            'NDRPDR' and
14444            '4T2C' and
14445            'IP4FWD'"
14446   parameters:
14447   - "latency"
14448   - "parent"
14449   traces:
14450     hoverinfo: "x+y"
14451     boxpoints: "outliers"
14452     whiskerwidth: 0
14453   layout:
14454     title: ""  # No title
14455     layout: "plot-latency"
14456
14457 # Packet Latency - DPDK l3fwd 2n-skx-x710
14458 -
14459   type: "plot"
14460   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14461   algorithm: "plot_latency_box"
14462   output-file-type: ".html"
14463   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14464   data: "plot-dpdk-throughput-latency-2n-skx"
14465   filter: "'NIC_Intel-X710' and
14466            '64B' and
14467            'BASE' and
14468            'NDRPDR' and
14469            '2T1C' and
14470            'IP4FWD'"
14471   parameters:
14472   - "latency"
14473   - "parent"
14474   traces:
14475     hoverinfo: "x+y"
14476     boxpoints: "outliers"
14477     whiskerwidth: 0
14478   layout:
14479     title: ""  # No title
14480     layout: "plot-latency"
14481
14482 -
14483   type: "plot"
14484   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14485   algorithm: "plot_latency_box"
14486   output-file-type: ".html"
14487   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14488   data: "plot-dpdk-throughput-latency-2n-skx"
14489   filter: "'NIC_Intel-X710' and
14490            '64B' and
14491            'BASE' and
14492            'NDRPDR' and
14493            '4T2C' and
14494            'IP4FWD'"
14495   parameters:
14496   - "latency"
14497   - "parent"
14498   traces:
14499     hoverinfo: "x+y"
14500     boxpoints: "outliers"
14501     whiskerwidth: 0
14502   layout:
14503     title: ""  # No title
14504     layout: "plot-latency"
14505
14506 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
14507 -
14508   type: "plot"
14509   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14510   algorithm: "plot_latency_box"
14511   output-file-type: ".html"
14512   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14513   data: "plot-dpdk-throughput-latency-2n-skx"
14514   filter: "'NIC_Intel-XXV710' and
14515            '64B' and
14516            'BASE' and
14517            'NDRPDR' and
14518            '2T1C' and
14519            'IP4FWD'"
14520   parameters:
14521   - "latency"
14522   - "parent"
14523   traces:
14524     hoverinfo: "x+y"
14525     boxpoints: "outliers"
14526     whiskerwidth: 0
14527   layout:
14528     title: ""  # No title
14529     layout: "plot-latency"
14530
14531 -
14532   type: "plot"
14533   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14534   algorithm: "plot_latency_box"
14535   output-file-type: ".html"
14536   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14537   data: "plot-dpdk-throughput-latency-2n-skx"
14538   filter: "'NIC_Intel-XXV710' and
14539            '64B' and
14540            'BASE' and
14541            'NDRPDR' and
14542            '4T2C' and
14543            'IP4FWD'"
14544   parameters:
14545   - "latency"
14546   - "parent"
14547   traces:
14548     hoverinfo: "x+y"
14549     boxpoints: "outliers"
14550     whiskerwidth: 0
14551   layout:
14552     title: ""  # No title
14553     layout: "plot-latency"
14554
14555 ################################################################################
14556
14557 # Packet Latency - DPDK testpmd 3n-hsw-x520
14558 -
14559   type: "plot"
14560   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14561   algorithm: "plot_latency_box"
14562   output-file-type: ".html"
14563   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14564   data: "plot-dpdk-throughput-latency-3n-hsw"
14565   filter: "'NIC_Intel-X520-DA2' and
14566            '64B' and
14567            'BASE' and
14568            'NDRPDR' and
14569            '1T1C' and
14570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14571   parameters:
14572   - "latency"
14573   - "parent"
14574   traces:
14575     hoverinfo: "x+y"
14576     boxpoints: "outliers"
14577     whiskerwidth: 0
14578   layout:
14579     title: ""  # No title
14580     layout: "plot-latency"
14581
14582 -
14583   type: "plot"
14584   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14585   algorithm: "plot_latency_box"
14586   output-file-type: ".html"
14587   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14588   data: "plot-dpdk-throughput-latency-3n-hsw"
14589   filter: "'NIC_Intel-X520-DA2' and
14590            '64B' and
14591            'BASE' and
14592            'NDRPDR' and
14593            '2T2C' and
14594            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14595   parameters:
14596   - "latency"
14597   - "parent"
14598   traces:
14599     hoverinfo: "x+y"
14600     boxpoints: "outliers"
14601     whiskerwidth: 0
14602   layout:
14603     title: ""  # No title
14604     layout: "plot-latency"
14605
14606 # Packet Latency - DPDK testpmd 3n-hsw-x710
14607 -
14608   type: "plot"
14609   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14610   algorithm: "plot_latency_box"
14611   output-file-type: ".html"
14612   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14613   data: "plot-dpdk-throughput-latency-3n-hsw"
14614   filter: "'NIC_Intel-X710' and
14615            '64B' and
14616            'BASE' and
14617            'NDRPDR' and
14618            '1T1C' and
14619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14620   parameters:
14621   - "latency"
14622   - "parent"
14623   traces:
14624     hoverinfo: "x+y"
14625     boxpoints: "outliers"
14626     whiskerwidth: 0
14627   layout:
14628     title: ""  # No title
14629     layout: "plot-latency"
14630
14631 -
14632   type: "plot"
14633   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14634   algorithm: "plot_latency_box"
14635   output-file-type: ".html"
14636   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14637   data: "plot-dpdk-throughput-latency-3n-hsw"
14638   filter: "'NIC_Intel-X710' and
14639            '64B' and
14640            'BASE' and
14641            'NDRPDR' and
14642            '2T2C' and
14643            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14644   parameters:
14645   - "latency"
14646   - "parent"
14647   traces:
14648     hoverinfo: "x+y"
14649     boxpoints: "outliers"
14650     whiskerwidth: 0
14651   layout:
14652     title: ""  # No title
14653     layout: "plot-latency"
14654
14655 # Packet Latency - DPDK testpmd 3n-hsw-xl710
14656 -
14657   type: "plot"
14658   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14659   algorithm: "plot_latency_box"
14660   output-file-type: ".html"
14661   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14662   data: "plot-dpdk-throughput-latency-3n-hsw"
14663   filter: "'NIC_Intel-XL710' and
14664            '64B' and
14665            'BASE' and
14666            'NDRPDR' and
14667            '1T1C' and
14668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14669   parameters:
14670   - "latency"
14671   - "parent"
14672   traces:
14673     hoverinfo: "x+y"
14674     boxpoints: "outliers"
14675     whiskerwidth: 0
14676   layout:
14677     title: ""  # No title
14678     layout: "plot-latency"
14679
14680 -
14681   type: "plot"
14682   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14683   algorithm: "plot_latency_box"
14684   output-file-type: ".html"
14685   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14686   data: "plot-dpdk-throughput-latency-3n-hsw"
14687   filter: "'NIC_Intel-XL710' and
14688            '64B' and
14689            'BASE' and
14690            'NDRPDR' and
14691            '2T2C' and
14692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14693   parameters:
14694   - "latency"
14695   - "parent"
14696   traces:
14697     hoverinfo: "x+y"
14698     boxpoints: "outliers"
14699     whiskerwidth: 0
14700   layout:
14701     title: ""  # No title
14702     layout: "plot-latency"
14703
14704 # Packet Latency - DPDK testpmd 3n-skx-x710
14705 -
14706   type: "plot"
14707   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14708   algorithm: "plot_latency_box"
14709   output-file-type: ".html"
14710   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14711   data: "plot-dpdk-throughput-latency-3n-skx"
14712   filter: "'NIC_Intel-X710' and
14713            '64B' and
14714            'BASE' and
14715            'NDRPDR' and
14716            '2T1C' and
14717            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14718   parameters:
14719   - "latency"
14720   - "parent"
14721   traces:
14722     hoverinfo: "x+y"
14723     boxpoints: "outliers"
14724     whiskerwidth: 0
14725   layout:
14726     title: ""  # No title
14727     layout: "plot-latency"
14728
14729 -
14730   type: "plot"
14731   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14732   algorithm: "plot_latency_box"
14733   output-file-type: ".html"
14734   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14735   data: "plot-dpdk-throughput-latency-3n-skx"
14736   filter: "'NIC_Intel-X710' and
14737            '64B' and
14738            'BASE' and
14739            'NDRPDR' and
14740            '4T2C' and
14741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14742   parameters:
14743   - "latency"
14744   - "parent"
14745   traces:
14746     hoverinfo: "x+y"
14747     boxpoints: "outliers"
14748     whiskerwidth: 0
14749   layout:
14750     title: ""  # No title
14751     layout: "plot-latency"
14752
14753 # Packet Latency - DPDK testpmd 3n-skx-xxv710
14754 -
14755   type: "plot"
14756   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14757   algorithm: "plot_latency_box"
14758   output-file-type: ".html"
14759   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14760   data: "plot-dpdk-throughput-latency-3n-skx"
14761   filter: "'NIC_Intel-XXV710' and
14762            '64B' and
14763            'BASE' and
14764            'NDRPDR' and
14765            '2T1C' and
14766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14767   parameters:
14768   - "latency"
14769   - "parent"
14770   traces:
14771     hoverinfo: "x+y"
14772     boxpoints: "outliers"
14773     whiskerwidth: 0
14774   layout:
14775     title: ""  # No title
14776     layout: "plot-latency"
14777
14778 -
14779   type: "plot"
14780   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14781   algorithm: "plot_latency_box"
14782   output-file-type: ".html"
14783   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14784   data: "plot-dpdk-throughput-latency-3n-skx"
14785   filter: "'NIC_Intel-XXV710' and
14786            '64B' and
14787            'BASE' and
14788            'NDRPDR' and
14789            '4T2C' and
14790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14791   parameters:
14792   - "latency"
14793   - "parent"
14794   traces:
14795     hoverinfo: "x+y"
14796     boxpoints: "outliers"
14797     whiskerwidth: 0
14798   layout:
14799     title: ""  # No title
14800     layout: "plot-latency"
14801
14802 # Packet Latency - DPDK testpmd 2n-skx-x710
14803 -
14804   type: "plot"
14805   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14806   algorithm: "plot_latency_box"
14807   output-file-type: ".html"
14808   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14809   data: "plot-dpdk-throughput-latency-2n-skx"
14810   filter: "'NIC_Intel-X710' and
14811            '64B' and
14812            'BASE' and
14813            'NDRPDR' and
14814            '2T1C' and
14815            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14816   parameters:
14817   - "latency"
14818   - "parent"
14819   traces:
14820     hoverinfo: "x+y"
14821     boxpoints: "outliers"
14822     whiskerwidth: 0
14823   layout:
14824     title: ""  # No title
14825     layout: "plot-latency"
14826
14827 -
14828   type: "plot"
14829   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14830   algorithm: "plot_latency_box"
14831   output-file-type: ".html"
14832   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14833   data: "plot-dpdk-throughput-latency-2n-skx"
14834   filter: "'NIC_Intel-X710' and
14835            '64B' and
14836            'BASE' and
14837            'NDRPDR' and
14838            '4T2C' and
14839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14840   parameters:
14841   - "latency"
14842   - "parent"
14843   traces:
14844     hoverinfo: "x+y"
14845     boxpoints: "outliers"
14846     whiskerwidth: 0
14847   layout:
14848     title: ""  # No title
14849     layout: "plot-latency"
14850
14851 # Packet Latency - DPDK testpmd 2n-skx-xxv710
14852 -
14853   type: "plot"
14854   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14855   algorithm: "plot_latency_box"
14856   output-file-type: ".html"
14857   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14858   data: "plot-dpdk-throughput-latency-2n-skx"
14859   filter: "'NIC_Intel-XXV710' and
14860            '64B' and
14861            'BASE' and
14862            'NDRPDR' and
14863            '2T1C' and
14864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14865   parameters:
14866   - "latency"
14867   - "parent"
14868   traces:
14869     hoverinfo: "x+y"
14870     boxpoints: "outliers"
14871     whiskerwidth: 0
14872   layout:
14873     title: ""  # No title
14874     layout: "plot-latency"
14875
14876 -
14877   type: "plot"
14878   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14879   algorithm: "plot_latency_box"
14880   output-file-type: ".html"
14881   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14882   data: "plot-dpdk-throughput-latency-2n-skx"
14883   filter: "'NIC_Intel-XXV710' and
14884            '64B' and
14885            'BASE' and
14886            'NDRPDR' and
14887            '4T2C' and
14888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14889   parameters:
14890   - "latency"
14891   - "parent"
14892   traces:
14893     hoverinfo: "x+y"
14894     boxpoints: "outliers"
14895     whiskerwidth: 0
14896   layout:
14897     title: ""  # No title
14898     layout: "plot-latency"
14899
14900 ################################################################################
14901
14902 # Speedup - VPP Container Memif 3n-hsw-x520
14903 -
14904   type: "plot"
14905   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14906   algorithm: "plot_throughput_speedup_analysis"
14907   output-file-type: ".html"
14908   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14909   data: "plot-throughput-speedup-analysis-3n-hsw"
14910   filter: "'NIC_Intel-X520-DA2' and
14911            '64B' and
14912            ('BASE' or 'SCALE') and
14913            'NDRDISC' and
14914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14915            not 'VHOST' and
14916            'MEMIF'"
14917   parameters:
14918   - "throughput"
14919   - "parent"
14920   - "tags"
14921   layout:
14922     title: ""  # No title
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 -
14926   type: "plot"
14927   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14928   algorithm: "plot_throughput_speedup_analysis"
14929   output-file-type: ".html"
14930   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14931   data: "plot-throughput-speedup-analysis-3n-hsw"
14932   filter: "'NIC_Intel-X520-DA2' and
14933            '64B' and
14934            ('BASE' or 'SCALE') and
14935            'PDRDISC' and not 'NDRDISC' and
14936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14937            not 'VHOST' and
14938            'MEMIF'"
14939   parameters:
14940   - "throughput"
14941   - "parent"
14942   - "tags"
14943   layout:
14944     title: ""  # No title
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 # Speedup - VPP Container Memif 3n-hsw-x710
14948 -
14949   type: "plot"
14950   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14951   algorithm: "plot_throughput_speedup_analysis"
14952   output-file-type: ".html"
14953   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14954   data: "plot-throughput-speedup-analysis-3n-hsw"
14955   filter: "'NIC_Intel-X710' and
14956            '64B' and
14957            ('BASE' or 'SCALE') and
14958            'NDRDISC' and
14959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14960            not 'VHOST' and
14961            'MEMIF'"
14962   parameters:
14963   - "throughput"
14964   - "parent"
14965   - "tags"
14966   layout:
14967     title: ""  # No title
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 -
14971   type: "plot"
14972   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14973   algorithm: "plot_throughput_speedup_analysis"
14974   output-file-type: ".html"
14975   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14976   data: "plot-throughput-speedup-analysis-3n-hsw"
14977   filter: "'NIC_Intel-X710' and
14978            '64B' and
14979            ('BASE' or 'SCALE') and
14980            'PDRDISC' and not 'NDRDISC' and
14981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14982            not 'VHOST' and
14983            'MEMIF'"
14984   parameters:
14985   - "throughput"
14986   - "parent"
14987   - "tags"
14988   layout:
14989     title: ""  # No title
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 # Speedup - VPP Container Memif 3n-hsw-xl710
14993 -
14994   type: "plot"
14995   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14996   algorithm: "plot_throughput_speedup_analysis"
14997   output-file-type: ".html"
14998   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14999   data: "plot-throughput-speedup-analysis-3n-hsw"
15000   filter: "'NIC_Intel-XL710' and
15001            '64B' and
15002            ('BASE' or 'SCALE') and
15003            'NDRDISC' and
15004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15005            not 'VHOST' and
15006            'MEMIF'"
15007   parameters:
15008   - "throughput"
15009   - "parent"
15010   - "tags"
15011   layout:
15012     title: ""  # No title
15013     layout: "plot-throughput-speedup-analysis"
15014
15015 -
15016   type: "plot"
15017   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15018   algorithm: "plot_throughput_speedup_analysis"
15019   output-file-type: ".html"
15020   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15021   data: "plot-throughput-speedup-analysis-3n-hsw"
15022   filter: "'NIC_Intel-XL710' and
15023            '64B' and
15024            ('BASE' or 'SCALE') and
15025            'PDRDISC' and not 'NDRDISC' and
15026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15027            not 'VHOST' and
15028            'MEMIF'"
15029   parameters:
15030   - "throughput"
15031   - "parent"
15032   - "tags"
15033   layout:
15034     title: ""  # No title
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 # Speedup - VPP Container Memif 3n-skx-x710
15038 -
15039   type: "plot"
15040   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15041   algorithm: "plot_throughput_speedup_analysis"
15042   output-file-type: ".html"
15043   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15044   data: "plot-throughput-speedup-analysis-3n-skx"
15045   filter: "'NIC_Intel-X710' and
15046            '64B' and
15047            ('BASE' or 'SCALE') and
15048            'NDRDISC' and
15049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15050            not 'VHOST' and
15051            'MEMIF'"
15052   parameters:
15053   - "throughput"
15054   - "parent"
15055   - "tags"
15056   layout:
15057     title: ""  # No title
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 -
15061   type: "plot"
15062   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15063   algorithm: "plot_throughput_speedup_analysis"
15064   output-file-type: ".html"
15065   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15066   data: "plot-throughput-speedup-analysis-3n-skx"
15067   filter: "'NIC_Intel-X710' and
15068            '64B' and
15069            ('BASE' or 'SCALE') and
15070            'PDRDISC' and not 'NDRDISC' and
15071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15072            not 'VHOST' and
15073             'MEMIF'"
15074   parameters:
15075   - "throughput"
15076   - "parent"
15077   - "tags"
15078   layout:
15079     title: ""  # No title
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 # Speedup - VPP Container Memif 3n-skx-xxv710
15083 -
15084   type: "plot"
15085   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15086   algorithm: "plot_throughput_speedup_analysis"
15087   output-file-type: ".html"
15088   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15089   data: "plot-throughput-speedup-analysis-3n-skx"
15090   filter: "'NIC_Intel-XXV710' and
15091            '64B' and
15092            ('BASE' or 'SCALE') and
15093            'NDRDISC' and
15094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15095            not 'VHOST' and
15096            'MEMIF'"
15097   parameters:
15098   - "throughput"
15099   - "parent"
15100   - "tags"
15101   layout:
15102     title: ""  # No title
15103     layout: "plot-throughput-speedup-analysis"
15104
15105 -
15106   type: "plot"
15107   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15108   algorithm: "plot_throughput_speedup_analysis"
15109   output-file-type: ".html"
15110   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15111   data: "plot-throughput-speedup-analysis-3n-skx"
15112   filter: "'NIC_Intel-XXV710' and
15113            '64B' and
15114            ('BASE' or 'SCALE') and
15115            'PDRDISC' and not 'NDRDISC' and
15116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15117            not 'VHOST' and
15118            'MEMIF'"
15119   parameters:
15120   - "throughput"
15121   - "parent"
15122   - "tags"
15123   layout:
15124     title: ""  # No title
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 # Speedup - VPP Container Memif 2n-skx-x710
15128 -
15129   type: "plot"
15130   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15131   algorithm: "plot_throughput_speedup_analysis"
15132   output-file-type: ".html"
15133   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15134   data: "plot-throughput-speedup-analysis-2n-skx"
15135   filter: "'NIC_Intel-X710' and
15136            '64B' and
15137            ('BASE' or 'SCALE') and
15138            'NDRDISC' and
15139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15140            not 'VHOST' and
15141            'MEMIF'"
15142   parameters:
15143   - "throughput"
15144   - "parent"
15145   - "tags"
15146   layout:
15147     title: ""  # No title
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 -
15151   type: "plot"
15152   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15153   algorithm: "plot_throughput_speedup_analysis"
15154   output-file-type: ".html"
15155   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15156   data: "plot-throughput-speedup-analysis-2n-skx"
15157   filter: "'NIC_Intel-X710' and
15158            '64B' and
15159            ('BASE' or 'SCALE') and
15160            'PDRDISC' and not 'NDRDISC' and
15161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15162            not 'VHOST' and
15163            'MEMIF'"
15164   parameters:
15165   - "throughput"
15166   - "parent"
15167   - "tags"
15168   layout:
15169     title: ""  # No title
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 # Speedup - VPP Container Memif 2n-skx-xxv710
15173 -
15174   type: "plot"
15175   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15176   algorithm: "plot_throughput_speedup_analysis"
15177   output-file-type: ".html"
15178   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15179   data: "plot-throughput-speedup-analysis-2n-skx"
15180   filter: "'NIC_Intel-XXV710' and
15181            '64B' and
15182            ('BASE' or 'SCALE') and
15183            'NDRDISC' and
15184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15185            not 'VHOST' and
15186            'MEMIF'"
15187   parameters:
15188   - "throughput"
15189   - "parent"
15190   - "tags"
15191   layout:
15192     title: ""  # No title
15193     layout: "plot-throughput-speedup-analysis"
15194
15195 -
15196   type: "plot"
15197   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15198   algorithm: "plot_throughput_speedup_analysis"
15199   output-file-type: ".html"
15200   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15201   data: "plot-throughput-speedup-analysis-2n-skx"
15202   filter: "'NIC_Intel-XXV710' and
15203            '64B' and
15204            ('BASE' or 'SCALE') and
15205            'PDRDISC' and not 'NDRDISC' and
15206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15207            not 'VHOST' and
15208            'MEMIF'"
15209   parameters:
15210   - "throughput"
15211   - "parent"
15212   - "tags"
15213   layout:
15214     title: ""  # No title
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 ################################################################################
15218
15219 # Speedup - VPP Container k8s memif 3n-hsw-x520
15220 -
15221   type: "plot"
15222   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15223   algorithm: "plot_throughput_speedup_analysis"
15224   output-file-type: ".html"
15225   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15226   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15227   filter: "'NIC_Intel-X520-DA2' and
15228            '64B' and
15229            ('BASE' or 'SCALE') and
15230            'NDRDISC' and
15231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15232            not 'VHOST' and
15233            'MEMIF'"
15234   parameters:
15235   - "throughput"
15236   - "parent"
15237   - "tags"
15238   layout:
15239     title: ""  # No title
15240     layout: "plot-throughput-speedup-analysis"
15241
15242 -
15243   type: "plot"
15244   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15245   algorithm: "plot_throughput_speedup_analysis"
15246   output-file-type: ".html"
15247   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15248   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15249   filter: "'NIC_Intel-X520-DA2' and
15250            '64B' and
15251            ('BASE' or 'SCALE') and
15252            'PDRDISC' and not 'NDRDISC' and
15253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15254            not 'VHOST' and
15255            'MEMIF'"
15256   parameters:
15257   - "throughput"
15258   - "parent"
15259   - "tags"
15260   layout:
15261     title: ""  # No title
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 # Speedup - VPP Container Memif 3n-hsw-x710
15265 -
15266   type: "plot"
15267   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15268   algorithm: "plot_throughput_speedup_analysis"
15269   output-file-type: ".html"
15270   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15271   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15272   filter: "'NIC_Intel-X710' and
15273            '64B' and
15274            ('BASE' or 'SCALE') and
15275            'NDRDISC' and
15276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15277            not 'VHOST' and
15278            'MEMIF'"
15279   parameters:
15280   - "throughput"
15281   - "parent"
15282   - "tags"
15283   layout:
15284     title: ""  # No title
15285     layout: "plot-throughput-speedup-analysis"
15286
15287 -
15288   type: "plot"
15289   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15290   algorithm: "plot_throughput_speedup_analysis"
15291   output-file-type: ".html"
15292   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15293   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15294   filter: "'NIC_Intel-X710' and
15295            '64B' and
15296            ('BASE' or 'SCALE') and
15297            'PDRDISC' and not 'NDRDISC' and
15298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15299            not 'VHOST' and
15300            'MEMIF'"
15301   parameters:
15302   - "throughput"
15303   - "parent"
15304   - "tags"
15305   layout:
15306     title: ""  # No title
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 # Speedup - VPP Container Memif 3n-hsw-xl710
15310 -
15311   type: "plot"
15312   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15313   algorithm: "plot_throughput_speedup_analysis"
15314   output-file-type: ".html"
15315   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15316   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15317   filter: "'NIC_Intel-XL710' and
15318            '64B' and
15319            ('BASE' or 'SCALE') and
15320            'NDRDISC' and
15321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15322            not 'VHOST' and
15323            'MEMIF'"
15324   parameters:
15325   - "throughput"
15326   - "parent"
15327   - "tags"
15328   layout:
15329     title: ""  # No title
15330     layout: "plot-throughput-speedup-analysis"
15331
15332 -
15333   type: "plot"
15334   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15335   algorithm: "plot_throughput_speedup_analysis"
15336   output-file-type: ".html"
15337   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15338   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15339   filter: "'NIC_Intel-XL710' and
15340            '64B' and
15341            ('BASE' or 'SCALE') and
15342            'PDRDISC' and not 'NDRDISC' and
15343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15344            not 'VHOST' and
15345            'MEMIF'"
15346   parameters:
15347   - "throughput"
15348   - "parent"
15349   - "tags"
15350   layout:
15351     title: ""  # No title
15352     layout: "plot-throughput-speedup-analysis"
15353
15354 # Speedup - VPP Container Memif 3n-skx-x710
15355 -
15356   type: "plot"
15357   title: "Speedup: k8s-memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15358   algorithm: "plot_throughput_speedup_analysis"
15359   output-file-type: ".html"
15360   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15361   data: "plot-ligato-throughput-speedup-analysis-3n-skx"
15362   filter: "'NIC_Intel-X710' and
15363            '64B' and
15364            ('BASE' or 'SCALE') and
15365            'NDRDISC' and
15366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15367            not 'VHOST' and
15368            'MEMIF'"
15369   parameters:
15370   - "throughput"
15371   - "parent"
15372   - "tags"
15373   layout:
15374     title: ""  # No title
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 -
15378   type: "plot"
15379   title: "Speedup: k8s-memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15380   algorithm: "plot_throughput_speedup_analysis"
15381   output-file-type: ".html"
15382   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15383   data: "plot-ligato-throughput-speedup-analysis-3n-skx"
15384   filter: "'NIC_Intel-X710' and
15385            '64B' and
15386            ('BASE' or 'SCALE') and
15387            'PDRDISC' and not 'NDRDISC' and
15388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15389            not 'VHOST' and
15390             'MEMIF'"
15391   parameters:
15392   - "throughput"
15393   - "parent"
15394   - "tags"
15395   layout:
15396     title: ""  # No title
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 # Speedup - VPP Container Memif 3n-skx-xxv710
15400 -
15401   type: "plot"
15402   title: "Speedup: k8s-memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15403   algorithm: "plot_throughput_speedup_analysis"
15404   output-file-type: ".html"
15405   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15406   data: "plot-ligato-throughput-speedup-analysis-3n-skx"
15407   filter: "'NIC_Intel-XXV710' and
15408            '64B' and
15409            ('BASE' or 'SCALE') and
15410            'NDRDISC' and
15411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15412            not 'VHOST' and
15413            'MEMIF'"
15414   parameters:
15415   - "throughput"
15416   - "parent"
15417   - "tags"
15418   layout:
15419     title: ""  # No title
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 -
15423   type: "plot"
15424   title: "Speedup: k8s-memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15425   algorithm: "plot_throughput_speedup_analysis"
15426   output-file-type: ".html"
15427   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15428   data: "plot-ligato-throughput-speedup-analysis-3n-skx"
15429   filter: "'NIC_Intel-XXV710' and
15430            '64B' and
15431            ('BASE' or 'SCALE') and
15432            'PDRDISC' and not 'NDRDISC' and
15433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15434            not 'VHOST' and
15435            'MEMIF'"
15436   parameters:
15437   - "throughput"
15438   - "parent"
15439   - "tags"
15440   layout:
15441     title: ""  # No title
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 # Speedup - VPP Container Memif 2n-skx-x710
15445 -
15446   type: "plot"
15447   title: "Speedup: k8s-memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15448   algorithm: "plot_throughput_speedup_analysis"
15449   output-file-type: ".html"
15450   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15451   data: "plot-ligato-throughput-speedup-analysis-2n-skx"
15452   filter: "'NIC_Intel-X710' and
15453            '64B' and
15454            ('BASE' or 'SCALE') and
15455            'NDRDISC' and
15456            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15457            not 'VHOST' and
15458            'MEMIF'"
15459   parameters:
15460   - "throughput"
15461   - "parent"
15462   - "tags"
15463   layout:
15464     title: ""  # No title
15465     layout: "plot-throughput-speedup-analysis"
15466
15467 -
15468   type: "plot"
15469   title: "Speedup: k8s-memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15470   algorithm: "plot_throughput_speedup_analysis"
15471   output-file-type: ".html"
15472   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15473   data: "plot-ligato-throughput-speedup-analysis-2n-skx"
15474   filter: "'NIC_Intel-X710' and
15475            '64B' and
15476            ('BASE' or 'SCALE') and
15477            'PDRDISC' and not 'NDRDISC' and
15478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15479            not 'VHOST' and
15480            'MEMIF'"
15481   parameters:
15482   - "throughput"
15483   - "parent"
15484   - "tags"
15485   layout:
15486     title: ""  # No title
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 # Speedup - VPP Container Memif 2n-skx-xxv710
15490 -
15491   type: "plot"
15492   title: "Speedup: k8s-memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15493   algorithm: "plot_throughput_speedup_analysis"
15494   output-file-type: ".html"
15495   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15496   data: "plot-ligato-throughput-speedup-analysis-2n-skx"
15497   filter: "'NIC_Intel-XXV710' and
15498            '64B' and
15499            ('BASE' or 'SCALE') and
15500            'NDRDISC' and
15501            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15502            not 'VHOST' and
15503            'MEMIF'"
15504   parameters:
15505   - "throughput"
15506   - "parent"
15507   - "tags"
15508   layout:
15509     title: ""  # No title
15510     layout: "plot-throughput-speedup-analysis"
15511
15512 -
15513   type: "plot"
15514   title: "Speedup: k8s-memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15515   algorithm: "plot_throughput_speedup_analysis"
15516   output-file-type: ".html"
15517   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15518   data: "plot-ligato-throughput-speedup-analysis-2n-skx"
15519   filter: "'NIC_Intel-XXV710' and
15520            '64B' and
15521            ('BASE' or 'SCALE') and
15522            'PDRDISC' and not 'NDRDISC' and
15523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15524            not 'VHOST' and
15525            'MEMIF'"
15526   parameters:
15527   - "throughput"
15528   - "parent"
15529   - "tags"
15530   layout:
15531     title: ""  # No title
15532     layout: "plot-throughput-speedup-analysis"
15533
15534 ################################################################################
15535
15536 # Speedup - VPP IPv4 3n-hsw-x520
15537 -
15538   type: "plot"
15539   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15540   algorithm: "plot_throughput_speedup_analysis"
15541   output-file-type: ".html"
15542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15543   data: "plot-throughput-speedup-analysis-3n-hsw"
15544   filter: "'NIC_Intel-X520-DA2' and
15545            '64B' and
15546            ('BASE' or 'SCALE') and
15547            'NDRDISC' and
15548            'IP4FWD' and
15549            not 'IPSEC' and 
15550            not 'VHOST'"
15551   parameters:
15552   - "throughput"
15553   - "parent"
15554   - "tags"
15555   layout:
15556     title: ""  # No title
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 -
15560   type: "plot"
15561   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15562   algorithm: "plot_throughput_speedup_analysis"
15563   output-file-type: ".html"
15564   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15565   data: "plot-throughput-speedup-analysis-3n-hsw"
15566   filter: "'NIC_Intel-X520-DA2' and
15567            '64B' and
15568            ('BASE' or 'SCALE') and
15569            'PDRDISC' and not 'NDRDISC' and
15570            'IP4FWD' and
15571            not 'IPSEC' and 
15572            not 'VHOST'"
15573   parameters:
15574   - "throughput"
15575   - "parent"
15576   - "tags"
15577   layout:
15578     title: ""  # No title
15579     layout: "plot-throughput-speedup-analysis"
15580
15581 -
15582   type: "plot"
15583   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
15584   algorithm: "plot_throughput_speedup_analysis"
15585   output-file-type: ".html"
15586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
15587   data: "plot-throughput-speedup-analysis-3n-hsw"
15588   filter: "'NIC_Intel-X520-DA2' and
15589            '64B' and
15590            'FEATURE' and
15591            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15592            'NDRDISC' and
15593            'IP4FWD' and
15594            not 'IPSEC' and 
15595            not 'VHOST'"
15596   parameters:
15597   - "throughput"
15598   - "parent"
15599   - "tags"
15600   layout:
15601     title: ""  # No title
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 -
15605   type: "plot"
15606   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
15607   algorithm: "plot_throughput_speedup_analysis"
15608   output-file-type: ".html"
15609   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
15610   data: "plot-throughput-speedup-analysis-3n-hsw"
15611   filter: "'NIC_Intel-X520-DA2' and
15612            '64B' and
15613            'FEATURE' and
15614            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15615            'PDRDISC' and not 'NDRDISC' and
15616            'IP4FWD' and
15617            not 'IPSEC' and 
15618            not 'VHOST'"
15619   parameters:
15620   - "throughput"
15621   - "parent"
15622   - "tags"
15623   layout:
15624     title: ""  # No title
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 # Speedup - VPP IPv4 3n-hsw-x710
15628 -
15629   type: "plot"
15630   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15631   algorithm: "plot_throughput_speedup_analysis"
15632   output-file-type: ".html"
15633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15634   data: "plot-throughput-speedup-analysis-3n-hsw"
15635   filter: "'NIC_Intel-X710' and
15636            '64B' and
15637            ('BASE' or 'SCALE') and
15638            'NDRDISC' and
15639            'IP4FWD' and
15640            not 'IPSEC' and 
15641            not 'VHOST'"
15642   parameters:
15643   - "throughput"
15644   - "parent"
15645   - "tags"
15646   layout:
15647     title: ""  # No title
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 -
15651   type: "plot"
15652   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15653   algorithm: "plot_throughput_speedup_analysis"
15654   output-file-type: ".html"
15655   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15656   data: "plot-throughput-speedup-analysis-3n-hsw"
15657   filter: "'NIC_Intel-X710' and
15658            '64B' and
15659            ('BASE' or 'SCALE') and
15660            'PDRDISC' and not 'NDRDISC' and
15661            'IP4FWD' and
15662            not 'IPSEC' and 
15663            not 'VHOST'"
15664   parameters:
15665   - "throughput"
15666   - "parent"
15667   - "tags"
15668   layout:
15669     title: ""  # No title
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 -
15673   type: "plot"
15674   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
15675   algorithm: "plot_throughput_speedup_analysis"
15676   output-file-type: ".html"
15677   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
15678   data: "plot-throughput-speedup-analysis-3n-hsw"
15679   filter: "'NIC_Intel-X710' and
15680            '64B' and
15681            'FEATURE' and
15682            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15683            'NDRDISC' and
15684            'IP4FWD' and
15685            not 'IPSEC' and 
15686            not 'VHOST'"
15687   parameters:
15688   - "throughput"
15689   - "parent"
15690   - "tags"
15691   layout:
15692     title: ""  # No title
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 -
15696   type: "plot"
15697   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
15698   algorithm: "plot_throughput_speedup_analysis"
15699   output-file-type: ".html"
15700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
15701   data: "plot-throughput-speedup-analysis-3n-hsw"
15702   filter: "'NIC_Intel-X710' and
15703            '64B' and
15704            'FEATURE' and
15705            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15706            'PDRDISC' and not 'NDRDISC' and
15707            'IP4FWD' and
15708            not 'IPSEC' and 
15709            not 'VHOST'"
15710   parameters:
15711   - "throughput"
15712   - "parent"
15713   - "tags"
15714   layout:
15715     title: ""  # No title
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 # Speedup - VPP IPv4 3n-hsw-xl710
15719 -
15720   type: "plot"
15721   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15722   algorithm: "plot_throughput_speedup_analysis"
15723   output-file-type: ".html"
15724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15725   data: "plot-throughput-speedup-analysis-3n-hsw"
15726   filter: "'NIC_Intel-XL710' and
15727            '64B' and
15728            ('BASE' or 'SCALE') and
15729            'NDRDISC' and
15730            'IP4FWD' and
15731            not 'IPSEC' and 
15732            not 'VHOST'"
15733   parameters:
15734   - "throughput"
15735   - "parent"
15736   - "tags"
15737   layout:
15738     title: ""  # No title
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 -
15742   type: "plot"
15743   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15744   algorithm: "plot_throughput_speedup_analysis"
15745   output-file-type: ".html"
15746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15747   data: "plot-throughput-speedup-analysis-3n-hsw"
15748   filter: "'NIC_Intel-XL710' and
15749            '64B' and
15750            ('BASE' or 'SCALE') and
15751            'PDRDISC' and not 'NDRDISC' and
15752            'IP4FWD' and
15753            not 'IPSEC' and 
15754            not 'VHOST'"
15755   parameters:
15756   - "throughput"
15757   - "parent"
15758   - "tags"
15759   layout:
15760     title: ""  # No title
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 # Speedup - VPP IPv4 3n-skx-x710
15764 -
15765   type: "plot"
15766   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15767   algorithm: "plot_throughput_speedup_analysis"
15768   output-file-type: ".html"
15769   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15770   data: "plot-throughput-speedup-analysis-3n-skx"
15771   filter: "'NIC_Intel-X710' and
15772            '64B' and
15773            ('BASE' or 'SCALE') and
15774            'NDRDISC' and
15775            'IP4FWD' and
15776            not 'IPSEC' and 
15777            not 'VHOST'"
15778   parameters:
15779   - "throughput"
15780   - "parent"
15781   - "tags"
15782   layout:
15783     title: ""  # No title
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 -
15787   type: "plot"
15788   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15789   algorithm: "plot_throughput_speedup_analysis"
15790   output-file-type: ".html"
15791   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15792   data: "plot-throughput-speedup-analysis-3n-skx"
15793   filter: "'NIC_Intel-X710' and
15794            '64B' and
15795            ('BASE' or 'SCALE') and
15796            'PDRDISC' and not 'NDRDISC' and
15797            'IP4FWD' and
15798            not 'IPSEC' and 
15799            not 'VHOST'"
15800   parameters:
15801   - "throughput"
15802   - "parent"
15803   - "tags"
15804   layout:
15805     title: ""  # No title
15806     layout: "plot-throughput-speedup-analysis"
15807
15808 -
15809   type: "plot"
15810   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
15811   algorithm: "plot_throughput_speedup_analysis"
15812   output-file-type: ".html"
15813   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
15814   data: "plot-throughput-speedup-analysis-3n-skx"
15815   filter: "'NIC_Intel-X710' and
15816            '64B' and
15817            'FEATURE' and
15818            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15819            'NDRDISC' and
15820            'IP4FWD' and
15821            not 'IPSEC' and 
15822            not 'VHOST'"
15823   parameters:
15824   - "throughput"
15825   - "parent"
15826   - "tags"
15827   layout:
15828     title: ""  # No title
15829     layout: "plot-throughput-speedup-analysis"
15830
15831 -
15832   type: "plot"
15833   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
15834   algorithm: "plot_throughput_speedup_analysis"
15835   output-file-type: ".html"
15836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
15837   data: "plot-throughput-speedup-analysis-3n-skx"
15838   filter: "'NIC_Intel-X710' and
15839            '64B' and
15840            'FEATURE' and
15841            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15842            'PDRDISC' and not 'NDRDISC' and
15843            'IP4FWD' and
15844            not 'IPSEC' and 
15845            not 'VHOST'"
15846   parameters:
15847   - "throughput"
15848   - "parent"
15849   - "tags"
15850   layout:
15851     title: ""  # No title
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 # Speedup - VPP IPv4 3n-skx-xxv710
15855 -
15856   type: "plot"
15857   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15858   algorithm: "plot_throughput_speedup_analysis"
15859   output-file-type: ".html"
15860   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15861   data: "plot-throughput-speedup-analysis-3n-skx"
15862   filter: "'NIC_Intel-XXV710' and
15863            '64B' and
15864            ('BASE' or 'SCALE') and
15865            'NDRDISC' and
15866            'IP4FWD' and
15867            not 'IPSEC' and 
15868            not 'VHOST'"
15869   parameters:
15870   - "throughput"
15871   - "parent"
15872   - "tags"
15873   layout:
15874     title: ""  # No title
15875     layout: "plot-throughput-speedup-analysis"
15876
15877 -
15878   type: "plot"
15879   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15880   algorithm: "plot_throughput_speedup_analysis"
15881   output-file-type: ".html"
15882   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15883   data: "plot-throughput-speedup-analysis-3n-skx"
15884   filter: "'NIC_Intel-XXV710' and
15885            '64B' and
15886            ('BASE' or 'SCALE') and
15887            'PDRDISC' and not 'NDRDISC' and
15888            'IP4FWD' and
15889            not 'IPSEC' and 
15890            not 'VHOST'"
15891   parameters:
15892   - "throughput"
15893   - "parent"
15894   - "tags"
15895   layout:
15896     title: ""  # No title
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 -
15900   type: "plot"
15901   title: "Speedup: ip4-3n-skx-xxv710-64b-features-ndr-tsa"
15902   algorithm: "plot_throughput_speedup_analysis"
15903   output-file-type: ".html"
15904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-ndr-tsa"
15905   data: "plot-throughput-speedup-analysis-3n-skx"
15906   filter: "'NIC_Intel-XXV710' and
15907            '64B' and
15908            'FEATURE' and
15909            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15910            'NDRDISC' and
15911            'IP4FWD' and
15912            not 'IPSEC' and 
15913            not 'VHOST'"
15914   parameters:
15915   - "throughput"
15916   - "parent"
15917   - "tags"
15918   layout:
15919     title: ""  # No title
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 -
15923   type: "plot"
15924   title: "Speedup: ip4-3n-skx-xxv710-64b-features-pdr-tsa"
15925   algorithm: "plot_throughput_speedup_analysis"
15926   output-file-type: ".html"
15927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-pdr-tsa"
15928   data: "plot-throughput-speedup-analysis-3n-skx"
15929   filter: "'NIC_Intel-XXV710' and
15930            '64B' and
15931            'FEATURE' and
15932            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15933            'PDRDISC' and not 'NDRDISC' and
15934            'IP4FWD' and
15935            not 'IPSEC' and 
15936            not 'VHOST'"
15937   parameters:
15938   - "throughput"
15939   - "parent"
15940   - "tags"
15941   layout:
15942     title: ""  # No title
15943     layout: "plot-throughput-speedup-analysis"
15944
15945 # Speedup - VPP IPv4 2n-skx-x710
15946 -
15947   type: "plot"
15948   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15949   algorithm: "plot_throughput_speedup_analysis"
15950   output-file-type: ".html"
15951   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15952   data: "plot-throughput-speedup-analysis-2n-skx"
15953   filter: "'NIC_Intel-X710' and
15954            '64B' and
15955            ('BASE' or 'SCALE') and
15956            'NDRDISC' and
15957            'IP4FWD' and
15958            not 'IPSEC' and 
15959            not 'VHOST'"
15960   parameters:
15961   - "throughput"
15962   - "parent"
15963   - "tags"
15964   layout:
15965     title: ""  # No title
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 -
15969   type: "plot"
15970   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15971   algorithm: "plot_throughput_speedup_analysis"
15972   output-file-type: ".html"
15973   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15974   data: "plot-throughput-speedup-analysis-2n-skx"
15975   filter: "'NIC_Intel-X710' and
15976            '64B' and
15977            ('BASE' or 'SCALE') and
15978            'PDRDISC' and not 'NDRDISC' and
15979            'IP4FWD' and
15980            not 'IPSEC' and 
15981            not 'VHOST'"
15982   parameters:
15983   - "throughput"
15984   - "parent"
15985   - "tags"
15986   layout:
15987     title: ""  # No title
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 -
15991   type: "plot"
15992   title: "Speedup: ip4-2n-skx-x710-64b-features-ndr-tsa"
15993   algorithm: "plot_throughput_speedup_analysis"
15994   output-file-type: ".html"
15995   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-ndr-tsa"
15996   data: "plot-throughput-speedup-analysis-2n-skx"
15997   filter: "'NIC_Intel-X710' and
15998            '64B' and
15999            'FEATURE' and
16000            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16001            'NDRDISC' and
16002            'IP4FWD' and
16003            not 'IPSEC' and 
16004            not 'VHOST'"
16005   parameters:
16006   - "throughput"
16007   - "parent"
16008   - "tags"
16009   layout:
16010     title: ""  # No title
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 -
16014   type: "plot"
16015   title: "Speedup: ip4-2n-skx-x710-64b-features-pdr-tsa"
16016   algorithm: "plot_throughput_speedup_analysis"
16017   output-file-type: ".html"
16018   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-pdr-tsa"
16019   data: "plot-throughput-speedup-analysis-2n-skx"
16020   filter: "'NIC_Intel-X710' and
16021            '64B' and
16022            'FEATURE' and
16023            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16024            'PDRDISC' and not 'NDRDISC' and
16025            'IP4FWD' and
16026            not 'IPSEC' and 
16027            not 'VHOST'"
16028   parameters:
16029   - "throughput"
16030   - "parent"
16031   - "tags"
16032   layout:
16033     title: ""  # No title
16034     layout: "plot-throughput-speedup-analysis"
16035
16036 # Speedup - VPP IPv4 2n-skx-xxv710
16037 -
16038   type: "plot"
16039   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16040   algorithm: "plot_throughput_speedup_analysis"
16041   output-file-type: ".html"
16042   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16043   data: "plot-throughput-speedup-analysis-2n-skx"
16044   filter: "'NIC_Intel-XXV710' and
16045            '64B' and
16046            ('BASE' or 'SCALE') and
16047            'NDRDISC' and
16048            'IP4FWD' and
16049            not 'IPSEC' and 
16050            not 'VHOST'"
16051   parameters:
16052   - "throughput"
16053   - "parent"
16054   - "tags"
16055   layout:
16056     title: ""  # No title
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 -
16060   type: "plot"
16061   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16062   algorithm: "plot_throughput_speedup_analysis"
16063   output-file-type: ".html"
16064   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16065   data: "plot-throughput-speedup-analysis-2n-skx"
16066   filter: "'NIC_Intel-XXV710' and
16067            '64B' and
16068            ('BASE' or 'SCALE') and
16069            'PDRDISC' and not 'NDRDISC' and
16070            'IP4FWD' and
16071            not 'IPSEC' and 
16072            not 'VHOST'"
16073   parameters:
16074   - "throughput"
16075   - "parent"
16076   - "tags"
16077   layout:
16078     title: ""  # No title
16079     layout: "plot-throughput-speedup-analysis"
16080
16081 -
16082   type: "plot"
16083   title: "Speedup: ip4-2n-skx-xxv710-64b-features-ndr-tsa"
16084   algorithm: "plot_throughput_speedup_analysis"
16085   output-file-type: ".html"
16086   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-ndr-tsa"
16087   data: "plot-throughput-speedup-analysis-2n-skx"
16088   filter: "'NIC_Intel-XXV710' and
16089            '64B' and
16090            'FEATURE' and
16091            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16092            'NDRDISC' and
16093            'IP4FWD' and
16094            not 'IPSEC' and 
16095            not 'VHOST'"
16096   parameters:
16097   - "throughput"
16098   - "parent"
16099   - "tags"
16100   layout:
16101     title: ""  # No title
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 -
16105   type: "plot"
16106   title: "Speedup: ip4-2n-skx-xxv710-64b-features-pdr-tsa"
16107   algorithm: "plot_throughput_speedup_analysis"
16108   output-file-type: ".html"
16109   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-pdr-tsa"
16110   data: "plot-throughput-speedup-analysis-2n-skx"
16111   filter: "'NIC_Intel-XXV710' and
16112            '64B' and
16113            'FEATURE' and
16114            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16115            'PDRDISC' and not 'NDRDISC' and
16116            'IP4FWD' and
16117            not 'IPSEC' and 
16118            not 'VHOST'"
16119   parameters:
16120   - "throughput"
16121   - "parent"
16122   - "tags"
16123   layout:
16124     title: ""  # No title
16125     layout: "plot-throughput-speedup-analysis"
16126
16127 ################################################################################
16128
16129 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
16130 -
16131   type: "plot"
16132   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
16133   algorithm: "plot_throughput_speedup_analysis"
16134   output-file-type: ".html"
16135   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
16136   data: "plot-throughput-speedup-analysis-3n-hsw"
16137   filter: "'NIC_Intel-X520-DA2' and
16138            '64B' and
16139            'ENCAP' and
16140            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16141            'NDRDISC' and
16142            'IP4FWD' and
16143            not 'IPSEC' and 
16144            not 'VHOST'"
16145   parameters:
16146   - "throughput"
16147   - "parent"
16148   - "tags"
16149   layout:
16150     title: ""  # No title
16151     layout: "plot-throughput-speedup-analysis"
16152
16153 -
16154   type: "plot"
16155   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
16156   algorithm: "plot_throughput_speedup_analysis"
16157   output-file-type: ".html"
16158   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
16159   data: "plot-throughput-speedup-analysis-3n-hsw"
16160   filter: "'NIC_Intel-X520-DA2' and
16161            '64B' and
16162            'ENCAP' and
16163            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16164            'PDRDISC' and not 'NDRDISC' and
16165            'IP4FWD' and
16166            not 'IPSEC' and 
16167            not 'VHOST'"
16168   parameters:
16169   - "throughput"
16170   - "parent"
16171   - "tags"
16172   layout:
16173     title: ""  # No title
16174     layout: "plot-throughput-speedup-analysis"
16175
16176 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
16177 -
16178   type: "plot"
16179   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
16180   algorithm: "plot_throughput_speedup_analysis"
16181   output-file-type: ".html"
16182   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
16183   data: "plot-throughput-speedup-analysis-3n-hsw"
16184   filter: "'NIC_Intel-X710' and
16185            '64B' and
16186            'ENCAP' and
16187            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16188            'NDRDISC' and
16189            'IP4FWD' and
16190            not 'IPSEC' and 
16191            not 'VHOST'"
16192   parameters:
16193   - "throughput"
16194   - "parent"
16195   - "tags"
16196   layout:
16197     title: ""  # No title
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 -
16201   type: "plot"
16202   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
16203   algorithm: "plot_throughput_speedup_analysis"
16204   output-file-type: ".html"
16205   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
16206   data: "plot-throughput-speedup-analysis-3n-hsw"
16207   filter: "'NIC_Intel-X710' and
16208            '64B' and
16209            'ENCAP' and
16210            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16211            'PDRDISC' and not 'NDRDISC' and
16212            'IP4FWD' and
16213            not 'IPSEC' and 
16214            not 'VHOST'"
16215   parameters:
16216   - "throughput"
16217   - "parent"
16218   - "tags"
16219   layout:
16220     title: ""  # No title
16221     layout: "plot-throughput-speedup-analysis"
16222
16223 # Speedup - VPP IPv4 Tunnels 3n-hsw-xl710
16224 -
16225   type: "plot"
16226   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16227   algorithm: "plot_throughput_speedup_analysis"
16228   output-file-type: ".html"
16229   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16230   data: "plot-throughput-speedup-analysis-3n-hsw"
16231   filter: "'NIC_Intel-XL710' and
16232            '64B' and
16233            'ENCAP' and
16234            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16235            'NDRDISC' and
16236            'IP4FWD' and
16237            not 'IPSEC' and 
16238            not 'VHOST'"
16239   parameters:
16240   - "throughput"
16241   - "parent"
16242   - "tags"
16243   layout:
16244     title: ""  # No title
16245     layout: "plot-throughput-speedup-analysis"
16246
16247 -
16248   type: "plot"
16249   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16250   algorithm: "plot_throughput_speedup_analysis"
16251   output-file-type: ".html"
16252   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16253   data: "plot-throughput-speedup-analysis-3n-hsw"
16254   filter: "'NIC_Intel-XL710' and
16255            '64B' and
16256            'ENCAP' and
16257            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16258            'PDRDISC' and not 'NDRDISC' and
16259            'IP4FWD' and
16260            not 'IPSEC' and 
16261            not 'VHOST'"
16262   parameters:
16263   - "throughput"
16264   - "parent"
16265   - "tags"
16266   layout:
16267     title: ""  # No title
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
16271 -
16272   type: "plot"
16273   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
16274   algorithm: "plot_throughput_speedup_analysis"
16275   output-file-type: ".html"
16276   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
16277   data: "plot-throughput-speedup-analysis-3n-skx"
16278   filter: "'NIC_Intel-X710' and
16279            '64B' and
16280            'ENCAP' and
16281            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16282            'NDRDISC' and
16283            'IP4FWD' and
16284            not 'IPSEC' and 
16285            not 'VHOST'"
16286   parameters:
16287   - "throughput"
16288   - "parent"
16289   - "tags"
16290   layout:
16291     title: ""  # No title
16292     layout: "plot-throughput-speedup-analysis"
16293
16294 -
16295   type: "plot"
16296   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
16297   algorithm: "plot_throughput_speedup_analysis"
16298   output-file-type: ".html"
16299   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
16300   data: "plot-throughput-speedup-analysis-3n-skx"
16301   filter: "'NIC_Intel-X710' and
16302            '64B' and
16303            'ENCAP' and
16304            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16305            'PDRDISC' and not 'NDRDISC' and
16306            'IP4FWD' and
16307            not 'IPSEC' and 
16308            not 'VHOST'"
16309   parameters:
16310   - "throughput"
16311   - "parent"
16312   - "tags"
16313   layout:
16314     title: ""  # No title
16315     layout: "plot-throughput-speedup-analysis"
16316
16317 # Speedup - VPP IPv4 Tunnels 3n-skx-xxv710
16318 -
16319   type: "plot"
16320   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16321   algorithm: "plot_throughput_speedup_analysis"
16322   output-file-type: ".html"
16323   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16324   data: "plot-throughput-speedup-analysis-3n-skx"
16325   filter: "'NIC_Intel-XXV710' and
16326            '64B' and
16327            'ENCAP' and
16328            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16329            'NDRDISC' and
16330            'IP4FWD' and
16331            not 'IPSEC' and 
16332            not 'VHOST'"
16333   parameters:
16334   - "throughput"
16335   - "parent"
16336   - "tags"
16337   layout:
16338     title: ""  # No title
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 -
16342   type: "plot"
16343   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16344   algorithm: "plot_throughput_speedup_analysis"
16345   output-file-type: ".html"
16346   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16347   data: "plot-throughput-speedup-analysis-3n-skx"
16348   filter: "'NIC_Intel-XXV710' and
16349            '64B' and
16350            'ENCAP' and
16351            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16352            'PDRDISC' and not 'NDRDISC' and
16353            'IP4FWD' and
16354            not 'IPSEC' and 
16355            not 'VHOST'"
16356   parameters:
16357   - "throughput"
16358   - "parent"
16359   - "tags"
16360   layout:
16361     title: ""  # No title
16362     layout: "plot-throughput-speedup-analysis"
16363
16364 # Speedup - VPP IPv4 Tunnels 2n-skx-x710
16365 -
16366   type: "plot"
16367   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
16368   algorithm: "plot_throughput_speedup_analysis"
16369   output-file-type: ".html"
16370   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
16371   data: "plot-throughput-speedup-analysis-2n-skx"
16372   filter: "'NIC_Intel-X710' and
16373            '64B' and
16374            'ENCAP' and
16375            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16376            'NDRDISC' and
16377            'IP4FWD' and
16378            not 'IPSEC' and 
16379            not 'VHOST'"
16380   parameters:
16381   - "throughput"
16382   - "parent"
16383   - "tags"
16384   layout:
16385     title: ""  # No title
16386     layout: "plot-throughput-speedup-analysis"
16387
16388 -
16389   type: "plot"
16390   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
16391   algorithm: "plot_throughput_speedup_analysis"
16392   output-file-type: ".html"
16393   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
16394   data: "plot-throughput-speedup-analysis-2n-skx"
16395   filter: "'NIC_Intel-X710' and
16396            '64B' and
16397            'ENCAP' and
16398            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16399            'PDRDISC' and not 'NDRDISC' and
16400            'IP4FWD' and
16401            not 'IPSEC' and 
16402            not 'VHOST'"
16403   parameters:
16404   - "throughput"
16405   - "parent"
16406   - "tags"
16407   layout:
16408     title: ""  # No title
16409     layout: "plot-throughput-speedup-analysis"
16410
16411 # Speedup - VPP IPv4 Tunnels 2n-skx-xxv710
16412 -
16413   type: "plot"
16414   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16415   algorithm: "plot_throughput_speedup_analysis"
16416   output-file-type: ".html"
16417   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16418   data: "plot-throughput-speedup-analysis-2n-skx"
16419   filter: "'NIC_Intel-XXV710' and
16420            '64B' and
16421            'ENCAP' and
16422            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16423            'NDRDISC' and
16424            'IP4FWD' and
16425            not 'IPSEC' and 
16426            not 'VHOST'"
16427   parameters:
16428   - "throughput"
16429   - "parent"
16430   - "tags"
16431   layout:
16432     title: ""  # No title
16433     layout: "plot-throughput-speedup-analysis"
16434
16435 -
16436   type: "plot"
16437   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16438   algorithm: "plot_throughput_speedup_analysis"
16439   output-file-type: ".html"
16440   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16441   data: "plot-throughput-speedup-analysis-2n-skx"
16442   filter: "'NIC_Intel-XXV710' and
16443            '64B' and
16444            'ENCAP' and
16445            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16446            'PDRDISC' and not 'NDRDISC' and
16447            'IP4FWD' and
16448            not 'IPSEC' and 
16449            not 'VHOST'"
16450   parameters:
16451   - "throughput"
16452   - "parent"
16453   - "tags"
16454   layout:
16455     title: ""  # No title
16456     layout: "plot-throughput-speedup-analysis"
16457
16458 ################################################################################
16459
16460 # Speedup - VPP IPv6 3n-hsw-x520
16461 -
16462   type: "plot"
16463   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16464   algorithm: "plot_throughput_speedup_analysis"
16465   output-file-type: ".html"
16466   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16467   data: "plot-throughput-speedup-analysis-3n-hsw"
16468   filter: "'NIC_Intel-X520-DA2' and
16469            '78B' and
16470            ('BASE' or 'SCALE') and
16471            'NDRDISC' and
16472            'IP6FWD' and
16473            not 'SRv6' and
16474            not 'IPSEC' and
16475            not 'VHOST'"
16476   parameters:
16477   - "throughput"
16478   - "parent"
16479   - "tags"
16480   layout:
16481     title: ""  # No title
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 -
16485   type: "plot"
16486   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16487   algorithm: "plot_throughput_speedup_analysis"
16488   output-file-type: ".html"
16489   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16490   data: "plot-throughput-speedup-analysis-3n-hsw"
16491   filter: "'NIC_Intel-X520-DA2' and
16492            '78B' and
16493            ('BASE' or 'SCALE') and
16494            'PDRDISC' and not 'NDRDISC' and
16495            'IP6FWD' and
16496            not 'SRv6' and
16497            not 'IPSEC' and
16498            not 'VHOST'"
16499   parameters:
16500   - "throughput"
16501   - "parent"
16502   - "tags"
16503   layout:
16504     title: ""  # No title
16505     layout: "plot-throughput-speedup-analysis"
16506
16507 -
16508   type: "plot"
16509   title: "Speedup: ip6-3n-hsw-x520-78b-features-ndr-tsa"
16510   algorithm: "plot_throughput_speedup_analysis"
16511   output-file-type: ".html"
16512   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-ndr-tsa"
16513   data: "plot-throughput-speedup-analysis-3n-hsw"
16514   filter: "'NIC_Intel-X520-DA2' and
16515            '78B' and
16516            'FEATURE' and
16517            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16518            'NDRDISC' and
16519            'IP6FWD' and
16520            not 'SRv6' and
16521            not 'IPSEC' and
16522            not 'VHOST'"
16523   parameters:
16524   - "throughput"
16525   - "parent"
16526   - "tags"
16527   layout:
16528     title: ""  # No title
16529     layout: "plot-throughput-speedup-analysis"
16530
16531 -
16532   type: "plot"
16533   title: "Speedup: ip6-3n-hsw-x520-78b-features-pdr-tsa"
16534   algorithm: "plot_throughput_speedup_analysis"
16535   output-file-type: ".html"
16536   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-pdr-tsa"
16537   data: "plot-throughput-speedup-analysis-3n-hsw"
16538   filter: "'NIC_Intel-X520-DA2' and
16539            '78B' and
16540            'FEATURE' and
16541            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16542            'PDRDISC' and not 'NDRDISC' and
16543            'IP6FWD' and
16544            not 'SRv6' and
16545            not 'IPSEC' and
16546            not 'VHOST'"
16547   parameters:
16548   - "throughput"
16549   - "parent"
16550   - "tags"
16551   layout:
16552     title: ""  # No title
16553     layout: "plot-throughput-speedup-analysis"
16554
16555 # Speedup - VPP IPv6 3n-hsw-x710
16556 -
16557   type: "plot"
16558   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
16559   algorithm: "plot_throughput_speedup_analysis"
16560   output-file-type: ".html"
16561   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
16562   data: "plot-throughput-speedup-analysis-3n-hsw"
16563   filter: "'NIC_Intel-X710' and
16564            '78B' and
16565            ('BASE' or 'SCALE') and
16566            'NDRDISC' and
16567            'IP6FWD' and
16568            not 'SRv6' and
16569            not 'IPSEC' and
16570            not 'VHOST'"
16571   parameters:
16572   - "throughput"
16573   - "parent"
16574   - "tags"
16575   layout:
16576     title: ""  # No title
16577     layout: "plot-throughput-speedup-analysis"
16578
16579 -
16580   type: "plot"
16581   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
16582   algorithm: "plot_throughput_speedup_analysis"
16583   output-file-type: ".html"
16584   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
16585   data: "plot-throughput-speedup-analysis-3n-hsw"
16586   filter: "'NIC_Intel-X710' and
16587            '78B' and
16588            ('BASE' or 'SCALE') and
16589            'PDRDISC' and not 'NDRDISC' and
16590            'IP6FWD' and
16591            not 'SRv6' and
16592            not 'IPSEC' and
16593            not 'VHOST'"
16594   parameters:
16595   - "throughput"
16596   - "parent"
16597   - "tags"
16598   layout:
16599     title: ""  # No title
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 -
16603   type: "plot"
16604   title: "Speedup: ip6-3n-hsw-x710-78b-features-ndr-tsa"
16605   algorithm: "plot_throughput_speedup_analysis"
16606   output-file-type: ".html"
16607   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-ndr-tsa"
16608   data: "plot-throughput-speedup-analysis-3n-hsw"
16609   filter: "'NIC_Intel-X710' and
16610            '78B' and
16611            'FEATURE' and
16612            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16613            'NDRDISC' and
16614            'IP6FWD' and
16615            not 'SRv6' and
16616            not 'IPSEC' and
16617            not 'VHOST'"
16618   parameters:
16619   - "throughput"
16620   - "parent"
16621   - "tags"
16622   layout:
16623     title: ""  # No title
16624     layout: "plot-throughput-speedup-analysis"
16625
16626 -
16627   type: "plot"
16628   title: "Speedup: ip6-3n-hsw-x710-78b-features-pdr-tsa"
16629   algorithm: "plot_throughput_speedup_analysis"
16630   output-file-type: ".html"
16631   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-pdr-tsa"
16632   data: "plot-throughput-speedup-analysis-3n-hsw"
16633   filter: "'NIC_Intel-X710' and
16634            '78B' and
16635            'FEATURE' and
16636            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16637            'PDRDISC' and not 'NDRDISC' and
16638            'IP6FWD' and
16639            not 'SRv6' and
16640            not 'IPSEC' and
16641            not 'VHOST'"
16642   parameters:
16643   - "throughput"
16644   - "parent"
16645   - "tags"
16646   layout:
16647     title: ""  # No title
16648     layout: "plot-throughput-speedup-analysis"
16649
16650 # Speedup - VPP IPv6 3n-hsw-xl710
16651 -
16652   type: "plot"
16653   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
16654   algorithm: "plot_throughput_speedup_analysis"
16655   output-file-type: ".html"
16656   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
16657   data: "plot-throughput-speedup-analysis-3n-hsw"
16658   filter: "'NIC_Intel-XL710' and
16659            '78B' and
16660            ('BASE' or 'SCALE') and
16661            'NDRDISC' and
16662            'IP6FWD' and
16663            not 'SRv6' and
16664            not 'IPSEC' and
16665            not 'VHOST'"
16666   parameters:
16667   - "throughput"
16668   - "parent"
16669   - "tags"
16670   layout:
16671     title: ""  # No title
16672     layout: "plot-throughput-speedup-analysis"
16673
16674 -
16675   type: "plot"
16676   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
16677   algorithm: "plot_throughput_speedup_analysis"
16678   output-file-type: ".html"
16679   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
16680   data: "plot-throughput-speedup-analysis-3n-hsw"
16681   filter: "'NIC_Intel-XL710' and
16682            '78B' and
16683            ('BASE' or 'SCALE') and
16684            'PDRDISC' and not 'NDRDISC' and
16685            'IP6FWD' and
16686            not 'SRv6' and
16687            not 'IPSEC' and
16688            not 'VHOST'"
16689   parameters:
16690   - "throughput"
16691   - "parent"
16692   - "tags"
16693   layout:
16694     title: ""  # No title
16695     layout: "plot-throughput-speedup-analysis"
16696
16697 # Speedup - VPP IPv6 3n-skx-x710
16698 -
16699   type: "plot"
16700   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
16701   algorithm: "plot_throughput_speedup_analysis"
16702   output-file-type: ".html"
16703   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
16704   data: "plot-throughput-speedup-analysis-3n-skx"
16705   filter: "'NIC_Intel-X710' and
16706            '78B' and
16707            ('BASE' or 'SCALE') and
16708            'NDRDISC' and
16709            'IP6FWD' and
16710            not 'SRv6' and
16711            not 'IPSEC' and
16712            not 'VHOST'"
16713   parameters:
16714   - "throughput"
16715   - "parent"
16716   - "tags"
16717   layout:
16718     title: ""  # No title
16719     layout: "plot-throughput-speedup-analysis"
16720
16721 -
16722   type: "plot"
16723   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
16724   algorithm: "plot_throughput_speedup_analysis"
16725   output-file-type: ".html"
16726   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
16727   data: "plot-throughput-speedup-analysis-3n-skx"
16728   filter: "'NIC_Intel-X710' and
16729            '78B' and
16730            ('BASE' or 'SCALE') and
16731            'PDRDISC' and not 'NDRDISC' and
16732            'IP6FWD' and
16733            not 'SRv6' and
16734            not 'IPSEC' and
16735            not 'VHOST'"
16736   parameters:
16737   - "throughput"
16738   - "parent"
16739   - "tags"
16740   layout:
16741     title: ""  # No title
16742     layout: "plot-throughput-speedup-analysis"
16743
16744 -
16745   type: "plot"
16746   title: "Speedup: ip6-3n-skx-x710-78b-features-ndr-tsa"
16747   algorithm: "plot_throughput_speedup_analysis"
16748   output-file-type: ".html"
16749   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-ndr-tsa"
16750   data: "plot-throughput-speedup-analysis-3n-skx"
16751   filter: "'NIC_Intel-X710' and
16752            '78B' and
16753            'FEATURE' and
16754            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16755            'NDRDISC' and
16756            'IP6FWD' and
16757            not 'SRv6' and
16758            not 'IPSEC' and
16759            not 'VHOST'"
16760   parameters:
16761   - "throughput"
16762   - "parent"
16763   - "tags"
16764   layout:
16765     title: ""  # No title
16766     layout: "plot-throughput-speedup-analysis"
16767
16768 -
16769   type: "plot"
16770   title: "Speedup: ip6-3n-skx-x710-78b-features-pdr-tsa"
16771   algorithm: "plot_throughput_speedup_analysis"
16772   output-file-type: ".html"
16773   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-pdr-tsa"
16774   data: "plot-throughput-speedup-analysis-3n-skx"
16775   filter: "'NIC_Intel-X710' and
16776            '78B' and
16777            'FEATURE' and
16778            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16779            'PDRDISC' and not 'NDRDISC' and
16780            'IP6FWD' and
16781            not 'SRv6' and
16782            not 'IPSEC' and
16783            not 'VHOST'"
16784   parameters:
16785   - "throughput"
16786   - "parent"
16787   - "tags"
16788   layout:
16789     title: ""  # No title
16790     layout: "plot-throughput-speedup-analysis"
16791
16792 # Speedup - VPP IPv6 3n-skx-xxv710
16793 -
16794   type: "plot"
16795   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16796   algorithm: "plot_throughput_speedup_analysis"
16797   output-file-type: ".html"
16798   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16799   data: "plot-throughput-speedup-analysis-3n-skx"
16800   filter: "'NIC_Intel-XXV710' and
16801            '78B' and
16802            ('BASE' or 'SCALE') and
16803            'NDRDISC' and
16804            'IP6FWD' and
16805            not 'SRv6' and
16806            not 'IPSEC' and
16807            not 'VHOST'"
16808   parameters:
16809   - "throughput"
16810   - "parent"
16811   - "tags"
16812   layout:
16813     title: ""  # No title
16814     layout: "plot-throughput-speedup-analysis"
16815
16816 -
16817   type: "plot"
16818   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16819   algorithm: "plot_throughput_speedup_analysis"
16820   output-file-type: ".html"
16821   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16822   data: "plot-throughput-speedup-analysis-3n-skx"
16823   filter: "'NIC_Intel-XXV710' and
16824            '78B' and
16825            ('BASE' or 'SCALE') and
16826            'PDRDISC' and not 'NDRDISC' and
16827            'IP6FWD' and
16828            not 'SRv6' and
16829            not 'IPSEC' and
16830            not 'VHOST'"
16831   parameters:
16832   - "throughput"
16833   - "parent"
16834   - "tags"
16835   layout:
16836     title: ""  # No title
16837     layout: "plot-throughput-speedup-analysis"
16838
16839 -
16840   type: "plot"
16841   title: "Speedup: ip6-3n-skx-xxv710-78b-features-ndr-tsa"
16842   algorithm: "plot_throughput_speedup_analysis"
16843   output-file-type: ".html"
16844   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-ndr-tsa"
16845   data: "plot-throughput-speedup-analysis-3n-skx"
16846   filter: "'NIC_Intel-XXV710' and
16847            '78B' and
16848            'FEATURE' and
16849            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16850            'NDRDISC' and
16851            'IP6FWD' and
16852            not 'SRv6' and
16853            not 'IPSEC' and
16854            not 'VHOST'"
16855   parameters:
16856   - "throughput"
16857   - "parent"
16858   - "tags"
16859   layout:
16860     title: ""  # No title
16861     layout: "plot-throughput-speedup-analysis"
16862
16863 -
16864   type: "plot"
16865   title: "Speedup: ip6-3n-skx-xxv710-78b-features-pdr-tsa"
16866   algorithm: "plot_throughput_speedup_analysis"
16867   output-file-type: ".html"
16868   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-pdr-tsa"
16869   data: "plot-throughput-speedup-analysis-3n-skx"
16870   filter: "'NIC_Intel-XXV710' and
16871            '78B' and
16872            'FEATURE' and
16873            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16874            'PDRDISC' and not 'NDRDISC' and
16875            'IP6FWD' and
16876            not 'SRv6' and
16877            not 'IPSEC' and
16878            not 'VHOST'"
16879   parameters:
16880   - "throughput"
16881   - "parent"
16882   - "tags"
16883   layout:
16884     title: ""  # No title
16885     layout: "plot-throughput-speedup-analysis"
16886
16887 # Speedup - VPP IPv6 2n-skx-x710
16888 -
16889   type: "plot"
16890   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
16891   algorithm: "plot_throughput_speedup_analysis"
16892   output-file-type: ".html"
16893   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
16894   data: "plot-throughput-speedup-analysis-2n-skx"
16895   filter: "'NIC_Intel-X710' and
16896            '78B' and
16897            ('BASE' or 'SCALE') and
16898            'NDRDISC' and
16899            'IP6FWD' and
16900            not 'SRv6' and
16901            not 'IPSEC' and
16902            not 'VHOST'"
16903   parameters:
16904   - "throughput"
16905   - "parent"
16906   - "tags"
16907   layout:
16908     title: ""  # No title
16909     layout: "plot-throughput-speedup-analysis"
16910
16911 -
16912   type: "plot"
16913   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
16914   algorithm: "plot_throughput_speedup_analysis"
16915   output-file-type: ".html"
16916   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
16917   data: "plot-throughput-speedup-analysis-2n-skx"
16918   filter: "'NIC_Intel-X710' and
16919            '78B' and
16920            ('BASE' or 'SCALE') and
16921            'PDRDISC' and not 'NDRDISC' and
16922            'IP6FWD' and
16923            not 'IPSEC' and
16924            not 'VHOST'"
16925   parameters:
16926   - "throughput"
16927   - "parent"
16928   - "tags"
16929   layout:
16930     title: ""  # No title
16931     layout: "plot-throughput-speedup-analysis"
16932
16933 -
16934   type: "plot"
16935   title: "Speedup: ip6-2n-skx-x710-78b-features-ndr-tsa"
16936   algorithm: "plot_throughput_speedup_analysis"
16937   output-file-type: ".html"
16938   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-ndr-tsa"
16939   data: "plot-throughput-speedup-analysis-2n-skx"
16940   filter: "'NIC_Intel-X710' and
16941            '78B' and
16942            'FEATURE' and
16943            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16944            'NDRDISC' and
16945            'IP6FWD' and
16946            not 'SRv6' and
16947            not 'IPSEC' and
16948            not 'VHOST'"
16949   parameters:
16950   - "throughput"
16951   - "parent"
16952   - "tags"
16953   layout:
16954     title: ""  # No title
16955     layout: "plot-throughput-speedup-analysis"
16956
16957 -
16958   type: "plot"
16959   title: "Speedup: ip6-2n-skx-x710-78b-features-pdr-tsa"
16960   algorithm: "plot_throughput_speedup_analysis"
16961   output-file-type: ".html"
16962   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-pdr-tsa"
16963   data: "plot-throughput-speedup-analysis-2n-skx"
16964   filter: "'NIC_Intel-X710' and
16965            '78B' and
16966            'FEATURE' and
16967            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16968            'PDRDISC' and not 'NDRDISC' and
16969            'IP6FWD' and
16970            not 'SRv6' and
16971            not 'IPSEC' and
16972            not 'VHOST'"
16973   parameters:
16974   - "throughput"
16975   - "parent"
16976   - "tags"
16977   layout:
16978     title: ""  # No title
16979     layout: "plot-throughput-speedup-analysis"
16980
16981 # Speedup - VPP IPv6 2n-skx-xxv710
16982 -
16983   type: "plot"
16984   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16985   algorithm: "plot_throughput_speedup_analysis"
16986   output-file-type: ".html"
16987   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16988   data: "plot-throughput-speedup-analysis-2n-skx"
16989   filter: "'NIC_Intel-XXV710' and
16990            '78B' and
16991            ('BASE' or 'SCALE') and
16992            'NDRDISC' and
16993            'IP6FWD' and
16994            not 'SRv6' and
16995            not 'IPSEC' and
16996            not 'VHOST'"
16997   parameters:
16998   - "throughput"
16999   - "parent"
17000   - "tags"
17001   layout:
17002     title: ""  # No title
17003     layout: "plot-throughput-speedup-analysis"
17004
17005 -
17006   type: "plot"
17007   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
17008   algorithm: "plot_throughput_speedup_analysis"
17009   output-file-type: ".html"
17010   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
17011   data: "plot-throughput-speedup-analysis-2n-skx"
17012   filter: "'NIC_Intel-XXV710' and
17013            '78B' and
17014            ('BASE' or 'SCALE') and
17015            'PDRDISC' and not 'NDRDISC' and
17016            'IP6FWD' and
17017            not 'SRv6' and
17018            not 'IPSEC' and
17019            not 'VHOST'"
17020   parameters:
17021   - "throughput"
17022   - "parent"
17023   - "tags"
17024   layout:
17025     title: ""  # No title
17026     layout: "plot-throughput-speedup-analysis"
17027
17028 -
17029   type: "plot"
17030   title: "Speedup: ip6-2n-skx-xxv710-78b-features-ndr-tsa"
17031   algorithm: "plot_throughput_speedup_analysis"
17032   output-file-type: ".html"
17033   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-ndr-tsa"
17034   data: "plot-throughput-speedup-analysis-2n-skx"
17035   filter: "'NIC_Intel-XXV710' and
17036            '78B' and
17037            'FEATURE' and
17038            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17039            'NDRDISC' and
17040            'IP6FWD' and
17041            not 'SRv6' and
17042            not 'IPSEC' and
17043            not 'VHOST'"
17044   parameters:
17045   - "throughput"
17046   - "parent"
17047   - "tags"
17048   layout:
17049     title: ""  # No title
17050     layout: "plot-throughput-speedup-analysis"
17051
17052 -
17053   type: "plot"
17054   title: "Speedup: ip6-2n-skx-xxv710-78b-features-pdr-tsa"
17055   algorithm: "plot_throughput_speedup_analysis"
17056   output-file-type: ".html"
17057   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-pdr-tsa"
17058   data: "plot-throughput-speedup-analysis-2n-skx"
17059   filter: "'NIC_Intel-XXV710' and
17060            '78B' and
17061            'FEATURE' and
17062            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17063            'PDRDISC' and not 'NDRDISC' and
17064            'IP6FWD' and
17065            not 'SRv6' and
17066            not 'IPSEC' and
17067            not 'VHOST'"
17068   parameters:
17069   - "throughput"
17070   - "parent"
17071   - "tags"
17072   layout:
17073     title: ""  # No title
17074     layout: "plot-throughput-speedup-analysis"
17075
17076 ################################################################################
17077
17078 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
17079 -
17080   type: "plot"
17081   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
17082   algorithm: "plot_throughput_speedup_analysis"
17083   output-file-type: ".html"
17084   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
17085   data: "plot-throughput-speedup-analysis-3n-hsw"
17086   filter: "'NIC_Intel-X520-DA2' and
17087            '78B' and
17088            'ENCAP' and
17089            'NDRDISC' and
17090            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
17091            not 'VHOST'"
17092   parameters:
17093   - "throughput"
17094   - "parent"
17095   - "tags"
17096   layout:
17097     title: ""  # No title
17098     layout: "plot-throughput-speedup-analysis"
17099
17100 -
17101   type: "plot"
17102   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
17103   algorithm: "plot_throughput_speedup_analysis"
17104   output-file-type: ".html"
17105   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
17106   data: "plot-throughput-speedup-analysis-3n-hsw"
17107   filter: "'NIC_Intel-X520-DA2' and
17108            '78B' and
17109            'ENCAP' and
17110            'PDRDISC' and not 'NDRDISC' and
17111            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
17112            not 'VHOST'"
17113   parameters:
17114   - "throughput"
17115   - "parent"
17116   - "tags"
17117   layout:
17118     title: ""  # No title
17119     layout: "plot-throughput-speedup-analysis"
17120
17121 ################################################################################
17122
17123 # Speedup - VPP IPSec 3n-hsw-xl710
17124 -
17125   type: "plot"
17126   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17127   algorithm: "plot_throughput_speedup_analysis"
17128   output-file-type: ".html"
17129   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17130   data: "plot-throughput-speedup-analysis-3n-hsw"
17131   filter: "'NIC_Intel-XL710' and
17132            '64B' and
17133            'IP4FWD' and
17134            'NDRDISC' and
17135            'IPSECHW' and
17136            ('IPSECTRAN' or 'IPSECTUN') and
17137            not 'VHOST'"
17138   parameters:
17139   - "throughput"
17140   - "parent"
17141   - "tags"
17142   layout:
17143     title: ""  # No title
17144     layout: "plot-throughput-speedup-analysis"
17145
17146 -
17147   type: "plot"
17148   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17149   algorithm: "plot_throughput_speedup_analysis"
17150   output-file-type: ".html"
17151   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17152   data: "plot-throughput-speedup-analysis-3n-hsw"
17153   filter: "'NIC_Intel-XL710' and
17154            '64B' and
17155            'IP4FWD' and
17156            'PDRDISC' and not 'NDRDISC' and
17157            'IPSECHW' and
17158            ('IPSECTRAN' or 'IPSECTUN') and
17159            not 'VHOST'"
17160   parameters:
17161   - "throughput"
17162   - "parent"
17163   - "tags"
17164   layout:
17165     title: ""  # No title
17166     layout: "plot-throughput-speedup-analysis"
17167
17168 ################################################################################
17169
17170 # Speedup - VPP SRv6 3n-hsw-x520
17171 -
17172   type: "plot"
17173   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
17174   algorithm: "plot_throughput_speedup_analysis"
17175   output-file-type: ".html"
17176   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
17177   data: "plot-throughput-speedup-analysis-3n-hsw"
17178   filter: "'NIC_Intel-X520-DA2' and
17179            '78B' and
17180            'FEATURE' and
17181            'NDRDISC' and
17182            'IP6FWD' and
17183            'SRv6'"
17184   parameters:
17185   - "throughput"
17186   - "parent"
17187   - "tags"
17188   layout:
17189     title: ""  # No title
17190     layout: "plot-throughput-speedup-analysis"
17191
17192 -
17193   type: "plot"
17194   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
17195   algorithm: "plot_throughput_speedup_analysis"
17196   output-file-type: ".html"
17197   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
17198   data: "plot-throughput-speedup-analysis-3n-hsw"
17199   filter: "'NIC_Intel-X520-DA2' and
17200            '78B' and
17201            'FEATURE' and
17202            'PDRDISC' and not 'NDRDISC' and
17203            'IP6FWD' and
17204            'SRv6'"
17205   parameters:
17206   - "throughput"
17207   - "parent"
17208   - "tags"
17209   layout:
17210     title: ""  # No title
17211     layout: "plot-throughput-speedup-analysis"
17212
17213 ################################################################################
17214
17215 # Speedup - VPP L2 3n-hsw-x520
17216 -
17217   type: "plot"
17218   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17219   algorithm: "plot_throughput_speedup_analysis"
17220   output-file-type: ".html"
17221   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17222   data: "plot-throughput-speedup-analysis-3n-hsw"
17223   filter: "'NIC_Intel-X520-DA2' and
17224            '64B' and
17225            ('BASE' or 'SCALE') and
17226            'NDRDISC' and
17227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17228            not 'VHOST' and
17229            not 'MEMIF'"
17230   parameters:
17231   - "throughput"
17232   - "parent"
17233   - "tags"
17234   layout:
17235     title: ""  # No title
17236     layout: "plot-throughput-speedup-analysis"
17237
17238 -
17239   type: "plot"
17240   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17241   algorithm: "plot_throughput_speedup_analysis"
17242   output-file-type: ".html"
17243   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17244   data: "plot-throughput-speedup-analysis-3n-hsw"
17245   filter: "'NIC_Intel-X520-DA2' and
17246            '64B' and
17247            ('BASE' or 'SCALE') and
17248            'PDRDISC' and not 'NDRDISC' and
17249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17250            not 'VHOST' and
17251            not 'MEMIF'"
17252   parameters:
17253   - "throughput"
17254   - "parent"
17255   - "tags"
17256   layout:
17257     title: ""  # No title
17258     layout: "plot-throughput-speedup-analysis"
17259
17260 -
17261   type: "plot"
17262   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
17263   algorithm: "plot_throughput_speedup_analysis"
17264   output-file-type: ".html"
17265   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
17266   data: "plot-throughput-speedup-analysis-3n-hsw"
17267   filter: "'NIC_Intel-X520-DA2' and
17268            '64B' and
17269            'FEATURE' and
17270            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17271            'NDRDISC' and
17272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17273            not 'VHOST' and
17274            not 'MEMIF'"
17275   parameters:
17276   - "throughput"
17277   - "parent"
17278   - "tags"
17279   layout:
17280     title: ""  # No title
17281     layout: "plot-throughput-speedup-analysis"
17282
17283 -
17284   type: "plot"
17285   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
17286   algorithm: "plot_throughput_speedup_analysis"
17287   output-file-type: ".html"
17288   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
17289   data: "plot-throughput-speedup-analysis-3n-hsw"
17290   filter: "'NIC_Intel-X520-DA2' and
17291            '64B' and
17292            'FEATURE' and
17293            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17294            'PDRDISC' and not 'NDRDISC' and
17295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17296            not 'VHOST' and
17297            not 'MEMIF'"
17298   parameters:
17299   - "throughput"
17300   - "parent"
17301   - "tags"
17302   layout:
17303     title: ""  # No title
17304     layout: "plot-throughput-speedup-analysis"
17305
17306 # Speedup - VPP L2 3n-hsw-x710
17307 -
17308   type: "plot"
17309   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17310   algorithm: "plot_throughput_speedup_analysis"
17311   output-file-type: ".html"
17312   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17313   data: "plot-throughput-speedup-analysis-3n-hsw"
17314   filter: "'NIC_Intel-X710' and
17315            '64B' and
17316            ('BASE' or 'SCALE') and
17317            'NDRDISC' and
17318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17319            not 'VHOST' and
17320            not 'MEMIF'"
17321   parameters:
17322   - "throughput"
17323   - "parent"
17324   - "tags"
17325   layout:
17326     title: ""  # No title
17327     layout: "plot-throughput-speedup-analysis"
17328
17329 -
17330   type: "plot"
17331   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17332   algorithm: "plot_throughput_speedup_analysis"
17333   output-file-type: ".html"
17334   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17335   data: "plot-throughput-speedup-analysis-3n-hsw"
17336   filter: "'NIC_Intel-X710' and
17337            '64B' and
17338            ('BASE' or 'SCALE') and
17339            'PDRDISC' and not 'NDRDISC' and
17340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17341            not 'VHOST' and
17342            not 'MEMIF'"
17343   parameters:
17344   - "throughput"
17345   - "parent"
17346   - "tags"
17347   layout:
17348     title: ""  # No title
17349     layout: "plot-throughput-speedup-analysis"
17350
17351 -
17352   type: "plot"
17353   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
17354   algorithm: "plot_throughput_speedup_analysis"
17355   output-file-type: ".html"
17356   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
17357   data: "plot-throughput-speedup-analysis-3n-hsw"
17358   filter: "'NIC_Intel-X710' and
17359            '64B' and
17360            'FEATURE' and
17361            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17362            'NDRDISC' and
17363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17364            not 'VHOST' and
17365            not 'MEMIF'"
17366   parameters:
17367   - "throughput"
17368   - "parent"
17369   - "tags"
17370   layout:
17371     title: ""  # No title
17372     layout: "plot-throughput-speedup-analysis"
17373
17374 -
17375   type: "plot"
17376   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
17377   algorithm: "plot_throughput_speedup_analysis"
17378   output-file-type: ".html"
17379   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
17380   data: "plot-throughput-speedup-analysis-3n-hsw"
17381   filter: "'NIC_Intel-X710' and
17382            '64B' and
17383            'FEATURE' and
17384            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17385            'PDRDISC' and not 'NDRDISC' and
17386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17387            not 'VHOST' and
17388            not 'MEMIF'"
17389   parameters:
17390   - "throughput"
17391   - "parent"
17392   - "tags"
17393   layout:
17394     title: ""  # No title
17395     layout: "plot-throughput-speedup-analysis"
17396
17397 # Speedup - VPP L2 3n-hsw-xl710
17398 -
17399   type: "plot"
17400   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17401   algorithm: "plot_throughput_speedup_analysis"
17402   output-file-type: ".html"
17403   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17404   data: "plot-throughput-speedup-analysis-3n-hsw"
17405   filter: "'NIC_Intel-XL710' and
17406            '64B' and
17407            ('BASE' or 'SCALE') and
17408            'NDRDISC' and
17409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17410            not 'VHOST' and
17411            not 'MEMIF'"
17412   parameters:
17413   - "throughput"
17414   - "parent"
17415   - "tags"
17416   layout:
17417     title: ""  # No title
17418     layout: "plot-throughput-speedup-analysis"
17419
17420 -
17421   type: "plot"
17422   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17423   algorithm: "plot_throughput_speedup_analysis"
17424   output-file-type: ".html"
17425   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17426   data: "plot-throughput-speedup-analysis-3n-hsw"
17427   filter: "'NIC_Intel-XL710' and
17428            '64B' and
17429            ('BASE' or 'SCALE') and
17430            'PDRDISC' and not 'NDRDISC' and
17431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17432            not 'VHOST' and
17433            not 'MEMIF'"
17434   parameters:
17435   - "throughput"
17436   - "parent"
17437   - "tags"
17438   layout:
17439     title: ""  # No title
17440     layout: "plot-throughput-speedup-analysis"
17441
17442 # Speedup - VPP L2 3n-skx-x710
17443 -
17444   type: "plot"
17445   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
17446   algorithm: "plot_throughput_speedup_analysis"
17447   output-file-type: ".html"
17448   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
17449   data: "plot-throughput-speedup-analysis-3n-skx"
17450   filter: "'NIC_Intel-X710' and
17451            '64B' and
17452            ('BASE' or 'SCALE') and
17453            'NDRDISC' and
17454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17455            not 'VHOST' and
17456            not 'MEMIF'"
17457   parameters:
17458   - "throughput"
17459   - "parent"
17460   - "tags"
17461   layout:
17462     title: ""  # No title
17463     layout: "plot-throughput-speedup-analysis"
17464
17465 -
17466   type: "plot"
17467   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
17468   algorithm: "plot_throughput_speedup_analysis"
17469   output-file-type: ".html"
17470   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
17471   data: "plot-throughput-speedup-analysis-3n-skx"
17472   filter: "'NIC_Intel-X710' and
17473            '64B' and
17474            ('BASE' or 'SCALE') and
17475            'PDRDISC' and not 'NDRDISC' and
17476            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17477            not 'VHOST' and
17478            not 'MEMIF'"
17479   parameters:
17480   - "throughput"
17481   - "parent"
17482   - "tags"
17483   layout:
17484     title: ""  # No title
17485     layout: "plot-throughput-speedup-analysis"
17486
17487 -
17488   type: "plot"
17489   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
17490   algorithm: "plot_throughput_speedup_analysis"
17491   output-file-type: ".html"
17492   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
17493   data: "plot-throughput-speedup-analysis-3n-skx"
17494   filter: "'NIC_Intel-X710' and
17495            '64B' and
17496            'FEATURE' and
17497            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17498            'NDRDISC' and
17499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17500            not 'VHOST' and
17501            not 'MEMIF'"
17502   parameters:
17503   - "throughput"
17504   - "parent"
17505   - "tags"
17506   layout:
17507     title: ""  # No title
17508     layout: "plot-throughput-speedup-analysis"
17509
17510 -
17511   type: "plot"
17512   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
17513   algorithm: "plot_throughput_speedup_analysis"
17514   output-file-type: ".html"
17515   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
17516   data: "plot-throughput-speedup-analysis-3n-skx"
17517   filter: "'NIC_Intel-X710' and
17518            '64B' and
17519            'FEATURE' and
17520            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17521            'PDRDISC' and not 'NDRDISC' and
17522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17523            not 'VHOST' and
17524            not 'MEMIF'"
17525   parameters:
17526   - "throughput"
17527   - "parent"
17528   - "tags"
17529   layout:
17530     title: ""  # No title
17531     layout: "plot-throughput-speedup-analysis"
17532
17533 # Speedup - VPP L2 3n-skx-xxv710
17534 -
17535   type: "plot"
17536   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17537   algorithm: "plot_throughput_speedup_analysis"
17538   output-file-type: ".html"
17539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17540   data: "plot-throughput-speedup-analysis-3n-skx"
17541   filter: "'NIC_Intel-XXV710' and
17542            '64B' and
17543            ('BASE' or 'SCALE') and
17544            'NDRDISC' and
17545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17546            not 'VHOST' and
17547            not 'MEMIF'"
17548   parameters:
17549   - "throughput"
17550   - "parent"
17551   - "tags"
17552   layout:
17553     title: ""  # No title
17554     layout: "plot-throughput-speedup-analysis"
17555
17556 -
17557   type: "plot"
17558   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17559   algorithm: "plot_throughput_speedup_analysis"
17560   output-file-type: ".html"
17561   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17562   data: "plot-throughput-speedup-analysis-3n-skx"
17563   filter: "'NIC_Intel-XXV710' and
17564            '64B' and
17565            ('BASE' or 'SCALE') and
17566            'PDRDISC' and not 'NDRDISC' and
17567            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17568            not 'VHOST' and
17569            not 'MEMIF'"
17570   parameters:
17571   - "throughput"
17572   - "parent"
17573   - "tags"
17574   layout:
17575     title: ""  # No title
17576     layout: "plot-throughput-speedup-analysis"
17577
17578 -
17579   type: "plot"
17580   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
17581   algorithm: "plot_throughput_speedup_analysis"
17582   output-file-type: ".html"
17583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
17584   data: "plot-throughput-speedup-analysis-3n-skx"
17585   filter: "'NIC_Intel-XXV710' and
17586            '64B' and
17587            'FEATURE' and
17588            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17589            'NDRDISC' and
17590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17591            not 'VHOST' and
17592            not 'MEMIF'"
17593   parameters:
17594   - "throughput"
17595   - "parent"
17596   - "tags"
17597   layout:
17598     title: ""  # No title
17599     layout: "plot-throughput-speedup-analysis"
17600
17601 -
17602   type: "plot"
17603   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
17604   algorithm: "plot_throughput_speedup_analysis"
17605   output-file-type: ".html"
17606   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
17607   data: "plot-throughput-speedup-analysis-3n-skx"
17608   filter: "'NIC_Intel-XXV710' and
17609            '64B' and
17610            'FEATURE' and
17611            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17612            'PDRDISC' and not 'NDRDISC' and
17613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17614            not 'VHOST' and
17615            not 'MEMIF'"
17616   parameters:
17617   - "throughput"
17618   - "parent"
17619   - "tags"
17620   layout:
17621     title: ""  # No title
17622     layout: "plot-throughput-speedup-analysis"
17623
17624 # Speedup - VPP L2 2n-skx-x710
17625 -
17626   type: "plot"
17627   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
17628   algorithm: "plot_throughput_speedup_analysis"
17629   output-file-type: ".html"
17630   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
17631   data: "plot-throughput-speedup-analysis-2n-skx"
17632   filter: "'NIC_Intel-X710' and
17633            '64B' and
17634            ('BASE' or 'SCALE') and
17635            'NDRDISC' and
17636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17637            not 'VHOST' and
17638            not 'MEMIF'"
17639   parameters:
17640   - "throughput"
17641   - "parent"
17642   - "tags"
17643   layout:
17644     title: ""  # No title
17645     layout: "plot-throughput-speedup-analysis"
17646
17647 -
17648   type: "plot"
17649   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
17650   algorithm: "plot_throughput_speedup_analysis"
17651   output-file-type: ".html"
17652   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
17653   data: "plot-throughput-speedup-analysis-2n-skx"
17654   filter: "'NIC_Intel-X710' and
17655            '64B' and
17656            ('BASE' or 'SCALE') and
17657            'PDRDISC' and not 'NDRDISC' and
17658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17659            not 'VHOST' and
17660            not 'MEMIF'"
17661   parameters:
17662   - "throughput"
17663   - "parent"
17664   - "tags"
17665   layout:
17666     title: ""  # No title
17667     layout: "plot-throughput-speedup-analysis"
17668
17669 -
17670   type: "plot"
17671   title: "Speedup: l2sw-2n-skx-x710-64b-features-ndr-tsa"
17672   algorithm: "plot_throughput_speedup_analysis"
17673   output-file-type: ".html"
17674   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-ndr-tsa"
17675   data: "plot-throughput-speedup-analysis-2n-skx"
17676   filter: "'NIC_Intel-X710' and
17677            '64B' and
17678            'FEATURE' and
17679            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17680            'NDRDISC' and
17681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17682            not 'VHOST' and
17683            not 'MEMIF'"
17684   parameters:
17685   - "throughput"
17686   - "parent"
17687   - "tags"
17688   layout:
17689     title: ""  # No title
17690     layout: "plot-throughput-speedup-analysis"
17691
17692 -
17693   type: "plot"
17694   title: "Speedup: l2sw-2n-skx-x710-64b-features-pdr-tsa"
17695   algorithm: "plot_throughput_speedup_analysis"
17696   output-file-type: ".html"
17697   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-pdr-tsa"
17698   data: "plot-throughput-speedup-analysis-2n-skx"
17699   filter: "'NIC_Intel-X710' and
17700            '64B' and
17701            'FEATURE' and
17702            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17703            'PDRDISC' and not 'NDRDISC' and
17704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17705            not 'VHOST' and
17706            not 'MEMIF'"
17707   parameters:
17708   - "throughput"
17709   - "parent"
17710   - "tags"
17711   layout:
17712     title: ""  # No title
17713     layout: "plot-throughput-speedup-analysis"
17714
17715 # Speedup - VPP L2 2n-skx-xxv710
17716 -
17717   type: "plot"
17718   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17719   algorithm: "plot_throughput_speedup_analysis"
17720   output-file-type: ".html"
17721   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17722   data: "plot-throughput-speedup-analysis-2n-skx"
17723   filter: "'NIC_Intel-XXV710' and
17724            '64B' and
17725            ('BASE' or 'SCALE') and
17726            'NDRDISC' and
17727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17728            not 'VHOST' and
17729            not 'MEMIF'"
17730   parameters:
17731   - "throughput"
17732   - "parent"
17733   - "tags"
17734   layout:
17735     title: ""  # No title
17736     layout: "plot-throughput-speedup-analysis"
17737
17738 -
17739   type: "plot"
17740   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17741   algorithm: "plot_throughput_speedup_analysis"
17742   output-file-type: ".html"
17743   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17744   data: "plot-throughput-speedup-analysis-2n-skx"
17745   filter: "'NIC_Intel-XXV710' and
17746            '64B' and
17747            ('BASE' or 'SCALE') and
17748            'PDRDISC' and not 'NDRDISC' and
17749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17750            not 'VHOST' and
17751            not 'MEMIF'"
17752   parameters:
17753   - "throughput"
17754   - "parent"
17755   - "tags"
17756   layout:
17757     title: ""  # No title
17758     layout: "plot-throughput-speedup-analysis"
17759
17760 -
17761   type: "plot"
17762   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
17763   algorithm: "plot_throughput_speedup_analysis"
17764   output-file-type: ".html"
17765   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
17766   data: "plot-throughput-speedup-analysis-2n-skx"
17767   filter: "'NIC_Intel-XXV710' and
17768            '64B' and
17769            'FEATURE' and
17770            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17771            'NDRDISC' and
17772            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17773            not 'VHOST' and
17774            not 'MEMIF'"
17775   parameters:
17776   - "throughput"
17777   - "parent"
17778   - "tags"
17779   layout:
17780     title: ""  # No title
17781     layout: "plot-throughput-speedup-analysis"
17782
17783 -
17784   type: "plot"
17785   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
17786   algorithm: "plot_throughput_speedup_analysis"
17787   output-file-type: ".html"
17788   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
17789   data: "plot-throughput-speedup-analysis-2n-skx"
17790   filter: "'NIC_Intel-XXV710' and
17791            '64B' and
17792            'FEATURE' and
17793            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17794            'PDRDISC' and not 'NDRDISC' and
17795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17796            not 'VHOST' and
17797            not 'MEMIF'"
17798   parameters:
17799   - "throughput"
17800   - "parent"
17801   - "tags"
17802   layout:
17803     title: ""  # No title
17804     layout: "plot-throughput-speedup-analysis"
17805
17806 ################################################################################
17807
17808 # Speedup - VPP vhost ip4 3n-hsw-x520
17809 -
17810   type: "plot"
17811   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17812   algorithm: "plot_throughput_speedup_analysis"
17813   output-file-type: ".html"
17814   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17815   data: "plot-throughput-speedup-analysis-3n-hsw"
17816   filter: "'NIC_Intel-X520-DA2' and
17817            '64B' and 
17818            'NDRDISC' and
17819            'VHOST' and 
17820            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17821   parameters:
17822   - "throughput"
17823   - "parent"
17824   - "tags"
17825   layout:
17826     title: ""  # No title
17827     layout: "plot-throughput-speedup-analysis"
17828
17829 -
17830   type: "plot"
17831   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17832   algorithm: "plot_throughput_speedup_analysis"
17833   output-file-type: ".html"
17834   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17835   data: "plot-throughput-speedup-analysis-3n-hsw"
17836   filter: "'NIC_Intel-X520-DA2' and
17837            '64B' and 
17838            'PDRDISC' and not 'NDRDISC' and
17839            'VHOST' and 
17840            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17841   parameters:
17842   - "throughput"
17843   - "parent"
17844   - "tags"
17845   layout:
17846     title: ""  # No title
17847     layout: "plot-throughput-speedup-analysis"
17848
17849 # Speedup - VPP vhost l2sw 3n-hsw-x520
17850 -
17851   type: "plot"
17852   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17853   algorithm: "plot_throughput_speedup_analysis"
17854   output-file-type: ".html"
17855   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17856   data: "plot-throughput-speedup-analysis-3n-hsw"
17857   filter: "'NIC_Intel-X520-DA2' and
17858            '64B' and 
17859            'NDRDISC' and
17860            'VHOST' and 
17861            not 'VXLAN' and 
17862            not 'IP4FWD' and 
17863            not 'DOT1Q' and 
17864            not '2VM'"
17865   parameters:
17866   - "throughput"
17867   - "parent"
17868   - "tags"
17869   layout:
17870     title: ""  # No title
17871     layout: "plot-throughput-speedup-analysis"
17872
17873 -
17874   type: "plot"
17875   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17876   algorithm: "plot_throughput_speedup_analysis"
17877   output-file-type: ".html"
17878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17879   data: "plot-throughput-speedup-analysis-3n-hsw"
17880   filter: "'NIC_Intel-X520-DA2' and
17881            '64B' and 
17882            'PDRDISC' and not 'NDRDISC' and
17883            'VHOST' and 
17884            not 'VXLAN' and 
17885            not 'IP4FWD' and 
17886            not 'DOT1Q' and 
17887            not '2VM'"
17888   parameters:
17889   - "throughput"
17890   - "parent"
17891   - "tags"
17892   layout:
17893     title: ""  # No title
17894     layout: "plot-throughput-speedup-analysis"
17895
17896 # Speedup - VPP vhost ip4 3n-hsw-x710
17897 -
17898   type: "plot"
17899   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17900   algorithm: "plot_throughput_speedup_analysis"
17901   output-file-type: ".html"
17902   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17903   data: "plot-throughput-speedup-analysis-3n-hsw"
17904   filter: "'NIC_Intel-X710' and
17905            '64B' and 
17906            'NDRDISC' and
17907            'VHOST' and 
17908            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17909   parameters:
17910   - "throughput"
17911   - "parent"
17912   - "tags"
17913   layout:
17914     title: ""  # No title
17915     layout: "plot-throughput-speedup-analysis"
17916
17917 -
17918   type: "plot"
17919   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17920   algorithm: "plot_throughput_speedup_analysis"
17921   output-file-type: ".html"
17922   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17923   data: "plot-throughput-speedup-analysis-3n-hsw"
17924   filter: "'NIC_Intel-X710' and
17925            '64B' and 
17926            'PDRDISC' and not 'NDRDISC' and
17927            'VHOST' and 
17928            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17929   parameters:
17930   - "throughput"
17931   - "parent"
17932   - "tags"
17933   layout:
17934     title: ""  # No title
17935     layout: "plot-throughput-speedup-analysis"
17936
17937 # Speedup - VPP vhost l2sw 3n-hsw-x710
17938 -
17939   type: "plot"
17940   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17941   algorithm: "plot_throughput_speedup_analysis"
17942   output-file-type: ".html"
17943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17944   data: "plot-throughput-speedup-analysis-3n-hsw"
17945   filter: "'NIC_Intel-X710' and
17946            '64B' and 
17947            'NDRDISC' and
17948            'VHOST' and 
17949            not 'VXLAN' and 
17950            not 'IP4FWD' and 
17951            not 'DOT1Q' and 
17952            not '2VM'"
17953   parameters:
17954   - "throughput"
17955   - "parent"
17956   - "tags"
17957   layout:
17958     title: ""  # No title
17959     layout: "plot-throughput-speedup-analysis"
17960
17961 -
17962   type: "plot"
17963   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17964   algorithm: "plot_throughput_speedup_analysis"
17965   output-file-type: ".html"
17966   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17967   data: "plot-throughput-speedup-analysis-3n-hsw"
17968   filter: "'NIC_Intel-X710' and
17969            '64B' and 
17970            'PDRDISC' and not 'NDRDISC' and
17971            'VHOST' and 
17972            not 'VXLAN' and 
17973            not 'IP4FWD' and 
17974            not 'DOT1Q' and 
17975            not '2VM'"
17976   parameters:
17977   - "throughput"
17978   - "parent"
17979   - "tags"
17980   layout:
17981     title: ""  # No title
17982     layout: "plot-throughput-speedup-analysis"
17983
17984 # Speedup - VPP vhost ip4 3n-hsw-xl710
17985 -
17986   type: "plot"
17987   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17988   algorithm: "plot_throughput_speedup_analysis"
17989   output-file-type: ".html"
17990   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17991   data: "plot-throughput-speedup-analysis-3n-hsw"
17992   filter: "'NIC_Intel-XL710' and
17993            '64B' and 
17994            'NDRDISC' and
17995            'VHOST' and 
17996            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17997   parameters:
17998   - "throughput"
17999   - "parent"
18000   - "tags"
18001   layout:
18002     title: ""  # No title
18003     layout: "plot-throughput-speedup-analysis"
18004
18005 -
18006   type: "plot"
18007   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
18008   algorithm: "plot_throughput_speedup_analysis"
18009   output-file-type: ".html"
18010   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
18011   data: "plot-throughput-speedup-analysis-3n-hsw"
18012   filter: "'NIC_Intel-XL710' and
18013            '64B' and 
18014            'PDRDISC' and not 'NDRDISC' and
18015            'VHOST' and 
18016            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
18017   parameters:
18018   - "throughput"
18019   - "parent"
18020   - "tags"
18021   layout:
18022     title: ""  # No title
18023     layout: "plot-throughput-speedup-analysis"
18024
18025 # Speedup - VPP vhost l2sw 3n-hsw-xl710
18026 -
18027   type: "plot"
18028   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
18029   algorithm: "plot_throughput_speedup_analysis"
18030   output-file-type: ".html"
18031   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
18032   data: "plot-throughput-speedup-analysis-3n-hsw"
18033   filter: "'NIC_Intel-XL710' and
18034            '64B' and 
18035            'NDRDISC' and
18036            'VHOST' and 
18037            not 'VXLAN' and 
18038            not 'IP4FWD' and 
18039            not 'DOT1Q' and 
18040            not '2VM'"
18041   parameters:
18042   - "throughput"
18043   - "parent"
18044   - "tags"
18045   layout:
18046     title: ""  # No title
18047     layout: "plot-throughput-speedup-analysis"
18048
18049 -
18050   type: "plot"
18051   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
18052   algorithm: "plot_throughput_speedup_analysis"
18053   output-file-type: ".html"
18054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
18055   data: "plot-throughput-speedup-analysis-3n-hsw"
18056   filter: "'NIC_Intel-XL710' and
18057            '64B' and 
18058            'PDRDISC' and not 'NDRDISC' and
18059            'VHOST' and 
18060            not 'VXLAN' and 
18061            not 'IP4FWD' and 
18062            not 'DOT1Q' and 
18063            not '2VM'"
18064   parameters:
18065   - "throughput"
18066   - "parent"
18067   - "tags"
18068   layout:
18069     title: ""  # No title
18070     layout: "plot-throughput-speedup-analysis"