4c83a30658c07d069f820babc3b49dd29b4238a1
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
43     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
44     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
45
46     # Detailed test configurations
47     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
48     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
49     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
50     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
51     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
52     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
53     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
54     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
55     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
56
57     # Detailed tests operational data
58     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
59     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
60     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
61     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
62
63     # .css patch file to fix tables generated by Sphinx
64     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
65     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
66
67   urls:
68     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
69     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
70     URL[NEXUS]: "https://docs.fd.io/csit"
71     DIR[NEXUS]: "report/_static/archive"
72
73   make-dirs:
74   # List the directories which are created while preparing the environment.
75   # All directories MUST be defined in "paths" section.
76   - "DIR[WORKING,DATA]"
77   - "DIR[STATIC,VPP]"
78   - "DIR[STATIC,DPDK]"
79   - "DIR[STATIC,ARCH]"
80   - "DIR[BUILD,LATEX]"
81   - "DIR[WORKING,SRC]"
82   - "DIR[WORKING,SRC,STATIC]"
83
84   remove-dirs:
85   # List the directories which are deleted while cleaning the environment.
86   # All directories MUST be defined in "paths" section.
87   #- "DIR[BUILD,HTML]"
88   - "DIR[WORKING,DATA]"
89
90   build-dirs:
91   # List the directories where the results (build) is stored.
92   # All directories MUST be defined in "paths" section.
93   - "DIR[BUILD,HTML]"
94   - "DIR[BUILD,LATEX]"
95
96 -
97   type: "configuration"
98
99   data-sets:
100
101     # VPP Performance
102     vpp-performance-changes:
103       csit-vpp-perf-1801-all:
104       - 124  # sel
105       - 127  # sel
106       - 128  # sel
107       - 141  # sel
108       - 142  # sel
109       - 143  # sel
110       - 145  # sel
111       - 146  # sel
112       - 162  # sel
113       - 163  # sel
114       - 167  # sel
115       - 172  # sel acl only
116       csit-vpp-perf-1804-all:
117       - 21  # sel
118       - 22  # sel
119       - 23  # sel
120       - 24  # sel
121       - 27  # sel
122       - 28  # sel
123       - 29  # sel
124       - 30  # sel
125       - 31  # sel
126       - 35  # sel
127       # TODO: Add Data sources
128       csit-vpp-perf-verify-1807-3n-hsw:
129       - 15  # NDRPDR sel
130       - 16  # NDRPDR sel
131
132     vpp-compare-testbeds:
133       # TODO: Add Data sources
134       csit-vpp-perf-verify-1807-3n-hsw:
135       - 15  # NDRPDR sel
136       - 16  # NDRPDR sel
137       # TODO: Add Data sources
138       csit-vpp-perf-verify-1807-3n-skx:
139       - 33  # NDRPDR sel
140       - 35  # NDRPDR sel
141       - 37  # NDRPDR sel
142       - 38  # NDRPDR sel
143       - 39  # NDRPDR sel
144       - 43  # NDRPDR sel
145       - 44  # NDRPDR sel
146       - 49  # NDRPDR sel
147       - 50  # NDRPDR sel
148
149     vpp-compare-testbeds-mrr:
150       # TODO: Add Data sources
151       csit-vpp-perf-verify-1807-3n-hsw:
152       - 9   # MRR sel
153       # TODO: Add Data sources
154       csit-vpp-perf-verify-1807-3n-skx:
155       - 28  # MRR sel
156       - 32  # MRR sel
157       - 36  # MRR sel
158       - 42  # MRR sel
159       - 47  # MRR sel
160       - 48  # MRR sel
161       - 51  # MRR sel
162       - 52  # MRR sel
163
164     vpp-performance-changes-mrr:
165       csit-vpp-perf-check-1801:
166       - 3
167       - 4
168       - 5
169       - 6
170       - 7
171       - 8
172       - 9
173       - 11
174       - 12
175       - 13
176       csit-vpp-perf-check-1804:
177       - 6   # mrr - sel
178       - 13  # mrr - sel
179       - 14  # mrr - sel
180       - 15  # mrr - sel
181       - 16  # mrr - sel
182       - 17  # mrr - sel
183       - 19  # mrr - sel
184       - 20  # mrr - sel
185       - 21  # mrr - sel
186       - 22  # mrr - sel
187       # TODO: Add Data sources
188       csit-vpp-perf-verify-1807-3n-hsw:
189       - 9   # MRR sel
190
191     vpp-perf-results-3n-hsw:
192       # TODO: Add Data sources
193       csit-vpp-perf-verify-1807-3n-hsw:
194       - 11  # NDRPDR full 1
195
196     vpp-perf-results-3n-skx:
197       csit-vpp-perf-verify-1807-3n-skx:
198       - 40  # NDRPDR full 1
199       - 41  # NDRPDR full 2
200
201     vpp-perf-results-2n-skx:
202       # TODO: Add Data sources
203       csit-vpp-perf-verify-1807-2n-skx:
204       - 32  # NDRPDR full
205
206     vpp-mrr-results-3n-hsw:
207       csit-vpp-perf-verify-1807-3n-hsw:
208       - 8   # MRR full
209
210     vpp-mrr-results-3n-skx:
211       # TODO: Replace with better results
212       csit-vpp-perf-verify-1807-3n-skx:
213       - 31  # MRR full
214
215     vpp-mrr-results-2n-skx:
216       csit-vpp-perf-verify-1807-2n-skx:
217       - 27  # MRR full
218
219     plot-throughput-speedup-analysis-3n-hsw:
220       # TODO: Add Data sources
221       csit-vpp-perf-verify-1807-3n-hsw:
222       - 15  # NDRPDR sel
223       - 16  # NDRPDR sel
224
225     plot-throughput-speedup-analysis-3n-skx:
226       # TODO: Add Data sources
227       csit-vpp-perf-verify-1807-3n-skx:
228       - 33  # NDRPDR sel
229       - 35  # NDRPDR sel
230       - 37  # NDRPDR sel
231       - 38  # NDRPDR sel
232       - 39  # NDRPDR sel
233       - 43  # NDRPDR sel
234       - 44  # NDRPDR sel
235       - 49  # NDRPDR sel
236       - 50  # NDRPDR sel
237
238     plot-throughput-speedup-analysis-2n-skx:
239       csit-vpp-perf-verify-1807-2n-skx:
240       - 26  # NDRPDR sel
241       - 28  # NDRPDR sel
242       - 29  # NDRPDR sel
243       - 30  # NDRPDR sel
244       - 34  # NDRPDR sel
245       - 35  # NDRPDR sel
246       - 36  # NDRPDR sel
247       - 39  # NDRPDR sel
248       - 40  # NDRPDR sel
249       - 42  # NDRPDR sel
250
251     plot-vpp-throughput-latency-3n-hsw:
252       # TODO: Add Data sources
253       csit-vpp-perf-verify-1807-3n-hsw:
254       - 15  # NDRPDR sel
255       - 16  # NDRPDR sel
256
257     plot-vpp-throughput-latency-3n-skx:
258       # TODO: Add Data sources
259       csit-vpp-perf-verify-1807-3n-skx:
260       - 33  # NDRPDR sel
261       - 35  # NDRPDR sel
262       - 37  # NDRPDR sel
263       - 38  # NDRPDR sel
264       - 39  # NDRPDR sel
265       - 43  # NDRPDR sel
266       - 44  # NDRPDR sel
267       - 49  # NDRPDR sel
268       - 50  # NDRPDR sel
269
270     plot-vpp-throughput-latency-2n-skx:
271       csit-vpp-perf-verify-1807-2n-skx:
272       - 26  # NDRPDR sel
273       - 28  # NDRPDR sel
274       - 29  # NDRPDR sel
275       - 30  # NDRPDR sel
276       - 34  # NDRPDR sel
277       - 35  # NDRPDR sel
278       - 36  # NDRPDR sel
279       - 39  # NDRPDR sel
280       - 40  # NDRPDR sel
281       - 42  # NDRPDR sel
282
283     plot-vpp-http-server-performance:
284       # TODO: Add NEW Data sources
285       csit-vpp-perf-1804-all:
286       - 39  # wrk
287       - 40  # wrk
288       - 41  # wrk
289       - 42  # wrk
290       - 43  # wrk
291       - 44  # wrk
292       - 45  # wrk
293       - 46  # wrk
294       - 47  # wrk
295       - 48  # wrk
296
297     # VPP Functional
298     vpp-func-results-ubuntu:
299       csit-vpp-functional-1807-ubuntu1604-virl:
300       # TODO: Add Data sources
301       - "lastSuccessfulBuild"
302
303     vpp-func-results-centos:
304       csit-vpp-functional-1807-centos7-virl:
305       # TODO: Add Data sources
306       - "lastSuccessfulBuild"
307
308     # VPP Ligato
309     ligato-perf-results-3n-hsw:
310       # TODO: Replace with better results
311       csit-ligato-perf-1807-all:
312       - 3   # full ?
313
314     plot-ligato-throughput-speedup-analysis-3n-hsw:
315       # TODO: Add Data sources
316       csit-ligato-perf-1807-all:
317       - 4   # sel
318
319     plot-ligato-throughput-latency-3n-hsw:
320       # TODO: Add Data sources
321       csit-ligato-perf-1807-all:
322       - 4   # sel
323
324     # DPDK Performance
325     dpdk-performance-changes:
326       csit-dpdk-perf-1804-all:
327       - 4
328       - 5
329       - 6
330       - 7
331       - 8
332       - 9
333       - 10
334       - 11
335       - 12
336       - 13
337       csit-dpdk-perf-verify-1807-3n-hsw:
338       - 11
339       - 12  # full
340       - 14
341       - 15
342       - 16
343       - 17
344       - 20
345       - 21
346       - 22
347       - 23
348
349     dpdk-compare-testbeds:
350       csit-dpdk-perf-verify-1807-3n-skx:
351       - 1
352       - 2
353       - 3
354       - 6
355       - 7
356       - 8
357       - 9
358       - 10
359       - 11
360       - 12
361       csit-dpdk-perf-verify-1807-3n-hsw:
362       - 11
363       - 12  # full
364       - 14
365       - 15
366       - 16
367       - 17
368       - 20
369       - 21
370       - 22
371       - 23
372
373     dpdk-perf-results-3n-hsw:
374       csit-dpdk-perf-verify-1807-3n-hsw:
375       - 12
376
377     dpdk-perf-results-3n-skx:
378       csit-dpdk-perf-verify-1807-3n-skx:
379       - 12
380
381     dpdk-perf-results-2n-skx:
382       csit-dpdk-perf-verify-1807-2n-skx:
383       - 10
384
385     plot-dpdk-throughput-latency-3n-hsw:
386       csit-dpdk-perf-verify-1807-3n-hsw:
387       - 11
388       - 12  # full
389       - 14
390       - 15
391       - 16
392       - 17
393       - 20
394       - 21
395       - 22
396       - 23
397
398     plot-dpdk-throughput-latency-3n-skx:
399       csit-dpdk-perf-verify-1807-3n-skx:
400       - 1
401       - 2
402       - 3
403       - 6
404       - 7
405       - 8
406       - 9
407       - 10
408       - 11
409       - 12
410
411     plot-dpdk-throughput-latency-2n-skx:
412       csit-dpdk-perf-verify-1807-2n-skx:
413       - 1
414       - 2
415       - 3
416       - 4
417       - 5
418       - 6
419       - 7
420       - 8
421       - 9
422       - 10
423
424     # HoneyComb Functional
425     hc-func-results:
426       csit-hc2vpp-verify-func-1807-ubuntu1604:
427       # TODO: Add Data sources
428       - "lastSuccessfulBuild"
429
430     #NSH SFC Functional
431     nsh-func-results:
432       # TODO: Add Data sources
433       csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
434       - 7
435
436   plot-layouts:
437
438     plot-cps:
439       xaxis:
440         autorange: True
441         fixedrange: False
442         gridcolor: "rgb(238, 238, 238)"
443         linecolor: "rgb(238, 238, 238)"
444         linewidth: 1
445         showgrid: True
446         showline: True
447         showticklabels: True
448         tickcolor: "rgb(238, 238, 238)"
449         tickmode: "linear"
450         title: "Indexed Test Cases"
451         zeroline: False
452       yaxis:
453         gridcolor: "rgb(238, 238, 238)"
454         hoverformat: ".4s"
455         linecolor: "rgb(238, 238, 238)"
456         linewidth: 1
457         rangemode: "tozero"
458         showgrid: True
459         showline: True
460         showticklabels: True
461         tickcolor: "rgb(238, 238, 238)"
462         title: "Connections Per Second [cps]"
463         zeroline: False
464       boxmode: "group"
465       boxgroupgap: 0.5
466       autosize: False
467       margin:
468         t: 50
469         b: 20
470         l: 50
471         r: 20
472       showlegend: True
473       legend:
474         orientation: "h"
475       width: 700
476       height: 1000
477
478     plot-rps:
479       xaxis:
480         autorange: True
481         fixedrange: False
482         gridcolor: "rgb(238, 238, 238)"
483         linecolor: "rgb(238, 238, 238)"
484         linewidth: 1
485         showgrid: True
486         showline: True
487         showticklabels: True
488         tickcolor: "rgb(238, 238, 238)"
489         tickmode: "linear"
490         title: "Indexed Test Cases"
491         zeroline: False
492       yaxis:
493         gridcolor: "rgb(238, 238, 238)"
494         hoverformat: ".4s"
495         linecolor: "rgb(238, 238, 238)"
496         linewidth: 1
497         rangemode: "tozero"
498         showgrid: True
499         showline: True
500         showticklabels: True
501         tickcolor: "rgb(238, 238, 238)"
502         title: "Requests Per Second [rps]"
503         zeroline: False
504       boxmode: "group"
505       boxgroupgap: 0.5
506       autosize: False
507       margin:
508         t: 50
509         b: 20
510         l: 50
511         r: 20
512       showlegend: True
513       legend:
514         orientation: "h"
515       width: 700
516       height: 1000
517
518     plot-throughput:
519       xaxis:
520         autorange: True
521         fixedrange: False
522         gridcolor: "rgb(238, 238, 238)"
523         linecolor: "rgb(238, 238, 238)"
524         linewidth: 1
525         showgrid: True
526         showline: True
527         showticklabels: True
528         tickcolor: "rgb(238, 238, 238)"
529         tickmode: "linear"
530         title: "Indexed Test Cases"
531         zeroline: False
532       yaxis:
533         gridcolor: "rgb(238, 238, 238)"
534         hoverformat: ".4s"
535         linecolor: "rgb(238, 238, 238)"
536         linewidth: 1
537         showgrid: True
538         showline: True
539         showticklabels: True
540         tickcolor: "rgb(238, 238, 238)"
541         title: "Packets Per Second [pps]"
542         zeroline: False
543       boxmode: "group"
544       boxgroupgap: 0.5
545       autosize: False
546       margin:
547         t: 50
548         b: 20
549         l: 50
550         r: 20
551       showlegend: True
552       legend:
553         orientation: "h"
554       width: 700
555       height: 1000
556
557     plot-latency:
558       xaxis:
559         autorange: True
560         fixedrange: False
561         gridcolor: "rgb(238, 238, 238)"
562         linecolor: "rgb(238, 238, 238)"
563         linewidth: 1
564         showgrid: True
565         showline: True
566         showticklabels: True
567         tickcolor: "rgb(238, 238, 238)"
568         tickmode: "linear"
569         title: "Indexed Test Cases"
570         zeroline: False
571       yaxis:
572         gridcolor: "rgb(238, 238, 238)"
573         hoverformat: ""
574         linecolor: "rgb(238, 238, 238)"
575         linewidth: 1
576         showgrid: True
577         showline: True
578         showticklabels: True
579         tickcolor: "rgb(238, 238, 238)"
580         title: "Latency min/avg/max [uSec]"
581         zeroline: False
582       boxmode: "group"
583       boxgroupgap: 0.5
584       autosize: False
585       margin:
586         t: 50
587         b: 20
588         l: 50
589         r: 20
590       showlegend: True
591       legend:
592         orientation: "h"
593       width: 700
594       height: 1000
595
596     plot-throughput-speedup-analysis:
597       xaxis:
598         autorange: True
599         fixedrange: False
600         gridcolor: "rgb(238, 238, 238)"
601         linecolor: "rgb(238, 238, 238)"
602         linewidth: 1
603         showgrid: True
604         showline: True
605         showticklabels: True
606         tickcolor: "rgb(238, 238, 238)"
607         tickmode: "linear"
608         tickangle: 270
609         zeroline: False
610       yaxis:
611         title: "Throughput speedup factor"
612         gridcolor: "rgb(238, 238, 238)"
613         hoverformat: ".4s"
614         linecolor: "rgb(238, 238, 238)"
615         linewidth: 1
616         showgrid: True
617         showline: True
618         showticklabels: True
619         tickcolor: "rgb(238, 238, 238)"
620         zeroline: False
621       legend:
622         orientation: "h"
623         xanchor: "center"
624         yanchor: "top"
625         x: 0.5
626         y: 1
627         bgcolor: "rgba(255, 255, 255, 0)"
628         bordercolor: "rgba(255, 255, 255, 0)"
629       barmode: "group"
630       bargap: 0.15
631       bargroupgap: 0.1
632       autosize: False
633       margin:
634           't': 50
635           'b': 300
636           'l': 50
637           'r': 20
638       showlegend: True
639       width: 700
640       height: 1000
641
642 -
643   type: "static"
644   src-path: "{DIR[RST]}"
645   dst-path: "{DIR[WORKING,SRC]}"
646
647 -
648   type: "input"
649   general:
650     file-name: "robot-plugin.zip"
651     file-format: ".zip"
652     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
653     extract: "robot-plugin/output.xml"
654
655   builds:
656
657     csit-vpp-perf-1801-all:
658     - 124  # sel
659     - 127  # sel
660     - 128  # sel
661     - 141  # sel
662     - 142  # sel
663     - 143  # sel
664     - 145  # sel
665     - 146  # sel
666     - 162  # sel
667     - 163  # sel
668     - 167  # sel
669     - 172  # sel acl only
670     csit-vpp-perf-1804-all:
671     - 21  # sel
672     - 22  # sel
673     - 23  # sel
674     - 24  # sel
675     - 27  # sel
676     - 28  # sel
677     - 29  # sel
678     - 30  # sel
679     - 31  # sel
680     - 35  # sel
681     - 39  # wrk
682     - 40  # wrk
683     - 41  # wrk
684     - 42  # wrk
685     - 43  # wrk
686     - 44  # wrk
687     - 45  # wrk
688     - 46  # wrk
689     - 47  # wrk
690     - 48  # wrk
691     # TODO: Add Data sources
692     csit-vpp-perf-verify-1807-3n-hsw:
693     - 8   # MRR full
694     - 9   # MRR sel
695     - 11  # NDRPDR full 1
696     - 15  # NDRPDR sel
697     - 16  # NDRPDR sel
698     # TODO: Add Data sources
699     csit-vpp-perf-verify-1807-3n-skx:
700     - 31  # MRR full
701     - 28  # MRR sel
702     - 32  # MRR sel
703     - 36  # MRR sel
704     - 42  # MRR sel
705     - 47  # MRR sel
706     - 48  # MRR sel
707     - 51  # MRR sel
708     - 52  # MRR sel
709     - 40  # NDRPDR full 1
710     - 41  # NDRPDR full 2
711     - 33  # NDRPDR sel
712     - 35  # NDRPDR sel
713     - 37  # NDRPDR sel
714     - 38  # NDRPDR sel
715     - 39  # NDRPDR sel
716     - 43  # NDRPDR sel
717     - 44  # NDRPDR sel
718     - 49  # NDRPDR sel
719     - 50  # NDRPDR sel
720     csit-vpp-perf-verify-1807-2n-skx:
721     - 27  # MRR full
722     - 31  # MRR sel
723     - 33  # MRR sel
724     - 37  # MRR sel
725     - 38  # MRR sel
726     - 41  # MRR sel
727     - 43  # MRR sel
728     - 44  # MRR sel
729     - 45  # MRR sel
730     - 46  # MRR sel
731     - 47  # MRR sel
732     - 32  # NDRPDR full
733     - 26  # NDRPDR sel
734     - 28  # NDRPDR sel
735     - 29  # NDRPDR sel
736     - 30  # NDRPDR sel
737     - 34  # NDRPDR sel
738     - 35  # NDRPDR sel
739     - 36  # NDRPDR sel
740     - 39  # NDRPDR sel
741     - 40  # NDRPDR sel
742     - 42  # NDRPDR sel
743     csit-vpp-perf-check-1801:
744     - 3   # mrr
745     - 4   # mrr
746     - 5   # mrr
747     - 6   # mrr
748     - 7   # mrr
749     - 8   # mrr
750     - 9   # mrr
751     - 11  # mrr
752     - 12  # mrr
753     - 13  # mrr
754     csit-vpp-perf-check-1804:
755     - 5   # mrr - full
756     - 6   # mrr - sel
757     - 13  # mrr - sel
758     - 14  # mrr - sel
759     - 15  # mrr - sel
760     - 16  # mrr - sel
761     - 17  # mrr - sel
762     - 19  # mrr - sel
763     - 20  # mrr - sel
764     - 21  # mrr - sel
765     - 22  # mrr - sel
766     csit-ligato-perf-1804-all:
767     - 4   # full
768     - 5   # sel
769     - 6   # sel
770     - 7   # sel
771     - 8   # sel
772     - 9   # sel
773     - 10  # sel
774     - 11  # sel
775     - 12  # sel
776     - 13  # sel
777     - 14  # sel
778     # TODO: Add Data sources
779     csit-ligato-perf-1807-all:
780     - 3   # full ?
781     - 4   # sel
782     csit-dpdk-perf-1804-all:
783     - 4
784     - 5
785     - 6
786     - 7
787     - 8
788     - 9
789     - 10
790     - 11
791     - 12
792     - 13
793     csit-dpdk-perf-verify-1807-3n-hsw:
794     - 11
795     - 12  # full
796     - 14
797     - 15
798     - 16
799     - 17
800     - 20
801     - 21
802     - 22
803     - 23
804     csit-dpdk-perf-verify-1807-3n-skx:
805     - 1
806     - 2
807     - 3
808     - 6
809     - 7
810     - 8
811     - 9
812     - 10
813     - 11
814     - 12
815     csit-dpdk-perf-verify-1807-2n-skx:
816     - 1
817     - 2
818     - 3
819     - 4
820     - 5
821     - 6
822     - 7
823     - 8
824     - 9
825     - 10
826     csit-vpp-functional-1807-ubuntu1604-virl:
827     # TODO: Add Data sources
828     - "lastSuccessfulBuild"
829     csit-vpp-functional-1807-centos7-virl:
830     # TODO: Add Data sources
831     - "lastSuccessfulBuild"
832     # TODO: Add Data sources
833     csit-nsh_sfc-verify-func-1804-ubuntu1604-virl:
834     - 7
835     csit-hc2vpp-verify-func-1807-ubuntu1604:
836     # TODO: Add Data sources
837     - "lastSuccessfulBuild"
838
839 -
840   type: "output"
841   output: "report"
842   format:
843     html:
844     - full
845     pdf:
846     - minimal
847
848 ################################################################################
849 ###                               T A B L E S                                ###
850 ################################################################################
851
852 ################################################################################
853 # VPP
854 -
855   type: "table"
856   title: "VPP Performance Changes 1t1c pdr"
857   algorithm: "table_performance_comparison"
858   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
859   history:
860     -
861       title: "rls1801"
862       data:
863         csit-vpp-perf-1801-all:
864         - 124  # sel
865         - 127  # sel
866         - 128  # sel
867         - 141  # sel
868         - 142  # sel
869         - 143  # sel
870         - 145  # sel
871         - 146  # sel
872         - 162  # sel
873         - 163  # sel
874         - 167  # sel
875         - 172  # sel acl only
876   reference:
877     title: "rls1804"
878     data:
879       csit-vpp-perf-1804-all:
880       - 21  # sel
881       - 22  # sel
882       - 23  # sel
883       - 24  # sel
884       - 27  # sel
885       - 28  # sel
886       - 29  # sel
887       - 30  # sel
888       - 31  # sel
889       - 35  # sel
890   compare:
891     title: "rls1807"
892     data:
893       # TODO: Add Data sources
894       csit-vpp-perf-verify-1807-3n-hsw:
895       - 15  # NDRPDR sel
896       - 16  # NDRPDR sel
897   data: "vpp-performance-changes"
898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
899   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
900   parameters:
901   - "name"
902   - "parent"
903   - "throughput"
904
905 -
906   type: "table"
907   title: "VPP Performance Changes 2t2c pdr"
908   algorithm: "table_performance_comparison"
909   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
910   history:
911     -
912       title: "rls1801"
913       data:
914         csit-vpp-perf-1801-all:
915         - 124  # sel
916         - 127  # sel
917         - 128  # sel
918         - 141  # sel
919         - 142  # sel
920         - 143  # sel
921         - 145  # sel
922         - 146  # sel
923         - 162  # sel
924         - 163  # sel
925         - 167  # sel
926         - 172  # sel acl only
927   reference:
928     title: "rls1804"
929     data:
930       csit-vpp-perf-1804-all:
931       - 21  # sel
932       - 22  # sel
933       - 23  # sel
934       - 24  # sel
935       - 27  # sel
936       - 28  # sel
937       - 29  # sel
938       - 30  # sel
939       - 31  # sel
940       - 35  # sel
941   compare:
942     title: "rls1807"
943     data:
944       # TODO: Add Data sources
945       csit-vpp-perf-verify-1807-3n-hsw:
946       - 15  # NDRPDR sel
947       - 16  # NDRPDR sel
948   data: "vpp-performance-changes"
949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
950   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
951   parameters:
952   - "name"
953   - "parent"
954   - "throughput"
955
956 -
957   type: "table"
958   title: "VPP Performance Changes 1t1c ndr"
959   algorithm: "table_performance_comparison"
960   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
961   history:
962     -
963       title: "rls1801"
964       data:
965         csit-vpp-perf-1801-all:
966         - 124  # sel
967         - 127  # sel
968         - 128  # sel
969         - 141  # sel
970         - 142  # sel
971         - 143  # sel
972         - 145  # sel
973         - 146  # sel
974         - 162  # sel
975         - 163  # sel
976         - 167  # sel
977         - 172  # sel acl only
978   reference:
979     title: "rls1804"
980     data:
981       csit-vpp-perf-1804-all:
982       - 21  # sel
983       - 22  # sel
984       - 23  # sel
985       - 24  # sel
986       - 27  # sel
987       - 28  # sel
988       - 29  # sel
989       - 30  # sel
990       - 31  # sel
991       - 35  # sel
992   compare:
993     title: "rls1807"
994     data:
995       # TODO: Add Data sources
996       csit-vpp-perf-verify-1807-3n-hsw:
997       - 15  # NDRPDR sel
998       - 16  # NDRPDR sel
999   data: "vpp-performance-changes"
1000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1001   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1002   parameters:
1003   - "name"
1004   - "parent"
1005   - "throughput"
1006
1007 -
1008   type: "table"
1009   title: "VPP Performance Changes 2t2c ndr"
1010   algorithm: "table_performance_comparison"
1011   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1012   history:
1013     -
1014       title: "rls1801"
1015       data:
1016         csit-vpp-perf-1801-all:
1017         - 124  # sel
1018         - 127  # sel
1019         - 128  # sel
1020         - 141  # sel
1021         - 142  # sel
1022         - 143  # sel
1023         - 145  # sel
1024         - 146  # sel
1025         - 162  # sel
1026         - 163  # sel
1027         - 167  # sel
1028         - 172  # sel acl only
1029   reference:
1030     title: "rls1804"
1031     data:
1032       csit-vpp-perf-1804-all:
1033       - 21  # sel
1034       - 22  # sel
1035       - 23  # sel
1036       - 24  # sel
1037       - 27  # sel
1038       - 28  # sel
1039       - 29  # sel
1040       - 30  # sel
1041       - 31  # sel
1042       - 35  # sel
1043   compare:
1044     title: "rls1807"
1045     data:
1046       # TODO: Add Data sources
1047       csit-vpp-perf-verify-1807-3n-hsw:
1048       - 15  # NDRPDR sel
1049       - 16  # NDRPDR sel
1050   data: "vpp-performance-changes"
1051   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1052   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1053   parameters:
1054   - "name"
1055   - "parent"
1056   - "throughput"
1057
1058 -
1059   type: "table"
1060   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1061   algorithm: "table_performance_comparison"
1062   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1063   reference:
1064     title: "3-Node Hsw"
1065     data:
1066       # TODO: Add Data sources
1067       csit-vpp-perf-verify-1807-3n-hsw:
1068       - 15  # NDRPDR sel
1069       - 16  # NDRPDR sel
1070   compare:
1071     title: "3-Node Skx"
1072     data:
1073       # TODO: Add Data sources
1074       csit-vpp-perf-verify-1807-3n-skx:
1075       - 33  # NDRPDR sel
1076       - 35  # NDRPDR sel
1077       - 37  # NDRPDR sel
1078       - 38  # NDRPDR sel
1079       - 39  # NDRPDR sel
1080       - 43  # NDRPDR sel
1081       - 44  # NDRPDR sel
1082       - 49  # NDRPDR sel
1083       - 50  # NDRPDR sel
1084   data: "vpp-compare-testbeds"
1085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1086   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1087   parameters:
1088   - "name"
1089   - "parent"
1090   - "throughput"
1091
1092 -
1093   type: "table"
1094   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1095   algorithm: "table_performance_comparison"
1096   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1097   reference:
1098     title: "3-Node Hsw"
1099     data:
1100       # TODO: Add Data sources
1101       csit-vpp-perf-verify-1807-3n-hsw:
1102       - 15  # NDRPDR sel
1103       - 16  # NDRPDR sel
1104   compare:
1105     title: "3-Node Skx"
1106     data:
1107       # TODO: Add Data sources
1108       csit-vpp-perf-verify-1807-3n-skx:
1109       - 33  # NDRPDR sel
1110       - 35  # NDRPDR sel
1111       - 37  # NDRPDR sel
1112       - 38  # NDRPDR sel
1113       - 39  # NDRPDR sel
1114       - 43  # NDRPDR sel
1115       - 44  # NDRPDR sel
1116       - 49  # NDRPDR sel
1117       - 50  # NDRPDR sel
1118   data: "vpp-compare-testbeds"
1119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1120   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1121   parameters:
1122   - "name"
1123   - "parent"
1124   - "throughput"
1125
1126 -
1127   type: "table"
1128   title: "VPP Performance Changes - 1t1c MRR"
1129   algorithm: "table_performance_comparison"
1130   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1131   history:
1132     -
1133       title: "rls1801"
1134       data:
1135         csit-vpp-perf-check-1801:
1136         - 3
1137         - 4
1138         - 5
1139         - 6
1140         - 7
1141         - 8
1142         - 9
1143         - 11
1144         - 12
1145         - 13
1146   reference:
1147     title: "rls1804"
1148     data:
1149       csit-vpp-perf-check-1804:
1150       - 6   # mrr - sel
1151       - 13  # mrr - sel
1152       - 14  # mrr - sel
1153       - 15  # mrr - sel
1154       - 16  # mrr - sel
1155       - 17  # mrr - sel
1156       - 19  # mrr - sel
1157       - 20  # mrr - sel
1158       - 21  # mrr - sel
1159       - 22  # mrr - sel
1160   compare:
1161     title: "rls1807"
1162     data:
1163       # TODO: Add Data sources
1164       csit-vpp-perf-verify-1807-3n-hsw:
1165       - 9   # MRR sel
1166   data: "vpp-performance-changes-mrr"
1167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1168   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1169   parameters:
1170   - "name"
1171   - "parent"
1172   - "result"
1173
1174 -
1175   type: "table"
1176   title: "VPP Performance Changes - 2t2c MRR"
1177   algorithm: "table_performance_comparison"
1178   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1179   history:
1180     -
1181       title: "rls1801"
1182       data:
1183         csit-vpp-perf-check-1801:
1184         - 3
1185         - 4
1186         - 5
1187         - 6
1188         - 7
1189         - 8
1190         - 9
1191         - 11
1192         - 12
1193         - 13
1194   reference:
1195     title: "rls1804"
1196     data:
1197       csit-vpp-perf-check-1804:
1198       - 6   # mrr - sel
1199       - 13  # mrr - sel
1200       - 14  # mrr - sel
1201       - 15  # mrr - sel
1202       - 16  # mrr - sel
1203       - 17  # mrr - sel
1204       - 19  # mrr - sel
1205       - 20  # mrr - sel
1206       - 21  # mrr - sel
1207       - 22  # mrr - sel
1208   compare:
1209     title: "rls1807"
1210     data:
1211       # TODO: Add Data sources
1212       csit-vpp-perf-verify-1807-3n-hsw:
1213       - 9   # MRR sel
1214   data: "vpp-performance-changes-mrr"
1215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1216   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1217   parameters:
1218   - "name"
1219   - "parent"
1220   - "result"
1221
1222 -
1223   type: "table"
1224   title: "VPP Performance Changes - 4t4c MRR"
1225   algorithm: "table_performance_comparison"
1226   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1227   history:
1228     -
1229       title: "rls1801"
1230       data:
1231         csit-vpp-perf-check-1801:
1232         - 3
1233         - 4
1234         - 5
1235         - 6
1236         - 7
1237         - 8
1238         - 9
1239         - 11
1240         - 12
1241         - 13
1242   reference:
1243     title: "rls1804"
1244     data:
1245       csit-vpp-perf-check-1804:
1246       - 6   # mrr - sel
1247       - 13  # mrr - sel
1248       - 14  # mrr - sel
1249       - 15  # mrr - sel
1250       - 16  # mrr - sel
1251       - 17  # mrr - sel
1252       - 19  # mrr - sel
1253       - 20  # mrr - sel
1254       - 21  # mrr - sel
1255       - 22  # mrr - sel
1256   compare:
1257     title: "rls1807"
1258     data:
1259       # TODO: Add Data sources
1260       csit-vpp-perf-verify-1807-3n-hsw:
1261       - 9   # MRR sel
1262   data: "vpp-performance-changes-mrr"
1263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1264   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1265   parameters:
1266   - "name"
1267   - "parent"
1268   - "result"
1269
1270 -
1271   type: "table"
1272   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1273   algorithm: "table_performance_comparison"
1274   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1275   reference:
1276     title: "3-Node Hsw"
1277     data:
1278       # TODO: Add Data sources
1279       csit-vpp-perf-verify-1807-3n-hsw:
1280       - 9   # MRR sel
1281   compare:
1282     title: "3-Node Skx"
1283     data:
1284       # TODO: Add Data sources
1285       csit-vpp-perf-verify-1807-3n-skx:
1286       - 28  # MRR sel
1287       - 32  # MRR sel
1288       - 36  # MRR sel
1289       - 42  # MRR sel
1290       - 47  # MRR sel
1291       - 48  # MRR sel
1292       - 51  # MRR sel
1293       - 52  # MRR sel
1294   data: "vpp-compare-testbeds-mrr"
1295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1296   filter: "'NIC_Intel-X710' and 'MRR'"
1297   parameters:
1298   - "name"
1299   - "parent"
1300   - "result"
1301
1302 -
1303   type: "table"
1304   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1305   algorithm: "table_merged_details"
1306   output-file-ext: ".csv"
1307   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1308   columns:
1309   -
1310     title: "Name"
1311     data: "data name"
1312   -
1313     title: "Documentation"
1314     data: "data doc"
1315   -
1316     title: "Status"
1317     data: "data msg"
1318   rows: "generated"
1319   data: "vpp-perf-results-3n-hsw"
1320   filter: "not 'NDRCHK' and not 'PDRCHK'"
1321   parameters:
1322   - "name"
1323   - "parent"
1324   - "doc"
1325   - "msg"
1326
1327 -
1328   type: "table"
1329   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1330   algorithm: "table_merged_details"
1331   output-file-ext: ".csv"
1332   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1333   columns:
1334   -
1335     title: "Name"
1336     data: "data name"
1337   -
1338     title: "Documentation"
1339     data: "data doc"
1340   -
1341     title: "Status"
1342     data: "data msg"
1343   rows: "generated"
1344   data: "vpp-perf-results-3n-skx"
1345   filter: "not 'NDRCHK' and not 'PDRCHK'"
1346   parameters:
1347   - "name"
1348   - "parent"
1349   - "doc"
1350   - "msg"
1351
1352 -
1353   type: "table"
1354   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1355   algorithm: "table_merged_details"
1356   output-file-ext: ".csv"
1357   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1358   columns:
1359   -
1360     title: "Name"
1361     data: "data name"
1362   -
1363     title: "Documentation"
1364     data: "data doc"
1365   -
1366     title: "Status"
1367     data: "data msg"
1368   rows: "generated"
1369   data: "vpp-perf-results-2n-skx"
1370   filter: "not 'NDRCHK' and not 'PDRCHK'"
1371   parameters:
1372   - "name"
1373   - "parent"
1374   - "doc"
1375   - "msg"
1376
1377 -
1378   type: "table"
1379   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1380   algorithm: "table_merged_details"
1381   output-file-ext: ".csv"
1382   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1383   columns:
1384   -
1385     title: "Name"
1386     data: "data name"
1387   -
1388     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1389     data: "data vat-history"
1390   rows: "generated"
1391   data: "vpp-perf-results-3n-hsw"
1392   filter: "not 'NDRCHK' and not 'PDRCHK'"
1393   parameters:
1394   - "parent"
1395   - "name"
1396   - "vat-history"
1397
1398 -
1399   type: "table"
1400   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1401   algorithm: "table_merged_details"
1402   output-file-ext: ".csv"
1403   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1404   columns:
1405   -
1406     title: "Name"
1407     data: "data name"
1408   -
1409     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1410     data: "data vat-history"
1411   rows: "generated"
1412   data: "vpp-perf-results-3n-skx"
1413   filter: "not 'NDRCHK' and not 'PDRCHK'"
1414   parameters:
1415   - "parent"
1416   - "name"
1417   - "vat-history"
1418
1419 -
1420   type: "table"
1421   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1422   algorithm: "table_merged_details"
1423   output-file-ext: ".csv"
1424   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1425   columns:
1426   -
1427     title: "Name"
1428     data: "data name"
1429   -
1430     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1431     data: "data vat-history"
1432   rows: "generated"
1433   data: "vpp-perf-results-2n-skx"
1434   filter: "not 'NDRCHK' and not 'PDRCHK'"
1435   parameters:
1436   - "parent"
1437   - "name"
1438   - "vat-history"
1439
1440 -
1441   type: "table"
1442   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1443   algorithm: "table_merged_details"
1444   output-file-ext: ".csv"
1445   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1446   columns:
1447   -
1448     title: "Name"
1449     data: "data name"
1450   -
1451     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1452     data: "data show-run"
1453   rows: "generated"
1454   data: "vpp-perf-results-3n-hsw"
1455   filter: "not 'NDRCHK' and not 'PDRCHK'"
1456   parameters:
1457   - "parent"
1458   - "name"
1459   - "show-run"
1460
1461 -
1462   type: "table"
1463   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1464   algorithm: "table_merged_details"
1465   output-file-ext: ".csv"
1466   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1467   columns:
1468   -
1469     title: "Name"
1470     data: "data name"
1471   -
1472     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1473     data: "data show-run"
1474   rows: "generated"
1475   data: "vpp-perf-results-3n-skx"
1476   filter: "not 'NDRCHK' and not 'PDRCHK'"
1477   parameters:
1478   - "parent"
1479   - "name"
1480   - "show-run"
1481
1482 -
1483   type: "table"
1484   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1485   algorithm: "table_merged_details"
1486   output-file-ext: ".csv"
1487   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1488   columns:
1489   -
1490     title: "Name"
1491     data: "data name"
1492   -
1493     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1494     data: "data show-run"
1495   rows: "generated"
1496   data: "vpp-perf-results-2n-skx"
1497   filter: "not 'NDRCHK' and not 'PDRCHK'"
1498   parameters:
1499   - "parent"
1500   - "name"
1501   - "show-run"
1502
1503 -
1504   type: "table"
1505   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1506   algorithm: "table_details"
1507   output-file-ext: ".csv"
1508   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1509   columns:
1510   -
1511     title: "Name"
1512     data: "data name"
1513   -
1514     title: "Documentation"
1515     data: "data doc"
1516   -
1517     title: "Status"
1518     data: "data msg"
1519   rows: "generated"
1520   data: "vpp-mrr-results-3n-hsw"
1521   filter: "'MRR'"
1522   parameters:
1523   - "name"
1524   - "parent"
1525   - "doc"
1526   - "msg"
1527
1528 -
1529   type: "table"
1530   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1531   algorithm: "table_details"
1532   output-file-ext: ".csv"
1533   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1534   columns:
1535   -
1536     title: "Name"
1537     data: "data name"
1538   -
1539     title: "Documentation"
1540     data: "data doc"
1541   -
1542     title: "Status"
1543     data: "data msg"
1544   rows: "generated"
1545   data: "vpp-mrr-results-3n-skx"
1546   filter: "'MRR'"
1547   parameters:
1548   - "name"
1549   - "parent"
1550   - "doc"
1551   - "msg"
1552
1553 -
1554   type: "table"
1555   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1556   algorithm: "table_details"
1557   output-file-ext: ".csv"
1558   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1559   columns:
1560   -
1561     title: "Name"
1562     data: "data name"
1563   -
1564     title: "Documentation"
1565     data: "data doc"
1566   -
1567     title: "Status"
1568     data: "data msg"
1569   rows: "generated"
1570   data: "vpp-mrr-results-2n-skx"
1571   filter: "'MRR'"
1572   parameters:
1573   - "name"
1574   - "parent"
1575   - "doc"
1576   - "msg"
1577
1578 -
1579   type: "table"
1580   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1581   algorithm: "table_details"
1582   output-file-ext: ".csv"
1583   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1584   columns:
1585   -
1586     title: "Name"
1587     data: "data name"
1588   -
1589     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1590     data: "data vat-history"
1591   rows: "generated"
1592   data: "vpp-mrr-results-3n-hsw"
1593   filter: "'MRR'"
1594   parameters:
1595   - "parent"
1596   - "name"
1597   - "vat-history"
1598
1599 -
1600   type: "table"
1601   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1602   algorithm: "table_details"
1603   output-file-ext: ".csv"
1604   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1605   columns:
1606   -
1607     title: "Name"
1608     data: "data name"
1609   -
1610     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1611     data: "data vat-history"
1612   rows: "generated"
1613   data: "vpp-mrr-results-3n-skx"
1614   filter: "'MRR'"
1615   parameters:
1616   - "parent"
1617   - "name"
1618   - "vat-history"
1619
1620 -
1621   type: "table"
1622   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1623   algorithm: "table_details"
1624   output-file-ext: ".csv"
1625   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1626   columns:
1627   -
1628     title: "Name"
1629     data: "data name"
1630   -
1631     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1632     data: "data vat-history"
1633   rows: "generated"
1634   data: "vpp-mrr-results-2n-skx"
1635   filter: "'MRR'"
1636   parameters:
1637   - "parent"
1638   - "name"
1639   - "vat-history"
1640
1641 -
1642   type: "table"
1643   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1644   algorithm: "table_details"
1645   output-file-ext: ".csv"
1646   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1647   columns:
1648   -
1649     title: "Name"
1650     data: "data name"
1651   -
1652     title: "Documentation"
1653     data: "data doc"
1654   -
1655     title: "Status"
1656     data: "data status"
1657   rows: "generated"
1658   data: "vpp-func-results-ubuntu"
1659   filter: "all"
1660   parameters:
1661   - "name"
1662   - "parent"
1663   - "doc"
1664   - "status"
1665
1666 -
1667   type: "table"
1668   title: "Detailed Test Results - VPP Functional Results - CentOS"
1669   algorithm: "table_details"
1670   output-file-ext: ".csv"
1671   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1672   columns:
1673   -
1674     title: "Name"
1675     data: "data name"
1676   -
1677     title: "Documentation"
1678     data: "data doc"
1679   -
1680     title: "Status"
1681     data: "data status"
1682   rows: "generated"
1683   data:
1684     "vpp-func-results-centos"
1685   filter: "all"
1686   parameters:
1687   - "name"
1688   - "parent"
1689   - "doc"
1690   - "status"
1691
1692 -
1693   type: "table"
1694   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1695   algorithm: "table_details"
1696   output-file-ext: ".csv"
1697   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1698   columns:
1699   -
1700     title: "Name"
1701     data: "data name"
1702   -
1703     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1704     data: "data vat-history"
1705   rows: "generated"
1706   data: "vpp-func-results-ubuntu"
1707   filter: "all"
1708   parameters:
1709   - "parent"
1710   - "name"
1711   - "vat-history"
1712
1713 -
1714   type: "table"
1715   title: "Test configuration - VPP Functional Test Configs - CentOS"
1716   algorithm: "table_details"
1717   output-file-ext: ".csv"
1718   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1719   columns:
1720   -
1721     title: "Name"
1722     data: "data name"
1723   -
1724     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1725     data: "data vat-history"
1726   rows: "generated"
1727   data: "vpp-func-results-centos"
1728   filter: "all"
1729   parameters:
1730   - "parent"
1731   - "name"
1732   - "vat-history"
1733
1734 -
1735   type: "table"
1736   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1737   algorithm: "table_details"
1738   output-file-ext: ".csv"
1739   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1740   columns:
1741   -
1742     title: "Name"
1743     data: "data name"
1744   -
1745     title: "Documentation"
1746     data: "data doc"
1747   -
1748     title: "Status"
1749     data: "data msg"
1750   rows: "generated"
1751   data: "ligato-perf-results-3n-hsw"
1752   filter: "all"
1753   parameters:
1754   - "name"
1755   - "parent"
1756   - "doc"
1757   - "msg"
1758
1759 ################################################################################
1760 # DPDK
1761 -
1762   type: "table"
1763   title: "DPDK Performance Changes 1t1c pdr"
1764   algorithm: "table_performance_comparison"
1765   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1766   reference:
1767     title: "rls1804"
1768     data:
1769       csit-dpdk-perf-1804-all:
1770       - 4
1771       - 5
1772       - 6
1773       - 7
1774       - 8
1775       - 9
1776       - 10
1777       - 11
1778       - 12
1779       - 13
1780   compare:
1781     title: "rls1807"
1782     data:
1783       csit-dpdk-perf-verify-1807-3n-hsw:
1784       - 11
1785       - 12  # full
1786       - 14
1787       - 15
1788       - 16
1789       - 17
1790       - 20
1791       - 21
1792       - 22
1793       - 23
1794   data: "dpdk-performance-changes"
1795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1796   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1797   parameters:
1798   - "name"
1799   - "parent"
1800   - "throughput"
1801
1802 -
1803   type: "table"
1804   title: "DPDK Performance Changes 2t2c pdr"
1805   algorithm: "table_performance_comparison"
1806   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1807   reference:
1808     title: "rls1804"
1809     data:
1810       csit-dpdk-perf-1804-all:
1811       - 4
1812       - 5
1813       - 6
1814       - 7
1815       - 8
1816       - 9
1817       - 10
1818       - 11
1819       - 12
1820       - 13
1821   compare:
1822     title: "rls1807"
1823     data:
1824       csit-dpdk-perf-verify-1807-3n-hsw:
1825       - 11
1826       - 12  # full
1827       - 14
1828       - 15
1829       - 16
1830       - 17
1831       - 20
1832       - 21
1833       - 22
1834       - 23
1835   data: "dpdk-performance-changes"
1836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1837   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1838   parameters:
1839   - "name"
1840   - "parent"
1841   - "throughput"
1842
1843 -
1844   type: "table"
1845   title: "DPDK Performance Changes 1t1c ndr"
1846   algorithm: "table_performance_comparison"
1847   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1848   reference:
1849     title: "rls1804"
1850     data:
1851       csit-dpdk-perf-1804-all:
1852       - 4
1853       - 5
1854       - 6
1855       - 7
1856       - 8
1857       - 9
1858       - 10
1859       - 11
1860       - 12
1861       - 13
1862   compare:
1863     title: "rls1807"
1864     data:
1865       csit-dpdk-perf-verify-1807-3n-hsw:
1866       - 11
1867       - 12  # full
1868       - 14
1869       - 15
1870       - 16
1871       - 17
1872       - 20
1873       - 21
1874       - 22
1875       - 23
1876   data: "dpdk-performance-changes"
1877   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1878   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1879   parameters:
1880   - "name"
1881   - "parent"
1882   - "throughput"
1883
1884 -
1885   type: "table"
1886   title: "DPDK Performance Changes 2t2c ndr"
1887   algorithm: "table_performance_comparison"
1888   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1889   reference:
1890     title: "rls1804"
1891     data:
1892       csit-dpdk-perf-1804-all:
1893       - 4
1894       - 5
1895       - 6
1896       - 7
1897       - 8
1898       - 9
1899       - 10
1900       - 11
1901       - 12
1902       - 13
1903   compare:
1904     title: "rls1807"
1905     data:
1906       csit-dpdk-perf-verify-1807-3n-hsw:
1907       - 11
1908       - 12  # full
1909       - 14
1910       - 15
1911       - 16
1912       - 17
1913       - 20
1914       - 21
1915       - 22
1916       - 23
1917   data: "dpdk-performance-changes"
1918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1919   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1920   parameters:
1921   - "name"
1922   - "parent"
1923   - "throughput"
1924
1925 -
1926   type: "table"
1927   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1928   algorithm: "table_performance_comparison"
1929   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1930   reference:
1931     title: "3-Node Hsw"
1932     data:
1933       csit-dpdk-perf-verify-1807-3n-hsw:
1934       - 11
1935       - 12  # full
1936       - 14
1937       - 15
1938       - 16
1939       - 17
1940       - 20
1941       - 21
1942       - 22
1943       - 23
1944   compare:
1945     title: "3-Node Skx"
1946     data:
1947       csit-dpdk-perf-verify-1807-3n-skx:
1948       - 1
1949       - 2
1950       - 3
1951       - 6
1952       - 7
1953       - 8
1954       - 9
1955       - 10
1956       - 11
1957       - 12
1958   data: "dpdk-compare-testbeds"
1959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1960   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1961   parameters:
1962   - "name"
1963   - "parent"
1964   - "throughput"
1965
1966 -
1967   type: "table"
1968   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1969   algorithm: "table_performance_comparison"
1970   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1971   reference:
1972     title: "3-Node Hsw"
1973     data:
1974       csit-dpdk-perf-verify-1807-3n-hsw:
1975       - 11
1976       - 12  # full
1977       - 14
1978       - 15
1979       - 16
1980       - 17
1981       - 20
1982       - 21
1983       - 22
1984       - 23
1985   compare:
1986     title: "3-Node Skx"
1987     data:
1988       csit-dpdk-perf-verify-1807-3n-skx:
1989       - 1
1990       - 2
1991       - 3
1992       - 6
1993       - 7
1994       - 8
1995       - 9
1996       - 10
1997       - 11
1998       - 12
1999   data: "dpdk-compare-testbeds"
2000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2001   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2002   parameters:
2003   - "name"
2004   - "parent"
2005   - "throughput"
2006
2007 -
2008   type: "table"
2009   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2010   algorithm: "table_performance_comparison"
2011   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2012   reference:
2013     title: "3-Node Hsw"
2014     data:
2015       csit-dpdk-perf-verify-1807-3n-hsw:
2016       - 11
2017       - 12  # full
2018       - 14
2019       - 15
2020       - 16
2021       - 17
2022       - 20
2023       - 21
2024       - 22
2025       - 23
2026   compare:
2027     title: "3-Node Skx"
2028     data:
2029       csit-dpdk-perf-verify-1807-3n-skx:
2030       - 1
2031       - 2
2032       - 3
2033       - 6
2034       - 7
2035       - 8
2036       - 9
2037       - 10
2038       - 11
2039       - 12
2040   data: "dpdk-compare-testbeds"
2041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2042   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2043   parameters:
2044   - "name"
2045   - "parent"
2046   - "throughput"
2047
2048 -
2049   type: "table"
2050   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2051   algorithm: "table_details"
2052   output-file-ext: ".csv"
2053   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2054   columns:
2055   -
2056     title: "Name"
2057     data: "data name"
2058   -
2059     title: "Status"
2060     data: "data msg"
2061   rows: "generated"
2062   data: "dpdk-perf-results-3n-hsw"
2063   filter: "all"
2064   parameters:
2065   - "name"
2066   - "parent"
2067   - "msg"
2068
2069 -
2070   type: "table"
2071   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2072   algorithm: "table_details"
2073   output-file-ext: ".csv"
2074   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2075   columns:
2076   -
2077     title: "Name"
2078     data: "data name"
2079   -
2080     title: "Status"
2081     data: "data msg"
2082   rows: "generated"
2083   data: "dpdk-perf-results-3n-skx"
2084   filter: "all"
2085   parameters:
2086   - "name"
2087   - "parent"
2088   - "msg"
2089
2090 -
2091   type: "table"
2092   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2093   algorithm: "table_details"
2094   output-file-ext: ".csv"
2095   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2096   columns:
2097   -
2098     title: "Name"
2099     data: "data name"
2100   -
2101     title: "Status"
2102     data: "data msg"
2103   rows: "generated"
2104   data: "dpdk-perf-results-2n-skx"
2105   filter: "all"
2106   parameters:
2107   - "name"
2108   - "parent"
2109   - "msg"
2110
2111
2112 ################################################################################
2113 # HoneyComb
2114 -
2115   type: "table"
2116   title: "Detailed Test Results - Honeycomb Functional Results"
2117   algorithm: "table_details"
2118   output-file-ext: ".csv"
2119   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2120   columns:
2121   -
2122     title: "Name"
2123     data: "data name"
2124   -
2125     title: "Documentation"
2126     data: "data doc"
2127   -
2128     title: "Status"
2129     data: "data status"
2130   rows: "generated"
2131   data:
2132     "hc-func-results"
2133   filter: "all"
2134   parameters:
2135   - "name"
2136   - "parent"
2137   - "doc"
2138   - "status"
2139
2140 ################################################################################
2141 # NSH SFC
2142 -
2143   type: "table"
2144   title: "Detailed Test Results - NSH SFC Functional Results"
2145   algorithm: "table_details"
2146   output-file-ext: ".csv"
2147   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2148   columns:
2149   -
2150     title: "Name"
2151     data: "data name"
2152   -
2153     title: "Documentation"
2154     data: "data doc"
2155   -
2156     title: "Status"
2157     data: "data status"
2158   rows: "generated"
2159   data:
2160     "nsh-func-results"
2161   filter: "all"
2162   parameters:
2163   - "name"
2164   - "parent"
2165   - "doc"
2166   - "status"
2167
2168 ################################################################################
2169 ###                                F I L E S                                 ###
2170 ################################################################################
2171
2172 -
2173   type: "file"
2174   title: "VPP Performance Results 3n-hsw"
2175   algorithm: "file_test_results"
2176   output-file-ext: ".rst"
2177   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2178   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"
2179   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2180   data: "vpp-perf-results-3n-hsw"
2181   filter: "not 'NDRCHK' and not 'PDRCHK'"
2182   parameters:
2183   - "name"
2184   - "doc"
2185   - "level"
2186   - "parent"
2187   data-start-level: 3
2188
2189 -
2190   type: "file"
2191   title: "VPP Performance Results 3n-skx"
2192   algorithm: "file_test_results"
2193   output-file-ext: ".rst"
2194   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2195   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"
2196   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2197   data: "vpp-perf-results-3n-skx"
2198   filter: "not 'NDRCHK' and not 'PDRCHK'"
2199   parameters:
2200   - "name"
2201   - "doc"
2202   - "level"
2203   - "parent"
2204   data-start-level: 3
2205
2206 -
2207   type: "file"
2208   title: "VPP Performance Results 2n-skx"
2209   algorithm: "file_test_results"
2210   output-file-ext: ".rst"
2211   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2212   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"
2213   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2214   data: "vpp-perf-results-2n-skx"
2215   filter: "not 'NDRCHK' and not 'PDRCHK'"
2216   parameters:
2217   - "name"
2218   - "doc"
2219   - "level"
2220   - "parent"
2221   data-start-level: 3
2222
2223 -
2224   type: "file"
2225   title: "VPP Performance Configuration 3n-hsw"
2226   algorithm: "file_test_results"
2227   output-file-ext: ".rst"
2228   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2229   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"
2230   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2231   data: "vpp-perf-results-3n-hsw"
2232   filter: "not 'NDRCHK' and not 'PDRCHK'"
2233   parameters:
2234   - "name"
2235   - "doc"
2236   - "level"
2237   - "parent"
2238   data-start-level: 3
2239
2240 -
2241   type: "file"
2242   title: "VPP Performance Configuration 3n-skx"
2243   algorithm: "file_test_results"
2244   output-file-ext: ".rst"
2245   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2246   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"
2247   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2248   data: "vpp-perf-results-3n-skx"
2249   filter: "not 'NDRCHK' and not 'PDRCHK'"
2250   parameters:
2251   - "name"
2252   - "doc"
2253   - "level"
2254   - "parent"
2255   data-start-level: 3
2256
2257 -
2258   type: "file"
2259   title: "VPP Performance Configuration 2n-skx"
2260   algorithm: "file_test_results"
2261   output-file-ext: ".rst"
2262   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2263   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"
2264   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2265   data: "vpp-perf-results-2n-skx"
2266   filter: "not 'NDRCHK' and not 'PDRCHK'"
2267   parameters:
2268   - "name"
2269   - "doc"
2270   - "level"
2271   - "parent"
2272   data-start-level: 3
2273
2274 -
2275   type: "file"
2276   title: "VPP Performance Operational Data 3n-hsw"
2277   algorithm: "file_test_results"
2278   output-file-ext: ".rst"
2279   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2280   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"
2281   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2282   data: "vpp-perf-results-3n-hsw"
2283   filter: "not 'NDRCHK' and not 'PDRCHK'"
2284   parameters:
2285   - "name"
2286   - "doc"
2287   - "level"
2288   - "parent"
2289   data-start-level: 3
2290
2291 -
2292   type: "file"
2293   title: "VPP Performance Operational Data 3n-skx"
2294   algorithm: "file_test_results"
2295   output-file-ext: ".rst"
2296   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2297   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"
2298   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2299   data: "vpp-perf-results-3n-skx"
2300   filter: "not 'NDRCHK' and not 'PDRCHK'"
2301   parameters:
2302   - "name"
2303   - "doc"
2304   - "level"
2305   - "parent"
2306   data-start-level: 3
2307
2308 -
2309   type: "file"
2310   title: "VPP Performance Operational Data 2n-skx"
2311   algorithm: "file_test_results"
2312   output-file-ext: ".rst"
2313   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2314   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"
2315   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2316   data: "vpp-perf-results-2n-skx"
2317   filter: "not 'NDRCHK' and not 'PDRCHK'"
2318   parameters:
2319   - "name"
2320   - "doc"
2321   - "level"
2322   - "parent"
2323   data-start-level: 3
2324
2325 -
2326   type: "file"
2327   title: "VPP MRR Results 3n-hsw"
2328   algorithm: "file_test_results"
2329   output-file-ext: ".rst"
2330   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2331   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"
2332   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2333   data: "vpp-mrr-results-3n-hsw"
2334   filter: "'MRR'"
2335   parameters:
2336   - "name"
2337   - "doc"
2338   - "level"
2339   - "parent"
2340   data-start-level: 3
2341
2342 -
2343   type: "file"
2344   title: "VPP MRR Results 3n-skx"
2345   algorithm: "file_test_results"
2346   output-file-ext: ".rst"
2347   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2348   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"
2349   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2350   data: "vpp-mrr-results-3n-skx"
2351   filter: "'MRR'"
2352   parameters:
2353   - "name"
2354   - "doc"
2355   - "level"
2356   - "parent"
2357   data-start-level: 3
2358
2359 -
2360   type: "file"
2361   title: "VPP MRR Results 2n-skx"
2362   algorithm: "file_test_results"
2363   output-file-ext: ".rst"
2364   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2365   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"
2366   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2367   data: "vpp-mrr-results-2n-skx"
2368   filter: "all"
2369   parameters:
2370   - "name"
2371   - "doc"
2372   - "level"
2373   - "parent"
2374   data-start-level: 3
2375
2376 -
2377   type: "file"
2378   title: "VPP MRR Configuration 3n-hsw"
2379   algorithm: "file_test_results"
2380   output-file-ext: ".rst"
2381   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2382   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"
2383   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2384   data: "vpp-mrr-results-3n-hsw"
2385   filter: "'MRR'"
2386   parameters:
2387   - "name"
2388   - "doc"
2389   - "level"
2390   - "parent"
2391   data-start-level: 3
2392
2393 -
2394   type: "file"
2395   title: "VPP MRR Configuration 3n-skx"
2396   algorithm: "file_test_results"
2397   output-file-ext: ".rst"
2398   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2399   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"
2400   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2401   data: "vpp-mrr-results-3n-skx"
2402   filter: "'MRR'"
2403   parameters:
2404   - "name"
2405   - "doc"
2406   - "level"
2407   - "parent"
2408   data-start-level: 3
2409
2410 -
2411   type: "file"
2412   title: "VPP MRR Configuration 2n-skx"
2413   algorithm: "file_test_results"
2414   output-file-ext: ".rst"
2415   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2416   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"
2417   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2418   data: "vpp-mrr-results-2n-skx"
2419   filter: "'MRR'"
2420   parameters:
2421   - "name"
2422   - "doc"
2423   - "level"
2424   - "parent"
2425   data-start-level: 3
2426
2427 -
2428   type: "file"
2429   title: "VPP Functional Results - Ubuntu"
2430   algorithm: "file_test_results"
2431   output-file-ext: ".rst"
2432   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2433   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"
2434   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2435   data: "vpp-func-results-ubuntu"
2436   filter: "all"
2437   parameters:
2438   - "name"
2439   - "doc"
2440   - "level"
2441   - "parent"
2442   data-start-level: 4
2443
2444 -
2445   type: "file"
2446   title: "VPP Functional Results - CentOS"
2447   algorithm: "file_test_results"
2448   output-file-ext: ".rst"
2449   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2450   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"
2451   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2452   data:
2453     "vpp-func-results-centos"
2454   filter: "all"
2455   parameters:
2456   - "name"
2457   - "doc"
2458   - "level"
2459   - "parent"
2460   data-start-level: 4
2461
2462 -
2463   type: "file"
2464   title: "VPP Functional Configuration - Ubuntu"
2465   algorithm: "file_test_results"
2466   output-file-ext: ".rst"
2467   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2468   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"
2469   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2470   data: "vpp-func-results-ubuntu"
2471   filter: "all"
2472   parameters:
2473   - "name"
2474   - "doc"
2475   - "level"
2476   - "parent"
2477   data-start-level: 4
2478
2479 -
2480   type: "file"
2481   title: "VPP Functional Configuration - CentOS"
2482   algorithm: "file_test_results"
2483   output-file-ext: ".rst"
2484   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2485   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"
2486   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2487   data:
2488     "vpp-func-results-centos"
2489   filter: "all"
2490   parameters:
2491   - "name"
2492   - "doc"
2493   - "level"
2494   - "parent"
2495   data-start-level: 4
2496
2497 -
2498   type: "file"
2499   title: "Container Orchestrated Performance Results 3n-hsw"
2500   algorithm: "file_test_results"
2501   output-file-ext: ".rst"
2502   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2503   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"
2504   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2505   data: "ligato-perf-results-3n-hsw"
2506   filter: "all"
2507   parameters:
2508   - "name"
2509   - "doc"
2510   - "level"
2511   - "parent"
2512   data-start-level: 3
2513
2514 -
2515   type: "file"
2516   title: "DPDK Performance Results 3n-hsw"
2517   algorithm: "file_test_results"
2518   output-file-ext: ".rst"
2519   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2520   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"
2521   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2522   data: "dpdk-perf-results-3n-hsw"
2523   filter: "all"
2524   parameters:
2525   - "name"
2526   - "doc"
2527   - "level"
2528   - "parent"
2529   data-start-level: 3
2530
2531 -
2532   type: "file"
2533   title: "DPDK Performance Results 3n-skx"
2534   algorithm: "file_test_results"
2535   output-file-ext: ".rst"
2536   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2537   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"
2538   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2539   data: "dpdk-perf-results-3n-skx"
2540   filter: "all"
2541   parameters:
2542   - "name"
2543   - "doc"
2544   - "level"
2545   - "parent"
2546   data-start-level: 3
2547
2548 -
2549   type: "file"
2550   title: "DPDK Performance Results 2n-skx"
2551   algorithm: "file_test_results"
2552   output-file-ext: ".rst"
2553   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2554   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"
2555   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2556   data: "dpdk-perf-results-2n-skx"
2557   filter: "all"
2558   parameters:
2559   - "name"
2560   - "doc"
2561   - "level"
2562   - "parent"
2563   data-start-level: 3
2564
2565 -
2566   type: "file"
2567   title: "Honeycomb Functional Results"
2568   algorithm: "file_test_results"
2569   output-file-ext: ".rst"
2570   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2571   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"
2572   dir-tables: "{DIR[DTR,FUNC,HC]}"
2573   data:
2574     "hc-func-results"
2575   filter: "all"
2576   parameters:
2577   - "name"
2578   - "doc"
2579   - "level"
2580   - "parent"
2581   data-start-level: 3
2582
2583 -
2584   type: "file"
2585   title: "NSH SFC Functional Results"
2586   algorithm: "file_test_results"
2587   output-file-ext: ".rst"
2588   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2589   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"
2590   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2591   data:
2592     "nsh-func-results"
2593   filter: "all"
2594   parameters:
2595   - "name"
2596   - "doc"
2597   - "level"
2598   - "parent"
2599   data-start-level: 3
2600
2601 ################################################################################
2602 ###                                P L O T S                                 ###
2603 ################################################################################
2604
2605 ################################################################################
2606 # Plots VPP HTTP Server Performance
2607 -
2608   type: "plot"
2609   title: "VPP HTTP Server Performance"
2610   algorithm: "plot_http_server_performance_box"
2611   output-file-type: ".html"
2612   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2613   data:
2614     "plot-vpp-http-server-performance"
2615   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2616   # each tag is enclosed with ' (apostrophe).
2617   filter: "'HTTP' and 'TCP_CPS'"
2618   parameters:
2619   - "result"
2620   - "name"
2621   traces:
2622     hoverinfo: "x+y"
2623     boxpoints: "outliers"
2624     whiskerwidth: 0
2625   layout:
2626     title: "VPP HTTP Server Performance"
2627     layout:
2628       "plot-cps"
2629
2630 -
2631   type: "plot"
2632   title: "VPP HTTP Server Performance"
2633   algorithm: "plot_http_server_performance_box"
2634   output-file-type: ".html"
2635   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2636   data:
2637     "plot-vpp-http-server-performance"
2638   filter: "'HTTP' and 'TCP_RPS'"
2639   parameters:
2640   - "result"
2641   - "name"
2642   traces:
2643     hoverinfo: "x+y"
2644     boxpoints: "outliers"
2645     whiskerwidth: 0
2646   layout:
2647     title: "VPP HTTP Server Performance"
2648     layout:
2649       "plot-rps"
2650
2651 ################################################################################
2652
2653 # Packet Throughput - VPP L2 3n-hsw-x520
2654 -
2655   type: "plot"
2656   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2657   algorithm: "plot_performance_box"
2658   output-file-type: ".html"
2659   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2660   data: "plot-vpp-throughput-latency-3n-hsw"
2661   filter: "'NIC_Intel-X520-DA2' and
2662            '64B' and
2663            ('BASE' or 'SCALE') and
2664            'NDRPDR' and
2665            '1T1C' and
2666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2667            not 'VHOST' and
2668            not 'MEMIF'"
2669   parameters:
2670   - "throughput"
2671   - "parent"
2672   traces:
2673     hoverinfo: "x+y"
2674     boxpoints: "outliers"
2675     whiskerwidth: 0
2676   layout:
2677     title: ""  # No title
2678     layout: "plot-throughput"
2679
2680 -
2681   type: "plot"
2682   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2683   algorithm: "plot_performance_box"
2684   output-file-type: ".html"
2685   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2686   data: "plot-vpp-throughput-latency-3n-hsw"
2687   filter: "'NIC_Intel-X520-DA2' and
2688            '64B' and
2689            ('BASE' or 'SCALE') and
2690            'NDRPDR' and
2691            '1T1C' and
2692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2693            not 'VHOST' and
2694            not 'MEMIF'"
2695   parameters:
2696   - "throughput"
2697   - "parent"
2698   traces:
2699     hoverinfo: "x+y"
2700     boxpoints: "outliers"
2701     whiskerwidth: 0
2702   layout:
2703     title: ""  # No title
2704     layout: "plot-throughput"
2705
2706 -
2707   type: "plot"
2708   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2709   algorithm: "plot_performance_box"
2710   output-file-type: ".html"
2711   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2712   data: "plot-vpp-throughput-latency-3n-hsw"
2713   filter: "'NIC_Intel-X520-DA2' and
2714            '64B' and
2715            ('BASE' or 'SCALE') and
2716            'NDRPDR' and
2717            '2T2C' and
2718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2719            not 'VHOST' and
2720            not 'MEMIF'"
2721   parameters:
2722   - "throughput"
2723   - "parent"
2724   traces:
2725     hoverinfo: "x+y"
2726     boxpoints: "outliers"
2727     whiskerwidth: 0
2728   layout:
2729     title: ""  # No title
2730     layout: "plot-throughput"
2731
2732 -
2733   type: "plot"
2734   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2735   algorithm: "plot_performance_box"
2736   output-file-type: ".html"
2737   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2738   data: "plot-vpp-throughput-latency-3n-hsw"
2739   filter: "'NIC_Intel-X520-DA2' and
2740            '64B' and
2741            ('BASE' or 'SCALE') and
2742            'NDRPDR' and
2743            '2T2C' and
2744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2745            not 'VHOST' and
2746            not 'MEMIF'"
2747   parameters:
2748   - "throughput"
2749   - "parent"
2750   traces:
2751     hoverinfo: "x+y"
2752     boxpoints: "outliers"
2753     whiskerwidth: 0
2754   layout:
2755     title: ""  # No title
2756     layout: "plot-throughput"
2757
2758 -
2759   type: "plot"
2760   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2761   algorithm: "plot_performance_box"
2762   output-file-type: ".html"
2763   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2764   data: "plot-vpp-throughput-latency-3n-hsw"
2765   filter: "'NIC_Intel-X520-DA2' and
2766            '64B' and
2767            'FEATURE' and
2768            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2769            'NDRPDR' and
2770            '1T1C' and
2771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2772            not 'VHOST' and
2773            not 'MEMIF'"
2774   parameters:
2775   - "throughput"
2776   - "parent"
2777   traces:
2778     hoverinfo: "x+y"
2779     boxpoints: "outliers"
2780     whiskerwidth: 0
2781   layout:
2782     title: ""  # No title
2783     layout: "plot-throughput"
2784
2785 -
2786   type: "plot"
2787   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2788   algorithm: "plot_performance_box"
2789   output-file-type: ".html"
2790   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2791   data: "plot-vpp-throughput-latency-3n-hsw"
2792   filter: "'NIC_Intel-X520-DA2' and
2793            '64B' and
2794            'FEATURE' and
2795            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2796            'NDRPDR' and
2797            '1T1C' and
2798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2799            not 'VHOST' and
2800            not 'MEMIF'"
2801   parameters:
2802   - "throughput"
2803   - "parent"
2804   traces:
2805     hoverinfo: "x+y"
2806     boxpoints: "outliers"
2807     whiskerwidth: 0
2808   layout:
2809     title: ""  # No title
2810     layout: "plot-throughput"
2811
2812 -
2813   type: "plot"
2814   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2815   algorithm: "plot_performance_box"
2816   output-file-type: ".html"
2817   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2818   data: "plot-vpp-throughput-latency-3n-hsw"
2819   filter: "'NIC_Intel-X520-DA2' and
2820            '64B' and
2821            'FEATURE' and
2822            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2823            'NDRPDR' and
2824            '2T2C' and
2825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2826            not 'VHOST' and
2827            not 'MEMIF'"
2828   parameters:
2829   - "throughput"
2830   - "parent"
2831   traces:
2832     hoverinfo: "x+y"
2833     boxpoints: "outliers"
2834     whiskerwidth: 0
2835   layout:
2836     title: ""  # No title
2837     layout: "plot-throughput"
2838
2839 -
2840   type: "plot"
2841   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2842   algorithm: "plot_performance_box"
2843   output-file-type: ".html"
2844   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2845   data: "plot-vpp-throughput-latency-3n-hsw"
2846   filter: "'NIC_Intel-X520-DA2' and
2847            '64B' and
2848            'FEATURE' and
2849            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2850            'NDRPDR' and
2851            '2T2C' and
2852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2853            not 'VHOST' and
2854            not 'MEMIF'"
2855   parameters:
2856   - "throughput"
2857   - "parent"
2858   traces:
2859     hoverinfo: "x+y"
2860     boxpoints: "outliers"
2861     whiskerwidth: 0
2862   layout:
2863     title: ""  # No title
2864     layout: "plot-throughput"
2865
2866 # Packet Throughput - VPP L2 3n-hsw-x710
2867 -
2868   type: "plot"
2869   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2870   algorithm: "plot_performance_box"
2871   output-file-type: ".html"
2872   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2873   data: "plot-vpp-throughput-latency-3n-hsw"
2874   filter: "'NIC_Intel-X710' and
2875            '64B' and
2876            ('BASE' or 'SCALE') and
2877            'NDRPDR' and
2878            '1T1C' and
2879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2880            not 'VHOST' and
2881            not 'MEMIF'"
2882   parameters:
2883   - "throughput"
2884   - "parent"
2885   traces:
2886     hoverinfo: "x+y"
2887     boxpoints: "outliers"
2888     whiskerwidth: 0
2889   layout:
2890     title: ""  # No title
2891     layout: "plot-throughput"
2892
2893 -
2894   type: "plot"
2895   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2896   algorithm: "plot_performance_box"
2897   output-file-type: ".html"
2898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2899   data: "plot-vpp-throughput-latency-3n-hsw"
2900   filter: "'NIC_Intel-X710' and
2901            '64B' and
2902            ('BASE' or 'SCALE') and
2903            'NDRPDR' and
2904            '1T1C' and
2905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2906            not 'VHOST' and
2907            not 'MEMIF'"
2908   parameters:
2909   - "throughput"
2910   - "parent"
2911   traces:
2912     hoverinfo: "x+y"
2913     boxpoints: "outliers"
2914     whiskerwidth: 0
2915   layout:
2916     title: ""  # No title
2917     layout: "plot-throughput"
2918
2919 -
2920   type: "plot"
2921   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2922   algorithm: "plot_performance_box"
2923   output-file-type: ".html"
2924   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2925   data: "plot-vpp-throughput-latency-3n-hsw"
2926   filter: "'NIC_Intel-X710' and
2927            '64B' and
2928            ('BASE' or 'SCALE') and
2929            'NDRPDR' and
2930            '2T2C' and
2931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2932            not 'VHOST' and
2933            not 'MEMIF'"
2934   parameters:
2935   - "throughput"
2936   - "parent"
2937   traces:
2938     hoverinfo: "x+y"
2939     boxpoints: "outliers"
2940     whiskerwidth: 0
2941   layout:
2942     title: ""  # No title
2943     layout: "plot-throughput"
2944
2945 -
2946   type: "plot"
2947   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2948   algorithm: "plot_performance_box"
2949   output-file-type: ".html"
2950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2951   data: "plot-vpp-throughput-latency-3n-hsw"
2952   filter: "'NIC_Intel-X710' and
2953            '64B' and
2954            ('BASE' or 'SCALE') and
2955            'NDRPDR' and
2956            '2T2C' and
2957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2958            not 'VHOST' and
2959            not 'MEMIF'"
2960   parameters:
2961   - "throughput"
2962   - "parent"
2963   traces:
2964     hoverinfo: "x+y"
2965     boxpoints: "outliers"
2966     whiskerwidth: 0
2967   layout:
2968     title: ""  # No title
2969     layout: "plot-throughput"
2970
2971 -
2972   type: "plot"
2973   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2974   algorithm: "plot_performance_box"
2975   output-file-type: ".html"
2976   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
2977   data: "plot-vpp-throughput-latency-3n-hsw"
2978   filter: "'NIC_Intel-X710' and
2979            '64B' and
2980            'FEATURE' and
2981            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2982            'NDRPDR' and
2983            '1T1C' and
2984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2985            not 'VHOST' and
2986            not 'MEMIF'"
2987   parameters:
2988   - "throughput"
2989   - "parent"
2990   traces:
2991     hoverinfo: "x+y"
2992     boxpoints: "outliers"
2993     whiskerwidth: 0
2994   layout:
2995     title: ""  # No title
2996     layout: "plot-throughput"
2997
2998 -
2999   type: "plot"
3000   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3001   algorithm: "plot_performance_box"
3002   output-file-type: ".html"
3003   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3004   data: "plot-vpp-throughput-latency-3n-hsw"
3005   filter: "'NIC_Intel-X710' and
3006            '64B' and
3007            'FEATURE' and
3008            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3009            'NDRPDR' and
3010            '1T1C' and
3011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3012            not 'VHOST' and
3013            not 'MEMIF'"
3014   parameters:
3015   - "throughput"
3016   - "parent"
3017   traces:
3018     hoverinfo: "x+y"
3019     boxpoints: "outliers"
3020     whiskerwidth: 0
3021   layout:
3022     title: ""  # No title
3023     layout: "plot-throughput"
3024
3025 -
3026   type: "plot"
3027   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3028   algorithm: "plot_performance_box"
3029   output-file-type: ".html"
3030   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3031   data: "plot-vpp-throughput-latency-3n-hsw"
3032   filter: "'NIC_Intel-X710' and
3033            '64B' and
3034            'FEATURE' and
3035            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3036            'NDRPDR' and
3037            '2T2C' and
3038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3039            not 'VHOST' and
3040            not 'MEMIF'"
3041   parameters:
3042   - "throughput"
3043   - "parent"
3044   traces:
3045     hoverinfo: "x+y"
3046     boxpoints: "outliers"
3047     whiskerwidth: 0
3048   layout:
3049     title: ""  # No title
3050     layout: "plot-throughput"
3051
3052 -
3053   type: "plot"
3054   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3055   algorithm: "plot_performance_box"
3056   output-file-type: ".html"
3057   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3058   data: "plot-vpp-throughput-latency-3n-hsw"
3059   filter: "'NIC_Intel-X710' and
3060            '64B' and
3061            'FEATURE' and
3062            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3063            'NDRPDR' and
3064            '2T2C' and
3065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3066            not 'VHOST' and
3067            not 'MEMIF'"
3068   parameters:
3069   - "throughput"
3070   - "parent"
3071   traces:
3072     hoverinfo: "x+y"
3073     boxpoints: "outliers"
3074     whiskerwidth: 0
3075   layout:
3076     title: ""  # No title
3077     layout: "plot-throughput"
3078
3079 # Packet Throughput - VPP L2 3n-hsw-xl710
3080 -
3081   type: "plot"
3082   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3083   algorithm: "plot_performance_box"
3084   output-file-type: ".html"
3085   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3086   data: "plot-vpp-throughput-latency-3n-hsw"
3087   filter: "'NIC_Intel-XL710' and
3088            '64B' and
3089            ('BASE' or 'SCALE') and
3090            'NDRPDR' and
3091            '1T1C' and
3092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3093            not 'VHOST' and
3094            not 'MEMIF'"
3095   parameters:
3096   - "throughput"
3097   - "parent"
3098   traces:
3099     hoverinfo: "x+y"
3100     boxpoints: "outliers"
3101     whiskerwidth: 0
3102   layout:
3103     title: ""  # No title
3104     layout: "plot-throughput"
3105
3106 -
3107   type: "plot"
3108   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3109   algorithm: "plot_performance_box"
3110   output-file-type: ".html"
3111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3112   data: "plot-vpp-throughput-latency-3n-hsw"
3113   filter: "'NIC_Intel-XL710' and
3114            '64B' and
3115            ('BASE' or 'SCALE') and
3116            'NDRPDR' and
3117            '1T1C' and
3118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3119            not 'VHOST' and
3120            not 'MEMIF'"
3121   parameters:
3122   - "throughput"
3123   - "parent"
3124   traces:
3125     hoverinfo: "x+y"
3126     boxpoints: "outliers"
3127     whiskerwidth: 0
3128   layout:
3129     title: ""  # No title
3130     layout: "plot-throughput"
3131
3132 -
3133   type: "plot"
3134   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3135   algorithm: "plot_performance_box"
3136   output-file-type: ".html"
3137   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3138   data: "plot-vpp-throughput-latency-3n-hsw"
3139   filter: "'NIC_Intel-XL710' and
3140            '64B' and
3141            ('BASE' or 'SCALE') and
3142            'NDRPDR' and
3143            '2T2C' and
3144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3145            not 'VHOST' and
3146            not 'MEMIF'"
3147   parameters:
3148   - "throughput"
3149   - "parent"
3150   traces:
3151     hoverinfo: "x+y"
3152     boxpoints: "outliers"
3153     whiskerwidth: 0
3154   layout:
3155     title: ""  # No title
3156     layout: "plot-throughput"
3157
3158 -
3159   type: "plot"
3160   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3161   algorithm: "plot_performance_box"
3162   output-file-type: ".html"
3163   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3164   data: "plot-vpp-throughput-latency-3n-hsw"
3165   filter: "'NIC_Intel-XL710' and
3166            '64B' and
3167            ('BASE' or 'SCALE') and
3168            'NDRPDR' and
3169            '2T2C' and
3170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3171            not 'VHOST' and
3172            not 'MEMIF'"
3173   parameters:
3174   - "throughput"
3175   - "parent"
3176   traces:
3177     hoverinfo: "x+y"
3178     boxpoints: "outliers"
3179     whiskerwidth: 0
3180   layout:
3181     title: ""  # No title
3182     layout: "plot-throughput"
3183
3184 # Packet Throughput - VPP L2 3n-skx-x710
3185 -
3186   type: "plot"
3187   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3188   algorithm: "plot_performance_box"
3189   output-file-type: ".html"
3190   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3191   data: "plot-vpp-throughput-latency-3n-skx"
3192   filter: "'NIC_Intel-X710' and
3193            '64B' and
3194            ('BASE' or 'SCALE') and
3195            'NDRPDR' and
3196            '2T1C' and
3197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3198            not 'VHOST' and
3199            not 'MEMIF'"
3200   parameters:
3201   - "throughput"
3202   - "parent"
3203   traces:
3204     hoverinfo: "x+y"
3205     boxpoints: "outliers"
3206     whiskerwidth: 0
3207   layout:
3208     title: ""  # No title
3209     layout: "plot-throughput"
3210
3211 -
3212   type: "plot"
3213   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3214   algorithm: "plot_performance_box"
3215   output-file-type: ".html"
3216   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3217   data: "plot-vpp-throughput-latency-3n-skx"
3218   filter: "'NIC_Intel-X710' and
3219            '64B' and
3220            ('BASE' or 'SCALE') and
3221            'NDRPDR' and
3222            '2T1C' and
3223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3224            not 'VHOST' and
3225            not 'MEMIF'"
3226   parameters:
3227   - "throughput"
3228   - "parent"
3229   traces:
3230     hoverinfo: "x+y"
3231     boxpoints: "outliers"
3232     whiskerwidth: 0
3233   layout:
3234     title: ""  # No title
3235     layout: "plot-throughput"
3236
3237 -
3238   type: "plot"
3239   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3240   algorithm: "plot_performance_box"
3241   output-file-type: ".html"
3242   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3243   data: "plot-vpp-throughput-latency-3n-skx"
3244   filter: "'NIC_Intel-X710' and
3245            '64B' and
3246            ('BASE' or 'SCALE') and
3247            'NDRPDR' and
3248            '4T2C' and
3249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3250            not 'VHOST' and
3251            not 'MEMIF'"
3252   parameters:
3253   - "throughput"
3254   - "parent"
3255   traces:
3256     hoverinfo: "x+y"
3257     boxpoints: "outliers"
3258     whiskerwidth: 0
3259   layout:
3260     title: ""  # No title
3261     layout: "plot-throughput"
3262
3263 -
3264   type: "plot"
3265   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3266   algorithm: "plot_performance_box"
3267   output-file-type: ".html"
3268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3269   data: "plot-vpp-throughput-latency-3n-skx"
3270   filter: "'NIC_Intel-X710' and
3271            '64B' and
3272            ('BASE' or 'SCALE') and
3273            'NDRPDR' and
3274            '4T2C' and
3275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3276            not 'VHOST' and
3277            not 'MEMIF'"
3278   parameters:
3279   - "throughput"
3280   - "parent"
3281   traces:
3282     hoverinfo: "x+y"
3283     boxpoints: "outliers"
3284     whiskerwidth: 0
3285   layout:
3286     title: ""  # No title
3287     layout: "plot-throughput"
3288
3289 -
3290   type: "plot"
3291   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3292   algorithm: "plot_performance_box"
3293   output-file-type: ".html"
3294   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3295   data: "plot-vpp-throughput-latency-3n-skx"
3296   filter: "'NIC_Intel-X710' and
3297            '64B' and
3298            'FEATURE' and
3299            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3300            'NDRPDR' and
3301            '2T1C' and
3302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3303            not 'VHOST' and
3304            not 'MEMIF'"
3305   parameters:
3306   - "throughput"
3307   - "parent"
3308   traces:
3309     hoverinfo: "x+y"
3310     boxpoints: "outliers"
3311     whiskerwidth: 0
3312   layout:
3313     title: ""  # No title
3314     layout: "plot-throughput"
3315
3316 -
3317   type: "plot"
3318   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3319   algorithm: "plot_performance_box"
3320   output-file-type: ".html"
3321   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3322   data: "plot-vpp-throughput-latency-3n-skx"
3323   filter: "'NIC_Intel-X710' and
3324            '64B' and
3325            'FEATURE' and
3326            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3327            'NDRPDR' and
3328            '2T1C' and
3329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3330            not 'VHOST' and
3331            not 'MEMIF'"
3332   parameters:
3333   - "throughput"
3334   - "parent"
3335   traces:
3336     hoverinfo: "x+y"
3337     boxpoints: "outliers"
3338     whiskerwidth: 0
3339   layout:
3340     title: ""  # No title
3341     layout: "plot-throughput"
3342
3343 -
3344   type: "plot"
3345   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3346   algorithm: "plot_performance_box"
3347   output-file-type: ".html"
3348   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3349   data: "plot-vpp-throughput-latency-3n-skx"
3350   filter: "'NIC_Intel-X710' and
3351            '64B' and
3352            'FEATURE' and
3353            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3354            'NDRPDR' and
3355            '4T2C' and
3356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3357            not 'VHOST' and
3358            not 'MEMIF'"
3359   parameters:
3360   - "throughput"
3361   - "parent"
3362   traces:
3363     hoverinfo: "x+y"
3364     boxpoints: "outliers"
3365     whiskerwidth: 0
3366   layout:
3367     title: ""  # No title
3368     layout: "plot-throughput"
3369
3370 -
3371   type: "plot"
3372   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3373   algorithm: "plot_performance_box"
3374   output-file-type: ".html"
3375   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3376   data: "plot-vpp-throughput-latency-3n-skx"
3377   filter: "'NIC_Intel-X710' and
3378            '64B' and
3379            'FEATURE' and
3380            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3381            'NDRPDR' and
3382            '4T2C' and
3383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3384            not 'VHOST' and
3385            not 'MEMIF'"
3386   parameters:
3387   - "throughput"
3388   - "parent"
3389   traces:
3390     hoverinfo: "x+y"
3391     boxpoints: "outliers"
3392     whiskerwidth: 0
3393   layout:
3394     title: ""  # No title
3395     layout: "plot-throughput"
3396
3397 # Packet Throughput - VPP L2 3n-skx-xxv710
3398 -
3399   type: "plot"
3400   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3401   algorithm: "plot_performance_box"
3402   output-file-type: ".html"
3403   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3404   data: "plot-vpp-throughput-latency-3n-skx"
3405   filter: "'NIC_Intel-XXV710' and
3406            '64B' and
3407            ('BASE' or 'SCALE') and
3408            'NDRPDR' and
3409            '2T1C' and
3410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3411            not 'VHOST' and
3412            not 'MEMIF'"
3413   parameters:
3414   - "throughput"
3415   - "parent"
3416   traces:
3417     hoverinfo: "x+y"
3418     boxpoints: "outliers"
3419     whiskerwidth: 0
3420   layout:
3421     title: ""  # No title
3422     layout: "plot-throughput"
3423
3424 -
3425   type: "plot"
3426   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3427   algorithm: "plot_performance_box"
3428   output-file-type: ".html"
3429   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3430   data: "plot-vpp-throughput-latency-3n-skx"
3431   filter: "'NIC_Intel-XXV710' and
3432            '64B' and
3433            ('BASE' or 'SCALE') and
3434            'NDRPDR' and
3435            '2T1C' and
3436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3437            not 'VHOST' and
3438            not 'MEMIF'"
3439   parameters:
3440   - "throughput"
3441   - "parent"
3442   traces:
3443     hoverinfo: "x+y"
3444     boxpoints: "outliers"
3445     whiskerwidth: 0
3446   layout:
3447     title: ""  # No title
3448     layout: "plot-throughput"
3449
3450 -
3451   type: "plot"
3452   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3453   algorithm: "plot_performance_box"
3454   output-file-type: ".html"
3455   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3456   data: "plot-vpp-throughput-latency-3n-skx"
3457   filter: "'NIC_Intel-XXV710' and
3458            '64B' and
3459            ('BASE' or 'SCALE') and
3460            'NDRPDR' and
3461            '4T2C' and
3462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3463            not 'VHOST' and
3464            not 'MEMIF'"
3465   parameters:
3466   - "throughput"
3467   - "parent"
3468   traces:
3469     hoverinfo: "x+y"
3470     boxpoints: "outliers"
3471     whiskerwidth: 0
3472   layout:
3473     title: ""  # No title
3474     layout: "plot-throughput"
3475
3476 -
3477   type: "plot"
3478   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3479   algorithm: "plot_performance_box"
3480   output-file-type: ".html"
3481   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3482   data: "plot-vpp-throughput-latency-3n-skx"
3483   filter: "'NIC_Intel-XXV710' and
3484            '64B' and
3485            ('BASE' or 'SCALE') and
3486            'NDRPDR' and
3487            '4T2C' and
3488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3489            not 'VHOST' and
3490            not 'MEMIF'"
3491   parameters:
3492   - "throughput"
3493   - "parent"
3494   traces:
3495     hoverinfo: "x+y"
3496     boxpoints: "outliers"
3497     whiskerwidth: 0
3498   layout:
3499     title: ""  # No title
3500     layout: "plot-throughput"
3501
3502 -
3503   type: "plot"
3504   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3505   algorithm: "plot_performance_box"
3506   output-file-type: ".html"
3507   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr"
3508   data: "plot-vpp-throughput-latency-3n-skx"
3509   filter: "'NIC_Intel-XXV710' and
3510            '64B' and
3511            'FEATURE' and
3512            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3513            'NDRPDR' and
3514            '2T1C' and
3515            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3516            not 'VHOST' and
3517            not 'MEMIF'"
3518   parameters:
3519   - "throughput"
3520   - "parent"
3521   traces:
3522     hoverinfo: "x+y"
3523     boxpoints: "outliers"
3524     whiskerwidth: 0
3525   layout:
3526     title: ""  # No title
3527     layout: "plot-throughput"
3528
3529 -
3530   type: "plot"
3531   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3532   algorithm: "plot_performance_box"
3533   output-file-type: ".html"
3534   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-pdr"
3535   data: "plot-vpp-throughput-latency-3n-skx"
3536   filter: "'NIC_Intel-XXV710' and
3537            '64B' and
3538            'FEATURE' and
3539            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3540            'NDRPDR' and
3541            '2T1C' and
3542            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3543            not 'VHOST' and
3544            not 'MEMIF'"
3545   parameters:
3546   - "throughput"
3547   - "parent"
3548   traces:
3549     hoverinfo: "x+y"
3550     boxpoints: "outliers"
3551     whiskerwidth: 0
3552   layout:
3553     title: ""  # No title
3554     layout: "plot-throughput"
3555
3556 -
3557   type: "plot"
3558   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3559   algorithm: "plot_performance_box"
3560   output-file-type: ".html"
3561   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr"
3562   data: "plot-vpp-throughput-latency-3n-skx"
3563   filter: "'NIC_Intel-XXV710' and
3564            '64B' and
3565            'FEATURE' and
3566            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3567            'NDRPDR' and
3568            '4T2C' and
3569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3570            not 'VHOST' and
3571            not 'MEMIF'"
3572   parameters:
3573   - "throughput"
3574   - "parent"
3575   traces:
3576     hoverinfo: "x+y"
3577     boxpoints: "outliers"
3578     whiskerwidth: 0
3579   layout:
3580     title: ""  # No title
3581     layout: "plot-throughput"
3582
3583 -
3584   type: "plot"
3585   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3586   algorithm: "plot_performance_box"
3587   output-file-type: ".html"
3588   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-pdr"
3589   data: "plot-vpp-throughput-latency-3n-skx"
3590   filter: "'NIC_Intel-XXV710' and
3591            '64B' and
3592            'FEATURE' and
3593            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3594            'NDRPDR' and
3595            '4T2C' and
3596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3597            not 'VHOST' and
3598            not 'MEMIF'"
3599   parameters:
3600   - "throughput"
3601   - "parent"
3602   traces:
3603     hoverinfo: "x+y"
3604     boxpoints: "outliers"
3605     whiskerwidth: 0
3606   layout:
3607     title: ""  # No title
3608     layout: "plot-throughput"
3609
3610 # Packet Throughput - VPP L2 2n-skx-x710
3611 -
3612   type: "plot"
3613   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3614   algorithm: "plot_performance_box"
3615   output-file-type: ".html"
3616   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3617   data: "plot-vpp-throughput-latency-2n-skx"
3618   filter: "'NIC_Intel-X710' and
3619            '64B' and
3620            ('BASE' or 'SCALE') and
3621            'NDRPDR' and
3622            '2T1C' and
3623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3624            not 'VHOST' and
3625            not 'MEMIF'"
3626   parameters:
3627   - "throughput"
3628   - "parent"
3629   traces:
3630     hoverinfo: "x+y"
3631     boxpoints: "outliers"
3632     whiskerwidth: 0
3633   layout:
3634     title: ""  # No title
3635     layout: "plot-throughput"
3636
3637 -
3638   type: "plot"
3639   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3640   algorithm: "plot_performance_box"
3641   output-file-type: ".html"
3642   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3643   data: "plot-vpp-throughput-latency-2n-skx"
3644   filter: "'NIC_Intel-X710' and
3645            '64B' and
3646            ('BASE' or 'SCALE') and
3647            'NDRPDR' and
3648            '2T1C' and
3649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3650            not 'VHOST' and
3651            not 'MEMIF'"
3652   parameters:
3653   - "throughput"
3654   - "parent"
3655   traces:
3656     hoverinfo: "x+y"
3657     boxpoints: "outliers"
3658     whiskerwidth: 0
3659   layout:
3660     title: ""  # No title
3661     layout: "plot-throughput"
3662
3663 -
3664   type: "plot"
3665   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3666   algorithm: "plot_performance_box"
3667   output-file-type: ".html"
3668   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3669   data: "plot-vpp-throughput-latency-2n-skx"
3670   filter: "'NIC_Intel-X710' and
3671            '64B' and
3672            ('BASE' or 'SCALE') and
3673            'NDRPDR' and
3674            '4T2C' and
3675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3676            not 'VHOST' and
3677            not 'MEMIF'"
3678   parameters:
3679   - "throughput"
3680   - "parent"
3681   traces:
3682     hoverinfo: "x+y"
3683     boxpoints: "outliers"
3684     whiskerwidth: 0
3685   layout:
3686     title: ""  # No title
3687     layout: "plot-throughput"
3688
3689 -
3690   type: "plot"
3691   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3692   algorithm: "plot_performance_box"
3693   output-file-type: ".html"
3694   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3695   data: "plot-vpp-throughput-latency-2n-skx"
3696   filter: "'NIC_Intel-X710' and
3697            '64B' and
3698            ('BASE' or 'SCALE') and
3699            'NDRPDR' and
3700            '4T2C' and
3701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3702            not 'VHOST' and
3703            not 'MEMIF'"
3704   parameters:
3705   - "throughput"
3706   - "parent"
3707   traces:
3708     hoverinfo: "x+y"
3709     boxpoints: "outliers"
3710     whiskerwidth: 0
3711   layout:
3712     title: ""  # No title
3713     layout: "plot-throughput"
3714
3715 # Packet Throughput - VPP L2 2n-skx-xxv710
3716 -
3717   type: "plot"
3718   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3719   algorithm: "plot_performance_box"
3720   output-file-type: ".html"
3721   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3722   data: "plot-vpp-throughput-latency-2n-skx"
3723   filter: "'NIC_Intel-XXV710' and
3724            '64B' and
3725            ('BASE' or 'SCALE') and
3726            'NDRPDR' and
3727            '2T1C' and
3728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3729            not 'VHOST' and
3730            not 'MEMIF'"
3731   parameters:
3732   - "throughput"
3733   - "parent"
3734   traces:
3735     hoverinfo: "x+y"
3736     boxpoints: "outliers"
3737     whiskerwidth: 0
3738   layout:
3739     title: ""  # No title
3740     layout: "plot-throughput"
3741
3742 -
3743   type: "plot"
3744   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3745   algorithm: "plot_performance_box"
3746   output-file-type: ".html"
3747   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3748   data: "plot-vpp-throughput-latency-2n-skx"
3749   filter: "'NIC_Intel-XXV710' and
3750            '64B' and
3751            ('BASE' or 'SCALE') and
3752            'NDRPDR' and
3753            '2T1C' and
3754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3755            not 'VHOST' and
3756            not 'MEMIF'"
3757   parameters:
3758   - "throughput"
3759   - "parent"
3760   traces:
3761     hoverinfo: "x+y"
3762     boxpoints: "outliers"
3763     whiskerwidth: 0
3764   layout:
3765     title: ""  # No title
3766     layout: "plot-throughput"
3767
3768 -
3769   type: "plot"
3770   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3771   algorithm: "plot_performance_box"
3772   output-file-type: ".html"
3773   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3774   data: "plot-vpp-throughput-latency-2n-skx"
3775   filter: "'NIC_Intel-XXV710' and
3776            '64B' and
3777            ('BASE' or 'SCALE') and
3778            'NDRPDR' and
3779            '4T2C' and
3780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3781            not 'VHOST' and
3782            not 'MEMIF'"
3783   parameters:
3784   - "throughput"
3785   - "parent"
3786   traces:
3787     hoverinfo: "x+y"
3788     boxpoints: "outliers"
3789     whiskerwidth: 0
3790   layout:
3791     title: ""  # No title
3792     layout: "plot-throughput"
3793
3794 -
3795   type: "plot"
3796   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3797   algorithm: "plot_performance_box"
3798   output-file-type: ".html"
3799   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3800   data: "plot-vpp-throughput-latency-2n-skx"
3801   filter: "'NIC_Intel-XXV710' and
3802            '64B' and
3803            ('BASE' or 'SCALE') and
3804            'NDRPDR' and
3805            '4T2C' and
3806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3807            not 'VHOST' and
3808            not 'MEMIF'"
3809   parameters:
3810   - "throughput"
3811   - "parent"
3812   traces:
3813     hoverinfo: "x+y"
3814     boxpoints: "outliers"
3815     whiskerwidth: 0
3816   layout:
3817     title: ""  # No title
3818     layout: "plot-throughput"
3819
3820 ################################################################################
3821
3822 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3823 -
3824   type: "plot"
3825   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3826   algorithm: "plot_performance_box"
3827   output-file-type: ".html"
3828   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3829   data: "plot-vpp-throughput-latency-3n-hsw"
3830   filter: "'NIC_Intel-X520-DA2' and
3831            '64B' and
3832            ('BASE' or 'SCALE') and
3833            'NDRPDR' and
3834            '1T1C' and
3835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3836            not 'VHOST' and
3837            'MEMIF'"
3838   parameters:
3839   - "throughput"
3840   - "parent"
3841   traces:
3842     hoverinfo: "x+y"
3843     boxpoints: "outliers"
3844     whiskerwidth: 0
3845   layout:
3846     title: ""  # No title
3847     layout: "plot-throughput"
3848
3849 -
3850   type: "plot"
3851   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3852   algorithm: "plot_performance_box"
3853   output-file-type: ".html"
3854   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3855   data: "plot-vpp-throughput-latency-3n-hsw"
3856   filter: "'NIC_Intel-X520-DA2' and
3857            '64B' and
3858            ('BASE' or 'SCALE') and
3859            'NDRPDR' and
3860            '1T1C' and
3861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3862            not 'VHOST' and
3863            'MEMIF'"
3864   parameters:
3865   - "throughput"
3866   - "parent"
3867   traces:
3868     hoverinfo: "x+y"
3869     boxpoints: "outliers"
3870     whiskerwidth: 0
3871   layout:
3872     title: ""  # No title
3873     layout: "plot-throughput"
3874
3875 -
3876   type: "plot"
3877   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3878   algorithm: "plot_performance_box"
3879   output-file-type: ".html"
3880   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3881   data: "plot-vpp-throughput-latency-3n-hsw"
3882   filter: "'NIC_Intel-X520-DA2' and
3883            '64B' and
3884            ('BASE' or 'SCALE') and
3885            'NDRPDR' and
3886            '2T2C' and
3887            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3888            not 'VHOST' and
3889            'MEMIF'"
3890   parameters:
3891   - "throughput"
3892   - "parent"
3893   traces:
3894     hoverinfo: "x+y"
3895     boxpoints: "outliers"
3896     whiskerwidth: 0
3897   layout:
3898     title: ""  # No title
3899     layout: "plot-throughput"
3900
3901 -
3902   type: "plot"
3903   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3904   algorithm: "plot_performance_box"
3905   output-file-type: ".html"
3906   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3907   data: "plot-vpp-throughput-latency-3n-hsw"
3908   filter: "'NIC_Intel-X520-DA2' and
3909            '64B' and
3910            ('BASE' or 'SCALE') and
3911            'NDRPDR' and
3912            '2T2C' and
3913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3914            not 'VHOST' and
3915            'MEMIF'"
3916   parameters:
3917   - "throughput"
3918   - "parent"
3919   traces:
3920     hoverinfo: "x+y"
3921     boxpoints: "outliers"
3922     whiskerwidth: 0
3923   layout:
3924     title: ""  # No title
3925     layout: "plot-throughput"
3926
3927 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3928 -
3929   type: "plot"
3930   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3931   algorithm: "plot_performance_box"
3932   output-file-type: ".html"
3933   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3934   data: "plot-vpp-throughput-latency-3n-hsw"
3935   filter: "'NIC_Intel-X710' and
3936            '64B' and
3937            ('BASE' or 'SCALE') and
3938            'NDRPDR' and
3939            '1T1C' and
3940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3941            not 'VHOST' and
3942            'MEMIF'"
3943   parameters:
3944   - "throughput"
3945   - "parent"
3946   traces:
3947     hoverinfo: "x+y"
3948     boxpoints: "outliers"
3949     whiskerwidth: 0
3950   layout:
3951     title: ""  # No title
3952     layout: "plot-throughput"
3953
3954 -
3955   type: "plot"
3956   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3957   algorithm: "plot_performance_box"
3958   output-file-type: ".html"
3959   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3960   data: "plot-vpp-throughput-latency-3n-hsw"
3961   filter: "'NIC_Intel-X710' and
3962            '64B' and
3963            ('BASE' or 'SCALE') and
3964            'NDRPDR' and
3965            '1T1C' and
3966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3967            not 'VHOST' and
3968            'MEMIF'"
3969   parameters:
3970   - "throughput"
3971   - "parent"
3972   traces:
3973     hoverinfo: "x+y"
3974     boxpoints: "outliers"
3975     whiskerwidth: 0
3976   layout:
3977     title: ""  # No title
3978     layout: "plot-throughput"
3979
3980 -
3981   type: "plot"
3982   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3983   algorithm: "plot_performance_box"
3984   output-file-type: ".html"
3985   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3986   data: "plot-vpp-throughput-latency-3n-hsw"
3987   filter: "'NIC_Intel-X710' and
3988            '64B' and
3989            ('BASE' or 'SCALE') and
3990            'NDRPDR' and
3991            '2T2C' and
3992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3993            not 'VHOST' and
3994            'MEMIF'"
3995   parameters:
3996   - "throughput"
3997   - "parent"
3998   traces:
3999     hoverinfo: "x+y"
4000     boxpoints: "outliers"
4001     whiskerwidth: 0
4002   layout:
4003     title: ""  # No title
4004     layout: "plot-throughput"
4005
4006 -
4007   type: "plot"
4008   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4009   algorithm: "plot_performance_box"
4010   output-file-type: ".html"
4011   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4012   data: "plot-vpp-throughput-latency-3n-hsw"
4013   filter: "'NIC_Intel-X710' and
4014            '64B' and
4015            ('BASE' or 'SCALE') and
4016            'NDRPDR' and
4017            '2T2C' and
4018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4019            not 'VHOST' and
4020            'MEMIF'"
4021   parameters:
4022   - "throughput"
4023   - "parent"
4024   traces:
4025     hoverinfo: "x+y"
4026     boxpoints: "outliers"
4027     whiskerwidth: 0
4028   layout:
4029     title: ""  # No title
4030     layout: "plot-throughput"
4031
4032 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4033 -
4034   type: "plot"
4035   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4036   algorithm: "plot_performance_box"
4037   output-file-type: ".html"
4038   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4039   data: "plot-vpp-throughput-latency-3n-hsw"
4040   filter: "'NIC_Intel-XL710' and
4041            '64B' and
4042            ('BASE' or 'SCALE') and
4043            'NDRPDR' and
4044            '1T1C' and
4045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4046            not 'VHOST' and
4047            'MEMIF'"
4048   parameters:
4049   - "throughput"
4050   - "parent"
4051   traces:
4052     hoverinfo: "x+y"
4053     boxpoints: "outliers"
4054     whiskerwidth: 0
4055   layout:
4056     title: ""  # No title
4057     layout: "plot-throughput"
4058
4059 -
4060   type: "plot"
4061   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4062   algorithm: "plot_performance_box"
4063   output-file-type: ".html"
4064   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4065   data: "plot-vpp-throughput-latency-3n-hsw"
4066   filter: "'NIC_Intel-XL710' and
4067            '64B' and
4068            ('BASE' or 'SCALE') and
4069            'NDRPDR' and
4070            '1T1C' and
4071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4072            not 'VHOST' and
4073            'MEMIF'"
4074   parameters:
4075   - "throughput"
4076   - "parent"
4077   traces:
4078     hoverinfo: "x+y"
4079     boxpoints: "outliers"
4080     whiskerwidth: 0
4081   layout:
4082     title: ""  # No title
4083     layout: "plot-throughput"
4084
4085 -
4086   type: "plot"
4087   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4088   algorithm: "plot_performance_box"
4089   output-file-type: ".html"
4090   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4091   data: "plot-vpp-throughput-latency-3n-hsw"
4092   filter: "'NIC_Intel-XL710' and
4093            '64B' and
4094            ('BASE' or 'SCALE') and
4095            'NDRPDR' and
4096            '2T2C' and
4097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4098            not 'VHOST' and
4099            'MEMIF'"
4100   parameters:
4101   - "throughput"
4102   - "parent"
4103   traces:
4104     hoverinfo: "x+y"
4105     boxpoints: "outliers"
4106     whiskerwidth: 0
4107   layout:
4108     title: ""  # No title
4109     layout: "plot-throughput"
4110
4111 -
4112   type: "plot"
4113   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4114   algorithm: "plot_performance_box"
4115   output-file-type: ".html"
4116   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4117   data: "plot-vpp-throughput-latency-3n-hsw"
4118   filter: "'NIC_Intel-XL710' and
4119            '64B' and
4120            ('BASE' or 'SCALE') and
4121            'NDRPDR' and
4122            '2T2C' and
4123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4124            not 'VHOST' and
4125            'MEMIF'"
4126   parameters:
4127   - "throughput"
4128   - "parent"
4129   traces:
4130     hoverinfo: "x+y"
4131     boxpoints: "outliers"
4132     whiskerwidth: 0
4133   layout:
4134     title: ""  # No title
4135     layout: "plot-throughput"
4136
4137 # Packet Throughput - VPP Container Memif 3n-skx-x710
4138 -
4139   type: "plot"
4140   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4141   algorithm: "plot_performance_box"
4142   output-file-type: ".html"
4143   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4144   data: "plot-vpp-throughput-latency-3n-skx"
4145   filter: "'NIC_Intel-X710' and
4146            '64B' and
4147            ('BASE' or 'SCALE') and
4148            'NDRPDR' and
4149            '2T1C' and
4150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4151            not 'VHOST' and
4152            'MEMIF'"
4153   parameters:
4154   - "throughput"
4155   - "parent"
4156   traces:
4157     hoverinfo: "x+y"
4158     boxpoints: "outliers"
4159     whiskerwidth: 0
4160   layout:
4161     title: ""  # No title
4162     layout: "plot-throughput"
4163
4164 -
4165   type: "plot"
4166   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4167   algorithm: "plot_performance_box"
4168   output-file-type: ".html"
4169   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4170   data: "plot-vpp-throughput-latency-3n-skx"
4171   filter: "'NIC_Intel-X710' and
4172            '64B' and
4173            ('BASE' or 'SCALE') and
4174            'NDRPDR' and
4175            '2T1C' and
4176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4177            not 'VHOST' and
4178             'MEMIF'"
4179   parameters:
4180   - "throughput"
4181   - "parent"
4182   traces:
4183     hoverinfo: "x+y"
4184     boxpoints: "outliers"
4185     whiskerwidth: 0
4186   layout:
4187     title: ""  # No title
4188     layout: "plot-throughput"
4189
4190 -
4191   type: "plot"
4192   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4193   algorithm: "plot_performance_box"
4194   output-file-type: ".html"
4195   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4196   data: "plot-vpp-throughput-latency-3n-skx"
4197   filter: "'NIC_Intel-X710' and
4198            '64B' and
4199            ('BASE' or 'SCALE') and
4200            'NDRPDR' and
4201            '4T2C' and
4202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4203            not 'VHOST' and
4204            'MEMIF'"
4205   parameters:
4206   - "throughput"
4207   - "parent"
4208   traces:
4209     hoverinfo: "x+y"
4210     boxpoints: "outliers"
4211     whiskerwidth: 0
4212   layout:
4213     title: ""  # No title
4214     layout: "plot-throughput"
4215
4216 -
4217   type: "plot"
4218   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4219   algorithm: "plot_performance_box"
4220   output-file-type: ".html"
4221   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4222   data: "plot-vpp-throughput-latency-3n-skx"
4223   filter: "'NIC_Intel-X710' and
4224            '64B' and
4225            ('BASE' or 'SCALE') and
4226            'NDRPDR' and
4227            '4T2C' and
4228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4229            not 'VHOST' and
4230            'MEMIF'"
4231   parameters:
4232   - "throughput"
4233   - "parent"
4234   traces:
4235     hoverinfo: "x+y"
4236     boxpoints: "outliers"
4237     whiskerwidth: 0
4238   layout:
4239     title: ""  # No title
4240     layout: "plot-throughput"
4241
4242 ################################################################################
4243
4244 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4245 -
4246   type: "plot"
4247   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4248   algorithm: "plot_performance_box"
4249   output-file-type: ".html"
4250   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4251   data: "plot-ligato-throughput-latency-3n-hsw"
4252   filter: "'NIC_Intel-X520-DA2' and
4253            '64B' and
4254            ('BASE' or 'SCALE') and
4255            'NDRPDR' and
4256            '1T1C' and
4257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4258            not 'VHOST' and
4259            'MEMIF'"
4260   parameters:
4261   - "throughput"
4262   - "parent"
4263   traces:
4264     hoverinfo: "x+y"
4265     boxpoints: "outliers"
4266     whiskerwidth: 0
4267   layout:
4268     title: ""  # No title
4269     layout: "plot-throughput"
4270
4271 -
4272   type: "plot"
4273   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4274   algorithm: "plot_performance_box"
4275   output-file-type: ".html"
4276   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4277   data: "plot-ligato-throughput-latency-3n-hsw"
4278   filter: "'NIC_Intel-X520-DA2' and
4279            '64B' and
4280            ('BASE' or 'SCALE') and
4281            'NDRPDR' and
4282            '1T1C' and
4283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4284            not 'VHOST' and
4285            'MEMIF'"
4286   parameters:
4287   - "throughput"
4288   - "parent"
4289   traces:
4290     hoverinfo: "x+y"
4291     boxpoints: "outliers"
4292     whiskerwidth: 0
4293   layout:
4294     title: ""  # No title
4295     layout: "plot-throughput"
4296
4297 -
4298   type: "plot"
4299   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4300   algorithm: "plot_performance_box"
4301   output-file-type: ".html"
4302   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4303   data: "plot-ligato-throughput-latency-3n-hsw"
4304   filter: "'NIC_Intel-X520-DA2' and
4305            '64B' and
4306            ('BASE' or 'SCALE') and
4307            'NDRPDR' and
4308            '2T2C' and
4309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4310            not 'VHOST' and
4311            'MEMIF'"
4312   parameters:
4313   - "throughput"
4314   - "parent"
4315   traces:
4316     hoverinfo: "x+y"
4317     boxpoints: "outliers"
4318     whiskerwidth: 0
4319   layout:
4320     title: ""  # No title
4321     layout: "plot-throughput"
4322
4323 -
4324   type: "plot"
4325   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4326   algorithm: "plot_performance_box"
4327   output-file-type: ".html"
4328   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4329   data: "plot-ligato-throughput-latency-3n-hsw"
4330   filter: "'NIC_Intel-X520-DA2' and
4331            '64B' and
4332            ('BASE' or 'SCALE') and
4333            'NDRPDR' and
4334            '2T2C' and
4335            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4336            not 'VHOST' and
4337            'MEMIF'"
4338   parameters:
4339   - "throughput"
4340   - "parent"
4341   traces:
4342     hoverinfo: "x+y"
4343     boxpoints: "outliers"
4344     whiskerwidth: 0
4345   layout:
4346     title: ""  # No title
4347     layout: "plot-throughput"
4348
4349 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4350 -
4351   type: "plot"
4352   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4353   algorithm: "plot_performance_box"
4354   output-file-type: ".html"
4355   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4356   data: "plot-ligato-throughput-latency-3n-hsw"
4357   filter: "'NIC_Intel-X710' and
4358            '64B' and
4359            ('BASE' or 'SCALE') and
4360            'NDRPDR' and
4361            '1T1C' and
4362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4363            not 'VHOST' and
4364            'MEMIF'"
4365   parameters:
4366   - "throughput"
4367   - "parent"
4368   traces:
4369     hoverinfo: "x+y"
4370     boxpoints: "outliers"
4371     whiskerwidth: 0
4372   layout:
4373     title: ""  # No title
4374     layout: "plot-throughput"
4375
4376 -
4377   type: "plot"
4378   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4379   algorithm: "plot_performance_box"
4380   output-file-type: ".html"
4381   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4382   data: "plot-ligato-throughput-latency-3n-hsw"
4383   filter: "'NIC_Intel-X710' and
4384            '64B' and
4385            ('BASE' or 'SCALE') and
4386            'NDRPDR' and
4387            '1T1C' and
4388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4389            not 'VHOST' and
4390            'MEMIF'"
4391   parameters:
4392   - "throughput"
4393   - "parent"
4394   traces:
4395     hoverinfo: "x+y"
4396     boxpoints: "outliers"
4397     whiskerwidth: 0
4398   layout:
4399     title: ""  # No title
4400     layout: "plot-throughput"
4401
4402 -
4403   type: "plot"
4404   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4405   algorithm: "plot_performance_box"
4406   output-file-type: ".html"
4407   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4408   data: "plot-ligato-throughput-latency-3n-hsw"
4409   filter: "'NIC_Intel-X710' and
4410            '64B' and
4411            ('BASE' or 'SCALE') and
4412            'NDRPDR' and
4413            '2T2C' and
4414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4415            not 'VHOST' and
4416            'MEMIF'"
4417   parameters:
4418   - "throughput"
4419   - "parent"
4420   traces:
4421     hoverinfo: "x+y"
4422     boxpoints: "outliers"
4423     whiskerwidth: 0
4424   layout:
4425     title: ""  # No title
4426     layout: "plot-throughput"
4427
4428 -
4429   type: "plot"
4430   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4431   algorithm: "plot_performance_box"
4432   output-file-type: ".html"
4433   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4434   data: "plot-ligato-throughput-latency-3n-hsw"
4435   filter: "'NIC_Intel-X710' and
4436            '64B' and
4437            ('BASE' or 'SCALE') and
4438            'NDRPDR' and
4439            '2T2C' and
4440            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4441            not 'VHOST' and
4442            'MEMIF'"
4443   parameters:
4444   - "throughput"
4445   - "parent"
4446   traces:
4447     hoverinfo: "x+y"
4448     boxpoints: "outliers"
4449     whiskerwidth: 0
4450   layout:
4451     title: ""  # No title
4452     layout: "plot-throughput"
4453
4454 ################################################################################
4455
4456 # Packet Throughput - VPP IPv4 3n-hsw-x520
4457 -
4458   type: "plot"
4459   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4460   algorithm: "plot_performance_box"
4461   output-file-type: ".html"
4462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4463   data: "plot-vpp-throughput-latency-3n-hsw"
4464   filter: "'NIC_Intel-X520-DA2' and
4465            '64B' and
4466            ('BASE' or 'SCALE') and
4467            'NDRPDR' and
4468            '1T1C' and
4469            'IP4FWD' and
4470            not 'IPSEC' and
4471            not 'VHOST'"
4472   parameters:
4473   - "throughput"
4474   - "parent"
4475   traces:
4476     hoverinfo: "x+y"
4477     boxpoints: "outliers"
4478     whiskerwidth: 0
4479   layout:
4480     title: ""  # No title
4481     layout: "plot-throughput"
4482
4483 -
4484   type: "plot"
4485   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4486   algorithm: "plot_performance_box"
4487   output-file-type: ".html"
4488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4489   data: "plot-vpp-throughput-latency-3n-hsw"
4490   filter: "'NIC_Intel-X520-DA2' and
4491            '64B' and
4492            ('BASE' or 'SCALE') and
4493            'NDRPDR' and
4494            '1T1C' and
4495            'IP4FWD' and
4496            not 'IPSEC' and
4497            not 'VHOST'"
4498   parameters:
4499   - "throughput"
4500   - "parent"
4501   traces:
4502     hoverinfo: "x+y"
4503     boxpoints: "outliers"
4504     whiskerwidth: 0
4505   layout:
4506     title: ""  # No title
4507     layout: "plot-throughput"
4508
4509 -
4510   type: "plot"
4511   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4512   algorithm: "plot_performance_box"
4513   output-file-type: ".html"
4514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4515   data: "plot-vpp-throughput-latency-3n-hsw"
4516   filter: "'NIC_Intel-X520-DA2' and
4517            '64B' and
4518            ('BASE' or 'SCALE') and
4519            'NDRPDR' and
4520            '2T2C' and
4521            'IP4FWD' and
4522            not 'IPSEC' and
4523            not 'VHOST'"
4524   parameters:
4525   - "throughput"
4526   - "parent"
4527   traces:
4528     hoverinfo: "x+y"
4529     boxpoints: "outliers"
4530     whiskerwidth: 0
4531   layout:
4532     title: ""  # No title
4533     layout: "plot-throughput"
4534
4535 -
4536   type: "plot"
4537   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4538   algorithm: "plot_performance_box"
4539   output-file-type: ".html"
4540   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4541   data: "plot-vpp-throughput-latency-3n-hsw"
4542   filter: "'NIC_Intel-X520-DA2' and
4543            '64B' and
4544            ('BASE' or 'SCALE') and
4545            'NDRPDR' and
4546            '2T2C' and
4547            'IP4FWD' and
4548            not 'IPSEC' and
4549            not 'VHOST'"
4550   parameters:
4551   - "throughput"
4552   - "parent"
4553   traces:
4554     hoverinfo: "x+y"
4555     boxpoints: "outliers"
4556     whiskerwidth: 0
4557   layout:
4558     title: ""  # No title
4559     layout: "plot-throughput"
4560
4561 -
4562   type: "plot"
4563   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4564   algorithm: "plot_performance_box"
4565   output-file-type: ".html"
4566   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4567   data: "plot-vpp-throughput-latency-3n-hsw"
4568   filter: "'NIC_Intel-X520-DA2' and
4569            '64B' and
4570            'FEATURE' and
4571            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4572            'NDRPDR' and
4573            '1T1C' and
4574            'IP4FWD' and
4575            not 'IPSEC' and
4576            not 'VHOST'"
4577   parameters:
4578   - "throughput"
4579   - "parent"
4580   traces:
4581     hoverinfo: "x+y"
4582     boxpoints: "outliers"
4583     whiskerwidth: 0
4584   layout:
4585     title: ""  # No title
4586     layout: "plot-throughput"
4587
4588 -
4589   type: "plot"
4590   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4591   algorithm: "plot_performance_box"
4592   output-file-type: ".html"
4593   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4594   data: "plot-vpp-throughput-latency-3n-hsw"
4595   filter: "'NIC_Intel-X520-DA2' and
4596            '64B' and
4597            'FEATURE' and
4598            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4599            'NDRPDR' and
4600            '1T1C' and
4601            'IP4FWD' and
4602            not 'IPSEC' and
4603            not 'VHOST'"
4604   parameters:
4605   - "throughput"
4606   - "parent"
4607   traces:
4608     hoverinfo: "x+y"
4609     boxpoints: "outliers"
4610     whiskerwidth: 0
4611   layout:
4612     title: ""  # No title
4613     layout: "plot-throughput"
4614
4615 -
4616   type: "plot"
4617   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4618   algorithm: "plot_performance_box"
4619   output-file-type: ".html"
4620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4621   data: "plot-vpp-throughput-latency-3n-hsw"
4622   filter: "'NIC_Intel-X520-DA2' and
4623            '64B' and
4624            'FEATURE' and
4625            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4626            'NDRPDR' and
4627            '2T2C' and
4628            'IP4FWD' and
4629            not 'IPSEC' and
4630            not 'VHOST'"
4631   parameters:
4632   - "throughput"
4633   - "parent"
4634   traces:
4635     hoverinfo: "x+y"
4636     boxpoints: "outliers"
4637     whiskerwidth: 0
4638   layout:
4639     title: ""  # No title
4640     layout: "plot-throughput"
4641
4642 -
4643   type: "plot"
4644   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4645   algorithm: "plot_performance_box"
4646   output-file-type: ".html"
4647   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4648   data: "plot-vpp-throughput-latency-3n-hsw"
4649   filter: "'NIC_Intel-X520-DA2' and
4650            '64B' and
4651            'FEATURE' and
4652            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4653            'NDRPDR' and
4654            '2T2C' and
4655            'IP4FWD' and
4656            not 'IPSEC' and
4657            not 'VHOST'"
4658   parameters:
4659   - "throughput"
4660   - "parent"
4661   traces:
4662     hoverinfo: "x+y"
4663     boxpoints: "outliers"
4664     whiskerwidth: 0
4665   layout:
4666     title: ""  # No title
4667     layout: "plot-throughput"
4668
4669 # Packet Throughput - VPP IPv4 3n-hsw-x710
4670 -
4671   type: "plot"
4672   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4673   algorithm: "plot_performance_box"
4674   output-file-type: ".html"
4675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4676   data: "plot-vpp-throughput-latency-3n-hsw"
4677   filter: "'NIC_Intel-X710' and
4678            '64B' and
4679            ('BASE' or 'SCALE') and
4680            'NDRPDR' and
4681            '1T1C' and
4682            'IP4FWD' and
4683            not 'IPSEC' and
4684            not 'VHOST'"
4685   parameters:
4686   - "throughput"
4687   - "parent"
4688   traces:
4689     hoverinfo: "x+y"
4690     boxpoints: "outliers"
4691     whiskerwidth: 0
4692   layout:
4693     title: ""  # No title
4694     layout: "plot-throughput"
4695
4696 -
4697   type: "plot"
4698   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4699   algorithm: "plot_performance_box"
4700   output-file-type: ".html"
4701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4702   data: "plot-vpp-throughput-latency-3n-hsw"
4703   filter: "'NIC_Intel-X710' and
4704            '64B' and
4705            ('BASE' or 'SCALE') and
4706            'NDRPDR' and
4707            '1T1C' and
4708            'IP4FWD' and
4709            not 'IPSEC' and
4710            not 'VHOST'"
4711   parameters:
4712   - "throughput"
4713   - "parent"
4714   traces:
4715     hoverinfo: "x+y"
4716     boxpoints: "outliers"
4717     whiskerwidth: 0
4718   layout:
4719     title: ""  # No title
4720     layout: "plot-throughput"
4721
4722 -
4723   type: "plot"
4724   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4725   algorithm: "plot_performance_box"
4726   output-file-type: ".html"
4727   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4728   data: "plot-vpp-throughput-latency-3n-hsw"
4729   filter: "'NIC_Intel-X710' and
4730            '64B' and
4731            ('BASE' or 'SCALE') and
4732            'NDRPDR' and
4733            '2T2C' and
4734            'IP4FWD' and
4735            not 'IPSEC' and
4736            not 'VHOST'"
4737   parameters:
4738   - "throughput"
4739   - "parent"
4740   traces:
4741     hoverinfo: "x+y"
4742     boxpoints: "outliers"
4743     whiskerwidth: 0
4744   layout:
4745     title: ""  # No title
4746     layout: "plot-throughput"
4747
4748 -
4749   type: "plot"
4750   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4751   algorithm: "plot_performance_box"
4752   output-file-type: ".html"
4753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4754   data: "plot-vpp-throughput-latency-3n-hsw"
4755   filter: "'NIC_Intel-X710' and
4756            '64B' and
4757            ('BASE' or 'SCALE') and
4758            'NDRPDR' and
4759            '2T2C' and
4760            'IP4FWD' and
4761            not 'IPSEC' and
4762            not 'VHOST'"
4763   parameters:
4764   - "throughput"
4765   - "parent"
4766   traces:
4767     hoverinfo: "x+y"
4768     boxpoints: "outliers"
4769     whiskerwidth: 0
4770   layout:
4771     title: ""  # No title
4772     layout: "plot-throughput"
4773
4774 -
4775   type: "plot"
4776   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4777   algorithm: "plot_performance_box"
4778   output-file-type: ".html"
4779   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4780   data: "plot-vpp-throughput-latency-3n-hsw"
4781   filter: "'NIC_Intel-X710' and
4782            '64B' and
4783            'FEATURE' and
4784            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4785            'NDRPDR' and
4786            '1T1C' and
4787            'IP4FWD' and
4788            not 'IPSEC' and
4789            not 'VHOST'"
4790   parameters:
4791   - "throughput"
4792   - "parent"
4793   traces:
4794     hoverinfo: "x+y"
4795     boxpoints: "outliers"
4796     whiskerwidth: 0
4797   layout:
4798     title: ""  # No title
4799     layout: "plot-throughput"
4800
4801 -
4802   type: "plot"
4803   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4804   algorithm: "plot_performance_box"
4805   output-file-type: ".html"
4806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4807   data: "plot-vpp-throughput-latency-3n-hsw"
4808   filter: "'NIC_Intel-X710' and
4809            '64B' and
4810            'FEATURE' and
4811            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4812            'NDRPDR' and
4813            '1T1C' and
4814            'IP4FWD' and
4815            not 'IPSEC' and
4816            not 'VHOST'"
4817   parameters:
4818   - "throughput"
4819   - "parent"
4820   traces:
4821     hoverinfo: "x+y"
4822     boxpoints: "outliers"
4823     whiskerwidth: 0
4824   layout:
4825     title: ""  # No title
4826     layout: "plot-throughput"
4827
4828 -
4829   type: "plot"
4830   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4831   algorithm: "plot_performance_box"
4832   output-file-type: ".html"
4833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4834   data: "plot-vpp-throughput-latency-3n-hsw"
4835   filter: "'NIC_Intel-X710' and
4836            '64B' and
4837            'FEATURE' and
4838            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4839            'NDRPDR' and
4840            '2T2C' and
4841            'IP4FWD' and
4842            not 'IPSEC' and
4843            not 'VHOST'"
4844   parameters:
4845   - "throughput"
4846   - "parent"
4847   traces:
4848     hoverinfo: "x+y"
4849     boxpoints: "outliers"
4850     whiskerwidth: 0
4851   layout:
4852     title: ""  # No title
4853     layout: "plot-throughput"
4854
4855 -
4856   type: "plot"
4857   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4858   algorithm: "plot_performance_box"
4859   output-file-type: ".html"
4860   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4861   data: "plot-vpp-throughput-latency-3n-hsw"
4862   filter: "'NIC_Intel-X710' and
4863            '64B' and
4864            'FEATURE' and
4865            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4866            'NDRPDR' and
4867            '2T2C' and
4868            'IP4FWD' and
4869            not 'IPSEC' and
4870            not 'VHOST'"
4871   parameters:
4872   - "throughput"
4873   - "parent"
4874   traces:
4875     hoverinfo: "x+y"
4876     boxpoints: "outliers"
4877     whiskerwidth: 0
4878   layout:
4879     title: ""  # No title
4880     layout: "plot-throughput"
4881
4882 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4883 -
4884   type: "plot"
4885   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4886   algorithm: "plot_performance_box"
4887   output-file-type: ".html"
4888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4889   data: "plot-vpp-throughput-latency-3n-hsw"
4890   filter: "'NIC_Intel-XL710' and
4891            '64B' and
4892            ('BASE' or 'SCALE') and
4893            'NDRPDR' and
4894            '1T1C' and
4895            'IP4FWD' and
4896            not 'IPSEC' and
4897            not 'VHOST'"
4898   parameters:
4899   - "throughput"
4900   - "parent"
4901   traces:
4902     hoverinfo: "x+y"
4903     boxpoints: "outliers"
4904     whiskerwidth: 0
4905   layout:
4906     title: ""  # No title
4907     layout: "plot-throughput"
4908
4909 -
4910   type: "plot"
4911   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4912   algorithm: "plot_performance_box"
4913   output-file-type: ".html"
4914   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4915   data: "plot-vpp-throughput-latency-3n-hsw"
4916   filter: "'NIC_Intel-XL710' and
4917            '64B' and
4918            ('BASE' or 'SCALE') and
4919            'NDRPDR' and
4920            '1T1C' and
4921            'IP4FWD' and
4922            not 'IPSEC' and
4923            not 'VHOST'"
4924   parameters:
4925   - "throughput"
4926   - "parent"
4927   traces:
4928     hoverinfo: "x+y"
4929     boxpoints: "outliers"
4930     whiskerwidth: 0
4931   layout:
4932     title: ""  # No title
4933     layout: "plot-throughput"
4934
4935 -
4936   type: "plot"
4937   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4938   algorithm: "plot_performance_box"
4939   output-file-type: ".html"
4940   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4941   data: "plot-vpp-throughput-latency-3n-hsw"
4942   filter: "'NIC_Intel-XL710' and
4943            '64B' and
4944            ('BASE' or 'SCALE') and
4945            'NDRPDR' and
4946            '2T2C' and
4947            'IP4FWD' and
4948            not 'IPSEC' and
4949            not 'VHOST'"
4950   parameters:
4951   - "throughput"
4952   - "parent"
4953   traces:
4954     hoverinfo: "x+y"
4955     boxpoints: "outliers"
4956     whiskerwidth: 0
4957   layout:
4958     title: ""  # No title
4959     layout: "plot-throughput"
4960
4961 -
4962   type: "plot"
4963   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4964   algorithm: "plot_performance_box"
4965   output-file-type: ".html"
4966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4967   data: "plot-vpp-throughput-latency-3n-hsw"
4968   filter: "'NIC_Intel-XL710' and
4969            '64B' and
4970            ('BASE' or 'SCALE') and
4971            'NDRPDR' and
4972            '2T2C' and
4973            'IP4FWD' and
4974            not 'IPSEC' and
4975            not 'VHOST'"
4976   parameters:
4977   - "throughput"
4978   - "parent"
4979   traces:
4980     hoverinfo: "x+y"
4981     boxpoints: "outliers"
4982     whiskerwidth: 0
4983   layout:
4984     title: ""  # No title
4985     layout: "plot-throughput"
4986
4987 # Packet Throughput - VPP IPv4 3n-skx-x710
4988 -
4989   type: "plot"
4990   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4991   algorithm: "plot_performance_box"
4992   output-file-type: ".html"
4993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4994   data: "plot-vpp-throughput-latency-3n-skx"
4995   filter: "'NIC_Intel-X710' and
4996            '64B' and
4997            ('BASE' or 'SCALE') and
4998            'NDRPDR' and
4999            '2T1C' and
5000            'IP4FWD' and
5001            not 'IPSEC' and
5002            not 'VHOST'"
5003   parameters:
5004   - "throughput"
5005   - "parent"
5006   traces:
5007     hoverinfo: "x+y"
5008     boxpoints: "outliers"
5009     whiskerwidth: 0
5010   layout:
5011     title: ""  # No title
5012     layout: "plot-throughput"
5013
5014 -
5015   type: "plot"
5016   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5017   algorithm: "plot_performance_box"
5018   output-file-type: ".html"
5019   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5020   data: "plot-vpp-throughput-latency-3n-skx"
5021   filter: "'NIC_Intel-X710' and
5022            '64B' and
5023            ('BASE' or 'SCALE') and
5024            'NDRPDR' and
5025            '2T1C' and
5026            'IP4FWD' and
5027            not 'IPSEC' and
5028            not 'VHOST'"
5029   parameters:
5030   - "throughput"
5031   - "parent"
5032   traces:
5033     hoverinfo: "x+y"
5034     boxpoints: "outliers"
5035     whiskerwidth: 0
5036   layout:
5037     title: ""  # No title
5038     layout: "plot-throughput"
5039
5040 -
5041   type: "plot"
5042   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5043   algorithm: "plot_performance_box"
5044   output-file-type: ".html"
5045   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5046   data: "plot-vpp-throughput-latency-3n-skx"
5047   filter: "'NIC_Intel-X710' and
5048            '64B' and
5049            ('BASE' or 'SCALE') and
5050            'NDRPDR' and
5051            '4T2C' and
5052            'IP4FWD' and
5053            not 'IPSEC' and
5054            not 'VHOST'"
5055   parameters:
5056   - "throughput"
5057   - "parent"
5058   traces:
5059     hoverinfo: "x+y"
5060     boxpoints: "outliers"
5061     whiskerwidth: 0
5062   layout:
5063     title: ""  # No title
5064     layout: "plot-throughput"
5065
5066 -
5067   type: "plot"
5068   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5069   algorithm: "plot_performance_box"
5070   output-file-type: ".html"
5071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5072   data: "plot-vpp-throughput-latency-3n-skx"
5073   filter: "'NIC_Intel-X710' and
5074            '64B' and
5075            ('BASE' or 'SCALE') and
5076            'NDRPDR' and
5077            '4T2C' and
5078            'IP4FWD' and
5079            not 'IPSEC' and
5080            not 'VHOST'"
5081   parameters:
5082   - "throughput"
5083   - "parent"
5084   traces:
5085     hoverinfo: "x+y"
5086     boxpoints: "outliers"
5087     whiskerwidth: 0
5088   layout:
5089     title: ""  # No title
5090     layout: "plot-throughput"
5091
5092 -
5093   type: "plot"
5094   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5095   algorithm: "plot_performance_box"
5096   output-file-type: ".html"
5097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5098   data: "plot-vpp-throughput-latency-3n-skx"
5099   filter: "'NIC_Intel-X710' and
5100            '64B' and
5101            'FEATURE' and
5102            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5103            'NDRPDR' and
5104            '2T1C' and
5105            'IP4FWD' and
5106            not 'IPSEC' and
5107            not 'VHOST'"
5108   parameters:
5109   - "throughput"
5110   - "parent"
5111   traces:
5112     hoverinfo: "x+y"
5113     boxpoints: "outliers"
5114     whiskerwidth: 0
5115   layout:
5116     title: ""  # No title
5117     layout: "plot-throughput"
5118
5119 -
5120   type: "plot"
5121   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
5122   algorithm: "plot_performance_box"
5123   output-file-type: ".html"
5124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5125   data: "plot-vpp-throughput-latency-3n-skx"
5126   filter: "'NIC_Intel-X710' and
5127            '64B' and
5128            'FEATURE' and
5129            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5130            'NDRPDR' and
5131            '2T1C' and
5132            'IP4FWD' and
5133            not 'IPSEC' and
5134            not 'VHOST'"
5135   parameters:
5136   - "throughput"
5137   - "parent"
5138   traces:
5139     hoverinfo: "x+y"
5140     boxpoints: "outliers"
5141     whiskerwidth: 0
5142   layout:
5143     title: ""  # No title
5144     layout: "plot-throughput"
5145
5146 -
5147   type: "plot"
5148   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5149   algorithm: "plot_performance_box"
5150   output-file-type: ".html"
5151   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5152   data: "plot-vpp-throughput-latency-3n-skx"
5153   filter: "'NIC_Intel-X710' and
5154            '64B' and
5155            'FEATURE' and
5156            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5157            'NDRPDR' and
5158            '4T2C' and
5159            'IP4FWD' and
5160            not 'IPSEC' and
5161            not 'VHOST'"
5162   parameters:
5163   - "throughput"
5164   - "parent"
5165   traces:
5166     hoverinfo: "x+y"
5167     boxpoints: "outliers"
5168     whiskerwidth: 0
5169   layout:
5170     title: ""  # No title
5171     layout: "plot-throughput"
5172
5173 -
5174   type: "plot"
5175   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5176   algorithm: "plot_performance_box"
5177   output-file-type: ".html"
5178   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5179   data: "plot-vpp-throughput-latency-3n-skx"
5180   filter: "'NIC_Intel-X710' and
5181            '64B' and
5182            'FEATURE' and
5183            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5184            'NDRPDR' and
5185            '4T2C' and
5186            'IP4FWD' and
5187            not 'IPSEC' and
5188            not 'VHOST'"
5189   parameters:
5190   - "throughput"
5191   - "parent"
5192   traces:
5193     hoverinfo: "x+y"
5194     boxpoints: "outliers"
5195     whiskerwidth: 0
5196   layout:
5197     title: ""  # No title
5198     layout: "plot-throughput"
5199
5200 # Packet Throughput - VPP IPv4 3n-skx-xxv710
5201 -
5202   type: "plot"
5203   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5204   algorithm: "plot_performance_box"
5205   output-file-type: ".html"
5206   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5207   data: "plot-vpp-throughput-latency-3n-skx"
5208   filter: "'NIC_Intel-XXV710' and
5209            '64B' and
5210            ('BASE' or 'SCALE') and
5211            'NDRPDR' and
5212            '2T1C' and
5213            'IP4FWD' and
5214            not 'IPSEC' and
5215            not 'VHOST'"
5216   parameters:
5217   - "throughput"
5218   - "parent"
5219   traces:
5220     hoverinfo: "x+y"
5221     boxpoints: "outliers"
5222     whiskerwidth: 0
5223   layout:
5224     title: ""  # No title
5225     layout: "plot-throughput"
5226
5227 -
5228   type: "plot"
5229   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5230   algorithm: "plot_performance_box"
5231   output-file-type: ".html"
5232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5233   data: "plot-vpp-throughput-latency-3n-skx"
5234   filter: "'NIC_Intel-XXV710' and
5235            '64B' and
5236            ('BASE' or 'SCALE') and
5237            'NDRPDR' and
5238            '2T1C' and
5239            'IP4FWD' and
5240            not 'IPSEC' and
5241            not 'VHOST'"
5242   parameters:
5243   - "throughput"
5244   - "parent"
5245   traces:
5246     hoverinfo: "x+y"
5247     boxpoints: "outliers"
5248     whiskerwidth: 0
5249   layout:
5250     title: ""  # No title
5251     layout: "plot-throughput"
5252
5253 -
5254   type: "plot"
5255   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5256   algorithm: "plot_performance_box"
5257   output-file-type: ".html"
5258   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5259   data: "plot-vpp-throughput-latency-3n-skx"
5260   filter: "'NIC_Intel-XXV710' and
5261            '64B' and
5262            ('BASE' or 'SCALE') and
5263            'NDRPDR' and
5264            '4T2C' and
5265            'IP4FWD' and
5266            not 'IPSEC' and
5267            not 'VHOST'"
5268   parameters:
5269   - "throughput"
5270   - "parent"
5271   traces:
5272     hoverinfo: "x+y"
5273     boxpoints: "outliers"
5274     whiskerwidth: 0
5275   layout:
5276     title: ""  # No title
5277     layout: "plot-throughput"
5278
5279 -
5280   type: "plot"
5281   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5282   algorithm: "plot_performance_box"
5283   output-file-type: ".html"
5284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5285   data: "plot-vpp-throughput-latency-3n-skx"
5286   filter: "'NIC_Intel-XXV710' and
5287            '64B' and
5288            ('BASE' or 'SCALE') and
5289            'NDRPDR' and
5290            '4T2C' and
5291            'IP4FWD' and
5292            not 'IPSEC' and
5293            not 'VHOST'"
5294   parameters:
5295   - "throughput"
5296   - "parent"
5297   traces:
5298     hoverinfo: "x+y"
5299     boxpoints: "outliers"
5300     whiskerwidth: 0
5301   layout:
5302     title: ""  # No title
5303     layout: "plot-throughput"
5304
5305 -
5306   type: "plot"
5307   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5308   algorithm: "plot_performance_box"
5309   output-file-type: ".html"
5310   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr"
5311   data: "plot-vpp-throughput-latency-3n-skx"
5312   filter: "'NIC_Intel-XXV710' and
5313            '64B' and
5314            'FEATURE' and
5315            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5316            'NDRPDR' and
5317            '2T1C' and
5318            'IP4FWD' and
5319            not 'IPSEC' and
5320            not 'VHOST'"
5321   parameters:
5322   - "throughput"
5323   - "parent"
5324   traces:
5325     hoverinfo: "x+y"
5326     boxpoints: "outliers"
5327     whiskerwidth: 0
5328   layout:
5329     title: ""  # No title
5330     layout: "plot-throughput"
5331
5332 -
5333   type: "plot"
5334   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5335   algorithm: "plot_performance_box"
5336   output-file-type: ".html"
5337   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-pdr"
5338   data: "plot-vpp-throughput-latency-3n-skx"
5339   filter: "'NIC_Intel-XXV710' and
5340            '64B' and
5341            'FEATURE' and
5342            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5343            'NDRPDR' and
5344            '2T1C' and
5345            'IP4FWD' and
5346            not 'IPSEC' and
5347            not 'VHOST'"
5348   parameters:
5349   - "throughput"
5350   - "parent"
5351   traces:
5352     hoverinfo: "x+y"
5353     boxpoints: "outliers"
5354     whiskerwidth: 0
5355   layout:
5356     title: ""  # No title
5357     layout: "plot-throughput"
5358
5359 -
5360   type: "plot"
5361   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5362   algorithm: "plot_performance_box"
5363   output-file-type: ".html"
5364   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr"
5365   data: "plot-vpp-throughput-latency-3n-skx"
5366   filter: "'NIC_Intel-XXV710' and
5367            '64B' and
5368            'FEATURE' and
5369            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5370            'NDRPDR' and
5371            '4T2C' and
5372            'IP4FWD' and
5373            not 'IPSEC' and
5374            not 'VHOST'"
5375   parameters:
5376   - "throughput"
5377   - "parent"
5378   traces:
5379     hoverinfo: "x+y"
5380     boxpoints: "outliers"
5381     whiskerwidth: 0
5382   layout:
5383     title: ""  # No title
5384     layout: "plot-throughput"
5385
5386 -
5387   type: "plot"
5388   title: "VPP Throughput: ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5389   algorithm: "plot_performance_box"
5390   output-file-type: ".html"
5391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-pdr"
5392   data: "plot-vpp-throughput-latency-3n-skx"
5393   filter: "'NIC_Intel-XXV710' and
5394            '64B' and
5395            'FEATURE' and
5396            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5397            'NDRPDR' and
5398            '4T2C' and
5399            'IP4FWD' and
5400            not 'IPSEC' and
5401            not 'VHOST'"
5402   parameters:
5403   - "throughput"
5404   - "parent"
5405   traces:
5406     hoverinfo: "x+y"
5407     boxpoints: "outliers"
5408     whiskerwidth: 0
5409   layout:
5410     title: ""  # No title
5411     layout: "plot-throughput"
5412
5413 # Packet Throughput - VPP IPv4 2n-skx-x710
5414 -
5415   type: "plot"
5416   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5417   algorithm: "plot_performance_box"
5418   output-file-type: ".html"
5419   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5420   data: "plot-vpp-throughput-latency-2n-skx"
5421   filter: "'NIC_Intel-X710' and
5422            '64B' and
5423            ('BASE' or 'SCALE') and
5424            'NDRPDR' and
5425            '2T1C' and
5426            'IP4FWD' and
5427            not 'IPSEC' and
5428            not 'VHOST'"
5429   parameters:
5430   - "throughput"
5431   - "parent"
5432   traces:
5433     hoverinfo: "x+y"
5434     boxpoints: "outliers"
5435     whiskerwidth: 0
5436   layout:
5437     title: ""  # No title
5438     layout: "plot-throughput"
5439
5440 -
5441   type: "plot"
5442   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5443   algorithm: "plot_performance_box"
5444   output-file-type: ".html"
5445   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5446   data: "plot-vpp-throughput-latency-2n-skx"
5447   filter: "'NIC_Intel-X710' and
5448            '64B' and
5449            ('BASE' or 'SCALE') and
5450            'NDRPDR' and
5451            '2T1C' and
5452            'IP4FWD' and
5453            not 'IPSEC' and
5454            not 'VHOST'"
5455   parameters:
5456   - "throughput"
5457   - "parent"
5458   traces:
5459     hoverinfo: "x+y"
5460     boxpoints: "outliers"
5461     whiskerwidth: 0
5462   layout:
5463     title: ""  # No title
5464     layout: "plot-throughput"
5465
5466 -
5467   type: "plot"
5468   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5469   algorithm: "plot_performance_box"
5470   output-file-type: ".html"
5471   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5472   data: "plot-vpp-throughput-latency-2n-skx"
5473   filter: "'NIC_Intel-X710' and
5474            '64B' and
5475            ('BASE' or 'SCALE') and
5476            'NDRPDR' and
5477            '4T2C' and
5478            'IP4FWD' and
5479            not 'IPSEC' and
5480            not 'VHOST'"
5481   parameters:
5482   - "throughput"
5483   - "parent"
5484   traces:
5485     hoverinfo: "x+y"
5486     boxpoints: "outliers"
5487     whiskerwidth: 0
5488   layout:
5489     title: ""  # No title
5490     layout: "plot-throughput"
5491
5492 -
5493   type: "plot"
5494   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5495   algorithm: "plot_performance_box"
5496   output-file-type: ".html"
5497   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5498   data: "plot-vpp-throughput-latency-2n-skx"
5499   filter: "'NIC_Intel-X710' and
5500            '64B' and
5501            ('BASE' or 'SCALE') and
5502            'NDRPDR' and
5503            '4T2C' and
5504            'IP4FWD' and
5505            not 'IPSEC' and
5506            not 'VHOST'"
5507   parameters:
5508   - "throughput"
5509   - "parent"
5510   traces:
5511     hoverinfo: "x+y"
5512     boxpoints: "outliers"
5513     whiskerwidth: 0
5514   layout:
5515     title: ""  # No title
5516     layout: "plot-throughput"
5517
5518 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5519 -
5520   type: "plot"
5521   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5522   algorithm: "plot_performance_box"
5523   output-file-type: ".html"
5524   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5525   data: "plot-vpp-throughput-latency-2n-skx"
5526   filter: "'NIC_Intel-XXV710' and
5527            '64B' and
5528            ('BASE' or 'SCALE') and
5529            'NDRPDR' and
5530            '2T1C' and
5531            'IP4FWD' and
5532            not 'IPSEC' and
5533            not 'VHOST'"
5534   parameters:
5535   - "throughput"
5536   - "parent"
5537   traces:
5538     hoverinfo: "x+y"
5539     boxpoints: "outliers"
5540     whiskerwidth: 0
5541   layout:
5542     title: ""  # No title
5543     layout: "plot-throughput"
5544
5545 -
5546   type: "plot"
5547   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5548   algorithm: "plot_performance_box"
5549   output-file-type: ".html"
5550   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5551   data: "plot-vpp-throughput-latency-2n-skx"
5552   filter: "'NIC_Intel-XXV710' and
5553            '64B' and
5554            ('BASE' or 'SCALE') and
5555            'NDRPDR' and
5556            '2T1C' and
5557            'IP4FWD' and
5558            not 'IPSEC' and
5559            not 'VHOST'"
5560   parameters:
5561   - "throughput"
5562   - "parent"
5563   traces:
5564     hoverinfo: "x+y"
5565     boxpoints: "outliers"
5566     whiskerwidth: 0
5567   layout:
5568     title: ""  # No title
5569     layout: "plot-throughput"
5570
5571 -
5572   type: "plot"
5573   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5574   algorithm: "plot_performance_box"
5575   output-file-type: ".html"
5576   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5577   data: "plot-vpp-throughput-latency-2n-skx"
5578   filter: "'NIC_Intel-XXV710' and
5579            '64B' and
5580            ('BASE' or 'SCALE') and
5581            'NDRPDR' and
5582            '4T2C' and
5583            'IP4FWD' and
5584            not 'IPSEC' and
5585            not 'VHOST'"
5586   parameters:
5587   - "throughput"
5588   - "parent"
5589   traces:
5590     hoverinfo: "x+y"
5591     boxpoints: "outliers"
5592     whiskerwidth: 0
5593   layout:
5594     title: ""  # No title
5595     layout: "plot-throughput"
5596
5597 -
5598   type: "plot"
5599   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5600   algorithm: "plot_performance_box"
5601   output-file-type: ".html"
5602   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5603   data: "plot-vpp-throughput-latency-2n-skx"
5604   filter: "'NIC_Intel-XXV710' and
5605            '64B' and
5606            ('BASE' or 'SCALE') and
5607            'NDRPDR' and
5608            '4T2C' and
5609            'IP4FWD' and
5610            not 'IPSEC' and
5611            not 'VHOST'"
5612   parameters:
5613   - "throughput"
5614   - "parent"
5615   traces:
5616     hoverinfo: "x+y"
5617     boxpoints: "outliers"
5618     whiskerwidth: 0
5619   layout:
5620     title: ""  # No title
5621     layout: "plot-throughput"
5622
5623 ################################################################################
5624
5625 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5626 -
5627   type: "plot"
5628   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5629   algorithm: "plot_performance_box"
5630   output-file-type: ".html"
5631   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5632   data: "plot-vpp-throughput-latency-3n-hsw"
5633   filter: "'NIC_Intel-X520-DA2' and
5634            '64B' and
5635            'ENCAP' and
5636            'NDRPDR' and
5637            '1T1C' and
5638            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5639            not 'VHOST' and
5640            not 'IPSECHW'"
5641   parameters:
5642   - "throughput"
5643   - "parent"
5644   traces:
5645     hoverinfo: "x+y"
5646     boxpoints: "outliers"
5647     whiskerwidth: 0
5648   layout:
5649     title: ""  # No title
5650     layout: "plot-throughput"
5651
5652 -
5653   type: "plot"
5654   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5655   algorithm: "plot_performance_box"
5656   output-file-type: ".html"
5657   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5658   data: "plot-vpp-throughput-latency-3n-hsw"
5659   filter: "'NIC_Intel-X520-DA2' and
5660            '64B' and
5661            'ENCAP' and
5662            'NDRPDR' and
5663            '1T1C' and
5664            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5665            not 'VHOST' and
5666            not 'IPSECHW'"
5667   parameters:
5668   - "throughput"
5669   - "parent"
5670   traces:
5671     hoverinfo: "x+y"
5672     boxpoints: "outliers"
5673     whiskerwidth: 0
5674   layout:
5675     title: ""  # No title
5676     layout: "plot-throughput"
5677
5678 -
5679   type: "plot"
5680   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5681   algorithm: "plot_performance_box"
5682   output-file-type: ".html"
5683   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5684   data: "plot-vpp-throughput-latency-3n-hsw"
5685   filter: "'NIC_Intel-X520-DA2' and
5686            '64B' and
5687            'ENCAP' and
5688            'NDRPDR' and
5689            '2T2C' and
5690            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5691            not 'VHOST' and
5692            not 'IPSECHW'"
5693   parameters:
5694   - "throughput"
5695   - "parent"
5696   traces:
5697     hoverinfo: "x+y"
5698     boxpoints: "outliers"
5699     whiskerwidth: 0
5700   layout:
5701     title: ""  # No title
5702     layout: "plot-throughput"
5703
5704 -
5705   type: "plot"
5706   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5707   algorithm: "plot_performance_box"
5708   output-file-type: ".html"
5709   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5710   data: "plot-vpp-throughput-latency-3n-hsw"
5711   filter: "'NIC_Intel-X520-DA2' and
5712            '64B' and
5713            'ENCAP' and
5714            'NDRPDR' and
5715            '2T2C' and
5716            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5717            not 'VHOST' and
5718            not 'IPSECHW'"
5719   parameters:
5720   - "throughput"
5721   - "parent"
5722   traces:
5723     hoverinfo: "x+y"
5724     boxpoints: "outliers"
5725     whiskerwidth: 0
5726   layout:
5727     title: ""  # No title
5728     layout: "plot-throughput"
5729
5730 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5731 -
5732   type: "plot"
5733   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5734   algorithm: "plot_performance_box"
5735   output-file-type: ".html"
5736   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5737   data: "plot-vpp-throughput-latency-3n-hsw"
5738   filter: "'NIC_Intel-X710' and
5739            '64B' and
5740            'ENCAP' and
5741            'NDRPDR' and
5742            '1T1C' and
5743            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5744            not 'VHOST' and
5745            not 'IPSECHW'"
5746   parameters:
5747   - "throughput"
5748   - "parent"
5749   traces:
5750     hoverinfo: "x+y"
5751     boxpoints: "outliers"
5752     whiskerwidth: 0
5753   layout:
5754     title: ""  # No title
5755     layout: "plot-throughput"
5756
5757 -
5758   type: "plot"
5759   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5760   algorithm: "plot_performance_box"
5761   output-file-type: ".html"
5762   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5763   data: "plot-vpp-throughput-latency-3n-hsw"
5764   filter: "'NIC_Intel-X710' and
5765            '64B' and
5766            'ENCAP' and
5767            'NDRPDR' and
5768            '1T1C' and
5769            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5770            not 'VHOST' and
5771            not 'IPSECHW'"
5772   parameters:
5773   - "throughput"
5774   - "parent"
5775   traces:
5776     hoverinfo: "x+y"
5777     boxpoints: "outliers"
5778     whiskerwidth: 0
5779   layout:
5780     title: ""  # No title
5781     layout: "plot-throughput"
5782
5783 -
5784   type: "plot"
5785   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5786   algorithm: "plot_performance_box"
5787   output-file-type: ".html"
5788   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5789   data: "plot-vpp-throughput-latency-3n-hsw"
5790   filter: "'NIC_Intel-X710' and
5791            '64B' and
5792            'ENCAP' and
5793            'NDRPDR' and
5794            '2T2C' and
5795            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5796            not 'VHOST' and
5797            not 'IPSECHW'"
5798   parameters:
5799   - "throughput"
5800   - "parent"
5801   traces:
5802     hoverinfo: "x+y"
5803     boxpoints: "outliers"
5804     whiskerwidth: 0
5805   layout:
5806     title: ""  # No title
5807     layout: "plot-throughput"
5808
5809 -
5810   type: "plot"
5811   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5812   algorithm: "plot_performance_box"
5813   output-file-type: ".html"
5814   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5815   data: "plot-vpp-throughput-latency-3n-hsw"
5816   filter: "'NIC_Intel-X710' and
5817            '64B' and
5818            'ENCAP' and
5819            'NDRPDR' and
5820            '2T2C' and
5821            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5822            not 'VHOST' and
5823            not 'IPSECHW'"
5824   parameters:
5825   - "throughput"
5826   - "parent"
5827   traces:
5828     hoverinfo: "x+y"
5829     boxpoints: "outliers"
5830     whiskerwidth: 0
5831   layout:
5832     title: ""  # No title
5833     layout: "plot-throughput"
5834
5835 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5836 -
5837   type: "plot"
5838   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5839   algorithm: "plot_performance_box"
5840   output-file-type: ".html"
5841   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5842   data: "plot-vpp-throughput-latency-3n-skx"
5843   filter: "'NIC_Intel-X710' and
5844            '64B' and
5845            'ENCAP' and
5846            'NDRPDR' and
5847            '2T1C' and
5848            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5849            not 'VHOST' and
5850            not 'IPSECHW'"
5851   parameters:
5852   - "throughput"
5853   - "parent"
5854   traces:
5855     hoverinfo: "x+y"
5856     boxpoints: "outliers"
5857     whiskerwidth: 0
5858   layout:
5859     title: ""  # No title
5860     layout: "plot-throughput"
5861
5862 -
5863   type: "plot"
5864   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5865   algorithm: "plot_performance_box"
5866   output-file-type: ".html"
5867   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5868   data: "plot-vpp-throughput-latency-3n-skx"
5869   filter: "'NIC_Intel-X710' and
5870            '64B' and
5871            'ENCAP' and
5872            'NDRPDR' and
5873            '2T1C' and
5874            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5875            not 'VHOST' and
5876            not 'IPSECHW'"
5877   parameters:
5878   - "throughput"
5879   - "parent"
5880   traces:
5881     hoverinfo: "x+y"
5882     boxpoints: "outliers"
5883     whiskerwidth: 0
5884   layout:
5885     title: ""  # No title
5886     layout: "plot-throughput"
5887
5888 -
5889   type: "plot"
5890   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5891   algorithm: "plot_performance_box"
5892   output-file-type: ".html"
5893   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5894   data: "plot-vpp-throughput-latency-3n-skx"
5895   filter: "'NIC_Intel-X710' and
5896            '64B' and
5897            'ENCAP' and
5898            'NDRPDR' and
5899            '4T2C' and
5900            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5901            not 'VHOST' and
5902            not 'IPSECHW'"
5903   parameters:
5904   - "throughput"
5905   - "parent"
5906   traces:
5907     hoverinfo: "x+y"
5908     boxpoints: "outliers"
5909     whiskerwidth: 0
5910   layout:
5911     title: ""  # No title
5912     layout: "plot-throughput"
5913
5914 -
5915   type: "plot"
5916   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5917   algorithm: "plot_performance_box"
5918   output-file-type: ".html"
5919   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5920   data: "plot-vpp-throughput-latency-3n-skx"
5921   filter: "'NIC_Intel-X710' and
5922            '64B' and
5923            'ENCAP' and
5924            'NDRPDR' and
5925            '4T2C' and
5926            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5927            not 'VHOST' and
5928            not 'IPSECHW'"
5929   parameters:
5930   - "throughput"
5931   - "parent"
5932   traces:
5933     hoverinfo: "x+y"
5934     boxpoints: "outliers"
5935     whiskerwidth: 0
5936   layout:
5937     title: ""  # No title
5938     layout: "plot-throughput"
5939
5940 ################################################################################
5941
5942 # Packet Throughput - VPP IPv6 3n-hsw-x520
5943 -
5944   type: "plot"
5945   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5946   algorithm: "plot_performance_box"
5947   output-file-type: ".html"
5948   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5949   data: "plot-vpp-throughput-latency-3n-hsw"
5950   filter: "'NIC_Intel-X520-DA2' and
5951            '78B' and
5952            ('BASE' or 'SCALE') and
5953            'NDRPDR' and
5954            '1T1C' and
5955            'IP6FWD' and
5956            not 'SRv6' and
5957            not 'IPSEC' and
5958            not 'VHOST'"
5959   parameters:
5960   - "throughput"
5961   - "parent"
5962   traces:
5963     hoverinfo: "x+y"
5964     boxpoints: "outliers"
5965     whiskerwidth: 0
5966   layout:
5967     title: ""  # No title
5968     layout: "plot-throughput"
5969
5970 -
5971   type: "plot"
5972   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5973   algorithm: "plot_performance_box"
5974   output-file-type: ".html"
5975   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5976   data: "plot-vpp-throughput-latency-3n-hsw"
5977   filter: "'NIC_Intel-X520-DA2' and
5978            '78B' and
5979            ('BASE' or 'SCALE') and
5980            'NDRPDR' and
5981            '1T1C' and
5982            'IP6FWD' and
5983            not 'SRv6' and
5984            not 'IPSEC' and
5985            not 'VHOST'"
5986   parameters:
5987   - "throughput"
5988   - "parent"
5989   traces:
5990     hoverinfo: "x+y"
5991     boxpoints: "outliers"
5992     whiskerwidth: 0
5993   layout:
5994     title: ""  # No title
5995     layout: "plot-throughput"
5996
5997 -
5998   type: "plot"
5999   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6000   algorithm: "plot_performance_box"
6001   output-file-type: ".html"
6002   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6003   data: "plot-vpp-throughput-latency-3n-hsw"
6004   filter: "'NIC_Intel-X520-DA2' and
6005            '78B' and
6006            ('BASE' or 'SCALE') and
6007            'NDRPDR' and
6008            '2T2C' and
6009            'IP6FWD' and
6010            not 'SRv6' and
6011            not 'IPSEC' and
6012            not 'VHOST'"
6013   parameters:
6014   - "throughput"
6015   - "parent"
6016   traces:
6017     hoverinfo: "x+y"
6018     boxpoints: "outliers"
6019     whiskerwidth: 0
6020   layout:
6021     title: ""  # No title
6022     layout: "plot-throughput"
6023
6024 -
6025   type: "plot"
6026   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6027   algorithm: "plot_performance_box"
6028   output-file-type: ".html"
6029   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6030   data: "plot-vpp-throughput-latency-3n-hsw"
6031   filter: "'NIC_Intel-X520-DA2' and
6032            '78B' and
6033            ('BASE' or 'SCALE') and
6034            'NDRPDR' and
6035            '2T2C' and
6036            'IP6FWD' and
6037            not 'SRv6' and
6038            not 'IPSEC' and
6039            not 'VHOST'"
6040   parameters:
6041   - "throughput"
6042   - "parent"
6043   traces:
6044     hoverinfo: "x+y"
6045     boxpoints: "outliers"
6046     whiskerwidth: 0
6047   layout:
6048     title: ""  # No title
6049     layout: "plot-throughput"
6050
6051 -
6052   type: "plot"
6053   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6054   algorithm: "plot_performance_box"
6055   output-file-type: ".html"
6056   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr"
6057   data: "plot-vpp-throughput-latency-3n-hsw"
6058   filter: "'NIC_Intel-X520-DA2' and
6059            '78B' and
6060            'FEATURE' and
6061            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6062            'NDRPDR' and
6063            '1T1C' and
6064            'IP6FWD' and
6065            not 'SRv6' and
6066            not 'IPSEC' and
6067            not 'VHOST'"
6068   parameters:
6069   - "throughput"
6070   - "parent"
6071   traces:
6072     hoverinfo: "x+y"
6073     boxpoints: "outliers"
6074     whiskerwidth: 0
6075   layout:
6076     title: ""  # No title
6077     layout: "plot-throughput"
6078
6079 -
6080   type: "plot"
6081   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6082   algorithm: "plot_performance_box"
6083   output-file-type: ".html"
6084   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-pdr"
6085   data: "plot-vpp-throughput-latency-3n-hsw"
6086   filter: "'NIC_Intel-X520-DA2' and
6087            '78B' and
6088            'FEATURE' and
6089            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6090            'NDRPDR' and
6091            '1T1C' and
6092            'IP6FWD' and
6093            not 'SRv6' and
6094            not 'IPSEC' and
6095            not 'VHOST'"
6096   parameters:
6097   - "throughput"
6098   - "parent"
6099   traces:
6100     hoverinfo: "x+y"
6101     boxpoints: "outliers"
6102     whiskerwidth: 0
6103   layout:
6104     title: ""  # No title
6105     layout: "plot-throughput"
6106
6107 -
6108   type: "plot"
6109   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6110   algorithm: "plot_performance_box"
6111   output-file-type: ".html"
6112   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr"
6113   data: "plot-vpp-throughput-latency-3n-hsw"
6114   filter: "'NIC_Intel-X520-DA2' and
6115            '78B' and
6116            'FEATURE' and
6117            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6118            'NDRPDR' and
6119            '2T2C' and
6120            not 'SRv6' and
6121            'IP6FWD' and
6122            not 'IPSEC' and
6123            not 'VHOST'"
6124   parameters:
6125   - "throughput"
6126   - "parent"
6127   traces:
6128     hoverinfo: "x+y"
6129     boxpoints: "outliers"
6130     whiskerwidth: 0
6131   layout:
6132     title: ""  # No title
6133     layout: "plot-throughput"
6134
6135 -
6136   type: "plot"
6137   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6138   algorithm: "plot_performance_box"
6139   output-file-type: ".html"
6140   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-pdr"
6141   data: "plot-vpp-throughput-latency-3n-hsw"
6142   filter: "'NIC_Intel-X520-DA2' and
6143            '78B' and
6144            'FEATURE' and
6145            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6146            'NDRPDR' and
6147            '2T2C' and
6148            'IP6FWD' and
6149            not 'SRv6' and
6150            not 'IPSEC' and
6151            not 'VHOST'"
6152   parameters:
6153   - "throughput"
6154   - "parent"
6155   traces:
6156     hoverinfo: "x+y"
6157     boxpoints: "outliers"
6158     whiskerwidth: 0
6159   layout:
6160     title: ""  # No title
6161     layout: "plot-throughput"
6162
6163 # Packet Throughput - VPP IPv6 3n-hsw-x710
6164 -
6165   type: "plot"
6166   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6167   algorithm: "plot_performance_box"
6168   output-file-type: ".html"
6169   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
6170   data: "plot-vpp-throughput-latency-3n-hsw"
6171   filter: "'NIC_Intel-X710' and
6172            '78B' and
6173            ('BASE' or 'SCALE') and
6174            'NDRPDR' and
6175            '1T1C' and
6176            'IP6FWD' and
6177            not 'SRv6' and
6178            not 'IPSEC' and
6179            not 'VHOST'"
6180   parameters:
6181   - "throughput"
6182   - "parent"
6183   traces:
6184     hoverinfo: "x+y"
6185     boxpoints: "outliers"
6186     whiskerwidth: 0
6187   layout:
6188     title: ""  # No title
6189     layout: "plot-throughput"
6190
6191 -
6192   type: "plot"
6193   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6194   algorithm: "plot_performance_box"
6195   output-file-type: ".html"
6196   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
6197   data: "plot-vpp-throughput-latency-3n-hsw"
6198   filter: "'NIC_Intel-X710' and
6199            '78B' and
6200            ('BASE' or 'SCALE') and
6201            'NDRPDR' and
6202            '1T1C' and
6203            'IP6FWD' and
6204            not 'SRv6' and
6205            not 'IPSEC' and
6206            not 'VHOST'"
6207   parameters:
6208   - "throughput"
6209   - "parent"
6210   traces:
6211     hoverinfo: "x+y"
6212     boxpoints: "outliers"
6213     whiskerwidth: 0
6214   layout:
6215     title: ""  # No title
6216     layout: "plot-throughput"
6217
6218 -
6219   type: "plot"
6220   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6221   algorithm: "plot_performance_box"
6222   output-file-type: ".html"
6223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
6224   data: "plot-vpp-throughput-latency-3n-hsw"
6225   filter: "'NIC_Intel-X710' and
6226            '78B' and
6227            ('BASE' or 'SCALE') and
6228            'NDRPDR' and
6229            '2T2C' and
6230            'IP6FWD' and
6231            not 'SRv6' and
6232            not 'IPSEC' and
6233            not 'VHOST'"
6234   parameters:
6235   - "throughput"
6236   - "parent"
6237   traces:
6238     hoverinfo: "x+y"
6239     boxpoints: "outliers"
6240     whiskerwidth: 0
6241   layout:
6242     title: ""  # No title
6243     layout: "plot-throughput"
6244
6245 -
6246   type: "plot"
6247   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6248   algorithm: "plot_performance_box"
6249   output-file-type: ".html"
6250   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
6251   data: "plot-vpp-throughput-latency-3n-hsw"
6252   filter: "'NIC_Intel-X710' and
6253            '78B' and
6254            ('BASE' or 'SCALE') and
6255            'NDRPDR' and
6256            '2T2C' and
6257            'IP6FWD' and
6258            not 'SRv6' and
6259            not 'IPSEC' and
6260            not 'VHOST'"
6261   parameters:
6262   - "throughput"
6263   - "parent"
6264   traces:
6265     hoverinfo: "x+y"
6266     boxpoints: "outliers"
6267     whiskerwidth: 0
6268   layout:
6269     title: ""  # No title
6270     layout: "plot-throughput"
6271
6272 -
6273   type: "plot"
6274   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6275   algorithm: "plot_performance_box"
6276   output-file-type: ".html"
6277   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr"
6278   data: "plot-vpp-throughput-latency-3n-hsw"
6279   filter: "'NIC_Intel-X710' and
6280            '78B' and
6281            'FEATURE' and
6282            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6283            'NDRPDR' and
6284            '1T1C' and
6285            'IP6FWD' and
6286            not 'SRv6' and
6287            not 'IPSEC' and
6288            not 'VHOST'"
6289   parameters:
6290   - "throughput"
6291   - "parent"
6292   traces:
6293     hoverinfo: "x+y"
6294     boxpoints: "outliers"
6295     whiskerwidth: 0
6296   layout:
6297     title: ""  # No title
6298     layout: "plot-throughput"
6299
6300 -
6301   type: "plot"
6302   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6303   algorithm: "plot_performance_box"
6304   output-file-type: ".html"
6305   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-pdr"
6306   data: "plot-vpp-throughput-latency-3n-hsw"
6307   filter: "'NIC_Intel-X710' and
6308            '78B' and
6309            'FEATURE' and
6310            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6311            'NDRPDR' and
6312            '1T1C' and
6313            'IP6FWD' and
6314            not 'SRv6' and
6315            not 'IPSEC' and
6316            not 'VHOST'"
6317   parameters:
6318   - "throughput"
6319   - "parent"
6320   traces:
6321     hoverinfo: "x+y"
6322     boxpoints: "outliers"
6323     whiskerwidth: 0
6324   layout:
6325     title: ""  # No title
6326     layout: "plot-throughput"
6327
6328 -
6329   type: "plot"
6330   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6331   algorithm: "plot_performance_box"
6332   output-file-type: ".html"
6333   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr"
6334   data: "plot-vpp-throughput-latency-3n-hsw"
6335   filter: "'NIC_Intel-X710' and
6336            '78B' and
6337            'FEATURE' and
6338            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6339            'NDRPDR' and
6340            '2T2C' and
6341            'IP6FWD' and
6342            not 'SRv6' and
6343            not 'IPSEC' and
6344            not 'VHOST'"
6345   parameters:
6346   - "throughput"
6347   - "parent"
6348   traces:
6349     hoverinfo: "x+y"
6350     boxpoints: "outliers"
6351     whiskerwidth: 0
6352   layout:
6353     title: ""  # No title
6354     layout: "plot-throughput"
6355
6356 -
6357   type: "plot"
6358   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6359   algorithm: "plot_performance_box"
6360   output-file-type: ".html"
6361   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-pdr"
6362   data: "plot-vpp-throughput-latency-3n-hsw"
6363   filter: "'NIC_Intel-X710' and
6364            '78B' and
6365            'FEATURE' and
6366            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6367            'NDRPDR' and
6368            '2T2C' and
6369            'IP6FWD' and
6370            not 'SRv6' and
6371            not 'IPSEC' and
6372            not 'VHOST'"
6373   parameters:
6374   - "throughput"
6375   - "parent"
6376   traces:
6377     hoverinfo: "x+y"
6378     boxpoints: "outliers"
6379     whiskerwidth: 0
6380   layout:
6381     title: ""  # No title
6382     layout: "plot-throughput"
6383
6384 # Packet Throughput - VPP IPv6 3n-hsw-xl710
6385 -
6386   type: "plot"
6387   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6388   algorithm: "plot_performance_box"
6389   output-file-type: ".html"
6390   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
6391   data: "plot-vpp-throughput-latency-3n-hsw"
6392   filter: "'NIC_Intel-XL710' and
6393            '78B' and
6394            ('BASE' or 'SCALE') and
6395            'NDRPDR' and
6396            '1T1C' and
6397            'IP6FWD' and
6398            not 'SRv6' and
6399            not 'IPSEC' and
6400            not 'VHOST'"
6401   parameters:
6402   - "throughput"
6403   - "parent"
6404   traces:
6405     hoverinfo: "x+y"
6406     boxpoints: "outliers"
6407     whiskerwidth: 0
6408   layout:
6409     title: ""  # No title
6410     layout: "plot-throughput"
6411
6412 -
6413   type: "plot"
6414   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6415   algorithm: "plot_performance_box"
6416   output-file-type: ".html"
6417   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
6418   data: "plot-vpp-throughput-latency-3n-hsw"
6419   filter: "'NIC_Intel-XL710' and
6420            '78B' and
6421            ('BASE' or 'SCALE') and
6422            'NDRPDR' and
6423            '1T1C' and
6424            'IP6FWD' and
6425            not 'SRv6' and
6426            not 'IPSEC' and
6427            not 'VHOST'"
6428   parameters:
6429   - "throughput"
6430   - "parent"
6431   traces:
6432     hoverinfo: "x+y"
6433     boxpoints: "outliers"
6434     whiskerwidth: 0
6435   layout:
6436     title: ""  # No title
6437     layout: "plot-throughput"
6438
6439 -
6440   type: "plot"
6441   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6442   algorithm: "plot_performance_box"
6443   output-file-type: ".html"
6444   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
6445   data: "plot-vpp-throughput-latency-3n-hsw"
6446   filter: "'NIC_Intel-XL710' and
6447            '78B' and
6448            ('BASE' or 'SCALE') and
6449            'NDRPDR' and
6450            '2T2C' and
6451            'IP6FWD' and
6452            not 'SRv6' and
6453            not 'IPSEC' and
6454            not 'VHOST'"
6455   parameters:
6456   - "throughput"
6457   - "parent"
6458   traces:
6459     hoverinfo: "x+y"
6460     boxpoints: "outliers"
6461     whiskerwidth: 0
6462   layout:
6463     title: ""  # No title
6464     layout: "plot-throughput"
6465
6466 -
6467   type: "plot"
6468   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6469   algorithm: "plot_performance_box"
6470   output-file-type: ".html"
6471   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
6472   data: "plot-vpp-throughput-latency-3n-hsw"
6473   filter: "'NIC_Intel-XL710' and
6474            '78B' and
6475            ('BASE' or 'SCALE') and
6476            'NDRPDR' and
6477            '2T2C' and
6478            'IP6FWD' and
6479            not 'SRv6' and
6480            not 'IPSEC' and
6481            not 'VHOST'"
6482   parameters:
6483   - "throughput"
6484   - "parent"
6485   traces:
6486     hoverinfo: "x+y"
6487     boxpoints: "outliers"
6488     whiskerwidth: 0
6489   layout:
6490     title: ""  # No title
6491     layout: "plot-throughput"
6492
6493 # Packet Throughput - VPP IPv6 3n-skx-x710
6494 -
6495   type: "plot"
6496   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6497   algorithm: "plot_performance_box"
6498   output-file-type: ".html"
6499   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
6500   data: "plot-vpp-throughput-latency-3n-skx"
6501   filter: "'NIC_Intel-X710' and
6502            '78B' and
6503            ('BASE' or 'SCALE') and
6504            'NDRPDR' and
6505            '2T1C' and
6506            'IP6FWD' and
6507            not 'SRv6' and
6508            not 'IPSEC' and
6509            not 'VHOST'"
6510   parameters:
6511   - "throughput"
6512   - "parent"
6513   traces:
6514     hoverinfo: "x+y"
6515     boxpoints: "outliers"
6516     whiskerwidth: 0
6517   layout:
6518     title: ""  # No title
6519     layout: "plot-throughput"
6520
6521 -
6522   type: "plot"
6523   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6524   algorithm: "plot_performance_box"
6525   output-file-type: ".html"
6526   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6527   data: "plot-vpp-throughput-latency-3n-skx"
6528   filter: "'NIC_Intel-X710' and
6529            '78B' and
6530            ('BASE' or 'SCALE') and
6531            'NDRPDR' and
6532            '2T1C' and
6533            'IP6FWD' and
6534            not 'SRv6' and
6535            not 'IPSEC' and
6536            not 'VHOST'"
6537   parameters:
6538   - "throughput"
6539   - "parent"
6540   traces:
6541     hoverinfo: "x+y"
6542     boxpoints: "outliers"
6543     whiskerwidth: 0
6544   layout:
6545     title: ""  # No title
6546     layout: "plot-throughput"
6547
6548 -
6549   type: "plot"
6550   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6551   algorithm: "plot_performance_box"
6552   output-file-type: ".html"
6553   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6554   data: "plot-vpp-throughput-latency-3n-skx"
6555   filter: "'NIC_Intel-X710' and
6556            '78B' and
6557            ('BASE' or 'SCALE') and
6558            'NDRPDR' and
6559            '4T2C' and
6560            'IP6FWD' and
6561            not 'SRv6' and
6562            not 'IPSEC' and
6563            not 'VHOST'"
6564   parameters:
6565   - "throughput"
6566   - "parent"
6567   traces:
6568     hoverinfo: "x+y"
6569     boxpoints: "outliers"
6570     whiskerwidth: 0
6571   layout:
6572     title: ""  # No title
6573     layout: "plot-throughput"
6574
6575 -
6576   type: "plot"
6577   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6578   algorithm: "plot_performance_box"
6579   output-file-type: ".html"
6580   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6581   data: "plot-vpp-throughput-latency-3n-skx"
6582   filter: "'NIC_Intel-X710' and
6583            '78B' and
6584            ('BASE' or 'SCALE') and
6585            'NDRPDR' and
6586            '4T2C' and
6587            'IP6FWD' and
6588            not 'SRv6' and
6589            not 'IPSEC' and
6590            not 'VHOST'"
6591   parameters:
6592   - "throughput"
6593   - "parent"
6594   traces:
6595     hoverinfo: "x+y"
6596     boxpoints: "outliers"
6597     whiskerwidth: 0
6598   layout:
6599     title: ""  # No title
6600     layout: "plot-throughput"
6601
6602 -
6603   type: "plot"
6604   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-ndr"
6605   algorithm: "plot_performance_box"
6606   output-file-type: ".html"
6607   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr"
6608   data: "plot-vpp-throughput-latency-3n-skx"
6609   filter: "'NIC_Intel-X710' and
6610            '78B' and
6611            'FEATURE' and
6612            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6613            'NDRPDR' and
6614            '2T1C' and
6615            'IP6FWD' and
6616            not 'SRv6' and
6617            not 'IPSEC' and
6618            not 'VHOST'"
6619   parameters:
6620   - "throughput"
6621   - "parent"
6622   traces:
6623     hoverinfo: "x+y"
6624     boxpoints: "outliers"
6625     whiskerwidth: 0
6626   layout:
6627     title: ""  # No title
6628     layout: "plot-throughput"
6629
6630 -
6631   type: "plot"
6632   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-features-pdr"
6633   algorithm: "plot_performance_box"
6634   output-file-type: ".html"
6635   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-pdr"
6636   data: "plot-vpp-throughput-latency-3n-skx"
6637   filter: "'NIC_Intel-X710' and
6638            '78B' and
6639            'FEATURE' and
6640            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6641            'NDRPDR' and
6642            '2T1C' and
6643            'IP6FWD' and
6644            not 'SRv6' and
6645            not 'IPSEC' and
6646            not 'VHOST'"
6647   parameters:
6648   - "throughput"
6649   - "parent"
6650   traces:
6651     hoverinfo: "x+y"
6652     boxpoints: "outliers"
6653     whiskerwidth: 0
6654   layout:
6655     title: ""  # No title
6656     layout: "plot-throughput"
6657
6658 -
6659   type: "plot"
6660   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-ndr"
6661   algorithm: "plot_performance_box"
6662   output-file-type: ".html"
6663   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr"
6664   data: "plot-vpp-throughput-latency-3n-skx"
6665   filter: "'NIC_Intel-X710' and
6666            '78B' and
6667            'FEATURE' and
6668            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6669            'NDRPDR' and
6670            '4T2C' and
6671            'IP6FWD' and
6672            not 'SRv6' and
6673            not 'IPSEC' and
6674            not 'VHOST'"
6675   parameters:
6676   - "throughput"
6677   - "parent"
6678   traces:
6679     hoverinfo: "x+y"
6680     boxpoints: "outliers"
6681     whiskerwidth: 0
6682   layout:
6683     title: ""  # No title
6684     layout: "plot-throughput"
6685
6686 -
6687   type: "plot"
6688   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-features-pdr"
6689   algorithm: "plot_performance_box"
6690   output-file-type: ".html"
6691   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-pdr"
6692   data: "plot-vpp-throughput-latency-3n-skx"
6693   filter: "'NIC_Intel-X710' and
6694            '78B' and
6695            'FEATURE' and
6696            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6697            'NDRPDR' and
6698            '4T2C' and
6699            'IP6FWD' and
6700            not 'SRv6' and
6701            not 'IPSEC' and
6702            not 'VHOST'"
6703   parameters:
6704   - "throughput"
6705   - "parent"
6706   traces:
6707     hoverinfo: "x+y"
6708     boxpoints: "outliers"
6709     whiskerwidth: 0
6710   layout:
6711     title: ""  # No title
6712     layout: "plot-throughput"
6713
6714 # Packet Throughput - VPP IPv6 3n-skx-xxv710
6715 -
6716   type: "plot"
6717   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6718   algorithm: "plot_performance_box"
6719   output-file-type: ".html"
6720   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6721   data: "plot-vpp-throughput-latency-3n-skx"
6722   filter: "'NIC_Intel-XXV710' and
6723            '78B' and
6724            ('BASE' or 'SCALE') and
6725            'NDRPDR' and
6726            '2T1C' and
6727            'IP6FWD' and
6728            not 'SRv6' and
6729            not 'IPSEC' and
6730            not 'VHOST'"
6731   parameters:
6732   - "throughput"
6733   - "parent"
6734   traces:
6735     hoverinfo: "x+y"
6736     boxpoints: "outliers"
6737     whiskerwidth: 0
6738   layout:
6739     title: ""  # No title
6740     layout: "plot-throughput"
6741
6742 -
6743   type: "plot"
6744   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6745   algorithm: "plot_performance_box"
6746   output-file-type: ".html"
6747   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6748   data: "plot-vpp-throughput-latency-3n-skx"
6749   filter: "'NIC_Intel-XXV710' and
6750            '78B' and
6751            ('BASE' or 'SCALE') and
6752            'NDRPDR' and
6753            '2T1C' and
6754            'IP6FWD' and
6755            not 'SRv6' and
6756            not 'IPSEC' and
6757            not 'VHOST'"
6758   parameters:
6759   - "throughput"
6760   - "parent"
6761   traces:
6762     hoverinfo: "x+y"
6763     boxpoints: "outliers"
6764     whiskerwidth: 0
6765   layout:
6766     title: ""  # No title
6767     layout: "plot-throughput"
6768
6769 -
6770   type: "plot"
6771   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6772   algorithm: "plot_performance_box"
6773   output-file-type: ".html"
6774   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6775   data: "plot-vpp-throughput-latency-3n-skx"
6776   filter: "'NIC_Intel-XXV710' and
6777            '78B' and
6778            ('BASE' or 'SCALE') and
6779            'NDRPDR' and
6780            '4T2C' and
6781            'IP6FWD' and
6782            not 'SRv6' and
6783            not 'IPSEC' and
6784            not 'VHOST'"
6785   parameters:
6786   - "throughput"
6787   - "parent"
6788   traces:
6789     hoverinfo: "x+y"
6790     boxpoints: "outliers"
6791     whiskerwidth: 0
6792   layout:
6793     title: ""  # No title
6794     layout: "plot-throughput"
6795
6796 -
6797   type: "plot"
6798   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6799   algorithm: "plot_performance_box"
6800   output-file-type: ".html"
6801   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6802   data: "plot-vpp-throughput-latency-3n-skx"
6803   filter: "'NIC_Intel-XXV710' and
6804            '78B' and
6805            ('BASE' or 'SCALE') and
6806            'NDRPDR' and
6807            '4T2C' and
6808            'IP6FWD' and
6809            not 'SRv6' and
6810            not 'IPSEC' and
6811            not 'VHOST'"
6812   parameters:
6813   - "throughput"
6814   - "parent"
6815   traces:
6816     hoverinfo: "x+y"
6817     boxpoints: "outliers"
6818     whiskerwidth: 0
6819   layout:
6820     title: ""  # No title
6821     layout: "plot-throughput"
6822
6823 -
6824   type: "plot"
6825   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6826   algorithm: "plot_performance_box"
6827   output-file-type: ".html"
6828   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr"
6829   data: "plot-vpp-throughput-latency-3n-skx"
6830   filter: "'NIC_Intel-XXV710' and
6831            '78B' and
6832            'FEATURE' and
6833            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6834            'NDRPDR' and
6835            '2T1C' and
6836            'IP6FWD' and
6837            not 'SRv6' and
6838            not 'IPSEC' and
6839            not 'VHOST'"
6840   parameters:
6841   - "throughput"
6842   - "parent"
6843   traces:
6844     hoverinfo: "x+y"
6845     boxpoints: "outliers"
6846     whiskerwidth: 0
6847   layout:
6848     title: ""  # No title
6849     layout: "plot-throughput"
6850
6851 -
6852   type: "plot"
6853   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6854   algorithm: "plot_performance_box"
6855   output-file-type: ".html"
6856   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-pdr"
6857   data: "plot-vpp-throughput-latency-3n-skx"
6858   filter: "'NIC_Intel-XXV710' and
6859            '78B' and
6860            'FEATURE' and
6861            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6862            'NDRPDR' and
6863            '2T1C' and
6864            'IP6FWD' and
6865            not 'SRv6' and
6866            not 'IPSEC' and
6867            not 'VHOST'"
6868   parameters:
6869   - "throughput"
6870   - "parent"
6871   traces:
6872     hoverinfo: "x+y"
6873     boxpoints: "outliers"
6874     whiskerwidth: 0
6875   layout:
6876     title: ""  # No title
6877     layout: "plot-throughput"
6878
6879 -
6880   type: "plot"
6881   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6882   algorithm: "plot_performance_box"
6883   output-file-type: ".html"
6884   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr"
6885   data: "plot-vpp-throughput-latency-3n-skx"
6886   filter: "'NIC_Intel-XXV710' and
6887            '78B' and
6888            'FEATURE' and
6889            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6890            'NDRPDR' and
6891            '4T2C' and
6892            'IP6FWD' and
6893            not 'SRv6' and
6894            not 'IPSEC' and
6895            not 'VHOST'"
6896   parameters:
6897   - "throughput"
6898   - "parent"
6899   traces:
6900     hoverinfo: "x+y"
6901     boxpoints: "outliers"
6902     whiskerwidth: 0
6903   layout:
6904     title: ""  # No title
6905     layout: "plot-throughput"
6906
6907 -
6908   type: "plot"
6909   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
6910   algorithm: "plot_performance_box"
6911   output-file-type: ".html"
6912   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-pdr"
6913   data: "plot-vpp-throughput-latency-3n-skx"
6914   filter: "'NIC_Intel-XXV710' and
6915            '78B' and
6916            'FEATURE' and
6917            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6918            'NDRPDR' and
6919            '4T2C' 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 # Packet Throughput - VPP IPv6 2n-skx-x710
6936 -
6937   type: "plot"
6938   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6939   algorithm: "plot_performance_box"
6940   output-file-type: ".html"
6941   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6942   data: "plot-vpp-throughput-latency-2n-skx"
6943   filter: "'NIC_Intel-X710' and
6944            '78B' and
6945            ('BASE' or 'SCALE') and
6946            'NDRPDR' and
6947            '2T1C' 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-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6966   algorithm: "plot_performance_box"
6967   output-file-type: ".html"
6968   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6969   data: "plot-vpp-throughput-latency-2n-skx"
6970   filter: "'NIC_Intel-X710' and
6971            '78B' and
6972            ('BASE' or 'SCALE') and
6973            'NDRPDR' and
6974            '2T1C' and
6975            'IP6FWD' and
6976            not 'IPSEC' and
6977            not 'VHOST'"
6978   parameters:
6979   - "throughput"
6980   - "parent"
6981   traces:
6982     hoverinfo: "x+y"
6983     boxpoints: "outliers"
6984     whiskerwidth: 0
6985   layout:
6986     title: ""  # No title
6987     layout: "plot-throughput"
6988
6989 -
6990   type: "plot"
6991   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6992   algorithm: "plot_performance_box"
6993   output-file-type: ".html"
6994   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6995   data: "plot-vpp-throughput-latency-2n-skx"
6996   filter: "'NIC_Intel-X710' and
6997            '78B' and
6998            ('BASE' or 'SCALE') and
6999            'NDRPDR' and
7000            '4T2C' and
7001            'IP6FWD' and
7002            not 'SRv6' and
7003            not 'IPSEC' and
7004            not 'VHOST'"
7005   parameters:
7006   - "throughput"
7007   - "parent"
7008   traces:
7009     hoverinfo: "x+y"
7010     boxpoints: "outliers"
7011     whiskerwidth: 0
7012   layout:
7013     title: ""  # No title
7014     layout: "plot-throughput"
7015
7016 -
7017   type: "plot"
7018   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7019   algorithm: "plot_performance_box"
7020   output-file-type: ".html"
7021   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
7022   data: "plot-vpp-throughput-latency-2n-skx"
7023   filter: "'NIC_Intel-X710' and
7024            '78B' and
7025            ('BASE' or 'SCALE') and
7026            'NDRPDR' and
7027            '4T2C' and
7028            'IP6FWD' and
7029            not 'SRv6' and
7030            not 'IPSEC' and
7031            not 'VHOST'"
7032   parameters:
7033   - "throughput"
7034   - "parent"
7035   traces:
7036     hoverinfo: "x+y"
7037     boxpoints: "outliers"
7038     whiskerwidth: 0
7039   layout:
7040     title: ""  # No title
7041     layout: "plot-throughput"
7042
7043 # Packet Throughput - VPP IPv6 2n-skx-xxv710
7044 -
7045   type: "plot"
7046   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7047   algorithm: "plot_performance_box"
7048   output-file-type: ".html"
7049   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
7050   data: "plot-vpp-throughput-latency-2n-skx"
7051   filter: "'NIC_Intel-XXV710' and
7052            '78B' and
7053            ('BASE' or 'SCALE') and
7054            'NDRPDR' and
7055            '2T1C' and
7056            'IP6FWD' and
7057            not 'SRv6' and
7058            not 'IPSEC' and
7059            not 'VHOST'"
7060   parameters:
7061   - "throughput"
7062   - "parent"
7063   traces:
7064     hoverinfo: "x+y"
7065     boxpoints: "outliers"
7066     whiskerwidth: 0
7067   layout:
7068     title: ""  # No title
7069     layout: "plot-throughput"
7070
7071 -
7072   type: "plot"
7073   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7074   algorithm: "plot_performance_box"
7075   output-file-type: ".html"
7076   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
7077   data: "plot-vpp-throughput-latency-2n-skx"
7078   filter: "'NIC_Intel-XXV710' and
7079            '78B' and
7080            ('BASE' or 'SCALE') and
7081            'NDRPDR' and
7082            '2T1C' and
7083            'IP6FWD' and
7084            not 'SRv6' and
7085            not 'IPSEC' and
7086            not 'VHOST'"
7087   parameters:
7088   - "throughput"
7089   - "parent"
7090   traces:
7091     hoverinfo: "x+y"
7092     boxpoints: "outliers"
7093     whiskerwidth: 0
7094   layout:
7095     title: ""  # No title
7096     layout: "plot-throughput"
7097
7098 -
7099   type: "plot"
7100   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7101   algorithm: "plot_performance_box"
7102   output-file-type: ".html"
7103   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
7104   data: "plot-vpp-throughput-latency-2n-skx"
7105   filter: "'NIC_Intel-XXV710' and
7106            '78B' and
7107            ('BASE' or 'SCALE') and
7108            'NDRPDR' and
7109            '4T2C' and
7110            'IP6FWD' and
7111            not 'SRv6' and
7112            not 'IPSEC' and
7113            not 'VHOST'"
7114   parameters:
7115   - "throughput"
7116   - "parent"
7117   traces:
7118     hoverinfo: "x+y"
7119     boxpoints: "outliers"
7120     whiskerwidth: 0
7121   layout:
7122     title: ""  # No title
7123     layout: "plot-throughput"
7124
7125 -
7126   type: "plot"
7127   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7128   algorithm: "plot_performance_box"
7129   output-file-type: ".html"
7130   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
7131   data: "plot-vpp-throughput-latency-2n-skx"
7132   filter: "'NIC_Intel-XXV710' and
7133            '78B' and
7134            ('BASE' or 'SCALE') and
7135            'NDRPDR' and
7136            '4T2C' and
7137            'IP6FWD' and
7138            not 'SRv6' and
7139            not 'IPSEC' and
7140            not 'VHOST'"
7141   parameters:
7142   - "throughput"
7143   - "parent"
7144   traces:
7145     hoverinfo: "x+y"
7146     boxpoints: "outliers"
7147     whiskerwidth: 0
7148   layout:
7149     title: ""  # No title
7150     layout: "plot-throughput"
7151
7152 ################################################################################
7153
7154 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
7155 -
7156   type: "plot"
7157   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7158   algorithm: "plot_performance_box"
7159   output-file-type: ".html"
7160   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
7161   data: "plot-vpp-throughput-latency-3n-hsw"
7162   filter: "'NIC_Intel-X520-DA2' and
7163            '78B' and
7164            'ENCAP' and
7165            'NDRPDR' and
7166            '1T1C' and
7167            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7168            not 'VHOST'"
7169   parameters:
7170   - "throughput"
7171   - "parent"
7172   traces:
7173     hoverinfo: "x+y"
7174     boxpoints: "outliers"
7175     whiskerwidth: 0
7176   layout:
7177     title: ""  # No title
7178     layout: "plot-throughput"
7179
7180 -
7181   type: "plot"
7182   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7183   algorithm: "plot_performance_box"
7184   output-file-type: ".html"
7185   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
7186   data: "plot-vpp-throughput-latency-3n-hsw"
7187   filter: "'NIC_Intel-X520-DA2' and
7188            '78B' and
7189            'ENCAP' and
7190            'NDRPDR' and
7191            '1T1C' and
7192            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7193            not 'VHOST'"
7194   parameters:
7195   - "throughput"
7196   - "parent"
7197   traces:
7198     hoverinfo: "x+y"
7199     boxpoints: "outliers"
7200     whiskerwidth: 0
7201   layout:
7202     title: ""  # No title
7203     layout: "plot-throughput"
7204
7205 -
7206   type: "plot"
7207   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7208   algorithm: "plot_performance_box"
7209   output-file-type: ".html"
7210   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
7211   data: "plot-vpp-throughput-latency-3n-hsw"
7212   filter: "'NIC_Intel-X520-DA2' and
7213            '78B' and
7214            'ENCAP' and
7215            'NDRPDR' and
7216            '2T2C' and
7217            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7218            not 'VHOST'"
7219   parameters:
7220   - "throughput"
7221   - "parent"
7222   traces:
7223     hoverinfo: "x+y"
7224     boxpoints: "outliers"
7225     whiskerwidth: 0
7226   layout:
7227     title: ""  # No title
7228     layout: "plot-throughput"
7229
7230 -
7231   type: "plot"
7232   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7233   algorithm: "plot_performance_box"
7234   output-file-type: ".html"
7235   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
7236   data: "plot-vpp-throughput-latency-3n-hsw"
7237   filter: "'NIC_Intel-X520-DA2' and
7238            '78B' and
7239            'ENCAP' and
7240            'NDRPDR' and
7241            '2T2C' and
7242            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
7243            not 'VHOST'"
7244   parameters:
7245   - "throughput"
7246   - "parent"
7247   traces:
7248     hoverinfo: "x+y"
7249     boxpoints: "outliers"
7250     whiskerwidth: 0
7251   layout:
7252     title: ""  # No title
7253     layout: "plot-throughput"
7254
7255 ################################################################################
7256
7257 # Packet Throughput - VPP IPSec 3n-hsw-xl710
7258 -
7259   type: "plot"
7260   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7261   algorithm: "plot_performance_box"
7262   output-file-type: ".html"
7263   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7264   data: "plot-vpp-throughput-latency-3n-hsw"
7265   filter: "'NIC_Intel-XL710' and
7266            '64B' and
7267            'IP4FWD' and
7268            'NDRPDR' and
7269            '1T1C' and
7270            'IPSECHW' and
7271            ('IPSECTRAN' or 'IPSECTUN') and
7272            not 'VHOST'"
7273   parameters:
7274   - "throughput"
7275   - "parent"
7276   traces:
7277     hoverinfo: "x+y"
7278     boxpoints: "outliers"
7279     whiskerwidth: 0
7280   layout:
7281     title: ""  # No title
7282     layout: "plot-throughput"
7283
7284 -
7285   type: "plot"
7286   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7287   algorithm: "plot_performance_box"
7288   output-file-type: ".html"
7289   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7290   data: "plot-vpp-throughput-latency-3n-hsw"
7291   filter: "'NIC_Intel-XL710' and
7292            '64B' and
7293            'IP4FWD' and
7294            'NDRPDR' and
7295            '1T1C' and
7296            'IPSECHW' and
7297            ('IPSECTRAN' or 'IPSECTUN') and
7298            not 'VHOST'"
7299   parameters:
7300   - "throughput"
7301   - "parent"
7302   traces:
7303     hoverinfo: "x+y"
7304     boxpoints: "outliers"
7305     whiskerwidth: 0
7306   layout:
7307     title: ""  # No title
7308     layout: "plot-throughput"
7309
7310 -
7311   type: "plot"
7312   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7313   algorithm: "plot_performance_box"
7314   output-file-type: ".html"
7315   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7316   data: "plot-vpp-throughput-latency-3n-hsw"
7317   filter: "'NIC_Intel-XL710' and
7318            '64B' and
7319            'IP4FWD' and
7320            'NDRPDR' and
7321            '2T2C' and
7322            'IPSECHW' and
7323            ('IPSECTRAN' or 'IPSECTUN') and
7324            not 'VHOST'"
7325   parameters:
7326   - "throughput"
7327   - "parent"
7328   traces:
7329     hoverinfo: "x+y"
7330     boxpoints: "outliers"
7331     whiskerwidth: 0
7332   layout:
7333     title: ""  # No title
7334     layout: "plot-throughput"
7335
7336 -
7337   type: "plot"
7338   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7339   algorithm: "plot_performance_box"
7340   output-file-type: ".html"
7341   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7342   data: "plot-vpp-throughput-latency-3n-hsw"
7343   filter: "'NIC_Intel-XL710' and
7344            '64B' and
7345            'IP4FWD' and
7346            'NDRPDR' and
7347            '2T2C' and
7348            'IPSECHW' and
7349            ('IPSECTRAN' or 'IPSECTUN') and
7350            not 'VHOST'"
7351   parameters:
7352   - "throughput"
7353   - "parent"
7354   traces:
7355     hoverinfo: "x+y"
7356     boxpoints: "outliers"
7357     whiskerwidth: 0
7358   layout:
7359     title: ""  # No title
7360     layout: "plot-throughput"
7361
7362 ################################################################################
7363
7364 # Packet Throughput - VPP SRv6 3n-hsw-x520
7365 -
7366   type: "plot"
7367   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7368   algorithm: "plot_performance_box"
7369   output-file-type: ".html"
7370   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
7371   data: "plot-vpp-throughput-latency-3n-hsw"
7372   filter: "'NIC_Intel-X520-DA2' and
7373            '78B' and
7374            'FEATURE' and
7375            'NDRPDR' and
7376            '1T1C' and
7377            'IP6FWD' and
7378            'SRv6'"
7379   parameters:
7380   - "throughput"
7381   - "parent"
7382   traces:
7383     hoverinfo: "x+y"
7384     boxpoints: "outliers"
7385     whiskerwidth: 0
7386   layout:
7387     title: ""  # No title
7388     layout: "plot-throughput"
7389
7390 -
7391   type: "plot"
7392   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7393   algorithm: "plot_performance_box"
7394   output-file-type: ".html"
7395   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
7396   data: "plot-vpp-throughput-latency-3n-hsw"
7397   filter: "'NIC_Intel-X520-DA2' and
7398            '78B' and
7399            'FEATURE' and
7400            'NDRPDR' and
7401            '1T1C' and
7402            'IP6FWD' and
7403            'SRv6'"
7404   parameters:
7405   - "throughput"
7406   - "parent"
7407   traces:
7408     hoverinfo: "x+y"
7409     boxpoints: "outliers"
7410     whiskerwidth: 0
7411   layout:
7412     title: ""  # No title
7413     layout: "plot-throughput"
7414
7415 -
7416   type: "plot"
7417   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7418   algorithm: "plot_performance_box"
7419   output-file-type: ".html"
7420   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
7421   data: "plot-vpp-throughput-latency-3n-hsw"
7422   filter: "'NIC_Intel-X520-DA2' and
7423            '78B' and
7424            'FEATURE' and
7425            'NDRPDR' and
7426            '2T2C' and
7427            'IP6FWD' and
7428            'SRv6'"
7429   parameters:
7430   - "throughput"
7431   - "parent"
7432   traces:
7433     hoverinfo: "x+y"
7434     boxpoints: "outliers"
7435     whiskerwidth: 0
7436   layout:
7437     title: ""  # No title
7438     layout: "plot-throughput"
7439
7440 -
7441   type: "plot"
7442   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7443   algorithm: "plot_performance_box"
7444   output-file-type: ".html"
7445   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
7446   data: "plot-vpp-throughput-latency-3n-hsw"
7447   filter: "'NIC_Intel-X520-DA2' and
7448            '78B' and
7449            'FEATURE' and
7450            'NDRPDR' and
7451            '2T2C' and
7452            'IP6FWD' and
7453            'SRv6'"
7454   parameters:
7455   - "throughput"
7456   - "parent"
7457   traces:
7458     hoverinfo: "x+y"
7459     boxpoints: "outliers"
7460     whiskerwidth: 0
7461   layout:
7462     title: ""  # No title
7463     layout: "plot-throughput"
7464
7465 ################################################################################
7466
7467 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
7468 -
7469   type: "plot"
7470   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7471   algorithm: "plot_performance_box"
7472   output-file-type: ".html"
7473   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7474   data: "plot-vpp-throughput-latency-3n-hsw"
7475   filter: "'NIC_Intel-X520-DA2' and
7476            '64B' and
7477            'NDRPDR' and
7478            '1T1C' and
7479            'VHOST' and
7480            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7481   parameters:
7482   - "throughput"
7483   - "parent"
7484   traces:
7485     hoverinfo: "x+y"
7486     boxpoints: "outliers"
7487     whiskerwidth: 0
7488   layout:
7489     title: ""  # No title
7490     layout: "plot-throughput"
7491
7492 -
7493   type: "plot"
7494   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7495   algorithm: "plot_performance_box"
7496   output-file-type: ".html"
7497   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7498   data: "plot-vpp-throughput-latency-3n-hsw"
7499   filter: "'NIC_Intel-X520-DA2' and
7500            '64B' and
7501            'NDRPDR' and
7502            '2T2C' and
7503            'VHOST' and
7504            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7505   parameters:
7506   - "throughput"
7507   - "parent"
7508   traces:
7509     hoverinfo: "x+y"
7510     boxpoints: "outliers"
7511     whiskerwidth: 0
7512   layout:
7513     title: ""  # No title
7514     layout: "plot-throughput"
7515
7516 -
7517   type: "plot"
7518   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7519   algorithm: "plot_performance_box"
7520   output-file-type: ".html"
7521   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7522   data: "plot-vpp-throughput-latency-3n-hsw"
7523   filter: "'NIC_Intel-X520-DA2' and
7524            '64B' and
7525            'NDRPDR' and
7526            '1T1C' and
7527            'VHOST' and
7528            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7529   parameters:
7530   - "throughput"
7531   - "parent"
7532   traces:
7533     hoverinfo: "x+y"
7534     boxpoints: "outliers"
7535     whiskerwidth: 0
7536   layout:
7537     title: ""  # No title
7538     layout: "plot-throughput"
7539
7540 -
7541   type: "plot"
7542   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7543   algorithm: "plot_performance_box"
7544   output-file-type: ".html"
7545   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7546   data: "plot-vpp-throughput-latency-3n-hsw"
7547   filter: "'NIC_Intel-X520-DA2' and
7548            '64B' and
7549            'NDRPDR' and
7550            '2T2C' and
7551            'VHOST' and
7552            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7553   parameters:
7554   - "throughput"
7555   - "parent"
7556   traces:
7557     hoverinfo: "x+y"
7558     boxpoints: "outliers"
7559     whiskerwidth: 0
7560   layout:
7561     title: ""  # No title
7562     layout: "plot-throughput"
7563
7564 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
7565 -
7566   type: "plot"
7567   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7568   algorithm: "plot_performance_box"
7569   output-file-type: ".html"
7570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7571   data: "plot-vpp-throughput-latency-3n-hsw"
7572   filter: "'NIC_Intel-X520-DA2' and
7573            '64B' and
7574            'NDRPDR' and
7575            '1T1C' and
7576            'VHOST' and
7577            not 'VXLAN' and
7578            not 'IP4FWD' and
7579            not 'DOT1Q' and
7580            not '2VM'"
7581   parameters:
7582   - "throughput"
7583   - "parent"
7584   traces:
7585     hoverinfo: "x+y"
7586     boxpoints: "outliers"
7587     whiskerwidth: 0
7588   layout:
7589     title: ""  # No title
7590     layout: "plot-throughput"
7591
7592 -
7593   type: "plot"
7594   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7595   algorithm: "plot_performance_box"
7596   output-file-type: ".html"
7597   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7598   data: "plot-vpp-throughput-latency-3n-hsw"
7599   filter: "'NIC_Intel-X520-DA2' and
7600            '64B' and
7601            'NDRPDR' and
7602            '2T2C' and
7603            'VHOST' and
7604            not 'VXLAN' and
7605            not 'IP4FWD' and
7606            not 'DOT1Q' and
7607            not '2VM'"
7608   parameters:
7609   - "throughput"
7610   - "parent"
7611   traces:
7612     hoverinfo: "x+y"
7613     boxpoints: "outliers"
7614     whiskerwidth: 0
7615   layout:
7616     title: ""  # No title
7617     layout: "plot-throughput"
7618
7619 -
7620   type: "plot"
7621   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7622   algorithm: "plot_performance_box"
7623   output-file-type: ".html"
7624   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7625   data: "plot-vpp-throughput-latency-3n-hsw"
7626   filter: "'NIC_Intel-X520-DA2' and
7627            '64B' and
7628            'NDRPDR' and
7629            '1T1C' and
7630            'VHOST' and
7631            not 'VXLAN' and
7632            not 'IP4FWD' and
7633            not 'DOT1Q' and
7634            not '2VM'"
7635   parameters:
7636   - "throughput"
7637   - "parent"
7638   traces:
7639     hoverinfo: "x+y"
7640     boxpoints: "outliers"
7641     whiskerwidth: 0
7642   layout:
7643     title: ""  # No title
7644     layout: "plot-throughput"
7645
7646 -
7647   type: "plot"
7648   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7649   algorithm: "plot_performance_box"
7650   output-file-type: ".html"
7651   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7652   data: "plot-vpp-throughput-latency-3n-hsw"
7653   filter: "'NIC_Intel-X520-DA2' and
7654            '64B' and
7655            'NDRPDR' and
7656            '2T2C' and
7657            'VHOST' and
7658            not 'VXLAN' and
7659            not 'IP4FWD' and
7660            not 'DOT1Q' and
7661            not '2VM'"
7662   parameters:
7663   - "throughput"
7664   - "parent"
7665   traces:
7666     hoverinfo: "x+y"
7667     boxpoints: "outliers"
7668     whiskerwidth: 0
7669   layout:
7670     title: ""  # No title
7671     layout: "plot-throughput"
7672
7673 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
7674 -
7675   type: "plot"
7676   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7677   algorithm: "plot_performance_box"
7678   output-file-type: ".html"
7679   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7680   data: "plot-vpp-throughput-latency-3n-hsw"
7681   filter: "'NIC_Intel-X710' and
7682            '64B' and
7683            'NDRPDR' and
7684            '1T1C' and
7685            'VHOST' and
7686            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7687   parameters:
7688   - "throughput"
7689   - "parent"
7690   traces:
7691     hoverinfo: "x+y"
7692     boxpoints: "outliers"
7693     whiskerwidth: 0
7694   layout:
7695     title: ""  # No title
7696     layout: "plot-throughput"
7697
7698 -
7699   type: "plot"
7700   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7701   algorithm: "plot_performance_box"
7702   output-file-type: ".html"
7703   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7704   data: "plot-vpp-throughput-latency-3n-hsw"
7705   filter: "'NIC_Intel-X710' and
7706            '64B' and
7707            'NDRPDR' and
7708            '2T2C' and
7709            'VHOST' and
7710            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7711   parameters:
7712   - "throughput"
7713   - "parent"
7714   traces:
7715     hoverinfo: "x+y"
7716     boxpoints: "outliers"
7717     whiskerwidth: 0
7718   layout:
7719     title: ""  # No title
7720     layout: "plot-throughput"
7721
7722 -
7723   type: "plot"
7724   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7725   algorithm: "plot_performance_box"
7726   output-file-type: ".html"
7727   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7728   data: "plot-vpp-throughput-latency-3n-hsw"
7729   filter: "'NIC_Intel-X710' and
7730            '64B' and
7731            'NDRPDR' and
7732            '1T1C' and
7733            'VHOST' and
7734            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7735   parameters:
7736   - "throughput"
7737   - "parent"
7738   traces:
7739     hoverinfo: "x+y"
7740     boxpoints: "outliers"
7741     whiskerwidth: 0
7742   layout:
7743     title: ""  # No title
7744     layout: "plot-throughput"
7745
7746 -
7747   type: "plot"
7748   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7749   algorithm: "plot_performance_box"
7750   output-file-type: ".html"
7751   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7752   data: "plot-vpp-throughput-latency-3n-hsw"
7753   filter: "'NIC_Intel-X710' and
7754            '64B' and
7755            'NDRPDR' and
7756            '2T2C' and
7757            'VHOST' and
7758            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7759   parameters:
7760   - "throughput"
7761   - "parent"
7762   traces:
7763     hoverinfo: "x+y"
7764     boxpoints: "outliers"
7765     whiskerwidth: 0
7766   layout:
7767     title: ""  # No title
7768     layout: "plot-throughput"
7769
7770 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
7771 -
7772   type: "plot"
7773   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7774   algorithm: "plot_performance_box"
7775   output-file-type: ".html"
7776   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7777   data: "plot-vpp-throughput-latency-3n-hsw"
7778   filter: "'NIC_Intel-X710' and
7779            '64B' and
7780            'NDRPDR' and
7781            '1T1C' and
7782            'VHOST' and
7783            not 'VXLAN' and
7784            not 'IP4FWD' and
7785            not 'DOT1Q' and
7786            not '2VM'"
7787   parameters:
7788   - "throughput"
7789   - "parent"
7790   traces:
7791     hoverinfo: "x+y"
7792     boxpoints: "outliers"
7793     whiskerwidth: 0
7794   layout:
7795     title: ""  # No title
7796     layout: "plot-throughput"
7797
7798 -
7799   type: "plot"
7800   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7801   algorithm: "plot_performance_box"
7802   output-file-type: ".html"
7803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7804   data: "plot-vpp-throughput-latency-3n-hsw"
7805   filter: "'NIC_Intel-X710' and
7806            '64B' and
7807            'NDRPDR' and
7808            '2T2C' and
7809            'VHOST' and
7810            not 'VXLAN' and
7811            not 'IP4FWD' and
7812            not 'DOT1Q' and
7813            not '2VM'"
7814   parameters:
7815   - "throughput"
7816   - "parent"
7817   traces:
7818     hoverinfo: "x+y"
7819     boxpoints: "outliers"
7820     whiskerwidth: 0
7821   layout:
7822     title: ""  # No title
7823     layout: "plot-throughput"
7824
7825 -
7826   type: "plot"
7827   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7828   algorithm: "plot_performance_box"
7829   output-file-type: ".html"
7830   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7831   data: "plot-vpp-throughput-latency-3n-hsw"
7832   filter: "'NIC_Intel-X710' and
7833            '64B' and
7834            'NDRPDR' and
7835            '1T1C' and
7836            'VHOST' and
7837            not 'VXLAN' and
7838            not 'IP4FWD' and
7839            not 'DOT1Q' and
7840            not '2VM'"
7841   parameters:
7842   - "throughput"
7843   - "parent"
7844   traces:
7845     hoverinfo: "x+y"
7846     boxpoints: "outliers"
7847     whiskerwidth: 0
7848   layout:
7849     title: ""  # No title
7850     layout: "plot-throughput"
7851
7852 -
7853   type: "plot"
7854   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7855   algorithm: "plot_performance_box"
7856   output-file-type: ".html"
7857   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7858   data: "plot-vpp-throughput-latency-3n-hsw"
7859   filter: "'NIC_Intel-X710' and
7860            '64B' and
7861            'NDRPDR' and
7862            '2T2C' and
7863            'VHOST' and
7864            not 'VXLAN' and
7865            not 'IP4FWD' and
7866            not 'DOT1Q' and
7867            not '2VM'"
7868   parameters:
7869   - "throughput"
7870   - "parent"
7871   traces:
7872     hoverinfo: "x+y"
7873     boxpoints: "outliers"
7874     whiskerwidth: 0
7875   layout:
7876     title: ""  # No title
7877     layout: "plot-throughput"
7878
7879 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7880 -
7881   type: "plot"
7882   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7883   algorithm: "plot_performance_box"
7884   output-file-type: ".html"
7885   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7886   data: "plot-vpp-throughput-latency-3n-hsw"
7887   filter: "'NIC_Intel-XL710' and
7888            '64B' and
7889            'NDRPDR' and
7890            '1T1C' and
7891            'VHOST' and
7892            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7893   parameters:
7894   - "throughput"
7895   - "parent"
7896   traces:
7897     hoverinfo: "x+y"
7898     boxpoints: "outliers"
7899     whiskerwidth: 0
7900   layout:
7901     title: ""  # No title
7902     layout: "plot-throughput"
7903
7904 -
7905   type: "plot"
7906   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7907   algorithm: "plot_performance_box"
7908   output-file-type: ".html"
7909   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7910   data: "plot-vpp-throughput-latency-3n-hsw"
7911   filter: "'NIC_Intel-XL710' and
7912            '64B' and
7913            'NDRPDR' and
7914            '2T2C' and
7915            'VHOST' and
7916            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7917   parameters:
7918   - "throughput"
7919   - "parent"
7920   traces:
7921     hoverinfo: "x+y"
7922     boxpoints: "outliers"
7923     whiskerwidth: 0
7924   layout:
7925     title: ""  # No title
7926     layout: "plot-throughput"
7927
7928 -
7929   type: "plot"
7930   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7931   algorithm: "plot_performance_box"
7932   output-file-type: ".html"
7933   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7934   data: "plot-vpp-throughput-latency-3n-hsw"
7935   filter: "'NIC_Intel-XL710' and
7936            '64B' and
7937            'NDRPDR' and
7938            '1T1C' and
7939            'VHOST' and
7940            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7941   parameters:
7942   - "throughput"
7943   - "parent"
7944   traces:
7945     hoverinfo: "x+y"
7946     boxpoints: "outliers"
7947     whiskerwidth: 0
7948   layout:
7949     title: ""  # No title
7950     layout: "plot-throughput"
7951
7952 -
7953   type: "plot"
7954   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7955   algorithm: "plot_performance_box"
7956   output-file-type: ".html"
7957   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7958   data: "plot-vpp-throughput-latency-3n-hsw"
7959   filter: "'NIC_Intel-XL710' and
7960            '64B' and
7961            'NDRPDR' and
7962            '2T2C' and
7963            'VHOST' and
7964            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7965   parameters:
7966   - "throughput"
7967   - "parent"
7968   traces:
7969     hoverinfo: "x+y"
7970     boxpoints: "outliers"
7971     whiskerwidth: 0
7972   layout:
7973     title: ""  # No title
7974     layout: "plot-throughput"
7975
7976 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7977 -
7978   type: "plot"
7979   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7980   algorithm: "plot_performance_box"
7981   output-file-type: ".html"
7982   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7983   data: "plot-vpp-throughput-latency-3n-hsw"
7984   filter: "'NIC_Intel-XL710' and
7985            '64B' and
7986            'NDRPDR' and
7987            '1T1C' and
7988            'VHOST' and
7989            not 'VXLAN' and
7990            not 'IP4FWD' and
7991            not 'DOT1Q' and
7992            not '2VM'"
7993   parameters:
7994   - "throughput"
7995   - "parent"
7996   traces:
7997     hoverinfo: "x+y"
7998     boxpoints: "outliers"
7999     whiskerwidth: 0
8000   layout:
8001     title: ""  # No title
8002     layout: "plot-throughput"
8003
8004 -
8005   type: "plot"
8006   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8007   algorithm: "plot_performance_box"
8008   output-file-type: ".html"
8009   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8010   data: "plot-vpp-throughput-latency-3n-hsw"
8011   filter: "'NIC_Intel-XL710' and
8012            '64B' and
8013            'NDRPDR' and
8014            '2T2C' and
8015            'VHOST' and
8016            not 'VXLAN' and
8017            not 'IP4FWD' and
8018            not 'DOT1Q' and
8019            not '2VM'"
8020   parameters:
8021   - "throughput"
8022   - "parent"
8023   traces:
8024     hoverinfo: "x+y"
8025     boxpoints: "outliers"
8026     whiskerwidth: 0
8027   layout:
8028     title: ""  # No title
8029     layout: "plot-throughput"
8030
8031 -
8032   type: "plot"
8033   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8034   algorithm: "plot_performance_box"
8035   output-file-type: ".html"
8036   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8037   data: "plot-vpp-throughput-latency-3n-hsw"
8038   filter: "'NIC_Intel-XL710' and
8039            '64B' and
8040            'NDRPDR' and
8041            '1T1C' and
8042            'VHOST' and
8043            not 'VXLAN' and
8044            not 'IP4FWD' and
8045            not 'DOT1Q' and
8046            not '2VM'"
8047   parameters:
8048   - "throughput"
8049   - "parent"
8050   traces:
8051     hoverinfo: "x+y"
8052     boxpoints: "outliers"
8053     whiskerwidth: 0
8054   layout:
8055     title: ""  # No title
8056     layout: "plot-throughput"
8057
8058 -
8059   type: "plot"
8060   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8061   algorithm: "plot_performance_box"
8062   output-file-type: ".html"
8063   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8064   data: "plot-vpp-throughput-latency-3n-hsw"
8065   filter: "'NIC_Intel-XL710' and
8066            '64B' and
8067            'NDRPDR' and
8068            '2T2C' and
8069            'VHOST' and
8070            not 'VXLAN' and
8071            not 'IP4FWD' and
8072            not 'DOT1Q' and
8073            not '2VM'"
8074   parameters:
8075   - "throughput"
8076   - "parent"
8077   traces:
8078     hoverinfo: "x+y"
8079     boxpoints: "outliers"
8080     whiskerwidth: 0
8081   layout:
8082     title: ""  # No title
8083     layout: "plot-throughput"
8084
8085 ################################################################################
8086
8087 # Packet Throughput - VPP VTS 3n-hsw-x520
8088 -
8089   type: "plot"
8090   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-ndr"
8091   algorithm: "plot_performance_box"
8092   output-file-type: ".html"
8093   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr"
8094   data: "plot-vpp-throughput-latency-3n-hsw"
8095   filter: "'NIC_Intel-X520-DA2' and
8096            '64B' and
8097            'NDRPDR' and
8098            '1T1C' and
8099            'VTS'"
8100   parameters:
8101   - "throughput"
8102   - "parent"
8103   traces:
8104     hoverinfo: "x+y"
8105     boxpoints: "outliers"
8106     whiskerwidth: 0
8107   layout:
8108     title: ""  # No title
8109     layout: "plot-throughput"
8110
8111 -
8112   type: "plot"
8113   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-ndr"
8114   algorithm: "plot_performance_box"
8115   output-file-type: ".html"
8116   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr"
8117   data: "plot-vpp-throughput-latency-3n-hsw"
8118   filter: "'NIC_Intel-X520-DA2' and
8119            '64B' and
8120            'NDRPDR' and
8121            '2T2C' and
8122            'VTS'"
8123   parameters:
8124   - "throughput"
8125   - "parent"
8126   traces:
8127     hoverinfo: "x+y"
8128     boxpoints: "outliers"
8129     whiskerwidth: 0
8130   layout:
8131     title: ""  # No title
8132     layout: "plot-throughput"
8133
8134 -
8135   type: "plot"
8136   title: "VPP Throughput: vts-3n-hsw-x520-64b-1t1c-pdr"
8137   algorithm: "plot_performance_box"
8138   output-file-type: ".html"
8139   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-pdr"
8140   data: "plot-vpp-throughput-latency-3n-hsw"
8141   filter: "'NIC_Intel-X520-DA2' and
8142            '64B' and
8143            'NDRPDR' and
8144            '1T1C' and
8145            'VTS'"
8146   parameters:
8147   - "throughput"
8148   - "parent"
8149   traces:
8150     hoverinfo: "x+y"
8151     boxpoints: "outliers"
8152     whiskerwidth: 0
8153   layout:
8154     title: ""  # No title
8155     layout: "plot-throughput"
8156
8157 -
8158   type: "plot"
8159   title: "VPP Throughput: vts-3n-hsw-x520-64b-2t2c-pdr"
8160   algorithm: "plot_performance_box"
8161   output-file-type: ".html"
8162   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-pdr"
8163   data: "plot-vpp-throughput-latency-3n-hsw"
8164   filter: "'NIC_Intel-X520-DA2' and
8165            '64B' and
8166            'NDRPDR' and
8167            '2T2C' and
8168            'VTS'"
8169   parameters:
8170   - "throughput"
8171   - "parent"
8172   traces:
8173     hoverinfo: "x+y"
8174     boxpoints: "outliers"
8175     whiskerwidth: 0
8176   layout:
8177     title: ""  # No title
8178     layout: "plot-throughput"
8179
8180 ################################################################################
8181
8182 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
8183 -
8184   type: "plot"
8185   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8186   algorithm: "plot_performance_box"
8187   output-file-type: ".html"
8188   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
8189   data: "plot-dpdk-throughput-latency-3n-hsw"
8190   filter: "'NIC_Intel-X520-DA2' and
8191            '64B' and
8192            'BASE' and
8193            'NDRPDR' and
8194            '1T1C' and
8195            'IP4FWD'"
8196   parameters:
8197   - "throughput"
8198   - "parent"
8199   traces:
8200     hoverinfo: "x+y"
8201     boxpoints: "outliers"
8202     whiskerwidth: 0
8203   layout:
8204     title: ""  # No title
8205     layout: "plot-throughput"
8206
8207 -
8208   type: "plot"
8209   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8210   algorithm: "plot_performance_box"
8211   output-file-type: ".html"
8212   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
8213   data: "plot-dpdk-throughput-latency-3n-hsw"
8214   filter: "'NIC_Intel-X520-DA2' and
8215            '64B' and
8216            'BASE' and
8217            'NDRPDR' and
8218            '2T2C' and
8219            'IP4FWD'"
8220   parameters:
8221   - "throughput"
8222   - "parent"
8223   traces:
8224     hoverinfo: "x+y"
8225     boxpoints: "outliers"
8226     whiskerwidth: 0
8227   layout:
8228     title: ""  # No title
8229     layout: "plot-throughput"
8230
8231 -
8232   type: "plot"
8233   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8234   algorithm: "plot_performance_box"
8235   output-file-type: ".html"
8236   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
8237   data: "plot-dpdk-throughput-latency-3n-hsw"
8238   filter: "'NIC_Intel-X520-DA2' and
8239            '64B' and
8240            'BASE' and
8241            'NDRPDR' and
8242            '1T1C' and
8243            'IP4FWD'"
8244   parameters:
8245   - "throughput"
8246   - "parent"
8247   traces:
8248     hoverinfo: "x+y"
8249     boxpoints: "outliers"
8250     whiskerwidth: 0
8251   layout:
8252     title: ""  # No title
8253     layout: "plot-throughput"
8254
8255 -
8256   type: "plot"
8257   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8258   algorithm: "plot_performance_box"
8259   output-file-type: ".html"
8260   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
8261   data: "plot-dpdk-throughput-latency-3n-hsw"
8262   filter: "'NIC_Intel-X520-DA2' and
8263            '64B' and
8264            'BASE' and
8265            'NDRPDR' and
8266            '2T2C' and
8267            'IP4FWD'"
8268   parameters:
8269   - "throughput"
8270   - "parent"
8271   traces:
8272     hoverinfo: "x+y"
8273     boxpoints: "outliers"
8274     whiskerwidth: 0
8275   layout:
8276     title: ""  # No title
8277     layout: "plot-throughput"
8278
8279 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
8280 -
8281   type: "plot"
8282   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8283   algorithm: "plot_performance_box"
8284   output-file-type: ".html"
8285   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
8286   data: "plot-dpdk-throughput-latency-3n-hsw"
8287   filter: "'NIC_Intel-X710' and
8288            '64B' and
8289            'BASE' and
8290            'NDRPDR' and
8291            '1T1C' and
8292            'IP4FWD'"
8293   parameters:
8294   - "throughput"
8295   - "parent"
8296   traces:
8297     hoverinfo: "x+y"
8298     boxpoints: "outliers"
8299     whiskerwidth: 0
8300   layout:
8301     title: ""  # No title
8302     layout: "plot-throughput"
8303
8304 -
8305   type: "plot"
8306   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8307   algorithm: "plot_performance_box"
8308   output-file-type: ".html"
8309   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
8310   data: "plot-dpdk-throughput-latency-3n-hsw"
8311   filter: "'NIC_Intel-X710' and
8312            '64B' and
8313            'BASE' and
8314            'NDRPDR' and
8315            '2T2C' and
8316            'IP4FWD'"
8317   parameters:
8318   - "throughput"
8319   - "parent"
8320   traces:
8321     hoverinfo: "x+y"
8322     boxpoints: "outliers"
8323     whiskerwidth: 0
8324   layout:
8325     title: ""  # No title
8326     layout: "plot-throughput"
8327
8328 -
8329   type: "plot"
8330   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8331   algorithm: "plot_performance_box"
8332   output-file-type: ".html"
8333   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
8334   data: "plot-dpdk-throughput-latency-3n-hsw"
8335   filter: "'NIC_Intel-X710' and
8336            '64B' and
8337            'BASE' and
8338            'NDRPDR' and
8339            '1T1C' and
8340            'IP4FWD'"
8341   parameters:
8342   - "throughput"
8343   - "parent"
8344   traces:
8345     hoverinfo: "x+y"
8346     boxpoints: "outliers"
8347     whiskerwidth: 0
8348   layout:
8349     title: ""  # No title
8350     layout: "plot-throughput"
8351
8352 -
8353   type: "plot"
8354   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8355   algorithm: "plot_performance_box"
8356   output-file-type: ".html"
8357   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
8358   data: "plot-dpdk-throughput-latency-3n-hsw"
8359   filter: "'NIC_Intel-X710' and
8360            '64B' and
8361            'BASE' and
8362            'NDRPDR' and
8363            '2T2C' and
8364            'IP4FWD'"
8365   parameters:
8366   - "throughput"
8367   - "parent"
8368   traces:
8369     hoverinfo: "x+y"
8370     boxpoints: "outliers"
8371     whiskerwidth: 0
8372   layout:
8373     title: ""  # No title
8374     layout: "plot-throughput"
8375
8376 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
8377 -
8378   type: "plot"
8379   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8380   algorithm: "plot_performance_box"
8381   output-file-type: ".html"
8382   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
8383   data: "plot-dpdk-throughput-latency-3n-hsw"
8384   filter: "'NIC_Intel-XL710' and
8385            '64B' and
8386            'BASE' and
8387            'NDRPDR' and
8388            '1T1C' and
8389            'IP4FWD'"
8390   parameters:
8391   - "throughput"
8392   - "parent"
8393   traces:
8394     hoverinfo: "x+y"
8395     boxpoints: "outliers"
8396     whiskerwidth: 0
8397   layout:
8398     title: ""  # No title
8399     layout: "plot-throughput"
8400
8401 -
8402   type: "plot"
8403   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8404   algorithm: "plot_performance_box"
8405   output-file-type: ".html"
8406   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
8407   data: "plot-dpdk-throughput-latency-3n-hsw"
8408   filter: "'NIC_Intel-XL710' and
8409            '64B' and
8410            'BASE' and
8411            'NDRPDR' and
8412            '2T2C' and
8413            'IP4FWD'"
8414   parameters:
8415   - "throughput"
8416   - "parent"
8417   traces:
8418     hoverinfo: "x+y"
8419     boxpoints: "outliers"
8420     whiskerwidth: 0
8421   layout:
8422     title: ""  # No title
8423     layout: "plot-throughput"
8424
8425 -
8426   type: "plot"
8427   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8428   algorithm: "plot_performance_box"
8429   output-file-type: ".html"
8430   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
8431   data: "plot-dpdk-throughput-latency-3n-hsw"
8432   filter: "'NIC_Intel-XL710' and
8433            '64B' and
8434            'BASE' and
8435            'NDRPDR' and
8436            '1T1C' and
8437            'IP4FWD'"
8438   parameters:
8439   - "throughput"
8440   - "parent"
8441   traces:
8442     hoverinfo: "x+y"
8443     boxpoints: "outliers"
8444     whiskerwidth: 0
8445   layout:
8446     title: ""  # No title
8447     layout: "plot-throughput"
8448
8449 -
8450   type: "plot"
8451   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8452   algorithm: "plot_performance_box"
8453   output-file-type: ".html"
8454   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
8455   data: "plot-dpdk-throughput-latency-3n-hsw"
8456   filter: "'NIC_Intel-XL710' and
8457            '64B' and
8458            'BASE' and
8459            'NDRPDR' and
8460            '2T2C' and
8461            'IP4FWD'"
8462   parameters:
8463   - "throughput"
8464   - "parent"
8465   traces:
8466     hoverinfo: "x+y"
8467     boxpoints: "outliers"
8468     whiskerwidth: 0
8469   layout:
8470     title: ""  # No title
8471     layout: "plot-throughput"
8472
8473 # Packet Throughput - DPDK l3fwd 3n-skx-x710
8474 -
8475   type: "plot"
8476   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8477   algorithm: "plot_performance_box"
8478   output-file-type: ".html"
8479   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
8480   data: "plot-dpdk-throughput-latency-3n-skx"
8481   filter: "'NIC_Intel-X710' and
8482            '64B' and
8483            'BASE' and
8484            'NDRPDR' and
8485            '2T1C' and
8486            'IP4FWD'"
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: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8501   algorithm: "plot_performance_box"
8502   output-file-type: ".html"
8503   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
8504   data: "plot-dpdk-throughput-latency-3n-skx"
8505   filter: "'NIC_Intel-X710' and
8506            '64B' and
8507            'BASE' and
8508            'NDRPDR' and
8509            '4T2C' and
8510            'IP4FWD'"
8511   parameters:
8512   - "throughput"
8513   - "parent"
8514   traces:
8515     hoverinfo: "x+y"
8516     boxpoints: "outliers"
8517     whiskerwidth: 0
8518   layout:
8519     title: ""  # No title
8520     layout: "plot-throughput"
8521
8522 -
8523   type: "plot"
8524   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8525   algorithm: "plot_performance_box"
8526   output-file-type: ".html"
8527   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
8528   data: "plot-dpdk-throughput-latency-3n-skx"
8529   filter: "'NIC_Intel-X710' and
8530            '64B' and
8531            'BASE' and
8532            'NDRPDR' and
8533            '2T1C' and
8534            'IP4FWD'"
8535   parameters:
8536   - "throughput"
8537   - "parent"
8538   traces:
8539     hoverinfo: "x+y"
8540     boxpoints: "outliers"
8541     whiskerwidth: 0
8542   layout:
8543     title: ""  # No title
8544     layout: "plot-throughput"
8545
8546 -
8547   type: "plot"
8548   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8549   algorithm: "plot_performance_box"
8550   output-file-type: ".html"
8551   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
8552   data: "plot-dpdk-throughput-latency-3n-skx"
8553   filter: "'NIC_Intel-X710' and
8554            '64B' and
8555            'BASE' and
8556            'NDRPDR' and
8557            '4T2C' and
8558            'IP4FWD'"
8559   parameters:
8560   - "throughput"
8561   - "parent"
8562   traces:
8563     hoverinfo: "x+y"
8564     boxpoints: "outliers"
8565     whiskerwidth: 0
8566   layout:
8567     title: ""  # No title
8568     layout: "plot-throughput"
8569
8570 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
8571 -
8572   type: "plot"
8573   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8574   algorithm: "plot_performance_box"
8575   output-file-type: ".html"
8576   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
8577   data: "plot-dpdk-throughput-latency-3n-skx"
8578   filter: "'NIC_Intel-XXV710' and
8579            '64B' and
8580            'BASE' and
8581            'NDRPDR' and
8582            '2T1C' and
8583            'IP4FWD'"
8584   parameters:
8585   - "throughput"
8586   - "parent"
8587   traces:
8588     hoverinfo: "x+y"
8589     boxpoints: "outliers"
8590     whiskerwidth: 0
8591   layout:
8592     title: ""  # No title
8593     layout: "plot-throughput"
8594
8595 -
8596   type: "plot"
8597   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8598   algorithm: "plot_performance_box"
8599   output-file-type: ".html"
8600   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
8601   data: "plot-dpdk-throughput-latency-3n-skx"
8602   filter: "'NIC_Intel-XXV710' and
8603            '64B' and
8604            'BASE' and
8605            'NDRPDR' and
8606            '4T2C' and
8607            'IP4FWD'"
8608   parameters:
8609   - "throughput"
8610   - "parent"
8611   traces:
8612     hoverinfo: "x+y"
8613     boxpoints: "outliers"
8614     whiskerwidth: 0
8615   layout:
8616     title: ""  # No title
8617     layout: "plot-throughput"
8618
8619 -
8620   type: "plot"
8621   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8622   algorithm: "plot_performance_box"
8623   output-file-type: ".html"
8624   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
8625   data: "plot-dpdk-throughput-latency-3n-skx"
8626   filter: "'NIC_Intel-XXV710' and
8627            '64B' and
8628            'BASE' and
8629            'NDRPDR' and
8630            '2T1C' and
8631            'IP4FWD'"
8632   parameters:
8633   - "throughput"
8634   - "parent"
8635   traces:
8636     hoverinfo: "x+y"
8637     boxpoints: "outliers"
8638     whiskerwidth: 0
8639   layout:
8640     title: ""  # No title
8641     layout: "plot-throughput"
8642
8643 -
8644   type: "plot"
8645   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8646   algorithm: "plot_performance_box"
8647   output-file-type: ".html"
8648   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
8649   data: "plot-dpdk-throughput-latency-3n-skx"
8650   filter: "'NIC_Intel-XXV710' and
8651            '64B' and
8652            'BASE' and
8653            'NDRPDR' and
8654            '4T2C' and
8655            'IP4FWD'"
8656   parameters:
8657   - "throughput"
8658   - "parent"
8659   traces:
8660     hoverinfo: "x+y"
8661     boxpoints: "outliers"
8662     whiskerwidth: 0
8663   layout:
8664     title: ""  # No title
8665     layout: "plot-throughput"
8666
8667 # Packet Throughput - DPDK l3fwd 2n-skx-x710
8668 -
8669   type: "plot"
8670   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8671   algorithm: "plot_performance_box"
8672   output-file-type: ".html"
8673   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
8674   data: "plot-dpdk-throughput-latency-2n-skx"
8675   filter: "'NIC_Intel-X710' and
8676            '64B' and
8677            'BASE' and
8678            'NDRPDR' and
8679            '2T1C' and
8680            'IP4FWD'"
8681   parameters:
8682   - "throughput"
8683   - "parent"
8684   traces:
8685     hoverinfo: "x+y"
8686     boxpoints: "outliers"
8687     whiskerwidth: 0
8688   layout:
8689     title: ""  # No title
8690     layout: "plot-throughput"
8691
8692 -
8693   type: "plot"
8694   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8695   algorithm: "plot_performance_box"
8696   output-file-type: ".html"
8697   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
8698   data: "plot-dpdk-throughput-latency-2n-skx"
8699   filter: "'NIC_Intel-X710' and
8700            '64B' and
8701            'BASE' and
8702            'NDRPDR' and
8703            '4T2C' and
8704            'IP4FWD'"
8705   parameters:
8706   - "throughput"
8707   - "parent"
8708   traces:
8709     hoverinfo: "x+y"
8710     boxpoints: "outliers"
8711     whiskerwidth: 0
8712   layout:
8713     title: ""  # No title
8714     layout: "plot-throughput"
8715
8716 -
8717   type: "plot"
8718   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8719   algorithm: "plot_performance_box"
8720   output-file-type: ".html"
8721   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
8722   data: "plot-dpdk-throughput-latency-2n-skx"
8723   filter: "'NIC_Intel-X710' and
8724            '64B' and
8725            'BASE' and
8726            'NDRPDR' and
8727            '2T1C' and
8728            'IP4FWD'"
8729   parameters:
8730   - "throughput"
8731   - "parent"
8732   traces:
8733     hoverinfo: "x+y"
8734     boxpoints: "outliers"
8735     whiskerwidth: 0
8736   layout:
8737     title: ""  # No title
8738     layout: "plot-throughput"
8739
8740 -
8741   type: "plot"
8742   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8743   algorithm: "plot_performance_box"
8744   output-file-type: ".html"
8745   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
8746   data: "plot-dpdk-throughput-latency-2n-skx"
8747   filter: "'NIC_Intel-X710' and
8748            '64B' and
8749            'BASE' and
8750            'NDRPDR' and
8751            '4T2C' and
8752            'IP4FWD'"
8753   parameters:
8754   - "throughput"
8755   - "parent"
8756   traces:
8757     hoverinfo: "x+y"
8758     boxpoints: "outliers"
8759     whiskerwidth: 0
8760   layout:
8761     title: ""  # No title
8762     layout: "plot-throughput"
8763
8764 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
8765 -
8766   type: "plot"
8767   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8768   algorithm: "plot_performance_box"
8769   output-file-type: ".html"
8770   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
8771   data: "plot-dpdk-throughput-latency-2n-skx"
8772   filter: "'NIC_Intel-XXV710' and
8773            '64B' and
8774            'BASE' and
8775            'NDRPDR' and
8776            '2T1C' and
8777            'IP4FWD'"
8778   parameters:
8779   - "throughput"
8780   - "parent"
8781   traces:
8782     hoverinfo: "x+y"
8783     boxpoints: "outliers"
8784     whiskerwidth: 0
8785   layout:
8786     title: ""  # No title
8787     layout: "plot-throughput"
8788
8789 -
8790   type: "plot"
8791   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8792   algorithm: "plot_performance_box"
8793   output-file-type: ".html"
8794   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
8795   data: "plot-dpdk-throughput-latency-2n-skx"
8796   filter: "'NIC_Intel-XXV710' and
8797            '64B' and
8798            'BASE' and
8799            'NDRPDR' and
8800            '4T2C' and
8801            'IP4FWD'"
8802   parameters:
8803   - "throughput"
8804   - "parent"
8805   traces:
8806     hoverinfo: "x+y"
8807     boxpoints: "outliers"
8808     whiskerwidth: 0
8809   layout:
8810     title: ""  # No title
8811     layout: "plot-throughput"
8812
8813 -
8814   type: "plot"
8815   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8816   algorithm: "plot_performance_box"
8817   output-file-type: ".html"
8818   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
8819   data: "plot-dpdk-throughput-latency-2n-skx"
8820   filter: "'NIC_Intel-XXV710' and
8821            '64B' and
8822            'BASE' and
8823            'NDRPDR' and
8824            '2T1C' and
8825            'IP4FWD'"
8826   parameters:
8827   - "throughput"
8828   - "parent"
8829   traces:
8830     hoverinfo: "x+y"
8831     boxpoints: "outliers"
8832     whiskerwidth: 0
8833   layout:
8834     title: ""  # No title
8835     layout: "plot-throughput"
8836
8837 -
8838   type: "plot"
8839   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8840   algorithm: "plot_performance_box"
8841   output-file-type: ".html"
8842   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
8843   data: "plot-dpdk-throughput-latency-2n-skx"
8844   filter: "'NIC_Intel-XXV710' and
8845            '64B' and
8846            'BASE' and
8847            'NDRPDR' and
8848            '4T2C' and
8849            'IP4FWD'"
8850   parameters:
8851   - "throughput"
8852   - "parent"
8853   traces:
8854     hoverinfo: "x+y"
8855     boxpoints: "outliers"
8856     whiskerwidth: 0
8857   layout:
8858     title: ""  # No title
8859     layout: "plot-throughput"
8860
8861 ################################################################################
8862
8863 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8864 -
8865   type: "plot"
8866   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8867   algorithm: "plot_performance_box"
8868   output-file-type: ".html"
8869   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8870   data: "plot-dpdk-throughput-latency-3n-hsw"
8871   filter: "'NIC_Intel-X520-DA2' and
8872            '64B' and
8873            'BASE' and
8874            'NDRPDR' and
8875            '1T1C' and
8876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8877   parameters:
8878   - "throughput"
8879   - "parent"
8880   traces:
8881     hoverinfo: "x+y"
8882     boxpoints: "outliers"
8883     whiskerwidth: 0
8884   layout:
8885     title: ""  # No title
8886     layout: "plot-throughput"
8887
8888 -
8889   type: "plot"
8890   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8891   algorithm: "plot_performance_box"
8892   output-file-type: ".html"
8893   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8894   data: "plot-dpdk-throughput-latency-3n-hsw"
8895   filter: "'NIC_Intel-X520-DA2' and
8896            '64B' and
8897            'BASE' and
8898            'NDRPDR' and
8899            '2T2C' and
8900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8901   parameters:
8902   - "throughput"
8903   - "parent"
8904   traces:
8905     hoverinfo: "x+y"
8906     boxpoints: "outliers"
8907     whiskerwidth: 0
8908   layout:
8909     title: ""  # No title
8910     layout: "plot-throughput"
8911
8912 -
8913   type: "plot"
8914   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8915   algorithm: "plot_performance_box"
8916   output-file-type: ".html"
8917   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8918   data: "plot-dpdk-throughput-latency-3n-hsw"
8919   filter: "'NIC_Intel-X520-DA2' and
8920            '64B' and
8921            'BASE' and
8922            'NDRPDR' and
8923            '1T1C' and
8924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8925   parameters:
8926   - "throughput"
8927   - "parent"
8928   traces:
8929     hoverinfo: "x+y"
8930     boxpoints: "outliers"
8931     whiskerwidth: 0
8932   layout:
8933     title: ""  # No title
8934     layout: "plot-throughput"
8935
8936 -
8937   type: "plot"
8938   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8939   algorithm: "plot_performance_box"
8940   output-file-type: ".html"
8941   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8942   data: "plot-dpdk-throughput-latency-3n-hsw"
8943   filter: "'NIC_Intel-X520-DA2' and
8944            '64B' and
8945            'BASE' and
8946            'NDRPDR' and
8947            '2T2C' and
8948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8961 -
8962   type: "plot"
8963   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8964   algorithm: "plot_performance_box"
8965   output-file-type: ".html"
8966   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8967   data: "plot-dpdk-throughput-latency-3n-hsw"
8968   filter: "'NIC_Intel-X710' and
8969            '64B' and
8970            'BASE' and
8971            'NDRPDR' and
8972            '1T1C' and
8973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8974   parameters:
8975   - "throughput"
8976   - "parent"
8977   traces:
8978     hoverinfo: "x+y"
8979     boxpoints: "outliers"
8980     whiskerwidth: 0
8981   layout:
8982     title: ""  # No title
8983     layout: "plot-throughput"
8984
8985 -
8986   type: "plot"
8987   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8988   algorithm: "plot_performance_box"
8989   output-file-type: ".html"
8990   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8991   data: "plot-dpdk-throughput-latency-3n-hsw"
8992   filter: "'NIC_Intel-X710' and
8993            '64B' and
8994            'BASE' and
8995            'NDRPDR' and
8996            '2T2C' and
8997            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8998   parameters:
8999   - "throughput"
9000   - "parent"
9001   traces:
9002     hoverinfo: "x+y"
9003     boxpoints: "outliers"
9004     whiskerwidth: 0
9005   layout:
9006     title: ""  # No title
9007     layout: "plot-throughput"
9008
9009 -
9010   type: "plot"
9011   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9012   algorithm: "plot_performance_box"
9013   output-file-type: ".html"
9014   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
9015   data: "plot-dpdk-throughput-latency-3n-hsw"
9016   filter: "'NIC_Intel-X710' and
9017            '64B' and
9018            'BASE' and
9019            'NDRPDR' and
9020            '1T1C' and
9021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9022   parameters:
9023   - "throughput"
9024   - "parent"
9025   traces:
9026     hoverinfo: "x+y"
9027     boxpoints: "outliers"
9028     whiskerwidth: 0
9029   layout:
9030     title: ""  # No title
9031     layout: "plot-throughput"
9032
9033 -
9034   type: "plot"
9035   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9036   algorithm: "plot_performance_box"
9037   output-file-type: ".html"
9038   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
9039   data: "plot-dpdk-throughput-latency-3n-hsw"
9040   filter: "'NIC_Intel-X710' and
9041            '64B' and
9042            'BASE' and
9043            'NDRPDR' and
9044            '2T2C' and
9045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9046   parameters:
9047   - "throughput"
9048   - "parent"
9049   traces:
9050     hoverinfo: "x+y"
9051     boxpoints: "outliers"
9052     whiskerwidth: 0
9053   layout:
9054     title: ""  # No title
9055     layout: "plot-throughput"
9056
9057 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
9058 -
9059   type: "plot"
9060   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9061   algorithm: "plot_performance_box"
9062   output-file-type: ".html"
9063   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
9064   data: "plot-dpdk-throughput-latency-3n-hsw"
9065   filter: "'NIC_Intel-XL710' and
9066            '64B' and
9067            'BASE' and
9068            'NDRPDR' and
9069            '1T1C' and
9070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9071   parameters:
9072   - "throughput"
9073   - "parent"
9074   traces:
9075     hoverinfo: "x+y"
9076     boxpoints: "outliers"
9077     whiskerwidth: 0
9078   layout:
9079     title: ""  # No title
9080     layout: "plot-throughput"
9081
9082 -
9083   type: "plot"
9084   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9085   algorithm: "plot_performance_box"
9086   output-file-type: ".html"
9087   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
9088   data: "plot-dpdk-throughput-latency-3n-hsw"
9089   filter: "'NIC_Intel-XL710' and
9090            '64B' and
9091            'BASE' and
9092            'NDRPDR' and
9093            '2T2C' and
9094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9095   parameters:
9096   - "throughput"
9097   - "parent"
9098   traces:
9099     hoverinfo: "x+y"
9100     boxpoints: "outliers"
9101     whiskerwidth: 0
9102   layout:
9103     title: ""  # No title
9104     layout: "plot-throughput"
9105
9106 -
9107   type: "plot"
9108   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9109   algorithm: "plot_performance_box"
9110   output-file-type: ".html"
9111   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
9112   data: "plot-dpdk-throughput-latency-3n-hsw"
9113   filter: "'NIC_Intel-XL710' and
9114            '64B' and
9115            'BASE' and
9116            'NDRPDR' and
9117            '1T1C' and
9118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9119   parameters:
9120   - "throughput"
9121   - "parent"
9122   traces:
9123     hoverinfo: "x+y"
9124     boxpoints: "outliers"
9125     whiskerwidth: 0
9126   layout:
9127     title: ""  # No title
9128     layout: "plot-throughput"
9129
9130 -
9131   type: "plot"
9132   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9133   algorithm: "plot_performance_box"
9134   output-file-type: ".html"
9135   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
9136   data: "plot-dpdk-throughput-latency-3n-hsw"
9137   filter: "'NIC_Intel-XL710' and
9138            '64B' and
9139            'BASE' and
9140            'NDRPDR' and
9141            '2T2C' and
9142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9143   parameters:
9144   - "throughput"
9145   - "parent"
9146   traces:
9147     hoverinfo: "x+y"
9148     boxpoints: "outliers"
9149     whiskerwidth: 0
9150   layout:
9151     title: ""  # No title
9152     layout: "plot-throughput"
9153
9154 # Packet Throughput - DPDK testpmd 3n-skx-x710
9155 -
9156   type: "plot"
9157   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9158   algorithm: "plot_performance_box"
9159   output-file-type: ".html"
9160   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
9161   data: "plot-dpdk-throughput-latency-3n-skx"
9162   filter: "'NIC_Intel-X710' and
9163            '64B' and
9164            'BASE' and
9165            'NDRPDR' and
9166            '2T1C' and
9167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9168   parameters:
9169   - "throughput"
9170   - "parent"
9171   traces:
9172     hoverinfo: "x+y"
9173     boxpoints: "outliers"
9174     whiskerwidth: 0
9175   layout:
9176     title: ""  # No title
9177     layout: "plot-throughput"
9178
9179 -
9180   type: "plot"
9181   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9182   algorithm: "plot_performance_box"
9183   output-file-type: ".html"
9184   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
9185   data: "plot-dpdk-throughput-latency-3n-skx"
9186   filter: "'NIC_Intel-X710' and
9187            '64B' and
9188            'BASE' and
9189            'NDRPDR' and
9190            '4T2C' and
9191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9192   parameters:
9193   - "throughput"
9194   - "parent"
9195   traces:
9196     hoverinfo: "x+y"
9197     boxpoints: "outliers"
9198     whiskerwidth: 0
9199   layout:
9200     title: ""  # No title
9201     layout: "plot-throughput"
9202
9203 -
9204   type: "plot"
9205   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9206   algorithm: "plot_performance_box"
9207   output-file-type: ".html"
9208   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
9209   data: "plot-dpdk-throughput-latency-3n-skx"
9210   filter: "'NIC_Intel-X710' and
9211            '64B' and
9212            'BASE' and
9213            'NDRPDR' and
9214            '2T1C' and
9215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9216   parameters:
9217   - "throughput"
9218   - "parent"
9219   traces:
9220     hoverinfo: "x+y"
9221     boxpoints: "outliers"
9222     whiskerwidth: 0
9223   layout:
9224     title: ""  # No title
9225     layout: "plot-throughput"
9226
9227 -
9228   type: "plot"
9229   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9230   algorithm: "plot_performance_box"
9231   output-file-type: ".html"
9232   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
9233   data: "plot-dpdk-throughput-latency-3n-skx"
9234   filter: "'NIC_Intel-X710' and
9235            '64B' and
9236            'BASE' and
9237            'NDRPDR' and
9238            '4T2C' and
9239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9240   parameters:
9241   - "throughput"
9242   - "parent"
9243   traces:
9244     hoverinfo: "x+y"
9245     boxpoints: "outliers"
9246     whiskerwidth: 0
9247   layout:
9248     title: ""  # No title
9249     layout: "plot-throughput"
9250
9251 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
9252 -
9253   type: "plot"
9254   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9255   algorithm: "plot_performance_box"
9256   output-file-type: ".html"
9257   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
9258   data: "plot-dpdk-throughput-latency-3n-skx"
9259   filter: "'NIC_Intel-XXV710' and
9260            '64B' and
9261            'BASE' and
9262            'NDRPDR' and
9263            '2T1C' and
9264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9265   parameters:
9266   - "throughput"
9267   - "parent"
9268   traces:
9269     hoverinfo: "x+y"
9270     boxpoints: "outliers"
9271     whiskerwidth: 0
9272   layout:
9273     title: ""  # No title
9274     layout: "plot-throughput"
9275
9276 -
9277   type: "plot"
9278   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9279   algorithm: "plot_performance_box"
9280   output-file-type: ".html"
9281   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
9282   data: "plot-dpdk-throughput-latency-3n-skx"
9283   filter: "'NIC_Intel-XXV710' and
9284            '64B' and
9285            'BASE' and
9286            'NDRPDR' and
9287            '4T2C' and
9288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9289   parameters:
9290   - "throughput"
9291   - "parent"
9292   traces:
9293     hoverinfo: "x+y"
9294     boxpoints: "outliers"
9295     whiskerwidth: 0
9296   layout:
9297     title: ""  # No title
9298     layout: "plot-throughput"
9299
9300 -
9301   type: "plot"
9302   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9303   algorithm: "plot_performance_box"
9304   output-file-type: ".html"
9305   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
9306   data: "plot-dpdk-throughput-latency-3n-skx"
9307   filter: "'NIC_Intel-XXV710' and
9308            '64B' and
9309            'BASE' and
9310            'NDRPDR' and
9311            '2T1C' and
9312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9313   parameters:
9314   - "throughput"
9315   - "parent"
9316   traces:
9317     hoverinfo: "x+y"
9318     boxpoints: "outliers"
9319     whiskerwidth: 0
9320   layout:
9321     title: ""  # No title
9322     layout: "plot-throughput"
9323
9324 -
9325   type: "plot"
9326   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9327   algorithm: "plot_performance_box"
9328   output-file-type: ".html"
9329   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
9330   data: "plot-dpdk-throughput-latency-3n-skx"
9331   filter: "'NIC_Intel-XXV710' and
9332            '64B' and
9333            'BASE' and
9334            'NDRPDR' and
9335            '4T2C' and
9336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9337   parameters:
9338   - "throughput"
9339   - "parent"
9340   traces:
9341     hoverinfo: "x+y"
9342     boxpoints: "outliers"
9343     whiskerwidth: 0
9344   layout:
9345     title: ""  # No title
9346     layout: "plot-throughput"
9347
9348 # Packet Throughput - DPDK testpmd 2n-skx-x710
9349 -
9350   type: "plot"
9351   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9352   algorithm: "plot_performance_box"
9353   output-file-type: ".html"
9354   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
9355   data: "plot-dpdk-throughput-latency-2n-skx"
9356   filter: "'NIC_Intel-X710' and
9357            '64B' and
9358            'BASE' and
9359            'NDRPDR' and
9360            '2T1C' and
9361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9362   parameters:
9363   - "throughput"
9364   - "parent"
9365   traces:
9366     hoverinfo: "x+y"
9367     boxpoints: "outliers"
9368     whiskerwidth: 0
9369   layout:
9370     title: ""  # No title
9371     layout: "plot-throughput"
9372
9373 -
9374   type: "plot"
9375   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9376   algorithm: "plot_performance_box"
9377   output-file-type: ".html"
9378   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
9379   data: "plot-dpdk-throughput-latency-2n-skx"
9380   filter: "'NIC_Intel-X710' and
9381            '64B' and
9382            'BASE' and
9383            'NDRPDR' and
9384            '4T2C' and
9385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9386   parameters:
9387   - "throughput"
9388   - "parent"
9389   traces:
9390     hoverinfo: "x+y"
9391     boxpoints: "outliers"
9392     whiskerwidth: 0
9393   layout:
9394     title: ""  # No title
9395     layout: "plot-throughput"
9396
9397 -
9398   type: "plot"
9399   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9400   algorithm: "plot_performance_box"
9401   output-file-type: ".html"
9402   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
9403   data: "plot-dpdk-throughput-latency-2n-skx"
9404   filter: "'NIC_Intel-X710' and
9405            '64B' and
9406            'BASE' and
9407            'NDRPDR' and
9408            '2T1C' and
9409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9410   parameters:
9411   - "throughput"
9412   - "parent"
9413   traces:
9414     hoverinfo: "x+y"
9415     boxpoints: "outliers"
9416     whiskerwidth: 0
9417   layout:
9418     title: ""  # No title
9419     layout: "plot-throughput"
9420
9421 -
9422   type: "plot"
9423   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9424   algorithm: "plot_performance_box"
9425   output-file-type: ".html"
9426   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
9427   data: "plot-dpdk-throughput-latency-2n-skx"
9428   filter: "'NIC_Intel-X710' and
9429            '64B' and
9430            'BASE' and
9431            'NDRPDR' and
9432            '4T2C' and
9433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9434   parameters:
9435   - "throughput"
9436   - "parent"
9437   traces:
9438     hoverinfo: "x+y"
9439     boxpoints: "outliers"
9440     whiskerwidth: 0
9441   layout:
9442     title: ""  # No title
9443     layout: "plot-throughput"
9444
9445 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
9446 -
9447   type: "plot"
9448   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9449   algorithm: "plot_performance_box"
9450   output-file-type: ".html"
9451   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
9452   data: "plot-dpdk-throughput-latency-2n-skx"
9453   filter: "'NIC_Intel-XXV710' and
9454            '64B' and
9455            'BASE' and
9456            'NDRPDR' and
9457            '2T1C' and
9458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9459   parameters:
9460   - "throughput"
9461   - "parent"
9462   traces:
9463     hoverinfo: "x+y"
9464     boxpoints: "outliers"
9465     whiskerwidth: 0
9466   layout:
9467     title: ""  # No title
9468     layout: "plot-throughput"
9469
9470 -
9471   type: "plot"
9472   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9473   algorithm: "plot_performance_box"
9474   output-file-type: ".html"
9475   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
9476   data: "plot-dpdk-throughput-latency-2n-skx"
9477   filter: "'NIC_Intel-XXV710' and
9478            '64B' and
9479            'BASE' and
9480            'NDRPDR' and
9481            '4T2C' and
9482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9483   parameters:
9484   - "throughput"
9485   - "parent"
9486   traces:
9487     hoverinfo: "x+y"
9488     boxpoints: "outliers"
9489     whiskerwidth: 0
9490   layout:
9491     title: ""  # No title
9492     layout: "plot-throughput"
9493
9494 -
9495   type: "plot"
9496   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9497   algorithm: "plot_performance_box"
9498   output-file-type: ".html"
9499   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
9500   data: "plot-dpdk-throughput-latency-2n-skx"
9501   filter: "'NIC_Intel-XXV710' and
9502            '64B' and
9503            'BASE' and
9504            'NDRPDR' and
9505            '2T1C' and
9506            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9507   parameters:
9508   - "throughput"
9509   - "parent"
9510   traces:
9511     hoverinfo: "x+y"
9512     boxpoints: "outliers"
9513     whiskerwidth: 0
9514   layout:
9515     title: ""  # No title
9516     layout: "plot-throughput"
9517
9518 -
9519   type: "plot"
9520   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9521   algorithm: "plot_performance_box"
9522   output-file-type: ".html"
9523   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
9524   data: "plot-dpdk-throughput-latency-2n-skx"
9525   filter: "'NIC_Intel-XXV710' and
9526            '64B' and
9527            'BASE' and
9528            'NDRPDR' and
9529            '4T2C' and
9530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
9531   parameters:
9532   - "throughput"
9533   - "parent"
9534   traces:
9535     hoverinfo: "x+y"
9536     boxpoints: "outliers"
9537     whiskerwidth: 0
9538   layout:
9539     title: ""  # No title
9540     layout: "plot-throughput"
9541
9542
9543
9544
9545
9546
9547
9548
9549 ################################################################################
9550
9551 # Packet Latency - VPP L2 3n-hsw-x520
9552 -
9553   type: "plot"
9554   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9555   algorithm: "plot_latency_box"
9556   output-file-type: ".html"
9557   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9558   data: "plot-vpp-throughput-latency-3n-hsw"
9559   filter: "'NIC_Intel-X520-DA2' and
9560            '64B' and
9561            ('BASE' or 'SCALE') and
9562            'NDRPDR' and
9563            '1T1C' and
9564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9565            not 'VHOST' and
9566            not 'MEMIF'"
9567   parameters:
9568   - "latency"
9569   - "parent"
9570   traces:
9571     boxmean: False
9572   layout:
9573     title: ""  # No title
9574     layout: "plot-latency"
9575
9576 -
9577   type: "plot"
9578   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9579   algorithm: "plot_latency_box"
9580   output-file-type: ".html"
9581   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9582   data: "plot-vpp-throughput-latency-3n-hsw"
9583   filter: "'NIC_Intel-X520-DA2' and
9584            '64B' and
9585            ('BASE' or 'SCALE') and
9586            'NDRPDR' and
9587            '2T2C' and
9588            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9589            not 'VHOST' and
9590            not 'MEMIF'"
9591   parameters:
9592   - "latency"
9593   - "parent"
9594   traces:
9595     boxmean: False
9596   layout:
9597     title: ""  # No title
9598     layout: "plot-latency"
9599
9600 -
9601   type: "plot"
9602   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9603   algorithm: "plot_latency_box"
9604   output-file-type: ".html"
9605   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9606   data: "plot-vpp-throughput-latency-3n-hsw"
9607   filter: "'NIC_Intel-X520-DA2' and
9608            '64B' and
9609            'FEATURE' and
9610            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9611            'NDRPDR' and
9612            '1T1C' and
9613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9614            not 'VHOST' and
9615            not 'MEMIF'"
9616   parameters:
9617   - "latency"
9618   - "parent"
9619   traces:
9620     boxmean: False
9621   layout:
9622     title: ""  # No title
9623     layout: "plot-latency"
9624
9625 -
9626   type: "plot"
9627   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9628   algorithm: "plot_latency_box"
9629   output-file-type: ".html"
9630   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9631   data: "plot-vpp-throughput-latency-3n-hsw"
9632   filter: "'NIC_Intel-X520-DA2' and
9633            '64B' and
9634            'FEATURE' and
9635            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9636            'NDRPDR' and
9637            '2T2C' and
9638            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9639            not 'VHOST' and
9640            not 'MEMIF'"
9641   parameters:
9642   - "latency"
9643   - "parent"
9644   traces:
9645     boxmean: False
9646   layout:
9647     title: ""  # No title
9648     layout: "plot-latency"
9649
9650 # Packet Latency - VPP L2 3n-hsw-x710
9651 -
9652   type: "plot"
9653   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9654   algorithm: "plot_latency_box"
9655   output-file-type: ".html"
9656   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9657   data: "plot-vpp-throughput-latency-3n-hsw"
9658   filter: "'NIC_Intel-X710' and
9659            '64B' and
9660            ('BASE' or 'SCALE') and
9661            'NDRPDR' and
9662            '1T1C' and
9663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9664            not 'VHOST' and
9665            not 'MEMIF'"
9666   parameters:
9667   - "latency"
9668   - "parent"
9669   traces:
9670     boxmean: False
9671   layout:
9672     title: ""  # No title
9673     layout: "plot-latency"
9674
9675 -
9676   type: "plot"
9677   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9678   algorithm: "plot_latency_box"
9679   output-file-type: ".html"
9680   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9681   data: "plot-vpp-throughput-latency-3n-hsw"
9682   filter: "'NIC_Intel-X710' and
9683            '64B' and
9684            ('BASE' or 'SCALE') and
9685            'NDRPDR' and
9686            '2T2C' and
9687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9688            not 'VHOST' and
9689            not 'MEMIF'"
9690   parameters:
9691   - "latency"
9692   - "parent"
9693   traces:
9694     boxmean: False
9695   layout:
9696     title: ""  # No title
9697     layout: "plot-latency"
9698
9699 -
9700   type: "plot"
9701   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9702   algorithm: "plot_latency_box"
9703   output-file-type: ".html"
9704   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9705   data: "plot-vpp-throughput-latency-3n-hsw"
9706   filter: "'NIC_Intel-X710' and
9707            '64B' and
9708            'FEATURE' and
9709            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9710            'NDRPDR' and
9711            '1T1C' and
9712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9713            not 'VHOST' and
9714            not 'MEMIF'"
9715   parameters:
9716   - "latency"
9717   - "parent"
9718   traces:
9719     boxmean: False
9720   layout:
9721     title: ""  # No title
9722     layout: "plot-latency"
9723
9724 -
9725   type: "plot"
9726   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9727   algorithm: "plot_latency_box"
9728   output-file-type: ".html"
9729   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9730   data: "plot-vpp-throughput-latency-3n-hsw"
9731   filter: "'NIC_Intel-X710' and
9732            '64B' and
9733            'FEATURE' and
9734            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9735            'NDRPDR' and
9736            '2T2C' and
9737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9738            not 'VHOST' and
9739            not 'MEMIF'"
9740   parameters:
9741   - "latency"
9742   - "parent"
9743   traces:
9744     boxmean: False
9745   layout:
9746     title: ""  # No title
9747     layout: "plot-latency"
9748
9749 # Packet Latency - VPP L2 3n-hsw-xl710
9750 -
9751   type: "plot"
9752   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9753   algorithm: "plot_latency_box"
9754   output-file-type: ".html"
9755   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9756   data: "plot-vpp-throughput-latency-3n-hsw"
9757   filter: "'NIC_Intel-XL710' and
9758            '64B' and
9759            ('BASE' or 'SCALE') and
9760            'NDRPDR' and
9761            '1T1C' and
9762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9763            not 'VHOST' and
9764            not 'MEMIF'"
9765   parameters:
9766   - "latency"
9767   - "parent"
9768   traces:
9769     boxmean: False
9770   layout:
9771     title: ""  # No title
9772     layout: "plot-latency"
9773
9774 -
9775   type: "plot"
9776   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9777   algorithm: "plot_latency_box"
9778   output-file-type: ".html"
9779   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9780   data: "plot-vpp-throughput-latency-3n-hsw"
9781   filter: "'NIC_Intel-XL710' and
9782            '64B' and
9783            ('BASE' or 'SCALE') and
9784            'NDRPDR' and
9785            '2T2C' and
9786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9787            not 'VHOST' and
9788            not 'MEMIF'"
9789   parameters:
9790   - "latency"
9791   - "parent"
9792   traces:
9793     boxmean: False
9794   layout:
9795     title: ""  # No title
9796     layout: "plot-latency"
9797
9798 # Packet Latency - VPP L2 3n-skx-x710
9799 -
9800   type: "plot"
9801   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9802   algorithm: "plot_latency_box"
9803   output-file-type: ".html"
9804   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9805   data: "plot-vpp-throughput-latency-3n-skx"
9806   filter: "'NIC_Intel-X710' and
9807            '64B' and
9808            ('BASE' or 'SCALE') and
9809            'NDRPDR' and
9810            '2T1C' and
9811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9812            not 'VHOST' and
9813            not 'MEMIF'"
9814   parameters:
9815   - "latency"
9816   - "parent"
9817   traces:
9818     boxmean: False
9819   layout:
9820     title: ""  # No title
9821     layout: "plot-latency"
9822
9823 -
9824   type: "plot"
9825   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9826   algorithm: "plot_latency_box"
9827   output-file-type: ".html"
9828   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9829   data: "plot-vpp-throughput-latency-3n-skx"
9830   filter: "'NIC_Intel-X710' and
9831            '64B' and
9832            ('BASE' or 'SCALE') and
9833            'NDRPDR' and
9834            '4T2C' and
9835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9836            not 'VHOST' and
9837            not 'MEMIF'"
9838   parameters:
9839   - "latency"
9840   - "parent"
9841   traces:
9842     boxmean: False
9843   layout:
9844     title: ""  # No title
9845     layout: "plot-latency"
9846
9847 -
9848   type: "plot"
9849   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9850   algorithm: "plot_latency_box"
9851   output-file-type: ".html"
9852   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9853   data: "plot-vpp-throughput-latency-3n-skx"
9854   filter: "'NIC_Intel-X710' and
9855            '64B' and
9856            'FEATURE' and
9857            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9858            'NDRPDR' and
9859            '2T1C' and
9860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9861            not 'VHOST' and
9862            not 'MEMIF'"
9863   parameters:
9864   - "latency"
9865   - "parent"
9866   traces:
9867     boxmean: False
9868   layout:
9869     title: ""  # No title
9870     layout: "plot-latency"
9871
9872 -
9873   type: "plot"
9874   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9875   algorithm: "plot_latency_box"
9876   output-file-type: ".html"
9877   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9878   data: "plot-vpp-throughput-latency-3n-skx"
9879   filter: "'NIC_Intel-X710' and
9880            '64B' and
9881            'FEATURE' and
9882            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9883            'NDRPDR' and
9884            '4T2C' and
9885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9886            not 'VHOST' and
9887            not 'MEMIF'"
9888   parameters:
9889   - "latency"
9890   - "parent"
9891   traces:
9892     boxmean: False
9893   layout:
9894     title: ""  # No title
9895     layout: "plot-latency"
9896
9897 # Packet Latency - VPP L2 3n-skx-xxv710
9898 -
9899   type: "plot"
9900   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9901   algorithm: "plot_latency_box"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9904   data: "plot-vpp-throughput-latency-3n-skx"
9905   filter: "'NIC_Intel-XXV710' and
9906            '64B' and
9907            ('BASE' or 'SCALE') and
9908            'NDRPDR' and
9909            '2T1C' and
9910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9911            not 'VHOST' and
9912            not 'MEMIF'"
9913   parameters:
9914   - "latency"
9915   - "parent"
9916   traces:
9917     boxmean: False
9918   layout:
9919     title: ""  # No title
9920     layout: "plot-latency"
9921
9922 -
9923   type: "plot"
9924   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9925   algorithm: "plot_latency_box"
9926   output-file-type: ".html"
9927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9928   data: "plot-vpp-throughput-latency-3n-skx"
9929   filter: "'NIC_Intel-XXV710' and
9930            '64B' and
9931            ('BASE' or 'SCALE') and
9932            'NDRPDR' and
9933            '4T2C' and
9934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9935            not 'VHOST' and
9936            not 'MEMIF'"
9937   parameters:
9938   - "latency"
9939   - "parent"
9940   traces:
9941     boxmean: False
9942   layout:
9943     title: ""  # No title
9944     layout: "plot-latency"
9945
9946 -
9947   type: "plot"
9948   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
9949   algorithm: "plot_latency_box"
9950   output-file-type: ".html"
9951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
9952   data: "plot-vpp-throughput-latency-3n-skx"
9953   filter: "'NIC_Intel-XXV710' and
9954            '64B' and
9955            'FEATURE' and
9956            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9957            'NDRPDR' and
9958            '2T1C' and
9959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9960            not 'VHOST' and
9961            not 'MEMIF'"
9962   parameters:
9963   - "latency"
9964   - "parent"
9965   traces:
9966     boxmean: False
9967   layout:
9968     title: ""  # No title
9969     layout: "plot-latency"
9970
9971 -
9972   type: "plot"
9973   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
9974   algorithm: "plot_latency_box"
9975   output-file-type: ".html"
9976   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
9977   data: "plot-vpp-throughput-latency-3n-skx"
9978   filter: "'NIC_Intel-XXV710' and
9979            '64B' and
9980            'FEATURE' and
9981            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9982            'NDRPDR' and
9983            '4T2C' and
9984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9985            not 'VHOST' and
9986            not 'MEMIF'"
9987   parameters:
9988   - "latency"
9989   - "parent"
9990   traces:
9991     boxmean: False
9992   layout:
9993     title: ""  # No title
9994     layout: "plot-latency"
9995
9996 # Packet Latency - VPP L2 2n-skx-x710
9997 -
9998   type: "plot"
9999   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10000   algorithm: "plot_latency_box"
10001   output-file-type: ".html"
10002   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10003   data: "plot-vpp-throughput-latency-2n-skx"
10004   filter: "'NIC_Intel-X710' and
10005            '64B' and
10006            ('BASE' or 'SCALE') and
10007            'NDRPDR' and
10008            '2T1C' and
10009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10010            not 'VHOST' and
10011            not 'MEMIF'"
10012   parameters:
10013   - "latency"
10014   - "parent"
10015   traces:
10016     boxmean: False
10017   layout:
10018     title: ""  # No title
10019     layout: "plot-latency"
10020
10021 -
10022   type: "plot"
10023   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10024   algorithm: "plot_latency_box"
10025   output-file-type: ".html"
10026   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10027   data: "plot-vpp-throughput-latency-2n-skx"
10028   filter: "'NIC_Intel-X710' and
10029            '64B' and
10030            ('BASE' or 'SCALE') and
10031            'NDRPDR' and
10032            '4T2C' and
10033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10034            not 'VHOST' and
10035            not 'MEMIF'"
10036   parameters:
10037   - "latency"
10038   - "parent"
10039   traces:
10040     boxmean: False
10041   layout:
10042     title: ""  # No title
10043     layout: "plot-latency"
10044
10045 # Packet Latency - VPP L2 2n-skx-xxv710
10046 -
10047   type: "plot"
10048   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10049   algorithm: "plot_latency_box"
10050   output-file-type: ".html"
10051   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10052   data: "plot-vpp-throughput-latency-2n-skx"
10053   filter: "'NIC_Intel-XXV710' and
10054            '64B' and
10055            ('BASE' or 'SCALE') and
10056            'NDRPDR' and
10057            '2T1C' and
10058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10059            not 'VHOST' and
10060            not 'MEMIF'"
10061   parameters:
10062   - "latency"
10063   - "parent"
10064   traces:
10065     boxmean: False
10066   layout:
10067     title: ""  # No title
10068     layout: "plot-latency"
10069
10070 -
10071   type: "plot"
10072   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10073   algorithm: "plot_latency_box"
10074   output-file-type: ".html"
10075   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10076   data: "plot-vpp-throughput-latency-2n-skx"
10077   filter: "'NIC_Intel-XXV710' and
10078            '64B' and
10079            ('BASE' or 'SCALE') and
10080            'NDRPDR' and
10081            '4T2C' and
10082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10083            not 'VHOST' and
10084            not 'MEMIF'"
10085   parameters:
10086   - "latency"
10087   - "parent"
10088   traces:
10089     boxmean: False
10090   layout:
10091     title: ""  # No title
10092     layout: "plot-latency"
10093
10094 ################################################################################
10095
10096 # Packet Latency - VPP Container Memif 3n-hsw-x520
10097 -
10098   type: "plot"
10099   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10100   algorithm: "plot_latency_box"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10103   data: "plot-vpp-throughput-latency-3n-hsw"
10104   filter: "'NIC_Intel-X520-DA2' and
10105            '64B' and
10106            ('BASE' or 'SCALE') and
10107            'NDRPDR' and
10108            '1T1C' and
10109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10110            not 'VHOST' and
10111            'MEMIF'"
10112   parameters:
10113   - "latency"
10114   - "parent"
10115   traces:
10116     boxmean: False
10117   layout:
10118     title: ""  # No title
10119     layout: "plot-latency"
10120
10121 -
10122   type: "plot"
10123   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10124   algorithm: "plot_latency_box"
10125   output-file-type: ".html"
10126   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10127   data: "plot-vpp-throughput-latency-3n-hsw"
10128   filter: "'NIC_Intel-X520-DA2' and
10129            '64B' and
10130            ('BASE' or 'SCALE') and
10131            'NDRPDR' and
10132            '2T2C' and
10133            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10134            not 'VHOST' and
10135            'MEMIF'"
10136   parameters:
10137   - "latency"
10138   - "parent"
10139   traces:
10140     boxmean: False
10141   layout:
10142     title: ""  # No title
10143     layout: "plot-latency"
10144
10145 # Packet Latency - VPP Container Memif 3n-hsw-x710
10146 -
10147   type: "plot"
10148   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10149   algorithm: "plot_latency_box"
10150   output-file-type: ".html"
10151   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10152   data: "plot-vpp-throughput-latency-3n-hsw"
10153   filter: "'NIC_Intel-X710' and
10154            '64B' and
10155            ('BASE' or 'SCALE') and
10156            'NDRPDR' and
10157            '1T1C' and
10158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10159            not 'VHOST' and
10160            'MEMIF'"
10161   parameters:
10162   - "latency"
10163   - "parent"
10164   traces:
10165     boxmean: False
10166   layout:
10167     title: ""  # No title
10168     layout: "plot-latency"
10169
10170 -
10171   type: "plot"
10172   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10173   algorithm: "plot_latency_box"
10174   output-file-type: ".html"
10175   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10176   data: "plot-vpp-throughput-latency-3n-hsw"
10177   filter: "'NIC_Intel-X710' and
10178            '64B' and
10179            ('BASE' or 'SCALE') and
10180            'NDRPDR' and
10181            '2T2C' and
10182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10183            not 'VHOST' and
10184            'MEMIF'"
10185   parameters:
10186   - "latency"
10187   - "parent"
10188   traces:
10189     boxmean: False
10190   layout:
10191     title: ""  # No title
10192     layout: "plot-latency"
10193
10194 # Packet Latency - VPP Container Memif 3n-hsw-xl710
10195 -
10196   type: "plot"
10197   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10198   algorithm: "plot_latency_box"
10199   output-file-type: ".html"
10200   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10201   data: "plot-vpp-throughput-latency-3n-hsw"
10202   filter: "'NIC_Intel-XL710' and
10203            '64B' and
10204            ('BASE' or 'SCALE') and
10205            'NDRPDR' and
10206            '1T1C' and
10207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10208            not 'VHOST' and
10209            'MEMIF'"
10210   parameters:
10211   - "latency"
10212   - "parent"
10213   traces:
10214     boxmean: False
10215   layout:
10216     title: ""  # No title
10217     layout: "plot-latency"
10218
10219 -
10220   type: "plot"
10221   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10222   algorithm: "plot_latency_box"
10223   output-file-type: ".html"
10224   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10225   data: "plot-vpp-throughput-latency-3n-hsw"
10226   filter: "'NIC_Intel-XL710' and
10227            '64B' and
10228            ('BASE' or 'SCALE') and
10229            'NDRPDR' and
10230            '2T2C' and
10231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10232            not 'VHOST' and
10233            'MEMIF'"
10234   parameters:
10235   - "latency"
10236   - "parent"
10237   traces:
10238     boxmean: False
10239   layout:
10240     title: ""  # No title
10241     layout: "plot-latency"
10242
10243 # Packet Latency - VPP Container Memif 3n-skx-x710
10244 -
10245   type: "plot"
10246   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10247   algorithm: "plot_latency_box"
10248   output-file-type: ".html"
10249   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10250   data: "plot-vpp-throughput-latency-3n-skx"
10251   filter: "'NIC_Intel-X710' and
10252            '64B' and
10253            ('BASE' or 'SCALE') and
10254            'NDRPDR' and
10255            '2T1C' and
10256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10257            not 'VHOST' and
10258            'MEMIF'"
10259   parameters:
10260   - "latency"
10261   - "parent"
10262   traces:
10263     boxmean: False
10264   layout:
10265     title: ""  # No title
10266     layout: "plot-latency"
10267
10268 -
10269   type: "plot"
10270   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10271   algorithm: "plot_latency_box"
10272   output-file-type: ".html"
10273   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10274   data: "plot-vpp-throughput-latency-3n-skx"
10275   filter: "'NIC_Intel-X710' and
10276            '64B' and
10277            ('BASE' or 'SCALE') and
10278            'NDRPDR' and
10279            '4T2C' and
10280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10281            not 'VHOST' and
10282            'MEMIF'"
10283   parameters:
10284   - "latency"
10285   - "parent"
10286   traces:
10287     boxmean: False
10288   layout:
10289     title: ""  # No title
10290     layout: "plot-latency"
10291
10292 ################################################################################
10293
10294 # Packet Latency - VPP Container Memif 3n-hsw-x520
10295 -
10296   type: "plot"
10297   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10298   algorithm: "plot_latency_box"
10299   output-file-type: ".html"
10300   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10301   data: "plot-ligato-throughput-latency-3n-hsw"
10302   filter: "'NIC_Intel-X520-DA2' and
10303            '64B' and
10304            ('BASE' or 'SCALE') and
10305            'NDRPDR' and
10306            '1T1C' and
10307            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10308            not 'VHOST' and
10309            'MEMIF'"
10310   parameters:
10311   - "latency"
10312   - "parent"
10313   traces:
10314     boxmean: False
10315   layout:
10316     title: ""  # No title
10317     layout: "plot-latency"
10318
10319 -
10320   type: "plot"
10321   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10322   algorithm: "plot_latency_box"
10323   output-file-type: ".html"
10324   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10325   data: "plot-ligato-throughput-latency-3n-hsw"
10326   filter: "'NIC_Intel-X520-DA2' and
10327            '64B' and
10328            ('BASE' or 'SCALE') and
10329            'NDRPDR' and
10330            '2T2C' and
10331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10332            not 'VHOST' and
10333            'MEMIF'"
10334   parameters:
10335   - "latency"
10336   - "parent"
10337   traces:
10338     boxmean: False
10339   layout:
10340     title: ""  # No title
10341     layout: "plot-latency"
10342
10343 # Packet Latency - VPP Container Memif 3n-hsw-x710
10344 -
10345   type: "plot"
10346   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10347   algorithm: "plot_latency_box"
10348   output-file-type: ".html"
10349   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10350   data: "plot-ligato-throughput-latency-3n-hsw"
10351   filter: "'NIC_Intel-X710' and
10352            '64B' and
10353            ('BASE' or 'SCALE') and
10354            'NDRPDR' and
10355            '1T1C' and
10356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10357            not 'VHOST' and
10358            'MEMIF'"
10359   parameters:
10360   - "latency"
10361   - "parent"
10362   traces:
10363     boxmean: False
10364   layout:
10365     title: ""  # No title
10366     layout: "plot-latency"
10367
10368 -
10369   type: "plot"
10370   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10371   algorithm: "plot_latency_box"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10374   data: "plot-ligato-throughput-latency-3n-hsw"
10375   filter: "'NIC_Intel-X710' and
10376            '64B' and
10377            ('BASE' or 'SCALE') and
10378            'NDRPDR' and
10379            '2T2C' and
10380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
10381            not 'VHOST' and
10382            'MEMIF'"
10383   parameters:
10384   - "latency"
10385   - "parent"
10386   traces:
10387     boxmean: False
10388   layout:
10389     title: ""  # No title
10390     layout: "plot-latency"
10391
10392 ################################################################################
10393
10394 # Packet Latency - VPP IPv4 3n-hsw-x520
10395 -
10396   type: "plot"
10397   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10398   algorithm: "plot_latency_box"
10399   output-file-type: ".html"
10400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10401   data: "plot-vpp-throughput-latency-3n-hsw"
10402   filter: "'NIC_Intel-X520-DA2' and
10403            '64B' and
10404            ('BASE' or 'SCALE') and
10405            'NDRPDR' and
10406            '1T1C' and
10407            'IP4FWD' and
10408            not 'IPSEC' and
10409            not 'VHOST'"
10410   parameters:
10411   - "latency"
10412   - "parent"
10413   traces:
10414     boxmean: False
10415   layout:
10416     title: ""  # No title
10417     layout: "plot-latency"
10418
10419 -
10420   type: "plot"
10421   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10422   algorithm: "plot_latency_box"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10425   data: "plot-vpp-throughput-latency-3n-hsw"
10426   filter: "'NIC_Intel-X520-DA2' and
10427            '64B' and
10428            ('BASE' or 'SCALE') and
10429            'NDRPDR' and
10430            '2T2C' and
10431            'IP4FWD' and
10432            not 'IPSEC' and
10433            not 'VHOST'"
10434   parameters:
10435   - "latency"
10436   - "parent"
10437   traces:
10438     boxmean: False
10439   layout:
10440     title: ""  # No title
10441     layout: "plot-latency"
10442
10443 -
10444   type: "plot"
10445   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10446   algorithm: "plot_latency_box"
10447   output-file-type: ".html"
10448   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
10449   data: "plot-vpp-throughput-latency-3n-hsw"
10450   filter: "'NIC_Intel-X520-DA2' and
10451            '64B' and
10452            'FEATURE' and
10453            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10454            'NDRPDR' and
10455            '1T1C' and
10456            'IP4FWD' and
10457            not 'IPSEC' and
10458            not 'VHOST'"
10459   parameters:
10460   - "latency"
10461   - "parent"
10462   traces:
10463     boxmean: False
10464   layout:
10465     title: ""  # No title
10466     layout: "plot-latency"
10467
10468 -
10469   type: "plot"
10470   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10471   algorithm: "plot_latency_box"
10472   output-file-type: ".html"
10473   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
10474   data: "plot-vpp-throughput-latency-3n-hsw"
10475   filter: "'NIC_Intel-X520-DA2' and
10476            '64B' and
10477            'FEATURE' and
10478            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10479            'NDRPDR' and
10480            '2T2C' and
10481            'IP4FWD' and
10482            not 'IPSEC' and
10483            not 'VHOST'"
10484   parameters:
10485   - "latency"
10486   - "parent"
10487   traces:
10488     boxmean: False
10489   layout:
10490     title: ""  # No title
10491     layout: "plot-latency"
10492
10493 # Packet Latency - VPP IPv4 3n-hsw-x710
10494 -
10495   type: "plot"
10496   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10497   algorithm: "plot_latency_box"
10498   output-file-type: ".html"
10499   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10500   data: "plot-vpp-throughput-latency-3n-hsw"
10501   filter: "'NIC_Intel-X710' and
10502            '64B' and
10503            ('BASE' or 'SCALE') and
10504            'NDRPDR' and
10505            '1T1C' and
10506            'IP4FWD' and
10507            not 'IPSEC' and
10508            not 'VHOST'"
10509   parameters:
10510   - "latency"
10511   - "parent"
10512   traces:
10513     boxmean: False
10514   layout:
10515     title: ""  # No title
10516     layout: "plot-latency"
10517
10518 -
10519   type: "plot"
10520   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10521   algorithm: "plot_latency_box"
10522   output-file-type: ".html"
10523   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10524   data: "plot-vpp-throughput-latency-3n-hsw"
10525   filter: "'NIC_Intel-X710' and
10526            '64B' and
10527            ('BASE' or 'SCALE') and
10528            'NDRPDR' and
10529            '2T2C' and
10530            'IP4FWD' and
10531            not 'IPSEC' and
10532            not 'VHOST'"
10533   parameters:
10534   - "latency"
10535   - "parent"
10536   traces:
10537     boxmean: False
10538   layout:
10539     title: ""  # No title
10540     layout: "plot-latency"
10541
10542 -
10543   type: "plot"
10544   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10545   algorithm: "plot_latency_box"
10546   output-file-type: ".html"
10547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
10548   data: "plot-vpp-throughput-latency-3n-hsw"
10549   filter: "'NIC_Intel-X710' and
10550            '64B' and
10551            'FEATURE' and
10552            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10553            'NDRPDR' and
10554            '1T1C' and
10555            'IP4FWD' and
10556            not 'IPSEC' and
10557            not 'VHOST'"
10558   parameters:
10559   - "latency"
10560   - "parent"
10561   traces:
10562     boxmean: False
10563   layout:
10564     title: ""  # No title
10565     layout: "plot-latency"
10566
10567 -
10568   type: "plot"
10569   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10570   algorithm: "plot_latency_box"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
10573   data: "plot-vpp-throughput-latency-3n-hsw"
10574   filter: "'NIC_Intel-X710' and
10575            '64B' and
10576            'FEATURE' and
10577            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10578            'NDRPDR' and
10579            '2T2C' and
10580            'IP4FWD' and
10581            not 'IPSEC' and
10582            not 'VHOST'"
10583   parameters:
10584   - "latency"
10585   - "parent"
10586   traces:
10587     boxmean: False
10588   layout:
10589     title: ""  # No title
10590     layout: "plot-latency"
10591
10592 # Packet Latency - VPP IPv4 3n-hsw-xl710
10593 -
10594   type: "plot"
10595   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10596   algorithm: "plot_latency_box"
10597   output-file-type: ".html"
10598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10599   data: "plot-vpp-throughput-latency-3n-hsw"
10600   filter: "'NIC_Intel-XL710' and
10601            '64B' and
10602            ('BASE' or 'SCALE') and
10603            'NDRPDR' and
10604            '1T1C' and
10605            'IP4FWD' and
10606            not 'IPSEC' and
10607            not 'VHOST'"
10608   parameters:
10609   - "latency"
10610   - "parent"
10611   traces:
10612     boxmean: False
10613   layout:
10614     title: ""  # No title
10615     layout: "plot-latency"
10616
10617 -
10618   type: "plot"
10619   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10620   algorithm: "plot_latency_box"
10621   output-file-type: ".html"
10622   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10623   data: "plot-vpp-throughput-latency-3n-hsw"
10624   filter: "'NIC_Intel-XL710' and
10625            '64B' and
10626            ('BASE' or 'SCALE') and
10627            'NDRPDR' and
10628            '2T2C' and
10629            'IP4FWD' and
10630            not 'IPSEC' and
10631            not 'VHOST'"
10632   parameters:
10633   - "latency"
10634   - "parent"
10635   traces:
10636     boxmean: False
10637   layout:
10638     title: ""  # No title
10639     layout: "plot-latency"
10640
10641 # Packet Latency - VPP IPv4 3n-skx-x710
10642 -
10643   type: "plot"
10644   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10645   algorithm: "plot_latency_box"
10646   output-file-type: ".html"
10647   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10648   data: "plot-vpp-throughput-latency-3n-skx"
10649   filter: "'NIC_Intel-X710' and
10650            '64B' and
10651            ('BASE' or 'SCALE') and
10652            'NDRPDR' and
10653            '2T1C' and
10654            'IP4FWD' and
10655            not 'IPSEC' and
10656            not 'VHOST'"
10657   parameters:
10658   - "latency"
10659   - "parent"
10660   traces:
10661     boxmean: False
10662   layout:
10663     title: ""  # No title
10664     layout: "plot-latency"
10665
10666 -
10667   type: "plot"
10668   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10669   algorithm: "plot_latency_box"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10672   data: "plot-vpp-throughput-latency-3n-skx"
10673   filter: "'NIC_Intel-X710' and
10674            '64B' and
10675            ('BASE' or 'SCALE') and
10676            'NDRPDR' and
10677            '4T2C' and
10678            'IP4FWD' and
10679            not 'IPSEC' and
10680            not 'VHOST'"
10681   parameters:
10682   - "latency"
10683   - "parent"
10684   traces:
10685     boxmean: False
10686   layout:
10687     title: ""  # No title
10688     layout: "plot-latency"
10689
10690 -
10691   type: "plot"
10692   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10693   algorithm: "plot_latency_box"
10694   output-file-type: ".html"
10695   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
10696   data: "plot-vpp-throughput-latency-3n-skx"
10697   filter: "'NIC_Intel-X710' and
10698            '64B' and
10699            'FEATURE' and
10700            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10701            'NDRPDR' and
10702            '2T1C' and
10703            'IP4FWD' and
10704            not 'IPSEC' and
10705            not 'VHOST'"
10706   parameters:
10707   - "latency"
10708   - "parent"
10709   traces:
10710     boxmean: False
10711   layout:
10712     title: ""  # No title
10713     layout: "plot-latency"
10714
10715 -
10716   type: "plot"
10717   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10718   algorithm: "plot_latency_box"
10719   output-file-type: ".html"
10720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
10721   data: "plot-vpp-throughput-latency-3n-skx"
10722   filter: "'NIC_Intel-X710' and
10723            '64B' and
10724            'FEATURE' and
10725            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10726            'NDRPDR' and
10727            '4T2C' and
10728            'IP4FWD' and
10729            not 'IPSEC' and
10730            not 'VHOST'"
10731   parameters:
10732   - "latency"
10733   - "parent"
10734   traces:
10735     boxmean: False
10736   layout:
10737     title: ""  # No title
10738     layout: "plot-latency"
10739
10740 # Packet Latency - VPP IPv4 3n-skx-xxv710
10741 -
10742   type: "plot"
10743   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10744   algorithm: "plot_latency_box"
10745   output-file-type: ".html"
10746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10747   data: "plot-vpp-throughput-latency-3n-skx"
10748   filter: "'NIC_Intel-XXV710' and
10749            '64B' and
10750            ('BASE' or 'SCALE') and
10751            'NDRPDR' and
10752            '2T1C' and
10753            'IP4FWD' and
10754            not 'IPSEC' and
10755            not 'VHOST'"
10756   parameters:
10757   - "latency"
10758   - "parent"
10759   traces:
10760     boxmean: False
10761   layout:
10762     title: ""  # No title
10763     layout: "plot-latency"
10764
10765 -
10766   type: "plot"
10767   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10768   algorithm: "plot_latency_box"
10769   output-file-type: ".html"
10770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10771   data: "plot-vpp-throughput-latency-3n-skx"
10772   filter: "'NIC_Intel-XXV710' and
10773            '64B' and
10774            ('BASE' or 'SCALE') and
10775            'NDRPDR' and
10776            '4T2C' and
10777            'IP4FWD' and
10778            not 'IPSEC' and
10779            not 'VHOST'"
10780   parameters:
10781   - "latency"
10782   - "parent"
10783   traces:
10784     boxmean: False
10785   layout:
10786     title: ""  # No title
10787     layout: "plot-latency"
10788
10789 -
10790   type: "plot"
10791   title: "VPP Latency: ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10792   algorithm: "plot_latency_box"
10793   output-file-type: ".html"
10794   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-2t1c-features-ndr-lat"
10795   data: "plot-vpp-throughput-latency-3n-skx"
10796   filter: "'NIC_Intel-XXV710' and
10797            '64B' and
10798            'FEATURE' and
10799            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10800            'NDRPDR' and
10801            '2T1C' and
10802            'IP4FWD' and
10803            not 'IPSEC' and
10804            not 'VHOST'"
10805   parameters:
10806   - "latency"
10807   - "parent"
10808   traces:
10809     boxmean: False
10810   layout:
10811     title: ""  # No title
10812     layout: "plot-latency"
10813
10814 -
10815   type: "plot"
10816   title: "VPP Latency: ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10817   algorithm: "plot_latency_box"
10818   output-file-type: ".html"
10819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-4t2c-features-ndr-lat"
10820   data: "plot-vpp-throughput-latency-3n-skx"
10821   filter: "'NIC_Intel-XXV710' and
10822            '64B' and
10823            'FEATURE' and
10824            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10825            'NDRPDR' and
10826            '4T2C' and
10827            'IP4FWD' and
10828            not 'IPSEC' and
10829            not 'VHOST'"
10830   parameters:
10831   - "latency"
10832   - "parent"
10833   traces:
10834     boxmean: False
10835   layout:
10836     title: ""  # No title
10837     layout: "plot-latency"
10838
10839 # Packet Latency - VPP IPv4 2n-skx-x710
10840 -
10841   type: "plot"
10842   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10843   algorithm: "plot_latency_box"
10844   output-file-type: ".html"
10845   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10846   data: "plot-vpp-throughput-latency-2n-skx"
10847   filter: "'NIC_Intel-X710' and
10848            '64B' and
10849            ('BASE' or 'SCALE') and
10850            'NDRPDR' and
10851            '2T1C' and
10852            'IP4FWD' and
10853            not 'IPSEC' and
10854            not 'VHOST'"
10855   parameters:
10856   - "latency"
10857   - "parent"
10858   traces:
10859     boxmean: False
10860   layout:
10861     title: ""  # No title
10862     layout: "plot-latency"
10863
10864 -
10865   type: "plot"
10866   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10867   algorithm: "plot_latency_box"
10868   output-file-type: ".html"
10869   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10870   data: "plot-vpp-throughput-latency-2n-skx"
10871   filter: "'NIC_Intel-X710' and
10872            '64B' and
10873            ('BASE' or 'SCALE') and
10874            'NDRPDR' and
10875            '4T2C' and
10876            'IP4FWD' and
10877            not 'IPSEC' and
10878            not 'VHOST'"
10879   parameters:
10880   - "latency"
10881   - "parent"
10882   traces:
10883     boxmean: False
10884   layout:
10885     title: ""  # No title
10886     layout: "plot-latency"
10887
10888 # Packet Latency - VPP IPv4 2n-skx-xxv710
10889 -
10890   type: "plot"
10891   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10892   algorithm: "plot_latency_box"
10893   output-file-type: ".html"
10894   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
10895   data: "plot-vpp-throughput-latency-2n-skx"
10896   filter: "'NIC_Intel-XXV710' and
10897            '64B' and
10898            ('BASE' or 'SCALE') and
10899            'NDRPDR' and
10900            '2T1C' and
10901            'IP4FWD' and
10902            not 'IPSEC' and
10903            not 'VHOST'"
10904   parameters:
10905   - "latency"
10906   - "parent"
10907   traces:
10908     boxmean: False
10909   layout:
10910     title: ""  # No title
10911     layout: "plot-latency"
10912
10913 -
10914   type: "plot"
10915   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10916   algorithm: "plot_latency_box"
10917   output-file-type: ".html"
10918   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
10919   data: "plot-vpp-throughput-latency-2n-skx"
10920   filter: "'NIC_Intel-XXV710' and
10921            '64B' and
10922            ('BASE' or 'SCALE') and
10923            'NDRPDR' and
10924            '4T2C' and
10925            'IP4FWD' and
10926            not 'IPSEC' and
10927            not 'VHOST'"
10928   parameters:
10929   - "latency"
10930   - "parent"
10931   traces:
10932     boxmean: False
10933   layout:
10934     title: ""  # No title
10935     layout: "plot-latency"
10936
10937 ################################################################################
10938
10939 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
10940 -
10941   type: "plot"
10942   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10943   algorithm: "plot_latency_box"
10944   output-file-type: ".html"
10945   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10946   data: "plot-vpp-throughput-latency-3n-hsw"
10947   filter: "'NIC_Intel-X520-DA2' and
10948            '64B' and
10949            'ENCAP' and
10950            'NDRPDR' and
10951            '1T1C' and
10952            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10953            not 'VHOST' and
10954            not 'IPSECHW'"
10955   parameters:
10956   - "throughput"
10957   - "parent"
10958   traces:
10959     boxmean: False
10960   layout:
10961     title: ""  # No title
10962     layout: "plot-latency"
10963
10964 -
10965   type: "plot"
10966   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10967   algorithm: "plot_latency_box"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10970   data: "plot-vpp-throughput-latency-3n-hsw"
10971   filter: "'NIC_Intel-X520-DA2' and
10972            '64B' and
10973            'ENCAP' and
10974            'NDRPDR' and
10975            '2T2C' and
10976            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10977            not 'VHOST' and
10978            not 'IPSECHW'"
10979   parameters:
10980   - "throughput"
10981   - "parent"
10982   traces:
10983     boxmean: False
10984   layout:
10985     title: ""  # No title
10986     layout: "plot-latency"
10987
10988 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
10989 -
10990   type: "plot"
10991   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10992   algorithm: "plot_latency_box"
10993   output-file-type: ".html"
10994   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10995   data: "plot-vpp-throughput-latency-3n-hsw"
10996   filter: "'NIC_Intel-X710' and
10997            '64B' and
10998            'ENCAP' and
10999            'NDRPDR' and
11000            '1T1C' and
11001            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11002            not 'VHOST' and
11003            not 'IPSECHW'"
11004   parameters:
11005   - "throughput"
11006   - "parent"
11007   traces:
11008     boxmean: False
11009   layout:
11010     title: ""  # No title
11011     layout: "plot-latency"
11012
11013 -
11014   type: "plot"
11015   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11016   algorithm: "plot_latency_box"
11017   output-file-type: ".html"
11018   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11019   data: "plot-vpp-throughput-latency-3n-hsw"
11020   filter: "'NIC_Intel-X710' and
11021            '64B' and
11022            'ENCAP' and
11023            'NDRPDR' and
11024            '2T2C' and
11025            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11026            not 'VHOST' and
11027            not 'IPSECHW'"
11028   parameters:
11029   - "throughput"
11030   - "parent"
11031   traces:
11032     boxmean: False
11033   layout:
11034     title: ""  # No title
11035     layout: "plot-latency"
11036
11037 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
11038 -
11039   type: "plot"
11040   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11041   algorithm: "plot_latency_box"
11042   output-file-type: ".html"
11043   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
11044   data: "plot-vpp-throughput-latency-3n-skx"
11045   filter: "'NIC_Intel-X710' and
11046            '64B' and
11047            'ENCAP' and
11048            'NDRPDR' and
11049            '2T1C' and
11050            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11051            not 'VHOST' and
11052            not 'IPSECHW'"
11053   parameters:
11054   - "throughput"
11055   - "parent"
11056   traces:
11057     boxmean: False
11058   layout:
11059     title: ""  # No title
11060     layout: "plot-latency"
11061
11062 -
11063   type: "plot"
11064   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11065   algorithm: "plot_latency_box"
11066   output-file-type: ".html"
11067   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
11068   data: "plot-vpp-throughput-latency-3n-skx"
11069   filter: "'NIC_Intel-X710' and
11070            '64B' and
11071            'ENCAP' and
11072            'NDRPDR' and
11073            '4T2C' and
11074            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11075            not 'VHOST' and
11076            not 'IPSECHW'"
11077   parameters:
11078   - "throughput"
11079   - "parent"
11080   traces:
11081     boxmean: False
11082   layout:
11083     title: ""  # No title
11084     layout: "plot-latency"
11085
11086 ################################################################################
11087
11088 # Packet Latency - VPP IPv6 3n-hsw-x520
11089 -
11090   type: "plot"
11091   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11092   algorithm: "plot_latency_box"
11093   output-file-type: ".html"
11094   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11095   data: "plot-vpp-throughput-latency-3n-hsw"
11096   filter: "'NIC_Intel-X520-DA2' and
11097            '78B' and
11098            ('BASE' or 'SCALE') and
11099            'NDRPDR' and
11100            '1T1C' and
11101            'IP6FWD' and
11102            not 'SRv6' and
11103            not 'IPSEC' and
11104            not 'VHOST'"
11105   parameters:
11106   - "latency"
11107   - "parent"
11108   traces:
11109     boxmean: False
11110   layout:
11111     title: ""  # No title
11112     layout: "plot-latency"
11113
11114 -
11115   type: "plot"
11116   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11117   algorithm: "plot_latency_box"
11118   output-file-type: ".html"
11119   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11120   data: "plot-vpp-throughput-latency-3n-hsw"
11121   filter: "'NIC_Intel-X520-DA2' and
11122            '78B' and
11123            ('BASE' or 'SCALE') and
11124            'NDRPDR' and
11125            '2T2C' and
11126            'IP6FWD' and
11127            not 'SRv6' and
11128            not 'IPSEC' and
11129            not 'VHOST'"
11130   parameters:
11131   - "latency"
11132   - "parent"
11133   traces:
11134     boxmean: False
11135   layout:
11136     title: ""  # No title
11137     layout: "plot-latency"
11138
11139 -
11140   type: "plot"
11141   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11142   algorithm: "plot_latency_box"
11143   output-file-type: ".html"
11144   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11145   data: "plot-vpp-throughput-latency-3n-hsw"
11146   filter: "'NIC_Intel-X520-DA2' and
11147            '78B' and
11148            'FEATURE' and
11149            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11150            'NDRPDR' and
11151            '1T1C' and
11152            'IP6FWD' and
11153            not 'SRv6' and
11154            not 'IPSEC' and
11155            not 'VHOST'"
11156   parameters:
11157   - "latency"
11158   - "parent"
11159   traces:
11160     boxmean: False
11161   layout:
11162     title: ""  # No title
11163     layout: "plot-latency"
11164
11165 -
11166   type: "plot"
11167   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11168   algorithm: "plot_latency_box"
11169   output-file-type: ".html"
11170   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11171   data: "plot-vpp-throughput-latency-3n-hsw"
11172   filter: "'NIC_Intel-X520-DA2' and
11173            '78B' and
11174            'FEATURE' and
11175            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11176            'NDRPDR' and
11177            '2T2C' and
11178            'IP6FWD' and
11179            not 'SRv6' and
11180            not 'IPSEC' and
11181            not 'VHOST'"
11182   parameters:
11183   - "latency"
11184   - "parent"
11185   traces:
11186     boxmean: False
11187   layout:
11188     title: ""  # No title
11189     layout: "plot-latency"
11190
11191 # Packet Latency - VPP IPv6 3n-hsw-x710
11192 -
11193   type: "plot"
11194   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11195   algorithm: "plot_latency_box"
11196   output-file-type: ".html"
11197   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
11198   data: "plot-vpp-throughput-latency-3n-hsw"
11199   filter: "'NIC_Intel-X710' and
11200            '78B' and
11201            ('BASE' or 'SCALE') and
11202            'NDRPDR' and
11203            '1T1C' and
11204            'IP6FWD' and
11205            not 'SRv6' and
11206            not 'IPSEC' and
11207            not 'VHOST'"
11208   parameters:
11209   - "latency"
11210   - "parent"
11211   traces:
11212     boxmean: False
11213   layout:
11214     title: ""  # No title
11215     layout: "plot-latency"
11216
11217 -
11218   type: "plot"
11219   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11220   algorithm: "plot_latency_box"
11221   output-file-type: ".html"
11222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
11223   data: "plot-vpp-throughput-latency-3n-hsw"
11224   filter: "'NIC_Intel-X710' and
11225            '78B' and
11226            ('BASE' or 'SCALE') and
11227            'NDRPDR' and
11228            '2T2C' and
11229            'IP6FWD' and
11230            not 'SRv6' and
11231            not 'IPSEC' and
11232            not 'VHOST'"
11233   parameters:
11234   - "latency"
11235   - "parent"
11236   traces:
11237     boxmean: False
11238   layout:
11239     title: ""  # No title
11240     layout: "plot-latency"
11241
11242 -
11243   type: "plot"
11244   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11245   algorithm: "plot_latency_box"
11246   output-file-type: ".html"
11247   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-features-ndr-lat"
11248   data: "plot-vpp-throughput-latency-3n-hsw"
11249   filter: "'NIC_Intel-X710' and
11250            '78B' and
11251            'FEATURE' and
11252            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11253            'NDRPDR' and
11254            '1T1C' and
11255            'IP6FWD' and
11256            not 'SRv6' and
11257            not 'IPSEC' and
11258            not 'VHOST'"
11259   parameters:
11260   - "latency"
11261   - "parent"
11262   traces:
11263     boxmean: False
11264   layout:
11265     title: ""  # No title
11266     layout: "plot-latency"
11267
11268 -
11269   type: "plot"
11270   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11271   algorithm: "plot_latency_box"
11272   output-file-type: ".html"
11273   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-features-ndr-lat"
11274   data: "plot-vpp-throughput-latency-3n-hsw"
11275   filter: "'NIC_Intel-X710' and
11276            '78B' and
11277            'FEATURE' and
11278            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11279            'NDRPDR' and
11280            '2T2C' and
11281            'IP6FWD' and
11282            not 'SRv6' and
11283            not 'IPSEC' and
11284            not 'VHOST'"
11285   parameters:
11286   - "latency"
11287   - "parent"
11288   traces:
11289     boxmean: False
11290   layout:
11291     title: ""  # No title
11292     layout: "plot-latency"
11293
11294 # Packet Latency - VPP IPv6 3n-hsw-xl710
11295 -
11296   type: "plot"
11297   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11298   algorithm: "plot_latency_box"
11299   output-file-type: ".html"
11300   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
11301   data: "plot-vpp-throughput-latency-3n-hsw"
11302   filter: "'NIC_Intel-XL710' and
11303            '78B' and
11304            ('BASE' or 'SCALE') and
11305            'NDRPDR' and
11306            '1T1C' and
11307            'IP6FWD' and
11308            not 'SRv6' and
11309            not 'IPSEC' and
11310            not 'VHOST'"
11311   parameters:
11312   - "latency"
11313   - "parent"
11314   traces:
11315     boxmean: False
11316   layout:
11317     title: ""  # No title
11318     layout: "plot-latency"
11319
11320 -
11321   type: "plot"
11322   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11323   algorithm: "plot_latency_box"
11324   output-file-type: ".html"
11325   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
11326   data: "plot-vpp-throughput-latency-3n-hsw"
11327   filter: "'NIC_Intel-XL710' and
11328            '78B' and
11329            ('BASE' or 'SCALE') and
11330            'NDRPDR' and
11331            '2T2C' and
11332            'IP6FWD' and
11333            not 'SRv6' and
11334            not 'IPSEC' and
11335            not 'VHOST'"
11336   parameters:
11337   - "latency"
11338   - "parent"
11339   traces:
11340     boxmean: False
11341   layout:
11342     title: ""  # No title
11343     layout: "plot-latency"
11344
11345 # Packet Latency - VPP IPv6 3n-skx-x710
11346 -
11347   type: "plot"
11348   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11349   algorithm: "plot_latency_box"
11350   output-file-type: ".html"
11351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11352   data: "plot-vpp-throughput-latency-3n-skx"
11353   filter: "'NIC_Intel-X710' and
11354            '78B' and
11355            ('BASE' or 'SCALE') and
11356            'NDRPDR' and
11357            '2T1C' and
11358            'IP6FWD' and
11359            not 'SRv6' and
11360            not 'IPSEC' and
11361            not 'VHOST'"
11362   parameters:
11363   - "latency"
11364   - "parent"
11365   traces:
11366     boxmean: False
11367   layout:
11368     title: ""  # No title
11369     layout: "plot-latency"
11370
11371 -
11372   type: "plot"
11373   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11374   algorithm: "plot_latency_box"
11375   output-file-type: ".html"
11376   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11377   data: "plot-vpp-throughput-latency-3n-skx"
11378   filter: "'NIC_Intel-X710' and
11379            '78B' and
11380            ('BASE' or 'SCALE') and
11381            'NDRPDR' and
11382            '4T2C' and
11383            'IP6FWD' and
11384            not 'SRv6' and
11385            not 'IPSEC' and
11386            not 'VHOST'"
11387   parameters:
11388   - "latency"
11389   - "parent"
11390   traces:
11391     boxmean: False
11392   layout:
11393     title: ""  # No title
11394     layout: "plot-latency"
11395
11396 -
11397   type: "plot"
11398   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11399   algorithm: "plot_latency_box"
11400   output-file-type: ".html"
11401   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-features-ndr-lat"
11402   data: "plot-vpp-throughput-latency-3n-skx"
11403   filter: "'NIC_Intel-X710' and
11404            '78B' and
11405            'FEATURE' and
11406            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11407            'NDRPDR' and
11408            '2T1C' and
11409            'IP6FWD' and
11410            not 'SRv6' and
11411            not 'IPSEC' and
11412            not 'VHOST'"
11413   parameters:
11414   - "latency"
11415   - "parent"
11416   traces:
11417     boxmean: False
11418   layout:
11419     title: ""  # No title
11420     layout: "plot-latency"
11421
11422 -
11423   type: "plot"
11424   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11425   algorithm: "plot_latency_box"
11426   output-file-type: ".html"
11427   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-features-ndr-lat"
11428   data: "plot-vpp-throughput-latency-3n-skx"
11429   filter: "'NIC_Intel-X710' and
11430            '78B' and
11431            'FEATURE' and
11432            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11433            'NDRPDR' and
11434            '4T2C' and
11435            'IP6FWD' and
11436            not 'SRv6' and
11437            not 'IPSEC' and
11438            not 'VHOST'"
11439   parameters:
11440   - "latency"
11441   - "parent"
11442   traces:
11443     boxmean: False
11444   layout:
11445     title: ""  # No title
11446     layout: "plot-latency"
11447
11448 # Packet Latency - VPP IPv6 3n-skx-xxv710
11449 -
11450   type: "plot"
11451   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11452   algorithm: "plot_latency_box"
11453   output-file-type: ".html"
11454   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11455   data: "plot-vpp-throughput-latency-3n-skx"
11456   filter: "'NIC_Intel-XXV710' and
11457            '78B' and
11458            ('BASE' or 'SCALE') and
11459            'NDRPDR' and
11460            '2T1C' and
11461            'IP6FWD' and
11462            not 'SRv6' and
11463            not 'IPSEC' and
11464            not 'VHOST'"
11465   parameters:
11466   - "latency"
11467   - "parent"
11468   traces:
11469     boxmean: False
11470   layout:
11471     title: ""  # No title
11472     layout: "plot-latency"
11473
11474 -
11475   type: "plot"
11476   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11477   algorithm: "plot_latency_box"
11478   output-file-type: ".html"
11479   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11480   data: "plot-vpp-throughput-latency-3n-skx"
11481   filter: "'NIC_Intel-XXV710' and
11482            '78B' and
11483            ('BASE' or 'SCALE') and
11484            'NDRPDR' and
11485            '4T2C' and
11486            'IP6FWD' and
11487            not 'SRv6' and
11488            not 'IPSEC' and
11489            not 'VHOST'"
11490   parameters:
11491   - "latency"
11492   - "parent"
11493   traces:
11494     boxmean: False
11495   layout:
11496     title: ""  # No title
11497     layout: "plot-latency"
11498
11499 -
11500   type: "plot"
11501   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11502   algorithm: "plot_latency_box"
11503   output-file-type: ".html"
11504   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-features-ndr-lat"
11505   data: "plot-vpp-throughput-latency-3n-skx"
11506   filter: "'NIC_Intel-XXV710' and
11507            '78B' and
11508            'FEATURE' and
11509            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11510            'NDRPDR' and
11511            '2T1C' and
11512            'IP6FWD' and
11513            not 'SRv6' and
11514            not 'IPSEC' and
11515            not 'VHOST'"
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: ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11528   algorithm: "plot_latency_box"
11529   output-file-type: ".html"
11530   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-features-ndr-lat"
11531   data: "plot-vpp-throughput-latency-3n-skx"
11532   filter: "'NIC_Intel-XXV710' and
11533            '78B' and
11534            'FEATURE' and
11535            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11536            'NDRPDR' and
11537            '4T2C' and
11538            'IP6FWD' and
11539            not 'SRv6' and
11540            not 'IPSEC' and
11541            not 'VHOST'"
11542   parameters:
11543   - "latency"
11544   - "parent"
11545   traces:
11546     boxmean: False
11547   layout:
11548     title: ""  # No title
11549     layout: "plot-latency"
11550
11551 # Packet Latency - VPP IPv6 2n-skx-x710
11552 -
11553   type: "plot"
11554   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11555   algorithm: "plot_latency_box"
11556   output-file-type: ".html"
11557   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
11558   data: "plot-vpp-throughput-latency-2n-skx"
11559   filter: "'NIC_Intel-X710' and
11560            '78B' and
11561            ('BASE' or 'SCALE') and
11562            'NDRPDR' and
11563            '2T1C' and
11564            'IP6FWD' and
11565            not 'SRv6' and
11566            not 'IPSEC' and
11567            not 'VHOST'"
11568   parameters:
11569   - "latency"
11570   - "parent"
11571   traces:
11572     boxmean: False
11573   layout:
11574     title: ""  # No title
11575     layout: "plot-latency"
11576
11577 -
11578   type: "plot"
11579   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11580   algorithm: "plot_latency_box"
11581   output-file-type: ".html"
11582   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
11583   data: "plot-vpp-throughput-latency-2n-skx"
11584   filter: "'NIC_Intel-X710' and
11585            '78B' and
11586            ('BASE' or 'SCALE') and
11587            'NDRPDR' and
11588            '4T2C' and
11589            'IP6FWD' and
11590            not 'SRv6' and
11591            not 'IPSEC' and
11592            not 'VHOST'"
11593   parameters:
11594   - "latency"
11595   - "parent"
11596   traces:
11597     boxmean: False
11598   layout:
11599     title: ""  # No title
11600     layout: "plot-latency"
11601
11602 # Packet Latency - VPP IPv6 2n-skx-xxv710
11603 -
11604   type: "plot"
11605   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11606   algorithm: "plot_latency_box"
11607   output-file-type: ".html"
11608   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
11609   data: "plot-vpp-throughput-latency-2n-skx"
11610   filter: "'NIC_Intel-XXV710' and
11611            '78B' and
11612            ('BASE' or 'SCALE') and
11613            'NDRPDR' and
11614            '2T1C' and
11615            'IP6FWD' and
11616            not 'SRv6' and
11617            not 'IPSEC' and
11618            not 'VHOST'"
11619   parameters:
11620   - "latency"
11621   - "parent"
11622   traces:
11623     boxmean: False
11624   layout:
11625     title: ""  # No title
11626     layout: "plot-latency"
11627
11628 -
11629   type: "plot"
11630   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11631   algorithm: "plot_latency_box"
11632   output-file-type: ".html"
11633   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
11634   data: "plot-vpp-throughput-latency-2n-skx"
11635   filter: "'NIC_Intel-XXV710' and
11636            '78B' and
11637            ('BASE' or 'SCALE') and
11638            'NDRPDR' and
11639            '4T2C' and
11640            'IP6FWD' and
11641            not 'SRv6' and
11642            not 'IPSEC' and
11643            not 'VHOST'"
11644   parameters:
11645   - "latency"
11646   - "parent"
11647   traces:
11648     boxmean: False
11649   layout:
11650     title: ""  # No title
11651     layout: "plot-latency"
11652
11653 ################################################################################
11654
11655 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
11656 -
11657   type: "plot"
11658   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11659   algorithm: "plot_latency_box"
11660   output-file-type: ".html"
11661   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
11662   data: "plot-vpp-throughput-latency-3n-hsw"
11663   filter: "'NIC_Intel-X520-DA2' and
11664            '78B' and
11665            'ENCAP' and
11666            'NDRPDR' and
11667            '1T1C' and
11668            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11669            not 'VHOST'"
11670   parameters:
11671   - "latency"
11672   - "parent"
11673   traces:
11674     boxmean: False
11675   layout:
11676     title: ""  # No title
11677     layout: "plot-latency"
11678
11679 -
11680   type: "plot"
11681   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11682   algorithm: "plot_latency_box"
11683   output-file-type: ".html"
11684   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
11685   data: "plot-vpp-throughput-latency-3n-hsw"
11686   filter: "'NIC_Intel-X520-DA2' and
11687            '78B' and
11688            'ENCAP' and
11689            'NDRPDR' and
11690            '2T2C' and
11691            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
11692            not 'VHOST'"
11693   parameters:
11694   - "latency"
11695   - "parent"
11696   traces:
11697     boxmean: False
11698   layout:
11699     title: ""  # No title
11700     layout: "plot-latency"
11701
11702 ################################################################################
11703
11704 # Packet Latency - VPP IPSec 3n-hsw-xl710
11705 -
11706   type: "plot"
11707   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11708   algorithm: "plot_latency_box"
11709   output-file-type: ".html"
11710   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
11711   data: "plot-vpp-throughput-latency-3n-hsw"
11712   filter: "'NIC_Intel-XL710' and
11713            '64B' and
11714            'IP4FWD' and
11715            'NDRPDR' and
11716            '1T1C' and
11717            'IPSECHW' and
11718            ('IPSECTRAN' or 'IPSECTUN') and
11719            not 'VHOST'"
11720   parameters:
11721   - "latency"
11722   - "parent"
11723   traces:
11724     boxmean: False
11725   layout:
11726     title: ""  # No title
11727     layout: "plot-latency"
11728
11729 -
11730   type: "plot"
11731   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11732   algorithm: "plot_latency_box"
11733   output-file-type: ".html"
11734   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
11735   data: "plot-vpp-throughput-latency-3n-hsw"
11736   filter: "'NIC_Intel-XL710' and
11737            '64B' and
11738            'IP4FWD' and
11739            'NDRPDR' and
11740            '2T2C' and
11741            'IPSECHW' and
11742            ('IPSECTRAN' or 'IPSECTUN') and
11743            not 'VHOST'"
11744   parameters:
11745   - "latency"
11746   - "parent"
11747   traces:
11748     boxmean: False
11749   layout:
11750     title: ""  # No title
11751     layout: "plot-latency"
11752
11753 ################################################################################
11754
11755 # Packet Latency - VPP SRv6 3n-hsw-x520
11756 -
11757   type: "plot"
11758   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11759   algorithm: "plot_latency_box"
11760   output-file-type: ".html"
11761   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
11762   data: "plot-vpp-throughput-latency-3n-hsw"
11763   filter: "'NIC_Intel-X520-DA2' and
11764            '78B' and
11765            'FEATURE' and
11766            'NDRPDR' and
11767            '1T1C' and
11768            'IP6FWD' and
11769            'SRv6'"
11770   parameters:
11771   - "latency"
11772   - "parent"
11773   traces:
11774     boxmean: False
11775   layout:
11776     title: ""  # No title
11777     layout: "plot-latency"
11778
11779 -
11780   type: "plot"
11781   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11782   algorithm: "plot_latency_box"
11783   output-file-type: ".html"
11784   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
11785   data: "plot-vpp-throughput-latency-3n-hsw"
11786   filter: "'NIC_Intel-X520-DA2' and
11787            '78B' and
11788            'FEATURE' and
11789            'NDRPDR' and
11790            '2T2C' and
11791            'IP6FWD' and
11792            'SRv6'"
11793   parameters:
11794   - "latency"
11795   - "parent"
11796   traces:
11797     boxmean: False
11798   layout:
11799     title: ""  # No title
11800     layout: "plot-latency"
11801
11802 ################################################################################
11803
11804 # Packet Latency - VPP vhost ip4 3n-hsw-x520
11805 -
11806   type: "plot"
11807   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11808   algorithm: "plot_latency_box"
11809   output-file-type: ".html"
11810   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11811   data: "plot-vpp-throughput-latency-3n-hsw"
11812   filter: "'NIC_Intel-X520-DA2' and
11813            '64B' and
11814            'NDRPDR' and
11815            '1T1C' and
11816            'VHOST' and
11817            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11818   parameters:
11819   - "latency"
11820   - "parent"
11821   traces:
11822     boxmean: False
11823   layout:
11824     title: ""  # No title
11825     layout: "plot-latency"
11826
11827 -
11828   type: "plot"
11829   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11830   algorithm: "plot_latency_box"
11831   output-file-type: ".html"
11832   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11833   data: "plot-vpp-throughput-latency-3n-hsw"
11834   filter: "'NIC_Intel-X520-DA2' and
11835            '64B' and
11836            'NDRPDR' and
11837            '2T2C' and
11838            'VHOST' and
11839            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11840   parameters:
11841   - "latency"
11842   - "parent"
11843   traces:
11844     boxmean: False
11845   layout:
11846     title: ""  # No title
11847     layout: "plot-latency"
11848
11849 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
11850 -
11851   type: "plot"
11852   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11853   algorithm: "plot_latency_box"
11854   output-file-type: ".html"
11855   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
11856   data: "plot-vpp-throughput-latency-3n-hsw"
11857   filter: "'NIC_Intel-X520-DA2' and
11858            '64B' and
11859            'NDRPDR' and
11860            '1T1C' and
11861            'VHOST' and
11862            not 'VXLAN' and
11863            not 'IP4FWD' and
11864            not 'DOT1Q' and
11865            not '2VM'"
11866   parameters:
11867   - "latency"
11868   - "parent"
11869   traces:
11870     boxmean: False
11871   layout:
11872     title: ""  # No title
11873     layout: "plot-latency"
11874
11875 -
11876   type: "plot"
11877   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11878   algorithm: "plot_latency_box"
11879   output-file-type: ".html"
11880   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
11881   data: "plot-vpp-throughput-latency-3n-hsw"
11882   filter: "'NIC_Intel-X520-DA2' and
11883            '64B' and
11884            'NDRPDR' and
11885            '2T2C' and
11886            'VHOST' and
11887            not 'VXLAN' and
11888            not 'IP4FWD' and
11889            not 'DOT1Q' and
11890            not '2VM'"
11891   parameters:
11892   - "latency"
11893   - "parent"
11894   traces:
11895     boxmean: False
11896   layout:
11897     title: ""  # No title
11898     layout: "plot-latency"
11899
11900 # Packet Latency - VPP vhost ip4 3n-hsw-x710
11901 -
11902   type: "plot"
11903   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11904   algorithm: "plot_latency_box"
11905   output-file-type: ".html"
11906   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11907   data: "plot-vpp-throughput-latency-3n-hsw"
11908   filter: "'NIC_Intel-X710' and
11909            '64B' and
11910            'NDRPDR' and
11911            '1T1C' and
11912            'VHOST' and
11913            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11914   parameters:
11915   - "latency"
11916   - "parent"
11917   traces:
11918     boxmean: False
11919   layout:
11920     title: ""  # No title
11921     layout: "plot-latency"
11922
11923 -
11924   type: "plot"
11925   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11926   algorithm: "plot_latency_box"
11927   output-file-type: ".html"
11928   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11929   data: "plot-vpp-throughput-latency-3n-hsw"
11930   filter: "'NIC_Intel-X710' and
11931            '64B' and
11932            'NDRPDR' and
11933            '2T2C' and
11934            'VHOST' and
11935            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11936   parameters:
11937   - "latency"
11938   - "parent"
11939   traces:
11940     boxmean: False
11941   layout:
11942     title: ""  # No title
11943     layout: "plot-latency"
11944
11945 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
11946 -
11947   type: "plot"
11948   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11949   algorithm: "plot_latency_box"
11950   output-file-type: ".html"
11951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
11952   data: "plot-vpp-throughput-latency-3n-hsw"
11953   filter: "'NIC_Intel-X710' and
11954            '64B' and
11955            'NDRPDR' and
11956            '1T1C' and
11957            'VHOST' and
11958            not 'VXLAN' and
11959            not 'IP4FWD' and
11960            not 'DOT1Q' and
11961            not '2VM'"
11962   parameters:
11963   - "latency"
11964   - "parent"
11965   traces:
11966     boxmean: False
11967   layout:
11968     title: ""  # No title
11969     layout: "plot-latency"
11970
11971 -
11972   type: "plot"
11973   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11974   algorithm: "plot_latency_box"
11975   output-file-type: ".html"
11976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
11977   data: "plot-vpp-throughput-latency-3n-hsw"
11978   filter: "'NIC_Intel-X710' and
11979            '64B' and
11980            'NDRPDR' and
11981            '2T2C' and
11982            'VHOST' and
11983            not 'VXLAN' and
11984            not 'IP4FWD' and
11985            not 'DOT1Q' and
11986            not '2VM'"
11987   parameters:
11988   - "latency"
11989   - "parent"
11990   traces:
11991     boxmean: False
11992   layout:
11993     title: ""  # No title
11994     layout: "plot-latency"
11995
11996 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
11997 -
11998   type: "plot"
11999   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12000   algorithm: "plot_latency_box"
12001   output-file-type: ".html"
12002   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12003   data: "plot-vpp-throughput-latency-3n-hsw"
12004   filter: "'NIC_Intel-XL710' and
12005            '64B' and
12006            'NDRPDR' and
12007            '1T1C' and
12008            'VHOST' and
12009            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12022   algorithm: "plot_latency_box"
12023   output-file-type: ".html"
12024   output-file: "{DIR[STATIC,VPP]}/ip4-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12025   data: "plot-vpp-throughput-latency-3n-hsw"
12026   filter: "'NIC_Intel-XL710' and
12027            '64B' and
12028            'NDRPDR' and
12029            '2T2C' and
12030            'VHOST' and
12031            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12032   parameters:
12033   - "latency"
12034   - "parent"
12035   traces:
12036     boxmean: False
12037   layout:
12038     title: ""  # No title
12039     layout: "plot-latency"
12040
12041 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
12042 -
12043   type: "plot"
12044   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12045   algorithm: "plot_latency_box"
12046   output-file-type: ".html"
12047   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
12048   data: "plot-vpp-throughput-latency-3n-hsw"
12049   filter: "'NIC_Intel-XL710' and
12050            '64B' and
12051            'NDRPDR' and
12052            '1T1C' and
12053            'VHOST' and
12054            not 'VXLAN' and
12055            not 'IP4FWD' and
12056            not 'DOT1Q' and
12057            not '2VM'"
12058   parameters:
12059   - "latency"
12060   - "parent"
12061   traces:
12062     boxmean: False
12063   layout:
12064     title: ""  # No title
12065     layout: "plot-latency"
12066
12067 -
12068   type: "plot"
12069   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12070   algorithm: "plot_latency_box"
12071   output-file-type: ".html"
12072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
12073   data: "plot-vpp-throughput-latency-3n-hsw"
12074   filter: "'NIC_Intel-XL710' and
12075            '64B' and
12076            'NDRPDR' and
12077            '2T2C' and
12078            'VHOST' and
12079            not 'VXLAN' and
12080            not 'IP4FWD' and
12081            not 'DOT1Q' and
12082            not '2VM'"
12083   parameters:
12084   - "latency"
12085   - "parent"
12086   traces:
12087     boxmean: False
12088   layout:
12089     title: ""  # No title
12090     layout: "plot-latency"
12091
12092 ################################################################################
12093
12094 # Packet Latency - VPP VTS 3n-hsw-x520
12095 -
12096   type: "plot"
12097   title: "VPP Latency: vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12098   algorithm: "plot_latency_box"
12099   output-file-type: ".html"
12100   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-1t1c-ndr-lat"
12101   data: "plot-vpp-throughput-latency-3n-hsw"
12102   filter: "'NIC_Intel-X520-DA2' and
12103            '64B' and
12104            'NDRPDR' and
12105            '1T1C' and
12106            'VTS'"
12107   parameters:
12108   - "latency"
12109   - "parent"
12110   traces:
12111     boxmean: False
12112   layout:
12113     title: ""  # No title
12114     layout: "plot-latency"
12115
12116 -
12117   type: "plot"
12118   title: "VPP Latency: vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12119   algorithm: "plot_latency_box"
12120   output-file-type: ".html"
12121   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-2t2c-ndr-lat"
12122   data: "plot-vpp-throughput-latency-3n-hsw"
12123   filter: "'NIC_Intel-X520-DA2' and
12124            '64B' and
12125            'NDRPDR' and
12126            '2T2C' and
12127            'VTS'"
12128   parameters:
12129   - "latency"
12130   - "parent"
12131   traces:
12132     boxmean: False
12133   layout:
12134     title: ""  # No title
12135     layout: "plot-latency"
12136     
12137 ################################################################################
12138
12139 # Packet Latency - DPDK l3fwd 3n-hsw-x520
12140 -
12141   type: "plot"
12142   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12143   algorithm: "plot_latency_box"
12144   output-file-type: ".html"
12145   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12146   data: "plot-dpdk-throughput-latency-3n-hsw"
12147   filter: "'NIC_Intel-X520-DA2' and
12148            '64B' and
12149            'BASE' and
12150            'NDRPDR' and
12151            '1T1C' and
12152            'IP4FWD'"
12153   parameters:
12154   - "latency"
12155   - "parent"
12156   traces:
12157     hoverinfo: "x+y"
12158     boxpoints: "outliers"
12159     whiskerwidth: 0
12160   layout:
12161     title: ""  # No title
12162     layout: "plot-latency"
12163
12164 -
12165   type: "plot"
12166   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12167   algorithm: "plot_latency_box"
12168   output-file-type: ".html"
12169   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12170   data: "plot-dpdk-throughput-latency-3n-hsw"
12171   filter: "'NIC_Intel-X520-DA2' and
12172            '64B' and
12173            'BASE' and
12174            'NDRPDR' and
12175            '2T2C' and
12176            'IP4FWD'"
12177   parameters:
12178   - "latency"
12179   - "parent"
12180   traces:
12181     hoverinfo: "x+y"
12182     boxpoints: "outliers"
12183     whiskerwidth: 0
12184   layout:
12185     title: ""  # No title
12186     layout: "plot-latency"
12187
12188 # Packet Latency - DPDK l3fwd 3n-hsw-x710
12189 -
12190   type: "plot"
12191   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12192   algorithm: "plot_latency_box"
12193   output-file-type: ".html"
12194   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12195   data: "plot-dpdk-throughput-latency-3n-hsw"
12196   filter: "'NIC_Intel-X710' and
12197            '64B' and
12198            'BASE' and
12199            'NDRPDR' and
12200            '1T1C' and
12201            'IP4FWD'"
12202   parameters:
12203   - "latency"
12204   - "parent"
12205   traces:
12206     hoverinfo: "x+y"
12207     boxpoints: "outliers"
12208     whiskerwidth: 0
12209   layout:
12210     title: ""  # No title
12211     layout: "plot-latency"
12212
12213 -
12214   type: "plot"
12215   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12216   algorithm: "plot_latency_box"
12217   output-file-type: ".html"
12218   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12219   data: "plot-dpdk-throughput-latency-3n-hsw"
12220   filter: "'NIC_Intel-X710' and
12221            '64B' and
12222            'BASE' and
12223            'NDRPDR' and
12224            '2T2C' and
12225            'IP4FWD'"
12226   parameters:
12227   - "latency"
12228   - "parent"
12229   traces:
12230     hoverinfo: "x+y"
12231     boxpoints: "outliers"
12232     whiskerwidth: 0
12233   layout:
12234     title: ""  # No title
12235     layout: "plot-latency"
12236
12237 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
12238 -
12239   type: "plot"
12240   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12241   algorithm: "plot_latency_box"
12242   output-file-type: ".html"
12243   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12244   data: "plot-dpdk-throughput-latency-3n-hsw"
12245   filter: "'NIC_Intel-XL710' and
12246            '64B' and
12247            'BASE' and
12248            'NDRPDR' and
12249            '1T1C' and
12250            'IP4FWD'"
12251   parameters:
12252   - "latency"
12253   - "parent"
12254   traces:
12255     hoverinfo: "x+y"
12256     boxpoints: "outliers"
12257     whiskerwidth: 0
12258   layout:
12259     title: ""  # No title
12260     layout: "plot-latency"
12261
12262 -
12263   type: "plot"
12264   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12265   algorithm: "plot_latency_box"
12266   output-file-type: ".html"
12267   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12268   data: "plot-dpdk-throughput-latency-3n-hsw"
12269   filter: "'NIC_Intel-XL710' and
12270            '64B' and
12271            'BASE' and
12272            'NDRPDR' and
12273            '2T2C' and
12274            'IP4FWD'"
12275   parameters:
12276   - "latency"
12277   - "parent"
12278   traces:
12279     hoverinfo: "x+y"
12280     boxpoints: "outliers"
12281     whiskerwidth: 0
12282   layout:
12283     title: ""  # No title
12284     layout: "plot-latency"
12285
12286 # Packet Latency - DPDK l3fwd 3n-skx-x710
12287 -
12288   type: "plot"
12289   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12290   algorithm: "plot_latency_box"
12291   output-file-type: ".html"
12292   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12293   data: "plot-dpdk-throughput-latency-3n-skx"
12294   filter: "'NIC_Intel-X710' and
12295            '64B' and
12296            'BASE' and
12297            'NDRPDR' and
12298            '2T1C' and
12299            'IP4FWD'"
12300   parameters:
12301   - "latency"
12302   - "parent"
12303   traces:
12304     hoverinfo: "x+y"
12305     boxpoints: "outliers"
12306     whiskerwidth: 0
12307   layout:
12308     title: ""  # No title
12309     layout: "plot-latency"
12310
12311 -
12312   type: "plot"
12313   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12314   algorithm: "plot_latency_box"
12315   output-file-type: ".html"
12316   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12317   data: "plot-dpdk-throughput-latency-3n-skx"
12318   filter: "'NIC_Intel-X710' and
12319            '64B' and
12320            'BASE' and
12321            'NDRPDR' and
12322            '4T2C' and
12323            'IP4FWD'"
12324   parameters:
12325   - "latency"
12326   - "parent"
12327   traces:
12328     hoverinfo: "x+y"
12329     boxpoints: "outliers"
12330     whiskerwidth: 0
12331   layout:
12332     title: ""  # No title
12333     layout: "plot-latency"
12334
12335 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
12336 -
12337   type: "plot"
12338   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12339   algorithm: "plot_latency_box"
12340   output-file-type: ".html"
12341   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12342   data: "plot-dpdk-throughput-latency-3n-skx"
12343   filter: "'NIC_Intel-XXV710' and
12344            '64B' and
12345            'BASE' and
12346            'NDRPDR' and
12347            '2T1C' and
12348            'IP4FWD'"
12349   parameters:
12350   - "latency"
12351   - "parent"
12352   traces:
12353     hoverinfo: "x+y"
12354     boxpoints: "outliers"
12355     whiskerwidth: 0
12356   layout:
12357     title: ""  # No title
12358     layout: "plot-latency"
12359
12360 -
12361   type: "plot"
12362   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12363   algorithm: "plot_latency_box"
12364   output-file-type: ".html"
12365   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12366   data: "plot-dpdk-throughput-latency-3n-skx"
12367   filter: "'NIC_Intel-XXV710' and
12368            '64B' and
12369            'BASE' and
12370            'NDRPDR' and
12371            '4T2C' and
12372            'IP4FWD'"
12373   parameters:
12374   - "latency"
12375   - "parent"
12376   traces:
12377     hoverinfo: "x+y"
12378     boxpoints: "outliers"
12379     whiskerwidth: 0
12380   layout:
12381     title: ""  # No title
12382     layout: "plot-latency"
12383
12384 # Packet Latency - DPDK l3fwd 2n-skx-x710
12385 -
12386   type: "plot"
12387   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12388   algorithm: "plot_latency_box"
12389   output-file-type: ".html"
12390   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12391   data: "plot-dpdk-throughput-latency-2n-skx"
12392   filter: "'NIC_Intel-X710' and
12393            '64B' and
12394            'BASE' and
12395            'NDRPDR' and
12396            '2T1C' and
12397            'IP4FWD'"
12398   parameters:
12399   - "latency"
12400   - "parent"
12401   traces:
12402     hoverinfo: "x+y"
12403     boxpoints: "outliers"
12404     whiskerwidth: 0
12405   layout:
12406     title: ""  # No title
12407     layout: "plot-latency"
12408
12409 -
12410   type: "plot"
12411   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12412   algorithm: "plot_latency_box"
12413   output-file-type: ".html"
12414   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12415   data: "plot-dpdk-throughput-latency-2n-skx"
12416   filter: "'NIC_Intel-X710' and
12417            '64B' and
12418            'BASE' and
12419            'NDRPDR' and
12420            '4T2C' and
12421            'IP4FWD'"
12422   parameters:
12423   - "latency"
12424   - "parent"
12425   traces:
12426     hoverinfo: "x+y"
12427     boxpoints: "outliers"
12428     whiskerwidth: 0
12429   layout:
12430     title: ""  # No title
12431     layout: "plot-latency"
12432
12433 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
12434 -
12435   type: "plot"
12436   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12437   algorithm: "plot_latency_box"
12438   output-file-type: ".html"
12439   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12440   data: "plot-dpdk-throughput-latency-2n-skx"
12441   filter: "'NIC_Intel-XXV710' and
12442            '64B' and
12443            'BASE' and
12444            'NDRPDR' and
12445            '2T1C' and
12446            'IP4FWD'"
12447   parameters:
12448   - "latency"
12449   - "parent"
12450   traces:
12451     hoverinfo: "x+y"
12452     boxpoints: "outliers"
12453     whiskerwidth: 0
12454   layout:
12455     title: ""  # No title
12456     layout: "plot-latency"
12457
12458 -
12459   type: "plot"
12460   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12461   algorithm: "plot_latency_box"
12462   output-file-type: ".html"
12463   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12464   data: "plot-dpdk-throughput-latency-2n-skx"
12465   filter: "'NIC_Intel-XXV710' and
12466            '64B' and
12467            'BASE' and
12468            'NDRPDR' and
12469            '4T2C' and
12470            'IP4FWD'"
12471   parameters:
12472   - "latency"
12473   - "parent"
12474   traces:
12475     hoverinfo: "x+y"
12476     boxpoints: "outliers"
12477     whiskerwidth: 0
12478   layout:
12479     title: ""  # No title
12480     layout: "plot-latency"
12481
12482 ################################################################################
12483
12484 # Packet Latency - DPDK testpmd 3n-hsw-x520
12485 -
12486   type: "plot"
12487   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12488   algorithm: "plot_latency_box"
12489   output-file-type: ".html"
12490   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
12491   data: "plot-dpdk-throughput-latency-3n-hsw"
12492   filter: "'NIC_Intel-X520-DA2' and
12493            '64B' and
12494            'BASE' and
12495            'NDRPDR' and
12496            '1T1C' and
12497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12498   parameters:
12499   - "latency"
12500   - "parent"
12501   traces:
12502     hoverinfo: "x+y"
12503     boxpoints: "outliers"
12504     whiskerwidth: 0
12505   layout:
12506     title: ""  # No title
12507     layout: "plot-latency"
12508
12509 -
12510   type: "plot"
12511   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12512   algorithm: "plot_latency_box"
12513   output-file-type: ".html"
12514   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
12515   data: "plot-dpdk-throughput-latency-3n-hsw"
12516   filter: "'NIC_Intel-X520-DA2' and
12517            '64B' and
12518            'BASE' and
12519            'NDRPDR' and
12520            '2T2C' and
12521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12522   parameters:
12523   - "latency"
12524   - "parent"
12525   traces:
12526     hoverinfo: "x+y"
12527     boxpoints: "outliers"
12528     whiskerwidth: 0
12529   layout:
12530     title: ""  # No title
12531     layout: "plot-latency"
12532
12533 # Packet Latency - DPDK testpmd 3n-hsw-x710
12534 -
12535   type: "plot"
12536   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12537   algorithm: "plot_latency_box"
12538   output-file-type: ".html"
12539   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
12540   data: "plot-dpdk-throughput-latency-3n-hsw"
12541   filter: "'NIC_Intel-X710' and
12542            '64B' and
12543            'BASE' and
12544            'NDRPDR' and
12545            '1T1C' and
12546            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12547   parameters:
12548   - "latency"
12549   - "parent"
12550   traces:
12551     hoverinfo: "x+y"
12552     boxpoints: "outliers"
12553     whiskerwidth: 0
12554   layout:
12555     title: ""  # No title
12556     layout: "plot-latency"
12557
12558 -
12559   type: "plot"
12560   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12561   algorithm: "plot_latency_box"
12562   output-file-type: ".html"
12563   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
12564   data: "plot-dpdk-throughput-latency-3n-hsw"
12565   filter: "'NIC_Intel-X710' and
12566            '64B' and
12567            'BASE' and
12568            'NDRPDR' and
12569            '2T2C' and
12570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12571   parameters:
12572   - "latency"
12573   - "parent"
12574   traces:
12575     hoverinfo: "x+y"
12576     boxpoints: "outliers"
12577     whiskerwidth: 0
12578   layout:
12579     title: ""  # No title
12580     layout: "plot-latency"
12581
12582 # Packet Latency - DPDK testpmd 3n-hsw-xl710
12583 -
12584   type: "plot"
12585   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12586   algorithm: "plot_latency_box"
12587   output-file-type: ".html"
12588   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
12589   data: "plot-dpdk-throughput-latency-3n-hsw"
12590   filter: "'NIC_Intel-XL710' and
12591            '64B' and
12592            'BASE' and
12593            'NDRPDR' and
12594            '1T1C' and
12595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12596   parameters:
12597   - "latency"
12598   - "parent"
12599   traces:
12600     hoverinfo: "x+y"
12601     boxpoints: "outliers"
12602     whiskerwidth: 0
12603   layout:
12604     title: ""  # No title
12605     layout: "plot-latency"
12606
12607 -
12608   type: "plot"
12609   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12610   algorithm: "plot_latency_box"
12611   output-file-type: ".html"
12612   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
12613   data: "plot-dpdk-throughput-latency-3n-hsw"
12614   filter: "'NIC_Intel-XL710' and
12615            '64B' and
12616            'BASE' and
12617            'NDRPDR' and
12618            '2T2C' and
12619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12620   parameters:
12621   - "latency"
12622   - "parent"
12623   traces:
12624     hoverinfo: "x+y"
12625     boxpoints: "outliers"
12626     whiskerwidth: 0
12627   layout:
12628     title: ""  # No title
12629     layout: "plot-latency"
12630
12631 # Packet Latency - DPDK testpmd 3n-skx-x710
12632 -
12633   type: "plot"
12634   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12635   algorithm: "plot_latency_box"
12636   output-file-type: ".html"
12637   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
12638   data: "plot-dpdk-throughput-latency-3n-skx"
12639   filter: "'NIC_Intel-X710' and
12640            '64B' and
12641            'BASE' and
12642            'NDRPDR' and
12643            '2T1C' and
12644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12645   parameters:
12646   - "latency"
12647   - "parent"
12648   traces:
12649     hoverinfo: "x+y"
12650     boxpoints: "outliers"
12651     whiskerwidth: 0
12652   layout:
12653     title: ""  # No title
12654     layout: "plot-latency"
12655
12656 -
12657   type: "plot"
12658   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12659   algorithm: "plot_latency_box"
12660   output-file-type: ".html"
12661   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
12662   data: "plot-dpdk-throughput-latency-3n-skx"
12663   filter: "'NIC_Intel-X710' and
12664            '64B' and
12665            'BASE' and
12666            'NDRPDR' and
12667            '4T2C' and
12668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12669   parameters:
12670   - "latency"
12671   - "parent"
12672   traces:
12673     hoverinfo: "x+y"
12674     boxpoints: "outliers"
12675     whiskerwidth: 0
12676   layout:
12677     title: ""  # No title
12678     layout: "plot-latency"
12679
12680 # Packet Latency - DPDK testpmd 3n-skx-xxv710
12681 -
12682   type: "plot"
12683   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12684   algorithm: "plot_latency_box"
12685   output-file-type: ".html"
12686   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
12687   data: "plot-dpdk-throughput-latency-3n-skx"
12688   filter: "'NIC_Intel-XXV710' and
12689            '64B' and
12690            'BASE' and
12691            'NDRPDR' and
12692            '2T1C' and
12693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12694   parameters:
12695   - "latency"
12696   - "parent"
12697   traces:
12698     hoverinfo: "x+y"
12699     boxpoints: "outliers"
12700     whiskerwidth: 0
12701   layout:
12702     title: ""  # No title
12703     layout: "plot-latency"
12704
12705 -
12706   type: "plot"
12707   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12708   algorithm: "plot_latency_box"
12709   output-file-type: ".html"
12710   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
12711   data: "plot-dpdk-throughput-latency-3n-skx"
12712   filter: "'NIC_Intel-XXV710' and
12713            '64B' and
12714            'BASE' and
12715            'NDRPDR' and
12716            '4T2C' and
12717            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12718   parameters:
12719   - "latency"
12720   - "parent"
12721   traces:
12722     hoverinfo: "x+y"
12723     boxpoints: "outliers"
12724     whiskerwidth: 0
12725   layout:
12726     title: ""  # No title
12727     layout: "plot-latency"
12728
12729 # Packet Latency - DPDK testpmd 2n-skx-x710
12730 -
12731   type: "plot"
12732   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12733   algorithm: "plot_latency_box"
12734   output-file-type: ".html"
12735   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
12736   data: "plot-dpdk-throughput-latency-2n-skx"
12737   filter: "'NIC_Intel-X710' and
12738            '64B' and
12739            'BASE' and
12740            'NDRPDR' and
12741            '2T1C' and
12742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12743   parameters:
12744   - "latency"
12745   - "parent"
12746   traces:
12747     hoverinfo: "x+y"
12748     boxpoints: "outliers"
12749     whiskerwidth: 0
12750   layout:
12751     title: ""  # No title
12752     layout: "plot-latency"
12753
12754 -
12755   type: "plot"
12756   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12757   algorithm: "plot_latency_box"
12758   output-file-type: ".html"
12759   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
12760   data: "plot-dpdk-throughput-latency-2n-skx"
12761   filter: "'NIC_Intel-X710' and
12762            '64B' and
12763            'BASE' and
12764            'NDRPDR' and
12765            '4T2C' and
12766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12767   parameters:
12768   - "latency"
12769   - "parent"
12770   traces:
12771     hoverinfo: "x+y"
12772     boxpoints: "outliers"
12773     whiskerwidth: 0
12774   layout:
12775     title: ""  # No title
12776     layout: "plot-latency"
12777
12778 # Packet Latency - DPDK testpmd 2n-skx-xxv710
12779 -
12780   type: "plot"
12781   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12782   algorithm: "plot_latency_box"
12783   output-file-type: ".html"
12784   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
12785   data: "plot-dpdk-throughput-latency-2n-skx"
12786   filter: "'NIC_Intel-XXV710' and
12787            '64B' and
12788            'BASE' and
12789            'NDRPDR' and
12790            '2T1C' and
12791            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12792   parameters:
12793   - "latency"
12794   - "parent"
12795   traces:
12796     hoverinfo: "x+y"
12797     boxpoints: "outliers"
12798     whiskerwidth: 0
12799   layout:
12800     title: ""  # No title
12801     layout: "plot-latency"
12802
12803 -
12804   type: "plot"
12805   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12806   algorithm: "plot_latency_box"
12807   output-file-type: ".html"
12808   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
12809   data: "plot-dpdk-throughput-latency-2n-skx"
12810   filter: "'NIC_Intel-XXV710' and
12811            '64B' and
12812            'BASE' and
12813            'NDRPDR' and
12814            '4T2C' and
12815            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12816   parameters:
12817   - "latency"
12818   - "parent"
12819   traces:
12820     hoverinfo: "x+y"
12821     boxpoints: "outliers"
12822     whiskerwidth: 0
12823   layout:
12824     title: ""  # No title
12825     layout: "plot-latency"
12826
12827 ################################################################################
12828
12829 # Speedup - VPP Container Memif 3n-hsw-x520
12830 -
12831   type: "plot"
12832   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12833   algorithm: "plot_throughput_speedup_analysis"
12834   output-file-type: ".html"
12835   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12836   data: "plot-throughput-speedup-analysis-3n-hsw"
12837   filter: "'NIC_Intel-X520-DA2' and
12838            '64B' and
12839            ('BASE' or 'SCALE') and
12840            'NDRPDR' and
12841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12842            not 'VHOST' and
12843            'MEMIF'"
12844   parameters:
12845   - "throughput"
12846   - "parent"
12847   - "tags"
12848   layout:
12849     title: ""  # No title
12850     layout: "plot-throughput-speedup-analysis"
12851
12852 -
12853   type: "plot"
12854   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12855   algorithm: "plot_throughput_speedup_analysis"
12856   output-file-type: ".html"
12857   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12858   data: "plot-throughput-speedup-analysis-3n-hsw"
12859   filter: "'NIC_Intel-X520-DA2' and
12860            '64B' and
12861            ('BASE' or 'SCALE') and
12862            'NDRPDR' and
12863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12864            not 'VHOST' and
12865            'MEMIF'"
12866   parameters:
12867   - "throughput"
12868   - "parent"
12869   - "tags"
12870   layout:
12871     title: ""  # No title
12872     layout: "plot-throughput-speedup-analysis"
12873
12874 # Speedup - VPP Container Memif 3n-hsw-x710
12875 -
12876   type: "plot"
12877   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12878   algorithm: "plot_throughput_speedup_analysis"
12879   output-file-type: ".html"
12880   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12881   data: "plot-throughput-speedup-analysis-3n-hsw"
12882   filter: "'NIC_Intel-X710' and
12883            '64B' and
12884            ('BASE' or 'SCALE') and
12885            'NDRPDR' and
12886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12887            not 'VHOST' and
12888            'MEMIF'"
12889   parameters:
12890   - "throughput"
12891   - "parent"
12892   - "tags"
12893   layout:
12894     title: ""  # No title
12895     layout: "plot-throughput-speedup-analysis"
12896
12897 -
12898   type: "plot"
12899   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12900   algorithm: "plot_throughput_speedup_analysis"
12901   output-file-type: ".html"
12902   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12903   data: "plot-throughput-speedup-analysis-3n-hsw"
12904   filter: "'NIC_Intel-X710' and
12905            '64B' and
12906            ('BASE' or 'SCALE') and
12907            'NDRPDR' and
12908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12909            not 'VHOST' and
12910            'MEMIF'"
12911   parameters:
12912   - "throughput"
12913   - "parent"
12914   - "tags"
12915   layout:
12916     title: ""  # No title
12917     layout: "plot-throughput-speedup-analysis"
12918
12919 # Speedup - VPP Container Memif 3n-hsw-xl710
12920 -
12921   type: "plot"
12922   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12923   algorithm: "plot_throughput_speedup_analysis"
12924   output-file-type: ".html"
12925   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12926   data: "plot-throughput-speedup-analysis-3n-hsw"
12927   filter: "'NIC_Intel-XL710' and
12928            '64B' and
12929            ('BASE' or 'SCALE') and
12930            'NDRPDR' and
12931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12932            not 'VHOST' and
12933            'MEMIF'"
12934   parameters:
12935   - "throughput"
12936   - "parent"
12937   - "tags"
12938   layout:
12939     title: ""  # No title
12940     layout: "plot-throughput-speedup-analysis"
12941
12942 -
12943   type: "plot"
12944   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12945   algorithm: "plot_throughput_speedup_analysis"
12946   output-file-type: ".html"
12947   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12948   data: "plot-throughput-speedup-analysis-3n-hsw"
12949   filter: "'NIC_Intel-XL710' and
12950            '64B' and
12951            ('BASE' or 'SCALE') and
12952            'NDRPDR' and
12953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12954            not 'VHOST' and
12955            'MEMIF'"
12956   parameters:
12957   - "throughput"
12958   - "parent"
12959   - "tags"
12960   layout:
12961     title: ""  # No title
12962     layout: "plot-throughput-speedup-analysis"
12963
12964 # Speedup - VPP Container Memif 3n-skx-x710
12965 -
12966   type: "plot"
12967   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12968   algorithm: "plot_throughput_speedup_analysis"
12969   output-file-type: ".html"
12970   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12971   data: "plot-throughput-speedup-analysis-3n-skx"
12972   filter: "'NIC_Intel-X710' and
12973            '64B' and
12974            ('BASE' or 'SCALE') and
12975            'NDRPDR' and
12976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12977            not 'VHOST' and
12978            'MEMIF'"
12979   parameters:
12980   - "throughput"
12981   - "parent"
12982   - "tags"
12983   layout:
12984     title: ""  # No title
12985     layout: "plot-throughput-speedup-analysis"
12986
12987 -
12988   type: "plot"
12989   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12990   algorithm: "plot_throughput_speedup_analysis"
12991   output-file-type: ".html"
12992   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12993   data: "plot-throughput-speedup-analysis-3n-skx"
12994   filter: "'NIC_Intel-X710' and
12995            '64B' and
12996            ('BASE' or 'SCALE') and
12997            'NDRPDR' and
12998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12999            not 'VHOST' and
13000             'MEMIF'"
13001   parameters:
13002   - "throughput"
13003   - "parent"
13004   - "tags"
13005   layout:
13006     title: ""  # No title
13007     layout: "plot-throughput-speedup-analysis"
13008
13009 ################################################################################
13010
13011 # Speedup - VPP Container k8s memif 3n-hsw-x520
13012 -
13013   type: "plot"
13014   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13015   algorithm: "plot_throughput_speedup_analysis"
13016   output-file-type: ".html"
13017   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13018   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13019   filter: "'NIC_Intel-X520-DA2' and
13020            '64B' and
13021            ('BASE' or 'SCALE') and
13022            'NDRPDR' and
13023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13024            not 'VHOST' and
13025            'MEMIF'"
13026   parameters:
13027   - "throughput"
13028   - "parent"
13029   - "tags"
13030   layout:
13031     title: ""  # No title
13032     layout: "plot-throughput-speedup-analysis"
13033
13034 -
13035   type: "plot"
13036   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13037   algorithm: "plot_throughput_speedup_analysis"
13038   output-file-type: ".html"
13039   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13040   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13041   filter: "'NIC_Intel-X520-DA2' and
13042            '64B' and
13043            ('BASE' or 'SCALE') and
13044            'NDRPDR' and
13045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13046            not 'VHOST' and
13047            'MEMIF'"
13048   parameters:
13049   - "throughput"
13050   - "parent"
13051   - "tags"
13052   layout:
13053     title: ""  # No title
13054     layout: "plot-throughput-speedup-analysis"
13055
13056 # Speedup - VPP Container Memif 3n-hsw-x710
13057 -
13058   type: "plot"
13059   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13060   algorithm: "plot_throughput_speedup_analysis"
13061   output-file-type: ".html"
13062   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13063   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13064   filter: "'NIC_Intel-X710' and
13065            '64B' and
13066            ('BASE' or 'SCALE') and
13067            'NDRPDR' and
13068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13069            not 'VHOST' and
13070            'MEMIF'"
13071   parameters:
13072   - "throughput"
13073   - "parent"
13074   - "tags"
13075   layout:
13076     title: ""  # No title
13077     layout: "plot-throughput-speedup-analysis"
13078
13079 -
13080   type: "plot"
13081   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13082   algorithm: "plot_throughput_speedup_analysis"
13083   output-file-type: ".html"
13084   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13085   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
13086   filter: "'NIC_Intel-X710' and
13087            '64B' and
13088            ('BASE' or 'SCALE') and
13089            'NDRPDR' and
13090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13091            not 'VHOST' and
13092            'MEMIF'"
13093   parameters:
13094   - "throughput"
13095   - "parent"
13096   - "tags"
13097   layout:
13098     title: ""  # No title
13099     layout: "plot-throughput-speedup-analysis"
13100
13101 ################################################################################
13102
13103 # Speedup - VPP IPv4 3n-hsw-x520
13104 -
13105   type: "plot"
13106   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13107   algorithm: "plot_throughput_speedup_analysis"
13108   output-file-type: ".html"
13109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13110   data: "plot-throughput-speedup-analysis-3n-hsw"
13111   filter: "'NIC_Intel-X520-DA2' and
13112            '64B' and
13113            ('BASE' or 'SCALE') and
13114            'NDRPDR' and
13115            'IP4FWD' and
13116            not 'IPSEC' and
13117            not 'VHOST'"
13118   parameters:
13119   - "throughput"
13120   - "parent"
13121   - "tags"
13122   layout:
13123     title: ""  # No title
13124     layout: "plot-throughput-speedup-analysis"
13125
13126 -
13127   type: "plot"
13128   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13129   algorithm: "plot_throughput_speedup_analysis"
13130   output-file-type: ".html"
13131   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13132   data: "plot-throughput-speedup-analysis-3n-hsw"
13133   filter: "'NIC_Intel-X520-DA2' and
13134            '64B' and
13135            ('BASE' or 'SCALE') and
13136            'NDRPDR' and
13137            'IP4FWD' and
13138            not 'IPSEC' and
13139            not 'VHOST'"
13140   parameters:
13141   - "throughput"
13142   - "parent"
13143   - "tags"
13144   layout:
13145     title: ""  # No title
13146     layout: "plot-throughput-speedup-analysis"
13147
13148 -
13149   type: "plot"
13150   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
13151   algorithm: "plot_throughput_speedup_analysis"
13152   output-file-type: ".html"
13153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
13154   data: "plot-throughput-speedup-analysis-3n-hsw"
13155   filter: "'NIC_Intel-X520-DA2' and
13156            '64B' and
13157            'FEATURE' and
13158            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13159            'NDRPDR' and
13160            'IP4FWD' and
13161            not 'IPSEC' and
13162            not 'VHOST'"
13163   parameters:
13164   - "throughput"
13165   - "parent"
13166   - "tags"
13167   layout:
13168     title: ""  # No title
13169     layout: "plot-throughput-speedup-analysis"
13170
13171 -
13172   type: "plot"
13173   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
13174   algorithm: "plot_throughput_speedup_analysis"
13175   output-file-type: ".html"
13176   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
13177   data: "plot-throughput-speedup-analysis-3n-hsw"
13178   filter: "'NIC_Intel-X520-DA2' and
13179            '64B' and
13180            'FEATURE' and
13181            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13182            'NDRPDR' and
13183            'IP4FWD' and
13184            not 'IPSEC' and
13185            not 'VHOST'"
13186   parameters:
13187   - "throughput"
13188   - "parent"
13189   - "tags"
13190   layout:
13191     title: ""  # No title
13192     layout: "plot-throughput-speedup-analysis"
13193
13194 # Speedup - VPP IPv4 3n-hsw-x710
13195 -
13196   type: "plot"
13197   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13198   algorithm: "plot_throughput_speedup_analysis"
13199   output-file-type: ".html"
13200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13201   data: "plot-throughput-speedup-analysis-3n-hsw"
13202   filter: "'NIC_Intel-X710' and
13203            '64B' and
13204            ('BASE' or 'SCALE') and
13205            'NDRPDR' and
13206            'IP4FWD' and
13207            not 'IPSEC' and
13208            not 'VHOST'"
13209   parameters:
13210   - "throughput"
13211   - "parent"
13212   - "tags"
13213   layout:
13214     title: ""  # No title
13215     layout: "plot-throughput-speedup-analysis"
13216
13217 -
13218   type: "plot"
13219   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13220   algorithm: "plot_throughput_speedup_analysis"
13221   output-file-type: ".html"
13222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13223   data: "plot-throughput-speedup-analysis-3n-hsw"
13224   filter: "'NIC_Intel-X710' and
13225            '64B' and
13226            ('BASE' or 'SCALE') and
13227            'NDRPDR' and
13228            'IP4FWD' and
13229            not 'IPSEC' and
13230            not 'VHOST'"
13231   parameters:
13232   - "throughput"
13233   - "parent"
13234   - "tags"
13235   layout:
13236     title: ""  # No title
13237     layout: "plot-throughput-speedup-analysis"
13238
13239 -
13240   type: "plot"
13241   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
13242   algorithm: "plot_throughput_speedup_analysis"
13243   output-file-type: ".html"
13244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
13245   data: "plot-throughput-speedup-analysis-3n-hsw"
13246   filter: "'NIC_Intel-X710' and
13247            '64B' and
13248            'FEATURE' and
13249            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13250            'NDRPDR' and
13251            'IP4FWD' and
13252            not 'IPSEC' and
13253            not 'VHOST'"
13254   parameters:
13255   - "throughput"
13256   - "parent"
13257   - "tags"
13258   layout:
13259     title: ""  # No title
13260     layout: "plot-throughput-speedup-analysis"
13261
13262 -
13263   type: "plot"
13264   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
13265   algorithm: "plot_throughput_speedup_analysis"
13266   output-file-type: ".html"
13267   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
13268   data: "plot-throughput-speedup-analysis-3n-hsw"
13269   filter: "'NIC_Intel-X710' and
13270            '64B' and
13271            'FEATURE' and
13272            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13273            'NDRPDR' and
13274            'IP4FWD' and
13275            not 'IPSEC' and
13276            not 'VHOST'"
13277   parameters:
13278   - "throughput"
13279   - "parent"
13280   - "tags"
13281   layout:
13282     title: ""  # No title
13283     layout: "plot-throughput-speedup-analysis"
13284
13285 # Speedup - VPP IPv4 3n-hsw-xl710
13286 -
13287   type: "plot"
13288   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13289   algorithm: "plot_throughput_speedup_analysis"
13290   output-file-type: ".html"
13291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13292   data: "plot-throughput-speedup-analysis-3n-hsw"
13293   filter: "'NIC_Intel-XL710' and
13294            '64B' and
13295            ('BASE' or 'SCALE') and
13296            'NDRPDR' and
13297            'IP4FWD' and
13298            not 'IPSEC' and
13299            not 'VHOST'"
13300   parameters:
13301   - "throughput"
13302   - "parent"
13303   - "tags"
13304   layout:
13305     title: ""  # No title
13306     layout: "plot-throughput-speedup-analysis"
13307
13308 -
13309   type: "plot"
13310   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13311   algorithm: "plot_throughput_speedup_analysis"
13312   output-file-type: ".html"
13313   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13314   data: "plot-throughput-speedup-analysis-3n-hsw"
13315   filter: "'NIC_Intel-XL710' and
13316            '64B' and
13317            ('BASE' or 'SCALE') and
13318            'NDRPDR' and
13319            'IP4FWD' and
13320            not 'IPSEC' and
13321            not 'VHOST'"
13322   parameters:
13323   - "throughput"
13324   - "parent"
13325   - "tags"
13326   layout:
13327     title: ""  # No title
13328     layout: "plot-throughput-speedup-analysis"
13329
13330 # Speedup - VPP IPv4 3n-skx-x710
13331 -
13332   type: "plot"
13333   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13334   algorithm: "plot_throughput_speedup_analysis"
13335   output-file-type: ".html"
13336   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13337   data: "plot-throughput-speedup-analysis-3n-skx"
13338   filter: "'NIC_Intel-X710' and
13339            '64B' and
13340            ('BASE' or 'SCALE') and
13341            'NDRPDR' and
13342            'IP4FWD' and
13343            not 'IPSEC' and
13344            not 'VHOST'"
13345   parameters:
13346   - "throughput"
13347   - "parent"
13348   - "tags"
13349   layout:
13350     title: ""  # No title
13351     layout: "plot-throughput-speedup-analysis"
13352
13353 -
13354   type: "plot"
13355   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13356   algorithm: "plot_throughput_speedup_analysis"
13357   output-file-type: ".html"
13358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13359   data: "plot-throughput-speedup-analysis-3n-skx"
13360   filter: "'NIC_Intel-X710' and
13361            '64B' and
13362            ('BASE' or 'SCALE') and
13363            'NDRPDR' and
13364            'IP4FWD' and
13365            not 'IPSEC' and
13366            not 'VHOST'"
13367   parameters:
13368   - "throughput"
13369   - "parent"
13370   - "tags"
13371   layout:
13372     title: ""  # No title
13373     layout: "plot-throughput-speedup-analysis"
13374
13375 -
13376   type: "plot"
13377   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
13378   algorithm: "plot_throughput_speedup_analysis"
13379   output-file-type: ".html"
13380   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
13381   data: "plot-throughput-speedup-analysis-3n-skx"
13382   filter: "'NIC_Intel-X710' and
13383            '64B' and
13384            'FEATURE' and
13385            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13386            'NDRPDR' and
13387            'IP4FWD' and
13388            not 'IPSEC' and
13389            not 'VHOST'"
13390   parameters:
13391   - "throughput"
13392   - "parent"
13393   - "tags"
13394   layout:
13395     title: ""  # No title
13396     layout: "plot-throughput-speedup-analysis"
13397
13398 -
13399   type: "plot"
13400   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
13401   algorithm: "plot_throughput_speedup_analysis"
13402   output-file-type: ".html"
13403   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
13404   data: "plot-throughput-speedup-analysis-3n-skx"
13405   filter: "'NIC_Intel-X710' and
13406            '64B' and
13407            'FEATURE' and
13408            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13409            'NDRPDR' and
13410            'IP4FWD' and
13411            not 'IPSEC' and
13412            not 'VHOST'"
13413   parameters:
13414   - "throughput"
13415   - "parent"
13416   - "tags"
13417   layout:
13418     title: ""  # No title
13419     layout: "plot-throughput-speedup-analysis"
13420
13421 # Speedup - VPP IPv4 3n-skx-xxv710
13422 -
13423   type: "plot"
13424   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13425   algorithm: "plot_throughput_speedup_analysis"
13426   output-file-type: ".html"
13427   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13428   data: "plot-throughput-speedup-analysis-3n-skx"
13429   filter: "'NIC_Intel-XXV710' and
13430            '64B' and
13431            ('BASE' or 'SCALE') and
13432            'NDRPDR' and
13433            'IP4FWD' and
13434            not 'IPSEC' and
13435            not 'VHOST'"
13436   parameters:
13437   - "throughput"
13438   - "parent"
13439   - "tags"
13440   layout:
13441     title: ""  # No title
13442     layout: "plot-throughput-speedup-analysis"
13443
13444 -
13445   type: "plot"
13446   title: "Speedup: ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13447   algorithm: "plot_throughput_speedup_analysis"
13448   output-file-type: ".html"
13449   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13450   data: "plot-throughput-speedup-analysis-3n-skx"
13451   filter: "'NIC_Intel-XXV710' and
13452            '64B' and
13453            ('BASE' or 'SCALE') and
13454            'NDRPDR' and
13455            'IP4FWD' and
13456            not 'IPSEC' and
13457            not 'VHOST'"
13458   parameters:
13459   - "throughput"
13460   - "parent"
13461   - "tags"
13462   layout:
13463     title: ""  # No title
13464     layout: "plot-throughput-speedup-analysis"
13465
13466 -
13467   type: "plot"
13468   title: "Speedup: ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13469   algorithm: "plot_throughput_speedup_analysis"
13470   output-file-type: ".html"
13471   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-ndr-tsa"
13472   data: "plot-throughput-speedup-analysis-3n-skx"
13473   filter: "'NIC_Intel-XXV710' and
13474            '64B' and
13475            'FEATURE' and
13476            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13477            'NDRPDR' and
13478            'IP4FWD' and
13479            not 'IPSEC' and
13480            not 'VHOST'"
13481   parameters:
13482   - "throughput"
13483   - "parent"
13484   - "tags"
13485   layout:
13486     title: ""  # No title
13487     layout: "plot-throughput-speedup-analysis"
13488
13489 -
13490   type: "plot"
13491   title: "Speedup: ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13492   algorithm: "plot_throughput_speedup_analysis"
13493   output-file-type: ".html"
13494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-xxv710-64b-features-pdr-tsa"
13495   data: "plot-throughput-speedup-analysis-3n-skx"
13496   filter: "'NIC_Intel-XXV710' and
13497            '64B' and
13498            'FEATURE' and
13499            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13500            'NDRPDR' and
13501            'IP4FWD' and
13502            not 'IPSEC' and
13503            not 'VHOST'"
13504   parameters:
13505   - "throughput"
13506   - "parent"
13507   - "tags"
13508   layout:
13509     title: ""  # No title
13510     layout: "plot-throughput-speedup-analysis"
13511
13512 # Speedup - VPP IPv4 2n-skx-x710
13513 -
13514   type: "plot"
13515   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13516   algorithm: "plot_throughput_speedup_analysis"
13517   output-file-type: ".html"
13518   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13519   data: "plot-throughput-speedup-analysis-2n-skx"
13520   filter: "'NIC_Intel-X710' and
13521            '64B' and
13522            ('BASE' or 'SCALE') and
13523            'NDRPDR' and
13524            'IP4FWD' and
13525            not 'IPSEC' and
13526            not 'VHOST'"
13527   parameters:
13528   - "throughput"
13529   - "parent"
13530   - "tags"
13531   layout:
13532     title: ""  # No title
13533     layout: "plot-throughput-speedup-analysis"
13534
13535 -
13536   type: "plot"
13537   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13538   algorithm: "plot_throughput_speedup_analysis"
13539   output-file-type: ".html"
13540   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13541   data: "plot-throughput-speedup-analysis-2n-skx"
13542   filter: "'NIC_Intel-X710' and
13543            '64B' and
13544            ('BASE' or 'SCALE') and
13545            'NDRPDR' and
13546            'IP4FWD' and
13547            not 'IPSEC' and
13548            not 'VHOST'"
13549   parameters:
13550   - "throughput"
13551   - "parent"
13552   - "tags"
13553   layout:
13554     title: ""  # No title
13555     layout: "plot-throughput-speedup-analysis"
13556
13557 # Speedup - VPP IPv4 2n-skx-xxv710
13558 -
13559   type: "plot"
13560   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13561   algorithm: "plot_throughput_speedup_analysis"
13562   output-file-type: ".html"
13563   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13564   data: "plot-throughput-speedup-analysis-2n-skx"
13565   filter: "'NIC_Intel-XXV710' and
13566            '64B' and
13567            ('BASE' or 'SCALE') and
13568            'NDRPDR' and
13569            'IP4FWD' and
13570            not 'IPSEC' and
13571            not 'VHOST'"
13572   parameters:
13573   - "throughput"
13574   - "parent"
13575   - "tags"
13576   layout:
13577     title: ""  # No title
13578     layout: "plot-throughput-speedup-analysis"
13579
13580 -
13581   type: "plot"
13582   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13583   algorithm: "plot_throughput_speedup_analysis"
13584   output-file-type: ".html"
13585   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13586   data: "plot-throughput-speedup-analysis-2n-skx"
13587   filter: "'NIC_Intel-XXV710' and
13588            '64B' and
13589            ('BASE' or 'SCALE') and
13590            'NDRPDR' and
13591            'IP4FWD' and
13592            not 'IPSEC' and
13593            not 'VHOST'"
13594   parameters:
13595   - "throughput"
13596   - "parent"
13597   - "tags"
13598   layout:
13599     title: ""  # No title
13600     layout: "plot-throughput-speedup-analysis"
13601
13602 ################################################################################
13603
13604 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
13605 -
13606   type: "plot"
13607   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13608   algorithm: "plot_throughput_speedup_analysis"
13609   output-file-type: ".html"
13610   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13611   data: "plot-throughput-speedup-analysis-3n-hsw"
13612   filter: "'NIC_Intel-X520-DA2' and
13613            '64B' and
13614            'ENCAP' and
13615            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13616            'NDRPDR' and
13617            'IP4FWD' and
13618            not 'IPSEC' and
13619            not 'VHOST'"
13620   parameters:
13621   - "throughput"
13622   - "parent"
13623   - "tags"
13624   layout:
13625     title: ""  # No title
13626     layout: "plot-throughput-speedup-analysis"
13627
13628 -
13629   type: "plot"
13630   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13631   algorithm: "plot_throughput_speedup_analysis"
13632   output-file-type: ".html"
13633   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13634   data: "plot-throughput-speedup-analysis-3n-hsw"
13635   filter: "'NIC_Intel-X520-DA2' and
13636            '64B' and
13637            'ENCAP' and
13638            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13639            'NDRPDR' and
13640            'IP4FWD' and
13641            not 'IPSEC' and
13642            not 'VHOST'"
13643   parameters:
13644   - "throughput"
13645   - "parent"
13646   - "tags"
13647   layout:
13648     title: ""  # No title
13649     layout: "plot-throughput-speedup-analysis"
13650
13651 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
13652 -
13653   type: "plot"
13654   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13655   algorithm: "plot_throughput_speedup_analysis"
13656   output-file-type: ".html"
13657   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13658   data: "plot-throughput-speedup-analysis-3n-hsw"
13659   filter: "'NIC_Intel-X710' and
13660            '64B' and
13661            'ENCAP' and
13662            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13663            'NDRPDR' and
13664            'IP4FWD' and
13665            not 'IPSEC' and
13666            not 'VHOST'"
13667   parameters:
13668   - "throughput"
13669   - "parent"
13670   - "tags"
13671   layout:
13672     title: ""  # No title
13673     layout: "plot-throughput-speedup-analysis"
13674
13675 -
13676   type: "plot"
13677   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13678   algorithm: "plot_throughput_speedup_analysis"
13679   output-file-type: ".html"
13680   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13681   data: "plot-throughput-speedup-analysis-3n-hsw"
13682   filter: "'NIC_Intel-X710' and
13683            '64B' and
13684            'ENCAP' and
13685            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13686            'NDRPDR' and
13687            'IP4FWD' and
13688            not 'IPSEC' and
13689            not 'VHOST'"
13690   parameters:
13691   - "throughput"
13692   - "parent"
13693   - "tags"
13694   layout:
13695     title: ""  # No title
13696     layout: "plot-throughput-speedup-analysis"
13697
13698 # Speedup - VPP IPv4 Tunnels 3n-hsw-xl710
13699 -
13700   type: "plot"
13701   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13702   algorithm: "plot_throughput_speedup_analysis"
13703   output-file-type: ".html"
13704   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13705   data: "plot-throughput-speedup-analysis-3n-hsw"
13706   filter: "'NIC_Intel-XL710' and
13707            '64B' and
13708            'ENCAP' and
13709            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13710            'NDRPDR' and
13711            'IP4FWD' and
13712            not 'IPSEC' and
13713            not 'VHOST'"
13714   parameters:
13715   - "throughput"
13716   - "parent"
13717   - "tags"
13718   layout:
13719     title: ""  # No title
13720     layout: "plot-throughput-speedup-analysis"
13721
13722 -
13723   type: "plot"
13724   title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13725   algorithm: "plot_throughput_speedup_analysis"
13726   output-file-type: ".html"
13727   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13728   data: "plot-throughput-speedup-analysis-3n-hsw"
13729   filter: "'NIC_Intel-XL710' and
13730            '64B' and
13731            'ENCAP' and
13732            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13733            'NDRPDR' and
13734            'IP4FWD' and
13735            not 'IPSEC' and
13736            not 'VHOST'"
13737   parameters:
13738   - "throughput"
13739   - "parent"
13740   - "tags"
13741   layout:
13742     title: ""  # No title
13743     layout: "plot-throughput-speedup-analysis"
13744
13745 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
13746 -
13747   type: "plot"
13748   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13749   algorithm: "plot_throughput_speedup_analysis"
13750   output-file-type: ".html"
13751   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13752   data: "plot-throughput-speedup-analysis-3n-skx"
13753   filter: "'NIC_Intel-X710' and
13754            '64B' and
13755            'ENCAP' and
13756            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13757            'NDRPDR' and
13758            'IP4FWD' and
13759            not 'IPSEC' and
13760            not 'VHOST'"
13761   parameters:
13762   - "throughput"
13763   - "parent"
13764   - "tags"
13765   layout:
13766     title: ""  # No title
13767     layout: "plot-throughput-speedup-analysis"
13768
13769 -
13770   type: "plot"
13771   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13772   algorithm: "plot_throughput_speedup_analysis"
13773   output-file-type: ".html"
13774   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13775   data: "plot-throughput-speedup-analysis-3n-skx"
13776   filter: "'NIC_Intel-X710' and
13777            '64B' and
13778            'ENCAP' and
13779            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
13780            'NDRPDR' and
13781            'IP4FWD' and
13782            not 'IPSEC' and
13783            not 'VHOST'"
13784   parameters:
13785   - "throughput"
13786   - "parent"
13787   - "tags"
13788   layout:
13789     title: ""  # No title
13790     layout: "plot-throughput-speedup-analysis"
13791
13792 ################################################################################
13793
13794 # Speedup - VPP IPv6 3n-hsw-x520
13795 -
13796   type: "plot"
13797   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
13798   algorithm: "plot_throughput_speedup_analysis"
13799   output-file-type: ".html"
13800   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
13801   data: "plot-throughput-speedup-analysis-3n-hsw"
13802   filter: "'NIC_Intel-X520-DA2' and
13803            '78B' and
13804            ('BASE' or 'SCALE') and
13805            'NDRPDR' and
13806            'IP6FWD' and
13807            not 'SRv6' and
13808            not 'IPSEC' and
13809            not 'VHOST'"
13810   parameters:
13811   - "throughput"
13812   - "parent"
13813   - "tags"
13814   layout:
13815     title: ""  # No title
13816     layout: "plot-throughput-speedup-analysis"
13817
13818 -
13819   type: "plot"
13820   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
13821   algorithm: "plot_throughput_speedup_analysis"
13822   output-file-type: ".html"
13823   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
13824   data: "plot-throughput-speedup-analysis-3n-hsw"
13825   filter: "'NIC_Intel-X520-DA2' and
13826            '78B' and
13827            ('BASE' or 'SCALE') and
13828            'NDRPDR' and
13829            'IP6FWD' and
13830            not 'SRv6' and
13831            not 'IPSEC' and
13832            not 'VHOST'"
13833   parameters:
13834   - "throughput"
13835   - "parent"
13836   - "tags"
13837   layout:
13838     title: ""  # No title
13839     layout: "plot-throughput-speedup-analysis"
13840
13841 -
13842   type: "plot"
13843   title: "Speedup: ip6-3n-hsw-x520-78b-features-ndr-tsa"
13844   algorithm: "plot_throughput_speedup_analysis"
13845   output-file-type: ".html"
13846   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-ndr-tsa"
13847   data: "plot-throughput-speedup-analysis-3n-hsw"
13848   filter: "'NIC_Intel-X520-DA2' and
13849            '78B' and
13850            'FEATURE' and
13851            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13852            'NDRPDR' and
13853            'IP6FWD' and
13854            not 'SRv6' and
13855            not 'IPSEC' and
13856            not 'VHOST'"
13857   parameters:
13858   - "throughput"
13859   - "parent"
13860   - "tags"
13861   layout:
13862     title: ""  # No title
13863     layout: "plot-throughput-speedup-analysis"
13864
13865 -
13866   type: "plot"
13867   title: "Speedup: ip6-3n-hsw-x520-78b-features-pdr-tsa"
13868   algorithm: "plot_throughput_speedup_analysis"
13869   output-file-type: ".html"
13870   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-features-pdr-tsa"
13871   data: "plot-throughput-speedup-analysis-3n-hsw"
13872   filter: "'NIC_Intel-X520-DA2' and
13873            '78B' and
13874            'FEATURE' and
13875            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13876            'NDRPDR' and
13877            'IP6FWD' and
13878            not 'SRv6' and
13879            not 'IPSEC' and
13880            not 'VHOST'"
13881   parameters:
13882   - "throughput"
13883   - "parent"
13884   - "tags"
13885   layout:
13886     title: ""  # No title
13887     layout: "plot-throughput-speedup-analysis"
13888
13889 # Speedup - VPP IPv6 3n-hsw-x710
13890 -
13891   type: "plot"
13892   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
13893   algorithm: "plot_throughput_speedup_analysis"
13894   output-file-type: ".html"
13895   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
13896   data: "plot-throughput-speedup-analysis-3n-hsw"
13897   filter: "'NIC_Intel-X710' and
13898            '78B' and
13899            ('BASE' or 'SCALE') and
13900            'NDRPDR' and
13901            'IP6FWD' and
13902            not 'SRv6' and
13903            not 'IPSEC' and
13904            not 'VHOST'"
13905   parameters:
13906   - "throughput"
13907   - "parent"
13908   - "tags"
13909   layout:
13910     title: ""  # No title
13911     layout: "plot-throughput-speedup-analysis"
13912
13913 -
13914   type: "plot"
13915   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
13916   algorithm: "plot_throughput_speedup_analysis"
13917   output-file-type: ".html"
13918   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
13919   data: "plot-throughput-speedup-analysis-3n-hsw"
13920   filter: "'NIC_Intel-X710' and
13921            '78B' and
13922            ('BASE' or 'SCALE') and
13923            'NDRPDR' and
13924            'IP6FWD' and
13925            not 'SRv6' and
13926            not 'IPSEC' and
13927            not 'VHOST'"
13928   parameters:
13929   - "throughput"
13930   - "parent"
13931   - "tags"
13932   layout:
13933     title: ""  # No title
13934     layout: "plot-throughput-speedup-analysis"
13935
13936 -
13937   type: "plot"
13938   title: "Speedup: ip6-3n-hsw-x710-78b-features-ndr-tsa"
13939   algorithm: "plot_throughput_speedup_analysis"
13940   output-file-type: ".html"
13941   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-ndr-tsa"
13942   data: "plot-throughput-speedup-analysis-3n-hsw"
13943   filter: "'NIC_Intel-X710' and
13944            '78B' and
13945            'FEATURE' and
13946            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13947            'NDRPDR' and
13948            'IP6FWD' and
13949            not 'SRv6' and
13950            not 'IPSEC' and
13951            not 'VHOST'"
13952   parameters:
13953   - "throughput"
13954   - "parent"
13955   - "tags"
13956   layout:
13957     title: ""  # No title
13958     layout: "plot-throughput-speedup-analysis"
13959
13960 -
13961   type: "plot"
13962   title: "Speedup: ip6-3n-hsw-x710-78b-features-pdr-tsa"
13963   algorithm: "plot_throughput_speedup_analysis"
13964   output-file-type: ".html"
13965   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-features-pdr-tsa"
13966   data: "plot-throughput-speedup-analysis-3n-hsw"
13967   filter: "'NIC_Intel-X710' and
13968            '78B' and
13969            'FEATURE' and
13970            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13971            'NDRPDR' and
13972            'IP6FWD' and
13973            not 'SRv6' and
13974            not 'IPSEC' and
13975            not 'VHOST'"
13976   parameters:
13977   - "throughput"
13978   - "parent"
13979   - "tags"
13980   layout:
13981     title: ""  # No title
13982     layout: "plot-throughput-speedup-analysis"
13983
13984 # Speedup - VPP IPv6 3n-hsw-xl710
13985 -
13986   type: "plot"
13987   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
13988   algorithm: "plot_throughput_speedup_analysis"
13989   output-file-type: ".html"
13990   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
13991   data: "plot-throughput-speedup-analysis-3n-hsw"
13992   filter: "'NIC_Intel-XL710' and
13993            '78B' and
13994            ('BASE' or 'SCALE') and
13995            'NDRPDR' and
13996            'IP6FWD' and
13997            not 'SRv6' and
13998            not 'IPSEC' and
13999            not 'VHOST'"
14000   parameters:
14001   - "throughput"
14002   - "parent"
14003   - "tags"
14004   layout:
14005     title: ""  # No title
14006     layout: "plot-throughput-speedup-analysis"
14007
14008 -
14009   type: "plot"
14010   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
14011   algorithm: "plot_throughput_speedup_analysis"
14012   output-file-type: ".html"
14013   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
14014   data: "plot-throughput-speedup-analysis-3n-hsw"
14015   filter: "'NIC_Intel-XL710' and
14016            '78B' and
14017            ('BASE' or 'SCALE') and
14018            'NDRPDR' and
14019            'IP6FWD' and
14020            not 'SRv6' and
14021            not 'IPSEC' and
14022            not 'VHOST'"
14023   parameters:
14024   - "throughput"
14025   - "parent"
14026   - "tags"
14027   layout:
14028     title: ""  # No title
14029     layout: "plot-throughput-speedup-analysis"
14030
14031 # Speedup - VPP IPv6 3n-skx-x710
14032 -
14033   type: "plot"
14034   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14035   algorithm: "plot_throughput_speedup_analysis"
14036   output-file-type: ".html"
14037   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
14038   data: "plot-throughput-speedup-analysis-3n-skx"
14039   filter: "'NIC_Intel-X710' and
14040            '78B' and
14041            ('BASE' or 'SCALE') and
14042            'NDRPDR' and
14043            'IP6FWD' and
14044            not 'SRv6' and
14045            not 'IPSEC' and
14046            not 'VHOST'"
14047   parameters:
14048   - "throughput"
14049   - "parent"
14050   - "tags"
14051   layout:
14052     title: ""  # No title
14053     layout: "plot-throughput-speedup-analysis"
14054
14055 -
14056   type: "plot"
14057   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14058   algorithm: "plot_throughput_speedup_analysis"
14059   output-file-type: ".html"
14060   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
14061   data: "plot-throughput-speedup-analysis-3n-skx"
14062   filter: "'NIC_Intel-X710' and
14063            '78B' and
14064            ('BASE' or 'SCALE') and
14065            'NDRPDR' and
14066            'IP6FWD' and
14067            not 'SRv6' and
14068            not 'IPSEC' and
14069            not 'VHOST'"
14070   parameters:
14071   - "throughput"
14072   - "parent"
14073   - "tags"
14074   layout:
14075     title: ""  # No title
14076     layout: "plot-throughput-speedup-analysis"
14077
14078 -
14079   type: "plot"
14080   title: "Speedup: ip6-3n-skx-x710-78b-features-ndr-tsa"
14081   algorithm: "plot_throughput_speedup_analysis"
14082   output-file-type: ".html"
14083   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-ndr-tsa"
14084   data: "plot-throughput-speedup-analysis-3n-skx"
14085   filter: "'NIC_Intel-X710' and
14086            '78B' and
14087            'FEATURE' and
14088            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14089            'NDRPDR' and
14090            'IP6FWD' and
14091            not 'SRv6' and
14092            not 'IPSEC' and
14093            not 'VHOST'"
14094   parameters:
14095   - "throughput"
14096   - "parent"
14097   - "tags"
14098   layout:
14099     title: ""  # No title
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 -
14103   type: "plot"
14104   title: "Speedup: ip6-3n-skx-x710-78b-features-pdr-tsa"
14105   algorithm: "plot_throughput_speedup_analysis"
14106   output-file-type: ".html"
14107   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-features-pdr-tsa"
14108   data: "plot-throughput-speedup-analysis-3n-skx"
14109   filter: "'NIC_Intel-X710' and
14110            '78B' and
14111            'FEATURE' and
14112            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14113            'NDRPDR' and
14114            'IP6FWD' and
14115            not 'SRv6' and
14116            not 'IPSEC' and
14117            not 'VHOST'"
14118   parameters:
14119   - "throughput"
14120   - "parent"
14121   - "tags"
14122   layout:
14123     title: ""  # No title
14124     layout: "plot-throughput-speedup-analysis"
14125
14126 # Speedup - VPP IPv6 3n-skx-xxv710
14127 -
14128   type: "plot"
14129   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14130   algorithm: "plot_throughput_speedup_analysis"
14131   output-file-type: ".html"
14132   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14133   data: "plot-throughput-speedup-analysis-3n-skx"
14134   filter: "'NIC_Intel-XXV710' and
14135            '78B' and
14136            ('BASE' or 'SCALE') and
14137            'NDRPDR' and
14138            'IP6FWD' and
14139            not 'SRv6' and
14140            not 'IPSEC' and
14141            not 'VHOST'"
14142   parameters:
14143   - "throughput"
14144   - "parent"
14145   - "tags"
14146   layout:
14147     title: ""  # No title
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 -
14151   type: "plot"
14152   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14153   algorithm: "plot_throughput_speedup_analysis"
14154   output-file-type: ".html"
14155   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14156   data: "plot-throughput-speedup-analysis-3n-skx"
14157   filter: "'NIC_Intel-XXV710' and
14158            '78B' and
14159            ('BASE' or 'SCALE') and
14160            'NDRPDR' and
14161            'IP6FWD' and
14162            not 'SRv6' and
14163            not 'IPSEC' and
14164            not 'VHOST'"
14165   parameters:
14166   - "throughput"
14167   - "parent"
14168   - "tags"
14169   layout:
14170     title: ""  # No title
14171     layout: "plot-throughput-speedup-analysis"
14172
14173 -
14174   type: "plot"
14175   title: "Speedup: ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14176   algorithm: "plot_throughput_speedup_analysis"
14177   output-file-type: ".html"
14178   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-ndr-tsa"
14179   data: "plot-throughput-speedup-analysis-3n-skx"
14180   filter: "'NIC_Intel-XXV710' and
14181            '78B' and
14182            'FEATURE' and
14183            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14184            'NDRPDR' and
14185            'IP6FWD' and
14186            not 'SRv6' and
14187            not 'IPSEC' and
14188            not 'VHOST'"
14189   parameters:
14190   - "throughput"
14191   - "parent"
14192   - "tags"
14193   layout:
14194     title: ""  # No title
14195     layout: "plot-throughput-speedup-analysis"
14196
14197 -
14198   type: "plot"
14199   title: "Speedup: ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14200   algorithm: "plot_throughput_speedup_analysis"
14201   output-file-type: ".html"
14202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-features-pdr-tsa"
14203   data: "plot-throughput-speedup-analysis-3n-skx"
14204   filter: "'NIC_Intel-XXV710' and
14205            '78B' and
14206            'FEATURE' and
14207            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14208            'NDRPDR' and
14209            'IP6FWD' and
14210            not 'SRv6' and
14211            not 'IPSEC' and
14212            not 'VHOST'"
14213   parameters:
14214   - "throughput"
14215   - "parent"
14216   - "tags"
14217   layout:
14218     title: ""  # No title
14219     layout: "plot-throughput-speedup-analysis"
14220
14221 # Speedup - VPP IPv6 2n-skx-x710
14222 -
14223   type: "plot"
14224   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14225   algorithm: "plot_throughput_speedup_analysis"
14226   output-file-type: ".html"
14227   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
14228   data: "plot-throughput-speedup-analysis-2n-skx"
14229   filter: "'NIC_Intel-X710' and
14230            '78B' and
14231            ('BASE' or 'SCALE') and
14232            'NDRPDR' and
14233            'IP6FWD' and
14234            not 'SRv6' and
14235            not 'IPSEC' and
14236            not 'VHOST'"
14237   parameters:
14238   - "throughput"
14239   - "parent"
14240   - "tags"
14241   layout:
14242     title: ""  # No title
14243     layout: "plot-throughput-speedup-analysis"
14244
14245 -
14246   type: "plot"
14247   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14248   algorithm: "plot_throughput_speedup_analysis"
14249   output-file-type: ".html"
14250   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
14251   data: "plot-throughput-speedup-analysis-2n-skx"
14252   filter: "'NIC_Intel-X710' and
14253            '78B' and
14254            ('BASE' or 'SCALE') and
14255            'NDRPDR' and
14256            'IP6FWD' and
14257            not 'IPSEC' and
14258            not 'VHOST'"
14259   parameters:
14260   - "throughput"
14261   - "parent"
14262   - "tags"
14263   layout:
14264     title: ""  # No title
14265     layout: "plot-throughput-speedup-analysis"
14266
14267 # Speedup - VPP IPv6 2n-skx-xxv710
14268 -
14269   type: "plot"
14270   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14271   algorithm: "plot_throughput_speedup_analysis"
14272   output-file-type: ".html"
14273   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
14274   data: "plot-throughput-speedup-analysis-2n-skx"
14275   filter: "'NIC_Intel-XXV710' and
14276            '78B' and
14277            ('BASE' or 'SCALE') and
14278            'NDRPDR' and
14279            'IP6FWD' and
14280            not 'SRv6' and
14281            not 'IPSEC' and
14282            not 'VHOST'"
14283   parameters:
14284   - "throughput"
14285   - "parent"
14286   - "tags"
14287   layout:
14288     title: ""  # No title
14289     layout: "plot-throughput-speedup-analysis"
14290
14291 -
14292   type: "plot"
14293   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14294   algorithm: "plot_throughput_speedup_analysis"
14295   output-file-type: ".html"
14296   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
14297   data: "plot-throughput-speedup-analysis-2n-skx"
14298   filter: "'NIC_Intel-XXV710' and
14299            '78B' and
14300            ('BASE' or 'SCALE') and
14301            'NDRPDR' and
14302            'IP6FWD' and
14303            not 'SRv6' and
14304            not 'IPSEC' and
14305            not 'VHOST'"
14306   parameters:
14307   - "throughput"
14308   - "parent"
14309   - "tags"
14310   layout:
14311     title: ""  # No title
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 ################################################################################
14315
14316 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
14317 -
14318   type: "plot"
14319   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14320   algorithm: "plot_throughput_speedup_analysis"
14321   output-file-type: ".html"
14322   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
14323   data: "plot-throughput-speedup-analysis-3n-hsw"
14324   filter: "'NIC_Intel-X520-DA2' and
14325            '78B' and
14326            'ENCAP' and
14327            'NDRPDR' and
14328            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14329            not 'VHOST'"
14330   parameters:
14331   - "throughput"
14332   - "parent"
14333   - "tags"
14334   layout:
14335     title: ""  # No title
14336     layout: "plot-throughput-speedup-analysis"
14337
14338 -
14339   type: "plot"
14340   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14341   algorithm: "plot_throughput_speedup_analysis"
14342   output-file-type: ".html"
14343   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
14344   data: "plot-throughput-speedup-analysis-3n-hsw"
14345   filter: "'NIC_Intel-X520-DA2' and
14346            '78B' and
14347            'ENCAP' and
14348            'NDRPDR' and
14349            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
14350            not 'VHOST'"
14351   parameters:
14352   - "throughput"
14353   - "parent"
14354   - "tags"
14355   layout:
14356     title: ""  # No title
14357     layout: "plot-throughput-speedup-analysis"
14358
14359 ################################################################################
14360
14361 # Speedup - VPP IPSec 3n-hsw-xl710
14362 -
14363   type: "plot"
14364   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14365   algorithm: "plot_throughput_speedup_analysis"
14366   output-file-type: ".html"
14367   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14368   data: "plot-throughput-speedup-analysis-3n-hsw"
14369   filter: "'NIC_Intel-XL710' and
14370            '64B' and
14371            'IP4FWD' and
14372            'NDRPDR' and
14373            'IPSECHW' and
14374            ('IPSECTRAN' or 'IPSECTUN') and
14375            not 'VHOST'"
14376   parameters:
14377   - "throughput"
14378   - "parent"
14379   - "tags"
14380   layout:
14381     title: ""  # No title
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 -
14385   type: "plot"
14386   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14387   algorithm: "plot_throughput_speedup_analysis"
14388   output-file-type: ".html"
14389   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14390   data: "plot-throughput-speedup-analysis-3n-hsw"
14391   filter: "'NIC_Intel-XL710' and
14392            '64B' and
14393            'IP4FWD' and
14394            'NDRPDR' and
14395            'IPSECHW' and
14396            ('IPSECTRAN' or 'IPSECTUN') and
14397            not 'VHOST'"
14398   parameters:
14399   - "throughput"
14400   - "parent"
14401   - "tags"
14402   layout:
14403     title: ""  # No title
14404     layout: "plot-throughput-speedup-analysis"
14405
14406 ################################################################################
14407
14408 # Speedup - VPP SRv6 3n-hsw-x520
14409 -
14410   type: "plot"
14411   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
14412   algorithm: "plot_throughput_speedup_analysis"
14413   output-file-type: ".html"
14414   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
14415   data: "plot-throughput-speedup-analysis-3n-hsw"
14416   filter: "'NIC_Intel-X520-DA2' and
14417            '78B' and
14418            'FEATURE' and
14419            'NDRPDR' and
14420            'IP6FWD' and
14421            'SRv6'"
14422   parameters:
14423   - "throughput"
14424   - "parent"
14425   - "tags"
14426   layout:
14427     title: ""  # No title
14428     layout: "plot-throughput-speedup-analysis"
14429
14430 -
14431   type: "plot"
14432   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
14433   algorithm: "plot_throughput_speedup_analysis"
14434   output-file-type: ".html"
14435   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
14436   data: "plot-throughput-speedup-analysis-3n-hsw"
14437   filter: "'NIC_Intel-X520-DA2' and
14438            '78B' and
14439            'FEATURE' and
14440            'NDRPDR' and
14441            'IP6FWD' and
14442            'SRv6'"
14443   parameters:
14444   - "throughput"
14445   - "parent"
14446   - "tags"
14447   layout:
14448     title: ""  # No title
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 ################################################################################
14452
14453 # Speedup - VPP L2 3n-hsw-x520
14454 -
14455   type: "plot"
14456   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14457   algorithm: "plot_throughput_speedup_analysis"
14458   output-file-type: ".html"
14459   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14460   data: "plot-throughput-speedup-analysis-3n-hsw"
14461   filter: "'NIC_Intel-X520-DA2' and
14462            '64B' and
14463            ('BASE' or 'SCALE') and
14464            'NDRPDR' and
14465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14466            not 'VHOST' and
14467            not 'MEMIF'"
14468   parameters:
14469   - "throughput"
14470   - "parent"
14471   - "tags"
14472   layout:
14473     title: ""  # No title
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 -
14477   type: "plot"
14478   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14479   algorithm: "plot_throughput_speedup_analysis"
14480   output-file-type: ".html"
14481   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14482   data: "plot-throughput-speedup-analysis-3n-hsw"
14483   filter: "'NIC_Intel-X520-DA2' and
14484            '64B' and
14485            ('BASE' or 'SCALE') and
14486            'NDRPDR' and
14487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14488            not 'VHOST' and
14489            not 'MEMIF'"
14490   parameters:
14491   - "throughput"
14492   - "parent"
14493   - "tags"
14494   layout:
14495     title: ""  # No title
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 -
14499   type: "plot"
14500   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
14501   algorithm: "plot_throughput_speedup_analysis"
14502   output-file-type: ".html"
14503   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
14504   data: "plot-throughput-speedup-analysis-3n-hsw"
14505   filter: "'NIC_Intel-X520-DA2' and
14506            '64B' and
14507            'FEATURE' and
14508            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14509            'NDRPDR' and
14510            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14511            not 'VHOST' and
14512            not 'MEMIF'"
14513   parameters:
14514   - "throughput"
14515   - "parent"
14516   - "tags"
14517   layout:
14518     title: ""  # No title
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 -
14522   type: "plot"
14523   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
14524   algorithm: "plot_throughput_speedup_analysis"
14525   output-file-type: ".html"
14526   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
14527   data: "plot-throughput-speedup-analysis-3n-hsw"
14528   filter: "'NIC_Intel-X520-DA2' and
14529            '64B' and
14530            'FEATURE' and
14531            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14532            'NDRPDR' and
14533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14534            not 'VHOST' and
14535            not 'MEMIF'"
14536   parameters:
14537   - "throughput"
14538   - "parent"
14539   - "tags"
14540   layout:
14541     title: ""  # No title
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 # Speedup - VPP L2 3n-hsw-x710
14545 -
14546   type: "plot"
14547   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14548   algorithm: "plot_throughput_speedup_analysis"
14549   output-file-type: ".html"
14550   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
14551   data: "plot-throughput-speedup-analysis-3n-hsw"
14552   filter: "'NIC_Intel-X710' and
14553            '64B' and
14554            ('BASE' or 'SCALE') and
14555            'NDRPDR' and
14556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14557            not 'VHOST' and
14558            not 'MEMIF'"
14559   parameters:
14560   - "throughput"
14561   - "parent"
14562   - "tags"
14563   layout:
14564     title: ""  # No title
14565     layout: "plot-throughput-speedup-analysis"
14566
14567 -
14568   type: "plot"
14569   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14570   algorithm: "plot_throughput_speedup_analysis"
14571   output-file-type: ".html"
14572   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
14573   data: "plot-throughput-speedup-analysis-3n-hsw"
14574   filter: "'NIC_Intel-X710' and
14575            '64B' and
14576            ('BASE' or 'SCALE') and
14577            'NDRPDR' and
14578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14579            not 'VHOST' and
14580            not 'MEMIF'"
14581   parameters:
14582   - "throughput"
14583   - "parent"
14584   - "tags"
14585   layout:
14586     title: ""  # No title
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 -
14590   type: "plot"
14591   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
14592   algorithm: "plot_throughput_speedup_analysis"
14593   output-file-type: ".html"
14594   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
14595   data: "plot-throughput-speedup-analysis-3n-hsw"
14596   filter: "'NIC_Intel-X710' and
14597            '64B' and
14598            'FEATURE' and
14599            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14600            'NDRPDR' and
14601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14602            not 'VHOST' and
14603            not 'MEMIF'"
14604   parameters:
14605   - "throughput"
14606   - "parent"
14607   - "tags"
14608   layout:
14609     title: ""  # No title
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 -
14613   type: "plot"
14614   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
14615   algorithm: "plot_throughput_speedup_analysis"
14616   output-file-type: ".html"
14617   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
14618   data: "plot-throughput-speedup-analysis-3n-hsw"
14619   filter: "'NIC_Intel-X710' and
14620            '64B' and
14621            'FEATURE' and
14622            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14623            'NDRPDR' and
14624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14625            not 'VHOST' and
14626            not 'MEMIF'"
14627   parameters:
14628   - "throughput"
14629   - "parent"
14630   - "tags"
14631   layout:
14632     title: ""  # No title
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 # Speedup - VPP L2 3n-hsw-xl710
14636 -
14637   type: "plot"
14638   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14639   algorithm: "plot_throughput_speedup_analysis"
14640   output-file-type: ".html"
14641   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
14642   data: "plot-throughput-speedup-analysis-3n-hsw"
14643   filter: "'NIC_Intel-XL710' and
14644            '64B' and
14645            ('BASE' or 'SCALE') and
14646            'NDRPDR' and
14647            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14648            not 'VHOST' and
14649            not 'MEMIF'"
14650   parameters:
14651   - "throughput"
14652   - "parent"
14653   - "tags"
14654   layout:
14655     title: ""  # No title
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 -
14659   type: "plot"
14660   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14661   algorithm: "plot_throughput_speedup_analysis"
14662   output-file-type: ".html"
14663   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
14664   data: "plot-throughput-speedup-analysis-3n-hsw"
14665   filter: "'NIC_Intel-XL710' and
14666            '64B' and
14667            ('BASE' or 'SCALE') and
14668            'NDRPDR' and
14669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14670            not 'VHOST' and
14671            not 'MEMIF'"
14672   parameters:
14673   - "throughput"
14674   - "parent"
14675   - "tags"
14676   layout:
14677     title: ""  # No title
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 # Speedup - VPP L2 3n-skx-x710
14681 -
14682   type: "plot"
14683   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14684   algorithm: "plot_throughput_speedup_analysis"
14685   output-file-type: ".html"
14686   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
14687   data: "plot-throughput-speedup-analysis-3n-skx"
14688   filter: "'NIC_Intel-X710' and
14689            '64B' and
14690            ('BASE' or 'SCALE') and
14691            'NDRPDR' and
14692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14693            not 'VHOST' and
14694            not 'MEMIF'"
14695   parameters:
14696   - "throughput"
14697   - "parent"
14698   - "tags"
14699   layout:
14700     title: ""  # No title
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 -
14704   type: "plot"
14705   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14706   algorithm: "plot_throughput_speedup_analysis"
14707   output-file-type: ".html"
14708   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
14709   data: "plot-throughput-speedup-analysis-3n-skx"
14710   filter: "'NIC_Intel-X710' and
14711            '64B' and
14712            ('BASE' or 'SCALE') and
14713            'NDRPDR' and
14714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14715            not 'VHOST' and
14716            not 'MEMIF'"
14717   parameters:
14718   - "throughput"
14719   - "parent"
14720   - "tags"
14721   layout:
14722     title: ""  # No title
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 -
14726   type: "plot"
14727   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
14728   algorithm: "plot_throughput_speedup_analysis"
14729   output-file-type: ".html"
14730   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
14731   data: "plot-throughput-speedup-analysis-3n-skx"
14732   filter: "'NIC_Intel-X710' and
14733            '64B' and
14734            'FEATURE' and
14735            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14736            'NDRPDR' and
14737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14738            not 'VHOST' and
14739            not 'MEMIF'"
14740   parameters:
14741   - "throughput"
14742   - "parent"
14743   - "tags"
14744   layout:
14745     title: ""  # No title
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 -
14749   type: "plot"
14750   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
14751   algorithm: "plot_throughput_speedup_analysis"
14752   output-file-type: ".html"
14753   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
14754   data: "plot-throughput-speedup-analysis-3n-skx"
14755   filter: "'NIC_Intel-X710' and
14756            '64B' and
14757            'FEATURE' and
14758            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14759            'NDRPDR' and
14760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14761            not 'VHOST' and
14762            not 'MEMIF'"
14763   parameters:
14764   - "throughput"
14765   - "parent"
14766   - "tags"
14767   layout:
14768     title: ""  # No title
14769     layout: "plot-throughput-speedup-analysis"
14770
14771 # Speedup - VPP L2 3n-skx-xxv710
14772 -
14773   type: "plot"
14774   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14775   algorithm: "plot_throughput_speedup_analysis"
14776   output-file-type: ".html"
14777   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14778   data: "plot-throughput-speedup-analysis-3n-skx"
14779   filter: "'NIC_Intel-XXV710' and
14780            '64B' and
14781            ('BASE' or 'SCALE') and
14782            'NDRPDR' and
14783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14784            not 'VHOST' and
14785            not 'MEMIF'"
14786   parameters:
14787   - "throughput"
14788   - "parent"
14789   - "tags"
14790   layout:
14791     title: ""  # No title
14792     layout: "plot-throughput-speedup-analysis"
14793
14794 -
14795   type: "plot"
14796   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14797   algorithm: "plot_throughput_speedup_analysis"
14798   output-file-type: ".html"
14799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14800   data: "plot-throughput-speedup-analysis-3n-skx"
14801   filter: "'NIC_Intel-XXV710' and
14802            '64B' and
14803            ('BASE' or 'SCALE') and
14804            'NDRPDR' and
14805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14806            not 'VHOST' and
14807            not 'MEMIF'"
14808   parameters:
14809   - "throughput"
14810   - "parent"
14811   - "tags"
14812   layout:
14813     title: ""  # No title
14814     layout: "plot-throughput-speedup-analysis"
14815
14816 -
14817   type: "plot"
14818   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
14819   algorithm: "plot_throughput_speedup_analysis"
14820   output-file-type: ".html"
14821   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-ndr-tsa"
14822   data: "plot-throughput-speedup-analysis-3n-skx"
14823   filter: "'NIC_Intel-XXV710' and
14824            '64B' and
14825            'FEATURE' and
14826            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14827            'NDRPDR' and
14828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14829            not 'VHOST' and
14830            not 'MEMIF'"
14831   parameters:
14832   - "throughput"
14833   - "parent"
14834   - "tags"
14835   layout:
14836     title: ""  # No title
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 -
14840   type: "plot"
14841   title: "Speedup: l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
14842   algorithm: "plot_throughput_speedup_analysis"
14843   output-file-type: ".html"
14844   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-features-pdr-tsa"
14845   data: "plot-throughput-speedup-analysis-3n-skx"
14846   filter: "'NIC_Intel-XXV710' and
14847            '64B' and
14848            'FEATURE' and
14849            ('ACL10' or 'ACL50') and '10k_FLOWS' and
14850            'NDRPDR' and
14851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14852            not 'VHOST' and
14853            not 'MEMIF'"
14854   parameters:
14855   - "throughput"
14856   - "parent"
14857   - "tags"
14858   layout:
14859     title: ""  # No title
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 # Speedup - VPP L2 2n-skx-x710
14863 -
14864   type: "plot"
14865   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14866   algorithm: "plot_throughput_speedup_analysis"
14867   output-file-type: ".html"
14868   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
14869   data: "plot-throughput-speedup-analysis-2n-skx"
14870   filter: "'NIC_Intel-X710' and
14871            '64B' and
14872            ('BASE' or 'SCALE') and
14873            'NDRPDR' and
14874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14875            not 'VHOST' and
14876            not 'MEMIF'"
14877   parameters:
14878   - "throughput"
14879   - "parent"
14880   - "tags"
14881   layout:
14882     title: ""  # No title
14883     layout: "plot-throughput-speedup-analysis"
14884
14885 -
14886   type: "plot"
14887   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14888   algorithm: "plot_throughput_speedup_analysis"
14889   output-file-type: ".html"
14890   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
14891   data: "plot-throughput-speedup-analysis-2n-skx"
14892   filter: "'NIC_Intel-X710' and
14893            '64B' and
14894            ('BASE' or 'SCALE') and
14895            'NDRPDR' and
14896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14897            not 'VHOST' and
14898            not 'MEMIF'"
14899   parameters:
14900   - "throughput"
14901   - "parent"
14902   - "tags"
14903   layout:
14904     title: ""  # No title
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 # Speedup - VPP L2 2n-skx-xxv710
14908 -
14909   type: "plot"
14910   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14911   algorithm: "plot_throughput_speedup_analysis"
14912   output-file-type: ".html"
14913   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
14914   data: "plot-throughput-speedup-analysis-2n-skx"
14915   filter: "'NIC_Intel-XXV710' and
14916            '64B' and
14917            ('BASE' or 'SCALE') and
14918            'NDRPDR' and
14919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14920            not 'VHOST' and
14921            not 'MEMIF'"
14922   parameters:
14923   - "throughput"
14924   - "parent"
14925   - "tags"
14926   layout:
14927     title: ""  # No title
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 -
14931   type: "plot"
14932   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14933   algorithm: "plot_throughput_speedup_analysis"
14934   output-file-type: ".html"
14935   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
14936   data: "plot-throughput-speedup-analysis-2n-skx"
14937   filter: "'NIC_Intel-XXV710' and
14938            '64B' and
14939            ('BASE' or 'SCALE') and
14940            'NDRPDR' and
14941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
14942            not 'VHOST' and
14943            not 'MEMIF'"
14944   parameters:
14945   - "throughput"
14946   - "parent"
14947   - "tags"
14948   layout:
14949     title: ""  # No title
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 ################################################################################
14953
14954 # Speedup - VPP vhost ip4 3n-hsw-x520
14955 -
14956   type: "plot"
14957   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14958   algorithm: "plot_throughput_speedup_analysis"
14959   output-file-type: ".html"
14960   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14961   data: "plot-throughput-speedup-analysis-3n-hsw"
14962   filter: "'NIC_Intel-X520-DA2' and
14963            '64B' and
14964            'NDRPDR' and
14965            'VHOST' and
14966            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14967   parameters:
14968   - "throughput"
14969   - "parent"
14970   - "tags"
14971   layout:
14972     title: ""  # No title
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 -
14976   type: "plot"
14977   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14978   algorithm: "plot_throughput_speedup_analysis"
14979   output-file-type: ".html"
14980   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
14981   data: "plot-throughput-speedup-analysis-3n-hsw"
14982   filter: "'NIC_Intel-X520-DA2' and
14983            '64B' and
14984            'NDRPDR' and
14985            'VHOST' and
14986            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14987   parameters:
14988   - "throughput"
14989   - "parent"
14990   - "tags"
14991   layout:
14992     title: ""  # No title
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 # Speedup - VPP vhost l2sw 3n-hsw-x520
14996 -
14997   type: "plot"
14998   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
14999   algorithm: "plot_throughput_speedup_analysis"
15000   output-file-type: ".html"
15001   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15002   data: "plot-throughput-speedup-analysis-3n-hsw"
15003   filter: "'NIC_Intel-X520-DA2' and
15004            '64B' and
15005            'NDRPDR' and
15006            'VHOST' and
15007            not 'VXLAN' and
15008            not 'IP4FWD' and
15009            not 'DOT1Q' and
15010            not '2VM'"
15011   parameters:
15012   - "throughput"
15013   - "parent"
15014   - "tags"
15015   layout:
15016     title: ""  # No title
15017     layout: "plot-throughput-speedup-analysis"
15018
15019 -
15020   type: "plot"
15021   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15022   algorithm: "plot_throughput_speedup_analysis"
15023   output-file-type: ".html"
15024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15025   data: "plot-throughput-speedup-analysis-3n-hsw"
15026   filter: "'NIC_Intel-X520-DA2' and
15027            '64B' and
15028            'NDRPDR' and
15029            'VHOST' and
15030            not 'VXLAN' and
15031            not 'IP4FWD' and
15032            not 'DOT1Q' and
15033            not '2VM'"
15034   parameters:
15035   - "throughput"
15036   - "parent"
15037   - "tags"
15038   layout:
15039     title: ""  # No title
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 # Speedup - VPP vhost ip4 3n-hsw-x710
15043 -
15044   type: "plot"
15045   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15046   algorithm: "plot_throughput_speedup_analysis"
15047   output-file-type: ".html"
15048   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15049   data: "plot-throughput-speedup-analysis-3n-hsw"
15050   filter: "'NIC_Intel-X710' and
15051            '64B' and
15052            'NDRPDR' and
15053            'VHOST' and
15054            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15055   parameters:
15056   - "throughput"
15057   - "parent"
15058   - "tags"
15059   layout:
15060     title: ""  # No title
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 -
15064   type: "plot"
15065   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15066   algorithm: "plot_throughput_speedup_analysis"
15067   output-file-type: ".html"
15068   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15069   data: "plot-throughput-speedup-analysis-3n-hsw"
15070   filter: "'NIC_Intel-X710' and
15071            '64B' and
15072            'NDRPDR' and
15073            'VHOST' and
15074            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15075   parameters:
15076   - "throughput"
15077   - "parent"
15078   - "tags"
15079   layout:
15080     title: ""  # No title
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 # Speedup - VPP vhost l2sw 3n-hsw-x710
15084 -
15085   type: "plot"
15086   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15087   algorithm: "plot_throughput_speedup_analysis"
15088   output-file-type: ".html"
15089   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
15090   data: "plot-throughput-speedup-analysis-3n-hsw"
15091   filter: "'NIC_Intel-X710' and
15092            '64B' and
15093            'NDRPDR' and
15094            'VHOST' and
15095            not 'VXLAN' and
15096            not 'IP4FWD' and
15097            not 'DOT1Q' and
15098            not '2VM'"
15099   parameters:
15100   - "throughput"
15101   - "parent"
15102   - "tags"
15103   layout:
15104     title: ""  # No title
15105     layout: "plot-throughput-speedup-analysis"
15106
15107 -
15108   type: "plot"
15109   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15110   algorithm: "plot_throughput_speedup_analysis"
15111   output-file-type: ".html"
15112   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
15113   data: "plot-throughput-speedup-analysis-3n-hsw"
15114   filter: "'NIC_Intel-X710' and
15115            '64B' and
15116            'NDRPDR' and
15117            'VHOST' and
15118            not 'VXLAN' and
15119            not 'IP4FWD' and
15120            not 'DOT1Q' and
15121            not '2VM'"
15122   parameters:
15123   - "throughput"
15124   - "parent"
15125   - "tags"
15126   layout:
15127     title: ""  # No title
15128     layout: "plot-throughput-speedup-analysis"
15129
15130 # Speedup - VPP vhost ip4 3n-hsw-xl710
15131 -
15132   type: "plot"
15133   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15134   algorithm: "plot_throughput_speedup_analysis"
15135   output-file-type: ".html"
15136   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15137   data: "plot-throughput-speedup-analysis-3n-hsw"
15138   filter: "'NIC_Intel-XL710' and
15139            '64B' and
15140            'NDRPDR' and
15141            'VHOST' and
15142            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15143   parameters:
15144   - "throughput"
15145   - "parent"
15146   - "tags"
15147   layout:
15148     title: ""  # No title
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 -
15152   type: "plot"
15153   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15154   algorithm: "plot_throughput_speedup_analysis"
15155   output-file-type: ".html"
15156   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15157   data: "plot-throughput-speedup-analysis-3n-hsw"
15158   filter: "'NIC_Intel-XL710' and
15159            '64B' and
15160            'NDRPDR' and
15161            'VHOST' and
15162            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15163   parameters:
15164   - "throughput"
15165   - "parent"
15166   - "tags"
15167   layout:
15168     title: ""  # No title
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 # Speedup - VPP vhost l2sw 3n-hsw-xl710
15172 -
15173   type: "plot"
15174   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15175   algorithm: "plot_throughput_speedup_analysis"
15176   output-file-type: ".html"
15177   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
15178   data: "plot-throughput-speedup-analysis-3n-hsw"
15179   filter: "'NIC_Intel-XL710' and
15180            '64B' and
15181            'NDRPDR' and
15182            'VHOST' and
15183            not 'VXLAN' and
15184            not 'IP4FWD' and
15185            not 'DOT1Q' and
15186            not '2VM'"
15187   parameters:
15188   - "throughput"
15189   - "parent"
15190   - "tags"
15191   layout:
15192     title: ""  # No title
15193     layout: "plot-throughput-speedup-analysis"
15194
15195 -
15196   type: "plot"
15197   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15198   algorithm: "plot_throughput_speedup_analysis"
15199   output-file-type: ".html"
15200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
15201   data: "plot-throughput-speedup-analysis-3n-hsw"
15202   filter: "'NIC_Intel-XL710' and
15203            '64B' and
15204            'NDRPDR' and
15205            'VHOST' and
15206            not 'VXLAN' and
15207            not 'IP4FWD' and
15208            not 'DOT1Q' and
15209            not '2VM'"
15210   parameters:
15211   - "throughput"
15212   - "parent"
15213   - "tags"
15214   layout:
15215     title: ""  # No title
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 # Speedup - VPP vhost l2sw 3n-hsw-x520
15219 -
15220   type: "plot"
15221   title: "VPP Speedup: vts-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15222   algorithm: "plot_throughput_speedup_analysis"
15223   output-file-type: ".html"
15224   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
15225   data: "plot-throughput-speedup-analysis-3n-hsw"
15226   filter: "'NIC_Intel-X520-DA2' and
15227            '64B' and
15228            'NDRPDR' and
15229            'VTS'"
15230   parameters:
15231   - "throughput"
15232   - "parent"
15233   - "tags"
15234   layout:
15235     title: ""  # No title
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 -
15239   type: "plot"
15240   title: "VPP Speedup: vts-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15241   algorithm: "plot_throughput_speedup_analysis"
15242   output-file-type: ".html"
15243   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
15244   data: "plot-throughput-speedup-analysis-3n-hsw"
15245   filter: "'NIC_Intel-X520-DA2' and
15246            '64B' and
15247            'NDRPDR' and
15248            'VTS'"
15249   parameters:
15250   - "throughput"
15251   - "parent"
15252   - "tags"
15253   layout:
15254     title: ""  # No title
15255     layout: "plot-throughput-speedup-analysis"