CSIT-1211: Add 2n/3n-skx to detailed results
[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,PERF,COT,3N,SKX]: "{DIR[DTR]}/cot_performance_results_3n_skx"
41     DIR[DTR,PERF,COT,2N,SKX]: "{DIR[DTR]}/cot_performance_results_2n_skx"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
47
48     # Detailed test configurations
49     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
50     DIR[DTC,PERF,VPP]: "{DIR[DTC]}/vpp_performance_configuration"
51     DIR[DTC,MRR,VPP]: "{DIR[DTC]}/vpp_mrr_configuration"
52     DIR[DTC,FUNC,VPP]: "{DIR[DTC]}/vpp_functional_configuration"
53     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
54
55     # Detailed tests operational data
56     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
57     DIR[DTO,PERF,VPP]: "{DIR[DTO]}/vpp_performance_operational_data"
58
59     # .css patch file to fix tables generated by Sphinx
60     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
61     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
62
63   urls:
64     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
65     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
66     URL[NEXUS]: "https://docs.fd.io/csit"
67     DIR[NEXUS]: "report/_static/archive"
68
69   make-dirs:
70   # List the directories which are created while preparing the environment.
71   # All directories MUST be defined in "paths" section.
72   - "DIR[WORKING,DATA]"
73   - "DIR[STATIC,VPP]"
74   - "DIR[STATIC,DPDK]"
75   - "DIR[STATIC,ARCH]"
76   - "DIR[BUILD,LATEX]"
77   - "DIR[WORKING,SRC]"
78   - "DIR[WORKING,SRC,STATIC]"
79
80   remove-dirs:
81   # List the directories which are deleted while cleaning the environment.
82   # All directories MUST be defined in "paths" section.
83   #- "DIR[BUILD,HTML]"
84   - "DIR[WORKING,DATA]"
85
86   build-dirs:
87   # List the directories where the results (build) is stored.
88   # All directories MUST be defined in "paths" section.
89   - "DIR[BUILD,HTML]"
90   - "DIR[BUILD,LATEX]"
91
92 -
93   type: "configuration"
94   data-sets:
95     plot-vpp-http-server-performance:
96       csit-vpp-perf-1804-all:
97       - 39  # wrk
98       - 40  # wrk
99       - 41  # wrk
100       - 42  # wrk
101       - 43  # wrk
102       - 44  # wrk
103       - 45  # wrk
104       - 46  # wrk
105       - 47  # wrk
106       - 48  # wrk
107     vpp-performance-changes:
108       csit-vpp-perf-1710-all:
109       - 11
110       - 12
111       - 13
112       - 14
113       - 15
114       - 16
115       - 17
116       - 18
117       - 19
118       - 20
119       csit-vpp-perf-1801-all:
120       - 124  # sel
121       - 127  # sel
122       - 128  # sel
123       - 141  # sel
124       - 142  # sel
125       - 143  # sel
126       - 145  # sel
127       - 146  # sel
128       - 162  # sel
129       - 163  # sel
130       - 167  # sel
131       - 172  # sel acl only
132       csit-vpp-perf-1804-all:
133       - 21  # sel
134       - 22  # sel
135       - 23  # sel
136       - 24  # sel
137       - 27  # sel
138       - 28  # sel
139       - 29  # sel
140       - 30  # sel
141       - 31  # sel
142       - 35  # sel
143     vpp-performance-changes-mrr:
144       csit-vpp-perf-check-1801:
145       - 3
146       - 4
147       - 5
148       - 6
149       - 7
150       - 8
151       - 9
152       - 11
153       - 12
154       - 13
155       csit-vpp-perf-check-1804:
156       - 6   # mrr - sel
157       - 13  # mrr - sel
158       - 14  # mrr - sel
159       - 15  # mrr - sel
160       - 16  # mrr - sel
161       - 17  # mrr - sel
162       - 19  # mrr - sel
163       - 20  # mrr - sel
164       - 21  # mrr - sel
165       - 22  # mrr - sel
166     plot-throughput-speedup-analysis-3n-hsw:
167       csit-vpp-perf-1804-all:
168       - 19  # full
169       - 20  # full
170       - 25  # full
171       - 49  # full
172       - 21  # sel
173       - 22  # sel
174       - 23  # sel
175       - 24  # sel
176       - 27  # sel
177       - 28  # sel
178       - 29  # sel
179       - 30  # sel
180       - 31  # sel
181       - 35  # sel
182     plot-throughput-speedup-analysis-3n-skx:
183       csit-vpp-perf-1804-all:
184       - 19  # full
185       - 20  # full
186       - 25  # full
187       - 49  # full
188       - 21  # sel
189       - 22  # sel
190       - 23  # sel
191       - 24  # sel
192       - 27  # sel
193       - 28  # sel
194       - 29  # sel
195       - 30  # sel
196       - 31  # sel
197       - 35  # sel
198     plot-throughput-speedup-analysis-2n-skx:
199       csit-vpp-perf-1804-all:
200       - 19  # full
201       - 20  # full
202       - 25  # full
203       - 49  # full
204       - 21  # sel
205       - 22  # sel
206       - 23  # sel
207       - 24  # sel
208       - 27  # sel
209       - 28  # sel
210       - 29  # sel
211       - 30  # sel
212       - 31  # sel
213       - 35  # sel
214     plot-ligato-throughput-speedup-analysis-3n-hsw:
215       csit-ligato-perf-1804-all:
216       - 5   # sel
217       - 6   # sel
218       - 7   # sel
219       - 8   # sel
220       - 9   # sel
221       - 10  # sel
222       - 11  # sel
223       - 12  # sel
224       - 13  # sel
225       - 14  # sel
226     plot-ligato-throughput-speedup-analysis-3n-skx:
227       csit-ligato-perf-1804-all:
228       - 5   # sel
229       - 6   # sel
230       - 7   # sel
231       - 8   # sel
232       - 9   # sel
233       - 10  # sel
234       - 11  # sel
235       - 12  # sel
236       - 13  # sel
237       - 14  # sel
238     plot-ligato-throughput-speedup-analysis-2n-skx:
239       csit-ligato-perf-1804-all:
240       - 5   # sel
241       - 6   # sel
242       - 7   # sel
243       - 8   # sel
244       - 9   # sel
245       - 10  # sel
246       - 11  # sel
247       - 12  # sel
248       - 13  # sel
249       - 14  # sel
250     vpp-perf-results-3n-hsw:
251       csit-vpp-perf-1804-all:
252       - 19  # full
253       - 20  # full
254       - 25  # full
255       - 49  # full
256     vpp-perf-results-3n-skx:
257       csit-vpp-perf-1804-all:
258       - 19  # full
259       - 20  # full
260       - 25  # full
261       - 49  # full
262     vpp-perf-results-2n-skx:
263       csit-vpp-perf-1804-all:
264       - 19  # full
265       - 20  # full
266       - 25  # full
267       - 49  # full
268     vpp-func-results-ubuntu:
269       csit-vpp-functional-1804-ubuntu1604-virl:
270       - 229
271     vpp-func-results-centos:
272       csit-vpp-functional-1804-centos7-virl:
273       - 238
274     vpp-mrr-results-3n-hsw:
275       csit-vpp-perf-check-1804:
276       - 5   # mrr - full
277     vpp-mrr-results-3n-skx:
278       csit-vpp-perf-check-1804:
279       - 5   # mrr - full
280     vpp-mrr-results-2n-skx:
281       csit-vpp-perf-check-1804:
282       - 5   # mrr - full
283     ligato-perf-results-3n-hsw:
284       csit-ligato-perf-1804-all:
285       - 4  # full
286     ligato-perf-results-3n-skx:
287       csit-ligato-perf-1804-all:
288       - 4  # full
289     ligato-perf-results-2n-skx:
290       csit-ligato-perf-1804-all:
291       - 4  # full
292     dpdk-perf-results-3n-hsw:
293       csit-dpdk-perf-verify-1807-3n-hsw:
294       - 2
295     dpdk-perf-results-3n-skx:
296       csit-dpdk-perf-verify-1807-3n-skx:
297       - 3
298     dpdk-perf-results-2n-skx:
299       csit-dpdk-perf-verify-1807-2n-skx:
300       - 9
301     hc-func-results:
302       csit-hc2vpp-verify-func-1804-ubuntu1604:
303       - 3
304     nsh-func-results:
305       csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
306       - 7
307     plot-vpp-throughput-latency-3n-hsw:
308       csit-vpp-perf-1804-all:
309       - 19  # full
310       - 20  # full
311       - 25  # full
312       - 49  # full
313       - 21  # sel
314       - 22  # sel
315       - 23  # sel
316       - 24  # sel
317       - 27  # sel
318       - 28  # sel
319       - 29  # sel
320       - 30  # sel
321       - 31  # sel
322       - 35  # sel
323     plot-vpp-throughput-latency-3n-skx:
324       csit-vpp-perf-1804-all:
325       - 19  # full
326       - 20  # full
327       - 25  # full
328       - 49  # full
329       - 21  # sel
330       - 22  # sel
331       - 23  # sel
332       - 24  # sel
333       - 27  # sel
334       - 28  # sel
335       - 29  # sel
336       - 30  # sel
337       - 31  # sel
338       - 35  # sel
339     plot-vpp-throughput-latency-2n-skx:
340       csit-vpp-perf-1804-all:
341       - 19  # full
342       - 20  # full
343       - 25  # full
344       - 49  # full
345       - 21  # sel
346       - 22  # sel
347       - 23  # sel
348       - 24  # sel
349       - 27  # sel
350       - 28  # sel
351       - 29  # sel
352       - 30  # sel
353       - 31  # sel
354       - 35  # sel
355     plot-dpdk-throughput-latency-3n-hsw:
356       csit-dpdk-perf-verify-1807-3n-hsw:
357       - 1
358       - 2
359     plot-dpdk-throughput-latency-3n-skx:
360       csit-dpdk-perf-verify-1807-3n-skx:
361       - 1
362       - 2
363       - 3
364     plot-dpdk-throughput-latency-2n-skx:
365       csit-dpdk-perf-verify-1807-2n-skx:
366       - 1
367       - 2
368       - 3
369       - 4
370       - 5
371       - 6
372       - 7
373       - 8
374       - 9
375     plot-ligato-throughput-latency-3n-hsw:
376       csit-ligato-perf-1804-all:
377       - 5   # sel
378       - 6   # sel
379       - 7   # sel
380       - 8   # sel
381       - 9   # sel
382       - 10  # sel
383       - 11  # sel
384       - 12  # sel
385       - 13  # sel
386       - 14  # sel
387     plot-ligato-throughput-latency-3n-skx:
388       csit-ligato-perf-1804-all:
389       - 5   # sel
390       - 6   # sel
391       - 7   # sel
392       - 8   # sel
393       - 9   # sel
394       - 10  # sel
395       - 11  # sel
396       - 12  # sel
397       - 13  # sel
398       - 14  # sel
399     plot-ligato-throughput-latency-2n-skx:
400       csit-ligato-perf-1804-all:
401       - 5   # sel
402       - 6   # sel
403       - 7   # sel
404       - 8   # sel
405       - 9   # sel
406       - 10  # sel
407       - 11  # sel
408       - 12  # sel
409       - 13  # sel
410       - 14  # sel
411
412   plot-layouts:
413
414     plot-cps:
415       xaxis:
416         autorange: True
417         fixedrange: False
418         gridcolor: "rgb(238, 238, 238)"
419         linecolor: "rgb(238, 238, 238)"
420         linewidth: 1
421         showgrid: True
422         showline: True
423         showticklabels: True
424         tickcolor: "rgb(238, 238, 238)"
425         tickmode: "linear"
426         title: "Indexed Test Cases"
427         zeroline: False
428       yaxis:
429         gridcolor: "rgb(238, 238, 238)"
430         hoverformat: ".4s"
431         linecolor: "rgb(238, 238, 238)"
432         linewidth: 1
433         rangemode: "tozero"
434         showgrid: True
435         showline: True
436         showticklabels: True
437         tickcolor: "rgb(238, 238, 238)"
438         title: "Connections Per Second [cps]"
439         zeroline: False
440       boxmode: "group"
441       boxgroupgap: 0.5
442       autosize: False
443       margin:
444         t: 50
445         b: 20
446         l: 50
447         r: 20
448       showlegend: True
449       legend:
450         orientation: "h"
451       width: 700
452       height: 1000
453
454     plot-rps:
455       xaxis:
456         autorange: True
457         fixedrange: False
458         gridcolor: "rgb(238, 238, 238)"
459         linecolor: "rgb(238, 238, 238)"
460         linewidth: 1
461         showgrid: True
462         showline: True
463         showticklabels: True
464         tickcolor: "rgb(238, 238, 238)"
465         tickmode: "linear"
466         title: "Indexed Test Cases"
467         zeroline: False
468       yaxis:
469         gridcolor: "rgb(238, 238, 238)"
470         hoverformat: ".4s"
471         linecolor: "rgb(238, 238, 238)"
472         linewidth: 1
473         rangemode: "tozero"
474         showgrid: True
475         showline: True
476         showticklabels: True
477         tickcolor: "rgb(238, 238, 238)"
478         title: "Requests Per Second [rps]"
479         zeroline: False
480       boxmode: "group"
481       boxgroupgap: 0.5
482       autosize: False
483       margin:
484         t: 50
485         b: 20
486         l: 50
487         r: 20
488       showlegend: True
489       legend:
490         orientation: "h"
491       width: 700
492       height: 1000
493
494     plot-throughput:
495       xaxis:
496         autorange: True
497         fixedrange: False
498         gridcolor: "rgb(238, 238, 238)"
499         linecolor: "rgb(238, 238, 238)"
500         linewidth: 1
501         showgrid: True
502         showline: True
503         showticklabels: True
504         tickcolor: "rgb(238, 238, 238)"
505         tickmode: "linear"
506         title: "Indexed Test Cases"
507         zeroline: False
508       yaxis:
509         gridcolor: "rgb(238, 238, 238)"
510         hoverformat: ".4s"
511         linecolor: "rgb(238, 238, 238)"
512         linewidth: 1
513         showgrid: True
514         showline: True
515         showticklabels: True
516         tickcolor: "rgb(238, 238, 238)"
517         title: "Packets Per Second [pps]"
518         zeroline: False
519       boxmode: "group"
520       boxgroupgap: 0.5
521       autosize: False
522       margin:
523         t: 50
524         b: 20
525         l: 50
526         r: 20
527       showlegend: True
528       legend:
529         orientation: "h"
530       width: 700
531       height: 1000
532
533     plot-latency:
534       xaxis:
535         autorange: True
536         fixedrange: False
537         gridcolor: "rgb(238, 238, 238)"
538         linecolor: "rgb(238, 238, 238)"
539         linewidth: 1
540         showgrid: True
541         showline: True
542         showticklabels: True
543         tickcolor: "rgb(238, 238, 238)"
544         tickmode: "linear"
545         title: "Indexed Test Cases"
546         zeroline: False
547       yaxis:
548         gridcolor: "rgb(238, 238, 238)"
549         hoverformat: ""
550         linecolor: "rgb(238, 238, 238)"
551         linewidth: 1
552         showgrid: True
553         showline: True
554         showticklabels: True
555         tickcolor: "rgb(238, 238, 238)"
556         title: "Latency min/avg/max [uSec]"
557         zeroline: False
558       boxmode: "group"
559       boxgroupgap: 0.5
560       autosize: False
561       margin:
562         t: 50
563         b: 20
564         l: 50
565         r: 20
566       showlegend: True
567       legend:
568         orientation: "h"
569       width: 700
570       height: 1000
571
572     plot-throughput-speedup-analysis:
573       xaxis:
574         autorange: True
575         fixedrange: False
576         gridcolor: "rgb(238, 238, 238)"
577         linecolor: "rgb(238, 238, 238)"
578         linewidth: 1
579         showgrid: True
580         showline: True
581         showticklabels: True
582         tickcolor: "rgb(238, 238, 238)"
583         tickmode: "linear"
584         tickangle: 270
585         zeroline: False
586       yaxis:
587         title: "Throughput speedup factor"
588         gridcolor: "rgb(238, 238, 238)"
589         hoverformat: ".4s"
590         linecolor: "rgb(238, 238, 238)"
591         linewidth: 1
592         showgrid: True
593         showline: True
594         showticklabels: True
595         tickcolor: "rgb(238, 238, 238)"
596         zeroline: False
597       legend:
598         orientation: "h"
599         xanchor: "center"
600         yanchor: "top"
601         x: 0.5
602         y: 1
603         bgcolor: "rgba(255, 255, 255, 0)"
604         bordercolor: "rgba(255, 255, 255, 0)"
605       barmode: "group"
606       bargap: 0.15
607       bargroupgap: 0.1
608       autosize: False
609       margin:
610           't': 50
611           'b': 300
612           'l': 50
613           'r': 20
614       showlegend: True
615       width: 700
616       height: 1000
617
618 -
619   type: "static"
620   src-path: "{DIR[RST]}"
621   dst-path: "{DIR[WORKING,SRC]}"
622
623 -
624   type: "input"  # Ignored in debug mode
625   general:
626     file-name: "robot-plugin.zip"
627     file-format: ".zip"
628     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
629     extract: "robot-plugin/output.xml"
630   builds:
631     csit-vpp-perf-1710-all:
632     - 11
633     - 12
634     - 13
635     - 14
636     - 15
637     - 16
638     - 17
639     - 18
640     - 19
641     - 20
642     csit-vpp-perf-1801-all:
643 #    - 122  # full
644 #    - 126  # full
645 #    - 129  # full
646 #    - 140  # full
647     - 124  # sel
648     - 127  # sel
649     - 128  # sel
650     - 141  # sel
651     - 142  # sel
652     - 143  # sel
653     - 145  # sel
654     - 146  # sel
655     - 162  # sel
656     - 163  # sel
657     - 167  # sel
658     - 172  # sel acl only
659     csit-vpp-perf-1804-all:
660     - 19  # full
661     - 20  # full
662     - 25  # full
663     - 49  # full
664     - 21  # sel
665     - 22  # sel
666     - 23  # sel
667     - 24  # sel
668     - 27  # sel
669     - 28  # sel
670     - 29  # sel
671     - 30  # sel
672     - 31  # sel
673     - 35  # sel
674     - 39  # wrk
675     - 40  # wrk
676     - 41  # wrk
677     - 42  # wrk
678     - 43  # wrk
679     - 44  # wrk
680     - 45  # wrk
681     - 46  # wrk
682     - 47  # wrk
683     - 48  # wrk
684     csit-vpp-perf-check-1801:
685     - 3   # mrr
686     - 4   # mrr
687     - 5   # mrr
688     - 6   # mrr
689     - 7   # mrr
690     - 8   # mrr
691     - 9   # mrr
692     - 11  # mrr
693     - 12  # mrr
694     - 13  # mrr
695     csit-vpp-perf-check-1804:
696     - 5   # mrr - full
697     - 6   # mrr - sel
698     - 13  # mrr - sel
699     - 14  # mrr - sel
700     - 15  # mrr - sel
701     - 16  # mrr - sel
702     - 17  # mrr - sel
703     - 19  # mrr - sel
704     - 20  # mrr - sel
705     - 21  # mrr - sel
706     - 22  # mrr - sel
707 #    csit-ligato-perf-1710-all:
708 #    - 5
709 #    - 7
710 #    - 8
711 #    - 9
712 #    - 10
713 #    - 11
714 #    - 12
715 #    - 13
716 #    - 16
717 #    - 17
718 #    csit-ligato-perf-1801-all:
719 #    - 16  # sel
720 #    - 17  # sel
721 #    - 18  # sel
722 #    - 19  # sel
723 #    - 20  # sel
724 #    - 21  # sel
725 #    - 22  # sel
726 #    - 23  # sel
727 #    - 24  # sel
728 #    - 25  # full
729     csit-ligato-perf-1804-all:
730     - 4   # full
731     - 5   # sel
732     - 6   # sel
733     - 7   # sel
734     - 8   # sel
735     - 9   # sel
736     - 10  # sel
737     - 11  # sel
738     - 12  # sel
739     - 13  # sel
740     - 14  # sel
741     csit-dpdk-perf-verify-1807-3n-hsw:
742     - 1
743     - 2
744     csit-dpdk-perf-verify-1807-3n-skx:
745     - 1
746     - 2
747     - 3
748     csit-dpdk-perf-verify-1807-2n-skx:
749     - 1
750     - 2
751     - 3
752     - 4
753     - 5
754     - 6
755     - 7
756     - 8
757     - 9
758     csit-vpp-functional-1804-ubuntu1604-virl:
759     - 229
760     csit-vpp-functional-1804-centos7-virl:
761     - 238
762     csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
763     - 7
764     csit-hc2vpp-verify-func-1804-ubuntu1604:
765     - 3
766
767 -
768   type: "output"
769   output: "report"
770   format:
771     html:
772     - full
773 #    pdf:
774 #    - minimal
775
776 ################################################################################
777 ###                               T A B L E S                                ###
778 ################################################################################
779
780 -
781   type: "table"
782   title: "VPP Performance Changes 1t1c pdr"
783   algorithm: "table_performance_comparison"
784   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
785   history:
786     -
787       title: "rls1710"
788       data:
789         csit-vpp-perf-1710-all:
790         - 11
791         - 12
792         - 13
793         - 14
794         - 15
795         - 16
796         - 17
797         - 18
798         - 19
799         - 20
800   reference:
801     title: "rls1801"
802     data:
803       csit-vpp-perf-1801-all:
804       - 124  # sel
805       - 127  # sel
806       - 128  # sel
807       - 141  # sel
808       - 142  # sel
809       - 143  # sel
810       - 145  # sel
811       - 146  # sel
812       - 162  # sel
813       - 163  # sel
814       - 167  # sel
815       - 172  # sel acl only
816   compare:
817     title: "rls1804"
818     data:
819       csit-vpp-perf-1804-all:
820       - 21  # sel
821       - 22  # sel
822       - 23  # sel
823       - 24  # sel
824       - 27  # sel
825       - 28  # sel
826       - 29  # sel
827       - 30  # sel
828       - 31  # sel
829       - 35  # sel
830   data: "vpp-performance-changes"
831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
832   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
833   parameters:
834   - "name"
835   - "parent"
836   - "throughput"
837
838 -
839   type: "table"
840   title: "VPP Performance Changes 2t2c pdr"
841   algorithm: "table_performance_comparison"
842   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
843   history:
844     -
845       title: "rls1710"
846       data:
847         csit-vpp-perf-1710-all:
848         - 11
849         - 12
850         - 13
851         - 14
852         - 15
853         - 16
854         - 17
855         - 18
856         - 19
857         - 20
858   reference:
859     title: "rls1801"
860     data:
861       csit-vpp-perf-1801-all:
862       - 124  # sel
863       - 127  # sel
864       - 128  # sel
865       - 141  # sel
866       - 142  # sel
867       - 143  # sel
868       - 145  # sel
869       - 146  # sel
870       - 162  # sel
871       - 163  # sel
872       - 167  # sel
873       - 172  # sel acl only
874   compare:
875     title: "rls1804"
876     data:
877       csit-vpp-perf-1804-all:
878       - 21  # sel
879       - 22  # sel
880       - 23  # sel
881       - 24  # sel
882       - 27  # sel
883       - 28  # sel
884       - 29  # sel
885       - 30  # sel
886       - 31  # sel
887       - 35  # sel
888   data: "vpp-performance-changes"
889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
890   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
891   parameters:
892   - "name"
893   - "parent"
894   - "throughput"
895
896 -
897   type: "table"
898   title: "VPP Performance Changes 1t1c ndr"
899   algorithm: "table_performance_comparison"
900   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
901   history:
902     -
903       title: "rls1710"
904       data:
905         csit-vpp-perf-1710-all:
906         - 11
907         - 12
908         - 13
909         - 14
910         - 15
911         - 16
912         - 17
913         - 18
914         - 19
915         - 20
916   reference:
917     title: "rls1801"
918     data:
919       csit-vpp-perf-1801-all:
920       - 124  # sel
921       - 127  # sel
922       - 128  # sel
923       - 141  # sel
924       - 142  # sel
925       - 143  # sel
926       - 145  # sel
927       - 146  # sel
928       - 162  # sel
929       - 163  # sel
930       - 167  # sel
931       - 172  # sel acl only
932   compare:
933     title: "rls1804"
934     data:
935       csit-vpp-perf-1804-all:
936       - 21  # sel
937       - 22  # sel
938       - 23  # sel
939       - 24  # sel
940       - 27  # sel
941       - 28  # sel
942       - 29  # sel
943       - 30  # sel
944       - 31  # sel
945       - 35  # sel
946   data: "vpp-performance-changes"
947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
948   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
949   parameters:
950   - "name"
951   - "parent"
952   - "throughput"
953
954 -
955   type: "table"
956   title: "VPP Performance Changes 2t2c ndr"
957   algorithm: "table_performance_comparison"
958   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
959   history:
960     -
961       title: "rls1710"
962       data:
963         csit-vpp-perf-1710-all:
964         - 11
965         - 12
966         - 13
967         - 14
968         - 15
969         - 16
970         - 17
971         - 18
972         - 19
973         - 20
974   reference:
975     title: "rls1801"
976     data:
977       csit-vpp-perf-1801-all:
978       - 124  # sel
979       - 127  # sel
980       - 128  # sel
981       - 141  # sel
982       - 142  # sel
983       - 143  # sel
984       - 145  # sel
985       - 146  # sel
986       - 162  # sel
987       - 163  # sel
988       - 167  # sel
989       - 172  # sel acl only
990   compare:
991     title: "rls1804"
992     data:
993       csit-vpp-perf-1804-all:
994       - 21  # sel
995       - 22  # sel
996       - 23  # sel
997       - 24  # sel
998       - 27  # sel
999       - 28  # sel
1000       - 29  # sel
1001       - 30  # sel
1002       - 31  # sel
1003       - 35  # sel
1004   data: "vpp-performance-changes"
1005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1006   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1007   parameters:
1008   - "name"
1009   - "parent"
1010   - "throughput"
1011
1012 -
1013   type: "table"
1014   title: "VPP Performance Changes - 1t1c MRR"
1015   algorithm: "table_performance_comparison"
1016   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1017   reference:
1018     title: "Release 1801"
1019     data:
1020       csit-vpp-perf-check-1801:
1021       - 3
1022       - 4
1023       - 5
1024       - 6
1025       - 7
1026       - 8
1027       - 9
1028       - 11
1029       - 12
1030       - 13
1031   compare:
1032     title: "Release 1804"
1033     data:
1034       csit-vpp-perf-check-1804:
1035       - 6   # mrr - sel
1036       - 13  # mrr - sel
1037       - 14  # mrr - sel
1038       - 15  # mrr - sel
1039       - 16  # mrr - sel
1040       - 17  # mrr - sel
1041       - 19  # mrr - sel
1042       - 20  # mrr - sel
1043       - 21  # mrr - sel
1044       - 22  # mrr - sel
1045   data: "vpp-performance-changes-mrr"
1046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1047   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1048   parameters:
1049   - "name"
1050   - "parent"
1051   - "result"
1052
1053 -
1054   type: "table"
1055   title: "VPP Performance Changes - 2t2c MRR"
1056   algorithm: "table_performance_comparison"
1057   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1058   reference:
1059     title: "Release 1801"
1060     data:
1061       csit-vpp-perf-check-1801:
1062       - 3
1063       - 4
1064       - 5
1065       - 6
1066       - 7
1067       - 8
1068       - 9
1069       - 11
1070       - 12
1071       - 13
1072   compare:
1073     title: "Release 1804"
1074     data:
1075       csit-vpp-perf-check-1804:
1076       - 6   # mrr - sel
1077       - 13  # mrr - sel
1078       - 14  # mrr - sel
1079       - 15  # mrr - sel
1080       - 16  # mrr - sel
1081       - 17  # mrr - sel
1082       - 19  # mrr - sel
1083       - 20  # mrr - sel
1084       - 21  # mrr - sel
1085       - 22  # mrr - sel
1086   data: "vpp-performance-changes-mrr"
1087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1088   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1089   parameters:
1090   - "name"
1091   - "parent"
1092   - "result"
1093
1094 -
1095   type: "table"
1096   title: "VPP Performance Changes - 4t4c MRR"
1097   algorithm: "table_performance_comparison"
1098   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1099   reference:
1100     title: "Release 1801"
1101     data:
1102       csit-vpp-perf-check-1801:
1103       - 3
1104       - 4
1105       - 5
1106       - 6
1107       - 7
1108       - 8
1109       - 9
1110       - 11
1111       - 12
1112       - 13
1113   compare:
1114     title: "Release 1804"
1115     data:
1116       csit-vpp-perf-check-1804:
1117       - 6   # mrr - sel
1118       - 13  # mrr - sel
1119       - 14  # mrr - sel
1120       - 15  # mrr - sel
1121       - 16  # mrr - sel
1122       - 17  # mrr - sel
1123       - 19  # mrr - sel
1124       - 20  # mrr - sel
1125       - 21  # mrr - sel
1126       - 22  # mrr - sel
1127   data: "vpp-performance-changes-mrr"
1128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1129   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1130   parameters:
1131   - "name"
1132   - "parent"
1133   - "result"
1134
1135 -
1136   type: "table"
1137   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1138   algorithm: "table_merged_details"
1139   output-file-ext: ".csv"
1140   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1141   columns:
1142   -
1143     title: "Name"
1144     data: "data name"
1145   -
1146     title: "Documentation"
1147     data: "data doc"
1148   -
1149     title: "Status"
1150     data: "data msg"
1151   rows: "generated"
1152   data: "vpp-perf-results-3n-hsw"
1153   filter: "not 'NDRCHK' and not 'PDRCHK'"
1154   parameters:
1155   - "name"
1156   - "parent"
1157   - "doc"
1158   - "msg"
1159
1160 -
1161   type: "table"
1162   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1163   algorithm: "table_merged_details"
1164   output-file-ext: ".csv"
1165   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1166   columns:
1167   -
1168     title: "Name"
1169     data: "data name"
1170   -
1171     title: "Documentation"
1172     data: "data doc"
1173   -
1174     title: "Status"
1175     data: "data msg"
1176   rows: "generated"
1177   data: "vpp-perf-results-3n-skx"
1178   filter: "not 'NDRCHK' and not 'PDRCHK'"
1179   parameters:
1180   - "name"
1181   - "parent"
1182   - "doc"
1183   - "msg"
1184
1185 -
1186   type: "table"
1187   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1188   algorithm: "table_merged_details"
1189   output-file-ext: ".csv"
1190   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1191   columns:
1192   -
1193     title: "Name"
1194     data: "data name"
1195   -
1196     title: "Documentation"
1197     data: "data doc"
1198   -
1199     title: "Status"
1200     data: "data msg"
1201   rows: "generated"
1202   data: "vpp-perf-results-2n-skx"
1203   filter: "not 'NDRCHK' and not 'PDRCHK'"
1204   parameters:
1205   - "name"
1206   - "parent"
1207   - "doc"
1208   - "msg"
1209 -
1210   type: "table"
1211   title: "Test configuration - VPP Performance Test Configs"
1212   algorithm: "table_merged_details"
1213   output-file-ext: ".csv"
1214   output-file: "{DIR[DTC,PERF,VPP]}/vpp_test_configuration"
1215   columns:
1216   -
1217     title: "Name"
1218     data: "data name"
1219   -
1220     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1221     data: "data vat-history"
1222   rows: "generated"
1223   data:
1224     "vpp-perf-results-3n-hsw"
1225   filter: "not 'NDRCHK' and not 'PDRCHK'"
1226   parameters:
1227   - "parent"
1228   - "name"
1229   - "vat-history"
1230
1231 -
1232   type: "table"
1233   title: "Test Operational Data - VPP Performance Operational Data"
1234   algorithm: "table_merged_details"
1235   output-file-ext: ".csv"
1236   output-file: "{DIR[DTO,PERF,VPP]}/vpp_test_operational"
1237   columns:
1238   -
1239     title: "Name"
1240     data: "data name"
1241   -
1242     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1243     data: "data show-run"
1244   rows: "generated"
1245   data:
1246     "vpp-perf-results-3n-hsw"
1247   filter: "not 'NDRCHK' and not 'PDRCHK'"
1248   parameters:
1249   - "parent"
1250   - "name"
1251   - "show-run"
1252
1253 -
1254   type: "table"
1255   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1256   algorithm: "table_details"
1257   output-file-ext: ".csv"
1258   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1259   columns:
1260   -
1261     title: "Name"
1262     data: "data name"
1263   -
1264     title: "Documentation"
1265     data: "data doc"
1266   -
1267     title: "Status"
1268     data: "data msg"
1269   rows: "generated"
1270   data: "vpp-mrr-results-3n-hsw"
1271   filter: "'MRR'"
1272   parameters:
1273   - "name"
1274   - "parent"
1275   - "doc"
1276   - "msg"
1277
1278 -
1279   type: "table"
1280   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1281   algorithm: "table_details"
1282   output-file-ext: ".csv"
1283   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1284   columns:
1285   -
1286     title: "Name"
1287     data: "data name"
1288   -
1289     title: "Documentation"
1290     data: "data doc"
1291   -
1292     title: "Status"
1293     data: "data msg"
1294   rows: "generated"
1295   data: "vpp-mrr-results-3n-skx"
1296   filter: "'MRR'"
1297   parameters:
1298   - "name"
1299   - "parent"
1300   - "doc"
1301   - "msg"
1302
1303 -
1304   type: "table"
1305   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1306   algorithm: "table_details"
1307   output-file-ext: ".csv"
1308   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1309   columns:
1310   -
1311     title: "Name"
1312     data: "data name"
1313   -
1314     title: "Documentation"
1315     data: "data doc"
1316   -
1317     title: "Status"
1318     data: "data msg"
1319   rows: "generated"
1320   data: "vpp-mrr-results-2n-skx"
1321   filter: "'MRR'"
1322   parameters:
1323   - "name"
1324   - "parent"
1325   - "doc"
1326   - "msg"
1327
1328 -
1329   type: "table"
1330   title: "Test configuration - VPP MRR Test Configs"
1331   algorithm: "table_details"
1332   output-file-ext: ".csv"
1333   output-file: "{DIR[DTC,MRR,VPP]}/vpp_mrr_test_configuration"
1334   columns:
1335   -
1336     title: "Name"
1337     data: "data name"
1338   -
1339     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1340     data: "data vat-history"
1341   rows: "generated"
1342   data:
1343     "vpp-mrr-results-3n-hsw"
1344   filter: "'MRR'"
1345   parameters:
1346   - "parent"
1347   - "name"
1348   - "vat-history"
1349
1350 -
1351   type: "table"
1352   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1353   algorithm: "table_details"
1354   output-file-ext: ".csv"
1355   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1356   columns:
1357   -
1358     title: "Name"
1359     data: "data name"
1360   -
1361     title: "Documentation"
1362     data: "data doc"
1363   -
1364     title: "Status"
1365     data: "data status"
1366   rows: "generated"
1367   data: "vpp-func-results-ubuntu"
1368   filter: "all"
1369   parameters:
1370   - "name"
1371   - "parent"
1372   - "doc"
1373   - "status"
1374
1375 -
1376   type: "table"
1377   title: "Detailed Test Results - VPP Functional Results - CentOS"
1378   algorithm: "table_details"
1379   output-file-ext: ".csv"
1380   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1381   columns:
1382   -
1383     title: "Name"
1384     data: "data name"
1385   -
1386     title: "Documentation"
1387     data: "data doc"
1388   -
1389     title: "Status"
1390     data: "data status"
1391   rows: "generated"
1392   data:
1393     "vpp-func-results-centos"
1394   filter: "all"
1395   parameters:
1396   - "name"
1397   - "parent"
1398   - "doc"
1399   - "status"
1400
1401 -
1402   type: "table"
1403   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1404   algorithm: "table_details"
1405   output-file-ext: ".csv"
1406   output-file: "{DIR[DTC,FUNC,VPP]}/vpp_functional_configuration"
1407   columns:
1408   -
1409     title: "Name"
1410     data: "data name"
1411   -
1412     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1413     data: "data vat-history"
1414   rows: "generated"
1415   data: "vpp-func-results-ubuntu"
1416   filter: "all"
1417   parameters:
1418   - "parent"
1419   - "name"
1420   - "vat-history"
1421
1422 -
1423   type: "table"
1424   title: "Test configuration - VPP Functional Test Configs - CentOS"
1425   algorithm: "table_details"
1426   output-file-ext: ".csv"
1427   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1428   columns:
1429   -
1430     title: "Name"
1431     data: "data name"
1432   -
1433     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1434     data: "data vat-history"
1435   rows: "generated"
1436   data:
1437     "vpp-func-results-centos"
1438   filter: "all"
1439   parameters:
1440   - "parent"
1441   - "name"
1442   - "vat-history"
1443
1444 -
1445   type: "table"
1446   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1447   algorithm: "table_details"
1448   output-file-ext: ".csv"
1449   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1450   columns:
1451   -
1452     title: "Name"
1453     data: "data name"
1454   -
1455     title: "Documentation"
1456     data: "data doc"
1457   -
1458     title: "Status"
1459     data: "data msg"
1460   rows: "generated"
1461   data: "ligato-perf-results-3n-hsw"
1462   filter: "all"
1463   parameters:
1464   - "name"
1465   - "parent"
1466   - "doc"
1467   - "msg"
1468
1469 -
1470   type: "table"
1471   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-skx"
1472   algorithm: "table_details"
1473   output-file-ext: ".csv"
1474   output-file: "{DIR[DTR,PERF,COT,3N,SKX]}/cot_performance_results_3n_skx"
1475   columns:
1476   -
1477     title: "Name"
1478     data: "data name"
1479   -
1480     title: "Documentation"
1481     data: "data doc"
1482   -
1483     title: "Status"
1484     data: "data msg"
1485   rows: "generated"
1486   data: "ligato-perf-results-3n-skx"
1487   filter: "all"
1488   parameters:
1489   - "name"
1490   - "parent"
1491   - "doc"
1492   - "msg"
1493
1494 -
1495   type: "table"
1496   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 2n-skx"
1497   algorithm: "table_details"
1498   output-file-ext: ".csv"
1499   output-file: "{DIR[DTR,PERF,COT,2N,SKX]}/cot_performance_results_2n_skx"
1500   columns:
1501   -
1502     title: "Name"
1503     data: "data name"
1504   -
1505     title: "Documentation"
1506     data: "data doc"
1507   -
1508     title: "Status"
1509     data: "data msg"
1510   rows: "generated"
1511   data: "ligato-perf-results-2n-skx"
1512   filter: "all"
1513   parameters:
1514   - "name"
1515   - "parent"
1516   - "doc"
1517   - "msg"
1518
1519 -
1520   type: "table"
1521   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
1522   algorithm: "table_details"
1523   output-file-ext: ".csv"
1524   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
1525   columns:
1526   -
1527     title: "Name"
1528     data: "data name"
1529   -
1530     title: "Status"
1531     data: "data msg"
1532   rows: "generated"
1533   data: "dpdk-perf-results-3n-hsw"
1534   filter: "all"
1535   parameters:
1536   - "name"
1537   - "parent"
1538   - "msg"
1539
1540 -
1541   type: "table"
1542   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
1543   algorithm: "table_details"
1544   output-file-ext: ".csv"
1545   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
1546   columns:
1547   -
1548     title: "Name"
1549     data: "data name"
1550   -
1551     title: "Status"
1552     data: "data msg"
1553   rows: "generated"
1554   data: "dpdk-perf-results-3n-skx"
1555   filter: "all"
1556   parameters:
1557   - "name"
1558   - "parent"
1559   - "msg"
1560
1561 -
1562   type: "table"
1563   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
1564   algorithm: "table_details"
1565   output-file-ext: ".csv"
1566   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
1567   columns:
1568   -
1569     title: "Name"
1570     data: "data name"
1571   -
1572     title: "Status"
1573     data: "data msg"
1574   rows: "generated"
1575   data: "dpdk-perf-results-2n-skx"
1576   filter: "all"
1577   parameters:
1578   - "name"
1579   - "parent"
1580   - "msg"
1581
1582 -
1583   type: "table"
1584   title: "Detailed Test Results - Honeycomb Functional Results"
1585   algorithm: "table_details"
1586   output-file-ext: ".csv"
1587   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
1588   columns:
1589   -
1590     title: "Name"
1591     data: "data name"
1592   -
1593     title: "Documentation"
1594     data: "data doc"
1595   -
1596     title: "Status"
1597     data: "data status"
1598   rows: "generated"
1599   data:
1600     "hc-func-results"
1601   filter: "all"
1602   parameters:
1603   - "name"
1604   - "parent"
1605   - "doc"
1606   - "status"
1607
1608 -
1609   type: "table"
1610   title: "Detailed Test Results - NSH SFC Functional Results"
1611   algorithm: "table_details"
1612   output-file-ext: ".csv"
1613   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
1614   columns:
1615   -
1616     title: "Name"
1617     data: "data name"
1618   -
1619     title: "Documentation"
1620     data: "data doc"
1621   -
1622     title: "Status"
1623     data: "data status"
1624   rows: "generated"
1625   data:
1626     "nsh-func-results"
1627   filter: "all"
1628   parameters:
1629   - "name"
1630   - "parent"
1631   - "doc"
1632   - "status"
1633
1634 ################################################################################
1635 ###                                F I L E S                                 ###
1636 ################################################################################
1637
1638 -
1639   type: "file"
1640   title: "VPP Performance Results 3n-hsw"
1641   algorithm: "file_test_results"
1642   output-file-ext: ".rst"
1643   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1644   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"
1645   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
1646   data: "vpp-perf-results-3n-hsw"
1647   filter: "not 'NDRCHK' and not 'PDRCHK'"
1648   parameters:
1649   - "name"
1650   - "doc"
1651   - "level"
1652   - "parent"
1653   data-start-level: 3
1654
1655 -
1656   type: "file"
1657   title: "VPP Performance Results 3n-skx"
1658   algorithm: "file_test_results"
1659   output-file-ext: ".rst"
1660   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1661   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"
1662   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
1663   data: "vpp-perf-results-3n-skx"
1664   filter: "not 'NDRCHK' and not 'PDRCHK'"
1665   parameters:
1666   - "name"
1667   - "doc"
1668   - "level"
1669   - "parent"
1670   data-start-level: 3
1671
1672 -
1673   type: "file"
1674   title: "VPP Performance Results 2n-skx"
1675   algorithm: "file_test_results"
1676   output-file-ext: ".rst"
1677   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1678   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"
1679   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
1680   data: "vpp-perf-results-2n-skx"
1681   filter: "not 'NDRCHK' and not 'PDRCHK'"
1682   parameters:
1683   - "name"
1684   - "doc"
1685   - "level"
1686   - "parent"
1687   data-start-level: 3
1688
1689 -
1690   type: "file"
1691   title: "VPP Performance Configuration"
1692   algorithm: "file_test_results"
1693   output-file-ext: ".rst"
1694   output-file: "{DIR[DTC,PERF,VPP]}/vpp_performance_configuration"
1695   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"
1696   dir-tables: "{DIR[DTC,PERF,VPP]}"
1697   data:
1698     "vpp-perf-results-3n-hsw"
1699   filter: "not 'NDRCHK' and not 'PDRCHK'"
1700   parameters:
1701   - "name"
1702   - "doc"
1703   - "level"
1704   - "parent"
1705   data-start-level: 3
1706
1707 -
1708   type: "file"
1709   title: "VPP Performance Operational Data"
1710   algorithm: "file_test_results"
1711   output-file-ext: ".rst"
1712   output-file: "{DIR[DTO,PERF,VPP]}/vpp_performance_operational_data"
1713   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"
1714   dir-tables: "{DIR[DTO,PERF,VPP]}"
1715   data:
1716     "vpp-perf-results-3n-hsw"
1717   filter: "not 'NDRCHK' and not 'PDRCHK'"
1718   parameters:
1719   - "name"
1720   - "doc"
1721   - "level"
1722   - "parent"
1723   data-start-level: 3
1724
1725 -
1726   type: "file"
1727   title: "VPP MRR Results 3n-hsw"
1728   algorithm: "file_test_results"
1729   output-file-ext: ".rst"
1730   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1731   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"
1732   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
1733   data: "vpp-mrr-results-3n-hsw"
1734   filter: "'MRR'"
1735   parameters:
1736   - "name"
1737   - "doc"
1738   - "level"
1739   - "parent"
1740   data-start-level: 3
1741
1742 -
1743   type: "file"
1744   title: "VPP MRR Results 3n-skx"
1745   algorithm: "file_test_results"
1746   output-file-ext: ".rst"
1747   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1748   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"
1749   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
1750   data: "vpp-mrr-results-3n-skx"
1751   filter: "'MRR'"
1752   parameters:
1753   - "name"
1754   - "doc"
1755   - "level"
1756   - "parent"
1757   data-start-level: 3
1758
1759 -
1760   type: "file"
1761   title: "VPP MRR Results 2n-skx"
1762   algorithm: "file_test_results"
1763   output-file-ext: ".rst"
1764   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1765   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"
1766   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
1767   data: "vpp-mrr-results-2n-skx"
1768   filter: "all"
1769   parameters:
1770   - "name"
1771   - "doc"
1772   - "level"
1773   - "parent"
1774   data-start-level: 3
1775
1776 -
1777   type: "file"
1778   title: "VPP MRR Configuration"
1779   algorithm: "file_test_results"
1780   output-file-ext: ".rst"
1781   output-file: "{DIR[DTC,MRR,VPP]}/vpp_mrr_configuration"
1782   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"
1783   dir-tables: "{DIR[DTC,MRR,VPP]}"
1784   data:
1785     "vpp-mrr-results-3n-hsw"
1786   filter: "'MRR'"
1787   parameters:
1788   - "name"
1789   - "doc"
1790   - "level"
1791   - "parent"
1792   data-start-level: 3
1793
1794 -
1795   type: "file"
1796   title: "VPP Functional Results - Ubuntu"
1797   algorithm: "file_test_results"
1798   output-file-ext: ".rst"
1799   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1800   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"
1801   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
1802   data: "vpp-func-results-ubuntu"
1803   filter: "all"
1804   parameters:
1805   - "name"
1806   - "doc"
1807   - "level"
1808   - "parent"
1809   data-start-level: 3
1810
1811 -
1812   type: "file"
1813   title: "VPP Functional Results - CentOS"
1814   algorithm: "file_test_results"
1815   output-file-ext: ".rst"
1816   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1817   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"
1818   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
1819   data:
1820     "vpp-func-results-centos"
1821   filter: "all"
1822   parameters:
1823   - "name"
1824   - "doc"
1825   - "level"
1826   - "parent"
1827   data-start-level: 3
1828
1829 -
1830   type: "file"
1831   title: "VPP Functional Configuration - Ubuntu"
1832   algorithm: "file_test_results"
1833   output-file-ext: ".rst"
1834   output-file: "{DIR[DTC,FUNC,VPP]}/vpp_functional_configuration"
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,FUNC,VPP]}"
1837   data:
1838     "vpp-func-results-ubuntu"
1839   filter: "all"
1840   parameters:
1841   - "name"
1842   - "doc"
1843   - "level"
1844   - "parent"
1845   data-start-level: 3
1846
1847 -
1848   type: "file"
1849   title: "VPP Functional Configuration - CentOS"
1850   algorithm: "file_test_results"
1851   output-file-ext: ".rst"
1852   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1853   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"
1854   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
1855   data:
1856     "vpp-func-results-centos"
1857   filter: "all"
1858   parameters:
1859   - "name"
1860   - "doc"
1861   - "level"
1862   - "parent"
1863   data-start-level: 3
1864
1865 -
1866   type: "file"
1867   title: "Container Orchestrated Performance Results 3n-hsw"
1868   algorithm: "file_test_results"
1869   output-file-ext: ".rst"
1870   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1871   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"
1872   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
1873   data: "ligato-perf-results-3n-hsw"
1874   filter: "all"
1875   parameters:
1876   - "name"
1877   - "doc"
1878   - "level"
1879   - "parent"
1880   data-start-level: 3
1881
1882 -
1883   type: "file"
1884   title: "Container Orchestrated Performance Results 3n-skx"
1885   algorithm: "file_test_results"
1886   output-file-ext: ".rst"
1887   output-file: "{DIR[DTR,PERF,COT,3N,SKX]}/cot_performance_results_3n_skx"
1888   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"
1889   dir-tables: "{DIR[DTR,PERF,COT,3N,SKX]}"
1890   data: "ligato-perf-results-3n-skx"
1891   filter: "all"
1892   parameters:
1893   - "name"
1894   - "doc"
1895   - "level"
1896   - "parent"
1897   data-start-level: 3
1898
1899 -
1900   type: "file"
1901   title: "Container Orchestrated Performance Results 2n-skx"
1902   algorithm: "file_test_results"
1903   output-file-ext: ".rst"
1904   output-file: "{DIR[DTR,PERF,COT,2N,SKX]}/cot_performance_results_2n_skx"
1905   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"
1906   dir-tables: "{DIR[DTR,PERF,COT,2N,SKX]}"
1907   data: "ligato-perf-results-2n-skx"
1908   filter: "all"
1909   parameters:
1910   - "name"
1911   - "doc"
1912   - "level"
1913   - "parent"
1914   data-start-level: 2
1915
1916 -
1917   type: "file"
1918   title: "DPDK Performance Results 3n-hsw"
1919   algorithm: "file_test_results"
1920   output-file-ext: ".rst"
1921   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
1922   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"
1923   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
1924   data: "dpdk-perf-results-3n-hsw"
1925   filter: "all"
1926   parameters:
1927   - "name"
1928   - "doc"
1929   - "level"
1930   - "parent"
1931   data-start-level: 3
1932
1933 -
1934   type: "file"
1935   title: "DPDK Performance Results 3n-skx"
1936   algorithm: "file_test_results"
1937   output-file-ext: ".rst"
1938   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
1939   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"
1940   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
1941   data: "dpdk-perf-results-3n-skx"
1942   filter: "all"
1943   parameters:
1944   - "name"
1945   - "doc"
1946   - "level"
1947   - "parent"
1948   data-start-level: 3
1949
1950 -
1951   type: "file"
1952   title: "DPDK Performance Results 2n-skx"
1953   algorithm: "file_test_results"
1954   output-file-ext: ".rst"
1955   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
1956   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"
1957   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
1958   data: "dpdk-perf-results-2n-skx"
1959   filter: "all"
1960   parameters:
1961   - "name"
1962   - "doc"
1963   - "level"
1964   - "parent"
1965   data-start-level: 3
1966
1967 -
1968   type: "file"
1969   title: "Honeycomb Functional Results"
1970   algorithm: "file_test_results"
1971   output-file-ext: ".rst"
1972   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
1973   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"
1974   dir-tables: "{DIR[DTR,FUNC,HC]}"
1975   data:
1976     "hc-func-results"
1977   filter: "all"
1978   parameters:
1979   - "name"
1980   - "doc"
1981   - "level"
1982   - "parent"
1983   data-start-level: 3
1984
1985 -
1986   type: "file"
1987   title: "NSH SFC Functional Results"
1988   algorithm: "file_test_results"
1989   output-file-ext: ".rst"
1990   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
1991   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"
1992   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
1993   data:
1994     "nsh-func-results"
1995   filter: "all"
1996   parameters:
1997   - "name"
1998   - "doc"
1999   - "level"
2000   - "parent"
2001   data-start-level: 3
2002
2003 ################################################################################
2004 ###                                P L O T S                                 ###
2005 ################################################################################
2006
2007 ################################################################################
2008 # Plots VPP HTTP Server Performance
2009 -
2010   type: "plot"
2011   title: "VPP HTTP Server Performance"
2012   algorithm: "plot_http_server_performance_box"
2013   output-file-type: ".html"
2014   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2015   data:
2016     "plot-vpp-http-server-performance"
2017   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2018   # each tag is enclosed with ' (apostrophe).
2019   filter: "'HTTP' and 'TCP_CPS'"
2020   parameters:
2021   - "result"
2022   - "name"
2023   traces:
2024     hoverinfo: "x+y"
2025     boxpoints: "outliers"
2026     whiskerwidth: 0
2027   layout:
2028     title: "VPP HTTP Server Performance"
2029     layout:
2030       "plot-cps"
2031
2032 -
2033   type: "plot"
2034   title: "VPP HTTP Server Performance"
2035   algorithm: "plot_http_server_performance_box"
2036   output-file-type: ".html"
2037   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2038   data:
2039     "plot-vpp-http-server-performance"
2040   filter: "'HTTP' and 'TCP_RPS'"
2041   parameters:
2042   - "result"
2043   - "name"
2044   traces:
2045     hoverinfo: "x+y"
2046     boxpoints: "outliers"
2047     whiskerwidth: 0
2048   layout:
2049     title: "VPP HTTP Server Performance"
2050     layout:
2051       "plot-rps"
2052
2053 ################################################################################
2054
2055 # Packet Throughput - VPP L2 3n-hsw-x520
2056 -
2057   type: "plot"
2058   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2059   algorithm: "plot_performance_box"
2060   output-file-type: ".html"
2061   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2062   data: "plot-vpp-throughput-latency-3n-hsw"
2063   filter: "'NIC_Intel-X520-DA2' and
2064            '64B' and
2065            ('BASE' or 'SCALE') and
2066            'NDRDISC' and
2067            '1T1C' and
2068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2069            not 'VHOST' and
2070            not 'MEMIF'"
2071   parameters:
2072   - "throughput"
2073   - "parent"
2074   traces:
2075     hoverinfo: "x+y"
2076     boxpoints: "outliers"
2077     whiskerwidth: 0
2078   layout:
2079     title: ""  # No title
2080     layout: "plot-throughput"
2081
2082 -
2083   type: "plot"
2084   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2085   algorithm: "plot_performance_box"
2086   output-file-type: ".html"
2087   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2088   data: "plot-vpp-throughput-latency-3n-hsw"
2089   filter: "'NIC_Intel-X520-DA2' and
2090            '64B' and
2091            ('BASE' or 'SCALE') and
2092            'PDRDISC' and not 'NDRDISC' and
2093            '1T1C' and
2094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2095            not 'VHOST' and
2096            not 'MEMIF'"
2097   parameters:
2098   - "throughput"
2099   - "parent"
2100   traces:
2101     hoverinfo: "x+y"
2102     boxpoints: "outliers"
2103     whiskerwidth: 0
2104   layout:
2105     title: ""  # No title
2106     layout: "plot-throughput"
2107
2108 -
2109   type: "plot"
2110   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2111   algorithm: "plot_performance_box"
2112   output-file-type: ".html"
2113   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2114   data: "plot-vpp-throughput-latency-3n-hsw"
2115   filter: "'NIC_Intel-X520-DA2' and
2116            '64B' and
2117            ('BASE' or 'SCALE') and
2118            'NDRDISC' and
2119            '2T2C' and
2120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2121            not 'VHOST' and
2122            not 'MEMIF'"
2123   parameters:
2124   - "throughput"
2125   - "parent"
2126   traces:
2127     hoverinfo: "x+y"
2128     boxpoints: "outliers"
2129     whiskerwidth: 0
2130   layout:
2131     title: ""  # No title
2132     layout: "plot-throughput"
2133
2134 -
2135   type: "plot"
2136   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2137   algorithm: "plot_performance_box"
2138   output-file-type: ".html"
2139   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2140   data: "plot-vpp-throughput-latency-3n-hsw"
2141   filter: "'NIC_Intel-X520-DA2' and
2142            '64B' and
2143            ('BASE' or 'SCALE') and
2144            'PDRDISC' and not 'NDRDISC' and
2145            '2T2C' and
2146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2147            not 'VHOST' and
2148            not 'MEMIF'"
2149   parameters:
2150   - "throughput"
2151   - "parent"
2152   traces:
2153     hoverinfo: "x+y"
2154     boxpoints: "outliers"
2155     whiskerwidth: 0
2156   layout:
2157     title: ""  # No title
2158     layout: "plot-throughput"
2159
2160 -
2161   type: "plot"
2162   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2163   algorithm: "plot_performance_box"
2164   output-file-type: ".html"
2165   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2166   data: "plot-vpp-throughput-latency-3n-hsw"
2167   filter: "'NIC_Intel-X520-DA2' and
2168            '64B' and
2169            'FEATURE' and
2170            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2171            'NDRDISC' and
2172            '1T1C' and
2173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2174            not 'VHOST' and
2175            not 'MEMIF'"
2176   parameters:
2177   - "throughput"
2178   - "parent"
2179   traces:
2180     hoverinfo: "x+y"
2181     boxpoints: "outliers"
2182     whiskerwidth: 0
2183   layout:
2184     title: ""  # No title
2185     layout: "plot-throughput"
2186
2187 -
2188   type: "plot"
2189   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2190   algorithm: "plot_performance_box"
2191   output-file-type: ".html"
2192   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2193   data: "plot-vpp-throughput-latency-3n-hsw"
2194   filter: "'NIC_Intel-X520-DA2' and
2195            '64B' and
2196            'FEATURE' and
2197            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2198            'PDRDISC' and not 'NDRDISC' and
2199            '1T1C' and
2200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2201            not 'VHOST' and
2202            not 'MEMIF'"
2203   parameters:
2204   - "throughput"
2205   - "parent"
2206   traces:
2207     hoverinfo: "x+y"
2208     boxpoints: "outliers"
2209     whiskerwidth: 0
2210   layout:
2211     title: ""  # No title
2212     layout: "plot-throughput"
2213
2214 -
2215   type: "plot"
2216   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2217   algorithm: "plot_performance_box"
2218   output-file-type: ".html"
2219   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2220   data: "plot-vpp-throughput-latency-3n-hsw"
2221   filter: "'NIC_Intel-X520-DA2' and
2222            '64B' and
2223            'FEATURE' and
2224            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2225            'NDRDISC' and
2226            '2T2C' and
2227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2228            not 'VHOST' and
2229            not 'MEMIF'"
2230   parameters:
2231   - "throughput"
2232   - "parent"
2233   traces:
2234     hoverinfo: "x+y"
2235     boxpoints: "outliers"
2236     whiskerwidth: 0
2237   layout:
2238     title: ""  # No title
2239     layout: "plot-throughput"
2240
2241 -
2242   type: "plot"
2243   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2244   algorithm: "plot_performance_box"
2245   output-file-type: ".html"
2246   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2247   data: "plot-vpp-throughput-latency-3n-hsw"
2248   filter: "'NIC_Intel-X520-DA2' and
2249            '64B' and
2250            'FEATURE' and
2251            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2252            'PDRDISC' and not 'NDRDISC' and
2253            '2T2C' and
2254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2255            not 'VHOST' and
2256            not 'MEMIF'"
2257   parameters:
2258   - "throughput"
2259   - "parent"
2260   traces:
2261     hoverinfo: "x+y"
2262     boxpoints: "outliers"
2263     whiskerwidth: 0
2264   layout:
2265     title: ""  # No title
2266     layout: "plot-throughput"
2267
2268 # Packet Throughput - VPP L2 3n-hsw-x710
2269 -
2270   type: "plot"
2271   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2272   algorithm: "plot_performance_box"
2273   output-file-type: ".html"
2274   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2275   data: "plot-vpp-throughput-latency-3n-hsw"
2276   filter: "'NIC_Intel-X710' and
2277            '64B' and
2278            ('BASE' or 'SCALE') and
2279            'NDRDISC' and
2280            '1T1C' and
2281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2282            not 'VHOST' and
2283            not 'MEMIF'"
2284   parameters:
2285   - "throughput"
2286   - "parent"
2287   traces:
2288     hoverinfo: "x+y"
2289     boxpoints: "outliers"
2290     whiskerwidth: 0
2291   layout:
2292     title: ""  # No title
2293     layout: "plot-throughput"
2294
2295 -
2296   type: "plot"
2297   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2298   algorithm: "plot_performance_box"
2299   output-file-type: ".html"
2300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2301   data: "plot-vpp-throughput-latency-3n-hsw"
2302   filter: "'NIC_Intel-X710' and
2303            '64B' and
2304            ('BASE' or 'SCALE') and
2305            'PDRDISC' and not 'NDRDISC' and
2306            '1T1C' and
2307            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2308            not 'VHOST' and
2309            not 'MEMIF'"
2310   parameters:
2311   - "throughput"
2312   - "parent"
2313   traces:
2314     hoverinfo: "x+y"
2315     boxpoints: "outliers"
2316     whiskerwidth: 0
2317   layout:
2318     title: ""  # No title
2319     layout: "plot-throughput"
2320
2321 -
2322   type: "plot"
2323   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2324   algorithm: "plot_performance_box"
2325   output-file-type: ".html"
2326   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2327   data: "plot-vpp-throughput-latency-3n-hsw"
2328   filter: "'NIC_Intel-X710' and
2329            '64B' and
2330            ('BASE' or 'SCALE') and
2331            'NDRDISC' and
2332            '2T2C' and
2333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2334            not 'VHOST' and
2335            not 'MEMIF'"
2336   parameters:
2337   - "throughput"
2338   - "parent"
2339   traces:
2340     hoverinfo: "x+y"
2341     boxpoints: "outliers"
2342     whiskerwidth: 0
2343   layout:
2344     title: ""  # No title
2345     layout: "plot-throughput"
2346
2347 -
2348   type: "plot"
2349   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2350   algorithm: "plot_performance_box"
2351   output-file-type: ".html"
2352   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2353   data: "plot-vpp-throughput-latency-3n-hsw"
2354   filter: "'NIC_Intel-X710' and
2355            '64B' and
2356            ('BASE' or 'SCALE') and
2357            'PDRDISC' and not 'NDRDISC' and
2358            '2T2C' and
2359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2360            not 'VHOST' and
2361            not 'MEMIF'"
2362   parameters:
2363   - "throughput"
2364   - "parent"
2365   traces:
2366     hoverinfo: "x+y"
2367     boxpoints: "outliers"
2368     whiskerwidth: 0
2369   layout:
2370     title: ""  # No title
2371     layout: "plot-throughput"
2372
2373 -
2374   type: "plot"
2375   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2376   algorithm: "plot_performance_box"
2377   output-file-type: ".html"
2378   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2379   data: "plot-vpp-throughput-latency-3n-hsw"
2380   filter: "'NIC_Intel-X710' and
2381            '64B' and
2382            'FEATURE' and
2383            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2384            'NDRDISC' and
2385            '1T1C' and
2386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2387            not 'VHOST' and
2388            not 'MEMIF'"
2389   parameters:
2390   - "throughput"
2391   - "parent"
2392   traces:
2393     hoverinfo: "x+y"
2394     boxpoints: "outliers"
2395     whiskerwidth: 0
2396   layout:
2397     title: ""  # No title
2398     layout: "plot-throughput"
2399
2400 -
2401   type: "plot"
2402   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
2403   algorithm: "plot_performance_box"
2404   output-file-type: ".html"
2405   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
2406   data: "plot-vpp-throughput-latency-3n-hsw"
2407   filter: "'NIC_Intel-X710' and
2408            '64B' and
2409            'FEATURE' and
2410            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2411            'PDRDISC' and not 'NDRDISC' and
2412            '1T1C' and
2413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2414            not 'VHOST' and
2415            not 'MEMIF'"
2416   parameters:
2417   - "throughput"
2418   - "parent"
2419   traces:
2420     hoverinfo: "x+y"
2421     boxpoints: "outliers"
2422     whiskerwidth: 0
2423   layout:
2424     title: ""  # No title
2425     layout: "plot-throughput"
2426
2427 -
2428   type: "plot"
2429   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
2430   algorithm: "plot_performance_box"
2431   output-file-type: ".html"
2432   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
2433   data: "plot-vpp-throughput-latency-3n-hsw"
2434   filter: "'NIC_Intel-X710' and
2435            '64B' and
2436            'FEATURE' and
2437            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2438            'NDRDISC' and
2439            '2T2C' and
2440            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2441            not 'VHOST' and
2442            not 'MEMIF'"
2443   parameters:
2444   - "throughput"
2445   - "parent"
2446   traces:
2447     hoverinfo: "x+y"
2448     boxpoints: "outliers"
2449     whiskerwidth: 0
2450   layout:
2451     title: ""  # No title
2452     layout: "plot-throughput"
2453
2454 -
2455   type: "plot"
2456   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
2457   algorithm: "plot_performance_box"
2458   output-file-type: ".html"
2459   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
2460   data: "plot-vpp-throughput-latency-3n-hsw"
2461   filter: "'NIC_Intel-X710' and
2462            '64B' and
2463            'FEATURE' and
2464            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2465            'PDRDISC' and not 'NDRDISC' and
2466            '2T2C' and
2467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2468            not 'VHOST' and
2469            not 'MEMIF'"
2470   parameters:
2471   - "throughput"
2472   - "parent"
2473   traces:
2474     hoverinfo: "x+y"
2475     boxpoints: "outliers"
2476     whiskerwidth: 0
2477   layout:
2478     title: ""  # No title
2479     layout: "plot-throughput"
2480
2481 # Packet Throughput - VPP L2 3n-hsw-xl710
2482 -
2483   type: "plot"
2484   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
2485   algorithm: "plot_performance_box"
2486   output-file-type: ".html"
2487   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
2488   data: "plot-vpp-throughput-latency-3n-hsw"
2489   filter: "'NIC_Intel-XL710' and
2490            '64B' and
2491            ('BASE' or 'SCALE') and
2492            'NDRDISC' and
2493            '1T1C' and
2494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2495            not 'VHOST' and
2496            not 'MEMIF'"
2497   parameters:
2498   - "throughput"
2499   - "parent"
2500   traces:
2501     hoverinfo: "x+y"
2502     boxpoints: "outliers"
2503     whiskerwidth: 0
2504   layout:
2505     title: ""  # No title
2506     layout: "plot-throughput"
2507
2508 -
2509   type: "plot"
2510   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
2511   algorithm: "plot_performance_box"
2512   output-file-type: ".html"
2513   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
2514   data: "plot-vpp-throughput-latency-3n-hsw"
2515   filter: "'NIC_Intel-XL710' and
2516            '64B' and
2517            ('BASE' or 'SCALE') and
2518            'PDRDISC' and not 'NDRDISC' and
2519            '1T1C' and
2520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2521            not 'VHOST' and
2522            not 'MEMIF'"
2523   parameters:
2524   - "throughput"
2525   - "parent"
2526   traces:
2527     hoverinfo: "x+y"
2528     boxpoints: "outliers"
2529     whiskerwidth: 0
2530   layout:
2531     title: ""  # No title
2532     layout: "plot-throughput"
2533
2534 -
2535   type: "plot"
2536   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
2537   algorithm: "plot_performance_box"
2538   output-file-type: ".html"
2539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
2540   data: "plot-vpp-throughput-latency-3n-hsw"
2541   filter: "'NIC_Intel-XL710' and
2542            '64B' and
2543            ('BASE' or 'SCALE') and
2544            'NDRDISC' and
2545            '2T2C' and
2546            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2547            not 'VHOST' and
2548            not 'MEMIF'"
2549   parameters:
2550   - "throughput"
2551   - "parent"
2552   traces:
2553     hoverinfo: "x+y"
2554     boxpoints: "outliers"
2555     whiskerwidth: 0
2556   layout:
2557     title: ""  # No title
2558     layout: "plot-throughput"
2559
2560 -
2561   type: "plot"
2562   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
2563   algorithm: "plot_performance_box"
2564   output-file-type: ".html"
2565   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
2566   data: "plot-vpp-throughput-latency-3n-hsw"
2567   filter: "'NIC_Intel-XL710' and
2568            '64B' and
2569            ('BASE' or 'SCALE') and
2570            'PDRDISC' and not 'NDRDISC' and
2571            '2T2C' and
2572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2573            not 'VHOST' and
2574            not 'MEMIF'"
2575   parameters:
2576   - "throughput"
2577   - "parent"
2578   traces:
2579     hoverinfo: "x+y"
2580     boxpoints: "outliers"
2581     whiskerwidth: 0
2582   layout:
2583     title: ""  # No title
2584     layout: "plot-throughput"
2585
2586 # Packet Throughput - VPP L2 3n-skx-x710
2587 -
2588   type: "plot"
2589   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
2590   algorithm: "plot_performance_box"
2591   output-file-type: ".html"
2592   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
2593   data: "plot-vpp-throughput-latency-3n-skx"
2594   filter: "'NIC_Intel-X710' and
2595            '64B' and
2596            ('BASE' or 'SCALE') and
2597            'NDRDISC' and
2598            '2T1C' and
2599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2600            not 'VHOST' and
2601            not 'MEMIF'"
2602   parameters:
2603   - "throughput"
2604   - "parent"
2605   traces:
2606     hoverinfo: "x+y"
2607     boxpoints: "outliers"
2608     whiskerwidth: 0
2609   layout:
2610     title: ""  # No title
2611     layout: "plot-throughput"
2612
2613 -
2614   type: "plot"
2615   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
2616   algorithm: "plot_performance_box"
2617   output-file-type: ".html"
2618   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
2619   data: "plot-vpp-throughput-latency-3n-skx"
2620   filter: "'NIC_Intel-X710' and
2621            '64B' and
2622            ('BASE' or 'SCALE') and
2623            'PDRDISC' and not 'NDRDISC' and
2624            '2T1C' and
2625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2626            not 'VHOST' and
2627            not 'MEMIF'"
2628   parameters:
2629   - "throughput"
2630   - "parent"
2631   traces:
2632     hoverinfo: "x+y"
2633     boxpoints: "outliers"
2634     whiskerwidth: 0
2635   layout:
2636     title: ""  # No title
2637     layout: "plot-throughput"
2638
2639 -
2640   type: "plot"
2641   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
2642   algorithm: "plot_performance_box"
2643   output-file-type: ".html"
2644   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
2645   data: "plot-vpp-throughput-latency-3n-skx"
2646   filter: "'NIC_Intel-X710' and
2647            '64B' and
2648            ('BASE' or 'SCALE') and
2649            'NDRDISC' and
2650            '4T2C' and
2651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2652            not 'VHOST' and
2653            not 'MEMIF'"
2654   parameters:
2655   - "throughput"
2656   - "parent"
2657   traces:
2658     hoverinfo: "x+y"
2659     boxpoints: "outliers"
2660     whiskerwidth: 0
2661   layout:
2662     title: ""  # No title
2663     layout: "plot-throughput"
2664
2665 -
2666   type: "plot"
2667   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
2668   algorithm: "plot_performance_box"
2669   output-file-type: ".html"
2670   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
2671   data: "plot-vpp-throughput-latency-3n-skx"
2672   filter: "'NIC_Intel-X710' and
2673            '64B' and
2674            ('BASE' or 'SCALE') and
2675            'PDRDISC' and not 'NDRDISC' and
2676            '4T2C' and
2677            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2678            not 'VHOST' and
2679            not 'MEMIF'"
2680   parameters:
2681   - "throughput"
2682   - "parent"
2683   traces:
2684     hoverinfo: "x+y"
2685     boxpoints: "outliers"
2686     whiskerwidth: 0
2687   layout:
2688     title: ""  # No title
2689     layout: "plot-throughput"
2690
2691 -
2692   type: "plot"
2693   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
2694   algorithm: "plot_performance_box"
2695   output-file-type: ".html"
2696   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
2697   data: "plot-vpp-throughput-latency-3n-skx"
2698   filter: "'NIC_Intel-X710' and
2699            '64B' and
2700            'FEATURE' and
2701            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2702            'NDRDISC' and
2703            '2T1C' and
2704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2705            not 'VHOST' and
2706            not 'MEMIF'"
2707   parameters:
2708   - "throughput"
2709   - "parent"
2710   traces:
2711     hoverinfo: "x+y"
2712     boxpoints: "outliers"
2713     whiskerwidth: 0
2714   layout:
2715     title: ""  # No title
2716     layout: "plot-throughput"
2717
2718 -
2719   type: "plot"
2720   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
2721   algorithm: "plot_performance_box"
2722   output-file-type: ".html"
2723   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
2724   data: "plot-vpp-throughput-latency-3n-skx"
2725   filter: "'NIC_Intel-X710' and
2726            '64B' and
2727            'FEATURE' and
2728            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2729            'PDRDISC' and not 'NDRDISC' and
2730            '2T1C' and
2731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2732            not 'VHOST' and
2733            not 'MEMIF'"
2734   parameters:
2735   - "throughput"
2736   - "parent"
2737   traces:
2738     hoverinfo: "x+y"
2739     boxpoints: "outliers"
2740     whiskerwidth: 0
2741   layout:
2742     title: ""  # No title
2743     layout: "plot-throughput"
2744
2745 -
2746   type: "plot"
2747   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
2748   algorithm: "plot_performance_box"
2749   output-file-type: ".html"
2750   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
2751   data: "plot-vpp-throughput-latency-3n-skx"
2752   filter: "'NIC_Intel-X710' and
2753            '64B' and
2754            'FEATURE' and
2755            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2756            'NDRDISC' and
2757            '4T2C' and
2758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2759            not 'VHOST' and
2760            not 'MEMIF'"
2761   parameters:
2762   - "throughput"
2763   - "parent"
2764   traces:
2765     hoverinfo: "x+y"
2766     boxpoints: "outliers"
2767     whiskerwidth: 0
2768   layout:
2769     title: ""  # No title
2770     layout: "plot-throughput"
2771
2772 -
2773   type: "plot"
2774   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
2775   algorithm: "plot_performance_box"
2776   output-file-type: ".html"
2777   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
2778   data: "plot-vpp-throughput-latency-3n-skx"
2779   filter: "'NIC_Intel-X710' and
2780            '64B' and
2781            'FEATURE' and
2782            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2783            'PDRDISC' and not 'NDRDISC' and
2784            '4T2C' and
2785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2786            not 'VHOST' and
2787            not 'MEMIF'"
2788   parameters:
2789   - "throughput"
2790   - "parent"
2791   traces:
2792     hoverinfo: "x+y"
2793     boxpoints: "outliers"
2794     whiskerwidth: 0
2795   layout:
2796     title: ""  # No title
2797     layout: "plot-throughput"
2798
2799 # Packet Throughput - VPP L2 3n-skx-xxv710
2800 -
2801   type: "plot"
2802   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
2803   algorithm: "plot_performance_box"
2804   output-file-type: ".html"
2805   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
2806   data: "plot-vpp-throughput-latency-3n-skx"
2807   filter: "'NIC_Intel-XXV710' and
2808            '64B' and
2809            ('BASE' or 'SCALE') and
2810            'NDRDISC' and
2811            '2T1C' and
2812            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2813            not 'VHOST' and
2814            not 'MEMIF'"
2815   parameters:
2816   - "throughput"
2817   - "parent"
2818   traces:
2819     hoverinfo: "x+y"
2820     boxpoints: "outliers"
2821     whiskerwidth: 0
2822   layout:
2823     title: ""  # No title
2824     layout: "plot-throughput"
2825
2826 -
2827   type: "plot"
2828   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
2829   algorithm: "plot_performance_box"
2830   output-file-type: ".html"
2831   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
2832   data: "plot-vpp-throughput-latency-3n-skx"
2833   filter: "'NIC_Intel-XXV710' and
2834            '64B' and
2835            ('BASE' or 'SCALE') and
2836            'PDRDISC' and not 'NDRDISC' and
2837            '2T1C' and
2838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2839            not 'VHOST' and
2840            not 'MEMIF'"
2841   parameters:
2842   - "throughput"
2843   - "parent"
2844   traces:
2845     hoverinfo: "x+y"
2846     boxpoints: "outliers"
2847     whiskerwidth: 0
2848   layout:
2849     title: ""  # No title
2850     layout: "plot-throughput"
2851
2852 -
2853   type: "plot"
2854   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
2855   algorithm: "plot_performance_box"
2856   output-file-type: ".html"
2857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
2858   data: "plot-vpp-throughput-latency-3n-skx"
2859   filter: "'NIC_Intel-XXV710' and
2860            '64B' and
2861            ('BASE' or 'SCALE') and
2862            'NDRDISC' and
2863            '4T2C' and
2864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2865            not 'VHOST' and
2866            not 'MEMIF'"
2867   parameters:
2868   - "throughput"
2869   - "parent"
2870   traces:
2871     hoverinfo: "x+y"
2872     boxpoints: "outliers"
2873     whiskerwidth: 0
2874   layout:
2875     title: ""  # No title
2876     layout: "plot-throughput"
2877
2878 -
2879   type: "plot"
2880   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
2881   algorithm: "plot_performance_box"
2882   output-file-type: ".html"
2883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
2884   data: "plot-vpp-throughput-latency-3n-skx"
2885   filter: "'NIC_Intel-XXV710' and
2886            '64B' and
2887            ('BASE' or 'SCALE') and
2888            'PDRDISC' and not 'NDRDISC' and
2889            '4T2C' and
2890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2891            not 'VHOST' and
2892            not 'MEMIF'"
2893   parameters:
2894   - "throughput"
2895   - "parent"
2896   traces:
2897     hoverinfo: "x+y"
2898     boxpoints: "outliers"
2899     whiskerwidth: 0
2900   layout:
2901     title: ""  # No title
2902     layout: "plot-throughput"
2903
2904 -
2905   type: "plot"
2906   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
2907   algorithm: "plot_performance_box"
2908   output-file-type: ".html"
2909   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
2910   data: "plot-vpp-throughput-latency-3n-skx"
2911   filter: "'NIC_Intel-XXV710' and
2912            '64B' and
2913            'FEATURE' and
2914            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2915            'NDRDISC' and
2916            '2T1C' and
2917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2918            not 'VHOST' and
2919            not 'MEMIF'"
2920   parameters:
2921   - "throughput"
2922   - "parent"
2923   traces:
2924     hoverinfo: "x+y"
2925     boxpoints: "outliers"
2926     whiskerwidth: 0
2927   layout:
2928     title: ""  # No title
2929     layout: "plot-throughput"
2930
2931 -
2932   type: "plot"
2933   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
2934   algorithm: "plot_performance_box"
2935   output-file-type: ".html"
2936   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
2937   data: "plot-vpp-throughput-latency-3n-skx"
2938   filter: "'NIC_Intel-XXV710' and
2939            '64B' and
2940            'FEATURE' and
2941            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2942            'PDRDISC' and not 'NDRDISC' and
2943            '2T1C' and
2944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2945            not 'VHOST' and
2946            not 'MEMIF'"
2947   parameters:
2948   - "throughput"
2949   - "parent"
2950   traces:
2951     hoverinfo: "x+y"
2952     boxpoints: "outliers"
2953     whiskerwidth: 0
2954   layout:
2955     title: ""  # No title
2956     layout: "plot-throughput"
2957
2958 -
2959   type: "plot"
2960   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
2961   algorithm: "plot_performance_box"
2962   output-file-type: ".html"
2963   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
2964   data: "plot-vpp-throughput-latency-3n-skx"
2965   filter: "'NIC_Intel-XXV710' and
2966            '64B' and
2967            'FEATURE' and
2968            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2969            'NDRDISC' and
2970            '4T2C' and
2971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2972            not 'VHOST' and
2973            not 'MEMIF'"
2974   parameters:
2975   - "throughput"
2976   - "parent"
2977   traces:
2978     hoverinfo: "x+y"
2979     boxpoints: "outliers"
2980     whiskerwidth: 0
2981   layout:
2982     title: ""  # No title
2983     layout: "plot-throughput"
2984
2985 -
2986   type: "plot"
2987   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
2988   algorithm: "plot_performance_box"
2989   output-file-type: ".html"
2990   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
2991   data: "plot-vpp-throughput-latency-3n-skx"
2992   filter: "'NIC_Intel-XXV710' and
2993            '64B' and
2994            'FEATURE' and
2995            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2996            'PDRDISC' and not 'NDRDISC' and
2997            '4T2C' and
2998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
2999            not 'VHOST' and
3000            not 'MEMIF'"
3001   parameters:
3002   - "throughput"
3003   - "parent"
3004   traces:
3005     hoverinfo: "x+y"
3006     boxpoints: "outliers"
3007     whiskerwidth: 0
3008   layout:
3009     title: ""  # No title
3010     layout: "plot-throughput"
3011
3012 # Packet Throughput - VPP L2 2n-skx-x710
3013 -
3014   type: "plot"
3015   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3016   algorithm: "plot_performance_box"
3017   output-file-type: ".html"
3018   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3019   data: "plot-vpp-throughput-latency-2n-skx"
3020   filter: "'NIC_Intel-X710' and
3021            '64B' and
3022            ('BASE' or 'SCALE') and
3023            'NDRDISC' and
3024            '2T1C' and
3025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3026            not 'VHOST' and
3027            not 'MEMIF'"
3028   parameters:
3029   - "throughput"
3030   - "parent"
3031   traces:
3032     hoverinfo: "x+y"
3033     boxpoints: "outliers"
3034     whiskerwidth: 0
3035   layout:
3036     title: ""  # No title
3037     layout: "plot-throughput"
3038
3039 -
3040   type: "plot"
3041   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3042   algorithm: "plot_performance_box"
3043   output-file-type: ".html"
3044   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3045   data: "plot-vpp-throughput-latency-2n-skx"
3046   filter: "'NIC_Intel-X710' and
3047            '64B' and
3048            ('BASE' or 'SCALE') and
3049            'PDRDISC' and not 'NDRDISC' and
3050            '2T1C' and
3051            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3052            not 'VHOST' and
3053            not 'MEMIF'"
3054   parameters:
3055   - "throughput"
3056   - "parent"
3057   traces:
3058     hoverinfo: "x+y"
3059     boxpoints: "outliers"
3060     whiskerwidth: 0
3061   layout:
3062     title: ""  # No title
3063     layout: "plot-throughput"
3064
3065 -
3066   type: "plot"
3067   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3068   algorithm: "plot_performance_box"
3069   output-file-type: ".html"
3070   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3071   data: "plot-vpp-throughput-latency-2n-skx"
3072   filter: "'NIC_Intel-X710' and
3073            '64B' and
3074            ('BASE' or 'SCALE') and
3075            'NDRDISC' and
3076            '4T2C' and
3077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3078            not 'VHOST' and
3079            not 'MEMIF'"
3080   parameters:
3081   - "throughput"
3082   - "parent"
3083   traces:
3084     hoverinfo: "x+y"
3085     boxpoints: "outliers"
3086     whiskerwidth: 0
3087   layout:
3088     title: ""  # No title
3089     layout: "plot-throughput"
3090
3091 -
3092   type: "plot"
3093   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3094   algorithm: "plot_performance_box"
3095   output-file-type: ".html"
3096   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3097   data: "plot-vpp-throughput-latency-2n-skx"
3098   filter: "'NIC_Intel-X710' and
3099            '64B' and
3100            ('BASE' or 'SCALE') and
3101            'PDRDISC' and not 'NDRDISC' and
3102            '4T2C' and
3103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3104            not 'VHOST' and
3105            not 'MEMIF'"
3106   parameters:
3107   - "throughput"
3108   - "parent"
3109   traces:
3110     hoverinfo: "x+y"
3111     boxpoints: "outliers"
3112     whiskerwidth: 0
3113   layout:
3114     title: ""  # No title
3115     layout: "plot-throughput"
3116
3117 -
3118   type: "plot"
3119   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-features-ndr"
3120   algorithm: "plot_performance_box"
3121   output-file-type: ".html"
3122   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-ndr"
3123   data: "plot-vpp-throughput-latency-2n-skx"
3124   filter: "'NIC_Intel-X710' and
3125            '64B' and
3126            'FEATURE' and
3127            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3128            'NDRDISC' and
3129            '2T1C' and
3130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3131            not 'VHOST' and
3132            not 'MEMIF'"
3133   parameters:
3134   - "throughput"
3135   - "parent"
3136   traces:
3137     hoverinfo: "x+y"
3138     boxpoints: "outliers"
3139     whiskerwidth: 0
3140   layout:
3141     title: ""  # No title
3142     layout: "plot-throughput"
3143
3144 -
3145   type: "plot"
3146   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-features-pdr"
3147   algorithm: "plot_performance_box"
3148   output-file-type: ".html"
3149   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-pdr"
3150   data: "plot-vpp-throughput-latency-2n-skx"
3151   filter: "'NIC_Intel-X710' and
3152            '64B' and
3153            'FEATURE' and
3154            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3155            'PDRDISC' and not 'NDRDISC' and
3156            '2T1C' and
3157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3158            not 'VHOST' and
3159            not 'MEMIF'"
3160   parameters:
3161   - "throughput"
3162   - "parent"
3163   traces:
3164     hoverinfo: "x+y"
3165     boxpoints: "outliers"
3166     whiskerwidth: 0
3167   layout:
3168     title: ""  # No title
3169     layout: "plot-throughput"
3170
3171 -
3172   type: "plot"
3173   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-features-ndr"
3174   algorithm: "plot_performance_box"
3175   output-file-type: ".html"
3176   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-ndr"
3177   data: "plot-vpp-throughput-latency-2n-skx"
3178   filter: "'NIC_Intel-X710' and
3179            '64B' and
3180            'FEATURE' and
3181            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3182            'NDRDISC' and
3183            '4T2C' and
3184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3185            not 'VHOST' and
3186            not 'MEMIF'"
3187   parameters:
3188   - "throughput"
3189   - "parent"
3190   traces:
3191     hoverinfo: "x+y"
3192     boxpoints: "outliers"
3193     whiskerwidth: 0
3194   layout:
3195     title: ""  # No title
3196     layout: "plot-throughput"
3197
3198 -
3199   type: "plot"
3200   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-features-pdr"
3201   algorithm: "plot_performance_box"
3202   output-file-type: ".html"
3203   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-pdr"
3204   data: "plot-vpp-throughput-latency-2n-skx"
3205   filter: "'NIC_Intel-X710' and
3206            '64B' and
3207            'FEATURE' and
3208            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3209            'PDRDISC' and not 'NDRDISC' and
3210            '4T2C' and
3211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3212            not 'VHOST' and
3213            not 'MEMIF'"
3214   parameters:
3215   - "throughput"
3216   - "parent"
3217   traces:
3218     hoverinfo: "x+y"
3219     boxpoints: "outliers"
3220     whiskerwidth: 0
3221   layout:
3222     title: ""  # No title
3223     layout: "plot-throughput"
3224
3225 # Packet Throughput - VPP L2 2n-skx-xxv710
3226 -
3227   type: "plot"
3228   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3229   algorithm: "plot_performance_box"
3230   output-file-type: ".html"
3231   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3232   data: "plot-vpp-throughput-latency-2n-skx"
3233   filter: "'NIC_Intel-XXV710' and
3234            '64B' and
3235            ('BASE' or 'SCALE') and
3236            'NDRDISC' and
3237            '2T1C' and
3238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3239            not 'VHOST' and
3240            not 'MEMIF'"
3241   parameters:
3242   - "throughput"
3243   - "parent"
3244   traces:
3245     hoverinfo: "x+y"
3246     boxpoints: "outliers"
3247     whiskerwidth: 0
3248   layout:
3249     title: ""  # No title
3250     layout: "plot-throughput"
3251
3252 -
3253   type: "plot"
3254   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3255   algorithm: "plot_performance_box"
3256   output-file-type: ".html"
3257   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3258   data: "plot-vpp-throughput-latency-2n-skx"
3259   filter: "'NIC_Intel-XXV710' and
3260            '64B' and
3261            ('BASE' or 'SCALE') and
3262            'PDRDISC' and not 'NDRDISC' and
3263            '2T1C' and
3264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3265            not 'VHOST' and
3266            not 'MEMIF'"
3267   parameters:
3268   - "throughput"
3269   - "parent"
3270   traces:
3271     hoverinfo: "x+y"
3272     boxpoints: "outliers"
3273     whiskerwidth: 0
3274   layout:
3275     title: ""  # No title
3276     layout: "plot-throughput"
3277
3278 -
3279   type: "plot"
3280   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3281   algorithm: "plot_performance_box"
3282   output-file-type: ".html"
3283   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3284   data: "plot-vpp-throughput-latency-2n-skx"
3285   filter: "'NIC_Intel-XXV710' and
3286            '64B' and
3287            ('BASE' or 'SCALE') and
3288            'NDRDISC' and
3289            '4T2C' and
3290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3291            not 'VHOST' and
3292            not 'MEMIF'"
3293   parameters:
3294   - "throughput"
3295   - "parent"
3296   traces:
3297     hoverinfo: "x+y"
3298     boxpoints: "outliers"
3299     whiskerwidth: 0
3300   layout:
3301     title: ""  # No title
3302     layout: "plot-throughput"
3303
3304 -
3305   type: "plot"
3306   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3307   algorithm: "plot_performance_box"
3308   output-file-type: ".html"
3309   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3310   data: "plot-vpp-throughput-latency-2n-skx"
3311   filter: "'NIC_Intel-XXV710' and
3312            '64B' and
3313            ('BASE' or 'SCALE') and
3314            'PDRDISC' and not 'NDRDISC' and
3315            '4T2C' and
3316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3317            not 'VHOST' and
3318            not 'MEMIF'"
3319   parameters:
3320   - "throughput"
3321   - "parent"
3322   traces:
3323     hoverinfo: "x+y"
3324     boxpoints: "outliers"
3325     whiskerwidth: 0
3326   layout:
3327     title: ""  # No title
3328     layout: "plot-throughput"
3329
3330 -
3331   type: "plot"
3332   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-features-ndr"
3333   algorithm: "plot_performance_box"
3334   output-file-type: ".html"
3335   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-ndr"
3336   data: "plot-vpp-throughput-latency-2n-skx"
3337   filter: "'NIC_Intel-XXV710' and
3338            '64B' and
3339            'FEATURE' and
3340            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3341            'NDRDISC' and
3342            '2T1C' and
3343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3344            not 'VHOST' and
3345            not 'MEMIF'"
3346   parameters:
3347   - "throughput"
3348   - "parent"
3349   traces:
3350     hoverinfo: "x+y"
3351     boxpoints: "outliers"
3352     whiskerwidth: 0
3353   layout:
3354     title: ""  # No title
3355     layout: "plot-throughput"
3356
3357 -
3358   type: "plot"
3359   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-features-pdr"
3360   algorithm: "plot_performance_box"
3361   output-file-type: ".html"
3362   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-pdr"
3363   data: "plot-vpp-throughput-latency-2n-skx"
3364   filter: "'NIC_Intel-XXV710' and
3365            '64B' and
3366            'FEATURE' and
3367            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3368            'PDRDISC' and not 'NDRDISC' and
3369            '2T1C' and
3370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3371            not 'VHOST' and
3372            not 'MEMIF'"
3373   parameters:
3374   - "throughput"
3375   - "parent"
3376   traces:
3377     hoverinfo: "x+y"
3378     boxpoints: "outliers"
3379     whiskerwidth: 0
3380   layout:
3381     title: ""  # No title
3382     layout: "plot-throughput"
3383
3384 -
3385   type: "plot"
3386   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-features-ndr"
3387   algorithm: "plot_performance_box"
3388   output-file-type: ".html"
3389   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-ndr"
3390   data: "plot-vpp-throughput-latency-2n-skx"
3391   filter: "'NIC_Intel-XXV710' and
3392            '64B' and
3393            'FEATURE' and
3394            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3395            'NDRDISC' and
3396            '4T2C' and
3397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3398            not 'VHOST' and
3399            not 'MEMIF'"
3400   parameters:
3401   - "throughput"
3402   - "parent"
3403   traces:
3404     hoverinfo: "x+y"
3405     boxpoints: "outliers"
3406     whiskerwidth: 0
3407   layout:
3408     title: ""  # No title
3409     layout: "plot-throughput"
3410
3411 -
3412   type: "plot"
3413   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-features-pdr"
3414   algorithm: "plot_performance_box"
3415   output-file-type: ".html"
3416   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-pdr"
3417   data: "plot-vpp-throughput-latency-2n-skx"
3418   filter: "'NIC_Intel-XXV710' and
3419            '64B' and
3420            'FEATURE' and
3421            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3422            'PDRDISC' and not 'NDRDISC' and
3423            '4T2C' and
3424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3425            not 'VHOST' and
3426            not 'MEMIF'"
3427   parameters:
3428   - "throughput"
3429   - "parent"
3430   traces:
3431     hoverinfo: "x+y"
3432     boxpoints: "outliers"
3433     whiskerwidth: 0
3434   layout:
3435     title: ""  # No title
3436     layout: "plot-throughput"
3437
3438 ################################################################################
3439
3440 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3441 -
3442   type: "plot"
3443   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3444   algorithm: "plot_performance_box"
3445   output-file-type: ".html"
3446   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3447   data: "plot-vpp-throughput-latency-3n-hsw"
3448   filter: "'NIC_Intel-X520-DA2' and
3449            '64B' and
3450            ('BASE' or 'SCALE') and
3451            'NDRDISC' and
3452            '1T1C' and
3453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3454            not 'VHOST' and
3455            'MEMIF'"
3456   parameters:
3457   - "throughput"
3458   - "parent"
3459   traces:
3460     hoverinfo: "x+y"
3461     boxpoints: "outliers"
3462     whiskerwidth: 0
3463   layout:
3464     title: ""  # No title
3465     layout: "plot-throughput"
3466
3467 -
3468   type: "plot"
3469   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3470   algorithm: "plot_performance_box"
3471   output-file-type: ".html"
3472   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3473   data: "plot-vpp-throughput-latency-3n-hsw"
3474   filter: "'NIC_Intel-X520-DA2' and
3475            '64B' and
3476            ('BASE' or 'SCALE') and
3477            'PDRDISC' and not 'NDRDISC' and
3478            '1T1C' and
3479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3480            not 'VHOST' and
3481            'MEMIF'"
3482   parameters:
3483   - "throughput"
3484   - "parent"
3485   traces:
3486     hoverinfo: "x+y"
3487     boxpoints: "outliers"
3488     whiskerwidth: 0
3489   layout:
3490     title: ""  # No title
3491     layout: "plot-throughput"
3492
3493 -
3494   type: "plot"
3495   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3496   algorithm: "plot_performance_box"
3497   output-file-type: ".html"
3498   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3499   data: "plot-vpp-throughput-latency-3n-hsw"
3500   filter: "'NIC_Intel-X520-DA2' and
3501            '64B' and
3502            ('BASE' or 'SCALE') and
3503            'NDRDISC' and
3504            '2T2C' and
3505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3506            not 'VHOST' and
3507            'MEMIF'"
3508   parameters:
3509   - "throughput"
3510   - "parent"
3511   traces:
3512     hoverinfo: "x+y"
3513     boxpoints: "outliers"
3514     whiskerwidth: 0
3515   layout:
3516     title: ""  # No title
3517     layout: "plot-throughput"
3518
3519 -
3520   type: "plot"
3521   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3522   algorithm: "plot_performance_box"
3523   output-file-type: ".html"
3524   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3525   data: "plot-vpp-throughput-latency-3n-hsw"
3526   filter: "'NIC_Intel-X520-DA2' and
3527            '64B' and
3528            ('BASE' or 'SCALE') and
3529            'PDRDISC' and not 'NDRDISC' and
3530            '2T2C' and
3531            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3532            not 'VHOST' and
3533            'MEMIF'"
3534   parameters:
3535   - "throughput"
3536   - "parent"
3537   traces:
3538     hoverinfo: "x+y"
3539     boxpoints: "outliers"
3540     whiskerwidth: 0
3541   layout:
3542     title: ""  # No title
3543     layout: "plot-throughput"
3544
3545 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3546 -
3547   type: "plot"
3548   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3549   algorithm: "plot_performance_box"
3550   output-file-type: ".html"
3551   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3552   data: "plot-vpp-throughput-latency-3n-hsw"
3553   filter: "'NIC_Intel-X710' and
3554            '64B' and
3555            ('BASE' or 'SCALE') and
3556            'NDRDISC' and
3557            '1T1C' and
3558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3559            not 'VHOST' and
3560            'MEMIF'"
3561   parameters:
3562   - "throughput"
3563   - "parent"
3564   traces:
3565     hoverinfo: "x+y"
3566     boxpoints: "outliers"
3567     whiskerwidth: 0
3568   layout:
3569     title: ""  # No title
3570     layout: "plot-throughput"
3571
3572 -
3573   type: "plot"
3574   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3575   algorithm: "plot_performance_box"
3576   output-file-type: ".html"
3577   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3578   data: "plot-vpp-throughput-latency-3n-hsw"
3579   filter: "'NIC_Intel-X710' and
3580            '64B' and
3581            ('BASE' or 'SCALE') and
3582            'PDRDISC' and not 'NDRDISC' and
3583            '1T1C' and
3584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3585            not 'VHOST' and
3586            'MEMIF'"
3587   parameters:
3588   - "throughput"
3589   - "parent"
3590   traces:
3591     hoverinfo: "x+y"
3592     boxpoints: "outliers"
3593     whiskerwidth: 0
3594   layout:
3595     title: ""  # No title
3596     layout: "plot-throughput"
3597
3598 -
3599   type: "plot"
3600   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3601   algorithm: "plot_performance_box"
3602   output-file-type: ".html"
3603   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3604   data: "plot-vpp-throughput-latency-3n-hsw"
3605   filter: "'NIC_Intel-X710' and
3606            '64B' and
3607            ('BASE' or 'SCALE') and
3608            'NDRDISC' and
3609            '2T2C' and
3610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3611            not 'VHOST' and
3612            'MEMIF'"
3613   parameters:
3614   - "throughput"
3615   - "parent"
3616   traces:
3617     hoverinfo: "x+y"
3618     boxpoints: "outliers"
3619     whiskerwidth: 0
3620   layout:
3621     title: ""  # No title
3622     layout: "plot-throughput"
3623
3624 -
3625   type: "plot"
3626   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3627   algorithm: "plot_performance_box"
3628   output-file-type: ".html"
3629   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3630   data: "plot-vpp-throughput-latency-3n-hsw"
3631   filter: "'NIC_Intel-X710' and
3632            '64B' and
3633            ('BASE' or 'SCALE') and
3634            'PDRDISC' and not 'NDRDISC' and
3635            '2T2C' and
3636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3637            not 'VHOST' and
3638            'MEMIF'"
3639   parameters:
3640   - "throughput"
3641   - "parent"
3642   traces:
3643     hoverinfo: "x+y"
3644     boxpoints: "outliers"
3645     whiskerwidth: 0
3646   layout:
3647     title: ""  # No title
3648     layout: "plot-throughput"
3649
3650 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
3651 -
3652   type: "plot"
3653   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3654   algorithm: "plot_performance_box"
3655   output-file-type: ".html"
3656   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3657   data: "plot-vpp-throughput-latency-3n-hsw"
3658   filter: "'NIC_Intel-XL710' and
3659            '64B' and
3660            ('BASE' or 'SCALE') and
3661            'NDRDISC' and
3662            '1T1C' and
3663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3664            not 'VHOST' and
3665            'MEMIF'"
3666   parameters:
3667   - "throughput"
3668   - "parent"
3669   traces:
3670     hoverinfo: "x+y"
3671     boxpoints: "outliers"
3672     whiskerwidth: 0
3673   layout:
3674     title: ""  # No title
3675     layout: "plot-throughput"
3676
3677 -
3678   type: "plot"
3679   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3680   algorithm: "plot_performance_box"
3681   output-file-type: ".html"
3682   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3683   data: "plot-vpp-throughput-latency-3n-hsw"
3684   filter: "'NIC_Intel-XL710' and
3685            '64B' and
3686            ('BASE' or 'SCALE') and
3687            'PDRDISC' and not 'NDRDISC' and
3688            '1T1C' and
3689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3690            not 'VHOST' and
3691            'MEMIF'"
3692   parameters:
3693   - "throughput"
3694   - "parent"
3695   traces:
3696     hoverinfo: "x+y"
3697     boxpoints: "outliers"
3698     whiskerwidth: 0
3699   layout:
3700     title: ""  # No title
3701     layout: "plot-throughput"
3702
3703 -
3704   type: "plot"
3705   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3706   algorithm: "plot_performance_box"
3707   output-file-type: ".html"
3708   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3709   data: "plot-vpp-throughput-latency-3n-hsw"
3710   filter: "'NIC_Intel-XL710' and
3711            '64B' and
3712            ('BASE' or 'SCALE') and
3713            'NDRDISC' and
3714            '2T2C' and
3715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3716            not 'VHOST' and
3717            'MEMIF'"
3718   parameters:
3719   - "throughput"
3720   - "parent"
3721   traces:
3722     hoverinfo: "x+y"
3723     boxpoints: "outliers"
3724     whiskerwidth: 0
3725   layout:
3726     title: ""  # No title
3727     layout: "plot-throughput"
3728
3729 -
3730   type: "plot"
3731   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3732   algorithm: "plot_performance_box"
3733   output-file-type: ".html"
3734   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3735   data: "plot-vpp-throughput-latency-3n-hsw"
3736   filter: "'NIC_Intel-XL710' and
3737            '64B' and
3738            ('BASE' or 'SCALE') and
3739            'PDRDISC' and not 'NDRDISC' and
3740            '2T2C' and
3741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3742            not 'VHOST' and
3743            'MEMIF'"
3744   parameters:
3745   - "throughput"
3746   - "parent"
3747   traces:
3748     hoverinfo: "x+y"
3749     boxpoints: "outliers"
3750     whiskerwidth: 0
3751   layout:
3752     title: ""  # No title
3753     layout: "plot-throughput"
3754
3755 # Packet Throughput - VPP Container Memif 3n-skx-x710
3756 -
3757   type: "plot"
3758   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3759   algorithm: "plot_performance_box"
3760   output-file-type: ".html"
3761   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3762   data: "plot-vpp-throughput-latency-3n-skx"
3763   filter: "'NIC_Intel-X710' and
3764            '64B' and
3765            ('BASE' or 'SCALE') and
3766            'NDRDISC' and
3767            '2T1C' and
3768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3769            not 'VHOST' and
3770            'MEMIF'"
3771   parameters:
3772   - "throughput"
3773   - "parent"
3774   traces:
3775     hoverinfo: "x+y"
3776     boxpoints: "outliers"
3777     whiskerwidth: 0
3778   layout:
3779     title: ""  # No title
3780     layout: "plot-throughput"
3781
3782 -
3783   type: "plot"
3784   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3785   algorithm: "plot_performance_box"
3786   output-file-type: ".html"
3787   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3788   data: "plot-vpp-throughput-latency-3n-skx"
3789   filter: "'NIC_Intel-X710' and
3790            '64B' and
3791            ('BASE' or 'SCALE') and
3792            'PDRDISC' and not 'NDRDISC' and
3793            '2T1C' and
3794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3795            not 'VHOST' and
3796             'MEMIF'"
3797   parameters:
3798   - "throughput"
3799   - "parent"
3800   traces:
3801     hoverinfo: "x+y"
3802     boxpoints: "outliers"
3803     whiskerwidth: 0
3804   layout:
3805     title: ""  # No title
3806     layout: "plot-throughput"
3807
3808 -
3809   type: "plot"
3810   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3811   algorithm: "plot_performance_box"
3812   output-file-type: ".html"
3813   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3814   data: "plot-vpp-throughput-latency-3n-skx"
3815   filter: "'NIC_Intel-X710' and
3816            '64B' and
3817            ('BASE' or 'SCALE') and
3818            'NDRDISC' and
3819            '4T2C' and
3820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3821            not 'VHOST' and
3822            'MEMIF'"
3823   parameters:
3824   - "throughput"
3825   - "parent"
3826   traces:
3827     hoverinfo: "x+y"
3828     boxpoints: "outliers"
3829     whiskerwidth: 0
3830   layout:
3831     title: ""  # No title
3832     layout: "plot-throughput"
3833
3834 -
3835   type: "plot"
3836   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3837   algorithm: "plot_performance_box"
3838   output-file-type: ".html"
3839   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3840   data: "plot-vpp-throughput-latency-3n-skx"
3841   filter: "'NIC_Intel-X710' and
3842            '64B' and
3843            ('BASE' or 'SCALE') and
3844            'PDRDISC' and not 'NDRDISC' and
3845            '4T2C' and
3846            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3847            not 'VHOST' and
3848            'MEMIF'"
3849   parameters:
3850   - "throughput"
3851   - "parent"
3852   traces:
3853     hoverinfo: "x+y"
3854     boxpoints: "outliers"
3855     whiskerwidth: 0
3856   layout:
3857     title: ""  # No title
3858     layout: "plot-throughput"
3859
3860 # Packet Throughput - VPP Container Memif 3n-skx-xxv710
3861 -
3862   type: "plot"
3863   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3864   algorithm: "plot_performance_box"
3865   output-file-type: ".html"
3866   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3867   data: "plot-vpp-throughput-latency-3n-skx"
3868   filter: "'NIC_Intel-XXV710' and
3869            '64B' and
3870            ('BASE' or 'SCALE') and
3871            'NDRDISC' and
3872            '2T1C' and
3873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3874            not 'VHOST' and
3875            'MEMIF'"
3876   parameters:
3877   - "throughput"
3878   - "parent"
3879   traces:
3880     hoverinfo: "x+y"
3881     boxpoints: "outliers"
3882     whiskerwidth: 0
3883   layout:
3884     title: ""  # No title
3885     layout: "plot-throughput"
3886
3887 -
3888   type: "plot"
3889   title: "VPP Throughput: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3890   algorithm: "plot_performance_box"
3891   output-file-type: ".html"
3892   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3893   data: "plot-vpp-throughput-latency-3n-skx"
3894   filter: "'NIC_Intel-XXV710' and
3895            '64B' and
3896            ('BASE' or 'SCALE') and
3897            'PDRDISC' and not 'NDRDISC' and
3898            '2T1C' and
3899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3900            not 'VHOST' and
3901            'MEMIF'"
3902   parameters:
3903   - "throughput"
3904   - "parent"
3905   traces:
3906     hoverinfo: "x+y"
3907     boxpoints: "outliers"
3908     whiskerwidth: 0
3909   layout:
3910     title: ""  # No title
3911     layout: "plot-throughput"
3912
3913 -
3914   type: "plot"
3915   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3916   algorithm: "plot_performance_box"
3917   output-file-type: ".html"
3918   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3919   data: "plot-vpp-throughput-latency-3n-skx"
3920   filter: "'NIC_Intel-XXV710' and
3921            '64B' and
3922            ('BASE' or 'SCALE') and
3923            'NDRDISC' and
3924            '4T2C' and
3925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3926            not 'VHOST' and
3927            'MEMIF'"
3928   parameters:
3929   - "throughput"
3930   - "parent"
3931   traces:
3932     hoverinfo: "x+y"
3933     boxpoints: "outliers"
3934     whiskerwidth: 0
3935   layout:
3936     title: ""  # No title
3937     layout: "plot-throughput"
3938
3939 -
3940   type: "plot"
3941   title: "VPP Throughput: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3942   algorithm: "plot_performance_box"
3943   output-file-type: ".html"
3944   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3945   data: "plot-vpp-throughput-latency-3n-skx"
3946   filter: "'NIC_Intel-XXV710' and
3947            '64B' and
3948            ('BASE' or 'SCALE') and
3949            'PDRDISC' and not 'NDRDISC' and
3950            '4T2C' and
3951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3952            not 'VHOST' and
3953            'MEMIF'"
3954   parameters:
3955   - "throughput"
3956   - "parent"
3957   traces:
3958     hoverinfo: "x+y"
3959     boxpoints: "outliers"
3960     whiskerwidth: 0
3961   layout:
3962     title: ""  # No title
3963     layout: "plot-throughput"
3964
3965 # Packet Throughput - VPP Container Memif 2n-skx-x710
3966 -
3967   type: "plot"
3968   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3969   algorithm: "plot_performance_box"
3970   output-file-type: ".html"
3971   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3972   data: "plot-vpp-throughput-latency-2n-skx"
3973   filter: "'NIC_Intel-X710' and
3974            '64B' and
3975            ('BASE' or 'SCALE') and
3976            'NDRDISC' and
3977            '2T1C' and
3978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
3979            not 'VHOST' and
3980            'MEMIF'"
3981   parameters:
3982   - "throughput"
3983   - "parent"
3984   traces:
3985     hoverinfo: "x+y"
3986     boxpoints: "outliers"
3987     whiskerwidth: 0
3988   layout:
3989     title: ""  # No title
3990     layout: "plot-throughput"
3991
3992 -
3993   type: "plot"
3994   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3995   algorithm: "plot_performance_box"
3996   output-file-type: ".html"
3997   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3998   data: "plot-vpp-throughput-latency-2n-skx"
3999   filter: "'NIC_Intel-X710' and
4000            '64B' and
4001            ('BASE' or 'SCALE') and
4002            'PDRDISC' and not 'NDRDISC' and
4003            '2T1C' and
4004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4005            not 'VHOST' and
4006            'MEMIF'"
4007   parameters:
4008   - "throughput"
4009   - "parent"
4010   traces:
4011     hoverinfo: "x+y"
4012     boxpoints: "outliers"
4013     whiskerwidth: 0
4014   layout:
4015     title: ""  # No title
4016     layout: "plot-throughput"
4017
4018 -
4019   type: "plot"
4020   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4021   algorithm: "plot_performance_box"
4022   output-file-type: ".html"
4023   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4024   data: "plot-vpp-throughput-latency-2n-skx"
4025   filter: "'NIC_Intel-X710' and
4026            '64B' and
4027            ('BASE' or 'SCALE') and
4028            'NDRDISC' and
4029            '4T2C' and
4030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4031            not 'VHOST' and
4032            'MEMIF'"
4033   parameters:
4034   - "throughput"
4035   - "parent"
4036   traces:
4037     hoverinfo: "x+y"
4038     boxpoints: "outliers"
4039     whiskerwidth: 0
4040   layout:
4041     title: ""  # No title
4042     layout: "plot-throughput"
4043
4044 -
4045   type: "plot"
4046   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4047   algorithm: "plot_performance_box"
4048   output-file-type: ".html"
4049   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4050   data: "plot-vpp-throughput-latency-2n-skx"
4051   filter: "'NIC_Intel-X710' and
4052            '64B' and
4053            ('BASE' or 'SCALE') and
4054            'PDRDISC' and not 'NDRDISC' and
4055            '4T2C' and
4056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4057            not 'VHOST' and
4058            'MEMIF'"
4059   parameters:
4060   - "throughput"
4061   - "parent"
4062   traces:
4063     hoverinfo: "x+y"
4064     boxpoints: "outliers"
4065     whiskerwidth: 0
4066   layout:
4067     title: ""  # No title
4068     layout: "plot-throughput"
4069
4070 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
4071 -
4072   type: "plot"
4073   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4074   algorithm: "plot_performance_box"
4075   output-file-type: ".html"
4076   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4077   data: "plot-vpp-throughput-latency-2n-skx"
4078   filter: "'NIC_Intel-XXV710' and
4079            '64B' and
4080            ('BASE' or 'SCALE') and
4081            'NDRDISC' and
4082            '2T1C' and
4083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4084            not 'VHOST' and
4085            'MEMIF'"
4086   parameters:
4087   - "throughput"
4088   - "parent"
4089   traces:
4090     hoverinfo: "x+y"
4091     boxpoints: "outliers"
4092     whiskerwidth: 0
4093   layout:
4094     title: ""  # No title
4095     layout: "plot-throughput"
4096
4097 -
4098   type: "plot"
4099   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4100   algorithm: "plot_performance_box"
4101   output-file-type: ".html"
4102   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4103   data: "plot-vpp-throughput-latency-2n-skx"
4104   filter: "'NIC_Intel-XXV710' and
4105            '64B' and
4106            ('BASE' or 'SCALE') and
4107            'PDRDISC' and not 'NDRDISC' and
4108            '2T1C' and
4109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4110            not 'VHOST' and
4111            'MEMIF'"
4112   parameters:
4113   - "throughput"
4114   - "parent"
4115   traces:
4116     hoverinfo: "x+y"
4117     boxpoints: "outliers"
4118     whiskerwidth: 0
4119   layout:
4120     title: ""  # No title
4121     layout: "plot-throughput"
4122
4123 -
4124   type: "plot"
4125   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4126   algorithm: "plot_performance_box"
4127   output-file-type: ".html"
4128   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4129   data: "plot-vpp-throughput-latency-2n-skx"
4130   filter: "'NIC_Intel-XXV710' and
4131            '64B' and
4132            ('BASE' or 'SCALE') and
4133            'NDRDISC' and
4134            '4T2C' and
4135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4136            not 'VHOST' and
4137            'MEMIF'"
4138   parameters:
4139   - "throughput"
4140   - "parent"
4141   traces:
4142     hoverinfo: "x+y"
4143     boxpoints: "outliers"
4144     whiskerwidth: 0
4145   layout:
4146     title: ""  # No title
4147     layout: "plot-throughput"
4148
4149 -
4150   type: "plot"
4151   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4152   algorithm: "plot_performance_box"
4153   output-file-type: ".html"
4154   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4155   data: "plot-vpp-throughput-latency-2n-skx"
4156   filter: "'NIC_Intel-XXV710' and
4157            '64B' and
4158            ('BASE' or 'SCALE') and
4159            'PDRDISC' and not 'NDRDISC' and
4160            '4T2C' and
4161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4162            not 'VHOST' and
4163            'MEMIF'"
4164   parameters:
4165   - "throughput"
4166   - "parent"
4167   traces:
4168     hoverinfo: "x+y"
4169     boxpoints: "outliers"
4170     whiskerwidth: 0
4171   layout:
4172     title: ""  # No title
4173     layout: "plot-throughput"
4174
4175 ################################################################################
4176
4177 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4178 -
4179   type: "plot"
4180   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4181   algorithm: "plot_performance_box"
4182   output-file-type: ".html"
4183   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4184   data: "plot-ligato-throughput-latency-3n-hsw"
4185   filter: "'NIC_Intel-X520-DA2' and
4186            '64B' and
4187            ('BASE' or 'SCALE') and
4188            'NDRDISC' and
4189            '1T1C' and
4190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4191            not 'VHOST' and
4192            'MEMIF'"
4193   parameters:
4194   - "throughput"
4195   - "parent"
4196   traces:
4197     hoverinfo: "x+y"
4198     boxpoints: "outliers"
4199     whiskerwidth: 0
4200   layout:
4201     title: ""  # No title
4202     layout: "plot-throughput"
4203
4204 -
4205   type: "plot"
4206   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4207   algorithm: "plot_performance_box"
4208   output-file-type: ".html"
4209   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4210   data: "plot-ligato-throughput-latency-3n-hsw"
4211   filter: "'NIC_Intel-X520-DA2' and
4212            '64B' and
4213            ('BASE' or 'SCALE') and
4214            'PDRDISC' and not 'NDRDISC' and
4215            '1T1C' and
4216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4217            not 'VHOST' and
4218            'MEMIF'"
4219   parameters:
4220   - "throughput"
4221   - "parent"
4222   traces:
4223     hoverinfo: "x+y"
4224     boxpoints: "outliers"
4225     whiskerwidth: 0
4226   layout:
4227     title: ""  # No title
4228     layout: "plot-throughput"
4229
4230 -
4231   type: "plot"
4232   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4233   algorithm: "plot_performance_box"
4234   output-file-type: ".html"
4235   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4236   data: "plot-ligato-throughput-latency-3n-hsw"
4237   filter: "'NIC_Intel-X520-DA2' and
4238            '64B' and
4239            ('BASE' or 'SCALE') and
4240            'NDRDISC' and
4241            '2T2C' and
4242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4243            not 'VHOST' and
4244            'MEMIF'"
4245   parameters:
4246   - "throughput"
4247   - "parent"
4248   traces:
4249     hoverinfo: "x+y"
4250     boxpoints: "outliers"
4251     whiskerwidth: 0
4252   layout:
4253     title: ""  # No title
4254     layout: "plot-throughput"
4255
4256 -
4257   type: "plot"
4258   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4259   algorithm: "plot_performance_box"
4260   output-file-type: ".html"
4261   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4262   data: "plot-ligato-throughput-latency-3n-hsw"
4263   filter: "'NIC_Intel-X520-DA2' and
4264            '64B' and
4265            ('BASE' or 'SCALE') and
4266            'PDRDISC' and not 'NDRDISC' and
4267            '2T2C' and
4268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4269            not 'VHOST' and
4270            'MEMIF'"
4271   parameters:
4272   - "throughput"
4273   - "parent"
4274   traces:
4275     hoverinfo: "x+y"
4276     boxpoints: "outliers"
4277     whiskerwidth: 0
4278   layout:
4279     title: ""  # No title
4280     layout: "plot-throughput"
4281
4282 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4283 -
4284   type: "plot"
4285   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4286   algorithm: "plot_performance_box"
4287   output-file-type: ".html"
4288   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4289   data: "plot-ligato-throughput-latency-3n-hsw"
4290   filter: "'NIC_Intel-X710' and
4291            '64B' and
4292            ('BASE' or 'SCALE') and
4293            'NDRDISC' and
4294            '1T1C' and
4295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4296            not 'VHOST' and
4297            'MEMIF'"
4298   parameters:
4299   - "throughput"
4300   - "parent"
4301   traces:
4302     hoverinfo: "x+y"
4303     boxpoints: "outliers"
4304     whiskerwidth: 0
4305   layout:
4306     title: ""  # No title
4307     layout: "plot-throughput"
4308
4309 -
4310   type: "plot"
4311   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4312   algorithm: "plot_performance_box"
4313   output-file-type: ".html"
4314   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4315   data: "plot-ligato-throughput-latency-3n-hsw"
4316   filter: "'NIC_Intel-X710' and
4317            '64B' and
4318            ('BASE' or 'SCALE') and
4319            'PDRDISC' and not 'NDRDISC' and
4320            '1T1C' and
4321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4322            not 'VHOST' and
4323            'MEMIF'"
4324   parameters:
4325   - "throughput"
4326   - "parent"
4327   traces:
4328     hoverinfo: "x+y"
4329     boxpoints: "outliers"
4330     whiskerwidth: 0
4331   layout:
4332     title: ""  # No title
4333     layout: "plot-throughput"
4334
4335 -
4336   type: "plot"
4337   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4338   algorithm: "plot_performance_box"
4339   output-file-type: ".html"
4340   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4341   data: "plot-ligato-throughput-latency-3n-hsw"
4342   filter: "'NIC_Intel-X710' and
4343            '64B' and
4344            ('BASE' or 'SCALE') and
4345            'NDRDISC' and
4346            '2T2C' and
4347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4348            not 'VHOST' and
4349            'MEMIF'"
4350   parameters:
4351   - "throughput"
4352   - "parent"
4353   traces:
4354     hoverinfo: "x+y"
4355     boxpoints: "outliers"
4356     whiskerwidth: 0
4357   layout:
4358     title: ""  # No title
4359     layout: "plot-throughput"
4360
4361 -
4362   type: "plot"
4363   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4364   algorithm: "plot_performance_box"
4365   output-file-type: ".html"
4366   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4367   data: "plot-ligato-throughput-latency-3n-hsw"
4368   filter: "'NIC_Intel-X710' and
4369            '64B' and
4370            ('BASE' or 'SCALE') and
4371            'PDRDISC' and not 'NDRDISC' and
4372            '2T2C' and
4373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4374            not 'VHOST' and
4375            'MEMIF'"
4376   parameters:
4377   - "throughput"
4378   - "parent"
4379   traces:
4380     hoverinfo: "x+y"
4381     boxpoints: "outliers"
4382     whiskerwidth: 0
4383   layout:
4384     title: ""  # No title
4385     layout: "plot-throughput"
4386
4387 # Packet Throughput - VPP Container Orchestrated Memif 3n-skx-x710
4388 -
4389   type: "plot"
4390   title: "VPP Throughput: k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4391   algorithm: "plot_performance_box"
4392   output-file-type: ".html"
4393   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4394   data: "plot-ligato-throughput-latency-3n-skx"
4395   filter: "'NIC_Intel-X710' and
4396            '64B' and
4397            ('BASE' or 'SCALE') and
4398            'NDRDISC' and
4399            '2T1C' and
4400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4401            not 'VHOST' and
4402            'MEMIF'"
4403   parameters:
4404   - "throughput"
4405   - "parent"
4406   traces:
4407     hoverinfo: "x+y"
4408     boxpoints: "outliers"
4409     whiskerwidth: 0
4410   layout:
4411     title: ""  # No title
4412     layout: "plot-throughput"
4413
4414 -
4415   type: "plot"
4416   title: "VPP Throughput: k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4417   algorithm: "plot_performance_box"
4418   output-file-type: ".html"
4419   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4420   data: "plot-ligato-throughput-latency-3n-skx"
4421   filter: "'NIC_Intel-X710' and
4422            '64B' and
4423            ('BASE' or 'SCALE') and
4424            'PDRDISC' and not 'NDRDISC' and
4425            '2T1C' and
4426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4427            not 'VHOST' and
4428             'MEMIF'"
4429   parameters:
4430   - "throughput"
4431   - "parent"
4432   traces:
4433     hoverinfo: "x+y"
4434     boxpoints: "outliers"
4435     whiskerwidth: 0
4436   layout:
4437     title: ""  # No title
4438     layout: "plot-throughput"
4439
4440 -
4441   type: "plot"
4442   title: "VPP Throughput: k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4443   algorithm: "plot_performance_box"
4444   output-file-type: ".html"
4445   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4446   data: "plot-ligato-throughput-latency-3n-skx"
4447   filter: "'NIC_Intel-X710' and
4448            '64B' and
4449            ('BASE' or 'SCALE') and
4450            'NDRDISC' and
4451            '4T2C' and
4452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4453            not 'VHOST' and
4454            'MEMIF'"
4455   parameters:
4456   - "throughput"
4457   - "parent"
4458   traces:
4459     hoverinfo: "x+y"
4460     boxpoints: "outliers"
4461     whiskerwidth: 0
4462   layout:
4463     title: ""  # No title
4464     layout: "plot-throughput"
4465
4466 -
4467   type: "plot"
4468   title: "VPP Throughput: k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4469   algorithm: "plot_performance_box"
4470   output-file-type: ".html"
4471   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4472   data: "plot-ligato-throughput-latency-3n-skx"
4473   filter: "'NIC_Intel-X710' and
4474            '64B' and
4475            ('BASE' or 'SCALE') and
4476            'PDRDISC' and not 'NDRDISC' and
4477            '4T2C' and
4478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4479            not 'VHOST' and
4480            'MEMIF'"
4481   parameters:
4482   - "throughput"
4483   - "parent"
4484   traces:
4485     hoverinfo: "x+y"
4486     boxpoints: "outliers"
4487     whiskerwidth: 0
4488   layout:
4489     title: ""  # No title
4490     layout: "plot-throughput"
4491
4492 # Packet Throughput - VPP Container Orchestrated Memif 3n-skx-xxv710
4493 -
4494   type: "plot"
4495   title: "VPP Throughput: k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4496   algorithm: "plot_performance_box"
4497   output-file-type: ".html"
4498   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4499   data: "plot-ligato-throughput-latency-3n-skx"
4500   filter: "'NIC_Intel-XXV710' and
4501            '64B' and
4502            ('BASE' or 'SCALE') and
4503            'NDRDISC' and
4504            '2T1C' and
4505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4506            not 'VHOST' and
4507            'MEMIF'"
4508   parameters:
4509   - "throughput"
4510   - "parent"
4511   traces:
4512     hoverinfo: "x+y"
4513     boxpoints: "outliers"
4514     whiskerwidth: 0
4515   layout:
4516     title: ""  # No title
4517     layout: "plot-throughput"
4518
4519 -
4520   type: "plot"
4521   title: "VPP Throughput: k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4522   algorithm: "plot_performance_box"
4523   output-file-type: ".html"
4524   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4525   data: "plot-ligato-throughput-latency-3n-skx"
4526   filter: "'NIC_Intel-XXV710' and
4527            '64B' and
4528            ('BASE' or 'SCALE') and
4529            'PDRDISC' and not 'NDRDISC' and
4530            '2T1C' and
4531            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4532            not 'VHOST' and
4533            'MEMIF'"
4534   parameters:
4535   - "throughput"
4536   - "parent"
4537   traces:
4538     hoverinfo: "x+y"
4539     boxpoints: "outliers"
4540     whiskerwidth: 0
4541   layout:
4542     title: ""  # No title
4543     layout: "plot-throughput"
4544
4545 -
4546   type: "plot"
4547   title: "VPP Throughput: k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4548   algorithm: "plot_performance_box"
4549   output-file-type: ".html"
4550   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4551   data: "plot-ligato-throughput-latency-3n-skx"
4552   filter: "'NIC_Intel-XXV710' and
4553            '64B' and
4554            ('BASE' or 'SCALE') and
4555            'NDRDISC' and
4556            '4T2C' and
4557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4558            not 'VHOST' and
4559            'MEMIF'"
4560   parameters:
4561   - "throughput"
4562   - "parent"
4563   traces:
4564     hoverinfo: "x+y"
4565     boxpoints: "outliers"
4566     whiskerwidth: 0
4567   layout:
4568     title: ""  # No title
4569     layout: "plot-throughput"
4570
4571 -
4572   type: "plot"
4573   title: "VPP Throughput: k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4574   algorithm: "plot_performance_box"
4575   output-file-type: ".html"
4576   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4577   data: "plot-ligato-throughput-latency-3n-skx"
4578   filter: "'NIC_Intel-XXV710' and
4579            '64B' and
4580            ('BASE' or 'SCALE') and
4581            'PDRDISC' and not 'NDRDISC' and
4582            '4T2C' and
4583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4584            not 'VHOST' and
4585            'MEMIF'"
4586   parameters:
4587   - "throughput"
4588   - "parent"
4589   traces:
4590     hoverinfo: "x+y"
4591     boxpoints: "outliers"
4592     whiskerwidth: 0
4593   layout:
4594     title: ""  # No title
4595     layout: "plot-throughput"
4596
4597 # Packet Throughput - VPP Container Orchestrated Memif 2n-skx-x710
4598 -
4599   type: "plot"
4600   title: "VPP Throughput: k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4601   algorithm: "plot_performance_box"
4602   output-file-type: ".html"
4603   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4604   data: "plot-ligato-throughput-latency-2n-skx"
4605   filter: "'NIC_Intel-X710' and
4606            '64B' and
4607            ('BASE' or 'SCALE') and
4608            'NDRDISC' and
4609            '2T1C' and
4610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4611            not 'VHOST' and
4612            'MEMIF'"
4613   parameters:
4614   - "throughput"
4615   - "parent"
4616   traces:
4617     hoverinfo: "x+y"
4618     boxpoints: "outliers"
4619     whiskerwidth: 0
4620   layout:
4621     title: ""  # No title
4622     layout: "plot-throughput"
4623
4624 -
4625   type: "plot"
4626   title: "VPP Throughput: k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4627   algorithm: "plot_performance_box"
4628   output-file-type: ".html"
4629   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4630   data: "plot-ligato-throughput-latency-2n-skx"
4631   filter: "'NIC_Intel-X710' and
4632            '64B' and
4633            ('BASE' or 'SCALE') and
4634            'PDRDISC' and not 'NDRDISC' and
4635            '2T1C' and
4636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4637            not 'VHOST' and
4638            'MEMIF'"
4639   parameters:
4640   - "throughput"
4641   - "parent"
4642   traces:
4643     hoverinfo: "x+y"
4644     boxpoints: "outliers"
4645     whiskerwidth: 0
4646   layout:
4647     title: ""  # No title
4648     layout: "plot-throughput"
4649
4650 -
4651   type: "plot"
4652   title: "VPP Throughput: k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4653   algorithm: "plot_performance_box"
4654   output-file-type: ".html"
4655   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4656   data: "plot-ligato-throughput-latency-2n-skx"
4657   filter: "'NIC_Intel-X710' and
4658            '64B' and
4659            ('BASE' or 'SCALE') and
4660            'NDRDISC' and
4661            '4T2C' and
4662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4663            not 'VHOST' and
4664            'MEMIF'"
4665   parameters:
4666   - "throughput"
4667   - "parent"
4668   traces:
4669     hoverinfo: "x+y"
4670     boxpoints: "outliers"
4671     whiskerwidth: 0
4672   layout:
4673     title: ""  # No title
4674     layout: "plot-throughput"
4675
4676 -
4677   type: "plot"
4678   title: "VPP Throughput: k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4679   algorithm: "plot_performance_box"
4680   output-file-type: ".html"
4681   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4682   data: "plot-ligato-throughput-latency-2n-skx"
4683   filter: "'NIC_Intel-X710' and
4684            '64B' and
4685            ('BASE' or 'SCALE') and
4686            'PDRDISC' and not 'NDRDISC' and
4687            '4T2C' and
4688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4689            not 'VHOST' and
4690            'MEMIF'"
4691   parameters:
4692   - "throughput"
4693   - "parent"
4694   traces:
4695     hoverinfo: "x+y"
4696     boxpoints: "outliers"
4697     whiskerwidth: 0
4698   layout:
4699     title: ""  # No title
4700     layout: "plot-throughput"
4701
4702 # Packet Throughput - VPP Container Orchestrated Memif 2n-skx-xxv710
4703 -
4704   type: "plot"
4705   title: "VPP Throughput: k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4706   algorithm: "plot_performance_box"
4707   output-file-type: ".html"
4708   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4709   data: "plot-ligato-throughput-latency-2n-skx"
4710   filter: "'NIC_Intel-XXV710' and
4711            '64B' and
4712            ('BASE' or 'SCALE') and
4713            'NDRDISC' and
4714            '2T1C' and
4715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4716            not 'VHOST' and
4717            'MEMIF'"
4718   parameters:
4719   - "throughput"
4720   - "parent"
4721   traces:
4722     hoverinfo: "x+y"
4723     boxpoints: "outliers"
4724     whiskerwidth: 0
4725   layout:
4726     title: ""  # No title
4727     layout: "plot-throughput"
4728
4729 -
4730   type: "plot"
4731   title: "VPP Throughput: k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4732   algorithm: "plot_performance_box"
4733   output-file-type: ".html"
4734   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4735   data: "plot-ligato-throughput-latency-2n-skx"
4736   filter: "'NIC_Intel-XXV710' and
4737            '64B' and
4738            ('BASE' or 'SCALE') and
4739            'PDRDISC' and not 'NDRDISC' and
4740            '2T1C' and
4741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4742            not 'VHOST' and
4743            'MEMIF'"
4744   parameters:
4745   - "throughput"
4746   - "parent"
4747   traces:
4748     hoverinfo: "x+y"
4749     boxpoints: "outliers"
4750     whiskerwidth: 0
4751   layout:
4752     title: ""  # No title
4753     layout: "plot-throughput"
4754
4755 -
4756   type: "plot"
4757   title: "VPP Throughput: k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4758   algorithm: "plot_performance_box"
4759   output-file-type: ".html"
4760   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4761   data: "plot-ligato-throughput-latency-2n-skx"
4762   filter: "'NIC_Intel-XXV710' and
4763            '64B' and
4764            ('BASE' or 'SCALE') and
4765            'NDRDISC' and
4766            '4T2C' and
4767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4768            not 'VHOST' and
4769            'MEMIF'"
4770   parameters:
4771   - "throughput"
4772   - "parent"
4773   traces:
4774     hoverinfo: "x+y"
4775     boxpoints: "outliers"
4776     whiskerwidth: 0
4777   layout:
4778     title: ""  # No title
4779     layout: "plot-throughput"
4780
4781 -
4782   type: "plot"
4783   title: "VPP Throughput: k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4784   algorithm: "plot_performance_box"
4785   output-file-type: ".html"
4786   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4787   data: "plot-ligato-throughput-latency-2n-skx"
4788   filter: "'NIC_Intel-XXV710' and
4789            '64B' and
4790            ('BASE' or 'SCALE') and
4791            'PDRDISC' and not 'NDRDISC' and
4792            '4T2C' and
4793            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
4794            not 'VHOST' and
4795            'MEMIF'"
4796   parameters:
4797   - "throughput"
4798   - "parent"
4799   traces:
4800     hoverinfo: "x+y"
4801     boxpoints: "outliers"
4802     whiskerwidth: 0
4803   layout:
4804     title: ""  # No title
4805     layout: "plot-throughput"
4806
4807 ################################################################################
4808
4809 # Packet Throughput - VPP IPv4 3n-hsw-x520
4810 -
4811   type: "plot"
4812   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4813   algorithm: "plot_performance_box"
4814   output-file-type: ".html"
4815   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4816   data: "plot-vpp-throughput-latency-3n-hsw"
4817   filter: "'NIC_Intel-X520-DA2' and
4818            '64B' and
4819            ('BASE' or 'SCALE') and
4820            'NDRDISC' and
4821            '1T1C' and
4822            'IP4FWD' and
4823            not 'IPSEC' and 
4824            not 'VHOST'"
4825   parameters:
4826   - "throughput"
4827   - "parent"
4828   traces:
4829     hoverinfo: "x+y"
4830     boxpoints: "outliers"
4831     whiskerwidth: 0
4832   layout:
4833     title: ""  # No title
4834     layout: "plot-throughput"
4835
4836 -
4837   type: "plot"
4838   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4839   algorithm: "plot_performance_box"
4840   output-file-type: ".html"
4841   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4842   data: "plot-vpp-throughput-latency-3n-hsw"
4843   filter: "'NIC_Intel-X520-DA2' and
4844            '64B' and
4845            ('BASE' or 'SCALE') and
4846            'PDRDISC' and not 'NDRDISC' and
4847            '1T1C' and
4848            'IP4FWD' and
4849            not 'IPSEC' and 
4850            not 'VHOST'"
4851   parameters:
4852   - "throughput"
4853   - "parent"
4854   traces:
4855     hoverinfo: "x+y"
4856     boxpoints: "outliers"
4857     whiskerwidth: 0
4858   layout:
4859     title: ""  # No title
4860     layout: "plot-throughput"
4861
4862 -
4863   type: "plot"
4864   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4865   algorithm: "plot_performance_box"
4866   output-file-type: ".html"
4867   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4868   data: "plot-vpp-throughput-latency-3n-hsw"
4869   filter: "'NIC_Intel-X520-DA2' and
4870            '64B' and
4871            ('BASE' or 'SCALE') and
4872            'NDRDISC' and
4873            '2T2C' and
4874            'IP4FWD' and
4875            not 'IPSEC' and 
4876            not 'VHOST'"
4877   parameters:
4878   - "throughput"
4879   - "parent"
4880   traces:
4881     hoverinfo: "x+y"
4882     boxpoints: "outliers"
4883     whiskerwidth: 0
4884   layout:
4885     title: ""  # No title
4886     layout: "plot-throughput"
4887
4888 -
4889   type: "plot"
4890   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4891   algorithm: "plot_performance_box"
4892   output-file-type: ".html"
4893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4894   data: "plot-vpp-throughput-latency-3n-hsw"
4895   filter: "'NIC_Intel-X520-DA2' and
4896            '64B' and
4897            ('BASE' or 'SCALE') and
4898            'PDRDISC' and not 'NDRDISC' and
4899            '2T2C' and
4900            'IP4FWD' and
4901            not 'IPSEC' and 
4902            not 'VHOST'"
4903   parameters:
4904   - "throughput"
4905   - "parent"
4906   traces:
4907     hoverinfo: "x+y"
4908     boxpoints: "outliers"
4909     whiskerwidth: 0
4910   layout:
4911     title: ""  # No title
4912     layout: "plot-throughput"
4913
4914 -
4915   type: "plot"
4916   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4917   algorithm: "plot_performance_box"
4918   output-file-type: ".html"
4919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4920   data: "plot-vpp-throughput-latency-3n-hsw"
4921   filter: "'NIC_Intel-X520-DA2' and
4922            '64B' and
4923            'FEATURE' and
4924            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4925            'NDRDISC' and
4926            '1T1C' and
4927            'IP4FWD' and
4928            not 'IPSEC' and 
4929            not 'VHOST'"
4930   parameters:
4931   - "throughput"
4932   - "parent"
4933   traces:
4934     hoverinfo: "x+y"
4935     boxpoints: "outliers"
4936     whiskerwidth: 0
4937   layout:
4938     title: ""  # No title
4939     layout: "plot-throughput"
4940
4941 -
4942   type: "plot"
4943   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4944   algorithm: "plot_performance_box"
4945   output-file-type: ".html"
4946   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4947   data: "plot-vpp-throughput-latency-3n-hsw"
4948   filter: "'NIC_Intel-X520-DA2' and
4949            '64B' and
4950            'FEATURE' and
4951            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4952            'PDRDISC' and not 'NDRDISC' and
4953            '1T1C' and
4954            'IP4FWD' and
4955            not 'IPSEC' and 
4956            not 'VHOST'"
4957   parameters:
4958   - "throughput"
4959   - "parent"
4960   traces:
4961     hoverinfo: "x+y"
4962     boxpoints: "outliers"
4963     whiskerwidth: 0
4964   layout:
4965     title: ""  # No title
4966     layout: "plot-throughput"
4967
4968 -
4969   type: "plot"
4970   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4971   algorithm: "plot_performance_box"
4972   output-file-type: ".html"
4973   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4974   data: "plot-vpp-throughput-latency-3n-hsw"
4975   filter: "'NIC_Intel-X520-DA2' and
4976            '64B' and
4977            'FEATURE' and
4978            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4979            'NDRDISC' and
4980            '2T2C' and
4981            'IP4FWD' and
4982            not 'IPSEC' and 
4983            not 'VHOST'"
4984   parameters:
4985   - "throughput"
4986   - "parent"
4987   traces:
4988     hoverinfo: "x+y"
4989     boxpoints: "outliers"
4990     whiskerwidth: 0
4991   layout:
4992     title: ""  # No title
4993     layout: "plot-throughput"
4994
4995 -
4996   type: "plot"
4997   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4998   algorithm: "plot_performance_box"
4999   output-file-type: ".html"
5000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5001   data: "plot-vpp-throughput-latency-3n-hsw"
5002   filter: "'NIC_Intel-X520-DA2' and
5003            '64B' and
5004            'FEATURE' and
5005            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5006            'PDRDISC' and not 'NDRDISC' and
5007            '2T2C' and
5008            'IP4FWD' and
5009            not 'IPSEC' and 
5010            not 'VHOST'"
5011   parameters:
5012   - "throughput"
5013   - "parent"
5014   traces:
5015     hoverinfo: "x+y"
5016     boxpoints: "outliers"
5017     whiskerwidth: 0
5018   layout:
5019     title: ""  # No title
5020     layout: "plot-throughput"
5021
5022 # Packet Throughput - VPP IPv4 3n-hsw-x710
5023 -
5024   type: "plot"
5025   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5026   algorithm: "plot_performance_box"
5027   output-file-type: ".html"
5028   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5029   data: "plot-vpp-throughput-latency-3n-hsw"
5030   filter: "'NIC_Intel-X710' and
5031            '64B' and
5032            ('BASE' or 'SCALE') and
5033            'NDRDISC' and
5034            '1T1C' and
5035            'IP4FWD' and
5036            not 'IPSEC' and 
5037            not 'VHOST'"
5038   parameters:
5039   - "throughput"
5040   - "parent"
5041   traces:
5042     hoverinfo: "x+y"
5043     boxpoints: "outliers"
5044     whiskerwidth: 0
5045   layout:
5046     title: ""  # No title
5047     layout: "plot-throughput"
5048
5049 -
5050   type: "plot"
5051   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5052   algorithm: "plot_performance_box"
5053   output-file-type: ".html"
5054   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5055   data: "plot-vpp-throughput-latency-3n-hsw"
5056   filter: "'NIC_Intel-X710' and
5057            '64B' and
5058            ('BASE' or 'SCALE') and
5059            'PDRDISC' and not 'NDRDISC' and
5060            '1T1C' and
5061            'IP4FWD' and
5062            not 'IPSEC' and 
5063            not 'VHOST'"
5064   parameters:
5065   - "throughput"
5066   - "parent"
5067   traces:
5068     hoverinfo: "x+y"
5069     boxpoints: "outliers"
5070     whiskerwidth: 0
5071   layout:
5072     title: ""  # No title
5073     layout: "plot-throughput"
5074
5075 -
5076   type: "plot"
5077   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5078   algorithm: "plot_performance_box"
5079   output-file-type: ".html"
5080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5081   data: "plot-vpp-throughput-latency-3n-hsw"
5082   filter: "'NIC_Intel-X710' and
5083            '64B' and
5084            ('BASE' or 'SCALE') and
5085            'NDRDISC' and
5086            '2T2C' and
5087            'IP4FWD' and
5088            not 'IPSEC' and 
5089            not 'VHOST'"
5090   parameters:
5091   - "throughput"
5092   - "parent"
5093   traces:
5094     hoverinfo: "x+y"
5095     boxpoints: "outliers"
5096     whiskerwidth: 0
5097   layout:
5098     title: ""  # No title
5099     layout: "plot-throughput"
5100
5101 -
5102   type: "plot"
5103   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5104   algorithm: "plot_performance_box"
5105   output-file-type: ".html"
5106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5107   data: "plot-vpp-throughput-latency-3n-hsw"
5108   filter: "'NIC_Intel-X710' and
5109            '64B' and
5110            ('BASE' or 'SCALE') and
5111            'PDRDISC' and not 'NDRDISC' and
5112            '2T2C' and
5113            'IP4FWD' and
5114            not 'IPSEC' and 
5115            not 'VHOST'"
5116   parameters:
5117   - "throughput"
5118   - "parent"
5119   traces:
5120     hoverinfo: "x+y"
5121     boxpoints: "outliers"
5122     whiskerwidth: 0
5123   layout:
5124     title: ""  # No title
5125     layout: "plot-throughput"
5126
5127 -
5128   type: "plot"
5129   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
5130   algorithm: "plot_performance_box"
5131   output-file-type: ".html"
5132   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
5133   data: "plot-vpp-throughput-latency-3n-hsw"
5134   filter: "'NIC_Intel-X710' and
5135            '64B' and
5136            'FEATURE' and
5137            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5138            'NDRDISC' and
5139            '1T1C' and
5140            'IP4FWD' and
5141            not 'IPSEC' and 
5142            not 'VHOST'"
5143   parameters:
5144   - "throughput"
5145   - "parent"
5146   traces:
5147     hoverinfo: "x+y"
5148     boxpoints: "outliers"
5149     whiskerwidth: 0
5150   layout:
5151     title: ""  # No title
5152     layout: "plot-throughput"
5153
5154 -
5155   type: "plot"
5156   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
5157   algorithm: "plot_performance_box"
5158   output-file-type: ".html"
5159   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
5160   data: "plot-vpp-throughput-latency-3n-hsw"
5161   filter: "'NIC_Intel-X710' and
5162            '64B' and
5163            'FEATURE' and
5164            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5165            'PDRDISC' and not 'NDRDISC' and
5166            '1T1C' and
5167            'IP4FWD' and
5168            not 'IPSEC' and 
5169            not 'VHOST'"
5170   parameters:
5171   - "throughput"
5172   - "parent"
5173   traces:
5174     hoverinfo: "x+y"
5175     boxpoints: "outliers"
5176     whiskerwidth: 0
5177   layout:
5178     title: ""  # No title
5179     layout: "plot-throughput"
5180
5181 -
5182   type: "plot"
5183   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
5184   algorithm: "plot_performance_box"
5185   output-file-type: ".html"
5186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
5187   data: "plot-vpp-throughput-latency-3n-hsw"
5188   filter: "'NIC_Intel-X710' and
5189            '64B' and
5190            'FEATURE' and
5191            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5192            'NDRDISC' and
5193            '2T2C' and
5194            'IP4FWD' and
5195            not 'IPSEC' and 
5196            not 'VHOST'"
5197   parameters:
5198   - "throughput"
5199   - "parent"
5200   traces:
5201     hoverinfo: "x+y"
5202     boxpoints: "outliers"
5203     whiskerwidth: 0
5204   layout:
5205     title: ""  # No title
5206     layout: "plot-throughput"
5207
5208 -
5209   type: "plot"
5210   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
5211   algorithm: "plot_performance_box"
5212   output-file-type: ".html"
5213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
5214   data: "plot-vpp-throughput-latency-3n-hsw"
5215   filter: "'NIC_Intel-X710' and
5216            '64B' and
5217            'FEATURE' and
5218            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5219            'PDRDISC' and not 'NDRDISC' and
5220            '2T2C' and
5221            'IP4FWD' and
5222            not 'IPSEC' and 
5223            not 'VHOST'"
5224   parameters:
5225   - "throughput"
5226   - "parent"
5227   traces:
5228     hoverinfo: "x+y"
5229     boxpoints: "outliers"
5230     whiskerwidth: 0
5231   layout:
5232     title: ""  # No title
5233     layout: "plot-throughput"
5234
5235 # Packet Throughput - VPP IPv4 3n-hsw-xl710
5236 -
5237   type: "plot"
5238   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5239   algorithm: "plot_performance_box"
5240   output-file-type: ".html"
5241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5242   data: "plot-vpp-throughput-latency-3n-hsw"
5243   filter: "'NIC_Intel-XL710' and
5244            '64B' and
5245            ('BASE' or 'SCALE') and
5246            'NDRDISC' and
5247            '1T1C' and
5248            'IP4FWD' and
5249            not 'IPSEC' and 
5250            not 'VHOST'"
5251   parameters:
5252   - "throughput"
5253   - "parent"
5254   traces:
5255     hoverinfo: "x+y"
5256     boxpoints: "outliers"
5257     whiskerwidth: 0
5258   layout:
5259     title: ""  # No title
5260     layout: "plot-throughput"
5261
5262 -
5263   type: "plot"
5264   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5265   algorithm: "plot_performance_box"
5266   output-file-type: ".html"
5267   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5268   data: "plot-vpp-throughput-latency-3n-hsw"
5269   filter: "'NIC_Intel-XL710' and
5270            '64B' and
5271            ('BASE' or 'SCALE') and
5272            'PDRDISC' and not 'NDRDISC' and
5273            '1T1C' and
5274            'IP4FWD' and
5275            not 'IPSEC' and 
5276            not 'VHOST'"
5277   parameters:
5278   - "throughput"
5279   - "parent"
5280   traces:
5281     hoverinfo: "x+y"
5282     boxpoints: "outliers"
5283     whiskerwidth: 0
5284   layout:
5285     title: ""  # No title
5286     layout: "plot-throughput"
5287
5288 -
5289   type: "plot"
5290   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5291   algorithm: "plot_performance_box"
5292   output-file-type: ".html"
5293   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5294   data: "plot-vpp-throughput-latency-3n-hsw"
5295   filter: "'NIC_Intel-XL710' and
5296            '64B' and
5297            ('BASE' or 'SCALE') and
5298            'NDRDISC' and
5299            '2T2C' and
5300            'IP4FWD' and
5301            not 'IPSEC' and 
5302            not 'VHOST'"
5303   parameters:
5304   - "throughput"
5305   - "parent"
5306   traces:
5307     hoverinfo: "x+y"
5308     boxpoints: "outliers"
5309     whiskerwidth: 0
5310   layout:
5311     title: ""  # No title
5312     layout: "plot-throughput"
5313
5314 -
5315   type: "plot"
5316   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5317   algorithm: "plot_performance_box"
5318   output-file-type: ".html"
5319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5320   data: "plot-vpp-throughput-latency-3n-hsw"
5321   filter: "'NIC_Intel-XL710' and
5322            '64B' and
5323            ('BASE' or 'SCALE') and
5324            'PDRDISC' and not 'NDRDISC' and
5325            '2T2C' and
5326            'IP4FWD' and
5327            not 'IPSEC' and 
5328            not 'VHOST'"
5329   parameters:
5330   - "throughput"
5331   - "parent"
5332   traces:
5333     hoverinfo: "x+y"
5334     boxpoints: "outliers"
5335     whiskerwidth: 0
5336   layout:
5337     title: ""  # No title
5338     layout: "plot-throughput"
5339
5340 # Packet Throughput - VPP IPv4 3n-skx-x710
5341 -
5342   type: "plot"
5343   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5344   algorithm: "plot_performance_box"
5345   output-file-type: ".html"
5346   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5347   data: "plot-vpp-throughput-latency-3n-skx"
5348   filter: "'NIC_Intel-X710' and
5349            '64B' and
5350            ('BASE' or 'SCALE') and
5351            'NDRDISC' and
5352            '2T1C' and
5353            'IP4FWD' and
5354            not 'IPSEC' and 
5355            not 'VHOST'"
5356   parameters:
5357   - "throughput"
5358   - "parent"
5359   traces:
5360     hoverinfo: "x+y"
5361     boxpoints: "outliers"
5362     whiskerwidth: 0
5363   layout:
5364     title: ""  # No title
5365     layout: "plot-throughput"
5366
5367 -
5368   type: "plot"
5369   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5370   algorithm: "plot_performance_box"
5371   output-file-type: ".html"
5372   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5373   data: "plot-vpp-throughput-latency-3n-skx"
5374   filter: "'NIC_Intel-X710' and
5375            '64B' and
5376            ('BASE' or 'SCALE') and
5377            'PDRDISC' and not 'NDRDISC' and
5378            '2T1C' and
5379            'IP4FWD' and
5380            not 'IPSEC' and 
5381            not 'VHOST'"
5382   parameters:
5383   - "throughput"
5384   - "parent"
5385   traces:
5386     hoverinfo: "x+y"
5387     boxpoints: "outliers"
5388     whiskerwidth: 0
5389   layout:
5390     title: ""  # No title
5391     layout: "plot-throughput"
5392
5393 -
5394   type: "plot"
5395   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5396   algorithm: "plot_performance_box"
5397   output-file-type: ".html"
5398   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5399   data: "plot-vpp-throughput-latency-3n-skx"
5400   filter: "'NIC_Intel-X710' and
5401            '64B' and
5402            ('BASE' or 'SCALE') and
5403            'NDRDISC' and
5404            '4T2C' and
5405            'IP4FWD' and
5406            not 'IPSEC' and 
5407            not 'VHOST'"
5408   parameters:
5409   - "throughput"
5410   - "parent"
5411   traces:
5412     hoverinfo: "x+y"
5413     boxpoints: "outliers"
5414     whiskerwidth: 0
5415   layout:
5416     title: ""  # No title
5417     layout: "plot-throughput"
5418
5419 -
5420   type: "plot"
5421   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5422   algorithm: "plot_performance_box"
5423   output-file-type: ".html"
5424   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5425   data: "plot-vpp-throughput-latency-3n-skx"
5426   filter: "'NIC_Intel-X710' and
5427            '64B' and
5428            ('BASE' or 'SCALE') and
5429            'PDRDISC' and not 'NDRDISC' and
5430            '4T2C' and
5431            'IP4FWD' and
5432            not 'IPSEC' and 
5433            not 'VHOST'"
5434   parameters:
5435   - "throughput"
5436   - "parent"
5437   traces:
5438     hoverinfo: "x+y"
5439     boxpoints: "outliers"
5440     whiskerwidth: 0
5441   layout:
5442     title: ""  # No title
5443     layout: "plot-throughput"
5444
5445 -
5446   type: "plot"
5447   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5448   algorithm: "plot_performance_box"
5449   output-file-type: ".html"
5450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5451   data: "plot-vpp-throughput-latency-3n-skx"
5452   filter: "'NIC_Intel-X710' and
5453            '64B' and
5454            'FEATURE' and
5455            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5456            'NDRDISC' and
5457            '2T1C' and
5458            'IP4FWD' and
5459            not 'IPSEC' and 
5460            not 'VHOST'"
5461   parameters:
5462   - "throughput"
5463   - "parent"
5464   traces:
5465     hoverinfo: "x+y"
5466     boxpoints: "outliers"
5467     whiskerwidth: 0
5468   layout:
5469     title: ""  # No title
5470     layout: "plot-throughput"
5471
5472 -
5473   type: "plot"
5474   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5475   algorithm: "plot_performance_box"
5476   output-file-type: ".html"
5477   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5478   data: "plot-vpp-throughput-latency-3n-skx"
5479   filter: "'NIC_Intel-X710' and
5480            '64B' and
5481            'FEATURE' and
5482            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5483            'PDRDISC' and not 'NDRDISC' and
5484            '2T1C' and
5485            'IP4FWD' and
5486            not 'IPSEC' and 
5487            not 'VHOST'"
5488   parameters:
5489   - "throughput"
5490   - "parent"
5491   traces:
5492     hoverinfo: "x+y"
5493     boxpoints: "outliers"
5494     whiskerwidth: 0
5495   layout:
5496     title: ""  # No title
5497     layout: "plot-throughput"
5498
5499 -
5500   type: "plot"
5501   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5502   algorithm: "plot_performance_box"
5503   output-file-type: ".html"
5504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5505   data: "plot-vpp-throughput-latency-3n-skx"
5506   filter: "'NIC_Intel-X710' and
5507            '64B' and
5508            'FEATURE' and
5509            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5510            'NDRDISC' and
5511            '4T2C' and
5512            'IP4FWD' and
5513            not 'IPSEC' and 
5514            not 'VHOST'"
5515   parameters:
5516   - "throughput"
5517   - "parent"
5518   traces:
5519     hoverinfo: "x+y"
5520     boxpoints: "outliers"
5521     whiskerwidth: 0
5522   layout:
5523     title: ""  # No title
5524     layout: "plot-throughput"
5525
5526 -
5527   type: "plot"
5528   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5529   algorithm: "plot_performance_box"
5530   output-file-type: ".html"
5531   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5532   data: "plot-vpp-throughput-latency-3n-skx"
5533   filter: "'NIC_Intel-X710' and
5534            '64B' and
5535            'FEATURE' and
5536            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5537            'PDRDISC' and not 'NDRDISC' and
5538            '4T2C' and
5539            'IP4FWD' and
5540            not 'IPSEC' and 
5541            not 'VHOST'"
5542   parameters:
5543   - "throughput"
5544   - "parent"
5545   traces:
5546     hoverinfo: "x+y"
5547     boxpoints: "outliers"
5548     whiskerwidth: 0
5549   layout:
5550     title: ""  # No title
5551     layout: "plot-throughput"
5552
5553 # Packet Throughput - VPP IPv4 3n-skx-xxv710
5554 -
5555   type: "plot"
5556   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5557   algorithm: "plot_performance_box"
5558   output-file-type: ".html"
5559   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5560   data: "plot-vpp-throughput-latency-3n-skx"
5561   filter: "'NIC_Intel-XXV710' and
5562            '64B' and
5563            ('BASE' or 'SCALE') and
5564            'NDRDISC' and
5565            '2T1C' and
5566            'IP4FWD' and
5567            not 'IPSEC' and 
5568            not 'VHOST'"
5569   parameters:
5570   - "throughput"
5571   - "parent"
5572   traces:
5573     hoverinfo: "x+y"
5574     boxpoints: "outliers"
5575     whiskerwidth: 0
5576   layout:
5577     title: ""  # No title
5578     layout: "plot-throughput"
5579
5580 -
5581   type: "plot"
5582   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5583   algorithm: "plot_performance_box"
5584   output-file-type: ".html"
5585   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5586   data: "plot-vpp-throughput-latency-3n-skx"
5587   filter: "'NIC_Intel-XXV710' and
5588            '64B' and
5589            ('BASE' or 'SCALE') and
5590            'PDRDISC' and not 'NDRDISC' and
5591            '2T1C' and
5592            'IP4FWD' and
5593            not 'IPSEC' and 
5594            not 'VHOST'"
5595   parameters:
5596   - "throughput"
5597   - "parent"
5598   traces:
5599     hoverinfo: "x+y"
5600     boxpoints: "outliers"
5601     whiskerwidth: 0
5602   layout:
5603     title: ""  # No title
5604     layout: "plot-throughput"
5605
5606 -
5607   type: "plot"
5608   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5609   algorithm: "plot_performance_box"
5610   output-file-type: ".html"
5611   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5612   data: "plot-vpp-throughput-latency-3n-skx"
5613   filter: "'NIC_Intel-XXV710' and
5614            '64B' and
5615            ('BASE' or 'SCALE') and
5616            'NDRDISC' and
5617            '4T2C' and
5618            'IP4FWD' and
5619            not 'IPSEC' and 
5620            not 'VHOST'"
5621   parameters:
5622   - "throughput"
5623   - "parent"
5624   traces:
5625     hoverinfo: "x+y"
5626     boxpoints: "outliers"
5627     whiskerwidth: 0
5628   layout:
5629     title: ""  # No title
5630     layout: "plot-throughput"
5631
5632 -
5633   type: "plot"
5634   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5635   algorithm: "plot_performance_box"
5636   output-file-type: ".html"
5637   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5638   data: "plot-vpp-throughput-latency-3n-skx"
5639   filter: "'NIC_Intel-XXV710' and
5640            '64B' and
5641            ('BASE' or 'SCALE') and
5642            'PDRDISC' and not 'NDRDISC' and
5643            '4T2C' and
5644            'IP4FWD' and
5645            not 'IPSEC' and 
5646            not 'VHOST'"
5647   parameters:
5648   - "throughput"
5649   - "parent"
5650   traces:
5651     hoverinfo: "x+y"
5652     boxpoints: "outliers"
5653     whiskerwidth: 0
5654   layout:
5655     title: ""  # No title
5656     layout: "plot-throughput"
5657
5658 -
5659   type: "plot"
5660   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5661   algorithm: "plot_performance_box"
5662   output-file-type: ".html"
5663   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5664   data: "plot-vpp-throughput-latency-3n-skx"
5665   filter: "'NIC_Intel-XXV710' and
5666            '64B' and
5667            'FEATURE' and
5668            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5669            'NDRDISC' and
5670            '2T1C' and
5671            'IP4FWD' and
5672            not 'IPSEC' and 
5673            not 'VHOST'"
5674   parameters:
5675   - "throughput"
5676   - "parent"
5677   traces:
5678     hoverinfo: "x+y"
5679     boxpoints: "outliers"
5680     whiskerwidth: 0
5681   layout:
5682     title: ""  # No title
5683     layout: "plot-throughput"
5684
5685 -
5686   type: "plot"
5687   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5688   algorithm: "plot_performance_box"
5689   output-file-type: ".html"
5690   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5691   data: "plot-vpp-throughput-latency-3n-skx"
5692   filter: "'NIC_Intel-XXV710' and
5693            '64B' and
5694            'FEATURE' and
5695            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5696            'PDRDISC' and not 'NDRDISC' and
5697            '2T1C' and
5698            'IP4FWD' and
5699            not 'IPSEC' and 
5700            not 'VHOST'"
5701   parameters:
5702   - "throughput"
5703   - "parent"
5704   traces:
5705     hoverinfo: "x+y"
5706     boxpoints: "outliers"
5707     whiskerwidth: 0
5708   layout:
5709     title: ""  # No title
5710     layout: "plot-throughput"
5711
5712 -
5713   type: "plot"
5714   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5715   algorithm: "plot_performance_box"
5716   output-file-type: ".html"
5717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5718   data: "plot-vpp-throughput-latency-3n-skx"
5719   filter: "'NIC_Intel-XXV710' and
5720            '64B' and
5721            'FEATURE' and
5722            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5723            'NDRDISC' and
5724            '4T2C' and
5725            'IP4FWD' and
5726            not 'IPSEC' and 
5727            not 'VHOST'"
5728   parameters:
5729   - "throughput"
5730   - "parent"
5731   traces:
5732     hoverinfo: "x+y"
5733     boxpoints: "outliers"
5734     whiskerwidth: 0
5735   layout:
5736     title: ""  # No title
5737     layout: "plot-throughput"
5738
5739 -
5740   type: "plot"
5741   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5742   algorithm: "plot_performance_box"
5743   output-file-type: ".html"
5744   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5745   data: "plot-vpp-throughput-latency-3n-skx"
5746   filter: "'NIC_Intel-XXV710' and
5747            '64B' and
5748            'FEATURE' and
5749            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5750            'PDRDISC' and not 'NDRDISC' and
5751            '4T2C' and
5752            'IP4FWD' and
5753            not 'IPSEC' and 
5754            not 'VHOST'"
5755   parameters:
5756   - "throughput"
5757   - "parent"
5758   traces:
5759     hoverinfo: "x+y"
5760     boxpoints: "outliers"
5761     whiskerwidth: 0
5762   layout:
5763     title: ""  # No title
5764     layout: "plot-throughput"
5765
5766 # Packet Throughput - VPP IPv4 2n-skx-x710
5767 -
5768   type: "plot"
5769   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5770   algorithm: "plot_performance_box"
5771   output-file-type: ".html"
5772   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5773   data: "plot-vpp-throughput-latency-2n-skx"
5774   filter: "'NIC_Intel-X710' and
5775            '64B' and
5776            ('BASE' or 'SCALE') and
5777            'NDRDISC' and
5778            '2T1C' and
5779            'IP4FWD' and
5780            not 'IPSEC' and 
5781            not 'VHOST'"
5782   parameters:
5783   - "throughput"
5784   - "parent"
5785   traces:
5786     hoverinfo: "x+y"
5787     boxpoints: "outliers"
5788     whiskerwidth: 0
5789   layout:
5790     title: ""  # No title
5791     layout: "plot-throughput"
5792
5793 -
5794   type: "plot"
5795   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5796   algorithm: "plot_performance_box"
5797   output-file-type: ".html"
5798   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5799   data: "plot-vpp-throughput-latency-2n-skx"
5800   filter: "'NIC_Intel-X710' and
5801            '64B' and
5802            ('BASE' or 'SCALE') and
5803            'PDRDISC' and not 'NDRDISC' and
5804            '2T1C' and
5805            'IP4FWD' and
5806            not 'IPSEC' and 
5807            not 'VHOST'"
5808   parameters:
5809   - "throughput"
5810   - "parent"
5811   traces:
5812     hoverinfo: "x+y"
5813     boxpoints: "outliers"
5814     whiskerwidth: 0
5815   layout:
5816     title: ""  # No title
5817     layout: "plot-throughput"
5818
5819 -
5820   type: "plot"
5821   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5822   algorithm: "plot_performance_box"
5823   output-file-type: ".html"
5824   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5825   data: "plot-vpp-throughput-latency-2n-skx"
5826   filter: "'NIC_Intel-X710' and
5827            '64B' and
5828            ('BASE' or 'SCALE') and
5829            'NDRDISC' and
5830            '4T2C' and
5831            'IP4FWD' and
5832            not 'IPSEC' and 
5833            not 'VHOST'"
5834   parameters:
5835   - "throughput"
5836   - "parent"
5837   traces:
5838     hoverinfo: "x+y"
5839     boxpoints: "outliers"
5840     whiskerwidth: 0
5841   layout:
5842     title: ""  # No title
5843     layout: "plot-throughput"
5844
5845 -
5846   type: "plot"
5847   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5848   algorithm: "plot_performance_box"
5849   output-file-type: ".html"
5850   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5851   data: "plot-vpp-throughput-latency-2n-skx"
5852   filter: "'NIC_Intel-X710' and
5853            '64B' and
5854            ('BASE' or 'SCALE') and
5855            'PDRDISC' and not 'NDRDISC' and
5856            '4T2C' and
5857            'IP4FWD' and
5858            not 'IPSEC' and 
5859            not 'VHOST'"
5860   parameters:
5861   - "throughput"
5862   - "parent"
5863   traces:
5864     hoverinfo: "x+y"
5865     boxpoints: "outliers"
5866     whiskerwidth: 0
5867   layout:
5868     title: ""  # No title
5869     layout: "plot-throughput"
5870
5871 -
5872   type: "plot"
5873   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-ndr"
5874   algorithm: "plot_performance_box"
5875   output-file-type: ".html"
5876   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-ndr"
5877   data: "plot-vpp-throughput-latency-2n-skx"
5878   filter: "'NIC_Intel-X710' and
5879            '64B' and
5880            'FEATURE' and
5881            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5882            'NDRDISC' and
5883            '2T1C' and
5884            'IP4FWD' and
5885            not 'IPSEC' and 
5886            not 'VHOST'"
5887   parameters:
5888   - "throughput"
5889   - "parent"
5890   traces:
5891     hoverinfo: "x+y"
5892     boxpoints: "outliers"
5893     whiskerwidth: 0
5894   layout:
5895     title: ""  # No title
5896     layout: "plot-throughput"
5897
5898 -
5899   type: "plot"
5900   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-pdr"
5901   algorithm: "plot_performance_box"
5902   output-file-type: ".html"
5903   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-pdr"
5904   data: "plot-vpp-throughput-latency-2n-skx"
5905   filter: "'NIC_Intel-X710' and
5906            '64B' and
5907            'FEATURE' and
5908            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5909            'PDRDISC' and not 'NDRDISC' and
5910            '2T1C' and
5911            'IP4FWD' and
5912            not 'IPSEC' and 
5913            not 'VHOST'"
5914   parameters:
5915   - "throughput"
5916   - "parent"
5917   traces:
5918     hoverinfo: "x+y"
5919     boxpoints: "outliers"
5920     whiskerwidth: 0
5921   layout:
5922     title: ""  # No title
5923     layout: "plot-throughput"
5924
5925 -
5926   type: "plot"
5927   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-ndr"
5928   algorithm: "plot_performance_box"
5929   output-file-type: ".html"
5930   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-ndr"
5931   data: "plot-vpp-throughput-latency-2n-skx"
5932   filter: "'NIC_Intel-X710' and
5933            '64B' and
5934            'FEATURE' and
5935            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5936            'NDRDISC' and
5937            '4T2C' and
5938            'IP4FWD' and
5939            not 'IPSEC' and 
5940            not 'VHOST'"
5941   parameters:
5942   - "throughput"
5943   - "parent"
5944   traces:
5945     hoverinfo: "x+y"
5946     boxpoints: "outliers"
5947     whiskerwidth: 0
5948   layout:
5949     title: ""  # No title
5950     layout: "plot-throughput"
5951
5952 -
5953   type: "plot"
5954   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-pdr"
5955   algorithm: "plot_performance_box"
5956   output-file-type: ".html"
5957   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-pdr"
5958   data: "plot-vpp-throughput-latency-2n-skx"
5959   filter: "'NIC_Intel-X710' and
5960            '64B' and
5961            'FEATURE' and
5962            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5963            'PDRDISC' and not 'NDRDISC' and
5964            '4T2C' and
5965            'IP4FWD' and
5966            not 'IPSEC' and 
5967            not 'VHOST'"
5968   parameters:
5969   - "throughput"
5970   - "parent"
5971   traces:
5972     hoverinfo: "x+y"
5973     boxpoints: "outliers"
5974     whiskerwidth: 0
5975   layout:
5976     title: ""  # No title
5977     layout: "plot-throughput"
5978
5979 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5980 -
5981   type: "plot"
5982   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5983   algorithm: "plot_performance_box"
5984   output-file-type: ".html"
5985   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5986   data: "plot-vpp-throughput-latency-2n-skx"
5987   filter: "'NIC_Intel-XXV710' and
5988            '64B' and
5989            ('BASE' or 'SCALE') and
5990            'NDRDISC' and
5991            '2T1C' and
5992            'IP4FWD' and
5993            not 'IPSEC' and 
5994            not 'VHOST'"
5995   parameters:
5996   - "throughput"
5997   - "parent"
5998   traces:
5999     hoverinfo: "x+y"
6000     boxpoints: "outliers"
6001     whiskerwidth: 0
6002   layout:
6003     title: ""  # No title
6004     layout: "plot-throughput"
6005
6006 -
6007   type: "plot"
6008   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6009   algorithm: "plot_performance_box"
6010   output-file-type: ".html"
6011   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6012   data: "plot-vpp-throughput-latency-2n-skx"
6013   filter: "'NIC_Intel-XXV710' and
6014            '64B' and
6015            ('BASE' or 'SCALE') and
6016            'PDRDISC' and not 'NDRDISC' and
6017            '2T1C' and
6018            'IP4FWD' and
6019            not 'IPSEC' and 
6020            not 'VHOST'"
6021   parameters:
6022   - "throughput"
6023   - "parent"
6024   traces:
6025     hoverinfo: "x+y"
6026     boxpoints: "outliers"
6027     whiskerwidth: 0
6028   layout:
6029     title: ""  # No title
6030     layout: "plot-throughput"
6031
6032 -
6033   type: "plot"
6034   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6035   algorithm: "plot_performance_box"
6036   output-file-type: ".html"
6037   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6038   data: "plot-vpp-throughput-latency-2n-skx"
6039   filter: "'NIC_Intel-XXV710' and
6040            '64B' and
6041            ('BASE' or 'SCALE') and
6042            'NDRDISC' and
6043            '4T2C' and
6044            'IP4FWD' and
6045            not 'IPSEC' and 
6046            not 'VHOST'"
6047   parameters:
6048   - "throughput"
6049   - "parent"
6050   traces:
6051     hoverinfo: "x+y"
6052     boxpoints: "outliers"
6053     whiskerwidth: 0
6054   layout:
6055     title: ""  # No title
6056     layout: "plot-throughput"
6057
6058 -
6059   type: "plot"
6060   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6061   algorithm: "plot_performance_box"
6062   output-file-type: ".html"
6063   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6064   data: "plot-vpp-throughput-latency-2n-skx"
6065   filter: "'NIC_Intel-XXV710' and
6066            '64B' and
6067            ('BASE' or 'SCALE') and
6068            'PDRDISC' and not 'NDRDISC' and
6069            '4T2C' and
6070            'IP4FWD' and
6071            not 'IPSEC' and 
6072            not 'VHOST'"
6073   parameters:
6074   - "throughput"
6075   - "parent"
6076   traces:
6077     hoverinfo: "x+y"
6078     boxpoints: "outliers"
6079     whiskerwidth: 0
6080   layout:
6081     title: ""  # No title
6082     layout: "plot-throughput"
6083
6084 -
6085   type: "plot"
6086   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-features-ndr"
6087   algorithm: "plot_performance_box"
6088   output-file-type: ".html"
6089   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-ndr"
6090   data: "plot-vpp-throughput-latency-2n-skx"
6091   filter: "'NIC_Intel-XXV710' and
6092            '64B' and
6093            'FEATURE' and
6094            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6095            'NDRDISC' and
6096            '2T1C' and
6097            'IP4FWD' and
6098            not 'IPSEC' and 
6099            not 'VHOST'"
6100   parameters:
6101   - "throughput"
6102   - "parent"
6103   traces:
6104     hoverinfo: "x+y"
6105     boxpoints: "outliers"
6106     whiskerwidth: 0
6107   layout:
6108     title: ""  # No title
6109     layout: "plot-throughput"
6110
6111 -
6112   type: "plot"
6113   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-features-pdr"
6114   algorithm: "plot_performance_box"
6115   output-file-type: ".html"
6116   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-pdr"
6117   data: "plot-vpp-throughput-latency-2n-skx"
6118   filter: "'NIC_Intel-XXV710' and
6119            '64B' and
6120            'FEATURE' and
6121            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6122            'PDRDISC' and not 'NDRDISC' and
6123            '2T1C' and
6124            'IP4FWD' and
6125            not 'IPSEC' and 
6126            not 'VHOST'"
6127   parameters:
6128   - "throughput"
6129   - "parent"
6130   traces:
6131     hoverinfo: "x+y"
6132     boxpoints: "outliers"
6133     whiskerwidth: 0
6134   layout:
6135     title: ""  # No title
6136     layout: "plot-throughput"
6137
6138 -
6139   type: "plot"
6140   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-features-ndr"
6141   algorithm: "plot_performance_box"
6142   output-file-type: ".html"
6143   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-ndr"
6144   data: "plot-vpp-throughput-latency-2n-skx"
6145   filter: "'NIC_Intel-XXV710' and
6146            '64B' and
6147            'FEATURE' and
6148            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6149            'NDRDISC' and
6150            '4T2C' and
6151            'IP4FWD' and
6152            not 'IPSEC' and 
6153            not 'VHOST'"
6154   parameters:
6155   - "throughput"
6156   - "parent"
6157   traces:
6158     hoverinfo: "x+y"
6159     boxpoints: "outliers"
6160     whiskerwidth: 0
6161   layout:
6162     title: ""  # No title
6163     layout: "plot-throughput"
6164
6165 -
6166   type: "plot"
6167   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-features-pdr"
6168   algorithm: "plot_performance_box"
6169   output-file-type: ".html"
6170   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-pdr"
6171   data: "plot-vpp-throughput-latency-2n-skx"
6172   filter: "'NIC_Intel-XXV710' and
6173            '64B' and
6174            'FEATURE' and
6175            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6176            'PDRDISC' and not 'NDRDISC' and
6177            '4T2C' and
6178            'IP4FWD' and
6179            not 'IPSEC' and 
6180            not 'VHOST'"
6181   parameters:
6182   - "throughput"
6183   - "parent"
6184   traces:
6185     hoverinfo: "x+y"
6186     boxpoints: "outliers"
6187     whiskerwidth: 0
6188   layout:
6189     title: ""  # No title
6190     layout: "plot-throughput"
6191
6192 ################################################################################
6193
6194 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
6195 -
6196   type: "plot"
6197   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6198   algorithm: "plot_performance_box"
6199   output-file-type: ".html"
6200   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6201   data: "plot-vpp-throughput-latency-3n-hsw"
6202   filter: "'NIC_Intel-X520-DA2' and
6203            '64B' and
6204            'ENCAP' and
6205            'NDRDISC' and
6206            '1T1C' and
6207            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6208            not 'VHOST' and
6209            not 'IPSECHW'"
6210   parameters:
6211   - "throughput"
6212   - "parent"
6213   traces:
6214     hoverinfo: "x+y"
6215     boxpoints: "outliers"
6216     whiskerwidth: 0
6217   layout:
6218     title: ""  # No title
6219     layout: "plot-throughput"
6220
6221 -
6222   type: "plot"
6223   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6224   algorithm: "plot_performance_box"
6225   output-file-type: ".html"
6226   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6227   data: "plot-vpp-throughput-latency-3n-hsw"
6228   filter: "'NIC_Intel-X520-DA2' and
6229            '64B' and
6230            'ENCAP' and
6231            'PDRDISC' and not 'NDRDISC' and
6232            '1T1C' and
6233            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6234            not 'VHOST' and
6235            not 'IPSECHW'"
6236   parameters:
6237   - "throughput"
6238   - "parent"
6239   traces:
6240     hoverinfo: "x+y"
6241     boxpoints: "outliers"
6242     whiskerwidth: 0
6243   layout:
6244     title: ""  # No title
6245     layout: "plot-throughput"
6246
6247 -
6248   type: "plot"
6249   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6250   algorithm: "plot_performance_box"
6251   output-file-type: ".html"
6252   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6253   data: "plot-vpp-throughput-latency-3n-hsw"
6254   filter: "'NIC_Intel-X520-DA2' and
6255            '64B' and
6256            'ENCAP' and
6257            'NDRDISC' and
6258            '2T2C' and
6259            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6260            not 'VHOST' and
6261            not 'IPSECHW'"
6262   parameters:
6263   - "throughput"
6264   - "parent"
6265   traces:
6266     hoverinfo: "x+y"
6267     boxpoints: "outliers"
6268     whiskerwidth: 0
6269   layout:
6270     title: ""  # No title
6271     layout: "plot-throughput"
6272
6273 -
6274   type: "plot"
6275   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6276   algorithm: "plot_performance_box"
6277   output-file-type: ".html"
6278   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6279   data: "plot-vpp-throughput-latency-3n-hsw"
6280   filter: "'NIC_Intel-X520-DA2' and
6281            '64B' and
6282            'ENCAP' and
6283            'PDRDISC' and not 'NDRDISC' and
6284            '2T2C' and
6285            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6286            not 'VHOST' and
6287            not 'IPSECHW'"
6288   parameters:
6289   - "throughput"
6290   - "parent"
6291   traces:
6292     hoverinfo: "x+y"
6293     boxpoints: "outliers"
6294     whiskerwidth: 0
6295   layout:
6296     title: ""  # No title
6297     layout: "plot-throughput"
6298
6299 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
6300 -
6301   type: "plot"
6302   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6303   algorithm: "plot_performance_box"
6304   output-file-type: ".html"
6305   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6306   data: "plot-vpp-throughput-latency-3n-hsw"
6307   filter: "'NIC_Intel-X710' and
6308            '64B' and
6309            'ENCAP' and
6310            'NDRDISC' and
6311            '1T1C' and
6312            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6313            not 'VHOST' and
6314            not 'IPSECHW'"
6315   parameters:
6316   - "throughput"
6317   - "parent"
6318   traces:
6319     hoverinfo: "x+y"
6320     boxpoints: "outliers"
6321     whiskerwidth: 0
6322   layout:
6323     title: ""  # No title
6324     layout: "plot-throughput"
6325
6326 -
6327   type: "plot"
6328   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6329   algorithm: "plot_performance_box"
6330   output-file-type: ".html"
6331   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6332   data: "plot-vpp-throughput-latency-3n-hsw"
6333   filter: "'NIC_Intel-X710' and
6334            '64B' and
6335            'ENCAP' and
6336            'PDRDISC' and not 'NDRDISC' and
6337            '1T1C' and
6338            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6339            not 'VHOST' and
6340            not 'IPSECHW'"
6341   parameters:
6342   - "throughput"
6343   - "parent"
6344   traces:
6345     hoverinfo: "x+y"
6346     boxpoints: "outliers"
6347     whiskerwidth: 0
6348   layout:
6349     title: ""  # No title
6350     layout: "plot-throughput"
6351
6352 -
6353   type: "plot"
6354   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6355   algorithm: "plot_performance_box"
6356   output-file-type: ".html"
6357   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6358   data: "plot-vpp-throughput-latency-3n-hsw"
6359   filter: "'NIC_Intel-X710' and
6360            '64B' and
6361            'ENCAP' and
6362            'NDRDISC' and
6363            '2T2C' and
6364            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6365            not 'VHOST' and
6366            not 'IPSECHW'"
6367   parameters:
6368   - "throughput"
6369   - "parent"
6370   traces:
6371     hoverinfo: "x+y"
6372     boxpoints: "outliers"
6373     whiskerwidth: 0
6374   layout:
6375     title: ""  # No title
6376     layout: "plot-throughput"
6377
6378 -
6379   type: "plot"
6380   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6381   algorithm: "plot_performance_box"
6382   output-file-type: ".html"
6383   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6384   data: "plot-vpp-throughput-latency-3n-hsw"
6385   filter: "'NIC_Intel-X710' and
6386            '64B' and
6387            'ENCAP' and
6388            'PDRDISC' and not 'NDRDISC' and
6389            '2T2C' and
6390            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6391            not 'VHOST' and
6392            not 'IPSECHW'"
6393   parameters:
6394   - "throughput"
6395   - "parent"
6396   traces:
6397     hoverinfo: "x+y"
6398     boxpoints: "outliers"
6399     whiskerwidth: 0
6400   layout:
6401     title: ""  # No title
6402     layout: "plot-throughput"
6403
6404 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
6405 -
6406   type: "plot"
6407   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6408   algorithm: "plot_performance_box"
6409   output-file-type: ".html"
6410   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6411   data: "plot-vpp-throughput-latency-3n-skx"
6412   filter: "'NIC_Intel-X710' and
6413            '64B' and
6414            'ENCAP' and
6415            'NDRDISC' and
6416            '2T1C' and
6417            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6418            not 'VHOST' and
6419            not 'IPSECHW'"
6420   parameters:
6421   - "throughput"
6422   - "parent"
6423   traces:
6424     hoverinfo: "x+y"
6425     boxpoints: "outliers"
6426     whiskerwidth: 0
6427   layout:
6428     title: ""  # No title
6429     layout: "plot-throughput"
6430
6431 -
6432   type: "plot"
6433   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6434   algorithm: "plot_performance_box"
6435   output-file-type: ".html"
6436   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6437   data: "plot-vpp-throughput-latency-3n-skx"
6438   filter: "'NIC_Intel-X710' and
6439            '64B' and
6440            'ENCAP' and
6441            'PDRDISC' and not 'NDRDISC' and
6442            '2T1C' and
6443            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6444            not 'VHOST' and
6445            not 'IPSECHW'"
6446   parameters:
6447   - "throughput"
6448   - "parent"
6449   traces:
6450     hoverinfo: "x+y"
6451     boxpoints: "outliers"
6452     whiskerwidth: 0
6453   layout:
6454     title: ""  # No title
6455     layout: "plot-throughput"
6456
6457 -
6458   type: "plot"
6459   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6460   algorithm: "plot_performance_box"
6461   output-file-type: ".html"
6462   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6463   data: "plot-vpp-throughput-latency-3n-skx"
6464   filter: "'NIC_Intel-X710' and
6465            '64B' and
6466            'ENCAP' and
6467            'NDRDISC' and
6468            '4T2C' and
6469            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6470            not 'VHOST' and
6471            not 'IPSECHW'"
6472   parameters:
6473   - "throughput"
6474   - "parent"
6475   traces:
6476     hoverinfo: "x+y"
6477     boxpoints: "outliers"
6478     whiskerwidth: 0
6479   layout:
6480     title: ""  # No title
6481     layout: "plot-throughput"
6482
6483 -
6484   type: "plot"
6485   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6486   algorithm: "plot_performance_box"
6487   output-file-type: ".html"
6488   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6489   data: "plot-vpp-throughput-latency-3n-skx"
6490   filter: "'NIC_Intel-X710' and
6491            '64B' and
6492            'ENCAP' and
6493            'PDRDISC' and not 'NDRDISC' and
6494            '4T2C' and
6495            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6496            not 'VHOST' and
6497            not 'IPSECHW'"
6498   parameters:
6499   - "throughput"
6500   - "parent"
6501   traces:
6502     hoverinfo: "x+y"
6503     boxpoints: "outliers"
6504     whiskerwidth: 0
6505   layout:
6506     title: ""  # No title
6507     layout: "plot-throughput"
6508
6509 # Packet Throughput - VPP IPv4 tunnels 3n-skx-xxv710
6510 -
6511   type: "plot"
6512   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6513   algorithm: "plot_performance_box"
6514   output-file-type: ".html"
6515   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6516   data: "plot-vpp-throughput-latency-3n-skx"
6517   filter: "'NIC_Intel-XXV710' and
6518            '64B' and
6519            'ENCAP' and
6520            'NDRDISC' and
6521            '2T1C' and
6522            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6523            not 'VHOST' and
6524            not 'IPSECHW'"
6525   parameters:
6526   - "throughput"
6527   - "parent"
6528   traces:
6529     hoverinfo: "x+y"
6530     boxpoints: "outliers"
6531     whiskerwidth: 0
6532   layout:
6533     title: ""  # No title
6534     layout: "plot-throughput"
6535
6536 -
6537   type: "plot"
6538   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6539   algorithm: "plot_performance_box"
6540   output-file-type: ".html"
6541   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6542   data: "plot-vpp-throughput-latency-3n-skx"
6543   filter: "'NIC_Intel-XXV710' and
6544            '64B' and
6545            'ENCAP' and
6546            'PDRDISC' and not 'NDRDISC' and
6547            '2T1C' and
6548            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6549            not 'VHOST' and
6550            not 'IPSECHW'"
6551   parameters:
6552   - "throughput"
6553   - "parent"
6554   traces:
6555     hoverinfo: "x+y"
6556     boxpoints: "outliers"
6557     whiskerwidth: 0
6558   layout:
6559     title: ""  # No title
6560     layout: "plot-throughput"
6561
6562 -
6563   type: "plot"
6564   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6565   algorithm: "plot_performance_box"
6566   output-file-type: ".html"
6567   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6568   data: "plot-vpp-throughput-latency-3n-skx"
6569   filter: "'NIC_Intel-XXV710' and
6570            '64B' and
6571            'ENCAP' and
6572            'NDRDISC' and
6573            '4T2C' and
6574            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6575            not 'VHOST' and
6576            not 'IPSECHW'"
6577   parameters:
6578   - "throughput"
6579   - "parent"
6580   traces:
6581     hoverinfo: "x+y"
6582     boxpoints: "outliers"
6583     whiskerwidth: 0
6584   layout:
6585     title: ""  # No title
6586     layout: "plot-throughput"
6587
6588 -
6589   type: "plot"
6590   title: "VPP Throughput: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6591   algorithm: "plot_performance_box"
6592   output-file-type: ".html"
6593   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6594   data: "plot-vpp-throughput-latency-3n-skx"
6595   filter: "'NIC_Intel-XXV710' and
6596            '64B' and
6597            'ENCAP' and
6598            'PDRDISC' and not 'NDRDISC' and
6599            '4T2C' and
6600            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6601            not 'VHOST' and
6602            not 'IPSECHW'"
6603   parameters:
6604   - "throughput"
6605   - "parent"
6606   traces:
6607     hoverinfo: "x+y"
6608     boxpoints: "outliers"
6609     whiskerwidth: 0
6610   layout:
6611     title: ""  # No title
6612     layout: "plot-throughput"
6613
6614 # Packet Throughput - VPP IPv4 tunnels 2n-skx-x710
6615 -
6616   type: "plot"
6617   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6618   algorithm: "plot_performance_box"
6619   output-file-type: ".html"
6620   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6621   data: "plot-vpp-throughput-latency-2n-skx"
6622   filter: "'NIC_Intel-X710' and
6623            '64B' and
6624            'ENCAP' and
6625            'NDRDISC' and
6626            '2T1C' and
6627            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6628            not 'VHOST' and
6629            not 'IPSECHW'"
6630   parameters:
6631   - "throughput"
6632   - "parent"
6633   traces:
6634     hoverinfo: "x+y"
6635     boxpoints: "outliers"
6636     whiskerwidth: 0
6637   layout:
6638     title: ""  # No title
6639     layout: "plot-throughput"
6640
6641 -
6642   type: "plot"
6643   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6644   algorithm: "plot_performance_box"
6645   output-file-type: ".html"
6646   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6647   data: "plot-vpp-throughput-latency-2n-skx"
6648   filter: "'NIC_Intel-X710' and
6649            '64B' and
6650            'ENCAP' and
6651            'PDRDISC' and not 'NDRDISC' and
6652            '2T1C' and
6653            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6654            not 'VHOST' and
6655            not 'IPSECHW'"
6656   parameters:
6657   - "throughput"
6658   - "parent"
6659   traces:
6660     hoverinfo: "x+y"
6661     boxpoints: "outliers"
6662     whiskerwidth: 0
6663   layout:
6664     title: ""  # No title
6665     layout: "plot-throughput"
6666
6667 -
6668   type: "plot"
6669   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6670   algorithm: "plot_performance_box"
6671   output-file-type: ".html"
6672   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6673   data: "plot-vpp-throughput-latency-2n-skx"
6674   filter: "'NIC_Intel-X710' and
6675            '64B' and
6676            'ENCAP' and
6677            'NDRDISC' and
6678            '4T2C' and
6679            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6680            not 'VHOST' and
6681            not 'IPSECHW'"
6682   parameters:
6683   - "throughput"
6684   - "parent"
6685   traces:
6686     hoverinfo: "x+y"
6687     boxpoints: "outliers"
6688     whiskerwidth: 0
6689   layout:
6690     title: ""  # No title
6691     layout: "plot-throughput"
6692
6693 -
6694   type: "plot"
6695   title: "VPP Throughput: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6696   algorithm: "plot_performance_box"
6697   output-file-type: ".html"
6698   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6699   data: "plot-vpp-throughput-latency-2n-skx"
6700   filter: "'NIC_Intel-X710' and
6701            '64B' and
6702            'ENCAP' and
6703            'PDRDISC' and not 'NDRDISC' and
6704            '4T2C' and
6705            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6706            not 'VHOST' and
6707            not 'IPSECHW'"
6708   parameters:
6709   - "throughput"
6710   - "parent"
6711   traces:
6712     hoverinfo: "x+y"
6713     boxpoints: "outliers"
6714     whiskerwidth: 0
6715   layout:
6716     title: ""  # No title
6717     layout: "plot-throughput"
6718
6719 # Packet Throughput - VPP IPv4 tunnels 2n-skx-xxv710
6720 -
6721   type: "plot"
6722   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6723   algorithm: "plot_performance_box"
6724   output-file-type: ".html"
6725   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6726   data: "plot-vpp-throughput-latency-2n-skx"
6727   filter: "'NIC_Intel-XXV710' and
6728            '64B' and
6729            'ENCAP' and
6730            'NDRDISC' and
6731            '2T1C' and
6732            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6733            not 'VHOST' and
6734            not 'IPSECHW'"
6735   parameters:
6736   - "throughput"
6737   - "parent"
6738   traces:
6739     hoverinfo: "x+y"
6740     boxpoints: "outliers"
6741     whiskerwidth: 0
6742   layout:
6743     title: ""  # No title
6744     layout: "plot-throughput"
6745
6746 -
6747   type: "plot"
6748   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6749   algorithm: "plot_performance_box"
6750   output-file-type: ".html"
6751   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6752   data: "plot-vpp-throughput-latency-2n-skx"
6753   filter: "'NIC_Intel-XXV710' and
6754            '64B' and
6755            'ENCAP' and
6756            'PDRDISC' and not 'NDRDISC' and
6757            '2T1C' and
6758            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6759            not 'VHOST' and
6760            not 'IPSECHW'"
6761   parameters:
6762   - "throughput"
6763   - "parent"
6764   traces:
6765     hoverinfo: "x+y"
6766     boxpoints: "outliers"
6767     whiskerwidth: 0
6768   layout:
6769     title: ""  # No title
6770     layout: "plot-throughput"
6771
6772 -
6773   type: "plot"
6774   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6775   algorithm: "plot_performance_box"
6776   output-file-type: ".html"
6777   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6778   data: "plot-vpp-throughput-latency-2n-skx"
6779   filter: "'NIC_Intel-XXV710' and
6780            '64B' and
6781            'ENCAP' and
6782            'NDRDISC' and
6783            '4T2C' and
6784            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6785            not 'VHOST' and
6786            not 'IPSECHW'"
6787   parameters:
6788   - "throughput"
6789   - "parent"
6790   traces:
6791     hoverinfo: "x+y"
6792     boxpoints: "outliers"
6793     whiskerwidth: 0
6794   layout:
6795     title: ""  # No title
6796     layout: "plot-throughput"
6797
6798 -
6799   type: "plot"
6800   title: "VPP Throughput: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6801   algorithm: "plot_performance_box"
6802   output-file-type: ".html"
6803   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6804   data: "plot-vpp-throughput-latency-2n-skx"
6805   filter: "'NIC_Intel-XXV710' and
6806            '64B' and
6807            'ENCAP' and
6808            'PDRDISC' and not 'NDRDISC' and
6809            '4T2C' and
6810            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6811            not 'VHOST' and
6812            not 'IPSECHW'"
6813   parameters:
6814   - "throughput"
6815   - "parent"
6816   traces:
6817     hoverinfo: "x+y"
6818     boxpoints: "outliers"
6819     whiskerwidth: 0
6820   layout:
6821     title: ""  # No title
6822     layout: "plot-throughput"
6823
6824 ################################################################################
6825
6826 # Packet Throughput - VPP IPv6 3n-hsw-x520
6827 -
6828   type: "plot"
6829   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6830   algorithm: "plot_performance_box"
6831   output-file-type: ".html"
6832   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6833   data: "plot-vpp-throughput-latency-3n-hsw"
6834   filter: "'NIC_Intel-X520-DA2' and
6835            '78B' and
6836            ('BASE' or 'SCALE') and
6837            'NDRDISC' and
6838            '1T1C' and
6839            'IP6FWD' and
6840            not 'SRv6' and
6841            not 'IPSEC' and 
6842            not 'VHOST'"
6843   parameters:
6844   - "throughput"
6845   - "parent"
6846   traces:
6847     hoverinfo: "x+y"
6848     boxpoints: "outliers"
6849     whiskerwidth: 0
6850   layout:
6851     title: ""  # No title
6852     layout: "plot-throughput"
6853
6854 -
6855   type: "plot"
6856   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6857   algorithm: "plot_performance_box"
6858   output-file-type: ".html"
6859   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6860   data: "plot-vpp-throughput-latency-3n-hsw"
6861   filter: "'NIC_Intel-X520-DA2' and
6862            '78B' and
6863            ('BASE' or 'SCALE') and
6864            'PDRDISC' and not 'NDRDISC' and
6865            '1T1C' and
6866            'IP6FWD' and
6867            not 'SRv6' and
6868            not 'IPSEC' and 
6869            not 'VHOST'"
6870   parameters:
6871   - "throughput"
6872   - "parent"
6873   traces:
6874     hoverinfo: "x+y"
6875     boxpoints: "outliers"
6876     whiskerwidth: 0
6877   layout:
6878     title: ""  # No title
6879     layout: "plot-throughput"
6880
6881 -
6882   type: "plot"
6883   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6884   algorithm: "plot_performance_box"
6885   output-file-type: ".html"
6886   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6887   data: "plot-vpp-throughput-latency-3n-hsw"
6888   filter: "'NIC_Intel-X520-DA2' and
6889            '78B' and
6890            ('BASE' or 'SCALE') and
6891            'NDRDISC' and
6892            '2T2C' and
6893            'IP6FWD' and
6894            not 'SRv6' and
6895            not 'IPSEC' and 
6896            not 'VHOST'"
6897   parameters:
6898   - "throughput"
6899   - "parent"
6900   traces:
6901     hoverinfo: "x+y"
6902     boxpoints: "outliers"
6903     whiskerwidth: 0
6904   layout:
6905     title: ""  # No title
6906     layout: "plot-throughput"
6907
6908 -
6909   type: "plot"
6910   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6911   algorithm: "plot_performance_box"
6912   output-file-type: ".html"
6913   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6914   data: "plot-vpp-throughput-latency-3n-hsw"
6915   filter: "'NIC_Intel-X520-DA2' and
6916            '78B' and
6917            ('BASE' or 'SCALE') and
6918            'PDRDISC' and not 'NDRDISC' and
6919            '2T2C' and
6920            'IP6FWD' and
6921            not 'SRv6' and
6922            not 'IPSEC' and 
6923            not 'VHOST'"
6924   parameters:
6925   - "throughput"
6926   - "parent"
6927   traces:
6928     hoverinfo: "x+y"
6929     boxpoints: "outliers"
6930     whiskerwidth: 0
6931   layout:
6932     title: ""  # No title
6933     layout: "plot-throughput"
6934
6935 -
6936   type: "plot"
6937   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6938   algorithm: "plot_performance_box"
6939   output-file-type: ".html"
6940   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6941   data: "plot-vpp-throughput-latency-3n-hsw"
6942   filter: "'NIC_Intel-X520-DA2' and
6943            '78B' and
6944            'FEATURE' and
6945            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6946            'NDRDISC' and
6947            '1T1C' and
6948            'IP6FWD' and
6949            not 'SRv6' and
6950            not 'IPSEC' and 
6951            not 'VHOST'"
6952   parameters:
6953   - "throughput"
6954   - "parent"
6955   traces:
6956     hoverinfo: "x+y"
6957     boxpoints: "outliers"
6958     whiskerwidth: 0
6959   layout:
6960     title: ""  # No title
6961     layout: "plot-throughput"
6962
6963 -
6964   type: "plot"
6965   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6966   algorithm: "plot_performance_box"
6967   output-file-type: ".html"
6968   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6969   data: "plot-vpp-throughput-latency-3n-hsw"
6970   filter: "'NIC_Intel-X520-DA2' and
6971            '78B' and
6972            'FEATURE' and
6973            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6974            'PDRDISC' and not 'NDRDISC' and
6975            '1T1C' and
6976            'IP6FWD' and
6977            not 'SRv6' and
6978            not 'IPSEC' and 
6979            not 'VHOST'"
6980   parameters:
6981   - "throughput"
6982   - "parent"
6983   traces:
6984     hoverinfo: "x+y"
6985     boxpoints: "outliers"
6986     whiskerwidth: 0
6987   layout:
6988     title: ""  # No title
6989     layout: "plot-throughput"
6990
6991 -
6992   type: "plot"
6993   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6994   algorithm: "plot_performance_box"
6995   output-file-type: ".html"
6996   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6997   data: "plot-vpp-throughput-latency-3n-hsw"
6998   filter: "'NIC_Intel-X520-DA2' and
6999            '78B' and
7000            'FEATURE' and
7001            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7002            'NDRDISC' and
7003            '2T2C' and
7004            not 'SRv6' and
7005            'IP6FWD' and
7006            not 'IPSEC' and 
7007            not 'VHOST'"
7008   parameters:
7009   - "throughput"
7010   - "parent"
7011   traces:
7012     hoverinfo: "x+y"
7013     boxpoints: "outliers"
7014     whiskerwidth: 0
7015   layout:
7016     title: ""  # No title
7017     layout: "plot-throughput"
7018
7019 -
7020   type: "plot"
7021   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-pdr"
7022   algorithm: "plot_performance_box"
7023   output-file-type: ".html"
7024   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-pdr"
7025   data: "plot-vpp-throughput-latency-3n-hsw"
7026   filter: "'NIC_Intel-X520-DA2' and
7027            '78B' and
7028            'FEATURE' and
7029            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7030            'PDRDISC' and not 'NDRDISC' and
7031            '2T2C' and
7032            'IP6FWD' and
7033            not 'SRv6' and
7034            not 'IPSEC' and 
7035            not 'VHOST'"
7036   parameters:
7037   - "throughput"
7038   - "parent"
7039   traces:
7040     hoverinfo: "x+y"
7041     boxpoints: "outliers"
7042     whiskerwidth: 0
7043   layout:
7044     title: ""  # No title
7045     layout: "plot-throughput"
7046
7047 # Packet Throughput - VPP IPv6 3n-hsw-x710
7048 -
7049   type: "plot"
7050   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
7051   algorithm: "plot_performance_box"
7052   output-file-type: ".html"
7053   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
7054   data: "plot-vpp-throughput-latency-3n-hsw"
7055   filter: "'NIC_Intel-X710' and
7056            '78B' and
7057            ('BASE' or 'SCALE') and
7058            'NDRDISC' and
7059            '1T1C' and
7060            'IP6FWD' and
7061            not 'SRv6' and
7062            not 'IPSEC' and 
7063            not 'VHOST'"
7064   parameters:
7065   - "throughput"
7066   - "parent"
7067   traces:
7068     hoverinfo: "x+y"
7069     boxpoints: "outliers"
7070     whiskerwidth: 0
7071   layout:
7072     title: ""  # No title
7073     layout: "plot-throughput"
7074
7075 -
7076   type: "plot"
7077   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
7078   algorithm: "plot_performance_box"
7079   output-file-type: ".html"
7080   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
7081   data: "plot-vpp-throughput-latency-3n-hsw"
7082   filter: "'NIC_Intel-X710' and
7083            '78B' and
7084            ('BASE' or 'SCALE') and
7085            'PDRDISC' and not 'NDRDISC' and
7086            '1T1C' and
7087            'IP6FWD' and
7088            not 'SRv6' and
7089            not 'IPSEC' and 
7090            not 'VHOST'"
7091   parameters:
7092   - "throughput"
7093   - "parent"
7094   traces:
7095     hoverinfo: "x+y"
7096     boxpoints: "outliers"
7097     whiskerwidth: 0
7098   layout:
7099     title: ""  # No title
7100     layout: "plot-throughput"
7101
7102 -
7103   type: "plot"
7104   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
7105   algorithm: "plot_performance_box"
7106   output-file-type: ".html"
7107   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
7108   data: "plot-vpp-throughput-latency-3n-hsw"
7109   filter: "'NIC_Intel-X710' and
7110            '78B' and
7111            ('BASE' or 'SCALE') and
7112            'NDRDISC' and
7113            '2T2C' and
7114            'IP6FWD' and
7115            not 'SRv6' and
7116            not 'IPSEC' and 
7117            not 'VHOST'"
7118   parameters:
7119   - "throughput"
7120   - "parent"
7121   traces:
7122     hoverinfo: "x+y"
7123     boxpoints: "outliers"
7124     whiskerwidth: 0
7125   layout:
7126     title: ""  # No title
7127     layout: "plot-throughput"
7128
7129 -
7130   type: "plot"
7131   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
7132   algorithm: "plot_performance_box"
7133   output-file-type: ".html"
7134   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
7135   data: "plot-vpp-throughput-latency-3n-hsw"
7136   filter: "'NIC_Intel-X710' and
7137            '78B' and
7138            ('BASE' or 'SCALE') and
7139            'PDRDISC' and not 'NDRDISC' and
7140            '2T2C' and
7141            'IP6FWD' and
7142            not 'SRv6' and
7143            not 'IPSEC' and 
7144            not 'VHOST'"
7145   parameters:
7146   - "throughput"
7147   - "parent"
7148   traces:
7149     hoverinfo: "x+y"
7150     boxpoints: "outliers"
7151     whiskerwidth: 0
7152   layout:
7153     title: ""  # No title
7154     layout: "plot-throughput"
7155
7156 -
7157   type: "plot"
7158   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-ndr"
7159   algorithm: "plot_performance_box"
7160   output-file-type: ".html"
7161   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr"
7162   data: "plot-vpp-throughput-latency-3n-hsw"
7163   filter: "'NIC_Intel-X710' and
7164            '78B' and
7165            'FEATURE' and
7166            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7167            'NDRDISC' and
7168            '1T1C' and
7169            'IP6FWD' and
7170            not 'SRv6' and
7171            not 'IPSEC' and 
7172            not 'VHOST'"
7173   parameters:
7174   - "throughput"
7175   - "parent"
7176   traces:
7177     hoverinfo: "x+y"
7178     boxpoints: "outliers"
7179     whiskerwidth: 0
7180   layout:
7181     title: ""  # No title
7182     layout: "plot-throughput"
7183
7184 -
7185   type: "plot"
7186   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-pdr"
7187   algorithm: "plot_performance_box"
7188   output-file-type: ".html"
7189   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-pdr"
7190   data: "plot-vpp-throughput-latency-3n-hsw"
7191   filter: "'NIC_Intel-X710' and
7192            '78B' and
7193            'FEATURE' and
7194            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7195            'PDRDISC' and not 'NDRDISC' and
7196            '1T1C' and
7197            'IP6FWD' and
7198            not 'SRv6' and
7199            not 'IPSEC' and 
7200            not 'VHOST'"
7201   parameters:
7202   - "throughput"
7203   - "parent"
7204   traces:
7205     hoverinfo: "x+y"
7206     boxpoints: "outliers"
7207     whiskerwidth: 0
7208   layout:
7209     title: ""  # No title
7210     layout: "plot-throughput"
7211
7212 -
7213   type: "plot"
7214   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-ndr"
7215   algorithm: "plot_performance_box"
7216   output-file-type: ".html"
7217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr"
7218   data: "plot-vpp-throughput-latency-3n-hsw"
7219   filter: "'NIC_Intel-X710' and
7220            '78B' and
7221            'FEATURE' and
7222            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7223            'NDRDISC' and
7224            '2T2C' and
7225            'IP6FWD' and
7226            not 'SRv6' and
7227            not 'IPSEC' and 
7228            not 'VHOST'"
7229   parameters:
7230   - "throughput"
7231   - "parent"
7232   traces:
7233     hoverinfo: "x+y"
7234     boxpoints: "outliers"
7235     whiskerwidth: 0
7236   layout:
7237     title: ""  # No title
7238     layout: "plot-throughput"
7239
7240 -
7241   type: "plot"
7242   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-pdr"
7243   algorithm: "plot_performance_box"
7244   output-file-type: ".html"
7245   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-pdr"
7246   data: "plot-vpp-throughput-latency-3n-hsw"
7247   filter: "'NIC_Intel-X710' and
7248            '78B' and
7249            'FEATURE' and
7250            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7251            'PDRDISC' and not 'NDRDISC' and
7252            '2T2C' and
7253            'IP6FWD' and
7254            not 'SRv6' and
7255            not 'IPSEC' and 
7256            not 'VHOST'"
7257   parameters:
7258   - "throughput"
7259   - "parent"
7260   traces:
7261     hoverinfo: "x+y"
7262     boxpoints: "outliers"
7263     whiskerwidth: 0
7264   layout:
7265     title: ""  # No title
7266     layout: "plot-throughput"
7267
7268 # Packet Throughput - VPP IPv6 3n-hsw-xl710
7269 -
7270   type: "plot"
7271   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
7272   algorithm: "plot_performance_box"
7273   output-file-type: ".html"
7274   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
7275   data: "plot-vpp-throughput-latency-3n-hsw"
7276   filter: "'NIC_Intel-XL710' and
7277            '78B' and
7278            ('BASE' or 'SCALE') and
7279            'NDRDISC' and
7280            '1T1C' and
7281            'IP6FWD' and
7282            not 'SRv6' and
7283            not 'IPSEC' and 
7284            not 'VHOST'"
7285   parameters:
7286   - "throughput"
7287   - "parent"
7288   traces:
7289     hoverinfo: "x+y"
7290     boxpoints: "outliers"
7291     whiskerwidth: 0
7292   layout:
7293     title: ""  # No title
7294     layout: "plot-throughput"
7295
7296 -
7297   type: "plot"
7298   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
7299   algorithm: "plot_performance_box"
7300   output-file-type: ".html"
7301   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
7302   data: "plot-vpp-throughput-latency-3n-hsw"
7303   filter: "'NIC_Intel-XL710' and
7304            '78B' and
7305            ('BASE' or 'SCALE') and
7306            'PDRDISC' and not 'NDRDISC' and
7307            '1T1C' and
7308            'IP6FWD' and
7309            not 'SRv6' and
7310            not 'IPSEC' and 
7311            not 'VHOST'"
7312   parameters:
7313   - "throughput"
7314   - "parent"
7315   traces:
7316     hoverinfo: "x+y"
7317     boxpoints: "outliers"
7318     whiskerwidth: 0
7319   layout:
7320     title: ""  # No title
7321     layout: "plot-throughput"
7322
7323 -
7324   type: "plot"
7325   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
7326   algorithm: "plot_performance_box"
7327   output-file-type: ".html"
7328   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
7329   data: "plot-vpp-throughput-latency-3n-hsw"
7330   filter: "'NIC_Intel-XL710' and
7331            '78B' and
7332            ('BASE' or 'SCALE') and
7333            'NDRDISC' and
7334            '2T2C' and
7335            'IP6FWD' and
7336            not 'SRv6' and
7337            not 'IPSEC' and 
7338            not 'VHOST'"
7339   parameters:
7340   - "throughput"
7341   - "parent"
7342   traces:
7343     hoverinfo: "x+y"
7344     boxpoints: "outliers"
7345     whiskerwidth: 0
7346   layout:
7347     title: ""  # No title
7348     layout: "plot-throughput"
7349
7350 -
7351   type: "plot"
7352   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
7353   algorithm: "plot_performance_box"
7354   output-file-type: ".html"
7355   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
7356   data: "plot-vpp-throughput-latency-3n-hsw"
7357   filter: "'NIC_Intel-XL710' and
7358            '78B' and
7359            ('BASE' or 'SCALE') and
7360            'PDRDISC' and not 'NDRDISC' and
7361            '2T2C' and
7362            'IP6FWD' and
7363            not 'SRv6' and
7364            not 'IPSEC' and 
7365            not 'VHOST'"
7366   parameters:
7367   - "throughput"
7368   - "parent"
7369   traces:
7370     hoverinfo: "x+y"
7371     boxpoints: "outliers"
7372     whiskerwidth: 0
7373   layout:
7374     title: ""  # No title
7375     layout: "plot-throughput"
7376
7377 # Packet Throughput - VPP IPv6 3n-skx-x710
7378 -
7379   type: "plot"
7380   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
7381   algorithm: "plot_performance_box"
7382   output-file-type: ".html"
7383   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
7384   data: "plot-vpp-throughput-latency-3n-skx"
7385   filter: "'NIC_Intel-X710' and
7386            '78B' and
7387            ('BASE' or 'SCALE') and
7388            'NDRDISC' and
7389            '2T1C' and
7390            'IP6FWD' and
7391            not 'SRv6' and
7392            not 'IPSEC' and 
7393            not 'VHOST'"
7394   parameters:
7395   - "throughput"
7396   - "parent"
7397   traces:
7398     hoverinfo: "x+y"
7399     boxpoints: "outliers"
7400     whiskerwidth: 0
7401   layout:
7402     title: ""  # No title
7403     layout: "plot-throughput"
7404
7405 -
7406   type: "plot"
7407   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
7408   algorithm: "plot_performance_box"
7409   output-file-type: ".html"
7410   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
7411   data: "plot-vpp-throughput-latency-3n-skx"
7412   filter: "'NIC_Intel-X710' and
7413            '78B' and
7414            ('BASE' or 'SCALE') and
7415            'PDRDISC' and not 'NDRDISC' and
7416            '2T1C' and
7417            'IP6FWD' and
7418            not 'SRv6' and
7419            not 'IPSEC' and 
7420            not 'VHOST'"
7421   parameters:
7422   - "throughput"
7423   - "parent"
7424   traces:
7425     hoverinfo: "x+y"
7426     boxpoints: "outliers"
7427     whiskerwidth: 0
7428   layout:
7429     title: ""  # No title
7430     layout: "plot-throughput"
7431
7432 -
7433   type: "plot"
7434   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
7435   algorithm: "plot_performance_box"
7436   output-file-type: ".html"
7437   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
7438   data: "plot-vpp-throughput-latency-3n-skx"
7439   filter: "'NIC_Intel-X710' and
7440            '78B' and
7441            ('BASE' or 'SCALE') and
7442            'NDRDISC' and
7443            '4T2C' and
7444            'IP6FWD' and
7445            not 'SRv6' and
7446            not 'IPSEC' and 
7447            not 'VHOST'"
7448   parameters:
7449   - "throughput"
7450   - "parent"
7451   traces:
7452     hoverinfo: "x+y"
7453     boxpoints: "outliers"
7454     whiskerwidth: 0
7455   layout:
7456     title: ""  # No title
7457     layout: "plot-throughput"
7458
7459 -
7460   type: "plot"
7461   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
7462   algorithm: "plot_performance_box"
7463   output-file-type: ".html"
7464   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
7465   data: "plot-vpp-throughput-latency-3n-skx"
7466   filter: "'NIC_Intel-X710' and
7467            '78B' and
7468            ('BASE' or 'SCALE') and
7469            'PDRDISC' and not 'NDRDISC' and
7470            '4T2C' and
7471            'IP6FWD' and
7472            not 'SRv6' and
7473            not 'IPSEC' and 
7474            not 'VHOST'"
7475   parameters:
7476   - "throughput"
7477   - "parent"
7478   traces:
7479     hoverinfo: "x+y"
7480     boxpoints: "outliers"
7481     whiskerwidth: 0
7482   layout:
7483     title: ""  # No title
7484     layout: "plot-throughput"
7485
7486 -
7487   type: "plot"
7488   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-ndr"
7489   algorithm: "plot_performance_box"
7490   output-file-type: ".html"
7491   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr"
7492   data: "plot-vpp-throughput-latency-3n-skx"
7493   filter: "'NIC_Intel-X710' and
7494            '78B' and
7495            'FEATURE' and
7496            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7497            'NDRDISC' and
7498            '2T1C' and
7499            'IP6FWD' and
7500            not 'SRv6' and
7501            not 'IPSEC' and 
7502            not 'VHOST'"
7503   parameters:
7504   - "throughput"
7505   - "parent"
7506   traces:
7507     hoverinfo: "x+y"
7508     boxpoints: "outliers"
7509     whiskerwidth: 0
7510   layout:
7511     title: ""  # No title
7512     layout: "plot-throughput"
7513
7514 -
7515   type: "plot"
7516   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-pdr"
7517   algorithm: "plot_performance_box"
7518   output-file-type: ".html"
7519   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-pdr"
7520   data: "plot-vpp-throughput-latency-3n-skx"
7521   filter: "'NIC_Intel-X710' and
7522            '78B' and
7523            'FEATURE' and
7524            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7525            'PDRDISC' and not 'NDRDISC' and
7526            '2T1C' and
7527            'IP6FWD' and
7528            not 'SRv6' and
7529            not 'IPSEC' and 
7530            not 'VHOST'"
7531   parameters:
7532   - "throughput"
7533   - "parent"
7534   traces:
7535     hoverinfo: "x+y"
7536     boxpoints: "outliers"
7537     whiskerwidth: 0
7538   layout:
7539     title: ""  # No title
7540     layout: "plot-throughput"
7541
7542 -
7543   type: "plot"
7544   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-ndr"
7545   algorithm: "plot_performance_box"
7546   output-file-type: ".html"
7547   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr"
7548   data: "plot-vpp-throughput-latency-3n-skx"
7549   filter: "'NIC_Intel-X710' and
7550            '78B' and
7551            'FEATURE' and
7552            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7553            'NDRDISC' and
7554            '4T2C' and
7555            'IP6FWD' and
7556            not 'SRv6' and
7557            not 'IPSEC' and 
7558            not 'VHOST'"
7559   parameters:
7560   - "throughput"
7561   - "parent"
7562   traces:
7563     hoverinfo: "x+y"
7564     boxpoints: "outliers"
7565     whiskerwidth: 0
7566   layout:
7567     title: ""  # No title
7568     layout: "plot-throughput"
7569
7570 -
7571   type: "plot"
7572   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-pdr"
7573   algorithm: "plot_performance_box"
7574   output-file-type: ".html"
7575   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-pdr"
7576   data: "plot-vpp-throughput-latency-3n-skx"
7577   filter: "'NIC_Intel-X710' and
7578            '78B' and
7579            'FEATURE' and
7580            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7581            'PDRDISC' and not 'NDRDISC' and
7582            '4T2C' and
7583            'IP6FWD' and
7584            not 'SRv6' and
7585            not 'IPSEC' and 
7586            not 'VHOST'"
7587   parameters:
7588   - "throughput"
7589   - "parent"
7590   traces:
7591     hoverinfo: "x+y"
7592     boxpoints: "outliers"
7593     whiskerwidth: 0
7594   layout:
7595     title: ""  # No title
7596     layout: "plot-throughput"
7597
7598 # Packet Throughput - VPP IPv6 3n-skx-xxv710
7599 -
7600   type: "plot"
7601   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7602   algorithm: "plot_performance_box"
7603   output-file-type: ".html"
7604   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7605   data: "plot-vpp-throughput-latency-3n-skx"
7606   filter: "'NIC_Intel-XXV710' and
7607            '78B' and
7608            ('BASE' or 'SCALE') and
7609            'NDRDISC' and
7610            '2T1C' and
7611            'IP6FWD' and
7612            not 'SRv6' and
7613            not 'IPSEC' and 
7614            not 'VHOST'"
7615   parameters:
7616   - "throughput"
7617   - "parent"
7618   traces:
7619     hoverinfo: "x+y"
7620     boxpoints: "outliers"
7621     whiskerwidth: 0
7622   layout:
7623     title: ""  # No title
7624     layout: "plot-throughput"
7625
7626 -
7627   type: "plot"
7628   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7629   algorithm: "plot_performance_box"
7630   output-file-type: ".html"
7631   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7632   data: "plot-vpp-throughput-latency-3n-skx"
7633   filter: "'NIC_Intel-XXV710' and
7634            '78B' and
7635            ('BASE' or 'SCALE') and
7636            'PDRDISC' and not 'NDRDISC' and
7637            '2T1C' and
7638            'IP6FWD' and
7639            not 'SRv6' and
7640            not 'IPSEC' and 
7641            not 'VHOST'"
7642   parameters:
7643   - "throughput"
7644   - "parent"
7645   traces:
7646     hoverinfo: "x+y"
7647     boxpoints: "outliers"
7648     whiskerwidth: 0
7649   layout:
7650     title: ""  # No title
7651     layout: "plot-throughput"
7652
7653 -
7654   type: "plot"
7655   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7656   algorithm: "plot_performance_box"
7657   output-file-type: ".html"
7658   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7659   data: "plot-vpp-throughput-latency-3n-skx"
7660   filter: "'NIC_Intel-XXV710' and
7661            '78B' and
7662            ('BASE' or 'SCALE') and
7663            'NDRDISC' and
7664            '4T2C' and
7665            'IP6FWD' and
7666            not 'SRv6' and
7667            not 'IPSEC' and 
7668            not 'VHOST'"
7669   parameters:
7670   - "throughput"
7671   - "parent"
7672   traces:
7673     hoverinfo: "x+y"
7674     boxpoints: "outliers"
7675     whiskerwidth: 0
7676   layout:
7677     title: ""  # No title
7678     layout: "plot-throughput"
7679
7680 -
7681   type: "plot"
7682   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7683   algorithm: "plot_performance_box"
7684   output-file-type: ".html"
7685   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7686   data: "plot-vpp-throughput-latency-3n-skx"
7687   filter: "'NIC_Intel-XXV710' and
7688            '78B' and
7689            ('BASE' or 'SCALE') and
7690            'PDRDISC' and not 'NDRDISC' and
7691            '4T2C' and
7692            'IP6FWD' and
7693            not 'SRv6' and
7694            not 'IPSEC' and 
7695            not 'VHOST'"
7696   parameters:
7697   - "throughput"
7698   - "parent"
7699   traces:
7700     hoverinfo: "x+y"
7701     boxpoints: "outliers"
7702     whiskerwidth: 0
7703   layout:
7704     title: ""  # No title
7705     layout: "plot-throughput"
7706
7707 -
7708   type: "plot"
7709   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
7710   algorithm: "plot_performance_box"
7711   output-file-type: ".html"
7712   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
7713   data: "plot-vpp-throughput-latency-3n-skx"
7714   filter: "'NIC_Intel-XXV710' and
7715            '78B' and
7716            'FEATURE' and
7717            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7718            'NDRDISC' and
7719            '2T1C' and
7720            'IP6FWD' and
7721            not 'SRv6' and
7722            not 'IPSEC' and 
7723            not 'VHOST'"
7724   parameters:
7725   - "throughput"
7726   - "parent"
7727   traces:
7728     hoverinfo: "x+y"
7729     boxpoints: "outliers"
7730     whiskerwidth: 0
7731   layout:
7732     title: ""  # No title
7733     layout: "plot-throughput"
7734
7735 -
7736   type: "plot"
7737   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
7738   algorithm: "plot_performance_box"
7739   output-file-type: ".html"
7740   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
7741   data: "plot-vpp-throughput-latency-3n-skx"
7742   filter: "'NIC_Intel-XXV710' and
7743            '78B' and
7744            'FEATURE' and
7745            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7746            'PDRDISC' and not 'NDRDISC' and
7747            '2T1C' and
7748            'IP6FWD' and
7749            not 'SRv6' and
7750            not 'IPSEC' and 
7751            not 'VHOST'"
7752   parameters:
7753   - "throughput"
7754   - "parent"
7755   traces:
7756     hoverinfo: "x+y"
7757     boxpoints: "outliers"
7758     whiskerwidth: 0
7759   layout:
7760     title: ""  # No title
7761     layout: "plot-throughput"
7762
7763 -
7764   type: "plot"
7765   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
7766   algorithm: "plot_performance_box"
7767   output-file-type: ".html"
7768   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
7769   data: "plot-vpp-throughput-latency-3n-skx"
7770   filter: "'NIC_Intel-XXV710' and
7771            '78B' and
7772            'FEATURE' and
7773            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7774            'NDRDISC' and
7775            '4T2C' and
7776            'IP6FWD' and
7777            not 'SRv6' and
7778            not 'IPSEC' and 
7779            not 'VHOST'"
7780   parameters:
7781   - "throughput"
7782   - "parent"
7783   traces:
7784     hoverinfo: "x+y"
7785     boxpoints: "outliers"
7786     whiskerwidth: 0
7787   layout:
7788     title: ""  # No title
7789     layout: "plot-throughput"
7790
7791 -
7792   type: "plot"
7793   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7794   algorithm: "plot_performance_box"
7795   output-file-type: ".html"
7796   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
7797   data: "plot-vpp-throughput-latency-3n-skx"
7798   filter: "'NIC_Intel-XXV710' and
7799            '78B' and
7800            'FEATURE' and
7801            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7802            'PDRDISC' and not 'NDRDISC' and
7803            '4T2C' and
7804            'IP6FWD' and
7805            not 'SRv6' and
7806            not 'IPSEC' and 
7807            not 'VHOST'"
7808   parameters:
7809   - "throughput"
7810   - "parent"
7811   traces:
7812     hoverinfo: "x+y"
7813     boxpoints: "outliers"
7814     whiskerwidth: 0
7815   layout:
7816     title: ""  # No title
7817     layout: "plot-throughput"
7818
7819 # Packet Throughput - VPP IPv6 2n-skx-x710
7820 -
7821   type: "plot"
7822   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7823   algorithm: "plot_performance_box"
7824   output-file-type: ".html"
7825   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
7826   data: "plot-vpp-throughput-latency-2n-skx"
7827   filter: "'NIC_Intel-X710' and
7828            '78B' and
7829            ('BASE' or 'SCALE') and
7830            'NDRDISC' and
7831            '2T1C' and
7832            'IP6FWD' and
7833            not 'SRv6' and
7834            not 'IPSEC' and 
7835            not 'VHOST'"
7836   parameters:
7837   - "throughput"
7838   - "parent"
7839   traces:
7840     hoverinfo: "x+y"
7841     boxpoints: "outliers"
7842     whiskerwidth: 0
7843   layout:
7844     title: ""  # No title
7845     layout: "plot-throughput"
7846
7847 -
7848   type: "plot"
7849   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
7850   algorithm: "plot_performance_box"
7851   output-file-type: ".html"
7852   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
7853   data: "plot-vpp-throughput-latency-2n-skx"
7854   filter: "'NIC_Intel-X710' and
7855            '78B' and
7856            ('BASE' or 'SCALE') and
7857            'PDRDISC' and not 'NDRDISC' and
7858            '2T1C' and
7859            'IP6FWD' and
7860            not 'IPSEC' and 
7861            not 'VHOST'"
7862   parameters:
7863   - "throughput"
7864   - "parent"
7865   traces:
7866     hoverinfo: "x+y"
7867     boxpoints: "outliers"
7868     whiskerwidth: 0
7869   layout:
7870     title: ""  # No title
7871     layout: "plot-throughput"
7872
7873 -
7874   type: "plot"
7875   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
7876   algorithm: "plot_performance_box"
7877   output-file-type: ".html"
7878   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
7879   data: "plot-vpp-throughput-latency-2n-skx"
7880   filter: "'NIC_Intel-X710' and
7881            '78B' and
7882            ('BASE' or 'SCALE') and
7883            'NDRDISC' and
7884            '4T2C' and
7885            'IP6FWD' and
7886            not 'SRv6' and
7887            not 'IPSEC' and 
7888            not 'VHOST'"
7889   parameters:
7890   - "throughput"
7891   - "parent"
7892   traces:
7893     hoverinfo: "x+y"
7894     boxpoints: "outliers"
7895     whiskerwidth: 0
7896   layout:
7897     title: ""  # No title
7898     layout: "plot-throughput"
7899
7900 -
7901   type: "plot"
7902   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7903   algorithm: "plot_performance_box"
7904   output-file-type: ".html"
7905   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7906   data: "plot-vpp-throughput-latency-2n-skx"
7907   filter: "'NIC_Intel-X710' and
7908            '78B' and
7909            ('BASE' or 'SCALE') and
7910            'PDRDISC' and not 'NDRDISC' and
7911            '4T2C' and
7912            'IP6FWD' and
7913            not 'SRv6' and
7914            not 'IPSEC' and 
7915            not 'VHOST'"
7916   parameters:
7917   - "throughput"
7918   - "parent"
7919   traces:
7920     hoverinfo: "x+y"
7921     boxpoints: "outliers"
7922     whiskerwidth: 0
7923   layout:
7924     title: ""  # No title
7925     layout: "plot-throughput"
7926
7927 -
7928   type: "plot"
7929   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-features-ndr"
7930   algorithm: "plot_performance_box"
7931   output-file-type: ".html"
7932   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-ndr"
7933   data: "plot-vpp-throughput-latency-2n-skx"
7934   filter: "'NIC_Intel-X710' and
7935            '78B' and
7936            'FEATURE' and
7937            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7938            'NDRDISC' and
7939            '2T1C' and
7940            'IP6FWD' and
7941            not 'SRv6' and
7942            not 'IPSEC' and 
7943            not 'VHOST'"
7944   parameters:
7945   - "throughput"
7946   - "parent"
7947   traces:
7948     hoverinfo: "x+y"
7949     boxpoints: "outliers"
7950     whiskerwidth: 0
7951   layout:
7952     title: ""  # No title
7953     layout: "plot-throughput"
7954
7955 -
7956   type: "plot"
7957   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-features-pdr"
7958   algorithm: "plot_performance_box"
7959   output-file-type: ".html"
7960   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-pdr"
7961   data: "plot-vpp-throughput-latency-2n-skx"
7962   filter: "'NIC_Intel-X710' and
7963            '78B' and
7964            'FEATURE' and
7965            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7966            'PDRDISC' and not 'NDRDISC' and
7967            '2T1C' and
7968            'IP6FWD' and
7969            not 'SRv6' and
7970            not 'IPSEC' and 
7971            not 'VHOST'"
7972   parameters:
7973   - "throughput"
7974   - "parent"
7975   traces:
7976     hoverinfo: "x+y"
7977     boxpoints: "outliers"
7978     whiskerwidth: 0
7979   layout:
7980     title: ""  # No title
7981     layout: "plot-throughput"
7982
7983 -
7984   type: "plot"
7985   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-features-ndr"
7986   algorithm: "plot_performance_box"
7987   output-file-type: ".html"
7988   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-ndr"
7989   data: "plot-vpp-throughput-latency-2n-skx"
7990   filter: "'NIC_Intel-X710' and
7991            '78B' and
7992            'FEATURE' and
7993            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7994            'NDRDISC' and
7995            '4T2C' and
7996            'IP6FWD' and
7997            not 'SRv6' and
7998            not 'IPSEC' and 
7999            not 'VHOST'"
8000   parameters:
8001   - "throughput"
8002   - "parent"
8003   traces:
8004     hoverinfo: "x+y"
8005     boxpoints: "outliers"
8006     whiskerwidth: 0
8007   layout:
8008     title: ""  # No title
8009     layout: "plot-throughput"
8010
8011 -
8012   type: "plot"
8013   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-features-pdr"
8014   algorithm: "plot_performance_box"
8015   output-file-type: ".html"
8016   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-pdr"
8017   data: "plot-vpp-throughput-latency-2n-skx"
8018   filter: "'NIC_Intel-X710' and
8019            '78B' and
8020            'FEATURE' and
8021            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8022            'PDRDISC' and not 'NDRDISC' and
8023            '4T2C' and
8024            'IP6FWD' and
8025            not 'SRv6' and
8026            not 'IPSEC' and 
8027            not 'VHOST'"
8028   parameters:
8029   - "throughput"
8030   - "parent"
8031   traces:
8032     hoverinfo: "x+y"
8033     boxpoints: "outliers"
8034     whiskerwidth: 0
8035   layout:
8036     title: ""  # No title
8037     layout: "plot-throughput"
8038
8039 # Packet Throughput - VPP IPv6 2n-skx-xxv710
8040 -
8041   type: "plot"
8042   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
8043   algorithm: "plot_performance_box"
8044   output-file-type: ".html"
8045   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
8046   data: "plot-vpp-throughput-latency-2n-skx"
8047   filter: "'NIC_Intel-XXV710' and
8048            '78B' and
8049            ('BASE' or 'SCALE') and
8050            'NDRDISC' and
8051            '2T1C' and
8052            'IP6FWD' and
8053            not 'SRv6' and
8054            not 'IPSEC' and 
8055            not 'VHOST'"
8056   parameters:
8057   - "throughput"
8058   - "parent"
8059   traces:
8060     hoverinfo: "x+y"
8061     boxpoints: "outliers"
8062     whiskerwidth: 0
8063   layout:
8064     title: ""  # No title
8065     layout: "plot-throughput"
8066
8067 -
8068   type: "plot"
8069   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
8070   algorithm: "plot_performance_box"
8071   output-file-type: ".html"
8072   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
8073   data: "plot-vpp-throughput-latency-2n-skx"
8074   filter: "'NIC_Intel-XXV710' and
8075            '78B' and
8076            ('BASE' or 'SCALE') and
8077            'PDRDISC' and not 'NDRDISC' and
8078            '2T1C' and
8079            'IP6FWD' and
8080            not 'SRv6' and
8081            not 'IPSEC' and 
8082            not 'VHOST'"
8083   parameters:
8084   - "throughput"
8085   - "parent"
8086   traces:
8087     hoverinfo: "x+y"
8088     boxpoints: "outliers"
8089     whiskerwidth: 0
8090   layout:
8091     title: ""  # No title
8092     layout: "plot-throughput"
8093
8094 -
8095   type: "plot"
8096   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
8097   algorithm: "plot_performance_box"
8098   output-file-type: ".html"
8099   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
8100   data: "plot-vpp-throughput-latency-2n-skx"
8101   filter: "'NIC_Intel-XXV710' and
8102            '78B' and
8103            ('BASE' or 'SCALE') and
8104            'NDRDISC' and
8105            '4T2C' and
8106            'IP6FWD' and
8107            not 'SRv6' and
8108            not 'IPSEC' and 
8109            not 'VHOST'"
8110   parameters:
8111   - "throughput"
8112   - "parent"
8113   traces:
8114     hoverinfo: "x+y"
8115     boxpoints: "outliers"
8116     whiskerwidth: 0
8117   layout:
8118     title: ""  # No title
8119     layout: "plot-throughput"
8120
8121 -
8122   type: "plot"
8123   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
8124   algorithm: "plot_performance_box"
8125   output-file-type: ".html"
8126   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
8127   data: "plot-vpp-throughput-latency-2n-skx"
8128   filter: "'NIC_Intel-XXV710' and
8129            '78B' and
8130            ('BASE' or 'SCALE') and
8131            'PDRDISC' and not 'NDRDISC' and
8132            '4T2C' and
8133            'IP6FWD' and
8134            not 'SRv6' and
8135            not 'IPSEC' and 
8136            not 'VHOST'"
8137   parameters:
8138   - "throughput"
8139   - "parent"
8140   traces:
8141     hoverinfo: "x+y"
8142     boxpoints: "outliers"
8143     whiskerwidth: 0
8144   layout:
8145     title: ""  # No title
8146     layout: "plot-throughput"
8147
8148 -
8149   type: "plot"
8150   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-features-ndr"
8151   algorithm: "plot_performance_box"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-ndr"
8154   data: "plot-vpp-throughput-latency-2n-skx"
8155   filter: "'NIC_Intel-XXV710' and
8156            '78B' and
8157            'FEATURE' and
8158            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8159            'NDRDISC' and
8160            '2T1C' and
8161            'IP6FWD' and
8162            not 'SRv6' and
8163            not 'IPSEC' and 
8164            not 'VHOST'"
8165   parameters:
8166   - "throughput"
8167   - "parent"
8168   traces:
8169     hoverinfo: "x+y"
8170     boxpoints: "outliers"
8171     whiskerwidth: 0
8172   layout:
8173     title: ""  # No title
8174     layout: "plot-throughput"
8175
8176 -
8177   type: "plot"
8178   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-features-pdr"
8179   algorithm: "plot_performance_box"
8180   output-file-type: ".html"
8181   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-pdr"
8182   data: "plot-vpp-throughput-latency-2n-skx"
8183   filter: "'NIC_Intel-XXV710' and
8184            '78B' and
8185            'FEATURE' and
8186            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8187            'PDRDISC' and not 'NDRDISC' and
8188            '2T1C' and
8189            'IP6FWD' and
8190            not 'SRv6' and
8191            not 'IPSEC' and 
8192            not 'VHOST'"
8193   parameters:
8194   - "throughput"
8195   - "parent"
8196   traces:
8197     hoverinfo: "x+y"
8198     boxpoints: "outliers"
8199     whiskerwidth: 0
8200   layout:
8201     title: ""  # No title
8202     layout: "plot-throughput"
8203
8204 -
8205   type: "plot"
8206   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-features-ndr"
8207   algorithm: "plot_performance_box"
8208   output-file-type: ".html"
8209   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-ndr"
8210   data: "plot-vpp-throughput-latency-2n-skx"
8211   filter: "'NIC_Intel-XXV710' and
8212            '78B' and
8213            'FEATURE' and
8214            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8215            'NDRDISC' and
8216            '4T2C' and
8217            'IP6FWD' and
8218            not 'SRv6' and
8219            not 'IPSEC' and 
8220            not 'VHOST'"
8221   parameters:
8222   - "throughput"
8223   - "parent"
8224   traces:
8225     hoverinfo: "x+y"
8226     boxpoints: "outliers"
8227     whiskerwidth: 0
8228   layout:
8229     title: ""  # No title
8230     layout: "plot-throughput"
8231
8232 -
8233   type: "plot"
8234   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-features-pdr"
8235   algorithm: "plot_performance_box"
8236   output-file-type: ".html"
8237   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-pdr"
8238   data: "plot-vpp-throughput-latency-2n-skx"
8239   filter: "'NIC_Intel-XXV710' and
8240            '78B' and
8241            'FEATURE' and
8242            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8243            'PDRDISC' and not 'NDRDISC' and
8244            '4T2C' and
8245            'IP6FWD' and
8246            not 'SRv6' and
8247            not 'IPSEC' and 
8248            not 'VHOST'"
8249   parameters:
8250   - "throughput"
8251   - "parent"
8252   traces:
8253     hoverinfo: "x+y"
8254     boxpoints: "outliers"
8255     whiskerwidth: 0
8256   layout:
8257     title: ""  # No title
8258     layout: "plot-throughput"
8259
8260 ################################################################################
8261
8262 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
8263 -
8264   type: "plot"
8265   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8266   algorithm: "plot_performance_box"
8267   output-file-type: ".html"
8268   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8269   data: "plot-vpp-throughput-latency-3n-hsw"
8270   filter: "'NIC_Intel-X520-DA2' and
8271            '78B' and
8272            'ENCAP' and
8273            'NDRDISC' and
8274            '1T1C' and
8275            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8276            not 'VHOST'"
8277   parameters:
8278   - "throughput"
8279   - "parent"
8280   traces:
8281     hoverinfo: "x+y"
8282     boxpoints: "outliers"
8283     whiskerwidth: 0
8284   layout:
8285     title: ""  # No title
8286     layout: "plot-throughput"
8287
8288 -
8289   type: "plot"
8290   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
8291   algorithm: "plot_performance_box"
8292   output-file-type: ".html"
8293   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
8294   data: "plot-vpp-throughput-latency-3n-hsw"
8295   filter: "'NIC_Intel-X520-DA2' and
8296            '78B' and
8297            'ENCAP' and
8298            'PDRDISC' and not 'NDRDISC' and
8299            '1T1C' and
8300            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8301            not 'VHOST'"
8302   parameters:
8303   - "throughput"
8304   - "parent"
8305   traces:
8306     hoverinfo: "x+y"
8307     boxpoints: "outliers"
8308     whiskerwidth: 0
8309   layout:
8310     title: ""  # No title
8311     layout: "plot-throughput"
8312
8313 -
8314   type: "plot"
8315   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
8316   algorithm: "plot_performance_box"
8317   output-file-type: ".html"
8318   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
8319   data: "plot-vpp-throughput-latency-3n-hsw"
8320   filter: "'NIC_Intel-X520-DA2' and
8321            '78B' and
8322            'ENCAP' and
8323            'NDRDISC' and
8324            '2T2C' and
8325            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8326            not 'VHOST'"
8327   parameters:
8328   - "throughput"
8329   - "parent"
8330   traces:
8331     hoverinfo: "x+y"
8332     boxpoints: "outliers"
8333     whiskerwidth: 0
8334   layout:
8335     title: ""  # No title
8336     layout: "plot-throughput"
8337
8338 -
8339   type: "plot"
8340   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
8341   algorithm: "plot_performance_box"
8342   output-file-type: ".html"
8343   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
8344   data: "plot-vpp-throughput-latency-3n-hsw"
8345   filter: "'NIC_Intel-X520-DA2' and
8346            '78B' and
8347            'ENCAP' and
8348            'PDRDISC' and not 'NDRDISC' and
8349            '2T2C' and
8350            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
8351            not 'VHOST'"
8352   parameters:
8353   - "throughput"
8354   - "parent"
8355   traces:
8356     hoverinfo: "x+y"
8357     boxpoints: "outliers"
8358     whiskerwidth: 0
8359   layout:
8360     title: ""  # No title
8361     layout: "plot-throughput"
8362
8363 ################################################################################
8364
8365 # Packet Throughput - VPP IPSec 3n-hsw-xl710
8366 -
8367   type: "plot"
8368   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8369   algorithm: "plot_performance_box"
8370   output-file-type: ".html"
8371   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8372   data: "plot-vpp-throughput-latency-3n-hsw"
8373   filter: "'NIC_Intel-XL710' and 
8374            '64B' and 
8375            'IP4FWD' and 
8376            'NDRDISC' and 
8377            '1T1C' and 
8378            'IPSECHW' and 
8379            ('IPSECTRAN' or 'IPSECTUN') and 
8380            not 'VHOST'"
8381   parameters:
8382   - "throughput"
8383   - "parent"
8384   traces:
8385     hoverinfo: "x+y"
8386     boxpoints: "outliers"
8387     whiskerwidth: 0
8388   layout:
8389     title: ""  # No title
8390     layout: "plot-throughput"
8391
8392 -
8393   type: "plot"
8394   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8395   algorithm: "plot_performance_box"
8396   output-file-type: ".html"
8397   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8398   data: "plot-vpp-throughput-latency-3n-hsw"
8399   filter: "'NIC_Intel-XL710' and 
8400            '64B' and 
8401            'IP4FWD' and 
8402            'PDRDISC' and not 'NDRDISC' and
8403            '1T1C' and 
8404            'IPSECHW' and 
8405            ('IPSECTRAN' or 'IPSECTUN') and 
8406            not 'VHOST'"
8407   parameters:
8408   - "throughput"
8409   - "parent"
8410   traces:
8411     hoverinfo: "x+y"
8412     boxpoints: "outliers"
8413     whiskerwidth: 0
8414   layout:
8415     title: ""  # No title
8416     layout: "plot-throughput"
8417
8418 -
8419   type: "plot"
8420   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8421   algorithm: "plot_performance_box"
8422   output-file-type: ".html"
8423   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8424   data: "plot-vpp-throughput-latency-3n-hsw"
8425   filter: "'NIC_Intel-XL710' and 
8426            '64B' and 
8427            'IP4FWD' and 
8428            'NDRDISC' and 
8429            '2T2C' and 
8430            'IPSECHW' and 
8431            ('IPSECTRAN' or 'IPSECTUN') and 
8432            not 'VHOST'"
8433   parameters:
8434   - "throughput"
8435   - "parent"
8436   traces:
8437     hoverinfo: "x+y"
8438     boxpoints: "outliers"
8439     whiskerwidth: 0
8440   layout:
8441     title: ""  # No title
8442     layout: "plot-throughput"
8443
8444 -
8445   type: "plot"
8446   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8447   algorithm: "plot_performance_box"
8448   output-file-type: ".html"
8449   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8450   data: "plot-vpp-throughput-latency-3n-hsw"
8451   filter: "'NIC_Intel-XL710' and 
8452            '64B' and 
8453            'IP4FWD' and 
8454            'PDRDISC' and not 'NDRDISC' and
8455            '2T2C' and 
8456            'IPSECHW' and 
8457            ('IPSECTRAN' or 'IPSECTUN') and 
8458            not 'VHOST'"
8459   parameters:
8460   - "throughput"
8461   - "parent"
8462   traces:
8463     hoverinfo: "x+y"
8464     boxpoints: "outliers"
8465     whiskerwidth: 0
8466   layout:
8467     title: ""  # No title
8468     layout: "plot-throughput"
8469
8470 ################################################################################
8471
8472 # Packet Throughput - VPP SRv6 3n-hsw-x520
8473 -
8474   type: "plot"
8475   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
8476   algorithm: "plot_performance_box"
8477   output-file-type: ".html"
8478   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
8479   data: "plot-vpp-throughput-latency-3n-hsw"
8480   filter: "'NIC_Intel-X520-DA2' and
8481            '78B' and
8482            'FEATURE' and
8483            'NDRDISC' and
8484            '1T1C' and
8485            'IP6FWD' and
8486            'SRv6'"
8487   parameters:
8488   - "throughput"
8489   - "parent"
8490   traces:
8491     hoverinfo: "x+y"
8492     boxpoints: "outliers"
8493     whiskerwidth: 0
8494   layout:
8495     title: ""  # No title
8496     layout: "plot-throughput"
8497
8498 -
8499   type: "plot"
8500   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
8501   algorithm: "plot_performance_box"
8502   output-file-type: ".html"
8503   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
8504   data: "plot-vpp-throughput-latency-3n-hsw"
8505   filter: "'NIC_Intel-X520-DA2' and
8506            '78B' and
8507            'FEATURE' and
8508            'PDRDISC' and not 'NDRDISC' and
8509            '1T1C' and
8510            'IP6FWD' and
8511            'SRv6'"
8512   parameters:
8513   - "throughput"
8514   - "parent"
8515   traces:
8516     hoverinfo: "x+y"
8517     boxpoints: "outliers"
8518     whiskerwidth: 0
8519   layout:
8520     title: ""  # No title
8521     layout: "plot-throughput"
8522
8523 -
8524   type: "plot"
8525   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
8526   algorithm: "plot_performance_box"
8527   output-file-type: ".html"
8528   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
8529   data: "plot-vpp-throughput-latency-3n-hsw"
8530   filter: "'NIC_Intel-X520-DA2' and
8531            '78B' and
8532            'FEATURE' and
8533            'NDRDISC' and
8534            '2T2C' and
8535            'IP6FWD' and
8536            'SRv6'"
8537   parameters:
8538   - "throughput"
8539   - "parent"
8540   traces:
8541     hoverinfo: "x+y"
8542     boxpoints: "outliers"
8543     whiskerwidth: 0
8544   layout:
8545     title: ""  # No title
8546     layout: "plot-throughput"
8547
8548 -
8549   type: "plot"
8550   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
8551   algorithm: "plot_performance_box"
8552   output-file-type: ".html"
8553   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
8554   data: "plot-vpp-throughput-latency-3n-hsw"
8555   filter: "'NIC_Intel-X520-DA2' and
8556            '78B' and
8557            'FEATURE' and
8558            'PDRDISC' and not 'NDRDISC' and
8559            '1T1C' and
8560            'IP6FWD' and
8561            'SRv6'"
8562   parameters:
8563   - "throughput"
8564   - "parent"
8565   traces:
8566     hoverinfo: "x+y"
8567     boxpoints: "outliers"
8568     whiskerwidth: 0
8569   layout:
8570     title: ""  # No title
8571     layout: "plot-throughput"
8572
8573 ################################################################################
8574
8575 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
8576 -
8577   type: "plot"
8578   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8579   algorithm: "plot_performance_box"
8580   output-file-type: ".html"
8581   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8582   data: "plot-vpp-throughput-latency-3n-hsw"
8583   filter: "'NIC_Intel-X520-DA2' and
8584            '64B' and 
8585            'NDRDISC' and 
8586            '1T1C' and 
8587            'VHOST' and 
8588            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8589   parameters:
8590   - "throughput"
8591   - "parent"
8592   traces:
8593     hoverinfo: "x+y"
8594     boxpoints: "outliers"
8595     whiskerwidth: 0
8596   layout:
8597     title: ""  # No title
8598     layout: "plot-throughput"
8599
8600 -
8601   type: "plot"
8602   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8603   algorithm: "plot_performance_box"
8604   output-file-type: ".html"
8605   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8606   data: "plot-vpp-throughput-latency-3n-hsw"
8607   filter: "'NIC_Intel-X520-DA2' and
8608            '64B' and 
8609            'NDRDISC' and 
8610            '2T2C' and 
8611            'VHOST' and 
8612            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8613   parameters:
8614   - "throughput"
8615   - "parent"
8616   traces:
8617     hoverinfo: "x+y"
8618     boxpoints: "outliers"
8619     whiskerwidth: 0
8620   layout:
8621     title: ""  # No title
8622     layout: "plot-throughput"
8623
8624 -
8625   type: "plot"
8626   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8627   algorithm: "plot_performance_box"
8628   output-file-type: ".html"
8629   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8630   data: "plot-vpp-throughput-latency-3n-hsw"
8631   filter: "'NIC_Intel-X520-DA2' and
8632            '64B' and 
8633            'PDRDISC' and not 'NDRDISC' and
8634            '1T1C' and 
8635            'VHOST' and 
8636            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8637   parameters:
8638   - "throughput"
8639   - "parent"
8640   traces:
8641     hoverinfo: "x+y"
8642     boxpoints: "outliers"
8643     whiskerwidth: 0
8644   layout:
8645     title: ""  # No title
8646     layout: "plot-throughput"
8647
8648 -
8649   type: "plot"
8650   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8651   algorithm: "plot_performance_box"
8652   output-file-type: ".html"
8653   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8654   data: "plot-vpp-throughput-latency-3n-hsw"
8655   filter: "'NIC_Intel-X520-DA2' and
8656            '64B' and 
8657            'PDRDISC' and not 'NDRDISC' and
8658            '2T2C' and 
8659            'VHOST' and 
8660            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8661   parameters:
8662   - "throughput"
8663   - "parent"
8664   traces:
8665     hoverinfo: "x+y"
8666     boxpoints: "outliers"
8667     whiskerwidth: 0
8668   layout:
8669     title: ""  # No title
8670     layout: "plot-throughput"
8671
8672 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
8673 -
8674   type: "plot"
8675   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8676   algorithm: "plot_performance_box"
8677   output-file-type: ".html"
8678   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8679   data: "plot-vpp-throughput-latency-3n-hsw"
8680   filter: "'NIC_Intel-X520-DA2' and
8681            '64B' and 
8682            'NDRDISC' and 
8683            '1T1C' and 
8684            'VHOST' and 
8685            not 'VXLAN' and 
8686            not 'IP4FWD' and 
8687            not 'DOT1Q' and 
8688            not '2VM'"
8689   parameters:
8690   - "throughput"
8691   - "parent"
8692   traces:
8693     hoverinfo: "x+y"
8694     boxpoints: "outliers"
8695     whiskerwidth: 0
8696   layout:
8697     title: ""  # No title
8698     layout: "plot-throughput"
8699
8700 -
8701   type: "plot"
8702   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8703   algorithm: "plot_performance_box"
8704   output-file-type: ".html"
8705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8706   data: "plot-vpp-throughput-latency-3n-hsw"
8707   filter: "'NIC_Intel-X520-DA2' and
8708            '64B' and 
8709            'NDRDISC' and 
8710            '2T2C' and 
8711            'VHOST' and 
8712            not 'VXLAN' and 
8713            not 'IP4FWD' and 
8714            not 'DOT1Q' and 
8715            not '2VM'"
8716   parameters:
8717   - "throughput"
8718   - "parent"
8719   traces:
8720     hoverinfo: "x+y"
8721     boxpoints: "outliers"
8722     whiskerwidth: 0
8723   layout:
8724     title: ""  # No title
8725     layout: "plot-throughput"
8726
8727 -
8728   type: "plot"
8729   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8730   algorithm: "plot_performance_box"
8731   output-file-type: ".html"
8732   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8733   data: "plot-vpp-throughput-latency-3n-hsw"
8734   filter: "'NIC_Intel-X520-DA2' and
8735            '64B' and 
8736            'PDRDISC' and not 'NDRDISC' and
8737            '1T1C' and 
8738            'VHOST' and 
8739            not 'VXLAN' and 
8740            not 'IP4FWD' and 
8741            not 'DOT1Q' and 
8742            not '2VM'"
8743   parameters:
8744   - "throughput"
8745   - "parent"
8746   traces:
8747     hoverinfo: "x+y"
8748     boxpoints: "outliers"
8749     whiskerwidth: 0
8750   layout:
8751     title: ""  # No title
8752     layout: "plot-throughput"
8753
8754 -
8755   type: "plot"
8756   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8757   algorithm: "plot_performance_box"
8758   output-file-type: ".html"
8759   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8760   data: "plot-vpp-throughput-latency-3n-hsw"
8761   filter: "'NIC_Intel-X520-DA2' and
8762            '64B' and 
8763            'PDRDISC' and not 'NDRDISC' and
8764            '2T2C' and 
8765            'VHOST' and 
8766            not 'VXLAN' and 
8767            not 'IP4FWD' and 
8768            not 'DOT1Q' and 
8769            not '2VM'"
8770   parameters:
8771   - "throughput"
8772   - "parent"
8773   traces:
8774     hoverinfo: "x+y"
8775     boxpoints: "outliers"
8776     whiskerwidth: 0
8777   layout:
8778     title: ""  # No title
8779     layout: "plot-throughput"
8780
8781 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
8782 -
8783   type: "plot"
8784   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8785   algorithm: "plot_performance_box"
8786   output-file-type: ".html"
8787   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8788   data: "plot-vpp-throughput-latency-3n-hsw"
8789   filter: "'NIC_Intel-X710' and
8790            '64B' and 
8791            'NDRDISC' and 
8792            '1T1C' and 
8793            'VHOST' and 
8794            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8795   parameters:
8796   - "throughput"
8797   - "parent"
8798   traces:
8799     hoverinfo: "x+y"
8800     boxpoints: "outliers"
8801     whiskerwidth: 0
8802   layout:
8803     title: ""  # No title
8804     layout: "plot-throughput"
8805
8806 -
8807   type: "plot"
8808   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8809   algorithm: "plot_performance_box"
8810   output-file-type: ".html"
8811   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8812   data: "plot-vpp-throughput-latency-3n-hsw"
8813   filter: "'NIC_Intel-X710' and
8814            '64B' and 
8815            'NDRDISC' and 
8816            '2T2C' and 
8817            'VHOST' and 
8818            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8819   parameters:
8820   - "throughput"
8821   - "parent"
8822   traces:
8823     hoverinfo: "x+y"
8824     boxpoints: "outliers"
8825     whiskerwidth: 0
8826   layout:
8827     title: ""  # No title
8828     layout: "plot-throughput"
8829
8830 -
8831   type: "plot"
8832   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8833   algorithm: "plot_performance_box"
8834   output-file-type: ".html"
8835   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8836   data: "plot-vpp-throughput-latency-3n-hsw"
8837   filter: "'NIC_Intel-X710' and
8838            '64B' and 
8839            'PDRDISC' and not 'NDRDISC' and
8840            '1T1C' and 
8841            'VHOST' and 
8842            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8843   parameters:
8844   - "throughput"
8845   - "parent"
8846   traces:
8847     hoverinfo: "x+y"
8848     boxpoints: "outliers"
8849     whiskerwidth: 0
8850   layout:
8851     title: ""  # No title
8852     layout: "plot-throughput"
8853
8854 -
8855   type: "plot"
8856   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8857   algorithm: "plot_performance_box"
8858   output-file-type: ".html"
8859   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8860   data: "plot-vpp-throughput-latency-3n-hsw"
8861   filter: "'NIC_Intel-X710' and
8862            '64B' and 
8863            'PDRDISC' and not 'NDRDISC' and
8864            '2T2C' and 
8865            'VHOST' and 
8866            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
8867   parameters:
8868   - "throughput"
8869   - "parent"
8870   traces:
8871     hoverinfo: "x+y"
8872     boxpoints: "outliers"
8873     whiskerwidth: 0
8874   layout:
8875     title: ""  # No title
8876     layout: "plot-throughput"
8877
8878 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
8879 -
8880   type: "plot"
8881   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8882   algorithm: "plot_performance_box"
8883   output-file-type: ".html"
8884   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8885   data: "plot-vpp-throughput-latency-3n-hsw"
8886   filter: "'NIC_Intel-X710' and
8887            '64B' and 
8888            'NDRDISC' and 
8889            '1T1C' and 
8890            'VHOST' and 
8891            not 'VXLAN' and 
8892            not 'IP4FWD' and 
8893            not 'DOT1Q' and 
8894            not '2VM'"
8895   parameters:
8896   - "throughput"
8897   - "parent"
8898   traces:
8899     hoverinfo: "x+y"
8900     boxpoints: "outliers"
8901     whiskerwidth: 0
8902   layout:
8903     title: ""  # No title
8904     layout: "plot-throughput"
8905
8906 -
8907   type: "plot"
8908   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8909   algorithm: "plot_performance_box"
8910   output-file-type: ".html"
8911   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8912   data: "plot-vpp-throughput-latency-3n-hsw"
8913   filter: "'NIC_Intel-X710' and
8914            '64B' and 
8915            'NDRDISC' and 
8916            '2T2C' and 
8917            'VHOST' and 
8918            not 'VXLAN' and 
8919            not 'IP4FWD' and 
8920            not 'DOT1Q' and 
8921            not '2VM'"
8922   parameters:
8923   - "throughput"
8924   - "parent"
8925   traces:
8926     hoverinfo: "x+y"
8927     boxpoints: "outliers"
8928     whiskerwidth: 0
8929   layout:
8930     title: ""  # No title
8931     layout: "plot-throughput"
8932
8933 -
8934   type: "plot"
8935   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8936   algorithm: "plot_performance_box"
8937   output-file-type: ".html"
8938   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8939   data: "plot-vpp-throughput-latency-3n-hsw"
8940   filter: "'NIC_Intel-X710' and
8941            '64B' and 
8942            'PDRDISC' and not 'NDRDISC' and
8943            '1T1C' and 
8944            'VHOST' and 
8945            not 'VXLAN' and 
8946            not 'IP4FWD' and 
8947            not 'DOT1Q' and 
8948            not '2VM'"
8949   parameters:
8950   - "throughput"
8951   - "parent"
8952   traces:
8953     hoverinfo: "x+y"
8954     boxpoints: "outliers"
8955     whiskerwidth: 0
8956   layout:
8957     title: ""  # No title
8958     layout: "plot-throughput"
8959
8960 -
8961   type: "plot"
8962   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8963   algorithm: "plot_performance_box"
8964   output-file-type: ".html"
8965   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8966   data: "plot-vpp-throughput-latency-3n-hsw"
8967   filter: "'NIC_Intel-X710' and
8968            '64B' and 
8969            'PDRDISC' and not 'NDRDISC' and
8970            '2T2C' and 
8971            'VHOST' and 
8972            not 'VXLAN' and 
8973            not 'IP4FWD' and 
8974            not 'DOT1Q' and 
8975            not '2VM'"
8976   parameters:
8977   - "throughput"
8978   - "parent"
8979   traces:
8980     hoverinfo: "x+y"
8981     boxpoints: "outliers"
8982     whiskerwidth: 0
8983   layout:
8984     title: ""  # No title
8985     layout: "plot-throughput"
8986
8987 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
8988 -
8989   type: "plot"
8990   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8991   algorithm: "plot_performance_box"
8992   output-file-type: ".html"
8993   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8994   data: "plot-vpp-throughput-latency-3n-hsw"
8995   filter: "'NIC_Intel-XL710' and
8996            '64B' and 
8997            'NDRDISC' and 
8998            '1T1C' and 
8999            'VHOST' and 
9000            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9001   parameters:
9002   - "throughput"
9003   - "parent"
9004   traces:
9005     hoverinfo: "x+y"
9006     boxpoints: "outliers"
9007     whiskerwidth: 0
9008   layout:
9009     title: ""  # No title
9010     layout: "plot-throughput"
9011
9012 -
9013   type: "plot"
9014   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9015   algorithm: "plot_performance_box"
9016   output-file-type: ".html"
9017   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9018   data: "plot-vpp-throughput-latency-3n-hsw"
9019   filter: "'NIC_Intel-XL710' and
9020            '64B' and 
9021            'NDRDISC' and 
9022            '2T2C' and 
9023            'VHOST' and 
9024            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9025   parameters:
9026   - "throughput"
9027   - "parent"
9028   traces:
9029     hoverinfo: "x+y"
9030     boxpoints: "outliers"
9031     whiskerwidth: 0
9032   layout:
9033     title: ""  # No title
9034     layout: "plot-throughput"
9035
9036 -
9037   type: "plot"
9038   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9039   algorithm: "plot_performance_box"
9040   output-file-type: ".html"
9041   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9042   data: "plot-vpp-throughput-latency-3n-hsw"
9043   filter: "'NIC_Intel-XL710' and
9044            '64B' and 
9045            'PDRDISC' and not 'NDRDISC' and
9046            '1T1C' and 
9047            'VHOST' and 
9048            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9049   parameters:
9050   - "throughput"
9051   - "parent"
9052   traces:
9053     hoverinfo: "x+y"
9054     boxpoints: "outliers"
9055     whiskerwidth: 0
9056   layout:
9057     title: ""  # No title
9058     layout: "plot-throughput"
9059
9060 -
9061   type: "plot"
9062   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9063   algorithm: "plot_performance_box"
9064   output-file-type: ".html"
9065   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9066   data: "plot-vpp-throughput-latency-3n-hsw"
9067   filter: "'NIC_Intel-XL710' and
9068            '64B' and 
9069            'PDRDISC' and not 'NDRDISC' and
9070            '2T2C' and 
9071            'VHOST' and 
9072            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9073   parameters:
9074   - "throughput"
9075   - "parent"
9076   traces:
9077     hoverinfo: "x+y"
9078     boxpoints: "outliers"
9079     whiskerwidth: 0
9080   layout:
9081     title: ""  # No title
9082     layout: "plot-throughput"
9083
9084 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
9085 -
9086   type: "plot"
9087   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9088   algorithm: "plot_performance_box"
9089   output-file-type: ".html"
9090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9091   data: "plot-vpp-throughput-latency-3n-hsw"
9092   filter: "'NIC_Intel-XL710' and
9093            '64B' and 
9094            'NDRDISC' and 
9095            '1T1C' and 
9096            'VHOST' and 
9097            not 'VXLAN' and 
9098            not 'IP4FWD' and 
9099            not 'DOT1Q' and 
9100            not '2VM'"
9101   parameters:
9102   - "throughput"
9103   - "parent"
9104   traces:
9105     hoverinfo: "x+y"
9106     boxpoints: "outliers"
9107     whiskerwidth: 0
9108   layout:
9109     title: ""  # No title
9110     layout: "plot-throughput"
9111
9112 -
9113   type: "plot"
9114   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9115   algorithm: "plot_performance_box"
9116   output-file-type: ".html"
9117   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9118   data: "plot-vpp-throughput-latency-3n-hsw"
9119   filter: "'NIC_Intel-XL710' and
9120            '64B' and 
9121            'NDRDISC' and 
9122            '2T2C' and 
9123            'VHOST' and 
9124            not 'VXLAN' and 
9125            not 'IP4FWD' and 
9126            not 'DOT1Q' and 
9127            not '2VM'"
9128   parameters:
9129   - "throughput"
9130   - "parent"
9131   traces:
9132     hoverinfo: "x+y"
9133     boxpoints: "outliers"
9134     whiskerwidth: 0
9135   layout:
9136     title: ""  # No title
9137     layout: "plot-throughput"
9138
9139 -
9140   type: "plot"
9141   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9142   algorithm: "plot_performance_box"
9143   output-file-type: ".html"
9144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9145   data: "plot-vpp-throughput-latency-3n-hsw"
9146   filter: "'NIC_Intel-XL710' and
9147            '64B' and 
9148            'PDRDISC' and not 'NDRDISC' and
9149            '1T1C' and 
9150            'VHOST' and 
9151            not 'VXLAN' and 
9152            not 'IP4FWD' and 
9153            not 'DOT1Q' and 
9154            not '2VM'"
9155   parameters:
9156   - "throughput"
9157   - "parent"
9158   traces:
9159     hoverinfo: "x+y"
9160     boxpoints: "outliers"
9161     whiskerwidth: 0
9162   layout:
9163     title: ""  # No title
9164     layout: "plot-throughput"
9165
9166 -
9167   type: "plot"
9168   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9169   algorithm: "plot_performance_box"
9170   output-file-type: ".html"
9171   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9172   data: "plot-vpp-throughput-latency-3n-hsw"
9173   filter: "'NIC_Intel-XL710' and
9174            '64B' and 
9175            'PDRDISC' and not 'NDRDISC' and
9176            '2T2C' and 
9177            'VHOST' and 
9178            not 'VXLAN' and 
9179            not 'IP4FWD' and 
9180            not 'DOT1Q' and 
9181            not '2VM'"
9182   parameters:
9183   - "throughput"
9184   - "parent"
9185   traces:
9186     hoverinfo: "x+y"
9187     boxpoints: "outliers"
9188     whiskerwidth: 0
9189   layout:
9190     title: ""  # No title
9191     layout: "plot-throughput"
9192
9193 ################################################################################
9194
9195 # Packet Throughput - VPP VTS 3n-hsw-x520
9196 -
9197   type: "plot"
9198   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-ndr"
9199   algorithm: "plot_performance_box"
9200   output-file-type: ".html"
9201   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr"
9202   data: "plot-vpp-throughput-latency-3n-hsw"
9203   filter: "'NIC_Intel-X520-DA2' and
9204            '64B' and
9205            'NDRDISC' and
9206            '1T1C' and
9207            'VTS'"
9208   parameters:
9209   - "throughput"
9210   - "parent"
9211   traces:
9212     hoverinfo: "x+y"
9213     boxpoints: "outliers"
9214     whiskerwidth: 0
9215   layout:
9216     title: ""  # No title
9217     layout: "plot-throughput"
9218
9219 -
9220   type: "plot"
9221   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-ndr"
9222   algorithm: "plot_performance_box"
9223   output-file-type: ".html"
9224   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr"
9225   data: "plot-vpp-throughput-latency-3n-hsw"
9226   filter: "'NIC_Intel-X520-DA2' and
9227            '64B' and
9228            'NDRDISC' and
9229            '2T2C' and
9230            'VTS'"
9231   parameters:
9232   - "throughput"
9233   - "parent"
9234   traces:
9235     hoverinfo: "x+y"
9236     boxpoints: "outliers"
9237     whiskerwidth: 0
9238   layout:
9239     title: ""  # No title
9240     layout: "plot-throughput"
9241
9242 -
9243   type: "plot"
9244   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-pdr"
9245   algorithm: "plot_performance_box"
9246   output-file-type: ".html"
9247   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-pdr"
9248   data: "plot-vpp-throughput-latency-3n-hsw"
9249   filter: "'NIC_Intel-X520-DA2' and
9250            '64B' and
9251            'PDRDISC' and not 'NDRDISC' and
9252            '1T1C' and
9253            'VTS'"
9254   parameters:
9255   - "throughput"
9256   - "parent"
9257   traces:
9258     hoverinfo: "x+y"
9259     boxpoints: "outliers"
9260     whiskerwidth: 0
9261   layout:
9262     title: ""  # No title
9263     layout: "plot-throughput"
9264
9265 -
9266   type: "plot"
9267   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-pdr"
9268   algorithm: "plot_performance_box"
9269   output-file-type: ".html"
9270   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-pdr"
9271   data: "plot-vpp-throughput-latency-3n-hsw"
9272   filter: "'NIC_Intel-X520-DA2' and
9273            '64B' and
9274            'PDRDISC' and not 'NDRDISC' and
9275            '2T2C' and
9276            'VTS'"
9277   parameters:
9278   - "throughput"
9279   - "parent"
9280   traces:
9281     hoverinfo: "x+y"
9282     boxpoints: "outliers"
9283     whiskerwidth: 0
9284   layout:
9285     title: ""  # No title
9286     layout: "plot-throughput"
9287
9288 ################################################################################
9289
9290 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
9291 -
9292   type: "plot"
9293   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
9294   algorithm: "plot_performance_box"
9295   output-file-type: ".html"
9296   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
9297   data: "plot-dpdk-throughput-latency-3n-hsw"
9298   filter: "'NIC_Intel-X520-DA2' and
9299            '64B' and
9300            'BASE' and
9301            'NDRPDR' and
9302            '1T1C' and
9303            'IP4FWD'"
9304   parameters:
9305   - "throughput"
9306   - "parent"
9307   traces:
9308     hoverinfo: "x+y"
9309     boxpoints: "outliers"
9310     whiskerwidth: 0
9311   layout:
9312     title: ""  # No title
9313     layout: "plot-throughput"
9314
9315 -
9316   type: "plot"
9317   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
9318   algorithm: "plot_performance_box"
9319   output-file-type: ".html"
9320   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
9321   data: "plot-dpdk-throughput-latency-3n-hsw"
9322   filter: "'NIC_Intel-X520-DA2' and
9323            '64B' and
9324            'BASE' and
9325            'NDRPDR' and
9326            '2T2C' and
9327            'IP4FWD'"
9328   parameters:
9329   - "throughput"
9330   - "parent"
9331   traces:
9332     hoverinfo: "x+y"
9333     boxpoints: "outliers"
9334     whiskerwidth: 0
9335   layout:
9336     title: ""  # No title
9337     layout: "plot-throughput"
9338
9339 -
9340   type: "plot"
9341   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
9342   algorithm: "plot_performance_box"
9343   output-file-type: ".html"
9344   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
9345   data: "plot-dpdk-throughput-latency-3n-hsw"
9346   filter: "'NIC_Intel-X520-DA2' and
9347            '64B' and
9348            'BASE' and
9349            'NDRPDR' and
9350            '1T1C' and
9351            'IP4FWD'"
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   type: "plot"
9365   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
9366   algorithm: "plot_performance_box"
9367   output-file-type: ".html"
9368   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
9369   data: "plot-dpdk-throughput-latency-3n-hsw"
9370   filter: "'NIC_Intel-X520-DA2' and
9371            '64B' and
9372            'BASE' and
9373            'NDRPDR' and
9374            '2T2C' and
9375            'IP4FWD'"
9376   parameters:
9377   - "throughput"
9378   - "parent"
9379   traces:
9380     hoverinfo: "x+y"
9381     boxpoints: "outliers"
9382     whiskerwidth: 0
9383   layout:
9384     title: ""  # No title
9385     layout: "plot-throughput"
9386
9387 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
9388 -
9389   type: "plot"
9390   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
9391   algorithm: "plot_performance_box"
9392   output-file-type: ".html"
9393   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
9394   data: "plot-dpdk-throughput-latency-3n-hsw"
9395   filter: "'NIC_Intel-X710' and
9396            '64B' and
9397            'BASE' and
9398            'NDRPDR' and
9399            '1T1C' and
9400            'IP4FWD'"
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: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
9415   algorithm: "plot_performance_box"
9416   output-file-type: ".html"
9417   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
9418   data: "plot-dpdk-throughput-latency-3n-hsw"
9419   filter: "'NIC_Intel-X710' and
9420            '64B' and
9421            'BASE' and
9422            'NDRPDR' and
9423            '2T2C' and
9424            'IP4FWD'"
9425   parameters:
9426   - "throughput"
9427   - "parent"
9428   traces:
9429     hoverinfo: "x+y"
9430     boxpoints: "outliers"
9431     whiskerwidth: 0
9432   layout:
9433     title: ""  # No title
9434     layout: "plot-throughput"
9435
9436 -
9437   type: "plot"
9438   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
9439   algorithm: "plot_performance_box"
9440   output-file-type: ".html"
9441   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
9442   data: "plot-dpdk-throughput-latency-3n-hsw"
9443   filter: "'NIC_Intel-X710' and
9444            '64B' and
9445            'BASE' and
9446            'NDRPDR' and
9447            '1T1C' and
9448            'IP4FWD'"
9449   parameters:
9450   - "throughput"
9451   - "parent"
9452   traces:
9453     hoverinfo: "x+y"
9454     boxpoints: "outliers"
9455     whiskerwidth: 0
9456   layout:
9457     title: ""  # No title
9458     layout: "plot-throughput"
9459
9460 -
9461   type: "plot"
9462   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
9463   algorithm: "plot_performance_box"
9464   output-file-type: ".html"
9465   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
9466   data: "plot-dpdk-throughput-latency-3n-hsw"
9467   filter: "'NIC_Intel-X710' and
9468            '64B' and
9469            'BASE' and
9470            'NDRPDR' and
9471            '2T2C' and
9472            'IP4FWD'"
9473   parameters:
9474   - "throughput"
9475   - "parent"
9476   traces:
9477     hoverinfo: "x+y"
9478     boxpoints: "outliers"
9479     whiskerwidth: 0
9480   layout:
9481     title: ""  # No title
9482     layout: "plot-throughput"
9483
9484 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
9485 -
9486   type: "plot"
9487   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
9488   algorithm: "plot_performance_box"
9489   output-file-type: ".html"
9490   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
9491   data: "plot-dpdk-throughput-latency-3n-hsw"
9492   filter: "'NIC_Intel-XL710' and
9493            '64B' and
9494            'BASE' and
9495            'NDRPDR' and
9496            '1T1C' 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-xl710-64b-2t2c-base-ndr"
9512   algorithm: "plot_performance_box"
9513   output-file-type: ".html"
9514   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
9515   data: "plot-dpdk-throughput-latency-3n-hsw"
9516   filter: "'NIC_Intel-XL710' and
9517            '64B' and
9518            'BASE' and
9519            'NDRPDR' and
9520            '2T2C' 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-xl710-64b-1t1c-base-pdr"
9536   algorithm: "plot_performance_box"
9537   output-file-type: ".html"
9538   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
9539   data: "plot-dpdk-throughput-latency-3n-hsw"
9540   filter: "'NIC_Intel-XL710' and
9541            '64B' and
9542            'BASE' and
9543            'NDRPDR' and
9544            '1T1C' 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 -
9558   type: "plot"
9559   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
9560   algorithm: "plot_performance_box"
9561   output-file-type: ".html"
9562   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
9563   data: "plot-dpdk-throughput-latency-3n-hsw"
9564   filter: "'NIC_Intel-XL710' and
9565            '64B' and
9566            'BASE' and
9567            'NDRPDR' and
9568            '2T2C' and
9569            'IP4FWD'"
9570   parameters:
9571   - "throughput"
9572   - "parent"
9573   traces:
9574     hoverinfo: "x+y"
9575     boxpoints: "outliers"
9576     whiskerwidth: 0
9577   layout:
9578     title: ""  # No title
9579     layout: "plot-throughput"
9580
9581 # Packet Throughput - DPDK l3fwd 3n-skx-x710
9582 -
9583   type: "plot"
9584   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
9585   algorithm: "plot_performance_box"
9586   output-file-type: ".html"
9587   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
9588   data: "plot-dpdk-throughput-latency-3n-skx"
9589   filter: "'NIC_Intel-X710' and
9590            '64B' and
9591            'BASE' and
9592            'NDRPDR' and
9593            '2T1C' 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-skx-x710-64b-4t2c-base-ndr"
9609   algorithm: "plot_performance_box"
9610   output-file-type: ".html"
9611   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
9612   data: "plot-dpdk-throughput-latency-3n-skx"
9613   filter: "'NIC_Intel-X710' and
9614            '64B' and
9615            'BASE' and
9616            'NDRPDR' and
9617            '4T2C' 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-skx-x710-64b-2t1c-base-pdr"
9633   algorithm: "plot_performance_box"
9634   output-file-type: ".html"
9635   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
9636   data: "plot-dpdk-throughput-latency-3n-skx"
9637   filter: "'NIC_Intel-X710' and
9638            '64B' and
9639            'BASE' and
9640            'NDRPDR' and
9641            '2T1C' 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 -
9655   type: "plot"
9656   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
9657   algorithm: "plot_performance_box"
9658   output-file-type: ".html"
9659   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
9660   data: "plot-dpdk-throughput-latency-3n-skx"
9661   filter: "'NIC_Intel-X710' and
9662            '64B' and
9663            'BASE' and
9664            'NDRPDR' and
9665            '4T2C' and
9666            'IP4FWD'"
9667   parameters:
9668   - "throughput"
9669   - "parent"
9670   traces:
9671     hoverinfo: "x+y"
9672     boxpoints: "outliers"
9673     whiskerwidth: 0
9674   layout:
9675     title: ""  # No title
9676     layout: "plot-throughput"
9677
9678 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
9679 -
9680   type: "plot"
9681   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
9682   algorithm: "plot_performance_box"
9683   output-file-type: ".html"
9684   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
9685   data: "plot-dpdk-throughput-latency-3n-skx"
9686   filter: "'NIC_Intel-XXV710' and
9687            '64B' and
9688            'BASE' and
9689            'NDRPDR' and
9690            '2T1C' 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-skx-xxv710-64b-4t2c-base-ndr"
9706   algorithm: "plot_performance_box"
9707   output-file-type: ".html"
9708   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
9709   data: "plot-dpdk-throughput-latency-3n-skx"
9710   filter: "'NIC_Intel-XXV710' and
9711            '64B' and
9712            'BASE' and
9713            'NDRPDR' and
9714            '4T2C' 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-skx-xxv710-64b-2t1c-base-pdr"
9730   algorithm: "plot_performance_box"
9731   output-file-type: ".html"
9732   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
9733   data: "plot-dpdk-throughput-latency-3n-skx"
9734   filter: "'NIC_Intel-XXV710' and
9735            '64B' and
9736            'BASE' and
9737            'NDRPDR' and
9738            '2T1C' 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 -
9752   type: "plot"
9753   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
9754   algorithm: "plot_performance_box"
9755   output-file-type: ".html"
9756   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
9757   data: "plot-dpdk-throughput-latency-3n-skx"
9758   filter: "'NIC_Intel-XXV710' and
9759            '64B' and
9760            'BASE' and
9761            'NDRPDR' and
9762            '4T2C' and
9763            'IP4FWD'"
9764   parameters:
9765   - "throughput"
9766   - "parent"
9767   traces:
9768     hoverinfo: "x+y"
9769     boxpoints: "outliers"
9770     whiskerwidth: 0
9771   layout:
9772     title: ""  # No title
9773     layout: "plot-throughput"
9774
9775 # Packet Throughput - DPDK l3fwd 2n-skx-x710
9776 -
9777   type: "plot"
9778   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
9779   algorithm: "plot_performance_box"
9780   output-file-type: ".html"
9781   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
9782   data: "plot-dpdk-throughput-latency-2n-skx"
9783   filter: "'NIC_Intel-X710' and
9784            '64B' and
9785            'BASE' and
9786            'NDRPDR' and
9787            '2T1C' 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-2n-skx-x710-64b-4t2c-base-ndr"
9803   algorithm: "plot_performance_box"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
9806   data: "plot-dpdk-throughput-latency-2n-skx"
9807   filter: "'NIC_Intel-X710' and
9808            '64B' and
9809            'BASE' and
9810            'NDRPDR' and
9811            '4T2C' 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-2n-skx-x710-64b-2t1c-base-pdr"
9827   algorithm: "plot_performance_box"
9828   output-file-type: ".html"
9829   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
9830   data: "plot-dpdk-throughput-latency-2n-skx"
9831   filter: "'NIC_Intel-X710' and
9832            '64B' and
9833            'BASE' and
9834            'NDRPDR' and
9835            '2T1C' 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 -
9849   type: "plot"
9850   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
9851   algorithm: "plot_performance_box"
9852   output-file-type: ".html"
9853   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
9854   data: "plot-dpdk-throughput-latency-2n-skx"
9855   filter: "'NIC_Intel-X710' and
9856            '64B' and
9857            'BASE' and
9858            'NDRPDR' and
9859            '4T2C' and
9860            'IP4FWD'"
9861   parameters:
9862   - "throughput"
9863   - "parent"
9864   traces:
9865     hoverinfo: "x+y"
9866     boxpoints: "outliers"
9867     whiskerwidth: 0
9868   layout:
9869     title: ""  # No title
9870     layout: "plot-throughput"
9871
9872 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
9873 -
9874   type: "plot"
9875   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
9876   algorithm: "plot_performance_box"
9877   output-file-type: ".html"
9878   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
9879   data: "plot-dpdk-throughput-latency-2n-skx"
9880   filter: "'NIC_Intel-XXV710' and
9881            '64B' and
9882            'BASE' and
9883            'NDRPDR' and
9884            '2T1C' 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-2n-skx-xxv710-64b-4t2c-base-ndr"
9900   algorithm: "plot_performance_box"
9901   output-file-type: ".html"
9902   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
9903   data: "plot-dpdk-throughput-latency-2n-skx"
9904   filter: "'NIC_Intel-XXV710' and
9905            '64B' and
9906            'BASE' and
9907            'NDRPDR' and
9908            '4T2C' 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-2n-skx-xxv710-64b-2t1c-base-pdr"
9924   algorithm: "plot_performance_box"
9925   output-file-type: ".html"
9926   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
9927   data: "plot-dpdk-throughput-latency-2n-skx"
9928   filter: "'NIC_Intel-XXV710' and
9929            '64B' and
9930            'BASE' and
9931            'NDRPDR' and
9932            '2T1C' 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 -
9946   type: "plot"
9947   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
9948   algorithm: "plot_performance_box"
9949   output-file-type: ".html"
9950   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
9951   data: "plot-dpdk-throughput-latency-2n-skx"
9952   filter: "'NIC_Intel-XXV710' and
9953            '64B' and
9954            'BASE' and
9955            'NDRPDR' and
9956            '4T2C' and
9957            'IP4FWD'"
9958   parameters:
9959   - "throughput"
9960   - "parent"
9961   traces:
9962     hoverinfo: "x+y"
9963     boxpoints: "outliers"
9964     whiskerwidth: 0
9965   layout:
9966     title: ""  # No title
9967     layout: "plot-throughput"
9968
9969 ################################################################################
9970
9971 # Packet Throughput - DPDK testpmd 3n-hsw-x520
9972 -
9973   type: "plot"
9974   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
9975   algorithm: "plot_performance_box"
9976   output-file-type: ".html"
9977   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
9978   data: "plot-dpdk-throughput-latency-3n-hsw"
9979   filter: "'NIC_Intel-X520-DA2' and
9980            '64B' and
9981            'BASE' and
9982            'NDRPDR' and
9983            '1T1C' and
9984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
9985   parameters:
9986   - "throughput"
9987   - "parent"
9988   traces:
9989     hoverinfo: "x+y"
9990     boxpoints: "outliers"
9991     whiskerwidth: 0
9992   layout:
9993     title: ""  # No title
9994     layout: "plot-throughput"
9995
9996 -
9997   type: "plot"
9998   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
9999   algorithm: "plot_performance_box"
10000   output-file-type: ".html"
10001   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
10002   data: "plot-dpdk-throughput-latency-3n-hsw"
10003   filter: "'NIC_Intel-X520-DA2' and
10004            '64B' and
10005            'BASE' and
10006            'NDRPDR' and
10007            '2T2C' and
10008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10009   parameters:
10010   - "throughput"
10011   - "parent"
10012   traces:
10013     hoverinfo: "x+y"
10014     boxpoints: "outliers"
10015     whiskerwidth: 0
10016   layout:
10017     title: ""  # No title
10018     layout: "plot-throughput"
10019
10020 -
10021   type: "plot"
10022   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
10023   algorithm: "plot_performance_box"
10024   output-file-type: ".html"
10025   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
10026   data: "plot-dpdk-throughput-latency-3n-hsw"
10027   filter: "'NIC_Intel-X520-DA2' and
10028            '64B' and
10029            'BASE' and
10030            'NDRPDR' and
10031            '1T1C' and
10032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10033   parameters:
10034   - "throughput"
10035   - "parent"
10036   traces:
10037     hoverinfo: "x+y"
10038     boxpoints: "outliers"
10039     whiskerwidth: 0
10040   layout:
10041     title: ""  # No title
10042     layout: "plot-throughput"
10043
10044 -
10045   type: "plot"
10046   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
10047   algorithm: "plot_performance_box"
10048   output-file-type: ".html"
10049   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
10050   data: "plot-dpdk-throughput-latency-3n-hsw"
10051   filter: "'NIC_Intel-X520-DA2' and
10052            '64B' and
10053            'BASE' and
10054            'NDRPDR' and
10055            '2T2C' and
10056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10057   parameters:
10058   - "throughput"
10059   - "parent"
10060   traces:
10061     hoverinfo: "x+y"
10062     boxpoints: "outliers"
10063     whiskerwidth: 0
10064   layout:
10065     title: ""  # No title
10066     layout: "plot-throughput"
10067
10068 # Packet Throughput - DPDK testpmd 3n-hsw-x710
10069 -
10070   type: "plot"
10071   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
10072   algorithm: "plot_performance_box"
10073   output-file-type: ".html"
10074   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
10075   data: "plot-dpdk-throughput-latency-3n-hsw"
10076   filter: "'NIC_Intel-X710' and
10077            '64B' and
10078            'BASE' and
10079            'NDRPDR' and
10080            '1T1C' and
10081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10082   parameters:
10083   - "throughput"
10084   - "parent"
10085   traces:
10086     hoverinfo: "x+y"
10087     boxpoints: "outliers"
10088     whiskerwidth: 0
10089   layout:
10090     title: ""  # No title
10091     layout: "plot-throughput"
10092
10093 -
10094   type: "plot"
10095   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
10096   algorithm: "plot_performance_box"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
10099   data: "plot-dpdk-throughput-latency-3n-hsw"
10100   filter: "'NIC_Intel-X710' and
10101            '64B' and
10102            'BASE' and
10103            'NDRPDR' and
10104            '2T2C' and
10105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10106   parameters:
10107   - "throughput"
10108   - "parent"
10109   traces:
10110     hoverinfo: "x+y"
10111     boxpoints: "outliers"
10112     whiskerwidth: 0
10113   layout:
10114     title: ""  # No title
10115     layout: "plot-throughput"
10116
10117 -
10118   type: "plot"
10119   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
10120   algorithm: "plot_performance_box"
10121   output-file-type: ".html"
10122   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
10123   data: "plot-dpdk-throughput-latency-3n-hsw"
10124   filter: "'NIC_Intel-X710' and
10125            '64B' and
10126            'BASE' and
10127            'NDRPDR' and
10128            '1T1C' and
10129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10130   parameters:
10131   - "throughput"
10132   - "parent"
10133   traces:
10134     hoverinfo: "x+y"
10135     boxpoints: "outliers"
10136     whiskerwidth: 0
10137   layout:
10138     title: ""  # No title
10139     layout: "plot-throughput"
10140
10141 -
10142   type: "plot"
10143   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
10144   algorithm: "plot_performance_box"
10145   output-file-type: ".html"
10146   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
10147   data: "plot-dpdk-throughput-latency-3n-hsw"
10148   filter: "'NIC_Intel-X710' and
10149            '64B' and
10150            'BASE' and
10151            'NDRPDR' and
10152            '2T2C' and
10153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10154   parameters:
10155   - "throughput"
10156   - "parent"
10157   traces:
10158     hoverinfo: "x+y"
10159     boxpoints: "outliers"
10160     whiskerwidth: 0
10161   layout:
10162     title: ""  # No title
10163     layout: "plot-throughput"
10164
10165 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
10166 -
10167   type: "plot"
10168   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
10169   algorithm: "plot_performance_box"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
10172   data: "plot-dpdk-throughput-latency-3n-hsw"
10173   filter: "'NIC_Intel-XL710' and
10174            '64B' and
10175            'BASE' and
10176            'NDRPDR' and
10177            '1T1C' 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-xl710-64b-2t2c-base-ndr"
10193   algorithm: "plot_performance_box"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
10196   data: "plot-dpdk-throughput-latency-3n-hsw"
10197   filter: "'NIC_Intel-XL710' and
10198            '64B' and
10199            'BASE' and
10200            'NDRPDR' and
10201            '2T2C' 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-xl710-64b-1t1c-base-pdr"
10217   algorithm: "plot_performance_box"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
10220   data: "plot-dpdk-throughput-latency-3n-hsw"
10221   filter: "'NIC_Intel-XL710' and
10222            '64B' and
10223            'BASE' and
10224            'NDRPDR' and
10225            '1T1C' 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 -
10239   type: "plot"
10240   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
10241   algorithm: "plot_performance_box"
10242   output-file-type: ".html"
10243   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
10244   data: "plot-dpdk-throughput-latency-3n-hsw"
10245   filter: "'NIC_Intel-XL710' and
10246            '64B' and
10247            'BASE' and
10248            'NDRPDR' and
10249            '2T2C' and
10250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10251   parameters:
10252   - "throughput"
10253   - "parent"
10254   traces:
10255     hoverinfo: "x+y"
10256     boxpoints: "outliers"
10257     whiskerwidth: 0
10258   layout:
10259     title: ""  # No title
10260     layout: "plot-throughput"
10261
10262 # Packet Throughput - DPDK testpmd 3n-skx-x710
10263 -
10264   type: "plot"
10265   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
10266   algorithm: "plot_performance_box"
10267   output-file-type: ".html"
10268   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
10269   data: "plot-dpdk-throughput-latency-3n-skx"
10270   filter: "'NIC_Intel-X710' and
10271            '64B' and
10272            'BASE' and
10273            'NDRPDR' and
10274            '2T1C' 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-skx-x710-64b-4t2c-base-ndr"
10290   algorithm: "plot_performance_box"
10291   output-file-type: ".html"
10292   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
10293   data: "plot-dpdk-throughput-latency-3n-skx"
10294   filter: "'NIC_Intel-X710' and
10295            '64B' and
10296            'BASE' and
10297            'NDRPDR' and
10298            '4T2C' 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-skx-x710-64b-2t1c-base-pdr"
10314   algorithm: "plot_performance_box"
10315   output-file-type: ".html"
10316   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
10317   data: "plot-dpdk-throughput-latency-3n-skx"
10318   filter: "'NIC_Intel-X710' and
10319            '64B' and
10320            'BASE' and
10321            'NDRPDR' and
10322            '2T1C' 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 -
10336   type: "plot"
10337   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
10338   algorithm: "plot_performance_box"
10339   output-file-type: ".html"
10340   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
10341   data: "plot-dpdk-throughput-latency-3n-skx"
10342   filter: "'NIC_Intel-X710' and
10343            '64B' and
10344            'BASE' and
10345            'NDRPDR' and
10346            '4T2C' and
10347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10348   parameters:
10349   - "throughput"
10350   - "parent"
10351   traces:
10352     hoverinfo: "x+y"
10353     boxpoints: "outliers"
10354     whiskerwidth: 0
10355   layout:
10356     title: ""  # No title
10357     layout: "plot-throughput"
10358
10359 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
10360 -
10361   type: "plot"
10362   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
10363   algorithm: "plot_performance_box"
10364   output-file-type: ".html"
10365   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
10366   data: "plot-dpdk-throughput-latency-3n-skx"
10367   filter: "'NIC_Intel-XXV710' and
10368            '64B' and
10369            'BASE' and
10370            'NDRPDR' and
10371            '2T1C' 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-skx-xxv710-64b-4t2c-base-ndr"
10387   algorithm: "plot_performance_box"
10388   output-file-type: ".html"
10389   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
10390   data: "plot-dpdk-throughput-latency-3n-skx"
10391   filter: "'NIC_Intel-XXV710' and
10392            '64B' and
10393            'BASE' and
10394            'NDRPDR' and
10395            '4T2C' 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-skx-xxv710-64b-2t1c-base-pdr"
10411   algorithm: "plot_performance_box"
10412   output-file-type: ".html"
10413   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
10414   data: "plot-dpdk-throughput-latency-3n-skx"
10415   filter: "'NIC_Intel-XXV710' and
10416            '64B' and
10417            'BASE' and
10418            'NDRPDR' and
10419            '4T1C' 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 -
10433   type: "plot"
10434   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
10435   algorithm: "plot_performance_box"
10436   output-file-type: ".html"
10437   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
10438   data: "plot-dpdk-throughput-latency-3n-skx"
10439   filter: "'NIC_Intel-XXV710' and
10440            '64B' and
10441            'BASE' and
10442            'NDRPDR' and
10443            '4T2C' and
10444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10445   parameters:
10446   - "throughput"
10447   - "parent"
10448   traces:
10449     hoverinfo: "x+y"
10450     boxpoints: "outliers"
10451     whiskerwidth: 0
10452   layout:
10453     title: ""  # No title
10454     layout: "plot-throughput"
10455
10456 # Packet Throughput - DPDK testpmd 2n-skx-x710
10457 -
10458   type: "plot"
10459   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
10460   algorithm: "plot_performance_box"
10461   output-file-type: ".html"
10462   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
10463   data: "plot-dpdk-throughput-latency-2n-skx"
10464   filter: "'NIC_Intel-X710' and
10465            '64B' and
10466            'BASE' and
10467            'NDRPDR' and
10468            '2T1C' 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-2n-skx-x710-64b-4t2c-base-ndr"
10484   algorithm: "plot_performance_box"
10485   output-file-type: ".html"
10486   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
10487   data: "plot-dpdk-throughput-latency-2n-skx"
10488   filter: "'NIC_Intel-X710' and
10489            '64B' and
10490            'BASE' and
10491            'NDRPDR' and
10492            '4T2C' 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-2n-skx-x710-64b-2t1c-base-pdr"
10508   algorithm: "plot_performance_box"
10509   output-file-type: ".html"
10510   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
10511   data: "plot-dpdk-throughput-latency-2n-skx"
10512   filter: "'NIC_Intel-X710' and
10513            '64B' and
10514            'BASE' and
10515            'NDRPDR' and
10516            '2T1C' 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 -
10530   type: "plot"
10531   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
10532   algorithm: "plot_performance_box"
10533   output-file-type: ".html"
10534   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
10535   data: "plot-dpdk-throughput-latency-2n-skx"
10536   filter: "'NIC_Intel-X710' and
10537            '64B' and
10538            'BASE' and
10539            'NDRPDR' and
10540            '4T2C' and
10541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10542   parameters:
10543   - "throughput"
10544   - "parent"
10545   traces:
10546     hoverinfo: "x+y"
10547     boxpoints: "outliers"
10548     whiskerwidth: 0
10549   layout:
10550     title: ""  # No title
10551     layout: "plot-throughput"
10552
10553 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
10554 -
10555   type: "plot"
10556   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
10557   algorithm: "plot_performance_box"
10558   output-file-type: ".html"
10559   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
10560   data: "plot-dpdk-throughput-latency-2n-skx"
10561   filter: "'NIC_Intel-XXV710' and
10562            '64B' and
10563            'BASE' and
10564            'NDRPDR' and
10565            '2T1C' 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-2n-skx-xxv710-64b-4t2c-base-ndr"
10581   algorithm: "plot_performance_box"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
10584   data: "plot-dpdk-throughput-latency-2n-skx"
10585   filter: "'NIC_Intel-XXV710' and
10586            '64B' and
10587            'BASE' and
10588            'NDRPDR' and
10589            '4T2C' 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-2n-skx-xxv710-64b-2t1c-base-pdr"
10605   algorithm: "plot_performance_box"
10606   output-file-type: ".html"
10607   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
10608   data: "plot-dpdk-throughput-latency-2n-skx"
10609   filter: "'NIC_Intel-XXV710' and
10610            '64B' and
10611            'BASE' and
10612            'NDRPDR' and
10613            '2T1C' 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 -
10627   type: "plot"
10628   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
10629   algorithm: "plot_performance_box"
10630   output-file-type: ".html"
10631   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
10632   data: "plot-dpdk-throughput-latency-2n-skx"
10633   filter: "'NIC_Intel-XXV710' and
10634            '64B' and
10635            'BASE' and
10636            'NDRPDR' and
10637            '4T2C' and
10638            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
10639   parameters:
10640   - "throughput"
10641   - "parent"
10642   traces:
10643     hoverinfo: "x+y"
10644     boxpoints: "outliers"
10645     whiskerwidth: 0
10646   layout:
10647     title: ""  # No title
10648     layout: "plot-throughput"
10649
10650
10651
10652
10653
10654
10655
10656
10657 ################################################################################
10658
10659 # Packet Latency - VPP L2 3n-hsw-x520
10660 -
10661   type: "plot"
10662   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10663   algorithm: "plot_latency_box"
10664   output-file-type: ".html"
10665   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10666   data: "plot-vpp-throughput-latency-3n-hsw"
10667   filter: "'NIC_Intel-X520-DA2' and
10668            '64B' and
10669            ('BASE' or 'SCALE') and
10670            'NDRDISC' and
10671            '1T1C' and
10672            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10673            not 'VHOST' and
10674            not 'MEMIF'"
10675   parameters:
10676   - "latency"
10677   - "parent"
10678   traces:
10679     boxmean: False
10680   layout:
10681     title: ""  # No title
10682     layout: "plot-latency"
10683
10684 -
10685   type: "plot"
10686   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10687   algorithm: "plot_latency_box"
10688   output-file-type: ".html"
10689   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10690   data: "plot-vpp-throughput-latency-3n-hsw"
10691   filter: "'NIC_Intel-X520-DA2' and
10692            '64B' and
10693            ('BASE' or 'SCALE') and
10694            'NDRDISC' and
10695            '2T2C' and
10696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10697            not 'VHOST' and
10698            not 'MEMIF'"
10699   parameters:
10700   - "latency"
10701   - "parent"
10702   traces:
10703     boxmean: False
10704   layout:
10705     title: ""  # No title
10706     layout: "plot-latency"
10707
10708 -
10709   type: "plot"
10710   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10711   algorithm: "plot_latency_box"
10712   output-file-type: ".html"
10713   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10714   data: "plot-vpp-throughput-latency-3n-hsw"
10715   filter: "'NIC_Intel-X520-DA2' and
10716            '64B' and
10717            'FEATURE' and
10718            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10719            'NDRDISC' and
10720            '1T1C' and
10721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10722            not 'VHOST' and
10723            not 'MEMIF'"
10724   parameters:
10725   - "latency"
10726   - "parent"
10727   traces:
10728     boxmean: False
10729   layout:
10730     title: ""  # No title
10731     layout: "plot-latency"
10732
10733 -
10734   type: "plot"
10735   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10736   algorithm: "plot_latency_box"
10737   output-file-type: ".html"
10738   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10739   data: "plot-vpp-throughput-latency-3n-hsw"
10740   filter: "'NIC_Intel-X520-DA2' and
10741            '64B' and
10742            'FEATURE' and
10743            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10744            'NDRDISC' and
10745            '2T2C' and
10746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10747            not 'VHOST' and
10748            not 'MEMIF'"
10749   parameters:
10750   - "latency"
10751   - "parent"
10752   traces:
10753     boxmean: False
10754   layout:
10755     title: ""  # No title
10756     layout: "plot-latency"
10757
10758 # Packet Latency - VPP L2 3n-hsw-x710
10759 -
10760   type: "plot"
10761   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10762   algorithm: "plot_latency_box"
10763   output-file-type: ".html"
10764   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10765   data: "plot-vpp-throughput-latency-3n-hsw"
10766   filter: "'NIC_Intel-X710' and
10767            '64B' and
10768            ('BASE' or 'SCALE') and
10769            'NDRDISC' and
10770            '1T1C' and
10771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10772            not 'VHOST' and
10773            not 'MEMIF'"
10774   parameters:
10775   - "latency"
10776   - "parent"
10777   traces:
10778     boxmean: False
10779   layout:
10780     title: ""  # No title
10781     layout: "plot-latency"
10782
10783 -
10784   type: "plot"
10785   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10786   algorithm: "plot_latency_box"
10787   output-file-type: ".html"
10788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10789   data: "plot-vpp-throughput-latency-3n-hsw"
10790   filter: "'NIC_Intel-X710' and
10791            '64B' and
10792            ('BASE' or 'SCALE') and
10793            'NDRDISC' and
10794            '2T2C' and
10795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10796            not 'VHOST' and
10797            not 'MEMIF'"
10798   parameters:
10799   - "latency"
10800   - "parent"
10801   traces:
10802     boxmean: False
10803   layout:
10804     title: ""  # No title
10805     layout: "plot-latency"
10806
10807 -
10808   type: "plot"
10809   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10810   algorithm: "plot_latency_box"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10813   data: "plot-vpp-throughput-latency-3n-hsw"
10814   filter: "'NIC_Intel-X710' and
10815            '64B' and
10816            'FEATURE' and
10817            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10818            'NDRDISC' and
10819            '1T1C' and
10820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10821            not 'VHOST' and
10822            not 'MEMIF'"
10823   parameters:
10824   - "latency"
10825   - "parent"
10826   traces:
10827     boxmean: False
10828   layout:
10829     title: ""  # No title
10830     layout: "plot-latency"
10831
10832 -
10833   type: "plot"
10834   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10835   algorithm: "plot_latency_box"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10838   data: "plot-vpp-throughput-latency-3n-hsw"
10839   filter: "'NIC_Intel-X710' and
10840            '64B' and
10841            'FEATURE' and
10842            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10843            'NDRDISC' and
10844            '2T2C' and
10845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10846            not 'VHOST' and
10847            not 'MEMIF'"
10848   parameters:
10849   - "latency"
10850   - "parent"
10851   traces:
10852     boxmean: False
10853   layout:
10854     title: ""  # No title
10855     layout: "plot-latency"
10856
10857 # Packet Latency - VPP L2 3n-hsw-xl710
10858 -
10859   type: "plot"
10860   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10861   algorithm: "plot_latency_box"
10862   output-file-type: ".html"
10863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10864   data: "plot-vpp-throughput-latency-3n-hsw"
10865   filter: "'NIC_Intel-XL710' and
10866            '64B' and
10867            ('BASE' or 'SCALE') and
10868            'NDRDISC' and
10869            '1T1C' and
10870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10871            not 'VHOST' and
10872            not 'MEMIF'"
10873   parameters:
10874   - "latency"
10875   - "parent"
10876   traces:
10877     boxmean: False
10878   layout:
10879     title: ""  # No title
10880     layout: "plot-latency"
10881
10882 -
10883   type: "plot"
10884   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10885   algorithm: "plot_latency_box"
10886   output-file-type: ".html"
10887   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10888   data: "plot-vpp-throughput-latency-3n-hsw"
10889   filter: "'NIC_Intel-XL710' and
10890            '64B' and
10891            ('BASE' or 'SCALE') and
10892            'NDRDISC' and
10893            '2T2C' and
10894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10895            not 'VHOST' and
10896            not 'MEMIF'"
10897   parameters:
10898   - "latency"
10899   - "parent"
10900   traces:
10901     boxmean: False
10902   layout:
10903     title: ""  # No title
10904     layout: "plot-latency"
10905
10906 # Packet Latency - VPP L2 3n-skx-x710
10907 -
10908   type: "plot"
10909   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10910   algorithm: "plot_latency_box"
10911   output-file-type: ".html"
10912   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10913   data: "plot-vpp-throughput-latency-3n-skx"
10914   filter: "'NIC_Intel-X710' and
10915            '64B' and
10916            ('BASE' or 'SCALE') and
10917            'NDRDISC' and
10918            '2T1C' and
10919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10920            not 'VHOST' and
10921            not 'MEMIF'"
10922   parameters:
10923   - "latency"
10924   - "parent"
10925   traces:
10926     boxmean: False
10927   layout:
10928     title: ""  # No title
10929     layout: "plot-latency"
10930
10931 -
10932   type: "plot"
10933   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10934   algorithm: "plot_latency_box"
10935   output-file-type: ".html"
10936   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10937   data: "plot-vpp-throughput-latency-3n-skx"
10938   filter: "'NIC_Intel-X710' and
10939            '64B' and
10940            ('BASE' or 'SCALE') and
10941            'NDRDISC' and
10942            '4T2C' and
10943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10944            not 'VHOST' and
10945            not 'MEMIF'"
10946   parameters:
10947   - "latency"
10948   - "parent"
10949   traces:
10950     boxmean: False
10951   layout:
10952     title: ""  # No title
10953     layout: "plot-latency"
10954
10955 -
10956   type: "plot"
10957   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
10958   algorithm: "plot_latency_box"
10959   output-file-type: ".html"
10960   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
10961   data: "plot-vpp-throughput-latency-3n-skx"
10962   filter: "'NIC_Intel-X710' and
10963            '64B' and
10964            'FEATURE' and
10965            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10966            'NDRDISC' and
10967            '2T1C' and
10968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10969            not 'VHOST' and
10970            not 'MEMIF'"
10971   parameters:
10972   - "latency"
10973   - "parent"
10974   traces:
10975     boxmean: False
10976   layout:
10977     title: ""  # No title
10978     layout: "plot-latency"
10979
10980 -
10981   type: "plot"
10982   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
10983   algorithm: "plot_latency_box"
10984   output-file-type: ".html"
10985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
10986   data: "plot-vpp-throughput-latency-3n-skx"
10987   filter: "'NIC_Intel-X710' and
10988            '64B' and
10989            'FEATURE' and
10990            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10991            'NDRDISC' and
10992            '4T2C' and
10993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
10994            not 'VHOST' and
10995            not 'MEMIF'"
10996   parameters:
10997   - "latency"
10998   - "parent"
10999   traces:
11000     boxmean: False
11001   layout:
11002     title: ""  # No title
11003     layout: "plot-latency"
11004
11005 # Packet Latency - VPP L2 3n-skx-xxv710
11006 -
11007   type: "plot"
11008   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11009   algorithm: "plot_latency_box"
11010   output-file-type: ".html"
11011   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11012   data: "plot-vpp-throughput-latency-3n-skx"
11013   filter: "'NIC_Intel-XXV710' and
11014            '64B' and
11015            ('BASE' or 'SCALE') and
11016            'NDRDISC' and
11017            '2T1C' and
11018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11019            not 'VHOST' and
11020            not 'MEMIF'"
11021   parameters:
11022   - "latency"
11023   - "parent"
11024   traces:
11025     boxmean: False
11026   layout:
11027     title: ""  # No title
11028     layout: "plot-latency"
11029
11030 -
11031   type: "plot"
11032   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11033   algorithm: "plot_latency_box"
11034   output-file-type: ".html"
11035   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11036   data: "plot-vpp-throughput-latency-3n-skx"
11037   filter: "'NIC_Intel-XXV710' and
11038            '64B' and
11039            ('BASE' or 'SCALE') and
11040            'NDRDISC' and
11041            '4T2C' and
11042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11043            not 'VHOST' and
11044            not 'MEMIF'"
11045   parameters:
11046   - "latency"
11047   - "parent"
11048   traces:
11049     boxmean: False
11050   layout:
11051     title: ""  # No title
11052     layout: "plot-latency"
11053
11054 -
11055   type: "plot"
11056   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
11057   algorithm: "plot_latency_box"
11058   output-file-type: ".html"
11059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
11060   data: "plot-vpp-throughput-latency-3n-skx"
11061   filter: "'NIC_Intel-XXV710' and
11062            '64B' and
11063            'FEATURE' and
11064            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11065            'NDRDISC' and
11066            '2T1C' and
11067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11068            not 'VHOST' and
11069            not 'MEMIF'"
11070   parameters:
11071   - "latency"
11072   - "parent"
11073   traces:
11074     boxmean: False
11075   layout:
11076     title: ""  # No title
11077     layout: "plot-latency"
11078
11079 -
11080   type: "plot"
11081   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
11082   algorithm: "plot_latency_box"
11083   output-file-type: ".html"
11084   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
11085   data: "plot-vpp-throughput-latency-3n-skx"
11086   filter: "'NIC_Intel-XXV710' and
11087            '64B' and
11088            'FEATURE' and
11089            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11090            'NDRDISC' and
11091            '4T2C' and
11092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11093            not 'VHOST' and
11094            not 'MEMIF'"
11095   parameters:
11096   - "latency"
11097   - "parent"
11098   traces:
11099     boxmean: False
11100   layout:
11101     title: ""  # No title
11102     layout: "plot-latency"
11103
11104 # Packet Latency - VPP L2 2n-skx-x710
11105 -
11106   type: "plot"
11107   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11108   algorithm: "plot_latency_box"
11109   output-file-type: ".html"
11110   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11111   data: "plot-vpp-throughput-latency-2n-skx"
11112   filter: "'NIC_Intel-X710' and
11113            '64B' and
11114            ('BASE' or 'SCALE') and
11115            'NDRDISC' and
11116            '2T1C' and
11117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11118            not 'VHOST' and
11119            not 'MEMIF'"
11120   parameters:
11121   - "latency"
11122   - "parent"
11123   traces:
11124     boxmean: False
11125   layout:
11126     title: ""  # No title
11127     layout: "plot-latency"
11128
11129 -
11130   type: "plot"
11131   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11132   algorithm: "plot_latency_box"
11133   output-file-type: ".html"
11134   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11135   data: "plot-vpp-throughput-latency-2n-skx"
11136   filter: "'NIC_Intel-X710' and
11137            '64B' and
11138            ('BASE' or 'SCALE') and
11139            'NDRDISC' and
11140            '4T2C' and
11141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11142            not 'VHOST' and
11143            not 'MEMIF'"
11144   parameters:
11145   - "latency"
11146   - "parent"
11147   traces:
11148     boxmean: False
11149   layout:
11150     title: ""  # No title
11151     layout: "plot-latency"
11152
11153 -
11154   type: "plot"
11155   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-features-ndr-lat"
11156   algorithm: "plot_latency_box"
11157   output-file-type: ".html"
11158   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-features-ndr-lat"
11159   data: "plot-vpp-throughput-latency-2n-skx"
11160   filter: "'NIC_Intel-X710' and
11161            '64B' and
11162            'FEATURE' and
11163            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11164            'NDRDISC' and
11165            '2T1C' and
11166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11167            not 'VHOST' and
11168            not 'MEMIF'"
11169   parameters:
11170   - "latency"
11171   - "parent"
11172   traces:
11173     boxmean: False
11174   layout:
11175     title: ""  # No title
11176     layout: "plot-latency"
11177
11178 -
11179   type: "plot"
11180   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-features-ndr-lat"
11181   algorithm: "plot_latency_box"
11182   output-file-type: ".html"
11183   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-features-ndr-lat"
11184   data: "plot-vpp-throughput-latency-2n-skx"
11185   filter: "'NIC_Intel-X710' and
11186            '64B' and
11187            'FEATURE' and
11188            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11189            'NDRDISC' and
11190            '4T2C' and
11191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11192            not 'VHOST' and
11193            not 'MEMIF'"
11194   parameters:
11195   - "latency"
11196   - "parent"
11197   traces:
11198     boxmean: False
11199   layout:
11200     title: ""  # No title
11201     layout: "plot-latency"
11202
11203 # Packet Latency - VPP L2 2n-skx-xxv710
11204 -
11205   type: "plot"
11206   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11207   algorithm: "plot_latency_box"
11208   output-file-type: ".html"
11209   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11210   data: "plot-vpp-throughput-latency-2n-skx"
11211   filter: "'NIC_Intel-XXV710' and
11212            '64B' and
11213            ('BASE' or 'SCALE') and
11214            'NDRDISC' and
11215            '2T1C' and
11216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11217            not 'VHOST' and
11218            not 'MEMIF'"
11219   parameters:
11220   - "latency"
11221   - "parent"
11222   traces:
11223     boxmean: False
11224   layout:
11225     title: ""  # No title
11226     layout: "plot-latency"
11227
11228 -
11229   type: "plot"
11230   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11231   algorithm: "plot_latency_box"
11232   output-file-type: ".html"
11233   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11234   data: "plot-vpp-throughput-latency-2n-skx"
11235   filter: "'NIC_Intel-XXV710' and
11236            '64B' and
11237            ('BASE' or 'SCALE') and
11238            'NDRDISC' and
11239            '4T2C' and
11240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11241            not 'VHOST' and
11242            not 'MEMIF'"
11243   parameters:
11244   - "latency"
11245   - "parent"
11246   traces:
11247     boxmean: False
11248   layout:
11249     title: ""  # No title
11250     layout: "plot-latency"
11251
11252 -
11253   type: "plot"
11254   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
11255   algorithm: "plot_latency_box"
11256   output-file-type: ".html"
11257   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
11258   data: "plot-vpp-throughput-latency-2n-skx"
11259   filter: "'NIC_Intel-XXV710' and
11260            '64B' and
11261            'FEATURE' and
11262            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11263            'NDRDISC' and
11264            '2T1C' and
11265            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11266            not 'VHOST' and
11267            not 'MEMIF'"
11268   parameters:
11269   - "latency"
11270   - "parent"
11271   traces:
11272     boxmean: False
11273   layout:
11274     title: ""  # No title
11275     layout: "plot-latency"
11276
11277 -
11278   type: "plot"
11279   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
11280   algorithm: "plot_latency_box"
11281   output-file-type: ".html"
11282   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
11283   data: "plot-vpp-throughput-latency-2n-skx"
11284   filter: "'NIC_Intel-XXV710' and
11285            '64B' and
11286            'FEATURE' and
11287            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11288            'NDRDISC' and
11289            '4T2C' and
11290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11291            not 'VHOST' and
11292            not 'MEMIF'"
11293   parameters:
11294   - "latency"
11295   - "parent"
11296   traces:
11297     boxmean: False
11298   layout:
11299     title: ""  # No title
11300     layout: "plot-latency"
11301
11302 ################################################################################
11303
11304 # Packet Latency - VPP Container Memif 3n-hsw-x520
11305 -
11306   type: "plot"
11307   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11308   algorithm: "plot_latency_box"
11309   output-file-type: ".html"
11310   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11311   data: "plot-vpp-throughput-latency-3n-hsw"
11312   filter: "'NIC_Intel-X520-DA2' and
11313            '64B' and
11314            ('BASE' or 'SCALE') and
11315            'NDRDISC' and
11316            '1T1C' and
11317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11318            not 'VHOST' and
11319            'MEMIF'"
11320   parameters:
11321   - "latency"
11322   - "parent"
11323   traces:
11324     boxmean: False
11325   layout:
11326     title: ""  # No title
11327     layout: "plot-latency"
11328
11329 -
11330   type: "plot"
11331   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11332   algorithm: "plot_latency_box"
11333   output-file-type: ".html"
11334   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11335   data: "plot-vpp-throughput-latency-3n-hsw"
11336   filter: "'NIC_Intel-X520-DA2' and
11337            '64B' and
11338            ('BASE' or 'SCALE') and
11339            'NDRDISC' and
11340            '2T2C' and
11341            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11342            not 'VHOST' and
11343            'MEMIF'"
11344   parameters:
11345   - "latency"
11346   - "parent"
11347   traces:
11348     boxmean: False
11349   layout:
11350     title: ""  # No title
11351     layout: "plot-latency"
11352
11353 # Packet Latency - VPP Container Memif 3n-hsw-x710
11354 -
11355   type: "plot"
11356   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11357   algorithm: "plot_latency_box"
11358   output-file-type: ".html"
11359   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11360   data: "plot-vpp-throughput-latency-3n-hsw"
11361   filter: "'NIC_Intel-X710' and
11362            '64B' and
11363            ('BASE' or 'SCALE') and
11364            'NDRDISC' and
11365            '1T1C' and
11366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11367            not 'VHOST' and
11368            'MEMIF'"
11369   parameters:
11370   - "latency"
11371   - "parent"
11372   traces:
11373     boxmean: False
11374   layout:
11375     title: ""  # No title
11376     layout: "plot-latency"
11377
11378 -
11379   type: "plot"
11380   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11381   algorithm: "plot_latency_box"
11382   output-file-type: ".html"
11383   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11384   data: "plot-vpp-throughput-latency-3n-hsw"
11385   filter: "'NIC_Intel-X710' and
11386            '64B' and
11387            ('BASE' or 'SCALE') and
11388            'NDRDISC' and
11389            '2T2C' and
11390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11391            not 'VHOST' and
11392            'MEMIF'"
11393   parameters:
11394   - "latency"
11395   - "parent"
11396   traces:
11397     boxmean: False
11398   layout:
11399     title: ""  # No title
11400     layout: "plot-latency"
11401
11402 # Packet Latency - VPP Container Memif 3n-hsw-xl710
11403 -
11404   type: "plot"
11405   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11406   algorithm: "plot_latency_box"
11407   output-file-type: ".html"
11408   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11409   data: "plot-vpp-throughput-latency-3n-hsw"
11410   filter: "'NIC_Intel-XL710' and
11411            '64B' and
11412            ('BASE' or 'SCALE') and
11413            'NDRDISC' and
11414            '1T1C' and
11415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11416            not 'VHOST' and
11417            'MEMIF'"
11418   parameters:
11419   - "latency"
11420   - "parent"
11421   traces:
11422     boxmean: False
11423   layout:
11424     title: ""  # No title
11425     layout: "plot-latency"
11426
11427 -
11428   type: "plot"
11429   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11430   algorithm: "plot_latency_box"
11431   output-file-type: ".html"
11432   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11433   data: "plot-vpp-throughput-latency-3n-hsw"
11434   filter: "'NIC_Intel-XL710' and
11435            '64B' and
11436            ('BASE' or 'SCALE') and
11437            'NDRDISC' and
11438            '2T2C' and
11439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11440            not 'VHOST' and
11441            'MEMIF'"
11442   parameters:
11443   - "latency"
11444   - "parent"
11445   traces:
11446     boxmean: False
11447   layout:
11448     title: ""  # No title
11449     layout: "plot-latency"
11450
11451 # Packet Latency - VPP Container Memif 3n-skx-x710
11452 -
11453   type: "plot"
11454   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11455   algorithm: "plot_latency_box"
11456   output-file-type: ".html"
11457   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11458   data: "plot-vpp-throughput-latency-3n-skx"
11459   filter: "'NIC_Intel-X710' and
11460            '64B' and
11461            ('BASE' or 'SCALE') and
11462            'NDRDISC' and
11463            '2T1C' and
11464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11465            not 'VHOST' and
11466            'MEMIF'"
11467   parameters:
11468   - "latency"
11469   - "parent"
11470   traces:
11471     boxmean: False
11472   layout:
11473     title: ""  # No title
11474     layout: "plot-latency"
11475
11476 -
11477   type: "plot"
11478   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11479   algorithm: "plot_latency_box"
11480   output-file-type: ".html"
11481   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11482   data: "plot-vpp-throughput-latency-3n-skx"
11483   filter: "'NIC_Intel-X710' and
11484            '64B' and
11485            ('BASE' or 'SCALE') and
11486            'NDRDISC' and
11487            '4T2C' and
11488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11489            not 'VHOST' and
11490            'MEMIF'"
11491   parameters:
11492   - "latency"
11493   - "parent"
11494   traces:
11495     boxmean: False
11496   layout:
11497     title: ""  # No title
11498     layout: "plot-latency"
11499
11500 # Packet Latency - VPP Container Memif 3n-skx-xxv710
11501 -
11502   type: "plot"
11503   title: "VPP Latency: memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11504   algorithm: "plot_latency_box"
11505   output-file-type: ".html"
11506   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11507   data: "plot-vpp-throughput-latency-3n-skx"
11508   filter: "'NIC_Intel-XXV710' and
11509            '64B' and
11510            ('BASE' or 'SCALE') and
11511            'NDRDISC' and
11512            '2T1C' and
11513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11514            not 'VHOST' and
11515            'MEMIF'"
11516   parameters:
11517   - "latency"
11518   - "parent"
11519   traces:
11520     boxmean: False
11521   layout:
11522     title: ""  # No title
11523     layout: "plot-latency"
11524
11525 -
11526   type: "plot"
11527   title: "VPP Latency: memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11528   algorithm: "plot_latency_box"
11529   output-file-type: ".html"
11530   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11531   data: "plot-vpp-throughput-latency-3n-skx"
11532   filter: "'NIC_Intel-XXV710' and
11533            '64B' and
11534            ('BASE' or 'SCALE') and
11535            'NDRDISC' and
11536            '4T2C' and
11537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11538            not 'VHOST' and
11539            'MEMIF'"
11540   parameters:
11541   - "latency"
11542   - "parent"
11543   traces:
11544     boxmean: False
11545   layout:
11546     title: ""  # No title
11547     layout: "plot-latency"
11548
11549 # Packet Latency - VPP Container Memif 2n-skx-x710
11550 -
11551   type: "plot"
11552   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11553   algorithm: "plot_latency_box"
11554   output-file-type: ".html"
11555   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11556   data: "plot-vpp-throughput-latency-2n-skx"
11557   filter: "'NIC_Intel-X710' and
11558            '64B' and
11559            ('BASE' or 'SCALE') and
11560            'NDRDISC' and
11561            '2T1C' and
11562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11563            not 'VHOST' and
11564            'MEMIF'"
11565   parameters:
11566   - "latency"
11567   - "parent"
11568   traces:
11569     boxmean: False
11570   layout:
11571     title: ""  # No title
11572     layout: "plot-latency"
11573
11574 -
11575   type: "plot"
11576   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11577   algorithm: "plot_latency_box"
11578   output-file-type: ".html"
11579   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11580   data: "plot-vpp-throughput-latency-2n-skx"
11581   filter: "'NIC_Intel-X710' and
11582            '64B' and
11583            ('BASE' or 'SCALE') and
11584            'NDRDISC' and
11585            '4T2C' and
11586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11587            not 'VHOST' and
11588            'MEMIF'"
11589   parameters:
11590   - "latency"
11591   - "parent"
11592   traces:
11593     boxmean: False
11594   layout:
11595     title: ""  # No title
11596     layout: "plot-latency"
11597
11598 # Packet Latency - VPP Container Memif 2n-skx-xxv710
11599 -
11600   type: "plot"
11601   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11602   algorithm: "plot_latency_box"
11603   output-file-type: ".html"
11604   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11605   data: "plot-vpp-throughput-latency-2n-skx"
11606   filter: "'NIC_Intel-XXV710' and
11607            '64B' and
11608            ('BASE' or 'SCALE') and
11609            'NDRDISC' and
11610            '2T1C' and
11611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11612            not 'VHOST' and
11613            'MEMIF'"
11614   parameters:
11615   - "latency"
11616   - "parent"
11617   traces:
11618     boxmean: False
11619   layout:
11620     title: ""  # No title
11621     layout: "plot-latency"
11622
11623 -
11624   type: "plot"
11625   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11626   algorithm: "plot_latency_box"
11627   output-file-type: ".html"
11628   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11629   data: "plot-vpp-throughput-latency-2n-skx"
11630   filter: "'NIC_Intel-XXV710' and
11631            '64B' and
11632            ('BASE' or 'SCALE') and
11633            'NDRDISC' and
11634            '4T2C' and
11635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11636            not 'VHOST' and
11637            'MEMIF'"
11638   parameters:
11639   - "latency"
11640   - "parent"
11641   traces:
11642     boxmean: False
11643   layout:
11644     title: ""  # No title
11645     layout: "plot-latency"
11646
11647 ################################################################################
11648
11649 # Packet Latency - VPP Container Memif 3n-hsw-x520
11650 -
11651   type: "plot"
11652   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11653   algorithm: "plot_latency_box"
11654   output-file-type: ".html"
11655   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11656   data: "plot-ligato-throughput-latency-3n-hsw"
11657   filter: "'NIC_Intel-X520-DA2' and
11658            '64B' and
11659            ('BASE' or 'SCALE') and
11660            'NDRDISC' and
11661            '1T1C' and
11662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11663            not 'VHOST' and
11664            'MEMIF'"
11665   parameters:
11666   - "latency"
11667   - "parent"
11668   traces:
11669     boxmean: False
11670   layout:
11671     title: ""  # No title
11672     layout: "plot-latency"
11673
11674 -
11675   type: "plot"
11676   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11677   algorithm: "plot_latency_box"
11678   output-file-type: ".html"
11679   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11680   data: "plot-ligato-throughput-latency-3n-hsw"
11681   filter: "'NIC_Intel-X520-DA2' and
11682            '64B' and
11683            ('BASE' or 'SCALE') and
11684            'NDRDISC' and
11685            '2T2C' and
11686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11687            not 'VHOST' and
11688            'MEMIF'"
11689   parameters:
11690   - "latency"
11691   - "parent"
11692   traces:
11693     boxmean: False
11694   layout:
11695     title: ""  # No title
11696     layout: "plot-latency"
11697
11698 # Packet Latency - VPP Container Memif 3n-hsw-x710
11699 -
11700   type: "plot"
11701   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11702   algorithm: "plot_latency_box"
11703   output-file-type: ".html"
11704   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11705   data: "plot-ligato-throughput-latency-3n-hsw"
11706   filter: "'NIC_Intel-X710' and
11707            '64B' and
11708            ('BASE' or 'SCALE') and
11709            'NDRDISC' and
11710            '1T1C' and
11711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11712            not 'VHOST' and
11713            'MEMIF'"
11714   parameters:
11715   - "latency"
11716   - "parent"
11717   traces:
11718     boxmean: False
11719   layout:
11720     title: ""  # No title
11721     layout: "plot-latency"
11722
11723 -
11724   type: "plot"
11725   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11726   algorithm: "plot_latency_box"
11727   output-file-type: ".html"
11728   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11729   data: "plot-ligato-throughput-latency-3n-hsw"
11730   filter: "'NIC_Intel-X710' and
11731            '64B' and
11732            ('BASE' or 'SCALE') and
11733            'NDRDISC' and
11734            '2T2C' and
11735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11736            not 'VHOST' and
11737            'MEMIF'"
11738   parameters:
11739   - "latency"
11740   - "parent"
11741   traces:
11742     boxmean: False
11743   layout:
11744     title: ""  # No title
11745     layout: "plot-latency"
11746
11747 # Packet Latency - VPP Container Memif 3n-skx-x710
11748 -
11749   type: "plot"
11750   title: "VPP Latency: k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11751   algorithm: "plot_latency_box"
11752   output-file-type: ".html"
11753   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11754   data: "plot-ligato-throughput-latency-3n-skx"
11755   filter: "'NIC_Intel-X710' and
11756            '64B' and
11757            ('BASE' or 'SCALE') and
11758            'NDRDISC' and
11759            '2T1C' and
11760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11761            not 'VHOST' and
11762            'MEMIF'"
11763   parameters:
11764   - "latency"
11765   - "parent"
11766   traces:
11767     boxmean: False
11768   layout:
11769     title: ""  # No title
11770     layout: "plot-latency"
11771
11772 -
11773   type: "plot"
11774   title: "VPP Latency: k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11775   algorithm: "plot_latency_box"
11776   output-file-type: ".html"
11777   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11778   data: "plot-ligato-throughput-latency-3n-skx"
11779   filter: "'NIC_Intel-X710' and
11780            '64B' and
11781            ('BASE' or 'SCALE') and
11782            'NDRDISC' and
11783            '4T2C' and
11784            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11785            not 'VHOST' and
11786            'MEMIF'"
11787   parameters:
11788   - "latency"
11789   - "parent"
11790   traces:
11791     boxmean: False
11792   layout:
11793     title: ""  # No title
11794     layout: "plot-latency"
11795
11796 # Packet Latency - VPP Container Memif 3n-skx-xxv710
11797 -
11798   type: "plot"
11799   title: "VPP Latency: k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11800   algorithm: "plot_latency_box"
11801   output-file-type: ".html"
11802   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11803   data: "plot-ligato-throughput-latency-3n-skx"
11804   filter: "'NIC_Intel-XXV710' and
11805            '64B' and
11806            ('BASE' or 'SCALE') and
11807            'NDRDISC' and
11808            '2T1C' and
11809            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11810            not 'VHOST' and
11811            'MEMIF'"
11812   parameters:
11813   - "latency"
11814   - "parent"
11815   traces:
11816     boxmean: False
11817   layout:
11818     title: ""  # No title
11819     layout: "plot-latency"
11820
11821 -
11822   type: "plot"
11823   title: "VPP Latency: k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11824   algorithm: "plot_latency_box"
11825   output-file-type: ".html"
11826   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11827   data: "plot-ligato-throughput-latency-3n-skx"
11828   filter: "'NIC_Intel-XXV710' and
11829            '64B' and
11830            ('BASE' or 'SCALE') and
11831            'NDRDISC' and
11832            '4T2C' and
11833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11834            not 'VHOST' and
11835            'MEMIF'"
11836   parameters:
11837   - "latency"
11838   - "parent"
11839   traces:
11840     boxmean: False
11841   layout:
11842     title: ""  # No title
11843     layout: "plot-latency"
11844
11845 # Packet Latency - VPP Container Memif 2n-skx-x710
11846 -
11847   type: "plot"
11848   title: "VPP Latency: k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11849   algorithm: "plot_latency_box"
11850   output-file-type: ".html"
11851   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11852   data: "plot-ligato-throughput-latency-2n-skx"
11853   filter: "'NIC_Intel-X710' and
11854            '64B' and
11855            ('BASE' or 'SCALE') and
11856            'NDRDISC' and
11857            '2T1C' and
11858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11859            not 'VHOST' and
11860            'MEMIF'"
11861   parameters:
11862   - "latency"
11863   - "parent"
11864   traces:
11865     boxmean: False
11866   layout:
11867     title: ""  # No title
11868     layout: "plot-latency"
11869
11870 -
11871   type: "plot"
11872   title: "VPP Latency: k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11873   algorithm: "plot_latency_box"
11874   output-file-type: ".html"
11875   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11876   data: "plot-ligato-throughput-latency-2n-skx"
11877   filter: "'NIC_Intel-X710' and
11878            '64B' and
11879            ('BASE' or 'SCALE') and
11880            'NDRDISC' and
11881            '4T2C' and
11882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11883            not 'VHOST' and
11884            'MEMIF'"
11885   parameters:
11886   - "latency"
11887   - "parent"
11888   traces:
11889     boxmean: False
11890   layout:
11891     title: ""  # No title
11892     layout: "plot-latency"
11893
11894 # Packet Latency - VPP Container Memif 2n-skx-xxv710
11895 -
11896   type: "plot"
11897   title: "VPP Latency: k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11898   algorithm: "plot_latency_box"
11899   output-file-type: ".html"
11900   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
11901   data: "plot-ligato-throughput-latency-2n-skx"
11902   filter: "'NIC_Intel-XXV710' and
11903            '64B' and
11904            ('BASE' or 'SCALE') and
11905            'NDRDISC' and
11906            '2T1C' and
11907            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11908            not 'VHOST' and
11909            'MEMIF'"
11910   parameters:
11911   - "latency"
11912   - "parent"
11913   traces:
11914     boxmean: False
11915   layout:
11916     title: ""  # No title
11917     layout: "plot-latency"
11918
11919 -
11920   type: "plot"
11921   title: "VPP Latency: k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11922   algorithm: "plot_latency_box"
11923   output-file-type: ".html"
11924   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
11925   data: "plot-ligato-throughput-latency-2n-skx"
11926   filter: "'NIC_Intel-XXV710' and
11927            '64B' and
11928            ('BASE' or 'SCALE') and
11929            'NDRDISC' and
11930            '4T2C' and
11931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
11932            not 'VHOST' and
11933            'MEMIF'"
11934   parameters:
11935   - "latency"
11936   - "parent"
11937   traces:
11938     boxmean: False
11939   layout:
11940     title: ""  # No title
11941     layout: "plot-latency"
11942
11943 ################################################################################
11944
11945 # Packet Latency - VPP IPv4 3n-hsw-x520
11946 -
11947   type: "plot"
11948   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11949   algorithm: "plot_latency_box"
11950   output-file-type: ".html"
11951   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11952   data: "plot-vpp-throughput-latency-3n-hsw"
11953   filter: "'NIC_Intel-X520-DA2' and
11954            '64B' and
11955            ('BASE' or 'SCALE') and
11956            'NDRDISC' and
11957            '1T1C' and
11958            'IP4FWD' and
11959            not 'IPSEC' and 
11960            not 'VHOST'"
11961   parameters:
11962   - "latency"
11963   - "parent"
11964   traces:
11965     boxmean: False
11966   layout:
11967     title: ""  # No title
11968     layout: "plot-latency"
11969
11970 -
11971   type: "plot"
11972   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11973   algorithm: "plot_latency_box"
11974   output-file-type: ".html"
11975   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11976   data: "plot-vpp-throughput-latency-3n-hsw"
11977   filter: "'NIC_Intel-X520-DA2' and
11978            '64B' and
11979            ('BASE' or 'SCALE') and
11980            'NDRDISC' and
11981            '2T2C' and
11982            'IP4FWD' and
11983            not 'IPSEC' and 
11984            not 'VHOST'"
11985   parameters:
11986   - "latency"
11987   - "parent"
11988   traces:
11989     boxmean: False
11990   layout:
11991     title: ""  # No title
11992     layout: "plot-latency"
11993
11994 -
11995   type: "plot"
11996   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
11997   algorithm: "plot_latency_box"
11998   output-file-type: ".html"
11999   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
12000   data: "plot-vpp-throughput-latency-3n-hsw"
12001   filter: "'NIC_Intel-X520-DA2' and
12002            '64B' and
12003            'FEATURE' and
12004            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12005            'NDRDISC' and
12006            '1T1C' and
12007            'IP4FWD' and
12008            not 'IPSEC' and 
12009            not 'VHOST'"
12010   parameters:
12011   - "latency"
12012   - "parent"
12013   traces:
12014     boxmean: False
12015   layout:
12016     title: ""  # No title
12017     layout: "plot-latency"
12018
12019 -
12020   type: "plot"
12021   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
12022   algorithm: "plot_latency_box"
12023   output-file-type: ".html"
12024   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
12025   data: "plot-vpp-throughput-latency-3n-hsw"
12026   filter: "'NIC_Intel-X520-DA2' and
12027            '64B' and
12028            'FEATURE' and
12029            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12030            'NDRDISC' and
12031            '2T2C' and
12032            'IP4FWD' and
12033            not 'IPSEC' and 
12034            not 'VHOST'"
12035   parameters:
12036   - "latency"
12037   - "parent"
12038   traces:
12039     boxmean: False
12040   layout:
12041     title: ""  # No title
12042     layout: "plot-latency"
12043
12044 # Packet Latency - VPP IPv4 3n-hsw-x710
12045 -
12046   type: "plot"
12047   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12048   algorithm: "plot_latency_box"
12049   output-file-type: ".html"
12050   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12051   data: "plot-vpp-throughput-latency-3n-hsw"
12052   filter: "'NIC_Intel-X710' and
12053            '64B' and
12054            ('BASE' or 'SCALE') and
12055            'NDRDISC' and
12056            '1T1C' and
12057            'IP4FWD' and
12058            not 'IPSEC' and 
12059            not 'VHOST'"
12060   parameters:
12061   - "latency"
12062   - "parent"
12063   traces:
12064     boxmean: False
12065   layout:
12066     title: ""  # No title
12067     layout: "plot-latency"
12068
12069 -
12070   type: "plot"
12071   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12072   algorithm: "plot_latency_box"
12073   output-file-type: ".html"
12074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12075   data: "plot-vpp-throughput-latency-3n-hsw"
12076   filter: "'NIC_Intel-X710' and
12077            '64B' and
12078            ('BASE' or 'SCALE') and
12079            'NDRDISC' and
12080            '2T2C' and
12081            'IP4FWD' and
12082            not 'IPSEC' and 
12083            not 'VHOST'"
12084   parameters:
12085   - "latency"
12086   - "parent"
12087   traces:
12088     boxmean: False
12089   layout:
12090     title: ""  # No title
12091     layout: "plot-latency"
12092
12093 -
12094   type: "plot"
12095   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
12096   algorithm: "plot_latency_box"
12097   output-file-type: ".html"
12098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
12099   data: "plot-vpp-throughput-latency-3n-hsw"
12100   filter: "'NIC_Intel-X710' and
12101            '64B' and
12102            'FEATURE' and
12103            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12104            'NDRDISC' and
12105            '1T1C' and
12106            'IP4FWD' and
12107            not 'IPSEC' and 
12108            not 'VHOST'"
12109   parameters:
12110   - "latency"
12111   - "parent"
12112   traces:
12113     boxmean: False
12114   layout:
12115     title: ""  # No title
12116     layout: "plot-latency"
12117
12118 -
12119   type: "plot"
12120   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
12121   algorithm: "plot_latency_box"
12122   output-file-type: ".html"
12123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
12124   data: "plot-vpp-throughput-latency-3n-hsw"
12125   filter: "'NIC_Intel-X710' and
12126            '64B' and
12127            'FEATURE' and
12128            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12129            'NDRDISC' and
12130            '2T2C' and
12131            'IP4FWD' and
12132            not 'IPSEC' and 
12133            not 'VHOST'"
12134   parameters:
12135   - "latency"
12136   - "parent"
12137   traces:
12138     boxmean: False
12139   layout:
12140     title: ""  # No title
12141     layout: "plot-latency"
12142
12143 # Packet Latency - VPP IPv4 3n-hsw-xl710
12144 -
12145   type: "plot"
12146   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12147   algorithm: "plot_latency_box"
12148   output-file-type: ".html"
12149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12150   data: "plot-vpp-throughput-latency-3n-hsw"
12151   filter: "'NIC_Intel-XL710' and
12152            '64B' and
12153            ('BASE' or 'SCALE') and
12154            'NDRDISC' and
12155            '1T1C' and
12156            'IP4FWD' and
12157            not 'IPSEC' and 
12158            not 'VHOST'"
12159   parameters:
12160   - "latency"
12161   - "parent"
12162   traces:
12163     boxmean: False
12164   layout:
12165     title: ""  # No title
12166     layout: "plot-latency"
12167
12168 -
12169   type: "plot"
12170   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12171   algorithm: "plot_latency_box"
12172   output-file-type: ".html"
12173   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12174   data: "plot-vpp-throughput-latency-3n-hsw"
12175   filter: "'NIC_Intel-XL710' and
12176            '64B' and
12177            ('BASE' or 'SCALE') and
12178            'NDRDISC' and
12179            '2T2C' and
12180            'IP4FWD' and
12181            not 'IPSEC' and 
12182            not 'VHOST'"
12183   parameters:
12184   - "latency"
12185   - "parent"
12186   traces:
12187     boxmean: False
12188   layout:
12189     title: ""  # No title
12190     layout: "plot-latency"
12191
12192 # Packet Latency - VPP IPv4 3n-skx-x710
12193 -
12194   type: "plot"
12195   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12196   algorithm: "plot_latency_box"
12197   output-file-type: ".html"
12198   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12199   data: "plot-vpp-throughput-latency-3n-skx"
12200   filter: "'NIC_Intel-X710' and
12201            '64B' and
12202            ('BASE' or 'SCALE') and
12203            'NDRDISC' and
12204            '2T1C' and
12205            'IP4FWD' and
12206            not 'IPSEC' and 
12207            not 'VHOST'"
12208   parameters:
12209   - "latency"
12210   - "parent"
12211   traces:
12212     boxmean: False
12213   layout:
12214     title: ""  # No title
12215     layout: "plot-latency"
12216
12217 -
12218   type: "plot"
12219   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12220   algorithm: "plot_latency_box"
12221   output-file-type: ".html"
12222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12223   data: "plot-vpp-throughput-latency-3n-skx"
12224   filter: "'NIC_Intel-X710' and
12225            '64B' and
12226            ('BASE' or 'SCALE') and
12227            'NDRDISC' and
12228            '4T2C' and
12229            'IP4FWD' and
12230            not 'IPSEC' and 
12231            not 'VHOST'"
12232   parameters:
12233   - "latency"
12234   - "parent"
12235   traces:
12236     boxmean: False
12237   layout:
12238     title: ""  # No title
12239     layout: "plot-latency"
12240
12241 -
12242   type: "plot"
12243   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
12244   algorithm: "plot_latency_box"
12245   output-file-type: ".html"
12246   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
12247   data: "plot-vpp-throughput-latency-3n-skx"
12248   filter: "'NIC_Intel-X710' and
12249            '64B' and
12250            'FEATURE' and
12251            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12252            'NDRDISC' and
12253            '2T1C' and
12254            'IP4FWD' and
12255            not 'IPSEC' and 
12256            not 'VHOST'"
12257   parameters:
12258   - "latency"
12259   - "parent"
12260   traces:
12261     boxmean: False
12262   layout:
12263     title: ""  # No title
12264     layout: "plot-latency"
12265
12266 -
12267   type: "plot"
12268   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
12269   algorithm: "plot_latency_box"
12270   output-file-type: ".html"
12271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
12272   data: "plot-vpp-throughput-latency-3n-skx"
12273   filter: "'NIC_Intel-X710' and
12274            '64B' and
12275            'FEATURE' and
12276            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12277            'NDRDISC' and
12278            '4T2C' and
12279            'IP4FWD' and
12280            not 'IPSEC' and 
12281            not 'VHOST'"
12282   parameters:
12283   - "latency"
12284   - "parent"
12285   traces:
12286     boxmean: False
12287   layout:
12288     title: ""  # No title
12289     layout: "plot-latency"
12290
12291 # Packet Latency - VPP IPv4 3n-skx-xxv710
12292 -
12293   type: "plot"
12294   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12295   algorithm: "plot_latency_box"
12296   output-file-type: ".html"
12297   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12298   data: "plot-vpp-throughput-latency-3n-skx"
12299   filter: "'NIC_Intel-XXV710' and
12300            '64B' and
12301            ('BASE' or 'SCALE') and
12302            'NDRDISC' and
12303            '2T1C' and
12304            'IP4FWD' and
12305            not 'IPSEC' and 
12306            not 'VHOST'"
12307   parameters:
12308   - "latency"
12309   - "parent"
12310   traces:
12311     boxmean: False
12312   layout:
12313     title: ""  # No title
12314     layout: "plot-latency"
12315
12316 -
12317   type: "plot"
12318   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12319   algorithm: "plot_latency_box"
12320   output-file-type: ".html"
12321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12322   data: "plot-vpp-throughput-latency-3n-skx"
12323   filter: "'NIC_Intel-XXV710' and
12324            '64B' and
12325            ('BASE' or 'SCALE') and
12326            'NDRDISC' and
12327            '4T2C' and
12328            'IP4FWD' and
12329            not 'IPSEC' and 
12330            not 'VHOST'"
12331   parameters:
12332   - "latency"
12333   - "parent"
12334   traces:
12335     boxmean: False
12336   layout:
12337     title: ""  # No title
12338     layout: "plot-latency"
12339
12340 -
12341   type: "plot"
12342   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
12343   algorithm: "plot_latency_box"
12344   output-file-type: ".html"
12345   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
12346   data: "plot-vpp-throughput-latency-3n-skx"
12347   filter: "'NIC_Intel-XXV710' and
12348            '64B' and
12349            'FEATURE' and
12350            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12351            'NDRDISC' and
12352            '2T1C' and
12353            'IP4FWD' and
12354            not 'IPSEC' and 
12355            not 'VHOST'"
12356   parameters:
12357   - "latency"
12358   - "parent"
12359   traces:
12360     boxmean: False
12361   layout:
12362     title: ""  # No title
12363     layout: "plot-latency"
12364
12365 -
12366   type: "plot"
12367   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
12368   algorithm: "plot_latency_box"
12369   output-file-type: ".html"
12370   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
12371   data: "plot-vpp-throughput-latency-3n-skx"
12372   filter: "'NIC_Intel-XXV710' and
12373            '64B' and
12374            'FEATURE' and
12375            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12376            'NDRDISC' and
12377            '4T2C' and
12378            'IP4FWD' and
12379            not 'IPSEC' and 
12380            not 'VHOST'"
12381   parameters:
12382   - "latency"
12383   - "parent"
12384   traces:
12385     boxmean: False
12386   layout:
12387     title: ""  # No title
12388     layout: "plot-latency"
12389
12390 # Packet Latency - VPP IPv4 2n-skx-x710
12391 -
12392   type: "plot"
12393   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12394   algorithm: "plot_latency_box"
12395   output-file-type: ".html"
12396   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12397   data: "plot-vpp-throughput-latency-2n-skx"
12398   filter: "'NIC_Intel-X710' and
12399            '64B' and
12400            ('BASE' or 'SCALE') and
12401            'NDRDISC' and
12402            '2T1C' and
12403            'IP4FWD' and
12404            not 'IPSEC' and 
12405            not 'VHOST'"
12406   parameters:
12407   - "latency"
12408   - "parent"
12409   traces:
12410     boxmean: False
12411   layout:
12412     title: ""  # No title
12413     layout: "plot-latency"
12414
12415 -
12416   type: "plot"
12417   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12418   algorithm: "plot_latency_box"
12419   output-file-type: ".html"
12420   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12421   data: "plot-vpp-throughput-latency-2n-skx"
12422   filter: "'NIC_Intel-X710' and
12423            '64B' and
12424            ('BASE' or 'SCALE') and
12425            'NDRDISC' and
12426            '4T2C' and
12427            'IP4FWD' and
12428            not 'IPSEC' and 
12429            not 'VHOST'"
12430   parameters:
12431   - "latency"
12432   - "parent"
12433   traces:
12434     boxmean: False
12435   layout:
12436     title: ""  # No title
12437     layout: "plot-latency"
12438
12439 -
12440   type: "plot"
12441   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-ndr-lat"
12442   algorithm: "plot_latency_box"
12443   output-file-type: ".html"
12444   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-ndr-lat"
12445   data: "plot-vpp-throughput-latency-2n-skx"
12446   filter: "'NIC_Intel-X710' and
12447            '64B' and
12448            'FEATURE' and
12449            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12450            'NDRDISC' and
12451            '2T1C' and
12452            'IP4FWD' and
12453            not 'IPSEC' and 
12454            not 'VHOST'"
12455   parameters:
12456   - "latency"
12457   - "parent"
12458   traces:
12459     boxmean: False
12460   layout:
12461     title: ""  # No title
12462     layout: "plot-latency"
12463
12464 -
12465   type: "plot"
12466   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-ndr-lat"
12467   algorithm: "plot_latency_box"
12468   output-file-type: ".html"
12469   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-ndr-lat"
12470   data: "plot-vpp-throughput-latency-2n-skx"
12471   filter: "'NIC_Intel-X710' and
12472            '64B' and
12473            'FEATURE' and
12474            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12475            'NDRDISC' and
12476            '4T2C' and
12477            'IP4FWD' and
12478            not 'IPSEC' and 
12479            not 'VHOST'"
12480   parameters:
12481   - "latency"
12482   - "parent"
12483   traces:
12484     boxmean: False
12485   layout:
12486     title: ""  # No title
12487     layout: "plot-latency"
12488
12489 # Packet Latency - VPP IPv4 2n-skx-xxv710
12490 -
12491   type: "plot"
12492   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12493   algorithm: "plot_latency_box"
12494   output-file-type: ".html"
12495   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12496   data: "plot-vpp-throughput-latency-2n-skx"
12497   filter: "'NIC_Intel-XXV710' and
12498            '64B' and
12499            ('BASE' or 'SCALE') and
12500            'NDRDISC' and
12501            '2T1C' and
12502            'IP4FWD' and
12503            not 'IPSEC' and 
12504            not 'VHOST'"
12505   parameters:
12506   - "latency"
12507   - "parent"
12508   traces:
12509     boxmean: False
12510   layout:
12511     title: ""  # No title
12512     layout: "plot-latency"
12513
12514 -
12515   type: "plot"
12516   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12517   algorithm: "plot_latency_box"
12518   output-file-type: ".html"
12519   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12520   data: "plot-vpp-throughput-latency-2n-skx"
12521   filter: "'NIC_Intel-XXV710' and
12522            '64B' and
12523            ('BASE' or 'SCALE') and
12524            'NDRDISC' and
12525            '4T2C' and
12526            'IP4FWD' and
12527            not 'IPSEC' and 
12528            not 'VHOST'"
12529   parameters:
12530   - "latency"
12531   - "parent"
12532   traces:
12533     boxmean: False
12534   layout:
12535     title: ""  # No title
12536     layout: "plot-latency"
12537
12538 -
12539   type: "plot"
12540   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
12541   algorithm: "plot_latency_box"
12542   output-file-type: ".html"
12543   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-features-ndr-lat"
12544   data: "plot-vpp-throughput-latency-2n-skx"
12545   filter: "'NIC_Intel-XXV710' and
12546            '64B' and
12547            'FEATURE' and
12548            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12549            'NDRDISC' and
12550            '2T1C' and
12551            'IP4FWD' and
12552            not 'IPSEC' and 
12553            not 'VHOST'"
12554   parameters:
12555   - "latency"
12556   - "parent"
12557   traces:
12558     boxmean: False
12559   layout:
12560     title: ""  # No title
12561     layout: "plot-latency"
12562
12563 -
12564   type: "plot"
12565   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
12566   algorithm: "plot_latency_box"
12567   output-file-type: ".html"
12568   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-features-ndr-lat"
12569   data: "plot-vpp-throughput-latency-2n-skx"
12570   filter: "'NIC_Intel-XXV710' and
12571            '64B' and
12572            'FEATURE' and
12573            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12574            'NDRDISC' and
12575            '4T2C' and
12576            'IP4FWD' and
12577            not 'IPSEC' and 
12578            not 'VHOST'"
12579   parameters:
12580   - "latency"
12581   - "parent"
12582   traces:
12583     boxmean: False
12584   layout:
12585     title: ""  # No title
12586     layout: "plot-latency"
12587
12588 ################################################################################
12589
12590 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
12591 -
12592   type: "plot"
12593   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12594   algorithm: "plot_latency_box"
12595   output-file-type: ".html"
12596   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
12597   data: "plot-vpp-throughput-latency-3n-hsw"
12598   filter: "'NIC_Intel-X520-DA2' and
12599            '64B' and
12600            'ENCAP' and
12601            'NDRDISC' and
12602            '1T1C' and
12603            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12604            not 'VHOST' and
12605            not 'IPSECHW'"
12606   parameters:
12607   - "throughput"
12608   - "parent"
12609   traces:
12610     boxmean: False
12611   layout:
12612     title: ""  # No title
12613     layout: "plot-latency"
12614
12615 -
12616   type: "plot"
12617   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12618   algorithm: "plot_latency_box"
12619   output-file-type: ".html"
12620   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
12621   data: "plot-vpp-throughput-latency-3n-hsw"
12622   filter: "'NIC_Intel-X520-DA2' and
12623            '64B' and
12624            'ENCAP' and
12625            'NDRDISC' and
12626            '2T2C' and
12627            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12628            not 'VHOST' and
12629            not 'IPSECHW'"
12630   parameters:
12631   - "throughput"
12632   - "parent"
12633   traces:
12634     boxmean: False
12635   layout:
12636     title: ""  # No title
12637     layout: "plot-latency"
12638
12639 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
12640 -
12641   type: "plot"
12642   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12643   algorithm: "plot_latency_box"
12644   output-file-type: ".html"
12645   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
12646   data: "plot-vpp-throughput-latency-3n-hsw"
12647   filter: "'NIC_Intel-X710' and
12648            '64B' and
12649            'ENCAP' and
12650            'NDRDISC' and
12651            '1T1C' and
12652            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12653            not 'VHOST' and
12654            not 'IPSECHW'"
12655   parameters:
12656   - "throughput"
12657   - "parent"
12658   traces:
12659     boxmean: False
12660   layout:
12661     title: ""  # No title
12662     layout: "plot-latency"
12663
12664 -
12665   type: "plot"
12666   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12667   algorithm: "plot_latency_box"
12668   output-file-type: ".html"
12669   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
12670   data: "plot-vpp-throughput-latency-3n-hsw"
12671   filter: "'NIC_Intel-X710' and
12672            '64B' and
12673            'ENCAP' and
12674            'NDRDISC' and
12675            '2T2C' and
12676            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12677            not 'VHOST' and
12678            not 'IPSECHW'"
12679   parameters:
12680   - "throughput"
12681   - "parent"
12682   traces:
12683     boxmean: False
12684   layout:
12685     title: ""  # No title
12686     layout: "plot-latency"
12687
12688 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
12689 -
12690   type: "plot"
12691   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12692   algorithm: "plot_latency_box"
12693   output-file-type: ".html"
12694   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12695   data: "plot-vpp-throughput-latency-3n-skx"
12696   filter: "'NIC_Intel-X710' and
12697            '64B' and
12698            'ENCAP' and
12699            'NDRDISC' and
12700            '2T1C' and
12701            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12702            not 'VHOST' and
12703            not 'IPSECHW'"
12704   parameters:
12705   - "throughput"
12706   - "parent"
12707   traces:
12708     boxmean: False
12709   layout:
12710     title: ""  # No title
12711     layout: "plot-latency"
12712
12713 -
12714   type: "plot"
12715   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12716   algorithm: "plot_latency_box"
12717   output-file-type: ".html"
12718   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12719   data: "plot-vpp-throughput-latency-3n-skx"
12720   filter: "'NIC_Intel-X710' and
12721            '64B' and
12722            'ENCAP' and
12723            'NDRDISC' and
12724            '4T2C' and
12725            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12726            not 'VHOST' and
12727            not 'IPSECHW'"
12728   parameters:
12729   - "throughput"
12730   - "parent"
12731   traces:
12732     boxmean: False
12733   layout:
12734     title: ""  # No title
12735     layout: "plot-latency"
12736
12737 # Packet Latency - VPP Ipv4 tunnels 3n-skx-xxv710
12738 -
12739   type: "plot"
12740   title: "VPP Latency: ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12741   algorithm: "plot_latency_box"
12742   output-file-type: ".html"
12743   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12744   data: "plot-vpp-throughput-latency-3n-skx"
12745   filter: "'NIC_Intel-XXV710' and
12746            '64B' and
12747            'ENCAP' and
12748            'NDRDISC' and
12749            '2T1C' and
12750            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12751            not 'VHOST' and
12752            not 'IPSECHW'"
12753   parameters:
12754   - "throughput"
12755   - "parent"
12756   traces:
12757     boxmean: False
12758   layout:
12759     title: ""  # No title
12760     layout: "plot-latency"
12761
12762 -
12763   type: "plot"
12764   title: "VPP Latency: ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12765   algorithm: "plot_latency_box"
12766   output-file-type: ".html"
12767   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12768   data: "plot-vpp-throughput-latency-3n-skx"
12769   filter: "'NIC_Intel-XXV710' and
12770            '64B' and
12771            'ENCAP' and
12772            'NDRDISC' and
12773            '4T2C' and
12774            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12775            not 'VHOST' and
12776            not 'IPSECHW'"
12777   parameters:
12778   - "throughput"
12779   - "parent"
12780   traces:
12781     boxmean: False
12782   layout:
12783     title: ""  # No title
12784     layout: "plot-latency"
12785
12786 # Packet Latency - VPP Ipv4 tunnels 2n-skx-x710
12787 -
12788   type: "plot"
12789   title: "VPP Latency: ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12790   algorithm: "plot_latency_box"
12791   output-file-type: ".html"
12792   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
12793   data: "plot-vpp-throughput-latency-2n-skx"
12794   filter: "'NIC_Intel-X710' and
12795            '64B' and
12796            'ENCAP' and
12797            'NDRDISC' and
12798            '2T1C' and
12799            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12800            not 'VHOST' and
12801            not 'IPSECHW'"
12802   parameters:
12803   - "throughput"
12804   - "parent"
12805   traces:
12806     boxmean: False
12807   layout:
12808     title: ""  # No title
12809     layout: "plot-latency"
12810
12811 -
12812   type: "plot"
12813   title: "VPP Latency: ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12814   algorithm: "plot_latency_box"
12815   output-file-type: ".html"
12816   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
12817   data: "plot-vpp-throughput-latency-2n-skx"
12818   filter: "'NIC_Intel-X710' and
12819            '64B' and
12820            'ENCAP' and
12821            'NDRDISC' and
12822            '4T2C' and
12823            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12824            not 'VHOST' and
12825            not 'IPSECHW'"
12826   parameters:
12827   - "throughput"
12828   - "parent"
12829   traces:
12830     boxmean: False
12831   layout:
12832     title: ""  # No title
12833     layout: "plot-latency"
12834
12835
12836 # Packet Latency - VPP Ipv4 tunnels 2n-skx-xxv710
12837 -
12838   type: "plot"
12839   title: "VPP Latency: ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12840   algorithm: "plot_latency_box"
12841   output-file-type: ".html"
12842   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
12843   data: "plot-vpp-throughput-latency-2n-skx"
12844   filter: "'NIC_Intel-XXV710' and
12845            '64B' and
12846            'ENCAP' and
12847            'NDRDISC' and
12848            '2T1C' and
12849            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12850            not 'VHOST' and
12851            not 'IPSECHW'"
12852   parameters:
12853   - "throughput"
12854   - "parent"
12855   traces:
12856     boxmean: False
12857   layout:
12858     title: ""  # No title
12859     layout: "plot-latency"
12860
12861 -
12862   type: "plot"
12863   title: "VPP Latency: ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12864   algorithm: "plot_latency_box"
12865   output-file-type: ".html"
12866   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
12867   data: "plot-vpp-throughput-latency-2n-skx"
12868   filter: "'NIC_Intel-XXV710' and
12869            '64B' and
12870            'ENCAP' and
12871            'NDRDISC' and
12872            '4T2C' and
12873            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12874            not 'VHOST' and
12875            not 'IPSECHW'"
12876   parameters:
12877   - "throughput"
12878   - "parent"
12879   traces:
12880     boxmean: False
12881   layout:
12882     title: ""  # No title
12883     layout: "plot-latency"
12884
12885 ################################################################################
12886
12887 # Packet Latency - VPP IPv6 3n-hsw-x520
12888 -
12889   type: "plot"
12890   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
12891   algorithm: "plot_latency_box"
12892   output-file-type: ".html"
12893   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
12894   data: "plot-vpp-throughput-latency-3n-hsw"
12895   filter: "'NIC_Intel-X520-DA2' and
12896            '78B' and
12897            ('BASE' or 'SCALE') and
12898            'NDRDISC' and
12899            '1T1C' and
12900            'IP6FWD' and
12901            not 'SRv6' and
12902            not 'IPSEC' and 
12903            not 'VHOST'"
12904   parameters:
12905   - "latency"
12906   - "parent"
12907   traces:
12908     boxmean: False
12909   layout:
12910     title: ""  # No title
12911     layout: "plot-latency"
12912
12913 -
12914   type: "plot"
12915   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
12916   algorithm: "plot_latency_box"
12917   output-file-type: ".html"
12918   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
12919   data: "plot-vpp-throughput-latency-3n-hsw"
12920   filter: "'NIC_Intel-X520-DA2' and
12921            '78B' and
12922            ('BASE' or 'SCALE') and
12923            'NDRDISC' and
12924            '2T2C' and
12925            'IP6FWD' and
12926            not 'SRv6' and
12927            not 'IPSEC' and 
12928            not 'VHOST'"
12929   parameters:
12930   - "latency"
12931   - "parent"
12932   traces:
12933     boxmean: False
12934   layout:
12935     title: ""  # No title
12936     layout: "plot-latency"
12937
12938 -
12939   type: "plot"
12940   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
12941   algorithm: "plot_latency_box"
12942   output-file-type: ".html"
12943   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
12944   data: "plot-vpp-throughput-latency-3n-hsw"
12945   filter: "'NIC_Intel-X520-DA2' and
12946            '78B' and
12947            'FEATURE' and
12948            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12949            'NDRDISC' and
12950            '1T1C' and
12951            'IP6FWD' and
12952            not 'SRv6' and
12953            not 'IPSEC' and 
12954            not 'VHOST'"
12955   parameters:
12956   - "latency"
12957   - "parent"
12958   traces:
12959     boxmean: False
12960   layout:
12961     title: ""  # No title
12962     layout: "plot-latency"
12963
12964 -
12965   type: "plot"
12966   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
12967   algorithm: "plot_latency_box"
12968   output-file-type: ".html"
12969   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
12970   data: "plot-vpp-throughput-latency-3n-hsw"
12971   filter: "'NIC_Intel-X520-DA2' and
12972            '78B' and
12973            'FEATURE' and
12974            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12975            'NDRDISC' and
12976            '2T2C' and
12977            'IP6FWD' and
12978            not 'SRv6' and
12979            not 'IPSEC' and 
12980            not 'VHOST'"
12981   parameters:
12982   - "latency"
12983   - "parent"
12984   traces:
12985     boxmean: False
12986   layout:
12987     title: ""  # No title
12988     layout: "plot-latency"
12989
12990 # Packet Latency - VPP IPv6 3n-hsw-x710
12991 -
12992   type: "plot"
12993   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
12994   algorithm: "plot_latency_box"
12995   output-file-type: ".html"
12996   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
12997   data: "plot-vpp-throughput-latency-3n-hsw"
12998   filter: "'NIC_Intel-X710' and
12999            '78B' and
13000            ('BASE' or 'SCALE') and
13001            'NDRDISC' and
13002            '1T1C' and
13003            'IP6FWD' and
13004            not 'SRv6' and
13005            not 'IPSEC' and 
13006            not 'VHOST'"
13007   parameters:
13008   - "latency"
13009   - "parent"
13010   traces:
13011     boxmean: False
13012   layout:
13013     title: ""  # No title
13014     layout: "plot-latency"
13015
13016 -
13017   type: "plot"
13018   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
13019   algorithm: "plot_latency_box"
13020   output-file-type: ".html"
13021   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
13022   data: "plot-vpp-throughput-latency-3n-hsw"
13023   filter: "'NIC_Intel-X710' and
13024            '78B' and
13025            ('BASE' or 'SCALE') and
13026            'NDRDISC' and
13027            '2T2C' and
13028            'IP6FWD' and
13029            not 'SRv6' and
13030            not 'IPSEC' and 
13031            not 'VHOST'"
13032   parameters:
13033   - "latency"
13034   - "parent"
13035   traces:
13036     boxmean: False
13037   layout:
13038     title: ""  # No title
13039     layout: "plot-latency"
13040
13041 -
13042   type: "plot"
13043   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
13044   algorithm: "plot_latency_box"
13045   output-file-type: ".html"
13046   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
13047   data: "plot-vpp-throughput-latency-3n-hsw"
13048   filter: "'NIC_Intel-X710' and
13049            '78B' and
13050            'FEATURE' and
13051            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13052            'NDRDISC' and
13053            '1T1C' and
13054            'IP6FWD' and
13055            not 'SRv6' and
13056            not 'IPSEC' and 
13057            not 'VHOST'"
13058   parameters:
13059   - "latency"
13060   - "parent"
13061   traces:
13062     boxmean: False
13063   layout:
13064     title: ""  # No title
13065     layout: "plot-latency"
13066
13067 -
13068   type: "plot"
13069   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
13070   algorithm: "plot_latency_box"
13071   output-file-type: ".html"
13072   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
13073   data: "plot-vpp-throughput-latency-3n-hsw"
13074   filter: "'NIC_Intel-X710' and
13075            '78B' and
13076            'FEATURE' and
13077            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13078            'NDRDISC' and
13079            '2T2C' and
13080            'IP6FWD' and
13081            not 'SRv6' and
13082            not 'IPSEC' and 
13083            not 'VHOST'"
13084   parameters:
13085   - "latency"
13086   - "parent"
13087   traces:
13088     boxmean: False
13089   layout:
13090     title: ""  # No title
13091     layout: "plot-latency"
13092
13093 # Packet Latency - VPP IPv6 3n-hsw-xl710
13094 -
13095   type: "plot"
13096   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
13097   algorithm: "plot_latency_box"
13098   output-file-type: ".html"
13099   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
13100   data: "plot-vpp-throughput-latency-3n-hsw"
13101   filter: "'NIC_Intel-XL710' and
13102            '78B' and
13103            ('BASE' or 'SCALE') and
13104            'NDRDISC' and
13105            '1T1C' and
13106            'IP6FWD' and
13107            not 'SRv6' and
13108            not 'IPSEC' and 
13109            not 'VHOST'"
13110   parameters:
13111   - "latency"
13112   - "parent"
13113   traces:
13114     boxmean: False
13115   layout:
13116     title: ""  # No title
13117     layout: "plot-latency"
13118
13119 -
13120   type: "plot"
13121   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
13122   algorithm: "plot_latency_box"
13123   output-file-type: ".html"
13124   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
13125   data: "plot-vpp-throughput-latency-3n-hsw"
13126   filter: "'NIC_Intel-XL710' and
13127            '78B' and
13128            ('BASE' or 'SCALE') and
13129            'NDRDISC' and
13130            '2T2C' and
13131            'IP6FWD' and
13132            not 'SRv6' and
13133            not 'IPSEC' and 
13134            not 'VHOST'"
13135   parameters:
13136   - "latency"
13137   - "parent"
13138   traces:
13139     boxmean: False
13140   layout:
13141     title: ""  # No title
13142     layout: "plot-latency"
13143
13144 # Packet Latency - VPP IPv6 3n-skx-x710
13145 -
13146   type: "plot"
13147   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13148   algorithm: "plot_latency_box"
13149   output-file-type: ".html"
13150   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13151   data: "plot-vpp-throughput-latency-3n-skx"
13152   filter: "'NIC_Intel-X710' and
13153            '78B' and
13154            ('BASE' or 'SCALE') and
13155            'NDRDISC' and
13156            '2T1C' and
13157            'IP6FWD' and
13158            not 'SRv6' and
13159            not 'IPSEC' and 
13160            not 'VHOST'"
13161   parameters:
13162   - "latency"
13163   - "parent"
13164   traces:
13165     boxmean: False
13166   layout:
13167     title: ""  # No title
13168     layout: "plot-latency"
13169
13170 -
13171   type: "plot"
13172   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13173   algorithm: "plot_latency_box"
13174   output-file-type: ".html"
13175   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13176   data: "plot-vpp-throughput-latency-3n-skx"
13177   filter: "'NIC_Intel-X710' and
13178            '78B' and
13179            ('BASE' or 'SCALE') and
13180            'NDRDISC' and
13181            '4T2C' and
13182            'IP6FWD' and
13183            not 'SRv6' and
13184            not 'IPSEC' and 
13185            not 'VHOST'"
13186   parameters:
13187   - "latency"
13188   - "parent"
13189   traces:
13190     boxmean: False
13191   layout:
13192     title: ""  # No title
13193     layout: "plot-latency"
13194
13195 -
13196   type: "plot"
13197   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
13198   algorithm: "plot_latency_box"
13199   output-file-type: ".html"
13200   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
13201   data: "plot-vpp-throughput-latency-3n-skx"
13202   filter: "'NIC_Intel-X710' and
13203            '78B' and
13204            'FEATURE' and
13205            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13206            'NDRDISC' and
13207            '2T1C' and
13208            'IP6FWD' and
13209            not 'SRv6' and
13210            not 'IPSEC' and 
13211            not 'VHOST'"
13212   parameters:
13213   - "latency"
13214   - "parent"
13215   traces:
13216     boxmean: False
13217   layout:
13218     title: ""  # No title
13219     layout: "plot-latency"
13220
13221 -
13222   type: "plot"
13223   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
13224   algorithm: "plot_latency_box"
13225   output-file-type: ".html"
13226   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
13227   data: "plot-vpp-throughput-latency-3n-skx"
13228   filter: "'NIC_Intel-X710' and
13229            '78B' and
13230            'FEATURE' and
13231            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13232            'NDRDISC' and
13233            '4T2C' and
13234            'IP6FWD' and
13235            not 'SRv6' and
13236            not 'IPSEC' and 
13237            not 'VHOST'"
13238   parameters:
13239   - "latency"
13240   - "parent"
13241   traces:
13242     boxmean: False
13243   layout:
13244     title: ""  # No title
13245     layout: "plot-latency"
13246
13247 # Packet Latency - VPP IPv6 3n-skx-xxv710
13248 -
13249   type: "plot"
13250   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13251   algorithm: "plot_latency_box"
13252   output-file-type: ".html"
13253   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13254   data: "plot-vpp-throughput-latency-3n-skx"
13255   filter: "'NIC_Intel-XXV710' and
13256            '78B' and
13257            ('BASE' or 'SCALE') and
13258            'NDRDISC' and
13259            '2T1C' and
13260            'IP6FWD' and
13261            not 'SRv6' and
13262            not 'IPSEC' and 
13263            not 'VHOST'"
13264   parameters:
13265   - "latency"
13266   - "parent"
13267   traces:
13268     boxmean: False
13269   layout:
13270     title: ""  # No title
13271     layout: "plot-latency"
13272
13273 -
13274   type: "plot"
13275   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13276   algorithm: "plot_latency_box"
13277   output-file-type: ".html"
13278   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13279   data: "plot-vpp-throughput-latency-3n-skx"
13280   filter: "'NIC_Intel-XXV710' and
13281            '78B' and
13282            ('BASE' or 'SCALE') and
13283            'NDRDISC' and
13284            '4T2C' and
13285            'IP6FWD' and
13286            not 'SRv6' and
13287            not 'IPSEC' and 
13288            not 'VHOST'"
13289   parameters:
13290   - "latency"
13291   - "parent"
13292   traces:
13293     boxmean: False
13294   layout:
13295     title: ""  # No title
13296     layout: "plot-latency"
13297
13298 -
13299   type: "plot"
13300   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
13301   algorithm: "plot_latency_box"
13302   output-file-type: ".html"
13303   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
13304   data: "plot-vpp-throughput-latency-3n-skx"
13305   filter: "'NIC_Intel-XXV710' and
13306            '78B' and
13307            'FEATURE' and
13308            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13309            'NDRDISC' and
13310            '2T1C' and
13311            'IP6FWD' and
13312            not 'SRv6' and
13313            not 'IPSEC' and 
13314            not 'VHOST'"
13315   parameters:
13316   - "latency"
13317   - "parent"
13318   traces:
13319     boxmean: False
13320   layout:
13321     title: ""  # No title
13322     layout: "plot-latency"
13323
13324 -
13325   type: "plot"
13326   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
13327   algorithm: "plot_latency_box"
13328   output-file-type: ".html"
13329   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
13330   data: "plot-vpp-throughput-latency-3n-skx"
13331   filter: "'NIC_Intel-XXV710' and
13332            '78B' and
13333            'FEATURE' and
13334            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13335            'NDRDISC' and
13336            '4T2C' and
13337            'IP6FWD' and
13338            not 'SRv6' and
13339            not 'IPSEC' and 
13340            not 'VHOST'"
13341   parameters:
13342   - "latency"
13343   - "parent"
13344   traces:
13345     boxmean: False
13346   layout:
13347     title: ""  # No title
13348     layout: "plot-latency"
13349
13350 # Packet Latency - VPP IPv6 2n-skx-x710
13351 -
13352   type: "plot"
13353   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13354   algorithm: "plot_latency_box"
13355   output-file-type: ".html"
13356   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
13357   data: "plot-vpp-throughput-latency-2n-skx"
13358   filter: "'NIC_Intel-X710' and
13359            '78B' and
13360            ('BASE' or 'SCALE') and
13361            'NDRDISC' and
13362            '2T1C' and
13363            'IP6FWD' and
13364            not 'SRv6' and
13365            not 'IPSEC' and 
13366            not 'VHOST'"
13367   parameters:
13368   - "latency"
13369   - "parent"
13370   traces:
13371     boxmean: False
13372   layout:
13373     title: ""  # No title
13374     layout: "plot-latency"
13375
13376 -
13377   type: "plot"
13378   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13379   algorithm: "plot_latency_box"
13380   output-file-type: ".html"
13381   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
13382   data: "plot-vpp-throughput-latency-2n-skx"
13383   filter: "'NIC_Intel-X710' and
13384            '78B' and
13385            ('BASE' or 'SCALE') and
13386            'NDRDISC' and
13387            '4T2C' and
13388            'IP6FWD' and
13389            not 'SRv6' and
13390            not 'IPSEC' and 
13391            not 'VHOST'"
13392   parameters:
13393   - "latency"
13394   - "parent"
13395   traces:
13396     boxmean: False
13397   layout:
13398     title: ""  # No title
13399     layout: "plot-latency"
13400
13401 -
13402   type: "plot"
13403   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-features-ndr-lat"
13404   algorithm: "plot_latency_box"
13405   output-file-type: ".html"
13406   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-features-ndr-lat"
13407   data: "plot-vpp-throughput-latency-2n-skx"
13408   filter: "'NIC_Intel-X710' and
13409            '78B' and
13410            'FEATURE' and
13411            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13412            'NDRDISC' and
13413            '2T1C' and
13414            'IP6FWD' and
13415            not 'SRv6' and
13416            not 'IPSEC' and 
13417            not 'VHOST'"
13418   parameters:
13419   - "latency"
13420   - "parent"
13421   traces:
13422     boxmean: False
13423   layout:
13424     title: ""  # No title
13425     layout: "plot-latency"
13426
13427 -
13428   type: "plot"
13429   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-features-ndr-lat"
13430   algorithm: "plot_latency_box"
13431   output-file-type: ".html"
13432   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-features-ndr-lat"
13433   data: "plot-vpp-throughput-latency-2n-skx"
13434   filter: "'NIC_Intel-X710' and
13435            '78B' and
13436            'FEATURE' and
13437            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13438            'NDRDISC' and
13439            '4T2C' and
13440            'IP6FWD' and
13441            not 'SRv6' and
13442            not 'IPSEC' and 
13443            not 'VHOST'"
13444   parameters:
13445   - "latency"
13446   - "parent"
13447   traces:
13448     boxmean: False
13449   layout:
13450     title: ""  # No title
13451     layout: "plot-latency"
13452
13453 # Packet Latency - VPP IPv6 2n-skx-xxv710
13454 -
13455   type: "plot"
13456   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13457   algorithm: "plot_latency_box"
13458   output-file-type: ".html"
13459   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
13460   data: "plot-vpp-throughput-latency-2n-skx"
13461   filter: "'NIC_Intel-XXV710' and
13462            '78B' and
13463            ('BASE' or 'SCALE') and
13464            'NDRDISC' and
13465            '2T1C' and
13466            'IP6FWD' and
13467            not 'SRv6' and
13468            not 'IPSEC' and 
13469            not 'VHOST'"
13470   parameters:
13471   - "latency"
13472   - "parent"
13473   traces:
13474     boxmean: False
13475   layout:
13476     title: ""  # No title
13477     layout: "plot-latency"
13478
13479 -
13480   type: "plot"
13481   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13482   algorithm: "plot_latency_box"
13483   output-file-type: ".html"
13484   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
13485   data: "plot-vpp-throughput-latency-2n-skx"
13486   filter: "'NIC_Intel-XXV710' and
13487            '78B' and
13488            ('BASE' or 'SCALE') and
13489            'NDRDISC' and
13490            '4T2C' and
13491            'IP6FWD' and
13492            not 'SRv6' and
13493            not 'IPSEC' and 
13494            not 'VHOST'"
13495   parameters:
13496   - "latency"
13497   - "parent"
13498   traces:
13499     boxmean: False
13500   layout:
13501     title: ""  # No title
13502     layout: "plot-latency"
13503
13504 -
13505   type: "plot"
13506   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-features-ndr-lat"
13507   algorithm: "plot_latency_box"
13508   output-file-type: ".html"
13509   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-features-ndr-lat"
13510   data: "plot-vpp-throughput-latency-2n-skx"
13511   filter: "'NIC_Intel-XXV710' and
13512            '78B' and
13513            'FEATURE' and
13514            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13515            'NDRDISC' and
13516            '2T1C' and
13517            'IP6FWD' and
13518            not 'SRv6' and
13519            not 'IPSEC' and 
13520            not 'VHOST'"
13521   parameters:
13522   - "latency"
13523   - "parent"
13524   traces:
13525     boxmean: False
13526   layout:
13527     title: ""  # No title
13528     layout: "plot-latency"
13529
13530 -
13531   type: "plot"
13532   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-features-ndr-lat"
13533   algorithm: "plot_latency_box"
13534   output-file-type: ".html"
13535   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-features-ndr-lat"
13536   data: "plot-vpp-throughput-latency-2n-skx"
13537   filter: "'NIC_Intel-XXV710' and
13538            '78B' and
13539            'FEATURE' and
13540            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13541            'NDRDISC' and
13542            '4T2C' and
13543            'IP6FWD' and
13544            not 'SRv6' and
13545            not 'IPSEC' and 
13546            not 'VHOST'"
13547   parameters:
13548   - "latency"
13549   - "parent"
13550   traces:
13551     boxmean: False
13552   layout:
13553     title: ""  # No title
13554     layout: "plot-latency"
13555
13556 ################################################################################
13557
13558 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
13559 -
13560   type: "plot"
13561   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13562   algorithm: "plot_latency_box"
13563   output-file-type: ".html"
13564   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
13565   data: "plot-vpp-throughput-latency-3n-hsw"
13566   filter: "'NIC_Intel-X520-DA2' and
13567            '78B' and
13568            'ENCAP' and
13569            'NDRDISC' and
13570            '1T1C' and
13571            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13572            not 'VHOST'"
13573   parameters:
13574   - "latency"
13575   - "parent"
13576   traces:
13577     boxmean: False
13578   layout:
13579     title: ""  # No title
13580     layout: "plot-latency"
13581
13582 -
13583   type: "plot"
13584   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13585   algorithm: "plot_latency_box"
13586   output-file-type: ".html"
13587   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
13588   data: "plot-vpp-throughput-latency-3n-hsw"
13589   filter: "'NIC_Intel-X520-DA2' and
13590            '78B' and
13591            'ENCAP' and
13592            'NDRDISC' and
13593            '2T2C' and
13594            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13595            not 'VHOST'"
13596   parameters:
13597   - "latency"
13598   - "parent"
13599   traces:
13600     boxmean: False
13601   layout:
13602     title: ""  # No title
13603     layout: "plot-latency"
13604
13605 ################################################################################
13606
13607 # Packet Latency - VPP IPSec 3n-hsw-xl710
13608 -
13609   type: "plot"
13610   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13611   algorithm: "plot_latency_box"
13612   output-file-type: ".html"
13613   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13614   data: "plot-vpp-throughput-latency-3n-hsw"
13615   filter: "'NIC_Intel-XL710' and
13616            '64B' and
13617            'IP4FWD' and
13618            'NDRDISC' and
13619            '1T1C' and
13620            'IPSECHW' and
13621            ('IPSECTRAN' or 'IPSECTUN') and
13622            not 'VHOST'"
13623   parameters:
13624   - "latency"
13625   - "parent"
13626   traces:
13627     boxmean: False
13628   layout:
13629     title: ""  # No title
13630     layout: "plot-latency"
13631
13632 -
13633   type: "plot"
13634   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13635   algorithm: "plot_latency_box"
13636   output-file-type: ".html"
13637   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13638   data: "plot-vpp-throughput-latency-3n-hsw"
13639   filter: "'NIC_Intel-XL710' and
13640            '64B' and
13641            'IP4FWD' and
13642            'NDRDISC' and
13643            '2T2C' and
13644            'IPSECHW' and
13645            ('IPSECTRAN' or 'IPSECTUN') and
13646            not 'VHOST'"
13647   parameters:
13648   - "latency"
13649   - "parent"
13650   traces:
13651     boxmean: False
13652   layout:
13653     title: ""  # No title
13654     layout: "plot-latency"
13655
13656 ################################################################################
13657
13658 # Packet Latency - VPP SRv6 3n-hsw-x520
13659 -
13660   type: "plot"
13661   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13662   algorithm: "plot_latency_box"
13663   output-file-type: ".html"
13664   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
13665   data: "plot-vpp-throughput-latency-3n-hsw"
13666   filter: "'NIC_Intel-X520-DA2' and
13667            '78B' and 
13668            'FEATURE' and 
13669            'NDRDISC' and 
13670            '1T1C' and 
13671            'IP6FWD' and 
13672            'SRv6'"
13673   parameters:
13674   - "latency"
13675   - "parent"
13676   traces:
13677     boxmean: False
13678   layout:
13679     title: ""  # No title
13680     layout: "plot-latency"
13681
13682 -
13683   type: "plot"
13684   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13685   algorithm: "plot_latency_box"
13686   output-file-type: ".html"
13687   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
13688   data: "plot-vpp-throughput-latency-3n-hsw"
13689   filter: "'NIC_Intel-X520-DA2' and
13690            '78B' and 
13691            'FEATURE' and 
13692            'NDRDISC' and 
13693            '2T2C' and 
13694            'IP6FWD' and 
13695            'SRv6'"
13696   parameters:
13697   - "latency"
13698   - "parent"
13699   traces:
13700     boxmean: False
13701   layout:
13702     title: ""  # No title
13703     layout: "plot-latency"
13704
13705 ################################################################################
13706
13707 # Packet Latency - VPP vhost ip4 3n-hsw-x520
13708 -
13709   type: "plot"
13710   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13711   algorithm: "plot_latency_box"
13712   output-file-type: ".html"
13713   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13714   data: "plot-vpp-throughput-latency-3n-hsw"
13715   filter: "'NIC_Intel-X520-DA2' and
13716            '64B' and 
13717            'NDRDISC' and 
13718            '1T1C' and 
13719            'VHOST' and 
13720            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13721   parameters:
13722   - "latency"
13723   - "parent"
13724   traces:
13725     boxmean: False
13726   layout:
13727     title: ""  # No title
13728     layout: "plot-latency"
13729
13730 -
13731   type: "plot"
13732   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13733   algorithm: "plot_latency_box"
13734   output-file-type: ".html"
13735   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13736   data: "plot-vpp-throughput-latency-3n-hsw"
13737   filter: "'NIC_Intel-X520-DA2' and
13738            '64B' and 
13739            'NDRDISC' and 
13740            '2T2C' and 
13741            'VHOST' and 
13742            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13743   parameters:
13744   - "latency"
13745   - "parent"
13746   traces:
13747     boxmean: False
13748   layout:
13749     title: ""  # No title
13750     layout: "plot-latency"
13751
13752 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
13753 -
13754   type: "plot"
13755   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13756   algorithm: "plot_latency_box"
13757   output-file-type: ".html"
13758   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
13759   data: "plot-vpp-throughput-latency-3n-hsw"
13760   filter: "'NIC_Intel-X520-DA2' and
13761            '64B' and 
13762            'NDRDISC' and 
13763            '1T1C' and 
13764            'VHOST' and 
13765            not 'VXLAN' and 
13766            not 'IP4FWD' and 
13767            not 'DOT1Q' and 
13768            not '2VM'"
13769   parameters:
13770   - "latency"
13771   - "parent"
13772   traces:
13773     boxmean: False
13774   layout:
13775     title: ""  # No title
13776     layout: "plot-latency"
13777
13778 -
13779   type: "plot"
13780   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13781   algorithm: "plot_latency_box"
13782   output-file-type: ".html"
13783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
13784   data: "plot-vpp-throughput-latency-3n-hsw"
13785   filter: "'NIC_Intel-X520-DA2' and
13786            '64B' and 
13787            'NDRDISC' and 
13788            '2T2C' and 
13789            'VHOST' and 
13790            not 'VXLAN' and 
13791            not 'IP4FWD' and 
13792            not 'DOT1Q' and 
13793            not '2VM'"
13794   parameters:
13795   - "latency"
13796   - "parent"
13797   traces:
13798     boxmean: False
13799   layout:
13800     title: ""  # No title
13801     layout: "plot-latency"
13802
13803 # Packet Latency - VPP vhost ip4 3n-hsw-x710
13804 -
13805   type: "plot"
13806   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13807   algorithm: "plot_latency_box"
13808   output-file-type: ".html"
13809   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13810   data: "plot-vpp-throughput-latency-3n-hsw"
13811   filter: "'NIC_Intel-X710' and
13812            '64B' and 
13813            'NDRDISC' and 
13814            '1T1C' and 
13815            'VHOST' and 
13816            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13817   parameters:
13818   - "latency"
13819   - "parent"
13820   traces:
13821     boxmean: False
13822   layout:
13823     title: ""  # No title
13824     layout: "plot-latency"
13825
13826 -
13827   type: "plot"
13828   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13829   algorithm: "plot_latency_box"
13830   output-file-type: ".html"
13831   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13832   data: "plot-vpp-throughput-latency-3n-hsw"
13833   filter: "'NIC_Intel-X710' and
13834            '64B' and 
13835            'NDRDISC' and 
13836            '2T2C' and 
13837            'VHOST' and 
13838            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13839   parameters:
13840   - "latency"
13841   - "parent"
13842   traces:
13843     boxmean: False
13844   layout:
13845     title: ""  # No title
13846     layout: "plot-latency"
13847
13848 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
13849 -
13850   type: "plot"
13851   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13852   algorithm: "plot_latency_box"
13853   output-file-type: ".html"
13854   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
13855   data: "plot-vpp-throughput-latency-3n-hsw"
13856   filter: "'NIC_Intel-X710' and
13857            '64B' and 
13858            'NDRDISC' and 
13859            '1T1C' and 
13860            'VHOST' and 
13861            not 'VXLAN' and 
13862            not 'IP4FWD' and 
13863            not 'DOT1Q' and 
13864            not '2VM'"
13865   parameters:
13866   - "latency"
13867   - "parent"
13868   traces:
13869     boxmean: False
13870   layout:
13871     title: ""  # No title
13872     layout: "plot-latency"
13873
13874 -
13875   type: "plot"
13876   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13877   algorithm: "plot_latency_box"
13878   output-file-type: ".html"
13879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
13880   data: "plot-vpp-throughput-latency-3n-hsw"
13881   filter: "'NIC_Intel-X710' and
13882            '64B' and 
13883            'NDRDISC' and 
13884            '2T2C' and 
13885            'VHOST' and 
13886            not 'VXLAN' and 
13887            not 'IP4FWD' and 
13888            not 'DOT1Q' and 
13889            not '2VM'"
13890   parameters:
13891   - "latency"
13892   - "parent"
13893   traces:
13894     boxmean: False
13895   layout:
13896     title: ""  # No title
13897     layout: "plot-latency"
13898
13899 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
13900 -
13901   type: "plot"
13902   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-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-xl710-64b-1t1c-base_and_scale-ndr-lat"
13906   data: "plot-vpp-throughput-latency-3n-hsw"
13907   filter: "'NIC_Intel-XL710' and
13908            '64B' and 
13909            'NDRDISC' and 
13910            '1T1C' 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 -
13923   type: "plot"
13924   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13925   algorithm: "plot_latency_box"
13926   output-file-type: ".html"
13927   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13928   data: "plot-vpp-throughput-latency-3n-hsw"
13929   filter: "'NIC_Intel-XL710' and
13930            '64B' and 
13931            'NDRDISC' and 
13932            '2T2C' and 
13933            'VHOST' and 
13934            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
13935   parameters:
13936   - "latency"
13937   - "parent"
13938   traces:
13939     boxmean: False
13940   layout:
13941     title: ""  # No title
13942     layout: "plot-latency"
13943
13944 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
13945 -
13946   type: "plot"
13947   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13948   algorithm: "plot_latency_box"
13949   output-file-type: ".html"
13950   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
13951   data: "plot-vpp-throughput-latency-3n-hsw"
13952   filter: "'NIC_Intel-XL710' and
13953            '64B' and 
13954            'NDRDISC' and 
13955            '1T1C' and 
13956            'VHOST' and 
13957            not 'VXLAN' and 
13958            not 'IP4FWD' and 
13959            not 'DOT1Q' and 
13960            not '2VM'"
13961   parameters:
13962   - "latency"
13963   - "parent"
13964   traces:
13965     boxmean: False
13966   layout:
13967     title: ""  # No title
13968     layout: "plot-latency"
13969
13970 -
13971   type: "plot"
13972   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13973   algorithm: "plot_latency_box"
13974   output-file-type: ".html"
13975   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
13976   data: "plot-vpp-throughput-latency-3n-hsw"
13977   filter: "'NIC_Intel-XL710' and
13978            '64B' and 
13979            'NDRDISC' and 
13980            '2T2C' and 
13981            'VHOST' and 
13982            not 'VXLAN' and 
13983            not 'IP4FWD' and 
13984            not 'DOT1Q' and 
13985            not '2VM'"
13986   parameters:
13987   - "latency"
13988   - "parent"
13989   traces:
13990     boxmean: False
13991   layout:
13992     title: ""  # No title
13993     layout: "plot-latency"
13994
13995 ################################################################################
13996
13997 # Packet Latency - VPP VTS 3n-hsw-x520
13998 -
13999   type: "plot"
14000   title: "VPP Latency: vts-3n-hsw-x520-64b-1t1c-ndr-lat"
14001   algorithm: "plot_latency_box"
14002   output-file-type: ".html"
14003   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr-lat"
14004   data: "plot-vpp-throughput-latency-3n-hsw"
14005   filter: "'NIC_Intel-X520-DA2' and
14006            '64B' and
14007            'NDRDISC' and
14008            '1T1C' and
14009            'VTS'"
14010   parameters:
14011   - "latency"
14012   - "parent"
14013   traces:
14014     boxmean: False
14015   layout:
14016     title: ""  # No title
14017     layout: "plot-latency"
14018
14019 -
14020   type: "plot"
14021   title: "VPP Latency: vts-3n-hsw-x520-64b-2t2c-ndr-lat"
14022   algorithm: "plot_latency_box"
14023   output-file-type: ".html"
14024   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr-lat"
14025   data: "plot-vpp-throughput-latency-3n-hsw"
14026   filter: "'NIC_Intel-X520-DA2' and
14027            '64B' and
14028            'NDRDISC' and
14029            '2T2C' and
14030            'VTS'"
14031   parameters:
14032   - "latency"
14033   - "parent"
14034   traces:
14035     boxmean: False
14036   layout:
14037     title: ""  # No title
14038     layout: "plot-latency"
14039     
14040 ################################################################################
14041
14042 # Packet Latency - DPDK l3fwd 3n-hsw-x520
14043 -
14044   type: "plot"
14045   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14046   algorithm: "plot_latency_box"
14047   output-file-type: ".html"
14048   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14049   data: "plot-dpdk-throughput-latency-3n-hsw"
14050   filter: "'NIC_Intel-X520-DA2' and
14051            '64B' and
14052            'BASE' and
14053            'NDRPDR' and
14054            '1T1C' and
14055            'IP4FWD'"
14056   parameters:
14057   - "latency"
14058   - "parent"
14059   traces:
14060     hoverinfo: "x+y"
14061     boxpoints: "outliers"
14062     whiskerwidth: 0
14063   layout:
14064     title: ""  # No title
14065     layout: "plot-latency"
14066
14067 -
14068   type: "plot"
14069   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14070   algorithm: "plot_latency_box"
14071   output-file-type: ".html"
14072   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14073   data: "plot-dpdk-throughput-latency-3n-hsw"
14074   filter: "'NIC_Intel-X520-DA2' and
14075            '64B' and
14076            'BASE' and
14077            'NDRPDR' and
14078            '2T2C' and
14079            'IP4FWD'"
14080   parameters:
14081   - "latency"
14082   - "parent"
14083   traces:
14084     hoverinfo: "x+y"
14085     boxpoints: "outliers"
14086     whiskerwidth: 0
14087   layout:
14088     title: ""  # No title
14089     layout: "plot-latency"
14090
14091 # Packet Latency - DPDK l3fwd 3n-hsw-x710
14092 -
14093   type: "plot"
14094   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14095   algorithm: "plot_latency_box"
14096   output-file-type: ".html"
14097   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14098   data: "plot-dpdk-throughput-latency-3n-hsw"
14099   filter: "'NIC_Intel-X710' and
14100            '64B' and
14101            'BASE' and
14102            'NDRPDR' and
14103            '1T1C' and
14104            'IP4FWD'"
14105   parameters:
14106   - "latency"
14107   - "parent"
14108   traces:
14109     hoverinfo: "x+y"
14110     boxpoints: "outliers"
14111     whiskerwidth: 0
14112   layout:
14113     title: ""  # No title
14114     layout: "plot-latency"
14115
14116 -
14117   type: "plot"
14118   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14119   algorithm: "plot_latency_box"
14120   output-file-type: ".html"
14121   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14122   data: "plot-dpdk-throughput-latency-3n-hsw"
14123   filter: "'NIC_Intel-X710' and
14124            '64B' and
14125            'BASE' and
14126            'NDRPDR' and
14127            '2T2C' and
14128            'IP4FWD'"
14129   parameters:
14130   - "latency"
14131   - "parent"
14132   traces:
14133     hoverinfo: "x+y"
14134     boxpoints: "outliers"
14135     whiskerwidth: 0
14136   layout:
14137     title: ""  # No title
14138     layout: "plot-latency"
14139
14140 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
14141 -
14142   type: "plot"
14143   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14144   algorithm: "plot_latency_box"
14145   output-file-type: ".html"
14146   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14147   data: "plot-dpdk-throughput-latency-3n-hsw"
14148   filter: "'NIC_Intel-XL710' and
14149            '64B' and
14150            'BASE' and
14151            'NDRPDR' and
14152            '1T1C' and
14153            'IP4FWD'"
14154   parameters:
14155   - "latency"
14156   - "parent"
14157   traces:
14158     hoverinfo: "x+y"
14159     boxpoints: "outliers"
14160     whiskerwidth: 0
14161   layout:
14162     title: ""  # No title
14163     layout: "plot-latency"
14164
14165 -
14166   type: "plot"
14167   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14168   algorithm: "plot_latency_box"
14169   output-file-type: ".html"
14170   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14171   data: "plot-dpdk-throughput-latency-3n-hsw"
14172   filter: "'NIC_Intel-XL710' and
14173            '64B' and
14174            'BASE' and
14175            'NDRPDR' and
14176            '2T2C' and
14177            'IP4FWD'"
14178   parameters:
14179   - "latency"
14180   - "parent"
14181   traces:
14182     hoverinfo: "x+y"
14183     boxpoints: "outliers"
14184     whiskerwidth: 0
14185   layout:
14186     title: ""  # No title
14187     layout: "plot-latency"
14188
14189 # Packet Latency - DPDK l3fwd 3n-skx-x710
14190 -
14191   type: "plot"
14192   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14193   algorithm: "plot_latency_box"
14194   output-file-type: ".html"
14195   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14196   data: "plot-dpdk-throughput-latency-3n-skx"
14197   filter: "'NIC_Intel-X710' and
14198            '64B' and
14199            'BASE' and
14200            'NDRPDR' and
14201            '2T1C' and
14202            'IP4FWD'"
14203   parameters:
14204   - "latency"
14205   - "parent"
14206   traces:
14207     hoverinfo: "x+y"
14208     boxpoints: "outliers"
14209     whiskerwidth: 0
14210   layout:
14211     title: ""  # No title
14212     layout: "plot-latency"
14213
14214 -
14215   type: "plot"
14216   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14217   algorithm: "plot_latency_box"
14218   output-file-type: ".html"
14219   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14220   data: "plot-dpdk-throughput-latency-3n-skx"
14221   filter: "'NIC_Intel-X710' and
14222            '64B' and
14223            'BASE' and
14224            'NDRPDR' and
14225            '4T2C' and
14226            'IP4FWD'"
14227   parameters:
14228   - "latency"
14229   - "parent"
14230   traces:
14231     hoverinfo: "x+y"
14232     boxpoints: "outliers"
14233     whiskerwidth: 0
14234   layout:
14235     title: ""  # No title
14236     layout: "plot-latency"
14237
14238 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
14239 -
14240   type: "plot"
14241   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14242   algorithm: "plot_latency_box"
14243   output-file-type: ".html"
14244   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14245   data: "plot-dpdk-throughput-latency-3n-skx"
14246   filter: "'NIC_Intel-XXV710' and
14247            '64B' and
14248            'BASE' and
14249            'NDRPDR' and
14250            '2T1C' and
14251            'IP4FWD'"
14252   parameters:
14253   - "latency"
14254   - "parent"
14255   traces:
14256     hoverinfo: "x+y"
14257     boxpoints: "outliers"
14258     whiskerwidth: 0
14259   layout:
14260     title: ""  # No title
14261     layout: "plot-latency"
14262
14263 -
14264   type: "plot"
14265   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14266   algorithm: "plot_latency_box"
14267   output-file-type: ".html"
14268   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14269   data: "plot-dpdk-throughput-latency-3n-skx"
14270   filter: "'NIC_Intel-XXV710' and
14271            '64B' and
14272            'BASE' and
14273            'NDRPDR' and
14274            '4T2C' and
14275            'IP4FWD'"
14276   parameters:
14277   - "latency"
14278   - "parent"
14279   traces:
14280     hoverinfo: "x+y"
14281     boxpoints: "outliers"
14282     whiskerwidth: 0
14283   layout:
14284     title: ""  # No title
14285     layout: "plot-latency"
14286
14287 # Packet Latency - DPDK l3fwd 2n-skx-x710
14288 -
14289   type: "plot"
14290   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14291   algorithm: "plot_latency_box"
14292   output-file-type: ".html"
14293   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14294   data: "plot-dpdk-throughput-latency-2n-skx"
14295   filter: "'NIC_Intel-X710' and
14296            '64B' and
14297            'BASE' and
14298            'NDRPDR' and
14299            '2T1C' and
14300            'IP4FWD'"
14301   parameters:
14302   - "latency"
14303   - "parent"
14304   traces:
14305     hoverinfo: "x+y"
14306     boxpoints: "outliers"
14307     whiskerwidth: 0
14308   layout:
14309     title: ""  # No title
14310     layout: "plot-latency"
14311
14312 -
14313   type: "plot"
14314   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14315   algorithm: "plot_latency_box"
14316   output-file-type: ".html"
14317   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14318   data: "plot-dpdk-throughput-latency-2n-skx"
14319   filter: "'NIC_Intel-X710' and
14320            '64B' and
14321            'BASE' and
14322            'NDRPDR' and
14323            '4T2C' and
14324            'IP4FWD'"
14325   parameters:
14326   - "latency"
14327   - "parent"
14328   traces:
14329     hoverinfo: "x+y"
14330     boxpoints: "outliers"
14331     whiskerwidth: 0
14332   layout:
14333     title: ""  # No title
14334     layout: "plot-latency"
14335
14336 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
14337 -
14338   type: "plot"
14339   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14340   algorithm: "plot_latency_box"
14341   output-file-type: ".html"
14342   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14343   data: "plot-dpdk-throughput-latency-2n-skx"
14344   filter: "'NIC_Intel-XXV710' and
14345            '64B' and
14346            'BASE' and
14347            'NDRPDR' and
14348            '2T1C' and
14349            'IP4FWD'"
14350   parameters:
14351   - "latency"
14352   - "parent"
14353   traces:
14354     hoverinfo: "x+y"
14355     boxpoints: "outliers"
14356     whiskerwidth: 0
14357   layout:
14358     title: ""  # No title
14359     layout: "plot-latency"
14360
14361 -
14362   type: "plot"
14363   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14364   algorithm: "plot_latency_box"
14365   output-file-type: ".html"
14366   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14367   data: "plot-dpdk-throughput-latency-2n-skx"
14368   filter: "'NIC_Intel-XXV710' and
14369            '64B' and
14370            'BASE' and
14371            'NDRPDR' and
14372            '4T2C' and
14373            'IP4FWD'"
14374   parameters:
14375   - "latency"
14376   - "parent"
14377   traces:
14378     hoverinfo: "x+y"
14379     boxpoints: "outliers"
14380     whiskerwidth: 0
14381   layout:
14382     title: ""  # No title
14383     layout: "plot-latency"
14384
14385 ################################################################################
14386
14387 # Packet Latency - DPDK testpmd 3n-hsw-x520
14388 -
14389   type: "plot"
14390   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14391   algorithm: "plot_latency_box"
14392   output-file-type: ".html"
14393   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
14394   data: "plot-dpdk-throughput-latency-3n-hsw"
14395   filter: "'NIC_Intel-X520-DA2' and
14396            '64B' and
14397            'BASE' and
14398            'NDRPDR' and
14399            '1T1C' and
14400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14401   parameters:
14402   - "latency"
14403   - "parent"
14404   traces:
14405     hoverinfo: "x+y"
14406     boxpoints: "outliers"
14407     whiskerwidth: 0
14408   layout:
14409     title: ""  # No title
14410     layout: "plot-latency"
14411
14412 -
14413   type: "plot"
14414   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14415   algorithm: "plot_latency_box"
14416   output-file-type: ".html"
14417   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
14418   data: "plot-dpdk-throughput-latency-3n-hsw"
14419   filter: "'NIC_Intel-X520-DA2' and
14420            '64B' and
14421            'BASE' and
14422            'NDRPDR' and
14423            '2T2C' and
14424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14425   parameters:
14426   - "latency"
14427   - "parent"
14428   traces:
14429     hoverinfo: "x+y"
14430     boxpoints: "outliers"
14431     whiskerwidth: 0
14432   layout:
14433     title: ""  # No title
14434     layout: "plot-latency"
14435
14436 # Packet Latency - DPDK testpmd 3n-hsw-x710
14437 -
14438   type: "plot"
14439   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14440   algorithm: "plot_latency_box"
14441   output-file-type: ".html"
14442   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
14443   data: "plot-dpdk-throughput-latency-3n-hsw"
14444   filter: "'NIC_Intel-X710' and
14445            '64B' and
14446            'BASE' and
14447            'NDRPDR' and
14448            '1T1C' and
14449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14450   parameters:
14451   - "latency"
14452   - "parent"
14453   traces:
14454     hoverinfo: "x+y"
14455     boxpoints: "outliers"
14456     whiskerwidth: 0
14457   layout:
14458     title: ""  # No title
14459     layout: "plot-latency"
14460
14461 -
14462   type: "plot"
14463   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14464   algorithm: "plot_latency_box"
14465   output-file-type: ".html"
14466   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
14467   data: "plot-dpdk-throughput-latency-3n-hsw"
14468   filter: "'NIC_Intel-X710' and
14469            '64B' and
14470            'BASE' and
14471            'NDRPDR' and
14472            '2T2C' and
14473            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14474   parameters:
14475   - "latency"
14476   - "parent"
14477   traces:
14478     hoverinfo: "x+y"
14479     boxpoints: "outliers"
14480     whiskerwidth: 0
14481   layout:
14482     title: ""  # No title
14483     layout: "plot-latency"
14484
14485 # Packet Latency - DPDK testpmd 3n-hsw-xl710
14486 -
14487   type: "plot"
14488   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14489   algorithm: "plot_latency_box"
14490   output-file-type: ".html"
14491   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
14492   data: "plot-dpdk-throughput-latency-3n-hsw"
14493   filter: "'NIC_Intel-XL710' and
14494            '64B' and
14495            'BASE' and
14496            'NDRPDR' and
14497            '1T1C' and
14498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14499   parameters:
14500   - "latency"
14501   - "parent"
14502   traces:
14503     hoverinfo: "x+y"
14504     boxpoints: "outliers"
14505     whiskerwidth: 0
14506   layout:
14507     title: ""  # No title
14508     layout: "plot-latency"
14509
14510 -
14511   type: "plot"
14512   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14513   algorithm: "plot_latency_box"
14514   output-file-type: ".html"
14515   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
14516   data: "plot-dpdk-throughput-latency-3n-hsw"
14517   filter: "'NIC_Intel-XL710' and
14518            '64B' and
14519            'BASE' and
14520            'NDRPDR' and
14521            '2T2C' and
14522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14523   parameters:
14524   - "latency"
14525   - "parent"
14526   traces:
14527     hoverinfo: "x+y"
14528     boxpoints: "outliers"
14529     whiskerwidth: 0
14530   layout:
14531     title: ""  # No title
14532     layout: "plot-latency"
14533
14534 # Packet Latency - DPDK testpmd 3n-skx-x710
14535 -
14536   type: "plot"
14537   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14538   algorithm: "plot_latency_box"
14539   output-file-type: ".html"
14540   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
14541   data: "plot-dpdk-throughput-latency-3n-skx"
14542   filter: "'NIC_Intel-X710' and
14543            '64B' and
14544            'BASE' and
14545            'NDRPDR' and
14546            '2T1C' and
14547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14548   parameters:
14549   - "latency"
14550   - "parent"
14551   traces:
14552     hoverinfo: "x+y"
14553     boxpoints: "outliers"
14554     whiskerwidth: 0
14555   layout:
14556     title: ""  # No title
14557     layout: "plot-latency"
14558
14559 -
14560   type: "plot"
14561   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14562   algorithm: "plot_latency_box"
14563   output-file-type: ".html"
14564   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
14565   data: "plot-dpdk-throughput-latency-3n-skx"
14566   filter: "'NIC_Intel-X710' and
14567            '64B' and
14568            'BASE' and
14569            'NDRPDR' and
14570            '4T2C' and
14571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14572   parameters:
14573   - "latency"
14574   - "parent"
14575   traces:
14576     hoverinfo: "x+y"
14577     boxpoints: "outliers"
14578     whiskerwidth: 0
14579   layout:
14580     title: ""  # No title
14581     layout: "plot-latency"
14582
14583 # Packet Latency - DPDK testpmd 3n-skx-xxv710
14584 -
14585   type: "plot"
14586   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14587   algorithm: "plot_latency_box"
14588   output-file-type: ".html"
14589   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
14590   data: "plot-dpdk-throughput-latency-3n-skx"
14591   filter: "'NIC_Intel-XXV710' and
14592            '64B' and
14593            'BASE' and
14594            'NDRPDR' and
14595            '2T1C' and
14596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14597   parameters:
14598   - "latency"
14599   - "parent"
14600   traces:
14601     hoverinfo: "x+y"
14602     boxpoints: "outliers"
14603     whiskerwidth: 0
14604   layout:
14605     title: ""  # No title
14606     layout: "plot-latency"
14607
14608 -
14609   type: "plot"
14610   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14611   algorithm: "plot_latency_box"
14612   output-file-type: ".html"
14613   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
14614   data: "plot-dpdk-throughput-latency-3n-skx"
14615   filter: "'NIC_Intel-XXV710' and
14616            '64B' and
14617            'BASE' and
14618            'NDRPDR' and
14619            '4T2C' and
14620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14621   parameters:
14622   - "latency"
14623   - "parent"
14624   traces:
14625     hoverinfo: "x+y"
14626     boxpoints: "outliers"
14627     whiskerwidth: 0
14628   layout:
14629     title: ""  # No title
14630     layout: "plot-latency"
14631
14632 # Packet Latency - DPDK testpmd 2n-skx-x710
14633 -
14634   type: "plot"
14635   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14636   algorithm: "plot_latency_box"
14637   output-file-type: ".html"
14638   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
14639   data: "plot-dpdk-throughput-latency-2n-skx"
14640   filter: "'NIC_Intel-X710' and
14641            '64B' and
14642            'BASE' and
14643            'NDRPDR' and
14644            '2T1C' and
14645            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14646   parameters:
14647   - "latency"
14648   - "parent"
14649   traces:
14650     hoverinfo: "x+y"
14651     boxpoints: "outliers"
14652     whiskerwidth: 0
14653   layout:
14654     title: ""  # No title
14655     layout: "plot-latency"
14656
14657 -
14658   type: "plot"
14659   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14660   algorithm: "plot_latency_box"
14661   output-file-type: ".html"
14662   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
14663   data: "plot-dpdk-throughput-latency-2n-skx"
14664   filter: "'NIC_Intel-X710' and
14665            '64B' and
14666            'BASE' and
14667            'NDRPDR' and
14668            '4T2C' and
14669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14670   parameters:
14671   - "latency"
14672   - "parent"
14673   traces:
14674     hoverinfo: "x+y"
14675     boxpoints: "outliers"
14676     whiskerwidth: 0
14677   layout:
14678     title: ""  # No title
14679     layout: "plot-latency"
14680
14681 # Packet Latency - DPDK testpmd 2n-skx-xxv710
14682 -
14683   type: "plot"
14684   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14685   algorithm: "plot_latency_box"
14686   output-file-type: ".html"
14687   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
14688   data: "plot-dpdk-throughput-latency-2n-skx"
14689   filter: "'NIC_Intel-XXV710' and
14690            '64B' and
14691            'BASE' and
14692            'NDRPDR' and
14693            '2T1C' and
14694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14695   parameters:
14696   - "latency"
14697   - "parent"
14698   traces:
14699     hoverinfo: "x+y"
14700     boxpoints: "outliers"
14701     whiskerwidth: 0
14702   layout:
14703     title: ""  # No title
14704     layout: "plot-latency"
14705
14706 -
14707   type: "plot"
14708   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14709   algorithm: "plot_latency_box"
14710   output-file-type: ".html"
14711   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
14712   data: "plot-dpdk-throughput-latency-2n-skx"
14713   filter: "'NIC_Intel-XXV710' and
14714            '64B' and
14715            'BASE' and
14716            'NDRPDR' and
14717            '4T2C' and
14718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
14719   parameters:
14720   - "latency"
14721   - "parent"
14722   traces:
14723     hoverinfo: "x+y"
14724     boxpoints: "outliers"
14725     whiskerwidth: 0
14726   layout:
14727     title: ""  # No title
14728     layout: "plot-latency"
14729
14730 ################################################################################
14731
14732 # Speedup - VPP Container Memif 3n-hsw-x520
14733 -
14734   type: "plot"
14735   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14736   algorithm: "plot_throughput_speedup_analysis"
14737   output-file-type: ".html"
14738   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14739   data: "plot-throughput-speedup-analysis-3n-hsw"
14740   filter: "'NIC_Intel-X520-DA2' and
14741            '64B' and
14742            ('BASE' or 'SCALE') and
14743            'NDRDISC' and
14744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14745            not 'VHOST' and
14746            'MEMIF'"
14747   parameters:
14748   - "throughput"
14749   - "parent"
14750   - "tags"
14751   layout:
14752     title: ""  # No title
14753     layout: "plot-throughput-speedup-analysis"
14754
14755 -
14756   type: "plot"
14757   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14758   algorithm: "plot_throughput_speedup_analysis"
14759   output-file-type: ".html"
14760   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14761   data: "plot-throughput-speedup-analysis-3n-hsw"
14762   filter: "'NIC_Intel-X520-DA2' and
14763            '64B' and
14764            ('BASE' or 'SCALE') and
14765            'PDRDISC' and not 'NDRDISC' and
14766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14767            not 'VHOST' and
14768            'MEMIF'"
14769   parameters:
14770   - "throughput"
14771   - "parent"
14772   - "tags"
14773   layout:
14774     title: ""  # No title
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 # Speedup - VPP Container Memif 3n-hsw-x710
14778 -
14779   type: "plot"
14780   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14781   algorithm: "plot_throughput_speedup_analysis"
14782   output-file-type: ".html"
14783   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14784   data: "plot-throughput-speedup-analysis-3n-hsw"
14785   filter: "'NIC_Intel-X710' and
14786            '64B' and
14787            ('BASE' or 'SCALE') and
14788            'NDRDISC' and
14789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14790            not 'VHOST' and
14791            'MEMIF'"
14792   parameters:
14793   - "throughput"
14794   - "parent"
14795   - "tags"
14796   layout:
14797     title: ""  # No title
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 -
14801   type: "plot"
14802   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14803   algorithm: "plot_throughput_speedup_analysis"
14804   output-file-type: ".html"
14805   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14806   data: "plot-throughput-speedup-analysis-3n-hsw"
14807   filter: "'NIC_Intel-X710' and
14808            '64B' and
14809            ('BASE' or 'SCALE') and
14810            'PDRDISC' and not 'NDRDISC' and
14811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14812            not 'VHOST' and
14813            'MEMIF'"
14814   parameters:
14815   - "throughput"
14816   - "parent"
14817   - "tags"
14818   layout:
14819     title: ""  # No title
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 # Speedup - VPP Container Memif 3n-hsw-xl710
14823 -
14824   type: "plot"
14825   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14826   algorithm: "plot_throughput_speedup_analysis"
14827   output-file-type: ".html"
14828   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14829   data: "plot-throughput-speedup-analysis-3n-hsw"
14830   filter: "'NIC_Intel-XL710' and
14831            '64B' and
14832            ('BASE' or 'SCALE') and
14833            'NDRDISC' and
14834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14835            not 'VHOST' and
14836            'MEMIF'"
14837   parameters:
14838   - "throughput"
14839   - "parent"
14840   - "tags"
14841   layout:
14842     title: ""  # No title
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 -
14846   type: "plot"
14847   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14848   algorithm: "plot_throughput_speedup_analysis"
14849   output-file-type: ".html"
14850   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14851   data: "plot-throughput-speedup-analysis-3n-hsw"
14852   filter: "'NIC_Intel-XL710' and
14853            '64B' and
14854            ('BASE' or 'SCALE') and
14855            'PDRDISC' and not 'NDRDISC' and
14856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14857            not 'VHOST' and
14858            'MEMIF'"
14859   parameters:
14860   - "throughput"
14861   - "parent"
14862   - "tags"
14863   layout:
14864     title: ""  # No title
14865     layout: "plot-throughput-speedup-analysis"
14866
14867 # Speedup - VPP Container Memif 3n-skx-x710
14868 -
14869   type: "plot"
14870   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14871   algorithm: "plot_throughput_speedup_analysis"
14872   output-file-type: ".html"
14873   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14874   data: "plot-throughput-speedup-analysis-3n-skx"
14875   filter: "'NIC_Intel-X710' and
14876            '64B' and
14877            ('BASE' or 'SCALE') and
14878            'NDRDISC' and
14879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14880            not 'VHOST' and
14881            'MEMIF'"
14882   parameters:
14883   - "throughput"
14884   - "parent"
14885   - "tags"
14886   layout:
14887     title: ""  # No title
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 -
14891   type: "plot"
14892   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14893   algorithm: "plot_throughput_speedup_analysis"
14894   output-file-type: ".html"
14895   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14896   data: "plot-throughput-speedup-analysis-3n-skx"
14897   filter: "'NIC_Intel-X710' and
14898            '64B' and
14899            ('BASE' or 'SCALE') and
14900            'PDRDISC' and not 'NDRDISC' and
14901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14902            not 'VHOST' and
14903             'MEMIF'"
14904   parameters:
14905   - "throughput"
14906   - "parent"
14907   - "tags"
14908   layout:
14909     title: ""  # No title
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 # Speedup - VPP Container Memif 3n-skx-xxv710
14913 -
14914   type: "plot"
14915   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14916   algorithm: "plot_throughput_speedup_analysis"
14917   output-file-type: ".html"
14918   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14919   data: "plot-throughput-speedup-analysis-3n-skx"
14920   filter: "'NIC_Intel-XXV710' and
14921            '64B' and
14922            ('BASE' or 'SCALE') and
14923            'NDRDISC' and
14924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14925            not 'VHOST' and
14926            'MEMIF'"
14927   parameters:
14928   - "throughput"
14929   - "parent"
14930   - "tags"
14931   layout:
14932     title: ""  # No title
14933     layout: "plot-throughput-speedup-analysis"
14934
14935 -
14936   type: "plot"
14937   title: "Speedup: memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14938   algorithm: "plot_throughput_speedup_analysis"
14939   output-file-type: ".html"
14940   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14941   data: "plot-throughput-speedup-analysis-3n-skx"
14942   filter: "'NIC_Intel-XXV710' and
14943            '64B' and
14944            ('BASE' or 'SCALE') and
14945            'PDRDISC' and not 'NDRDISC' and
14946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14947            not 'VHOST' and
14948            'MEMIF'"
14949   parameters:
14950   - "throughput"
14951   - "parent"
14952   - "tags"
14953   layout:
14954     title: ""  # No title
14955     layout: "plot-throughput-speedup-analysis"
14956
14957 # Speedup - VPP Container Memif 2n-skx-x710
14958 -
14959   type: "plot"
14960   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14961   algorithm: "plot_throughput_speedup_analysis"
14962   output-file-type: ".html"
14963   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14964   data: "plot-throughput-speedup-analysis-2n-skx"
14965   filter: "'NIC_Intel-X710' and
14966            '64B' and
14967            ('BASE' or 'SCALE') and
14968            'NDRDISC' and
14969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14970            not 'VHOST' and
14971            'MEMIF'"
14972   parameters:
14973   - "throughput"
14974   - "parent"
14975   - "tags"
14976   layout:
14977     title: ""  # No title
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 -
14981   type: "plot"
14982   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14983   algorithm: "plot_throughput_speedup_analysis"
14984   output-file-type: ".html"
14985   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14986   data: "plot-throughput-speedup-analysis-2n-skx"
14987   filter: "'NIC_Intel-X710' and
14988            '64B' and
14989            ('BASE' or 'SCALE') and
14990            'PDRDISC' and not 'NDRDISC' and
14991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
14992            not 'VHOST' and
14993            'MEMIF'"
14994   parameters:
14995   - "throughput"
14996   - "parent"
14997   - "tags"
14998   layout:
14999     title: ""  # No title
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 # Speedup - VPP Container Memif 2n-skx-xxv710
15003 -
15004   type: "plot"
15005   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15006   algorithm: "plot_throughput_speedup_analysis"
15007   output-file-type: ".html"
15008   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15009   data: "plot-throughput-speedup-analysis-2n-skx"
15010   filter: "'NIC_Intel-XXV710' and
15011            '64B' and
15012            ('BASE' or 'SCALE') and
15013            'NDRDISC' and
15014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15015            not 'VHOST' and
15016            'MEMIF'"
15017   parameters:
15018   - "throughput"
15019   - "parent"
15020   - "tags"
15021   layout:
15022     title: ""  # No title
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 -
15026   type: "plot"
15027   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15028   algorithm: "plot_throughput_speedup_analysis"
15029   output-file-type: ".html"
15030   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15031   data: "plot-throughput-speedup-analysis-2n-skx"
15032   filter: "'NIC_Intel-XXV710' and
15033            '64B' and
15034            ('BASE' or 'SCALE') and
15035            'PDRDISC' and not 'NDRDISC' and
15036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15037            not 'VHOST' and
15038            'MEMIF'"
15039   parameters:
15040   - "throughput"
15041   - "parent"
15042   - "tags"
15043   layout:
15044     title: ""  # No title
15045     layout: "plot-throughput-speedup-analysis"
15046
15047 ################################################################################
15048
15049 # Speedup - VPP Container k8s memif 3n-hsw-x520
15050 -
15051   type: "plot"
15052   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15053   algorithm: "plot_throughput_speedup_analysis"
15054   output-file-type: ".html"
15055   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15056   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15057   filter: "'NIC_Intel-X520-DA2' and
15058            '64B' and
15059            ('BASE' or 'SCALE') and
15060            'NDRDISC' and
15061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15062            not 'VHOST' and
15063            'MEMIF'"
15064   parameters:
15065   - "throughput"
15066   - "parent"
15067   - "tags"
15068   layout:
15069     title: ""  # No title
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 -
15073   type: "plot"
15074   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15075   algorithm: "plot_throughput_speedup_analysis"
15076   output-file-type: ".html"
15077   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15078   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15079   filter: "'NIC_Intel-X520-DA2' and
15080            '64B' and
15081            ('BASE' or 'SCALE') and
15082            'PDRDISC' and not 'NDRDISC' and
15083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15084            not 'VHOST' and
15085            'MEMIF'"
15086   parameters:
15087   - "throughput"
15088   - "parent"
15089   - "tags"
15090   layout:
15091     title: ""  # No title
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 # Speedup - VPP Container Memif 3n-hsw-x710
15095 -
15096   type: "plot"
15097   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15098   algorithm: "plot_throughput_speedup_analysis"
15099   output-file-type: ".html"
15100   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15101   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15102   filter: "'NIC_Intel-X710' and
15103            '64B' and
15104            ('BASE' or 'SCALE') and
15105            'NDRDISC' and
15106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15107            not 'VHOST' and
15108            'MEMIF'"
15109   parameters:
15110   - "throughput"
15111   - "parent"
15112   - "tags"
15113   layout:
15114     title: ""  # No title
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 -
15118   type: "plot"
15119   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15120   algorithm: "plot_throughput_speedup_analysis"
15121   output-file-type: ".html"
15122   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15123   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15124   filter: "'NIC_Intel-X710' and
15125            '64B' and
15126            ('BASE' or 'SCALE') and
15127            'PDRDISC' and not 'NDRDISC' and
15128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15129            not 'VHOST' and
15130            'MEMIF'"
15131   parameters:
15132   - "throughput"
15133   - "parent"
15134   - "tags"
15135   layout:
15136     title: ""  # No title
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 # Speedup - VPP Container Memif 3n-hsw-xl710
15140 -
15141   type: "plot"
15142   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15143   algorithm: "plot_throughput_speedup_analysis"
15144   output-file-type: ".html"
15145   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15146   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15147   filter: "'NIC_Intel-XL710' and
15148            '64B' and
15149            ('BASE' or 'SCALE') and
15150            'NDRDISC' and
15151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15152            not 'VHOST' and
15153            'MEMIF'"
15154   parameters:
15155   - "throughput"
15156   - "parent"
15157   - "tags"
15158   layout:
15159     title: ""  # No title
15160     layout: "plot-throughput-speedup-analysis"
15161
15162 -
15163   type: "plot"
15164   title: "Speedup: k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15165   algorithm: "plot_throughput_speedup_analysis"
15166   output-file-type: ".html"
15167   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15168   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
15169   filter: "'NIC_Intel-XL710' and
15170            '64B' and
15171            ('BASE' or 'SCALE') and
15172            'PDRDISC' and not 'NDRDISC' and
15173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15174            not 'VHOST' and
15175            'MEMIF'"
15176   parameters:
15177   - "throughput"
15178   - "parent"
15179   - "tags"
15180   layout:
15181     title: ""  # No title
15182     layout: "plot-throughput-speedup-analysis"
15183
15184 # Speedup - VPP Container Memif 3n-skx-x710
15185 -
15186   type: "plot"
15187   title: "Speedup: k8s-memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15188   algorithm: "plot_throughput_speedup_analysis"
15189   output-file-type: ".html"
15190   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15191   data: "plot-ligato-throughput-speedup-analysis-3n-skx"
15192   filter: "'NIC_Intel-X710' and
15193            '64B' and
15194            ('BASE' or 'SCALE') and
15195            'NDRDISC' and
15196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15197            not 'VHOST' and
15198            'MEMIF'"
15199   parameters:
15200   - "throughput"
15201   - "parent"
15202   - "tags"
15203   layout:
15204     title: ""  # No title
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 -
15208   type: "plot"
15209   title: "Speedup: k8s-memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15210   algorithm: "plot_throughput_speedup_analysis"
15211   output-file-type: ".html"
15212   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15213   data: "plot-ligato-throughput-speedup-analysis-3n-skx"
15214   filter: "'NIC_Intel-X710' and
15215            '64B' and
15216            ('BASE' or 'SCALE') and
15217            'PDRDISC' and not 'NDRDISC' and
15218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15219            not 'VHOST' and
15220             'MEMIF'"
15221   parameters:
15222   - "throughput"
15223   - "parent"
15224   - "tags"
15225   layout:
15226     title: ""  # No title
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 # Speedup - VPP Container Memif 3n-skx-xxv710
15230 -
15231   type: "plot"
15232   title: "Speedup: k8s-memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15233   algorithm: "plot_throughput_speedup_analysis"
15234   output-file-type: ".html"
15235   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15236   data: "plot-ligato-throughput-speedup-analysis-3n-skx"
15237   filter: "'NIC_Intel-XXV710' and
15238            '64B' and
15239            ('BASE' or 'SCALE') and
15240            'NDRDISC' and
15241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15242            not 'VHOST' and
15243            'MEMIF'"
15244   parameters:
15245   - "throughput"
15246   - "parent"
15247   - "tags"
15248   layout:
15249     title: ""  # No title
15250     layout: "plot-throughput-speedup-analysis"
15251
15252 -
15253   type: "plot"
15254   title: "Speedup: k8s-memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15255   algorithm: "plot_throughput_speedup_analysis"
15256   output-file-type: ".html"
15257   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15258   data: "plot-ligato-throughput-speedup-analysis-3n-skx"
15259   filter: "'NIC_Intel-XXV710' and
15260            '64B' and
15261            ('BASE' or 'SCALE') and
15262            'PDRDISC' and not 'NDRDISC' and
15263            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15264            not 'VHOST' and
15265            'MEMIF'"
15266   parameters:
15267   - "throughput"
15268   - "parent"
15269   - "tags"
15270   layout:
15271     title: ""  # No title
15272     layout: "plot-throughput-speedup-analysis"
15273
15274 # Speedup - VPP Container Memif 2n-skx-x710
15275 -
15276   type: "plot"
15277   title: "Speedup: k8s-memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15278   algorithm: "plot_throughput_speedup_analysis"
15279   output-file-type: ".html"
15280   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15281   data: "plot-ligato-throughput-speedup-analysis-2n-skx"
15282   filter: "'NIC_Intel-X710' and
15283            '64B' and
15284            ('BASE' or 'SCALE') and
15285            'NDRDISC' and
15286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15287            not 'VHOST' and
15288            'MEMIF'"
15289   parameters:
15290   - "throughput"
15291   - "parent"
15292   - "tags"
15293   layout:
15294     title: ""  # No title
15295     layout: "plot-throughput-speedup-analysis"
15296
15297 -
15298   type: "plot"
15299   title: "Speedup: k8s-memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15300   algorithm: "plot_throughput_speedup_analysis"
15301   output-file-type: ".html"
15302   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15303   data: "plot-ligato-throughput-speedup-analysis-2n-skx"
15304   filter: "'NIC_Intel-X710' and
15305            '64B' and
15306            ('BASE' or 'SCALE') and
15307            'PDRDISC' and not 'NDRDISC' and
15308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15309            not 'VHOST' and
15310            'MEMIF'"
15311   parameters:
15312   - "throughput"
15313   - "parent"
15314   - "tags"
15315   layout:
15316     title: ""  # No title
15317     layout: "plot-throughput-speedup-analysis"
15318
15319 # Speedup - VPP Container Memif 2n-skx-xxv710
15320 -
15321   type: "plot"
15322   title: "Speedup: k8s-memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15323   algorithm: "plot_throughput_speedup_analysis"
15324   output-file-type: ".html"
15325   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15326   data: "plot-ligato-throughput-speedup-analysis-2n-skx"
15327   filter: "'NIC_Intel-XXV710' and
15328            '64B' and
15329            ('BASE' or 'SCALE') and
15330            'NDRDISC' and
15331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15332            not 'VHOST' and
15333            'MEMIF'"
15334   parameters:
15335   - "throughput"
15336   - "parent"
15337   - "tags"
15338   layout:
15339     title: ""  # No title
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 -
15343   type: "plot"
15344   title: "Speedup: k8s-memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15345   algorithm: "plot_throughput_speedup_analysis"
15346   output-file-type: ".html"
15347   output-file: "{DIR[STATIC,VPP]}/k8s-memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15348   data: "plot-ligato-throughput-speedup-analysis-2n-skx"
15349   filter: "'NIC_Intel-XXV710' and
15350            '64B' and
15351            ('BASE' or 'SCALE') and
15352            'PDRDISC' and not 'NDRDISC' and
15353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
15354            not 'VHOST' and
15355            'MEMIF'"
15356   parameters:
15357   - "throughput"
15358   - "parent"
15359   - "tags"
15360   layout:
15361     title: ""  # No title
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 ################################################################################
15365
15366 # Speedup - VPP IPv4 3n-hsw-x520
15367 -
15368   type: "plot"
15369   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15370   algorithm: "plot_throughput_speedup_analysis"
15371   output-file-type: ".html"
15372   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15373   data: "plot-throughput-speedup-analysis-3n-hsw"
15374   filter: "'NIC_Intel-X520-DA2' and
15375            '64B' and
15376            ('BASE' or 'SCALE') and
15377            'NDRDISC' and
15378            'IP4FWD' and
15379            not 'IPSEC' and 
15380            not 'VHOST'"
15381   parameters:
15382   - "throughput"
15383   - "parent"
15384   - "tags"
15385   layout:
15386     title: ""  # No title
15387     layout: "plot-throughput-speedup-analysis"
15388
15389 -
15390   type: "plot"
15391   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15392   algorithm: "plot_throughput_speedup_analysis"
15393   output-file-type: ".html"
15394   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15395   data: "plot-throughput-speedup-analysis-3n-hsw"
15396   filter: "'NIC_Intel-X520-DA2' and
15397            '64B' and
15398            ('BASE' or 'SCALE') and
15399            'PDRDISC' and not 'NDRDISC' and
15400            'IP4FWD' and
15401            not 'IPSEC' and 
15402            not 'VHOST'"
15403   parameters:
15404   - "throughput"
15405   - "parent"
15406   - "tags"
15407   layout:
15408     title: ""  # No title
15409     layout: "plot-throughput-speedup-analysis"
15410
15411 -
15412   type: "plot"
15413   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
15414   algorithm: "plot_throughput_speedup_analysis"
15415   output-file-type: ".html"
15416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
15417   data: "plot-throughput-speedup-analysis-3n-hsw"
15418   filter: "'NIC_Intel-X520-DA2' and
15419            '64B' and
15420            'FEATURE' and
15421            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15422            'NDRDISC' and
15423            'IP4FWD' and
15424            not 'IPSEC' and 
15425            not 'VHOST'"
15426   parameters:
15427   - "throughput"
15428   - "parent"
15429   - "tags"
15430   layout:
15431     title: ""  # No title
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 -
15435   type: "plot"
15436   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
15437   algorithm: "plot_throughput_speedup_analysis"
15438   output-file-type: ".html"
15439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
15440   data: "plot-throughput-speedup-analysis-3n-hsw"
15441   filter: "'NIC_Intel-X520-DA2' and
15442            '64B' and
15443            'FEATURE' and
15444            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15445            'PDRDISC' and not 'NDRDISC' and
15446            'IP4FWD' and
15447            not 'IPSEC' and 
15448            not 'VHOST'"
15449   parameters:
15450   - "throughput"
15451   - "parent"
15452   - "tags"
15453   layout:
15454     title: ""  # No title
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 # Speedup - VPP IPv4 3n-hsw-x710
15458 -
15459   type: "plot"
15460   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15461   algorithm: "plot_throughput_speedup_analysis"
15462   output-file-type: ".html"
15463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15464   data: "plot-throughput-speedup-analysis-3n-hsw"
15465   filter: "'NIC_Intel-X710' and
15466            '64B' and
15467            ('BASE' or 'SCALE') and
15468            'NDRDISC' and
15469            'IP4FWD' and
15470            not 'IPSEC' and 
15471            not 'VHOST'"
15472   parameters:
15473   - "throughput"
15474   - "parent"
15475   - "tags"
15476   layout:
15477     title: ""  # No title
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 -
15481   type: "plot"
15482   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15483   algorithm: "plot_throughput_speedup_analysis"
15484   output-file-type: ".html"
15485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15486   data: "plot-throughput-speedup-analysis-3n-hsw"
15487   filter: "'NIC_Intel-X710' and
15488            '64B' and
15489            ('BASE' or 'SCALE') and
15490            'PDRDISC' and not 'NDRDISC' and
15491            'IP4FWD' and
15492            not 'IPSEC' and 
15493            not 'VHOST'"
15494   parameters:
15495   - "throughput"
15496   - "parent"
15497   - "tags"
15498   layout:
15499     title: ""  # No title
15500     layout: "plot-throughput-speedup-analysis"
15501
15502 -
15503   type: "plot"
15504   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
15505   algorithm: "plot_throughput_speedup_analysis"
15506   output-file-type: ".html"
15507   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
15508   data: "plot-throughput-speedup-analysis-3n-hsw"
15509   filter: "'NIC_Intel-X710' and
15510            '64B' and
15511            'FEATURE' and
15512            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15513            'NDRDISC' and
15514            'IP4FWD' and
15515            not 'IPSEC' and 
15516            not 'VHOST'"
15517   parameters:
15518   - "throughput"
15519   - "parent"
15520   - "tags"
15521   layout:
15522     title: ""  # No title
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 -
15526   type: "plot"
15527   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
15528   algorithm: "plot_throughput_speedup_analysis"
15529   output-file-type: ".html"
15530   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
15531   data: "plot-throughput-speedup-analysis-3n-hsw"
15532   filter: "'NIC_Intel-X710' and
15533            '64B' and
15534            'FEATURE' and
15535            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15536            'PDRDISC' and not 'NDRDISC' and
15537            'IP4FWD' and
15538            not 'IPSEC' and 
15539            not 'VHOST'"
15540   parameters:
15541   - "throughput"
15542   - "parent"
15543   - "tags"
15544   layout:
15545     title: ""  # No title
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 # Speedup - VPP IPv4 3n-hsw-xl710
15549 -
15550   type: "plot"
15551   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15552   algorithm: "plot_throughput_speedup_analysis"
15553   output-file-type: ".html"
15554   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15555   data: "plot-throughput-speedup-analysis-3n-hsw"
15556   filter: "'NIC_Intel-XL710' and
15557            '64B' and
15558            ('BASE' or 'SCALE') and
15559            'NDRDISC' and
15560            'IP4FWD' and
15561            not 'IPSEC' and 
15562            not 'VHOST'"
15563   parameters:
15564   - "throughput"
15565   - "parent"
15566   - "tags"
15567   layout:
15568     title: ""  # No title
15569     layout: "plot-throughput-speedup-analysis"
15570
15571 -
15572   type: "plot"
15573   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15574   algorithm: "plot_throughput_speedup_analysis"
15575   output-file-type: ".html"
15576   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15577   data: "plot-throughput-speedup-analysis-3n-hsw"
15578   filter: "'NIC_Intel-XL710' and
15579            '64B' and
15580            ('BASE' or 'SCALE') and
15581            'PDRDISC' and not 'NDRDISC' and
15582            'IP4FWD' and
15583            not 'IPSEC' and 
15584            not 'VHOST'"
15585   parameters:
15586   - "throughput"
15587   - "parent"
15588   - "tags"
15589   layout:
15590     title: ""  # No title
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 # Speedup - VPP IPv4 3n-skx-x710
15594 -
15595   type: "plot"
15596   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15597   algorithm: "plot_throughput_speedup_analysis"
15598   output-file-type: ".html"
15599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
15600   data: "plot-throughput-speedup-analysis-3n-skx"
15601   filter: "'NIC_Intel-X710' and
15602            '64B' and
15603            ('BASE' or 'SCALE') and
15604            'NDRDISC' and
15605            'IP4FWD' and
15606            not 'IPSEC' and 
15607            not 'VHOST'"
15608   parameters:
15609   - "throughput"
15610   - "parent"
15611   - "tags"
15612   layout:
15613     title: ""  # No title
15614     layout: "plot-throughput-speedup-analysis"
15615
15616 -
15617   type: "plot"
15618   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15619   algorithm: "plot_throughput_speedup_analysis"
15620   output-file-type: ".html"
15621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
15622   data: "plot-throughput-speedup-analysis-3n-skx"
15623   filter: "'NIC_Intel-X710' and
15624            '64B' and
15625            ('BASE' or 'SCALE') and
15626            'PDRDISC' and not 'NDRDISC' and
15627            'IP4FWD' and
15628            not 'IPSEC' and 
15629            not 'VHOST'"
15630   parameters:
15631   - "throughput"
15632   - "parent"
15633   - "tags"
15634   layout:
15635     title: ""  # No title
15636     layout: "plot-throughput-speedup-analysis"
15637
15638 -
15639   type: "plot"
15640   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
15641   algorithm: "plot_throughput_speedup_analysis"
15642   output-file-type: ".html"
15643   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
15644   data: "plot-throughput-speedup-analysis-3n-skx"
15645   filter: "'NIC_Intel-X710' and
15646            '64B' and
15647            'FEATURE' and
15648            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15649            'NDRDISC' and
15650            'IP4FWD' and
15651            not 'IPSEC' and 
15652            not 'VHOST'"
15653   parameters:
15654   - "throughput"
15655   - "parent"
15656   - "tags"
15657   layout:
15658     title: ""  # No title
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 -
15662   type: "plot"
15663   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
15664   algorithm: "plot_throughput_speedup_analysis"
15665   output-file-type: ".html"
15666   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
15667   data: "plot-throughput-speedup-analysis-3n-skx"
15668   filter: "'NIC_Intel-X710' and
15669            '64B' and
15670            'FEATURE' and
15671            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15672            'PDRDISC' and not 'NDRDISC' and
15673            'IP4FWD' and
15674            not 'IPSEC' and 
15675            not 'VHOST'"
15676   parameters:
15677   - "throughput"
15678   - "parent"
15679   - "tags"
15680   layout:
15681     title: ""  # No title
15682     layout: "plot-throughput-speedup-analysis"
15683
15684 # Speedup - VPP IPv4 3n-skx-xxv710
15685 -
15686   type: "plot"
15687   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15688   algorithm: "plot_throughput_speedup_analysis"
15689   output-file-type: ".html"
15690   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15691   data: "plot-throughput-speedup-analysis-3n-skx"
15692   filter: "'NIC_Intel-XXV710' and
15693            '64B' and
15694            ('BASE' or 'SCALE') and
15695            'NDRDISC' and
15696            'IP4FWD' and
15697            not 'IPSEC' and 
15698            not 'VHOST'"
15699   parameters:
15700   - "throughput"
15701   - "parent"
15702   - "tags"
15703   layout:
15704     title: ""  # No title
15705     layout: "plot-throughput-speedup-analysis"
15706
15707 -
15708   type: "plot"
15709   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15710   algorithm: "plot_throughput_speedup_analysis"
15711   output-file-type: ".html"
15712   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15713   data: "plot-throughput-speedup-analysis-3n-skx"
15714   filter: "'NIC_Intel-XXV710' and
15715            '64B' and
15716            ('BASE' or 'SCALE') and
15717            'PDRDISC' and not 'NDRDISC' and
15718            'IP4FWD' and
15719            not 'IPSEC' and 
15720            not 'VHOST'"
15721   parameters:
15722   - "throughput"
15723   - "parent"
15724   - "tags"
15725   layout:
15726     title: ""  # No title
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 -
15730   type: "plot"
15731   title: "Speedup: ip4-3n-skx-xxv710-64b-features-ndr-tsa"
15732   algorithm: "plot_throughput_speedup_analysis"
15733   output-file-type: ".html"
15734   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-ndr-tsa"
15735   data: "plot-throughput-speedup-analysis-3n-skx"
15736   filter: "'NIC_Intel-XXV710' and
15737            '64B' and
15738            'FEATURE' and
15739            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15740            'NDRDISC' and
15741            'IP4FWD' and
15742            not 'IPSEC' and 
15743            not 'VHOST'"
15744   parameters:
15745   - "throughput"
15746   - "parent"
15747   - "tags"
15748   layout:
15749     title: ""  # No title
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 -
15753   type: "plot"
15754   title: "Speedup: ip4-3n-skx-xxv710-64b-features-pdr-tsa"
15755   algorithm: "plot_throughput_speedup_analysis"
15756   output-file-type: ".html"
15757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-pdr-tsa"
15758   data: "plot-throughput-speedup-analysis-3n-skx"
15759   filter: "'NIC_Intel-XXV710' and
15760            '64B' and
15761            'FEATURE' and
15762            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15763            'PDRDISC' and not 'NDRDISC' and
15764            'IP4FWD' and
15765            not 'IPSEC' and 
15766            not 'VHOST'"
15767   parameters:
15768   - "throughput"
15769   - "parent"
15770   - "tags"
15771   layout:
15772     title: ""  # No title
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 # Speedup - VPP IPv4 2n-skx-x710
15776 -
15777   type: "plot"
15778   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15779   algorithm: "plot_throughput_speedup_analysis"
15780   output-file-type: ".html"
15781   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
15782   data: "plot-throughput-speedup-analysis-2n-skx"
15783   filter: "'NIC_Intel-X710' and
15784            '64B' and
15785            ('BASE' or 'SCALE') and
15786            'NDRDISC' and
15787            'IP4FWD' and
15788            not 'IPSEC' and 
15789            not 'VHOST'"
15790   parameters:
15791   - "throughput"
15792   - "parent"
15793   - "tags"
15794   layout:
15795     title: ""  # No title
15796     layout: "plot-throughput-speedup-analysis"
15797
15798 -
15799   type: "plot"
15800   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15801   algorithm: "plot_throughput_speedup_analysis"
15802   output-file-type: ".html"
15803   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
15804   data: "plot-throughput-speedup-analysis-2n-skx"
15805   filter: "'NIC_Intel-X710' and
15806            '64B' and
15807            ('BASE' or 'SCALE') and
15808            'PDRDISC' and not 'NDRDISC' and
15809            'IP4FWD' and
15810            not 'IPSEC' and 
15811            not 'VHOST'"
15812   parameters:
15813   - "throughput"
15814   - "parent"
15815   - "tags"
15816   layout:
15817     title: ""  # No title
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 -
15821   type: "plot"
15822   title: "Speedup: ip4-2n-skx-x710-64b-features-ndr-tsa"
15823   algorithm: "plot_throughput_speedup_analysis"
15824   output-file-type: ".html"
15825   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-ndr-tsa"
15826   data: "plot-throughput-speedup-analysis-2n-skx"
15827   filter: "'NIC_Intel-X710' and
15828            '64B' and
15829            'FEATURE' and
15830            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15831            'NDRDISC' and
15832            'IP4FWD' and
15833            not 'IPSEC' and 
15834            not 'VHOST'"
15835   parameters:
15836   - "throughput"
15837   - "parent"
15838   - "tags"
15839   layout:
15840     title: ""  # No title
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 -
15844   type: "plot"
15845   title: "Speedup: ip4-2n-skx-x710-64b-features-pdr-tsa"
15846   algorithm: "plot_throughput_speedup_analysis"
15847   output-file-type: ".html"
15848   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-pdr-tsa"
15849   data: "plot-throughput-speedup-analysis-2n-skx"
15850   filter: "'NIC_Intel-X710' and
15851            '64B' and
15852            'FEATURE' and
15853            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15854            'PDRDISC' and not 'NDRDISC' and
15855            'IP4FWD' and
15856            not 'IPSEC' and 
15857            not 'VHOST'"
15858   parameters:
15859   - "throughput"
15860   - "parent"
15861   - "tags"
15862   layout:
15863     title: ""  # No title
15864     layout: "plot-throughput-speedup-analysis"
15865
15866 # Speedup - VPP IPv4 2n-skx-xxv710
15867 -
15868   type: "plot"
15869   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15870   algorithm: "plot_throughput_speedup_analysis"
15871   output-file-type: ".html"
15872   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
15873   data: "plot-throughput-speedup-analysis-2n-skx"
15874   filter: "'NIC_Intel-XXV710' and
15875            '64B' and
15876            ('BASE' or 'SCALE') and
15877            'NDRDISC' and
15878            'IP4FWD' and
15879            not 'IPSEC' and 
15880            not 'VHOST'"
15881   parameters:
15882   - "throughput"
15883   - "parent"
15884   - "tags"
15885   layout:
15886     title: ""  # No title
15887     layout: "plot-throughput-speedup-analysis"
15888
15889 -
15890   type: "plot"
15891   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15892   algorithm: "plot_throughput_speedup_analysis"
15893   output-file-type: ".html"
15894   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
15895   data: "plot-throughput-speedup-analysis-2n-skx"
15896   filter: "'NIC_Intel-XXV710' and
15897            '64B' and
15898            ('BASE' or 'SCALE') and
15899            'PDRDISC' and not 'NDRDISC' and
15900            'IP4FWD' and
15901            not 'IPSEC' and 
15902            not 'VHOST'"
15903   parameters:
15904   - "throughput"
15905   - "parent"
15906   - "tags"
15907   layout:
15908     title: ""  # No title
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 -
15912   type: "plot"
15913   title: "Speedup: ip4-2n-skx-xxv710-64b-features-ndr-tsa"
15914   algorithm: "plot_throughput_speedup_analysis"
15915   output-file-type: ".html"
15916   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-ndr-tsa"
15917   data: "plot-throughput-speedup-analysis-2n-skx"
15918   filter: "'NIC_Intel-XXV710' and
15919            '64B' and
15920            'FEATURE' and
15921            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15922            'NDRDISC' and
15923            'IP4FWD' and
15924            not 'IPSEC' and 
15925            not 'VHOST'"
15926   parameters:
15927   - "throughput"
15928   - "parent"
15929   - "tags"
15930   layout:
15931     title: ""  # No title
15932     layout: "plot-throughput-speedup-analysis"
15933
15934 -
15935   type: "plot"
15936   title: "Speedup: ip4-2n-skx-xxv710-64b-features-pdr-tsa"
15937   algorithm: "plot_throughput_speedup_analysis"
15938   output-file-type: ".html"
15939   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-features-pdr-tsa"
15940   data: "plot-throughput-speedup-analysis-2n-skx"
15941   filter: "'NIC_Intel-XXV710' and
15942            '64B' and
15943            'FEATURE' and
15944            ('ACL10' or 'ACL50') and '10k_FLOWS' and
15945            'PDRDISC' and not 'NDRDISC' and
15946            'IP4FWD' and
15947            not 'IPSEC' and 
15948            not 'VHOST'"
15949   parameters:
15950   - "throughput"
15951   - "parent"
15952   - "tags"
15953   layout:
15954     title: ""  # No title
15955     layout: "plot-throughput-speedup-analysis"
15956
15957 ################################################################################
15958
15959 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
15960 -
15961   type: "plot"
15962   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15963   algorithm: "plot_throughput_speedup_analysis"
15964   output-file-type: ".html"
15965   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15966   data: "plot-throughput-speedup-analysis-3n-hsw"
15967   filter: "'NIC_Intel-X520-DA2' and
15968            '64B' and
15969            'ENCAP' and
15970            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15971            'NDRDISC' and
15972            'IP4FWD' and
15973            not 'IPSEC' and 
15974            not 'VHOST'"
15975   parameters:
15976   - "throughput"
15977   - "parent"
15978   - "tags"
15979   layout:
15980     title: ""  # No title
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 -
15984   type: "plot"
15985   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15986   algorithm: "plot_throughput_speedup_analysis"
15987   output-file-type: ".html"
15988   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15989   data: "plot-throughput-speedup-analysis-3n-hsw"
15990   filter: "'NIC_Intel-X520-DA2' and
15991            '64B' and
15992            'ENCAP' and
15993            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
15994            'PDRDISC' and not 'NDRDISC' and
15995            'IP4FWD' and
15996            not 'IPSEC' and 
15997            not 'VHOST'"
15998   parameters:
15999   - "throughput"
16000   - "parent"
16001   - "tags"
16002   layout:
16003     title: ""  # No title
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
16007 -
16008   type: "plot"
16009   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
16010   algorithm: "plot_throughput_speedup_analysis"
16011   output-file-type: ".html"
16012   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
16013   data: "plot-throughput-speedup-analysis-3n-hsw"
16014   filter: "'NIC_Intel-X710' and
16015            '64B' and
16016            'ENCAP' and
16017            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16018            'NDRDISC' and
16019            'IP4FWD' and
16020            not 'IPSEC' and 
16021            not 'VHOST'"
16022   parameters:
16023   - "throughput"
16024   - "parent"
16025   - "tags"
16026   layout:
16027     title: ""  # No title
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 -
16031   type: "plot"
16032   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
16033   algorithm: "plot_throughput_speedup_analysis"
16034   output-file-type: ".html"
16035   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
16036   data: "plot-throughput-speedup-analysis-3n-hsw"
16037   filter: "'NIC_Intel-X710' and
16038            '64B' and
16039            'ENCAP' and
16040            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16041            'PDRDISC' and not 'NDRDISC' and
16042            'IP4FWD' and
16043            not 'IPSEC' and 
16044            not 'VHOST'"
16045   parameters:
16046   - "throughput"
16047   - "parent"
16048   - "tags"
16049   layout:
16050     title: ""  # No title
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 # Speedup - VPP IPv4 Tunnels 3n-hsw-xl710
16054 -
16055   type: "plot"
16056   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16057   algorithm: "plot_throughput_speedup_analysis"
16058   output-file-type: ".html"
16059   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16060   data: "plot-throughput-speedup-analysis-3n-hsw"
16061   filter: "'NIC_Intel-XL710' and
16062            '64B' and
16063            'ENCAP' and
16064            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16065            'NDRDISC' and
16066            'IP4FWD' and
16067            not 'IPSEC' and 
16068            not 'VHOST'"
16069   parameters:
16070   - "throughput"
16071   - "parent"
16072   - "tags"
16073   layout:
16074     title: ""  # No title
16075     layout: "plot-throughput-speedup-analysis"
16076
16077 -
16078   type: "plot"
16079   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16080   algorithm: "plot_throughput_speedup_analysis"
16081   output-file-type: ".html"
16082   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16083   data: "plot-throughput-speedup-analysis-3n-hsw"
16084   filter: "'NIC_Intel-XL710' and
16085            '64B' and
16086            'ENCAP' and
16087            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16088            'PDRDISC' and not 'NDRDISC' and
16089            'IP4FWD' and
16090            not 'IPSEC' and 
16091            not 'VHOST'"
16092   parameters:
16093   - "throughput"
16094   - "parent"
16095   - "tags"
16096   layout:
16097     title: ""  # No title
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
16101 -
16102   type: "plot"
16103   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
16104   algorithm: "plot_throughput_speedup_analysis"
16105   output-file-type: ".html"
16106   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
16107   data: "plot-throughput-speedup-analysis-3n-skx"
16108   filter: "'NIC_Intel-X710' and
16109            '64B' and
16110            'ENCAP' and
16111            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16112            'NDRDISC' and
16113            'IP4FWD' and
16114            not 'IPSEC' and 
16115            not 'VHOST'"
16116   parameters:
16117   - "throughput"
16118   - "parent"
16119   - "tags"
16120   layout:
16121     title: ""  # No title
16122     layout: "plot-throughput-speedup-analysis"
16123
16124 -
16125   type: "plot"
16126   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
16127   algorithm: "plot_throughput_speedup_analysis"
16128   output-file-type: ".html"
16129   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
16130   data: "plot-throughput-speedup-analysis-3n-skx"
16131   filter: "'NIC_Intel-X710' and
16132            '64B' and
16133            'ENCAP' and
16134            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16135            'PDRDISC' and not 'NDRDISC' and
16136            'IP4FWD' and
16137            not 'IPSEC' and 
16138            not 'VHOST'"
16139   parameters:
16140   - "throughput"
16141   - "parent"
16142   - "tags"
16143   layout:
16144     title: ""  # No title
16145     layout: "plot-throughput-speedup-analysis"
16146
16147 # Speedup - VPP IPv4 Tunnels 3n-skx-xxv710
16148 -
16149   type: "plot"
16150   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16151   algorithm: "plot_throughput_speedup_analysis"
16152   output-file-type: ".html"
16153   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16154   data: "plot-throughput-speedup-analysis-3n-skx"
16155   filter: "'NIC_Intel-XXV710' and
16156            '64B' and
16157            'ENCAP' and
16158            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16159            'NDRDISC' and
16160            'IP4FWD' and
16161            not 'IPSEC' and 
16162            not 'VHOST'"
16163   parameters:
16164   - "throughput"
16165   - "parent"
16166   - "tags"
16167   layout:
16168     title: ""  # No title
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 -
16172   type: "plot"
16173   title: "Speedup: ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16174   algorithm: "plot_throughput_speedup_analysis"
16175   output-file-type: ".html"
16176   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16177   data: "plot-throughput-speedup-analysis-3n-skx"
16178   filter: "'NIC_Intel-XXV710' and
16179            '64B' and
16180            'ENCAP' and
16181            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16182            'PDRDISC' and not 'NDRDISC' and
16183            'IP4FWD' and
16184            not 'IPSEC' and 
16185            not 'VHOST'"
16186   parameters:
16187   - "throughput"
16188   - "parent"
16189   - "tags"
16190   layout:
16191     title: ""  # No title
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 # Speedup - VPP IPv4 Tunnels 2n-skx-x710
16195 -
16196   type: "plot"
16197   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
16198   algorithm: "plot_throughput_speedup_analysis"
16199   output-file-type: ".html"
16200   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-ndr-tsa"
16201   data: "plot-throughput-speedup-analysis-2n-skx"
16202   filter: "'NIC_Intel-X710' and
16203            '64B' and
16204            'ENCAP' and
16205            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16206            'NDRDISC' and
16207            'IP4FWD' and
16208            not 'IPSEC' and 
16209            not 'VHOST'"
16210   parameters:
16211   - "throughput"
16212   - "parent"
16213   - "tags"
16214   layout:
16215     title: ""  # No title
16216     layout: "plot-throughput-speedup-analysis"
16217
16218 -
16219   type: "plot"
16220   title: "Speedup: ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
16221   algorithm: "plot_throughput_speedup_analysis"
16222   output-file-type: ".html"
16223   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-x710-64b-base_and_scale-pdr-tsa"
16224   data: "plot-throughput-speedup-analysis-2n-skx"
16225   filter: "'NIC_Intel-X710' and
16226            '64B' and
16227            'ENCAP' and
16228            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16229            'PDRDISC' and not 'NDRDISC' and
16230            'IP4FWD' and
16231            not 'IPSEC' and 
16232            not 'VHOST'"
16233   parameters:
16234   - "throughput"
16235   - "parent"
16236   - "tags"
16237   layout:
16238     title: ""  # No title
16239     layout: "plot-throughput-speedup-analysis"
16240
16241 # Speedup - VPP IPv4 Tunnels 2n-skx-xxv710
16242 -
16243   type: "plot"
16244   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16245   algorithm: "plot_throughput_speedup_analysis"
16246   output-file-type: ".html"
16247   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
16248   data: "plot-throughput-speedup-analysis-2n-skx"
16249   filter: "'NIC_Intel-XXV710' and
16250            '64B' and
16251            'ENCAP' and
16252            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16253            'NDRDISC' and
16254            'IP4FWD' and
16255            not 'IPSEC' and 
16256            not 'VHOST'"
16257   parameters:
16258   - "throughput"
16259   - "parent"
16260   - "tags"
16261   layout:
16262     title: ""  # No title
16263     layout: "plot-throughput-speedup-analysis"
16264
16265 -
16266   type: "plot"
16267   title: "Speedup: ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16268   algorithm: "plot_throughput_speedup_analysis"
16269   output-file-type: ".html"
16270   output-file: "{DIR[STATIC,VPP]}/ip4tun-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
16271   data: "plot-throughput-speedup-analysis-2n-skx"
16272   filter: "'NIC_Intel-XXV710' and
16273            '64B' and
16274            'ENCAP' and
16275            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16276            'PDRDISC' and not 'NDRDISC' and
16277            'IP4FWD' and
16278            not 'IPSEC' and 
16279            not 'VHOST'"
16280   parameters:
16281   - "throughput"
16282   - "parent"
16283   - "tags"
16284   layout:
16285     title: ""  # No title
16286     layout: "plot-throughput-speedup-analysis"
16287
16288 ################################################################################
16289
16290 # Speedup - VPP IPv6 3n-hsw-x520
16291 -
16292   type: "plot"
16293   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16294   algorithm: "plot_throughput_speedup_analysis"
16295   output-file-type: ".html"
16296   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16297   data: "plot-throughput-speedup-analysis-3n-hsw"
16298   filter: "'NIC_Intel-X520-DA2' and
16299            '78B' and
16300            ('BASE' or 'SCALE') and
16301            'NDRDISC' and
16302            'IP6FWD' and
16303            not 'SRv6' and
16304            not 'IPSEC' and
16305            not 'VHOST'"
16306   parameters:
16307   - "throughput"
16308   - "parent"
16309   - "tags"
16310   layout:
16311     title: ""  # No title
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 -
16315   type: "plot"
16316   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16317   algorithm: "plot_throughput_speedup_analysis"
16318   output-file-type: ".html"
16319   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16320   data: "plot-throughput-speedup-analysis-3n-hsw"
16321   filter: "'NIC_Intel-X520-DA2' and
16322            '78B' and
16323            ('BASE' or 'SCALE') and
16324            'PDRDISC' and not 'NDRDISC' and
16325            'IP6FWD' and
16326            not 'SRv6' and
16327            not 'IPSEC' and
16328            not 'VHOST'"
16329   parameters:
16330   - "throughput"
16331   - "parent"
16332   - "tags"
16333   layout:
16334     title: ""  # No title
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 -
16338   type: "plot"
16339   title: "Speedup: ip6-3n-hsw-x520-78b-features-ndr-tsa"
16340   algorithm: "plot_throughput_speedup_analysis"
16341   output-file-type: ".html"
16342   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-ndr-tsa"
16343   data: "plot-throughput-speedup-analysis-3n-hsw"
16344   filter: "'NIC_Intel-X520-DA2' and
16345            '78B' and
16346            'FEATURE' and
16347            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16348            'NDRDISC' and
16349            'IP6FWD' and
16350            not 'SRv6' and
16351            not 'IPSEC' and
16352            not 'VHOST'"
16353   parameters:
16354   - "throughput"
16355   - "parent"
16356   - "tags"
16357   layout:
16358     title: ""  # No title
16359     layout: "plot-throughput-speedup-analysis"
16360
16361 -
16362   type: "plot"
16363   title: "Speedup: ip6-3n-hsw-x520-78b-features-pdr-tsa"
16364   algorithm: "plot_throughput_speedup_analysis"
16365   output-file-type: ".html"
16366   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-pdr-tsa"
16367   data: "plot-throughput-speedup-analysis-3n-hsw"
16368   filter: "'NIC_Intel-X520-DA2' and
16369            '78B' and
16370            'FEATURE' and
16371            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16372            'PDRDISC' and not 'NDRDISC' and
16373            'IP6FWD' and
16374            not 'SRv6' and
16375            not 'IPSEC' and
16376            not 'VHOST'"
16377   parameters:
16378   - "throughput"
16379   - "parent"
16380   - "tags"
16381   layout:
16382     title: ""  # No title
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 # Speedup - VPP IPv6 3n-hsw-x710
16386 -
16387   type: "plot"
16388   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
16389   algorithm: "plot_throughput_speedup_analysis"
16390   output-file-type: ".html"
16391   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
16392   data: "plot-throughput-speedup-analysis-3n-hsw"
16393   filter: "'NIC_Intel-X710' and
16394            '78B' and
16395            ('BASE' or 'SCALE') and
16396            'NDRDISC' and
16397            'IP6FWD' and
16398            not 'SRv6' and
16399            not 'IPSEC' and
16400            not 'VHOST'"
16401   parameters:
16402   - "throughput"
16403   - "parent"
16404   - "tags"
16405   layout:
16406     title: ""  # No title
16407     layout: "plot-throughput-speedup-analysis"
16408
16409 -
16410   type: "plot"
16411   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
16412   algorithm: "plot_throughput_speedup_analysis"
16413   output-file-type: ".html"
16414   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
16415   data: "plot-throughput-speedup-analysis-3n-hsw"
16416   filter: "'NIC_Intel-X710' and
16417            '78B' and
16418            ('BASE' or 'SCALE') and
16419            'PDRDISC' and not 'NDRDISC' and
16420            'IP6FWD' and
16421            not 'SRv6' and
16422            not 'IPSEC' and
16423            not 'VHOST'"
16424   parameters:
16425   - "throughput"
16426   - "parent"
16427   - "tags"
16428   layout:
16429     title: ""  # No title
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 -
16433   type: "plot"
16434   title: "Speedup: ip6-3n-hsw-x710-78b-features-ndr-tsa"
16435   algorithm: "plot_throughput_speedup_analysis"
16436   output-file-type: ".html"
16437   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-ndr-tsa"
16438   data: "plot-throughput-speedup-analysis-3n-hsw"
16439   filter: "'NIC_Intel-X710' and
16440            '78B' and
16441            'FEATURE' and
16442            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16443            'NDRDISC' and
16444            'IP6FWD' and
16445            not 'SRv6' and
16446            not 'IPSEC' and
16447            not 'VHOST'"
16448   parameters:
16449   - "throughput"
16450   - "parent"
16451   - "tags"
16452   layout:
16453     title: ""  # No title
16454     layout: "plot-throughput-speedup-analysis"
16455
16456 -
16457   type: "plot"
16458   title: "Speedup: ip6-3n-hsw-x710-78b-features-pdr-tsa"
16459   algorithm: "plot_throughput_speedup_analysis"
16460   output-file-type: ".html"
16461   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-pdr-tsa"
16462   data: "plot-throughput-speedup-analysis-3n-hsw"
16463   filter: "'NIC_Intel-X710' and
16464            '78B' and
16465            'FEATURE' and
16466            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16467            'PDRDISC' and not 'NDRDISC' and
16468            'IP6FWD' and
16469            not 'SRv6' and
16470            not 'IPSEC' and
16471            not 'VHOST'"
16472   parameters:
16473   - "throughput"
16474   - "parent"
16475   - "tags"
16476   layout:
16477     title: ""  # No title
16478     layout: "plot-throughput-speedup-analysis"
16479
16480 # Speedup - VPP IPv6 3n-hsw-xl710
16481 -
16482   type: "plot"
16483   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
16484   algorithm: "plot_throughput_speedup_analysis"
16485   output-file-type: ".html"
16486   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
16487   data: "plot-throughput-speedup-analysis-3n-hsw"
16488   filter: "'NIC_Intel-XL710' and
16489            '78B' and
16490            ('BASE' or 'SCALE') and
16491            'NDRDISC' and
16492            'IP6FWD' and
16493            not 'SRv6' and
16494            not 'IPSEC' and
16495            not 'VHOST'"
16496   parameters:
16497   - "throughput"
16498   - "parent"
16499   - "tags"
16500   layout:
16501     title: ""  # No title
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 -
16505   type: "plot"
16506   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
16507   algorithm: "plot_throughput_speedup_analysis"
16508   output-file-type: ".html"
16509   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
16510   data: "plot-throughput-speedup-analysis-3n-hsw"
16511   filter: "'NIC_Intel-XL710' and
16512            '78B' and
16513            ('BASE' or 'SCALE') and
16514            'PDRDISC' and not 'NDRDISC' and
16515            'IP6FWD' and
16516            not 'SRv6' and
16517            not 'IPSEC' and
16518            not 'VHOST'"
16519   parameters:
16520   - "throughput"
16521   - "parent"
16522   - "tags"
16523   layout:
16524     title: ""  # No title
16525     layout: "plot-throughput-speedup-analysis"
16526
16527 # Speedup - VPP IPv6 3n-skx-x710
16528 -
16529   type: "plot"
16530   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
16531   algorithm: "plot_throughput_speedup_analysis"
16532   output-file-type: ".html"
16533   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
16534   data: "plot-throughput-speedup-analysis-3n-skx"
16535   filter: "'NIC_Intel-X710' and
16536            '78B' and
16537            ('BASE' or 'SCALE') and
16538            'NDRDISC' and
16539            'IP6FWD' and
16540            not 'SRv6' and
16541            not 'IPSEC' and
16542            not 'VHOST'"
16543   parameters:
16544   - "throughput"
16545   - "parent"
16546   - "tags"
16547   layout:
16548     title: ""  # No title
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 -
16552   type: "plot"
16553   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
16554   algorithm: "plot_throughput_speedup_analysis"
16555   output-file-type: ".html"
16556   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
16557   data: "plot-throughput-speedup-analysis-3n-skx"
16558   filter: "'NIC_Intel-X710' and
16559            '78B' and
16560            ('BASE' or 'SCALE') and
16561            'PDRDISC' and not 'NDRDISC' and
16562            'IP6FWD' and
16563            not 'SRv6' and
16564            not 'IPSEC' and
16565            not 'VHOST'"
16566   parameters:
16567   - "throughput"
16568   - "parent"
16569   - "tags"
16570   layout:
16571     title: ""  # No title
16572     layout: "plot-throughput-speedup-analysis"
16573
16574 -
16575   type: "plot"
16576   title: "Speedup: ip6-3n-skx-x710-78b-features-ndr-tsa"
16577   algorithm: "plot_throughput_speedup_analysis"
16578   output-file-type: ".html"
16579   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-ndr-tsa"
16580   data: "plot-throughput-speedup-analysis-3n-skx"
16581   filter: "'NIC_Intel-X710' and
16582            '78B' and
16583            'FEATURE' and
16584            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16585            'NDRDISC' and
16586            'IP6FWD' and
16587            not 'SRv6' and
16588            not 'IPSEC' and
16589            not 'VHOST'"
16590   parameters:
16591   - "throughput"
16592   - "parent"
16593   - "tags"
16594   layout:
16595     title: ""  # No title
16596     layout: "plot-throughput-speedup-analysis"
16597
16598 -
16599   type: "plot"
16600   title: "Speedup: ip6-3n-skx-x710-78b-features-pdr-tsa"
16601   algorithm: "plot_throughput_speedup_analysis"
16602   output-file-type: ".html"
16603   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-pdr-tsa"
16604   data: "plot-throughput-speedup-analysis-3n-skx"
16605   filter: "'NIC_Intel-X710' and
16606            '78B' and
16607            'FEATURE' and
16608            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16609            'PDRDISC' and not 'NDRDISC' and
16610            'IP6FWD' and
16611            not 'SRv6' and
16612            not 'IPSEC' and
16613            not 'VHOST'"
16614   parameters:
16615   - "throughput"
16616   - "parent"
16617   - "tags"
16618   layout:
16619     title: ""  # No title
16620     layout: "plot-throughput-speedup-analysis"
16621
16622 # Speedup - VPP IPv6 3n-skx-xxv710
16623 -
16624   type: "plot"
16625   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16626   algorithm: "plot_throughput_speedup_analysis"
16627   output-file-type: ".html"
16628   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16629   data: "plot-throughput-speedup-analysis-3n-skx"
16630   filter: "'NIC_Intel-XXV710' and
16631            '78B' and
16632            ('BASE' or 'SCALE') and
16633            'NDRDISC' and
16634            'IP6FWD' and
16635            not 'SRv6' and
16636            not 'IPSEC' and
16637            not 'VHOST'"
16638   parameters:
16639   - "throughput"
16640   - "parent"
16641   - "tags"
16642   layout:
16643     title: ""  # No title
16644     layout: "plot-throughput-speedup-analysis"
16645
16646 -
16647   type: "plot"
16648   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16649   algorithm: "plot_throughput_speedup_analysis"
16650   output-file-type: ".html"
16651   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16652   data: "plot-throughput-speedup-analysis-3n-skx"
16653   filter: "'NIC_Intel-XXV710' and
16654            '78B' and
16655            ('BASE' or 'SCALE') and
16656            'PDRDISC' and not 'NDRDISC' and
16657            'IP6FWD' and
16658            not 'SRv6' and
16659            not 'IPSEC' and
16660            not 'VHOST'"
16661   parameters:
16662   - "throughput"
16663   - "parent"
16664   - "tags"
16665   layout:
16666     title: ""  # No title
16667     layout: "plot-throughput-speedup-analysis"
16668
16669 -
16670   type: "plot"
16671   title: "Speedup: ip6-3n-skx-xxv710-78b-features-ndr-tsa"
16672   algorithm: "plot_throughput_speedup_analysis"
16673   output-file-type: ".html"
16674   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-ndr-tsa"
16675   data: "plot-throughput-speedup-analysis-3n-skx"
16676   filter: "'NIC_Intel-XXV710' and
16677            '78B' and
16678            'FEATURE' and
16679            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16680            'NDRDISC' and
16681            'IP6FWD' and
16682            not 'SRv6' and
16683            not 'IPSEC' and
16684            not 'VHOST'"
16685   parameters:
16686   - "throughput"
16687   - "parent"
16688   - "tags"
16689   layout:
16690     title: ""  # No title
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 -
16694   type: "plot"
16695   title: "Speedup: ip6-3n-skx-xxv710-78b-features-pdr-tsa"
16696   algorithm: "plot_throughput_speedup_analysis"
16697   output-file-type: ".html"
16698   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-pdr-tsa"
16699   data: "plot-throughput-speedup-analysis-3n-skx"
16700   filter: "'NIC_Intel-XXV710' and
16701            '78B' and
16702            'FEATURE' and
16703            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16704            'PDRDISC' and not 'NDRDISC' and
16705            'IP6FWD' and
16706            not 'SRv6' and
16707            not 'IPSEC' and
16708            not 'VHOST'"
16709   parameters:
16710   - "throughput"
16711   - "parent"
16712   - "tags"
16713   layout:
16714     title: ""  # No title
16715     layout: "plot-throughput-speedup-analysis"
16716
16717 # Speedup - VPP IPv6 2n-skx-x710
16718 -
16719   type: "plot"
16720   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
16721   algorithm: "plot_throughput_speedup_analysis"
16722   output-file-type: ".html"
16723   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
16724   data: "plot-throughput-speedup-analysis-2n-skx"
16725   filter: "'NIC_Intel-X710' and
16726            '78B' and
16727            ('BASE' or 'SCALE') and
16728            'NDRDISC' and
16729            'IP6FWD' and
16730            not 'SRv6' and
16731            not 'IPSEC' and
16732            not 'VHOST'"
16733   parameters:
16734   - "throughput"
16735   - "parent"
16736   - "tags"
16737   layout:
16738     title: ""  # No title
16739     layout: "plot-throughput-speedup-analysis"
16740
16741 -
16742   type: "plot"
16743   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
16744   algorithm: "plot_throughput_speedup_analysis"
16745   output-file-type: ".html"
16746   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
16747   data: "plot-throughput-speedup-analysis-2n-skx"
16748   filter: "'NIC_Intel-X710' and
16749            '78B' and
16750            ('BASE' or 'SCALE') and
16751            'PDRDISC' and not 'NDRDISC' and
16752            'IP6FWD' and
16753            not 'IPSEC' and
16754            not 'VHOST'"
16755   parameters:
16756   - "throughput"
16757   - "parent"
16758   - "tags"
16759   layout:
16760     title: ""  # No title
16761     layout: "plot-throughput-speedup-analysis"
16762
16763 -
16764   type: "plot"
16765   title: "Speedup: ip6-2n-skx-x710-78b-features-ndr-tsa"
16766   algorithm: "plot_throughput_speedup_analysis"
16767   output-file-type: ".html"
16768   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-ndr-tsa"
16769   data: "plot-throughput-speedup-analysis-2n-skx"
16770   filter: "'NIC_Intel-X710' and
16771            '78B' and
16772            'FEATURE' and
16773            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16774            'NDRDISC' and
16775            'IP6FWD' and
16776            not 'SRv6' and
16777            not 'IPSEC' and
16778            not 'VHOST'"
16779   parameters:
16780   - "throughput"
16781   - "parent"
16782   - "tags"
16783   layout:
16784     title: ""  # No title
16785     layout: "plot-throughput-speedup-analysis"
16786
16787 -
16788   type: "plot"
16789   title: "Speedup: ip6-2n-skx-x710-78b-features-pdr-tsa"
16790   algorithm: "plot_throughput_speedup_analysis"
16791   output-file-type: ".html"
16792   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-features-pdr-tsa"
16793   data: "plot-throughput-speedup-analysis-2n-skx"
16794   filter: "'NIC_Intel-X710' and
16795            '78B' and
16796            'FEATURE' and
16797            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16798            'PDRDISC' and not 'NDRDISC' and
16799            'IP6FWD' and
16800            not 'SRv6' and
16801            not 'IPSEC' and
16802            not 'VHOST'"
16803   parameters:
16804   - "throughput"
16805   - "parent"
16806   - "tags"
16807   layout:
16808     title: ""  # No title
16809     layout: "plot-throughput-speedup-analysis"
16810
16811 # Speedup - VPP IPv6 2n-skx-xxv710
16812 -
16813   type: "plot"
16814   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16815   algorithm: "plot_throughput_speedup_analysis"
16816   output-file-type: ".html"
16817   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
16818   data: "plot-throughput-speedup-analysis-2n-skx"
16819   filter: "'NIC_Intel-XXV710' and
16820            '78B' and
16821            ('BASE' or 'SCALE') and
16822            'NDRDISC' and
16823            'IP6FWD' and
16824            not 'SRv6' and
16825            not 'IPSEC' and
16826            not 'VHOST'"
16827   parameters:
16828   - "throughput"
16829   - "parent"
16830   - "tags"
16831   layout:
16832     title: ""  # No title
16833     layout: "plot-throughput-speedup-analysis"
16834
16835 -
16836   type: "plot"
16837   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16838   algorithm: "plot_throughput_speedup_analysis"
16839   output-file-type: ".html"
16840   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
16841   data: "plot-throughput-speedup-analysis-2n-skx"
16842   filter: "'NIC_Intel-XXV710' and
16843            '78B' and
16844            ('BASE' or 'SCALE') and
16845            'PDRDISC' and not 'NDRDISC' and
16846            'IP6FWD' and
16847            not 'SRv6' and
16848            not 'IPSEC' and
16849            not 'VHOST'"
16850   parameters:
16851   - "throughput"
16852   - "parent"
16853   - "tags"
16854   layout:
16855     title: ""  # No title
16856     layout: "plot-throughput-speedup-analysis"
16857
16858 -
16859   type: "plot"
16860   title: "Speedup: ip6-2n-skx-xxv710-78b-features-ndr-tsa"
16861   algorithm: "plot_throughput_speedup_analysis"
16862   output-file-type: ".html"
16863   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-ndr-tsa"
16864   data: "plot-throughput-speedup-analysis-2n-skx"
16865   filter: "'NIC_Intel-XXV710' and
16866            '78B' and
16867            'FEATURE' and
16868            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16869            'NDRDISC' and
16870            'IP6FWD' and
16871            not 'SRv6' and
16872            not 'IPSEC' and
16873            not 'VHOST'"
16874   parameters:
16875   - "throughput"
16876   - "parent"
16877   - "tags"
16878   layout:
16879     title: ""  # No title
16880     layout: "plot-throughput-speedup-analysis"
16881
16882 -
16883   type: "plot"
16884   title: "Speedup: ip6-2n-skx-xxv710-78b-features-pdr-tsa"
16885   algorithm: "plot_throughput_speedup_analysis"
16886   output-file-type: ".html"
16887   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-features-pdr-tsa"
16888   data: "plot-throughput-speedup-analysis-2n-skx"
16889   filter: "'NIC_Intel-XXV710' and
16890            '78B' and
16891            'FEATURE' and
16892            ('ACL10' or 'ACL50') and '10k_FLOWS' and
16893            'PDRDISC' and not 'NDRDISC' and
16894            'IP6FWD' and
16895            not 'SRv6' and
16896            not 'IPSEC' and
16897            not 'VHOST'"
16898   parameters:
16899   - "throughput"
16900   - "parent"
16901   - "tags"
16902   layout:
16903     title: ""  # No title
16904     layout: "plot-throughput-speedup-analysis"
16905
16906 ################################################################################
16907
16908 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
16909 -
16910   type: "plot"
16911   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16912   algorithm: "plot_throughput_speedup_analysis"
16913   output-file-type: ".html"
16914   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
16915   data: "plot-throughput-speedup-analysis-3n-hsw"
16916   filter: "'NIC_Intel-X520-DA2' and
16917            '78B' and
16918            'ENCAP' and
16919            'NDRDISC' and
16920            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16921            not 'VHOST'"
16922   parameters:
16923   - "throughput"
16924   - "parent"
16925   - "tags"
16926   layout:
16927     title: ""  # No title
16928     layout: "plot-throughput-speedup-analysis"
16929
16930 -
16931   type: "plot"
16932   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16933   algorithm: "plot_throughput_speedup_analysis"
16934   output-file-type: ".html"
16935   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
16936   data: "plot-throughput-speedup-analysis-3n-hsw"
16937   filter: "'NIC_Intel-X520-DA2' and
16938            '78B' and
16939            'ENCAP' and
16940            'PDRDISC' and not 'NDRDISC' and
16941            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
16942            not 'VHOST'"
16943   parameters:
16944   - "throughput"
16945   - "parent"
16946   - "tags"
16947   layout:
16948     title: ""  # No title
16949     layout: "plot-throughput-speedup-analysis"
16950
16951 ################################################################################
16952
16953 # Speedup - VPP IPSec 3n-hsw-xl710
16954 -
16955   type: "plot"
16956   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16957   algorithm: "plot_throughput_speedup_analysis"
16958   output-file-type: ".html"
16959   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
16960   data: "plot-throughput-speedup-analysis-3n-hsw"
16961   filter: "'NIC_Intel-XL710' and
16962            '64B' and
16963            'IP4FWD' and
16964            'NDRDISC' and
16965            'IPSECHW' and
16966            ('IPSECTRAN' or 'IPSECTUN') and
16967            not 'VHOST'"
16968   parameters:
16969   - "throughput"
16970   - "parent"
16971   - "tags"
16972   layout:
16973     title: ""  # No title
16974     layout: "plot-throughput-speedup-analysis"
16975
16976 -
16977   type: "plot"
16978   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16979   algorithm: "plot_throughput_speedup_analysis"
16980   output-file-type: ".html"
16981   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
16982   data: "plot-throughput-speedup-analysis-3n-hsw"
16983   filter: "'NIC_Intel-XL710' and
16984            '64B' and
16985            'IP4FWD' and
16986            'PDRDISC' and not 'NDRDISC' and
16987            'IPSECHW' and
16988            ('IPSECTRAN' or 'IPSECTUN') and
16989            not 'VHOST'"
16990   parameters:
16991   - "throughput"
16992   - "parent"
16993   - "tags"
16994   layout:
16995     title: ""  # No title
16996     layout: "plot-throughput-speedup-analysis"
16997
16998 ################################################################################
16999
17000 # Speedup - VPP SRv6 3n-hsw-x520
17001 -
17002   type: "plot"
17003   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
17004   algorithm: "plot_throughput_speedup_analysis"
17005   output-file-type: ".html"
17006   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
17007   data: "plot-throughput-speedup-analysis-3n-hsw"
17008   filter: "'NIC_Intel-X520-DA2' and
17009            '78B' and
17010            'FEATURE' and
17011            'NDRDISC' and
17012            'IP6FWD' and
17013            'SRv6'"
17014   parameters:
17015   - "throughput"
17016   - "parent"
17017   - "tags"
17018   layout:
17019     title: ""  # No title
17020     layout: "plot-throughput-speedup-analysis"
17021
17022 -
17023   type: "plot"
17024   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
17025   algorithm: "plot_throughput_speedup_analysis"
17026   output-file-type: ".html"
17027   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
17028   data: "plot-throughput-speedup-analysis-3n-hsw"
17029   filter: "'NIC_Intel-X520-DA2' and
17030            '78B' and
17031            'FEATURE' and
17032            'PDRDISC' and not 'NDRDISC' and
17033            'IP6FWD' and
17034            'SRv6'"
17035   parameters:
17036   - "throughput"
17037   - "parent"
17038   - "tags"
17039   layout:
17040     title: ""  # No title
17041     layout: "plot-throughput-speedup-analysis"
17042
17043 ################################################################################
17044
17045 # Speedup - VPP L2 3n-hsw-x520
17046 -
17047   type: "plot"
17048   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17049   algorithm: "plot_throughput_speedup_analysis"
17050   output-file-type: ".html"
17051   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17052   data: "plot-throughput-speedup-analysis-3n-hsw"
17053   filter: "'NIC_Intel-X520-DA2' and
17054            '64B' and
17055            ('BASE' or 'SCALE') and
17056            'NDRDISC' and
17057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17058            not 'VHOST' and
17059            not 'MEMIF'"
17060   parameters:
17061   - "throughput"
17062   - "parent"
17063   - "tags"
17064   layout:
17065     title: ""  # No title
17066     layout: "plot-throughput-speedup-analysis"
17067
17068 -
17069   type: "plot"
17070   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17071   algorithm: "plot_throughput_speedup_analysis"
17072   output-file-type: ".html"
17073   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17074   data: "plot-throughput-speedup-analysis-3n-hsw"
17075   filter: "'NIC_Intel-X520-DA2' and
17076            '64B' and
17077            ('BASE' or 'SCALE') and
17078            'PDRDISC' and not 'NDRDISC' and
17079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17080            not 'VHOST' and
17081            not 'MEMIF'"
17082   parameters:
17083   - "throughput"
17084   - "parent"
17085   - "tags"
17086   layout:
17087     title: ""  # No title
17088     layout: "plot-throughput-speedup-analysis"
17089
17090 -
17091   type: "plot"
17092   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
17093   algorithm: "plot_throughput_speedup_analysis"
17094   output-file-type: ".html"
17095   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
17096   data: "plot-throughput-speedup-analysis-3n-hsw"
17097   filter: "'NIC_Intel-X520-DA2' and
17098            '64B' and
17099            'FEATURE' and
17100            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17101            'NDRDISC' and
17102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17103            not 'VHOST' and
17104            not 'MEMIF'"
17105   parameters:
17106   - "throughput"
17107   - "parent"
17108   - "tags"
17109   layout:
17110     title: ""  # No title
17111     layout: "plot-throughput-speedup-analysis"
17112
17113 -
17114   type: "plot"
17115   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
17116   algorithm: "plot_throughput_speedup_analysis"
17117   output-file-type: ".html"
17118   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
17119   data: "plot-throughput-speedup-analysis-3n-hsw"
17120   filter: "'NIC_Intel-X520-DA2' and
17121            '64B' and
17122            'FEATURE' and
17123            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17124            'PDRDISC' and not 'NDRDISC' and
17125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17126            not 'VHOST' and
17127            not 'MEMIF'"
17128   parameters:
17129   - "throughput"
17130   - "parent"
17131   - "tags"
17132   layout:
17133     title: ""  # No title
17134     layout: "plot-throughput-speedup-analysis"
17135
17136 # Speedup - VPP L2 3n-hsw-x710
17137 -
17138   type: "plot"
17139   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17140   algorithm: "plot_throughput_speedup_analysis"
17141   output-file-type: ".html"
17142   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17143   data: "plot-throughput-speedup-analysis-3n-hsw"
17144   filter: "'NIC_Intel-X710' and
17145            '64B' and
17146            ('BASE' or 'SCALE') and
17147            'NDRDISC' and
17148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17149            not 'VHOST' and
17150            not 'MEMIF'"
17151   parameters:
17152   - "throughput"
17153   - "parent"
17154   - "tags"
17155   layout:
17156     title: ""  # No title
17157     layout: "plot-throughput-speedup-analysis"
17158
17159 -
17160   type: "plot"
17161   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17162   algorithm: "plot_throughput_speedup_analysis"
17163   output-file-type: ".html"
17164   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17165   data: "plot-throughput-speedup-analysis-3n-hsw"
17166   filter: "'NIC_Intel-X710' and
17167            '64B' and
17168            ('BASE' or 'SCALE') and
17169            'PDRDISC' and not 'NDRDISC' and
17170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17171            not 'VHOST' and
17172            not 'MEMIF'"
17173   parameters:
17174   - "throughput"
17175   - "parent"
17176   - "tags"
17177   layout:
17178     title: ""  # No title
17179     layout: "plot-throughput-speedup-analysis"
17180
17181 -
17182   type: "plot"
17183   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
17184   algorithm: "plot_throughput_speedup_analysis"
17185   output-file-type: ".html"
17186   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
17187   data: "plot-throughput-speedup-analysis-3n-hsw"
17188   filter: "'NIC_Intel-X710' and
17189            '64B' and
17190            'FEATURE' and
17191            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17192            'NDRDISC' and
17193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17194            not 'VHOST' and
17195            not 'MEMIF'"
17196   parameters:
17197   - "throughput"
17198   - "parent"
17199   - "tags"
17200   layout:
17201     title: ""  # No title
17202     layout: "plot-throughput-speedup-analysis"
17203
17204 -
17205   type: "plot"
17206   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
17207   algorithm: "plot_throughput_speedup_analysis"
17208   output-file-type: ".html"
17209   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
17210   data: "plot-throughput-speedup-analysis-3n-hsw"
17211   filter: "'NIC_Intel-X710' and
17212            '64B' and
17213            'FEATURE' and
17214            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17215            'PDRDISC' and not 'NDRDISC' and
17216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17217            not 'VHOST' and
17218            not 'MEMIF'"
17219   parameters:
17220   - "throughput"
17221   - "parent"
17222   - "tags"
17223   layout:
17224     title: ""  # No title
17225     layout: "plot-throughput-speedup-analysis"
17226
17227 # Speedup - VPP L2 3n-hsw-xl710
17228 -
17229   type: "plot"
17230   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17231   algorithm: "plot_throughput_speedup_analysis"
17232   output-file-type: ".html"
17233   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17234   data: "plot-throughput-speedup-analysis-3n-hsw"
17235   filter: "'NIC_Intel-XL710' and
17236            '64B' and
17237            ('BASE' or 'SCALE') and
17238            'NDRDISC' and
17239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17240            not 'VHOST' and
17241            not 'MEMIF'"
17242   parameters:
17243   - "throughput"
17244   - "parent"
17245   - "tags"
17246   layout:
17247     title: ""  # No title
17248     layout: "plot-throughput-speedup-analysis"
17249
17250 -
17251   type: "plot"
17252   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17253   algorithm: "plot_throughput_speedup_analysis"
17254   output-file-type: ".html"
17255   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17256   data: "plot-throughput-speedup-analysis-3n-hsw"
17257   filter: "'NIC_Intel-XL710' and
17258            '64B' and
17259            ('BASE' or 'SCALE') and
17260            'PDRDISC' and not 'NDRDISC' and
17261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17262            not 'VHOST' and
17263            not 'MEMIF'"
17264   parameters:
17265   - "throughput"
17266   - "parent"
17267   - "tags"
17268   layout:
17269     title: ""  # No title
17270     layout: "plot-throughput-speedup-analysis"
17271
17272 # Speedup - VPP L2 3n-skx-x710
17273 -
17274   type: "plot"
17275   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
17276   algorithm: "plot_throughput_speedup_analysis"
17277   output-file-type: ".html"
17278   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
17279   data: "plot-throughput-speedup-analysis-3n-skx"
17280   filter: "'NIC_Intel-X710' and
17281            '64B' and
17282            ('BASE' or 'SCALE') and
17283            'NDRDISC' and
17284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17285            not 'VHOST' and
17286            not 'MEMIF'"
17287   parameters:
17288   - "throughput"
17289   - "parent"
17290   - "tags"
17291   layout:
17292     title: ""  # No title
17293     layout: "plot-throughput-speedup-analysis"
17294
17295 -
17296   type: "plot"
17297   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
17298   algorithm: "plot_throughput_speedup_analysis"
17299   output-file-type: ".html"
17300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
17301   data: "plot-throughput-speedup-analysis-3n-skx"
17302   filter: "'NIC_Intel-X710' and
17303            '64B' and
17304            ('BASE' or 'SCALE') and
17305            'PDRDISC' and not 'NDRDISC' and
17306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17307            not 'VHOST' and
17308            not 'MEMIF'"
17309   parameters:
17310   - "throughput"
17311   - "parent"
17312   - "tags"
17313   layout:
17314     title: ""  # No title
17315     layout: "plot-throughput-speedup-analysis"
17316
17317 -
17318   type: "plot"
17319   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
17320   algorithm: "plot_throughput_speedup_analysis"
17321   output-file-type: ".html"
17322   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
17323   data: "plot-throughput-speedup-analysis-3n-skx"
17324   filter: "'NIC_Intel-X710' and
17325            '64B' and
17326            'FEATURE' and
17327            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17328            'NDRDISC' and
17329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17330            not 'VHOST' and
17331            not 'MEMIF'"
17332   parameters:
17333   - "throughput"
17334   - "parent"
17335   - "tags"
17336   layout:
17337     title: ""  # No title
17338     layout: "plot-throughput-speedup-analysis"
17339
17340 -
17341   type: "plot"
17342   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
17343   algorithm: "plot_throughput_speedup_analysis"
17344   output-file-type: ".html"
17345   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
17346   data: "plot-throughput-speedup-analysis-3n-skx"
17347   filter: "'NIC_Intel-X710' and
17348            '64B' and
17349            'FEATURE' and
17350            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17351            'PDRDISC' and not 'NDRDISC' and
17352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17353            not 'VHOST' and
17354            not 'MEMIF'"
17355   parameters:
17356   - "throughput"
17357   - "parent"
17358   - "tags"
17359   layout:
17360     title: ""  # No title
17361     layout: "plot-throughput-speedup-analysis"
17362
17363 # Speedup - VPP L2 3n-skx-xxv710
17364 -
17365   type: "plot"
17366   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17367   algorithm: "plot_throughput_speedup_analysis"
17368   output-file-type: ".html"
17369   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17370   data: "plot-throughput-speedup-analysis-3n-skx"
17371   filter: "'NIC_Intel-XXV710' and
17372            '64B' and
17373            ('BASE' or 'SCALE') and
17374            'NDRDISC' and
17375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17376            not 'VHOST' and
17377            not 'MEMIF'"
17378   parameters:
17379   - "throughput"
17380   - "parent"
17381   - "tags"
17382   layout:
17383     title: ""  # No title
17384     layout: "plot-throughput-speedup-analysis"
17385
17386 -
17387   type: "plot"
17388   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17389   algorithm: "plot_throughput_speedup_analysis"
17390   output-file-type: ".html"
17391   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17392   data: "plot-throughput-speedup-analysis-3n-skx"
17393   filter: "'NIC_Intel-XXV710' and
17394            '64B' and
17395            ('BASE' or 'SCALE') and
17396            'PDRDISC' and not 'NDRDISC' and
17397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17398            not 'VHOST' and
17399            not 'MEMIF'"
17400   parameters:
17401   - "throughput"
17402   - "parent"
17403   - "tags"
17404   layout:
17405     title: ""  # No title
17406     layout: "plot-throughput-speedup-analysis"
17407
17408 -
17409   type: "plot"
17410   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
17411   algorithm: "plot_throughput_speedup_analysis"
17412   output-file-type: ".html"
17413   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
17414   data: "plot-throughput-speedup-analysis-3n-skx"
17415   filter: "'NIC_Intel-XXV710' and
17416            '64B' and
17417            'FEATURE' and
17418            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17419            'NDRDISC' and
17420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17421            not 'VHOST' and
17422            not 'MEMIF'"
17423   parameters:
17424   - "throughput"
17425   - "parent"
17426   - "tags"
17427   layout:
17428     title: ""  # No title
17429     layout: "plot-throughput-speedup-analysis"
17430
17431 -
17432   type: "plot"
17433   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
17434   algorithm: "plot_throughput_speedup_analysis"
17435   output-file-type: ".html"
17436   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
17437   data: "plot-throughput-speedup-analysis-3n-skx"
17438   filter: "'NIC_Intel-XXV710' and
17439            '64B' and
17440            'FEATURE' and
17441            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17442            'PDRDISC' and not 'NDRDISC' and
17443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17444            not 'VHOST' and
17445            not 'MEMIF'"
17446   parameters:
17447   - "throughput"
17448   - "parent"
17449   - "tags"
17450   layout:
17451     title: ""  # No title
17452     layout: "plot-throughput-speedup-analysis"
17453
17454 # Speedup - VPP L2 2n-skx-x710
17455 -
17456   type: "plot"
17457   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
17458   algorithm: "plot_throughput_speedup_analysis"
17459   output-file-type: ".html"
17460   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
17461   data: "plot-throughput-speedup-analysis-2n-skx"
17462   filter: "'NIC_Intel-X710' and
17463            '64B' and
17464            ('BASE' or 'SCALE') and
17465            'NDRDISC' and
17466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17467            not 'VHOST' and
17468            not 'MEMIF'"
17469   parameters:
17470   - "throughput"
17471   - "parent"
17472   - "tags"
17473   layout:
17474     title: ""  # No title
17475     layout: "plot-throughput-speedup-analysis"
17476
17477 -
17478   type: "plot"
17479   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
17480   algorithm: "plot_throughput_speedup_analysis"
17481   output-file-type: ".html"
17482   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
17483   data: "plot-throughput-speedup-analysis-2n-skx"
17484   filter: "'NIC_Intel-X710' and
17485            '64B' and
17486            ('BASE' or 'SCALE') and
17487            'PDRDISC' and not 'NDRDISC' and
17488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17489            not 'VHOST' and
17490            not 'MEMIF'"
17491   parameters:
17492   - "throughput"
17493   - "parent"
17494   - "tags"
17495   layout:
17496     title: ""  # No title
17497     layout: "plot-throughput-speedup-analysis"
17498
17499 -
17500   type: "plot"
17501   title: "Speedup: l2sw-2n-skx-x710-64b-features-ndr-tsa"
17502   algorithm: "plot_throughput_speedup_analysis"
17503   output-file-type: ".html"
17504   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-ndr-tsa"
17505   data: "plot-throughput-speedup-analysis-2n-skx"
17506   filter: "'NIC_Intel-X710' and
17507            '64B' and
17508            'FEATURE' and
17509            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17510            'NDRDISC' and
17511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17512            not 'VHOST' and
17513            not 'MEMIF'"
17514   parameters:
17515   - "throughput"
17516   - "parent"
17517   - "tags"
17518   layout:
17519     title: ""  # No title
17520     layout: "plot-throughput-speedup-analysis"
17521
17522 -
17523   type: "plot"
17524   title: "Speedup: l2sw-2n-skx-x710-64b-features-pdr-tsa"
17525   algorithm: "plot_throughput_speedup_analysis"
17526   output-file-type: ".html"
17527   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-features-pdr-tsa"
17528   data: "plot-throughput-speedup-analysis-2n-skx"
17529   filter: "'NIC_Intel-X710' and
17530            '64B' and
17531            'FEATURE' and
17532            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17533            'PDRDISC' and not 'NDRDISC' and
17534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17535            not 'VHOST' and
17536            not 'MEMIF'"
17537   parameters:
17538   - "throughput"
17539   - "parent"
17540   - "tags"
17541   layout:
17542     title: ""  # No title
17543     layout: "plot-throughput-speedup-analysis"
17544
17545 # Speedup - VPP L2 2n-skx-xxv710
17546 -
17547   type: "plot"
17548   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17549   algorithm: "plot_throughput_speedup_analysis"
17550   output-file-type: ".html"
17551   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
17552   data: "plot-throughput-speedup-analysis-2n-skx"
17553   filter: "'NIC_Intel-XXV710' and
17554            '64B' and
17555            ('BASE' or 'SCALE') and
17556            'NDRDISC' and
17557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17558            not 'VHOST' and
17559            not 'MEMIF'"
17560   parameters:
17561   - "throughput"
17562   - "parent"
17563   - "tags"
17564   layout:
17565     title: ""  # No title
17566     layout: "plot-throughput-speedup-analysis"
17567
17568 -
17569   type: "plot"
17570   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17571   algorithm: "plot_throughput_speedup_analysis"
17572   output-file-type: ".html"
17573   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
17574   data: "plot-throughput-speedup-analysis-2n-skx"
17575   filter: "'NIC_Intel-XXV710' and
17576            '64B' and
17577            ('BASE' or 'SCALE') and
17578            'PDRDISC' and not 'NDRDISC' and
17579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17580            not 'VHOST' and
17581            not 'MEMIF'"
17582   parameters:
17583   - "throughput"
17584   - "parent"
17585   - "tags"
17586   layout:
17587     title: ""  # No title
17588     layout: "plot-throughput-speedup-analysis"
17589
17590 -
17591   type: "plot"
17592   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
17593   algorithm: "plot_throughput_speedup_analysis"
17594   output-file-type: ".html"
17595   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-ndr-tsa"
17596   data: "plot-throughput-speedup-analysis-2n-skx"
17597   filter: "'NIC_Intel-XXV710' and
17598            '64B' and
17599            'FEATURE' and
17600            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17601            'NDRDISC' and
17602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17603            not 'VHOST' and
17604            not 'MEMIF'"
17605   parameters:
17606   - "throughput"
17607   - "parent"
17608   - "tags"
17609   layout:
17610     title: ""  # No title
17611     layout: "plot-throughput-speedup-analysis"
17612
17613 -
17614   type: "plot"
17615   title: "Speedup: l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
17616   algorithm: "plot_throughput_speedup_analysis"
17617   output-file-type: ".html"
17618   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-features-pdr-tsa"
17619   data: "plot-throughput-speedup-analysis-2n-skx"
17620   filter: "'NIC_Intel-XXV710' and
17621            '64B' and
17622            'FEATURE' and
17623            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17624            'PDRDISC' and not 'NDRDISC' and
17625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17626            not 'VHOST' and
17627            not 'MEMIF'"
17628   parameters:
17629   - "throughput"
17630   - "parent"
17631   - "tags"
17632   layout:
17633     title: ""  # No title
17634     layout: "plot-throughput-speedup-analysis"
17635
17636 ################################################################################
17637
17638 # Speedup - VPP vhost ip4 3n-hsw-x520
17639 -
17640   type: "plot"
17641   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17642   algorithm: "plot_throughput_speedup_analysis"
17643   output-file-type: ".html"
17644   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17645   data: "plot-throughput-speedup-analysis-3n-hsw"
17646   filter: "'NIC_Intel-X520-DA2' and
17647            '64B' and 
17648            'NDRDISC' and
17649            'VHOST' and 
17650            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17651   parameters:
17652   - "throughput"
17653   - "parent"
17654   - "tags"
17655   layout:
17656     title: ""  # No title
17657     layout: "plot-throughput-speedup-analysis"
17658
17659 -
17660   type: "plot"
17661   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17662   algorithm: "plot_throughput_speedup_analysis"
17663   output-file-type: ".html"
17664   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17665   data: "plot-throughput-speedup-analysis-3n-hsw"
17666   filter: "'NIC_Intel-X520-DA2' and
17667            '64B' and 
17668            'PDRDISC' and not 'NDRDISC' and
17669            'VHOST' and 
17670            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17671   parameters:
17672   - "throughput"
17673   - "parent"
17674   - "tags"
17675   layout:
17676     title: ""  # No title
17677     layout: "plot-throughput-speedup-analysis"
17678
17679 # Speedup - VPP vhost l2sw 3n-hsw-x520
17680 -
17681   type: "plot"
17682   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17683   algorithm: "plot_throughput_speedup_analysis"
17684   output-file-type: ".html"
17685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
17686   data: "plot-throughput-speedup-analysis-3n-hsw"
17687   filter: "'NIC_Intel-X520-DA2' and
17688            '64B' and 
17689            'NDRDISC' and
17690            'VHOST' and 
17691            not 'VXLAN' and 
17692            not 'IP4FWD' and 
17693            not 'DOT1Q' and 
17694            not '2VM'"
17695   parameters:
17696   - "throughput"
17697   - "parent"
17698   - "tags"
17699   layout:
17700     title: ""  # No title
17701     layout: "plot-throughput-speedup-analysis"
17702
17703 -
17704   type: "plot"
17705   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17706   algorithm: "plot_throughput_speedup_analysis"
17707   output-file-type: ".html"
17708   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
17709   data: "plot-throughput-speedup-analysis-3n-hsw"
17710   filter: "'NIC_Intel-X520-DA2' and
17711            '64B' and 
17712            'PDRDISC' and not 'NDRDISC' and
17713            'VHOST' and 
17714            not 'VXLAN' and 
17715            not 'IP4FWD' and 
17716            not 'DOT1Q' and 
17717            not '2VM'"
17718   parameters:
17719   - "throughput"
17720   - "parent"
17721   - "tags"
17722   layout:
17723     title: ""  # No title
17724     layout: "plot-throughput-speedup-analysis"
17725
17726 # Speedup - VPP vhost ip4 3n-hsw-x710
17727 -
17728   type: "plot"
17729   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17730   algorithm: "plot_throughput_speedup_analysis"
17731   output-file-type: ".html"
17732   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17733   data: "plot-throughput-speedup-analysis-3n-hsw"
17734   filter: "'NIC_Intel-X710' and
17735            '64B' and 
17736            'NDRDISC' and
17737            'VHOST' and 
17738            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17739   parameters:
17740   - "throughput"
17741   - "parent"
17742   - "tags"
17743   layout:
17744     title: ""  # No title
17745     layout: "plot-throughput-speedup-analysis"
17746
17747 -
17748   type: "plot"
17749   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17750   algorithm: "plot_throughput_speedup_analysis"
17751   output-file-type: ".html"
17752   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17753   data: "plot-throughput-speedup-analysis-3n-hsw"
17754   filter: "'NIC_Intel-X710' and
17755            '64B' and 
17756            'PDRDISC' and not 'NDRDISC' and
17757            'VHOST' and 
17758            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17759   parameters:
17760   - "throughput"
17761   - "parent"
17762   - "tags"
17763   layout:
17764     title: ""  # No title
17765     layout: "plot-throughput-speedup-analysis"
17766
17767 # Speedup - VPP vhost l2sw 3n-hsw-x710
17768 -
17769   type: "plot"
17770   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17771   algorithm: "plot_throughput_speedup_analysis"
17772   output-file-type: ".html"
17773   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
17774   data: "plot-throughput-speedup-analysis-3n-hsw"
17775   filter: "'NIC_Intel-X710' and
17776            '64B' and 
17777            'NDRDISC' and
17778            'VHOST' and 
17779            not 'VXLAN' and 
17780            not 'IP4FWD' and 
17781            not 'DOT1Q' and 
17782            not '2VM'"
17783   parameters:
17784   - "throughput"
17785   - "parent"
17786   - "tags"
17787   layout:
17788     title: ""  # No title
17789     layout: "plot-throughput-speedup-analysis"
17790
17791 -
17792   type: "plot"
17793   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17794   algorithm: "plot_throughput_speedup_analysis"
17795   output-file-type: ".html"
17796   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
17797   data: "plot-throughput-speedup-analysis-3n-hsw"
17798   filter: "'NIC_Intel-X710' and
17799            '64B' and 
17800            'PDRDISC' and not 'NDRDISC' and
17801            'VHOST' and 
17802            not 'VXLAN' and 
17803            not 'IP4FWD' and 
17804            not 'DOT1Q' and 
17805            not '2VM'"
17806   parameters:
17807   - "throughput"
17808   - "parent"
17809   - "tags"
17810   layout:
17811     title: ""  # No title
17812     layout: "plot-throughput-speedup-analysis"
17813
17814 # Speedup - VPP vhost ip4 3n-hsw-xl710
17815 -
17816   type: "plot"
17817   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17818   algorithm: "plot_throughput_speedup_analysis"
17819   output-file-type: ".html"
17820   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17821   data: "plot-throughput-speedup-analysis-3n-hsw"
17822   filter: "'NIC_Intel-XL710' and
17823            '64B' and 
17824            'NDRDISC' and
17825            'VHOST' and 
17826            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17827   parameters:
17828   - "throughput"
17829   - "parent"
17830   - "tags"
17831   layout:
17832     title: ""  # No title
17833     layout: "plot-throughput-speedup-analysis"
17834
17835 -
17836   type: "plot"
17837   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17838   algorithm: "plot_throughput_speedup_analysis"
17839   output-file-type: ".html"
17840   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17841   data: "plot-throughput-speedup-analysis-3n-hsw"
17842   filter: "'NIC_Intel-XL710' and
17843            '64B' and 
17844            'PDRDISC' and not 'NDRDISC' and
17845            'VHOST' and 
17846            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD')"
17847   parameters:
17848   - "throughput"
17849   - "parent"
17850   - "tags"
17851   layout:
17852     title: ""  # No title
17853     layout: "plot-throughput-speedup-analysis"
17854
17855 # Speedup - VPP vhost l2sw 3n-hsw-xl710
17856 -
17857   type: "plot"
17858   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17859   algorithm: "plot_throughput_speedup_analysis"
17860   output-file-type: ".html"
17861   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
17862   data: "plot-throughput-speedup-analysis-3n-hsw"
17863   filter: "'NIC_Intel-XL710' and
17864            '64B' and 
17865            'NDRDISC' and
17866            'VHOST' and 
17867            not 'VXLAN' and 
17868            not 'IP4FWD' and 
17869            not 'DOT1Q' and 
17870            not '2VM'"
17871   parameters:
17872   - "throughput"
17873   - "parent"
17874   - "tags"
17875   layout:
17876     title: ""  # No title
17877     layout: "plot-throughput-speedup-analysis"
17878
17879 -
17880   type: "plot"
17881   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17882   algorithm: "plot_throughput_speedup_analysis"
17883   output-file-type: ".html"
17884   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
17885   data: "plot-throughput-speedup-analysis-3n-hsw"
17886   filter: "'NIC_Intel-XL710' and
17887            '64B' and 
17888            'PDRDISC' and not 'NDRDISC' and
17889            'VHOST' and 
17890            not 'VXLAN' and 
17891            not 'IP4FWD' and 
17892            not 'DOT1Q' and 
17893            not '2VM'"
17894   parameters:
17895   - "throughput"
17896   - "parent"
17897   - "tags"
17898   layout:
17899     title: ""  # No title
17900     layout: "plot-throughput-speedup-analysis"