CSIT-1208: Add new data to 1807 report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
43     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
44     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
45
46     # Detailed test configurations
47     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
48     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
49     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
50     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
51     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
52     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
53     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
54     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
55     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
56
57     # Detailed tests operational data
58     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
59     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
60     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
61     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
62
63     # .css patch file to fix tables generated by Sphinx
64     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
65     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
66
67   urls:
68     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
69     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
70     URL[NEXUS]: "https://docs.fd.io/csit"
71     DIR[NEXUS]: "report/_static/archive"
72
73   make-dirs:
74   # List the directories which are created while preparing the environment.
75   # All directories MUST be defined in "paths" section.
76   - "DIR[WORKING,DATA]"
77   - "DIR[STATIC,VPP]"
78   - "DIR[STATIC,DPDK]"
79   - "DIR[STATIC,ARCH]"
80   - "DIR[BUILD,LATEX]"
81   - "DIR[WORKING,SRC]"
82   - "DIR[WORKING,SRC,STATIC]"
83
84   remove-dirs:
85   # List the directories which are deleted while cleaning the environment.
86   # All directories MUST be defined in "paths" section.
87   #- "DIR[BUILD,HTML]"
88   - "DIR[WORKING,DATA]"
89
90   build-dirs:
91   # List the directories where the results (build) is stored.
92   # All directories MUST be defined in "paths" section.
93   - "DIR[BUILD,HTML]"
94   - "DIR[BUILD,LATEX]"
95
96 -
97   type: "configuration"
98
99   data-sets:
100
101     # VPP Performance
102     vpp-performance-changes:
103       csit-vpp-perf-1801-all:
104       - 124  # sel
105       - 127  # sel
106       - 128  # sel
107       - 141  # sel
108       - 142  # sel
109       - 143  # sel
110       - 145  # sel
111       - 146  # sel
112       - 162  # sel
113       - 163  # sel
114       - 167  # sel
115       - 172  # sel acl only
116       csit-vpp-perf-1804-all:
117       - 21  # sel
118       - 22  # sel
119       - 23  # sel
120       - 24  # sel
121       - 27  # sel
122       - 28  # sel
123       - 29  # sel
124       - 30  # sel
125       - 31  # sel
126       - 35  # sel
127       # TODO: Add Data sources
128       csit-vpp-perf-verify-1807-3n-hsw:
129       - 15  # NDRPDR sel
130       - 16  # NDRPDR sel
131       - 19  # NDRPDR sel
132       - 18  # NDRPDR sel
133       - 20  # NDRPDR sel
134
135     vpp-compare-testbeds:
136       # TODO: Add Data sources
137       csit-vpp-perf-verify-1807-3n-hsw:
138       - 15  # NDRPDR sel
139       - 16  # NDRPDR sel
140       - 19  # NDRPDR sel
141       - 18  # NDRPDR sel
142       - 20  # NDRPDR sel
143       csit-vpp-perf-verify-1807-3n-skx:
144       - 33  # NDRPDR sel
145       - 35  # NDRPDR sel
146       - 37  # NDRPDR sel
147       - 38  # NDRPDR sel
148       - 39  # NDRPDR sel
149       - 43  # NDRPDR sel
150       - 44  # NDRPDR sel
151       - 49  # NDRPDR sel
152       - 50  # NDRPDR sel
153       - 56  # NDRPDR sel
154
155     vpp-compare-testbeds-mrr:
156       # TODO: Add Data sources
157       csit-vpp-perf-verify-1807-3n-hsw:
158       - 9   # MRR sel
159       - 21  # MRR sel
160       - 31  # MRR sel
161       csit-vpp-perf-verify-1807-3n-skx:
162       - 28  # MRR sel
163       - 32  # MRR sel
164       - 36  # MRR sel
165       - 42  # MRR sel
166       - 47  # MRR sel
167       - 48  # MRR sel
168       - 51  # MRR sel
169       - 52  # MRR sel
170       - 53  # MRR sel
171       - 54  # MRR sel
172
173     vpp-performance-changes-mrr:
174       csit-vpp-perf-check-1801:
175       - 3
176       - 4
177       - 5
178       - 6
179       - 7
180       - 8
181       - 9
182       - 11
183       - 12
184       - 13
185       csit-vpp-perf-check-1804:
186       - 6   # mrr - sel
187       - 13  # mrr - sel
188       - 14  # mrr - sel
189       - 15  # mrr - sel
190       - 16  # mrr - sel
191       - 17  # mrr - sel
192       - 19  # mrr - sel
193       - 20  # mrr - sel
194       - 21  # mrr - sel
195       - 22  # mrr - sel
196       # TODO: Add Data sources
197       csit-vpp-perf-verify-1807-3n-hsw:
198       - 9   # MRR sel
199       - 21  # MRR sel
200       - 31  # MRR sel
201
202     vpp-perf-results-3n-hsw:
203       # TODO: Add Data sources
204       csit-vpp-perf-verify-1807-3n-hsw:
205       - 11  # NDRPDR full 1
206       - 22  # NDRPDR full 2
207
208     vpp-perf-results-3n-skx:
209       csit-vpp-perf-verify-1807-3n-skx:
210       - 40  # NDRPDR full 1
211       - 41  # NDRPDR full 2
212
213     vpp-perf-results-2n-skx:
214       csit-vpp-perf-verify-1807-2n-skx:
215       - 32  # NDRPDR full
216
217     vpp-mrr-results-3n-hsw:
218       csit-vpp-perf-verify-1807-3n-hsw:
219       - 8   # MRR full
220
221     vpp-mrr-results-3n-skx:
222       # TODO: Replace with better results
223       csit-vpp-perf-verify-1807-3n-skx:
224       - 31  # MRR full
225
226     vpp-mrr-results-2n-skx:
227       csit-vpp-perf-verify-1807-2n-skx:
228       - 27  # MRR full
229
230     plot-throughput-speedup-analysis-3n-hsw:
231       # TODO: Add Data sources
232       csit-vpp-perf-verify-1807-3n-hsw:
233       - 15  # NDRPDR sel
234       - 16  # NDRPDR sel
235       - 19  # NDRPDR sel
236       - 18  # NDRPDR sel
237       - 20  # NDRPDR sel
238
239     plot-throughput-speedup-analysis-3n-skx:
240       csit-vpp-perf-verify-1807-3n-skx:
241       - 33  # NDRPDR sel
242       - 35  # NDRPDR sel
243       - 37  # NDRPDR sel
244       - 38  # NDRPDR sel
245       - 39  # NDRPDR sel
246       - 43  # NDRPDR sel
247       - 44  # NDRPDR sel
248       - 49  # NDRPDR sel
249       - 50  # NDRPDR sel
250       - 56  # NDRPDR sel
251
252     plot-throughput-speedup-analysis-2n-skx:
253       csit-vpp-perf-verify-1807-2n-skx:
254       - 26  # NDRPDR sel
255       - 28  # NDRPDR sel
256       - 29  # NDRPDR sel
257       - 30  # NDRPDR sel
258       - 34  # NDRPDR sel
259       - 35  # NDRPDR sel
260       - 36  # NDRPDR sel
261       - 39  # NDRPDR sel
262       - 40  # NDRPDR sel
263       - 42  # NDRPDR sel
264
265     plot-vpp-throughput-latency-3n-hsw:
266       # TODO: Add Data sources
267       csit-vpp-perf-verify-1807-3n-hsw:
268       - 15  # NDRPDR sel
269       - 16  # NDRPDR sel
270       - 19  # NDRPDR sel
271       - 18  # NDRPDR sel
272       - 20  # NDRPDR sel
273
274     plot-vpp-throughput-latency-3n-skx:
275       csit-vpp-perf-verify-1807-3n-skx:
276       - 33  # NDRPDR sel
277       - 35  # NDRPDR sel
278       - 37  # NDRPDR sel
279       - 38  # NDRPDR sel
280       - 39  # NDRPDR sel
281       - 43  # NDRPDR sel
282       - 44  # NDRPDR sel
283       - 49  # NDRPDR sel
284       - 50  # NDRPDR sel
285       - 56  # NDRPDR sel
286
287     plot-vpp-throughput-latency-2n-skx:
288       csit-vpp-perf-verify-1807-2n-skx:
289       - 26  # NDRPDR sel
290       - 28  # NDRPDR sel
291       - 29  # NDRPDR sel
292       - 30  # NDRPDR sel
293       - 34  # NDRPDR sel
294       - 35  # NDRPDR sel
295       - 36  # NDRPDR sel
296       - 39  # NDRPDR sel
297       - 40  # NDRPDR sel
298       - 42  # NDRPDR sel
299
300     plot-vpp-http-server-performance:
301       csit-vpp-perf-verify-1807-3n-hsw:
302       - 24  # WRK
303       - 25  # WRK
304       - 23  # WRK
305       - 26  # WRK
306       - 27  # WRK
307       - 28  # WRK
308       - 29  # WRK
309       - 30  # WRK
310       - 32  # WRK
311       - 35  # WRK
312
313     # VPP Functional
314     vpp-func-results-ubuntu:
315       csit-vpp-functional-1807-ubuntu1604-virl:
316       # TODO: Use the build number
317       - "lastSuccessfulBuild"
318
319     vpp-func-results-centos:
320       csit-vpp-functional-1807-centos7-virl:
321       # TODO: Use the build number
322       - "lastSuccessfulBuild"
323
324     # VPP Ligato
325     ligato-perf-results-3n-hsw:
326       # TODO: Replace with better results
327       csit-ligato-perf-1807-all:
328       - 3   # full ?
329
330     plot-ligato-throughput-speedup-analysis-3n-hsw:
331       # TODO: Add Data sources
332       csit-ligato-perf-1807-all:
333       - 4   # sel
334
335     plot-ligato-throughput-latency-3n-hsw:
336       # TODO: Add Data sources
337       csit-ligato-perf-1807-all:
338       - 4   # sel
339
340     # DPDK Performance
341     dpdk-performance-changes:
342       csit-dpdk-perf-1804-all:
343       - 4
344       - 5
345       - 6
346       - 7
347       - 8
348       - 9
349       - 10
350       - 11
351       - 12
352       - 13
353       csit-dpdk-perf-verify-1807-3n-hsw:
354       - 11
355       - 12  # full
356       - 14
357       - 15
358       - 16
359       - 17
360       - 20
361       - 21
362       - 22
363       - 23
364
365     dpdk-compare-testbeds:
366       csit-dpdk-perf-verify-1807-3n-skx:
367       - 1
368       - 2
369       - 3
370       - 6
371       - 7
372       - 8
373       - 9
374       - 10
375       - 11
376       - 12
377       csit-dpdk-perf-verify-1807-3n-hsw:
378       - 11
379       - 12  # full
380       - 14
381       - 15
382       - 16
383       - 17
384       - 20
385       - 21
386       - 22
387       - 23
388
389     dpdk-perf-results-3n-hsw:
390       csit-dpdk-perf-verify-1807-3n-hsw:
391       - 12
392
393     dpdk-perf-results-3n-skx:
394       csit-dpdk-perf-verify-1807-3n-skx:
395       - 12
396
397     dpdk-perf-results-2n-skx:
398       csit-dpdk-perf-verify-1807-2n-skx:
399       - 10
400
401     plot-dpdk-throughput-latency-3n-hsw:
402       csit-dpdk-perf-verify-1807-3n-hsw:
403       - 11
404       - 12  # full
405       - 14
406       - 15
407       - 16
408       - 17
409       - 20
410       - 21
411       - 22
412       - 23
413
414     plot-dpdk-throughput-latency-3n-skx:
415       csit-dpdk-perf-verify-1807-3n-skx:
416       - 1
417       - 2
418       - 3
419       - 6
420       - 7
421       - 8
422       - 9
423       - 10
424       - 11
425       - 12
426
427     plot-dpdk-throughput-latency-2n-skx:
428       csit-dpdk-perf-verify-1807-2n-skx:
429       - 1
430       - 2
431       - 3
432       - 4
433       - 5
434       - 6
435       - 7
436       - 8
437       - 9
438       - 10
439
440     # HoneyComb Functional
441     hc-func-results:
442       csit-hc2vpp-verify-func-1807-ubuntu1604:
443       # TODO: Use the build number
444       - "lastSuccessfulBuild"
445
446     # NSH SFC Functional
447     nsh-func-results:
448       csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
449       - 2
450
451   plot-layouts:
452
453     plot-cps:
454       xaxis:
455         autorange: True
456         fixedrange: False
457         gridcolor: "rgb(238, 238, 238)"
458         linecolor: "rgb(238, 238, 238)"
459         linewidth: 1
460         showgrid: True
461         showline: True
462         showticklabels: True
463         tickcolor: "rgb(238, 238, 238)"
464         tickmode: "linear"
465         title: "Indexed Test Cases"
466         zeroline: False
467       yaxis:
468         gridcolor: "rgb(238, 238, 238)"
469         hoverformat: ".4s"
470         linecolor: "rgb(238, 238, 238)"
471         linewidth: 1
472         rangemode: "tozero"
473         showgrid: True
474         showline: True
475         showticklabels: True
476         tickcolor: "rgb(238, 238, 238)"
477         title: "Connections Per Second [cps]"
478         zeroline: False
479       boxmode: "group"
480       boxgroupgap: 0.5
481       autosize: False
482       margin:
483         t: 50
484         b: 20
485         l: 80
486         r: 20
487       showlegend: True
488       legend:
489         orientation: "h"
490       width: 700
491       height: 1000
492
493     plot-rps:
494       xaxis:
495         autorange: True
496         fixedrange: False
497         gridcolor: "rgb(238, 238, 238)"
498         linecolor: "rgb(238, 238, 238)"
499         linewidth: 1
500         showgrid: True
501         showline: True
502         showticklabels: True
503         tickcolor: "rgb(238, 238, 238)"
504         tickmode: "linear"
505         title: "Indexed Test Cases"
506         zeroline: False
507       yaxis:
508         gridcolor: "rgb(238, 238, 238)"
509         hoverformat: ".4s"
510         linecolor: "rgb(238, 238, 238)"
511         linewidth: 1
512         rangemode: "tozero"
513         showgrid: True
514         showline: True
515         showticklabels: True
516         tickcolor: "rgb(238, 238, 238)"
517         title: "Requests Per Second [rps]"
518         zeroline: False
519       boxmode: "group"
520       boxgroupgap: 0.5
521       autosize: False
522       margin:
523         t: 50
524         b: 20
525         l: 80
526         r: 20
527       showlegend: True
528       legend:
529         orientation: "h"
530       width: 700
531       height: 1000
532
533     plot-throughput:
534       xaxis:
535         autorange: True
536         fixedrange: False
537         gridcolor: "rgb(238, 238, 238)"
538         linecolor: "rgb(238, 238, 238)"
539         linewidth: 1
540         showgrid: True
541         showline: True
542         showticklabels: True
543         tickcolor: "rgb(238, 238, 238)"
544         tickmode: "linear"
545         title: "Indexed Test Cases"
546         zeroline: False
547       yaxis:
548         gridcolor: "rgb(238, 238, 238)"
549         hoverformat: ".4s"
550         tickformat: ".3s"
551         linecolor: "rgb(238, 238, 238)"
552         linewidth: 1
553         showgrid: True
554         showline: True
555         showticklabels: True
556         tickcolor: "rgb(238, 238, 238)"
557         title: "Packets Per Second [pps]"
558         zeroline: False
559       boxmode: "group"
560       boxgroupgap: 0.5
561       autosize: False
562       margin:
563         t: 50
564         b: 20
565         l: 80
566         r: 20
567       showlegend: True
568       legend:
569         orientation: "h"
570       width: 700
571       height: 1000
572
573     plot-latency:
574       xaxis:
575         autorange: True
576         fixedrange: False
577         gridcolor: "rgb(238, 238, 238)"
578         linecolor: "rgb(238, 238, 238)"
579         linewidth: 1
580         showgrid: True
581         showline: True
582         showticklabels: True
583         tickcolor: "rgb(238, 238, 238)"
584         tickmode: "linear"
585         title: "Indexed Test Cases"
586         zeroline: False
587       yaxis:
588         gridcolor: "rgb(238, 238, 238)"
589         hoverformat: ""
590         linecolor: "rgb(238, 238, 238)"
591         linewidth: 1
592         showgrid: True
593         showline: True
594         showticklabels: True
595         tickcolor: "rgb(238, 238, 238)"
596         title: "Latency min/avg/max [uSec]"
597         zeroline: False
598       boxmode: "group"
599       boxgroupgap: 0.5
600       autosize: False
601       margin:
602         t: 50
603         b: 20
604         l: 80
605         r: 20
606       showlegend: True
607       legend:
608         orientation: "h"
609       width: 700
610       height: 1000
611
612     plot-throughput-speedup-analysis:
613       xaxis:
614         autorange: True
615         fixedrange: False
616         gridcolor: "rgb(238, 238, 238)"
617         linecolor: "rgb(238, 238, 238)"
618         linewidth: 1
619         showgrid: True
620         showline: True
621         showticklabels: True
622         tickcolor: "rgb(238, 238, 238)"
623         tickmode: "linear"
624         tickangle: 270
625         zeroline: False
626       yaxis:
627         title: "Throughput speedup factor"
628         gridcolor: "rgb(238, 238, 238)"
629         hoverformat: ".4s"
630         linecolor: "rgb(238, 238, 238)"
631         linewidth: 1
632         showgrid: True
633         showline: True
634         showticklabels: True
635         tickcolor: "rgb(238, 238, 238)"
636         zeroline: False
637       legend:
638         orientation: "h"
639         xanchor: "center"
640         yanchor: "top"
641         x: 0.5
642         y: 1
643         bgcolor: "rgba(255, 255, 255, 0)"
644         bordercolor: "rgba(255, 255, 255, 0)"
645       barmode: "group"
646       bargap: 0.15
647       bargroupgap: 0.1
648       autosize: False
649       margin:
650           't': 50
651           'b': 300
652           'l': 50
653           'r': 20
654       showlegend: True
655       width: 700
656       height: 1000
657
658 -
659   type: "static"
660   src-path: "{DIR[RST]}"
661   dst-path: "{DIR[WORKING,SRC]}"
662
663 -
664   type: "input"
665   general:
666     file-name: "robot-plugin.zip"
667     file-format: ".zip"
668     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
669     extract: "robot-plugin/output.xml"
670
671   builds:
672
673     csit-vpp-perf-1801-all:
674     - 124  # sel
675     - 127  # sel
676     - 128  # sel
677     - 141  # sel
678     - 142  # sel
679     - 143  # sel
680     - 145  # sel
681     - 146  # sel
682     - 162  # sel
683     - 163  # sel
684     - 167  # sel
685     - 172  # sel acl only
686     csit-vpp-perf-1804-all:
687     - 21  # sel
688     - 22  # sel
689     - 23  # sel
690     - 24  # sel
691     - 27  # sel
692     - 28  # sel
693     - 29  # sel
694     - 30  # sel
695     - 31  # sel
696     - 35  # sel
697     # TODO: Add Data sources
698     csit-vpp-perf-verify-1807-3n-hsw:
699     - 8   # MRR full
700     - 9   # MRR sel
701     - 21  # MRR sel
702     - 31  # MRR sel
703     - 11  # NDRPDR full 1
704     - 22  # NDRPDR full 2
705     - 15  # NDRPDR sel
706     - 16  # NDRPDR sel
707     - 19  # NDRPDR sel
708     - 18  # NDRPDR sel
709     - 20  # NDRPDR sel
710     - 24  # WRK
711     - 25  # WRK
712     - 23  # WRK
713     - 26  # WRK
714     - 27  # WRK
715     - 28  # WRK
716     - 29  # WRK
717     - 30  # WRK
718     - 32  # WRK
719     - 35  # WRK
720     csit-vpp-perf-verify-1807-3n-skx:
721     - 31  # MRR full
722     - 28  # MRR sel
723     - 32  # MRR sel
724     - 36  # MRR sel
725     - 42  # MRR sel
726     - 47  # MRR sel
727     - 48  # MRR sel
728     - 51  # MRR sel
729     - 52  # MRR sel
730     - 53  # MRR sel
731     - 54  # MRR sel
732     - 40  # NDRPDR full 1
733     - 41  # NDRPDR full 2
734     - 33  # NDRPDR sel
735     - 35  # NDRPDR sel
736     - 37  # NDRPDR sel
737     - 38  # NDRPDR sel
738     - 39  # NDRPDR sel
739     - 43  # NDRPDR sel
740     - 44  # NDRPDR sel
741     - 49  # NDRPDR sel
742     - 50  # NDRPDR sel
743     - 56  # NDRPDR sel
744     csit-vpp-perf-verify-1807-2n-skx:
745     - 27  # MRR full
746     - 31  # MRR sel
747     - 33  # MRR sel
748     - 37  # MRR sel
749     - 38  # MRR sel
750     - 41  # MRR sel
751     - 43  # MRR sel
752     - 44  # MRR sel
753     - 45  # MRR sel
754     - 46  # MRR sel
755     - 47  # MRR sel
756     - 32  # NDRPDR full
757     - 26  # NDRPDR sel
758     - 28  # NDRPDR sel
759     - 29  # NDRPDR sel
760     - 30  # NDRPDR sel
761     - 34  # NDRPDR sel
762     - 35  # NDRPDR sel
763     - 36  # NDRPDR sel
764     - 39  # NDRPDR sel
765     - 40  # NDRPDR sel
766     - 42  # NDRPDR sel
767     csit-vpp-perf-check-1801:
768     - 3   # mrr
769     - 4   # mrr
770     - 5   # mrr
771     - 6   # mrr
772     - 7   # mrr
773     - 8   # mrr
774     - 9   # mrr
775     - 11  # mrr
776     - 12  # mrr
777     - 13  # mrr
778     csit-vpp-perf-check-1804:
779     - 5   # mrr - full
780     - 6   # mrr - sel
781     - 13  # mrr - sel
782     - 14  # mrr - sel
783     - 15  # mrr - sel
784     - 16  # mrr - sel
785     - 17  # mrr - sel
786     - 19  # mrr - sel
787     - 20  # mrr - sel
788     - 21  # mrr - sel
789     - 22  # mrr - sel
790     csit-ligato-perf-1804-all:
791     - 4   # full
792     - 5   # sel
793     - 6   # sel
794     - 7   # sel
795     - 8   # sel
796     - 9   # sel
797     - 10  # sel
798     - 11  # sel
799     - 12  # sel
800     - 13  # sel
801     - 14  # sel
802     # TODO: Add Data sources
803     csit-ligato-perf-1807-all:
804     - 3   # full ?
805     - 4   # sel
806     csit-dpdk-perf-1804-all:
807     - 4
808     - 5
809     - 6
810     - 7
811     - 8
812     - 9
813     - 10
814     - 11
815     - 12
816     - 13
817     csit-dpdk-perf-verify-1807-3n-hsw:
818     - 11
819     - 12  # full
820     - 14
821     - 15
822     - 16
823     - 17
824     - 20
825     - 21
826     - 22
827     - 23
828     csit-dpdk-perf-verify-1807-3n-skx:
829     - 1
830     - 2
831     - 3
832     - 6
833     - 7
834     - 8
835     - 9
836     - 10
837     - 11
838     - 12
839     csit-dpdk-perf-verify-1807-2n-skx:
840     - 1
841     - 2
842     - 3
843     - 4
844     - 5
845     - 6
846     - 7
847     - 8
848     - 9
849     - 10
850     csit-vpp-functional-1807-ubuntu1604-virl:
851     # TODO: Use the build number
852     - "lastSuccessfulBuild"
853     csit-vpp-functional-1807-centos7-virl:
854     # TODO: Use the build number
855     - "lastSuccessfulBuild"
856     csit-nsh_sfc-verify-func-1807-ubuntu1604-virl:
857     - 2
858     csit-hc2vpp-verify-func-1807-ubuntu1604:
859     # TODO: Use the build number
860     - "lastSuccessfulBuild"
861
862 -
863   type: "output"
864   output: "report"
865   format:
866     html:
867     - full
868     pdf:
869     - minimal
870
871 ################################################################################
872 ###                               T A B L E S                                ###
873 ################################################################################
874
875 ################################################################################
876 # VPP
877 -
878   type: "table"
879   title: "VPP Performance Changes 1t1c pdr"
880   algorithm: "table_performance_comparison"
881   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
882   history:
883     -
884       title: "rls1801"
885       data:
886         csit-vpp-perf-1801-all:
887         - 124  # sel
888         - 127  # sel
889         - 128  # sel
890         - 141  # sel
891         - 142  # sel
892         - 143  # sel
893         - 145  # sel
894         - 146  # sel
895         - 162  # sel
896         - 163  # sel
897         - 167  # sel
898         - 172  # sel acl only
899   reference:
900     title: "rls1804"
901     data:
902       csit-vpp-perf-1804-all:
903       - 21  # sel
904       - 22  # sel
905       - 23  # sel
906       - 24  # sel
907       - 27  # sel
908       - 28  # sel
909       - 29  # sel
910       - 30  # sel
911       - 31  # sel
912       - 35  # sel
913   compare:
914     title: "rls1807"
915     data:
916       # TODO: Add Data sources
917       csit-vpp-perf-verify-1807-3n-hsw:
918       - 15  # NDRPDR sel
919       - 16  # NDRPDR sel
920       - 19  # NDRPDR sel
921       - 18  # NDRPDR sel
922       - 20  # NDRPDR sel
923   data: "vpp-performance-changes"
924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
925   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
926   parameters:
927   - "name"
928   - "parent"
929   - "throughput"
930
931 -
932   type: "table"
933   title: "VPP Performance Changes 2t2c pdr"
934   algorithm: "table_performance_comparison"
935   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
936   history:
937     -
938       title: "rls1801"
939       data:
940         csit-vpp-perf-1801-all:
941         - 124  # sel
942         - 127  # sel
943         - 128  # sel
944         - 141  # sel
945         - 142  # sel
946         - 143  # sel
947         - 145  # sel
948         - 146  # sel
949         - 162  # sel
950         - 163  # sel
951         - 167  # sel
952         - 172  # sel acl only
953   reference:
954     title: "rls1804"
955     data:
956       csit-vpp-perf-1804-all:
957       - 21  # sel
958       - 22  # sel
959       - 23  # sel
960       - 24  # sel
961       - 27  # sel
962       - 28  # sel
963       - 29  # sel
964       - 30  # sel
965       - 31  # sel
966       - 35  # sel
967   compare:
968     title: "rls1807"
969     data:
970       # TODO: Add Data sources
971       csit-vpp-perf-verify-1807-3n-hsw:
972       - 15  # NDRPDR sel
973       - 16  # NDRPDR sel
974       - 19  # NDRPDR sel
975       - 18  # NDRPDR sel
976       - 20  # NDRPDR sel
977   data: "vpp-performance-changes"
978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
979   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
980   parameters:
981   - "name"
982   - "parent"
983   - "throughput"
984
985 -
986   type: "table"
987   title: "VPP Performance Changes 1t1c ndr"
988   algorithm: "table_performance_comparison"
989   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
990   history:
991     -
992       title: "rls1801"
993       data:
994         csit-vpp-perf-1801-all:
995         - 124  # sel
996         - 127  # sel
997         - 128  # sel
998         - 141  # sel
999         - 142  # sel
1000         - 143  # sel
1001         - 145  # sel
1002         - 146  # sel
1003         - 162  # sel
1004         - 163  # sel
1005         - 167  # sel
1006         - 172  # sel acl only
1007   reference:
1008     title: "rls1804"
1009     data:
1010       csit-vpp-perf-1804-all:
1011       - 21  # sel
1012       - 22  # sel
1013       - 23  # sel
1014       - 24  # sel
1015       - 27  # sel
1016       - 28  # sel
1017       - 29  # sel
1018       - 30  # sel
1019       - 31  # sel
1020       - 35  # sel
1021   compare:
1022     title: "rls1807"
1023     data:
1024       # TODO: Add Data sources
1025       csit-vpp-perf-verify-1807-3n-hsw:
1026       - 15  # NDRPDR sel
1027       - 16  # NDRPDR sel
1028       - 19  # NDRPDR sel
1029       - 18  # NDRPDR sel
1030       - 20  # NDRPDR sel
1031   data: "vpp-performance-changes"
1032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1033   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1034   parameters:
1035   - "name"
1036   - "parent"
1037   - "throughput"
1038
1039 -
1040   type: "table"
1041   title: "VPP Performance Changes 2t2c ndr"
1042   algorithm: "table_performance_comparison"
1043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1044   history:
1045     -
1046       title: "rls1801"
1047       data:
1048         csit-vpp-perf-1801-all:
1049         - 124  # sel
1050         - 127  # sel
1051         - 128  # sel
1052         - 141  # sel
1053         - 142  # sel
1054         - 143  # sel
1055         - 145  # sel
1056         - 146  # sel
1057         - 162  # sel
1058         - 163  # sel
1059         - 167  # sel
1060         - 172  # sel acl only
1061   reference:
1062     title: "rls1804"
1063     data:
1064       csit-vpp-perf-1804-all:
1065       - 21  # sel
1066       - 22  # sel
1067       - 23  # sel
1068       - 24  # sel
1069       - 27  # sel
1070       - 28  # sel
1071       - 29  # sel
1072       - 30  # sel
1073       - 31  # sel
1074       - 35  # sel
1075   compare:
1076     title: "rls1807"
1077     data:
1078       # TODO: Add Data sources
1079       csit-vpp-perf-verify-1807-3n-hsw:
1080       - 15  # NDRPDR sel
1081       - 16  # NDRPDR sel
1082       - 19  # NDRPDR sel
1083       - 18  # NDRPDR sel
1084       - 20  # NDRPDR sel
1085   data: "vpp-performance-changes"
1086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1087   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1088   parameters:
1089   - "name"
1090   - "parent"
1091   - "throughput"
1092
1093 -
1094   type: "table"
1095   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1096   algorithm: "table_performance_comparison"
1097   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1098   reference:
1099     title: "3-Node Hsw"
1100     data:
1101       # TODO: Add Data sources
1102       csit-vpp-perf-verify-1807-3n-hsw:
1103       - 15  # NDRPDR sel
1104       - 16  # NDRPDR sel
1105       - 19  # NDRPDR sel
1106       - 18  # NDRPDR sel
1107       - 20  # NDRPDR sel
1108   compare:
1109     title: "3-Node Skx"
1110     data:
1111       csit-vpp-perf-verify-1807-3n-skx:
1112       - 33  # NDRPDR sel
1113       - 35  # NDRPDR sel
1114       - 37  # NDRPDR sel
1115       - 38  # NDRPDR sel
1116       - 39  # NDRPDR sel
1117       - 43  # NDRPDR sel
1118       - 44  # NDRPDR sel
1119       - 49  # NDRPDR sel
1120       - 50  # NDRPDR sel
1121       - 56  # NDRPDR sel
1122   data: "vpp-compare-testbeds"
1123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1124   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1125   parameters:
1126   - "name"
1127   - "parent"
1128   - "throughput"
1129
1130 -
1131   type: "table"
1132   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1133   algorithm: "table_performance_comparison"
1134   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1135   reference:
1136     title: "3-Node Hsw"
1137     data:
1138       # TODO: Add Data sources
1139       csit-vpp-perf-verify-1807-3n-hsw:
1140       - 15  # NDRPDR sel
1141       - 16  # NDRPDR sel
1142       - 19  # NDRPDR sel
1143       - 18  # NDRPDR sel
1144       - 20  # NDRPDR sel
1145   compare:
1146     title: "3-Node Skx"
1147     data:
1148       csit-vpp-perf-verify-1807-3n-skx:
1149       - 33  # NDRPDR sel
1150       - 35  # NDRPDR sel
1151       - 37  # NDRPDR sel
1152       - 38  # NDRPDR sel
1153       - 39  # NDRPDR sel
1154       - 43  # NDRPDR sel
1155       - 44  # NDRPDR sel
1156       - 49  # NDRPDR sel
1157       - 50  # NDRPDR sel
1158       - 56  # NDRPDR sel
1159   data: "vpp-compare-testbeds"
1160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1161   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1162   parameters:
1163   - "name"
1164   - "parent"
1165   - "throughput"
1166
1167 -
1168   type: "table"
1169   title: "VPP Performance Changes - 1t1c MRR"
1170   algorithm: "table_performance_comparison"
1171   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1172   history:
1173     -
1174       title: "rls1801"
1175       data:
1176         csit-vpp-perf-check-1801:
1177         - 3
1178         - 4
1179         - 5
1180         - 6
1181         - 7
1182         - 8
1183         - 9
1184         - 11
1185         - 12
1186         - 13
1187   reference:
1188     title: "rls1804"
1189     data:
1190       csit-vpp-perf-check-1804:
1191       - 6   # mrr - sel
1192       - 13  # mrr - sel
1193       - 14  # mrr - sel
1194       - 15  # mrr - sel
1195       - 16  # mrr - sel
1196       - 17  # mrr - sel
1197       - 19  # mrr - sel
1198       - 20  # mrr - sel
1199       - 21  # mrr - sel
1200       - 22  # mrr - sel
1201   compare:
1202     title: "rls1807"
1203     data:
1204       # TODO: Add Data sources
1205       csit-vpp-perf-verify-1807-3n-hsw:
1206       - 9   # MRR sel
1207       - 21  # MRR sel
1208       - 31  # MRR sel
1209   data: "vpp-performance-changes-mrr"
1210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1211   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1212   parameters:
1213   - "name"
1214   - "parent"
1215   - "result"
1216
1217 -
1218   type: "table"
1219   title: "VPP Performance Changes - 2t2c MRR"
1220   algorithm: "table_performance_comparison"
1221   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1222   history:
1223     -
1224       title: "rls1801"
1225       data:
1226         csit-vpp-perf-check-1801:
1227         - 3
1228         - 4
1229         - 5
1230         - 6
1231         - 7
1232         - 8
1233         - 9
1234         - 11
1235         - 12
1236         - 13
1237   reference:
1238     title: "rls1804"
1239     data:
1240       csit-vpp-perf-check-1804:
1241       - 6   # mrr - sel
1242       - 13  # mrr - sel
1243       - 14  # mrr - sel
1244       - 15  # mrr - sel
1245       - 16  # mrr - sel
1246       - 17  # mrr - sel
1247       - 19  # mrr - sel
1248       - 20  # mrr - sel
1249       - 21  # mrr - sel
1250       - 22  # mrr - sel
1251   compare:
1252     title: "rls1807"
1253     data:
1254       # TODO: Add Data sources
1255       csit-vpp-perf-verify-1807-3n-hsw:
1256       - 9   # MRR sel
1257       - 21  # MRR sel
1258       - 31  # MRR sel
1259   data: "vpp-performance-changes-mrr"
1260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1261   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1262   parameters:
1263   - "name"
1264   - "parent"
1265   - "result"
1266
1267 -
1268   type: "table"
1269   title: "VPP Performance Changes - 4t4c MRR"
1270   algorithm: "table_performance_comparison"
1271   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1272   history:
1273     -
1274       title: "rls1801"
1275       data:
1276         csit-vpp-perf-check-1801:
1277         - 3
1278         - 4
1279         - 5
1280         - 6
1281         - 7
1282         - 8
1283         - 9
1284         - 11
1285         - 12
1286         - 13
1287   reference:
1288     title: "rls1804"
1289     data:
1290       csit-vpp-perf-check-1804:
1291       - 6   # mrr - sel
1292       - 13  # mrr - sel
1293       - 14  # mrr - sel
1294       - 15  # mrr - sel
1295       - 16  # mrr - sel
1296       - 17  # mrr - sel
1297       - 19  # mrr - sel
1298       - 20  # mrr - sel
1299       - 21  # mrr - sel
1300       - 22  # mrr - sel
1301   compare:
1302     title: "rls1807"
1303     data:
1304       # TODO: Add Data sources
1305       csit-vpp-perf-verify-1807-3n-hsw:
1306       - 9   # MRR sel
1307       - 21  # MRR sel
1308       - 31  # MRR sel
1309   data: "vpp-performance-changes-mrr"
1310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1311   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1312   parameters:
1313   - "name"
1314   - "parent"
1315   - "result"
1316
1317 -
1318   type: "table"
1319   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1320   algorithm: "table_performance_comparison"
1321   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1322   reference:
1323     title: "3-Node Hsw"
1324     data:
1325       # TODO: Add Data sources
1326       csit-vpp-perf-verify-1807-3n-hsw:
1327       - 9   # MRR sel
1328       - 21  # MRR sel
1329       - 31  # MRR sel
1330   compare:
1331     title: "3-Node Skx"
1332     data:
1333       csit-vpp-perf-verify-1807-3n-skx:
1334       - 28  # MRR sel
1335       - 32  # MRR sel
1336       - 36  # MRR sel
1337       - 42  # MRR sel
1338       - 47  # MRR sel
1339       - 48  # MRR sel
1340       - 51  # MRR sel
1341       - 52  # MRR sel
1342       - 53  # MRR sel
1343       - 54  # MRR sel
1344   data: "vpp-compare-testbeds-mrr"
1345   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1346   filter: "'NIC_Intel-X710' and 'MRR'"
1347   parameters:
1348   - "name"
1349   - "parent"
1350   - "result"
1351
1352 -
1353   type: "table"
1354   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1355   algorithm: "table_merged_details"
1356   output-file-ext: ".csv"
1357   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1358   columns:
1359   -
1360     title: "Name"
1361     data: "data name"
1362   -
1363     title: "Status"
1364     data: "data msg"
1365   rows: "generated"
1366   data: "vpp-perf-results-3n-hsw"
1367   filter: "not 'NDRCHK' and not 'PDRCHK'"
1368   parameters:
1369   - "name"
1370   - "parent"
1371   - "doc"
1372   - "msg"
1373
1374 -
1375   type: "table"
1376   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1377   algorithm: "table_merged_details"
1378   output-file-ext: ".csv"
1379   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1380   columns:
1381   -
1382     title: "Name"
1383     data: "data name"
1384   -
1385     title: "Status"
1386     data: "data msg"
1387   rows: "generated"
1388   data: "vpp-perf-results-3n-skx"
1389   filter: "not 'NDRCHK' and not 'PDRCHK'"
1390   parameters:
1391   - "name"
1392   - "parent"
1393   - "doc"
1394   - "msg"
1395
1396 -
1397   type: "table"
1398   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1399   algorithm: "table_merged_details"
1400   output-file-ext: ".csv"
1401   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1402   columns:
1403   -
1404     title: "Name"
1405     data: "data name"
1406   -
1407     title: "Status"
1408     data: "data msg"
1409   rows: "generated"
1410   data: "vpp-perf-results-2n-skx"
1411   filter: "not 'NDRCHK' and not 'PDRCHK'"
1412   parameters:
1413   - "name"
1414   - "parent"
1415   - "doc"
1416   - "msg"
1417
1418 -
1419   type: "table"
1420   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1421   algorithm: "table_merged_details"
1422   output-file-ext: ".csv"
1423   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1424   columns:
1425   -
1426     title: "Name"
1427     data: "data name"
1428   -
1429     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1430     data: "data vat-history"
1431   rows: "generated"
1432   data: "vpp-perf-results-3n-hsw"
1433   filter: "not 'NDRCHK' and not 'PDRCHK'"
1434   parameters:
1435   - "parent"
1436   - "name"
1437   - "vat-history"
1438
1439 -
1440   type: "table"
1441   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1442   algorithm: "table_merged_details"
1443   output-file-ext: ".csv"
1444   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1445   columns:
1446   -
1447     title: "Name"
1448     data: "data name"
1449   -
1450     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1451     data: "data vat-history"
1452   rows: "generated"
1453   data: "vpp-perf-results-3n-skx"
1454   filter: "not 'NDRCHK' and not 'PDRCHK'"
1455   parameters:
1456   - "parent"
1457   - "name"
1458   - "vat-history"
1459
1460 -
1461   type: "table"
1462   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1463   algorithm: "table_merged_details"
1464   output-file-ext: ".csv"
1465   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1466   columns:
1467   -
1468     title: "Name"
1469     data: "data name"
1470   -
1471     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1472     data: "data vat-history"
1473   rows: "generated"
1474   data: "vpp-perf-results-2n-skx"
1475   filter: "not 'NDRCHK' and not 'PDRCHK'"
1476   parameters:
1477   - "parent"
1478   - "name"
1479   - "vat-history"
1480
1481 -
1482   type: "table"
1483   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1484   algorithm: "table_merged_details"
1485   output-file-ext: ".csv"
1486   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1487   columns:
1488   -
1489     title: "Name"
1490     data: "data name"
1491   -
1492     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1493     data: "data show-run"
1494   rows: "generated"
1495   data: "vpp-perf-results-3n-hsw"
1496   filter: "not 'NDRCHK' and not 'PDRCHK'"
1497   parameters:
1498   - "parent"
1499   - "name"
1500   - "show-run"
1501
1502 -
1503   type: "table"
1504   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1505   algorithm: "table_merged_details"
1506   output-file-ext: ".csv"
1507   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1508   columns:
1509   -
1510     title: "Name"
1511     data: "data name"
1512   -
1513     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1514     data: "data show-run"
1515   rows: "generated"
1516   data: "vpp-perf-results-3n-skx"
1517   filter: "not 'NDRCHK' and not 'PDRCHK'"
1518   parameters:
1519   - "parent"
1520   - "name"
1521   - "show-run"
1522
1523 -
1524   type: "table"
1525   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1526   algorithm: "table_merged_details"
1527   output-file-ext: ".csv"
1528   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1529   columns:
1530   -
1531     title: "Name"
1532     data: "data name"
1533   -
1534     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1535     data: "data show-run"
1536   rows: "generated"
1537   data: "vpp-perf-results-2n-skx"
1538   filter: "not 'NDRCHK' and not 'PDRCHK'"
1539   parameters:
1540   - "parent"
1541   - "name"
1542   - "show-run"
1543
1544 -
1545   type: "table"
1546   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1547   algorithm: "table_details"
1548   output-file-ext: ".csv"
1549   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1550   columns:
1551   -
1552     title: "Name"
1553     data: "data name"
1554   -
1555     title: "Status"
1556     data: "data msg"
1557   rows: "generated"
1558   data: "vpp-mrr-results-3n-hsw"
1559   filter: "'MRR'"
1560   parameters:
1561   - "name"
1562   - "parent"
1563   - "doc"
1564   - "msg"
1565
1566 -
1567   type: "table"
1568   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1569   algorithm: "table_details"
1570   output-file-ext: ".csv"
1571   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1572   columns:
1573   -
1574     title: "Name"
1575     data: "data name"
1576   -
1577     title: "Status"
1578     data: "data msg"
1579   rows: "generated"
1580   data: "vpp-mrr-results-3n-skx"
1581   filter: "'MRR'"
1582   parameters:
1583   - "name"
1584   - "parent"
1585   - "doc"
1586   - "msg"
1587
1588 -
1589   type: "table"
1590   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1591   algorithm: "table_details"
1592   output-file-ext: ".csv"
1593   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1594   columns:
1595   -
1596     title: "Name"
1597     data: "data name"
1598   -
1599     title: "Status"
1600     data: "data msg"
1601   rows: "generated"
1602   data: "vpp-mrr-results-2n-skx"
1603   filter: "'MRR'"
1604   parameters:
1605   - "name"
1606   - "parent"
1607   - "doc"
1608   - "msg"
1609
1610 -
1611   type: "table"
1612   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1613   algorithm: "table_details"
1614   output-file-ext: ".csv"
1615   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1616   columns:
1617   -
1618     title: "Name"
1619     data: "data name"
1620   -
1621     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1622     data: "data vat-history"
1623   rows: "generated"
1624   data: "vpp-mrr-results-3n-hsw"
1625   filter: "'MRR'"
1626   parameters:
1627   - "parent"
1628   - "name"
1629   - "vat-history"
1630
1631 -
1632   type: "table"
1633   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1634   algorithm: "table_details"
1635   output-file-ext: ".csv"
1636   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1637   columns:
1638   -
1639     title: "Name"
1640     data: "data name"
1641   -
1642     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1643     data: "data vat-history"
1644   rows: "generated"
1645   data: "vpp-mrr-results-3n-skx"
1646   filter: "'MRR'"
1647   parameters:
1648   - "parent"
1649   - "name"
1650   - "vat-history"
1651
1652 -
1653   type: "table"
1654   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1655   algorithm: "table_details"
1656   output-file-ext: ".csv"
1657   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1658   columns:
1659   -
1660     title: "Name"
1661     data: "data name"
1662   -
1663     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1664     data: "data vat-history"
1665   rows: "generated"
1666   data: "vpp-mrr-results-2n-skx"
1667   filter: "'MRR'"
1668   parameters:
1669   - "parent"
1670   - "name"
1671   - "vat-history"
1672
1673 -
1674   type: "table"
1675   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1676   algorithm: "table_details"
1677   output-file-ext: ".csv"
1678   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1679   columns:
1680   -
1681     title: "Name"
1682     data: "data name"
1683   -
1684     title: "Documentation"
1685     data: "data doc"
1686   -
1687     title: "Status"
1688     data: "data status"
1689   rows: "generated"
1690   data: "vpp-func-results-ubuntu"
1691   filter: "all"
1692   parameters:
1693   - "name"
1694   - "parent"
1695   - "doc"
1696   - "status"
1697
1698 -
1699   type: "table"
1700   title: "Detailed Test Results - VPP Functional Results - CentOS"
1701   algorithm: "table_details"
1702   output-file-ext: ".csv"
1703   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1704   columns:
1705   -
1706     title: "Name"
1707     data: "data name"
1708   -
1709     title: "Documentation"
1710     data: "data doc"
1711   -
1712     title: "Status"
1713     data: "data status"
1714   rows: "generated"
1715   data:
1716     "vpp-func-results-centos"
1717   filter: "all"
1718   parameters:
1719   - "name"
1720   - "parent"
1721   - "doc"
1722   - "status"
1723
1724 -
1725   type: "table"
1726   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1727   algorithm: "table_details"
1728   output-file-ext: ".csv"
1729   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1730   columns:
1731   -
1732     title: "Name"
1733     data: "data name"
1734   -
1735     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1736     data: "data vat-history"
1737   rows: "generated"
1738   data: "vpp-func-results-ubuntu"
1739   filter: "all"
1740   parameters:
1741   - "parent"
1742   - "name"
1743   - "vat-history"
1744
1745 -
1746   type: "table"
1747   title: "Test configuration - VPP Functional Test Configs - CentOS"
1748   algorithm: "table_details"
1749   output-file-ext: ".csv"
1750   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1751   columns:
1752   -
1753     title: "Name"
1754     data: "data name"
1755   -
1756     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1757     data: "data vat-history"
1758   rows: "generated"
1759   data: "vpp-func-results-centos"
1760   filter: "all"
1761   parameters:
1762   - "parent"
1763   - "name"
1764   - "vat-history"
1765
1766 -
1767   type: "table"
1768   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1769   algorithm: "table_details"
1770   output-file-ext: ".csv"
1771   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1772   columns:
1773   -
1774     title: "Name"
1775     data: "data name"
1776   -
1777     title: "Status"
1778     data: "data msg"
1779   rows: "generated"
1780   data: "ligato-perf-results-3n-hsw"
1781   filter: "all"
1782   parameters:
1783   - "name"
1784   - "parent"
1785   - "doc"
1786   - "msg"
1787
1788 ################################################################################
1789 # DPDK
1790 -
1791   type: "table"
1792   title: "DPDK Performance Changes 1t1c pdr"
1793   algorithm: "table_performance_comparison"
1794   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1795   reference:
1796     title: "rls1804"
1797     data:
1798       csit-dpdk-perf-1804-all:
1799       - 4
1800       - 5
1801       - 6
1802       - 7
1803       - 8
1804       - 9
1805       - 10
1806       - 11
1807       - 12
1808       - 13
1809   compare:
1810     title: "rls1807"
1811     data:
1812       csit-dpdk-perf-verify-1807-3n-hsw:
1813       - 11
1814       - 12  # full
1815       - 14
1816       - 15
1817       - 16
1818       - 17
1819       - 20
1820       - 21
1821       - 22
1822       - 23
1823   data: "dpdk-performance-changes"
1824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1825   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1826   parameters:
1827   - "name"
1828   - "parent"
1829   - "throughput"
1830
1831 -
1832   type: "table"
1833   title: "DPDK Performance Changes 2t2c pdr"
1834   algorithm: "table_performance_comparison"
1835   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
1836   reference:
1837     title: "rls1804"
1838     data:
1839       csit-dpdk-perf-1804-all:
1840       - 4
1841       - 5
1842       - 6
1843       - 7
1844       - 8
1845       - 9
1846       - 10
1847       - 11
1848       - 12
1849       - 13
1850   compare:
1851     title: "rls1807"
1852     data:
1853       csit-dpdk-perf-verify-1807-3n-hsw:
1854       - 11
1855       - 12  # full
1856       - 14
1857       - 15
1858       - 16
1859       - 17
1860       - 20
1861       - 21
1862       - 22
1863       - 23
1864   data: "dpdk-performance-changes"
1865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1866   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1867   parameters:
1868   - "name"
1869   - "parent"
1870   - "throughput"
1871
1872 -
1873   type: "table"
1874   title: "DPDK Performance Changes 1t1c ndr"
1875   algorithm: "table_performance_comparison"
1876   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
1877   reference:
1878     title: "rls1804"
1879     data:
1880       csit-dpdk-perf-1804-all:
1881       - 4
1882       - 5
1883       - 6
1884       - 7
1885       - 8
1886       - 9
1887       - 10
1888       - 11
1889       - 12
1890       - 13
1891   compare:
1892     title: "rls1807"
1893     data:
1894       csit-dpdk-perf-verify-1807-3n-hsw:
1895       - 11
1896       - 12  # full
1897       - 14
1898       - 15
1899       - 16
1900       - 17
1901       - 20
1902       - 21
1903       - 22
1904       - 23
1905   data: "dpdk-performance-changes"
1906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1907   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1908   parameters:
1909   - "name"
1910   - "parent"
1911   - "throughput"
1912
1913 -
1914   type: "table"
1915   title: "DPDK Performance Changes 2t2c ndr"
1916   algorithm: "table_performance_comparison"
1917   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
1918   reference:
1919     title: "rls1804"
1920     data:
1921       csit-dpdk-perf-1804-all:
1922       - 4
1923       - 5
1924       - 6
1925       - 7
1926       - 8
1927       - 9
1928       - 10
1929       - 11
1930       - 12
1931       - 13
1932   compare:
1933     title: "rls1807"
1934     data:
1935       csit-dpdk-perf-verify-1807-3n-hsw:
1936       - 11
1937       - 12  # full
1938       - 14
1939       - 15
1940       - 16
1941       - 17
1942       - 20
1943       - 21
1944       - 22
1945       - 23
1946   data: "dpdk-performance-changes"
1947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1948   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1949   parameters:
1950   - "name"
1951   - "parent"
1952   - "throughput"
1953
1954 -
1955   type: "table"
1956   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1957   algorithm: "table_performance_comparison"
1958   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1959   reference:
1960     title: "3-Node Hsw"
1961     data:
1962       csit-dpdk-perf-verify-1807-3n-hsw:
1963       - 11
1964       - 12  # full
1965       - 14
1966       - 15
1967       - 16
1968       - 17
1969       - 20
1970       - 21
1971       - 22
1972       - 23
1973   compare:
1974     title: "3-Node Skx"
1975     data:
1976       csit-dpdk-perf-verify-1807-3n-skx:
1977       - 1
1978       - 2
1979       - 3
1980       - 6
1981       - 7
1982       - 8
1983       - 9
1984       - 10
1985       - 11
1986       - 12
1987   data: "dpdk-compare-testbeds"
1988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1989   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1990   parameters:
1991   - "name"
1992   - "parent"
1993   - "throughput"
1994
1995 -
1996   type: "table"
1997   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1998   algorithm: "table_performance_comparison"
1999   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2000   reference:
2001     title: "3-Node Hsw"
2002     data:
2003       csit-dpdk-perf-verify-1807-3n-hsw:
2004       - 11
2005       - 12  # full
2006       - 14
2007       - 15
2008       - 16
2009       - 17
2010       - 20
2011       - 21
2012       - 22
2013       - 23
2014   compare:
2015     title: "3-Node Skx"
2016     data:
2017       csit-dpdk-perf-verify-1807-3n-skx:
2018       - 1
2019       - 2
2020       - 3
2021       - 6
2022       - 7
2023       - 8
2024       - 9
2025       - 10
2026       - 11
2027       - 12
2028   data: "dpdk-compare-testbeds"
2029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2030   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2031   parameters:
2032   - "name"
2033   - "parent"
2034   - "throughput"
2035
2036 -
2037   type: "table"
2038   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2039   algorithm: "table_performance_comparison"
2040   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2041   reference:
2042     title: "3-Node Hsw"
2043     data:
2044       csit-dpdk-perf-verify-1807-3n-hsw:
2045       - 11
2046       - 12  # full
2047       - 14
2048       - 15
2049       - 16
2050       - 17
2051       - 20
2052       - 21
2053       - 22
2054       - 23
2055   compare:
2056     title: "3-Node Skx"
2057     data:
2058       csit-dpdk-perf-verify-1807-3n-skx:
2059       - 1
2060       - 2
2061       - 3
2062       - 6
2063       - 7
2064       - 8
2065       - 9
2066       - 10
2067       - 11
2068       - 12
2069   data: "dpdk-compare-testbeds"
2070   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2071   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2072   parameters:
2073   - "name"
2074   - "parent"
2075   - "throughput"
2076
2077 -
2078   type: "table"
2079   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2080   algorithm: "table_details"
2081   output-file-ext: ".csv"
2082   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2083   columns:
2084   -
2085     title: "Name"
2086     data: "data name"
2087   -
2088     title: "Status"
2089     data: "data msg"
2090   rows: "generated"
2091   data: "dpdk-perf-results-3n-hsw"
2092   filter: "all"
2093   parameters:
2094   - "name"
2095   - "parent"
2096   - "msg"
2097
2098 -
2099   type: "table"
2100   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2101   algorithm: "table_details"
2102   output-file-ext: ".csv"
2103   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2104   columns:
2105   -
2106     title: "Name"
2107     data: "data name"
2108   -
2109     title: "Status"
2110     data: "data msg"
2111   rows: "generated"
2112   data: "dpdk-perf-results-3n-skx"
2113   filter: "all"
2114   parameters:
2115   - "name"
2116   - "parent"
2117   - "msg"
2118
2119 -
2120   type: "table"
2121   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2122   algorithm: "table_details"
2123   output-file-ext: ".csv"
2124   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2125   columns:
2126   -
2127     title: "Name"
2128     data: "data name"
2129   -
2130     title: "Status"
2131     data: "data msg"
2132   rows: "generated"
2133   data: "dpdk-perf-results-2n-skx"
2134   filter: "all"
2135   parameters:
2136   - "name"
2137   - "parent"
2138   - "msg"
2139
2140
2141 ################################################################################
2142 # HoneyComb
2143 -
2144   type: "table"
2145   title: "Detailed Test Results - Honeycomb Functional Results"
2146   algorithm: "table_details"
2147   output-file-ext: ".csv"
2148   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2149   columns:
2150   -
2151     title: "Name"
2152     data: "data name"
2153   -
2154     title: "Documentation"
2155     data: "data doc"
2156   -
2157     title: "Status"
2158     data: "data status"
2159   rows: "generated"
2160   data:
2161     "hc-func-results"
2162   filter: "all"
2163   parameters:
2164   - "name"
2165   - "parent"
2166   - "doc"
2167   - "status"
2168
2169 ################################################################################
2170 # NSH SFC
2171 -
2172   type: "table"
2173   title: "Detailed Test Results - NSH SFC Functional Results"
2174   algorithm: "table_details"
2175   output-file-ext: ".csv"
2176   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2177   columns:
2178   -
2179     title: "Name"
2180     data: "data name"
2181   -
2182     title: "Documentation"
2183     data: "data doc"
2184   -
2185     title: "Status"
2186     data: "data status"
2187   rows: "generated"
2188   data:
2189     "nsh-func-results"
2190   filter: "all"
2191   parameters:
2192   - "name"
2193   - "parent"
2194   - "doc"
2195   - "status"
2196
2197 ################################################################################
2198 ###                                F I L E S                                 ###
2199 ################################################################################
2200
2201 -
2202   type: "file"
2203   title: "VPP Performance Results 3n-hsw"
2204   algorithm: "file_test_results"
2205   output-file-ext: ".rst"
2206   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2207   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"
2208   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2209   data: "vpp-perf-results-3n-hsw"
2210   filter: "not 'NDRCHK' and not 'PDRCHK'"
2211   parameters:
2212   - "name"
2213   - "doc"
2214   - "level"
2215   - "parent"
2216   data-start-level: 3
2217
2218 -
2219   type: "file"
2220   title: "VPP Performance Results 3n-skx"
2221   algorithm: "file_test_results"
2222   output-file-ext: ".rst"
2223   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2224   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"
2225   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2226   data: "vpp-perf-results-3n-skx"
2227   filter: "not 'NDRCHK' and not 'PDRCHK'"
2228   parameters:
2229   - "name"
2230   - "doc"
2231   - "level"
2232   - "parent"
2233   data-start-level: 3
2234
2235 -
2236   type: "file"
2237   title: "VPP Performance Results 2n-skx"
2238   algorithm: "file_test_results"
2239   output-file-ext: ".rst"
2240   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2241   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"
2242   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2243   data: "vpp-perf-results-2n-skx"
2244   filter: "not 'NDRCHK' and not 'PDRCHK'"
2245   parameters:
2246   - "name"
2247   - "doc"
2248   - "level"
2249   - "parent"
2250   data-start-level: 3
2251
2252 -
2253   type: "file"
2254   title: "VPP Performance Configuration 3n-hsw"
2255   algorithm: "file_test_results"
2256   output-file-ext: ".rst"
2257   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2258   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"
2259   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2260   data: "vpp-perf-results-3n-hsw"
2261   filter: "not 'NDRCHK' and not 'PDRCHK'"
2262   parameters:
2263   - "name"
2264   - "doc"
2265   - "level"
2266   - "parent"
2267   data-start-level: 3
2268
2269 -
2270   type: "file"
2271   title: "VPP Performance Configuration 3n-skx"
2272   algorithm: "file_test_results"
2273   output-file-ext: ".rst"
2274   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2275   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"
2276   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2277   data: "vpp-perf-results-3n-skx"
2278   filter: "not 'NDRCHK' and not 'PDRCHK'"
2279   parameters:
2280   - "name"
2281   - "doc"
2282   - "level"
2283   - "parent"
2284   data-start-level: 3
2285
2286 -
2287   type: "file"
2288   title: "VPP Performance Configuration 2n-skx"
2289   algorithm: "file_test_results"
2290   output-file-ext: ".rst"
2291   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2292   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"
2293   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2294   data: "vpp-perf-results-2n-skx"
2295   filter: "not 'NDRCHK' and not 'PDRCHK'"
2296   parameters:
2297   - "name"
2298   - "doc"
2299   - "level"
2300   - "parent"
2301   data-start-level: 3
2302
2303 -
2304   type: "file"
2305   title: "VPP Performance Operational Data 3n-hsw"
2306   algorithm: "file_test_results"
2307   output-file-ext: ".rst"
2308   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2309   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"
2310   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2311   data: "vpp-perf-results-3n-hsw"
2312   filter: "not 'NDRCHK' and not 'PDRCHK'"
2313   parameters:
2314   - "name"
2315   - "doc"
2316   - "level"
2317   - "parent"
2318   data-start-level: 3
2319
2320 -
2321   type: "file"
2322   title: "VPP Performance Operational Data 3n-skx"
2323   algorithm: "file_test_results"
2324   output-file-ext: ".rst"
2325   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2326   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"
2327   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2328   data: "vpp-perf-results-3n-skx"
2329   filter: "not 'NDRCHK' and not 'PDRCHK'"
2330   parameters:
2331   - "name"
2332   - "doc"
2333   - "level"
2334   - "parent"
2335   data-start-level: 3
2336
2337 -
2338   type: "file"
2339   title: "VPP Performance Operational Data 2n-skx"
2340   algorithm: "file_test_results"
2341   output-file-ext: ".rst"
2342   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2343   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"
2344   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2345   data: "vpp-perf-results-2n-skx"
2346   filter: "not 'NDRCHK' and not 'PDRCHK'"
2347   parameters:
2348   - "name"
2349   - "doc"
2350   - "level"
2351   - "parent"
2352   data-start-level: 3
2353
2354 -
2355   type: "file"
2356   title: "VPP MRR Results 3n-hsw"
2357   algorithm: "file_test_results"
2358   output-file-ext: ".rst"
2359   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2360   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"
2361   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2362   data: "vpp-mrr-results-3n-hsw"
2363   filter: "'MRR'"
2364   parameters:
2365   - "name"
2366   - "doc"
2367   - "level"
2368   - "parent"
2369   data-start-level: 3
2370
2371 -
2372   type: "file"
2373   title: "VPP MRR Results 3n-skx"
2374   algorithm: "file_test_results"
2375   output-file-ext: ".rst"
2376   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2377   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"
2378   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2379   data: "vpp-mrr-results-3n-skx"
2380   filter: "'MRR'"
2381   parameters:
2382   - "name"
2383   - "doc"
2384   - "level"
2385   - "parent"
2386   data-start-level: 3
2387
2388 -
2389   type: "file"
2390   title: "VPP MRR Results 2n-skx"
2391   algorithm: "file_test_results"
2392   output-file-ext: ".rst"
2393   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2394   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"
2395   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2396   data: "vpp-mrr-results-2n-skx"
2397   filter: "all"
2398   parameters:
2399   - "name"
2400   - "doc"
2401   - "level"
2402   - "parent"
2403   data-start-level: 3
2404
2405 -
2406   type: "file"
2407   title: "VPP MRR Configuration 3n-hsw"
2408   algorithm: "file_test_results"
2409   output-file-ext: ".rst"
2410   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2411   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"
2412   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2413   data: "vpp-mrr-results-3n-hsw"
2414   filter: "'MRR'"
2415   parameters:
2416   - "name"
2417   - "doc"
2418   - "level"
2419   - "parent"
2420   data-start-level: 3
2421
2422 -
2423   type: "file"
2424   title: "VPP MRR Configuration 3n-skx"
2425   algorithm: "file_test_results"
2426   output-file-ext: ".rst"
2427   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2428   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"
2429   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2430   data: "vpp-mrr-results-3n-skx"
2431   filter: "'MRR'"
2432   parameters:
2433   - "name"
2434   - "doc"
2435   - "level"
2436   - "parent"
2437   data-start-level: 3
2438
2439 -
2440   type: "file"
2441   title: "VPP MRR Configuration 2n-skx"
2442   algorithm: "file_test_results"
2443   output-file-ext: ".rst"
2444   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2445   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"
2446   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2447   data: "vpp-mrr-results-2n-skx"
2448   filter: "'MRR'"
2449   parameters:
2450   - "name"
2451   - "doc"
2452   - "level"
2453   - "parent"
2454   data-start-level: 3
2455
2456 -
2457   type: "file"
2458   title: "VPP Functional Results - Ubuntu"
2459   algorithm: "file_test_results"
2460   output-file-ext: ".rst"
2461   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2462   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"
2463   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2464   data: "vpp-func-results-ubuntu"
2465   filter: "all"
2466   parameters:
2467   - "name"
2468   - "doc"
2469   - "level"
2470   - "parent"
2471   data-start-level: 4
2472
2473 -
2474   type: "file"
2475   title: "VPP Functional Results - CentOS"
2476   algorithm: "file_test_results"
2477   output-file-ext: ".rst"
2478   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2479   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"
2480   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2481   data:
2482     "vpp-func-results-centos"
2483   filter: "all"
2484   parameters:
2485   - "name"
2486   - "doc"
2487   - "level"
2488   - "parent"
2489   data-start-level: 4
2490
2491 -
2492   type: "file"
2493   title: "VPP Functional Configuration - Ubuntu"
2494   algorithm: "file_test_results"
2495   output-file-ext: ".rst"
2496   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2497   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"
2498   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2499   data: "vpp-func-results-ubuntu"
2500   filter: "all"
2501   parameters:
2502   - "name"
2503   - "doc"
2504   - "level"
2505   - "parent"
2506   data-start-level: 4
2507
2508 -
2509   type: "file"
2510   title: "VPP Functional Configuration - CentOS"
2511   algorithm: "file_test_results"
2512   output-file-ext: ".rst"
2513   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2514   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"
2515   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2516   data:
2517     "vpp-func-results-centos"
2518   filter: "all"
2519   parameters:
2520   - "name"
2521   - "doc"
2522   - "level"
2523   - "parent"
2524   data-start-level: 4
2525
2526 -
2527   type: "file"
2528   title: "Container Orchestrated Performance Results 3n-hsw"
2529   algorithm: "file_test_results"
2530   output-file-ext: ".rst"
2531   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2532   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"
2533   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2534   data: "ligato-perf-results-3n-hsw"
2535   filter: "all"
2536   parameters:
2537   - "name"
2538   - "doc"
2539   - "level"
2540   - "parent"
2541   data-start-level: 3
2542
2543 -
2544   type: "file"
2545   title: "DPDK Performance Results 3n-hsw"
2546   algorithm: "file_test_results"
2547   output-file-ext: ".rst"
2548   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2549   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"
2550   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2551   data: "dpdk-perf-results-3n-hsw"
2552   filter: "all"
2553   parameters:
2554   - "name"
2555   - "doc"
2556   - "level"
2557   - "parent"
2558   data-start-level: 3
2559
2560 -
2561   type: "file"
2562   title: "DPDK Performance Results 3n-skx"
2563   algorithm: "file_test_results"
2564   output-file-ext: ".rst"
2565   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2566   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"
2567   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2568   data: "dpdk-perf-results-3n-skx"
2569   filter: "all"
2570   parameters:
2571   - "name"
2572   - "doc"
2573   - "level"
2574   - "parent"
2575   data-start-level: 3
2576
2577 -
2578   type: "file"
2579   title: "DPDK Performance Results 2n-skx"
2580   algorithm: "file_test_results"
2581   output-file-ext: ".rst"
2582   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2583   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"
2584   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2585   data: "dpdk-perf-results-2n-skx"
2586   filter: "all"
2587   parameters:
2588   - "name"
2589   - "doc"
2590   - "level"
2591   - "parent"
2592   data-start-level: 3
2593
2594 -
2595   type: "file"
2596   title: "Honeycomb Functional Results"
2597   algorithm: "file_test_results"
2598   output-file-ext: ".rst"
2599   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2600   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"
2601   dir-tables: "{DIR[DTR,FUNC,HC]}"
2602   data:
2603     "hc-func-results"
2604   filter: "all"
2605   parameters:
2606   - "name"
2607   - "doc"
2608   - "level"
2609   - "parent"
2610   data-start-level: 3
2611
2612 -
2613   type: "file"
2614   title: "NSH SFC Functional Results"
2615   algorithm: "file_test_results"
2616   output-file-ext: ".rst"
2617   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2618   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"
2619   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2620   data:
2621     "nsh-func-results"
2622   filter: "all"
2623   parameters:
2624   - "name"
2625   - "doc"
2626   - "level"
2627   - "parent"
2628   data-start-level: 3
2629
2630 ################################################################################
2631 ###                                P L O T S                                 ###
2632 ################################################################################
2633
2634 ################################################################################
2635 # Plots VPP HTTP Server Performance
2636 -
2637   type: "plot"
2638   title: "VPP HTTP Server Performance"
2639   algorithm: "plot_http_server_performance_box"
2640   output-file-type: ".html"
2641   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2642   data:
2643     "plot-vpp-http-server-performance"
2644   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2645   # each tag is enclosed with ' (apostrophe).
2646   filter: "'HTTP' and 'TCP_CPS'"
2647   parameters:
2648   - "result"
2649   - "name"
2650   traces:
2651     hoverinfo: "x+y"
2652     boxpoints: "outliers"
2653     whiskerwidth: 0
2654   layout:
2655     title: "VPP HTTP Server Performance"
2656     layout:
2657       "plot-cps"
2658
2659 -
2660   type: "plot"
2661   title: "VPP HTTP Server Performance"
2662   algorithm: "plot_http_server_performance_box"
2663   output-file-type: ".html"
2664   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2665   data:
2666     "plot-vpp-http-server-performance"
2667   filter: "'HTTP' and 'TCP_RPS'"
2668   parameters:
2669   - "result"
2670   - "name"
2671   traces:
2672     hoverinfo: "x+y"
2673     boxpoints: "outliers"
2674     whiskerwidth: 0
2675   layout:
2676     title: "VPP HTTP Server Performance"
2677     layout:
2678       "plot-rps"
2679
2680 ################################################################################
2681
2682 # Packet Throughput - VPP L2 3n-hsw-x520
2683 -
2684   type: "plot"
2685   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2686   algorithm: "plot_performance_box"
2687   output-file-type: ".html"
2688   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2689   data: "plot-vpp-throughput-latency-3n-hsw"
2690   filter: "'NIC_Intel-X520-DA2' and
2691            '64B' and
2692            ('BASE' or 'SCALE') and
2693            'NDRPDR' and
2694            '1T1C' and
2695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2696            not 'VHOST' and
2697            not 'MEMIF'"
2698   parameters:
2699   - "throughput"
2700   - "parent"
2701   traces:
2702     hoverinfo: "x+y"
2703     boxpoints: "outliers"
2704     whiskerwidth: 0
2705   layout:
2706     title: ""  # No title
2707     layout: "plot-throughput"
2708
2709 -
2710   type: "plot"
2711   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2712   algorithm: "plot_performance_box"
2713   output-file-type: ".html"
2714   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
2715   data: "plot-vpp-throughput-latency-3n-hsw"
2716   filter: "'NIC_Intel-X520-DA2' and
2717            '64B' and
2718            ('BASE' or 'SCALE') and
2719            'NDRPDR' and
2720            '1T1C' and
2721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2722            not 'VHOST' and
2723            not 'MEMIF'"
2724   parameters:
2725   - "throughput"
2726   - "parent"
2727   traces:
2728     hoverinfo: "x+y"
2729     boxpoints: "outliers"
2730     whiskerwidth: 0
2731   layout:
2732     title: ""  # No title
2733     layout: "plot-throughput"
2734
2735 -
2736   type: "plot"
2737   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2738   algorithm: "plot_performance_box"
2739   output-file-type: ".html"
2740   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
2741   data: "plot-vpp-throughput-latency-3n-hsw"
2742   filter: "'NIC_Intel-X520-DA2' and
2743            '64B' and
2744            ('BASE' or 'SCALE') and
2745            'NDRPDR' and
2746            '2T2C' and
2747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2748            not 'VHOST' and
2749            not 'MEMIF'"
2750   parameters:
2751   - "throughput"
2752   - "parent"
2753   traces:
2754     hoverinfo: "x+y"
2755     boxpoints: "outliers"
2756     whiskerwidth: 0
2757   layout:
2758     title: ""  # No title
2759     layout: "plot-throughput"
2760
2761 -
2762   type: "plot"
2763   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2764   algorithm: "plot_performance_box"
2765   output-file-type: ".html"
2766   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
2767   data: "plot-vpp-throughput-latency-3n-hsw"
2768   filter: "'NIC_Intel-X520-DA2' and
2769            '64B' and
2770            ('BASE' or 'SCALE') and
2771            'NDRPDR' and
2772            '2T2C' and
2773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2774            not 'VHOST' and
2775            not 'MEMIF'"
2776   parameters:
2777   - "throughput"
2778   - "parent"
2779   traces:
2780     hoverinfo: "x+y"
2781     boxpoints: "outliers"
2782     whiskerwidth: 0
2783   layout:
2784     title: ""  # No title
2785     layout: "plot-throughput"
2786
2787 -
2788   type: "plot"
2789   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2790   algorithm: "plot_performance_box"
2791   output-file-type: ".html"
2792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
2793   data: "plot-vpp-throughput-latency-3n-hsw"
2794   filter: "'NIC_Intel-X520-DA2' and
2795            '64B' and
2796            'FEATURE' and
2797            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2798            'NDRPDR' and
2799            '1T1C' and
2800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2801            not 'VHOST' and
2802            not 'MEMIF'"
2803   parameters:
2804   - "throughput"
2805   - "parent"
2806   traces:
2807     hoverinfo: "x+y"
2808     boxpoints: "outliers"
2809     whiskerwidth: 0
2810   layout:
2811     title: ""  # No title
2812     layout: "plot-throughput"
2813
2814 -
2815   type: "plot"
2816   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2817   algorithm: "plot_performance_box"
2818   output-file-type: ".html"
2819   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
2820   data: "plot-vpp-throughput-latency-3n-hsw"
2821   filter: "'NIC_Intel-X520-DA2' and
2822            '64B' and
2823            'FEATURE' and
2824            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2825            'NDRPDR' and
2826            '1T1C' and
2827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2828            not 'VHOST' and
2829            not 'MEMIF'"
2830   parameters:
2831   - "throughput"
2832   - "parent"
2833   traces:
2834     hoverinfo: "x+y"
2835     boxpoints: "outliers"
2836     whiskerwidth: 0
2837   layout:
2838     title: ""  # No title
2839     layout: "plot-throughput"
2840
2841 -
2842   type: "plot"
2843   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2844   algorithm: "plot_performance_box"
2845   output-file-type: ".html"
2846   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
2847   data: "plot-vpp-throughput-latency-3n-hsw"
2848   filter: "'NIC_Intel-X520-DA2' and
2849            '64B' and
2850            'FEATURE' and
2851            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2852            'NDRPDR' and
2853            '2T2C' and
2854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2855            not 'VHOST' and
2856            not 'MEMIF'"
2857   parameters:
2858   - "throughput"
2859   - "parent"
2860   traces:
2861     hoverinfo: "x+y"
2862     boxpoints: "outliers"
2863     whiskerwidth: 0
2864   layout:
2865     title: ""  # No title
2866     layout: "plot-throughput"
2867
2868 -
2869   type: "plot"
2870   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2871   algorithm: "plot_performance_box"
2872   output-file-type: ".html"
2873   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
2874   data: "plot-vpp-throughput-latency-3n-hsw"
2875   filter: "'NIC_Intel-X520-DA2' and
2876            '64B' and
2877            'FEATURE' and
2878            ('ACL10' or 'ACL50') and '10k_FLOWS' and
2879            'NDRPDR' and
2880            '2T2C' and
2881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2882            not 'VHOST' and
2883            not 'MEMIF'"
2884   parameters:
2885   - "throughput"
2886   - "parent"
2887   traces:
2888     hoverinfo: "x+y"
2889     boxpoints: "outliers"
2890     whiskerwidth: 0
2891   layout:
2892     title: ""  # No title
2893     layout: "plot-throughput"
2894
2895 # Packet Throughput - VPP L2 3n-hsw-x710
2896 -
2897   type: "plot"
2898   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2899   algorithm: "plot_performance_box"
2900   output-file-type: ".html"
2901   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
2902   data: "plot-vpp-throughput-latency-3n-hsw"
2903   filter: "'NIC_Intel-X710' and
2904            '64B' and
2905            ('BASE' or 'SCALE') and
2906            'NDRPDR' and
2907            '1T1C' and
2908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2909            not 'VHOST' and
2910            not 'MEMIF'"
2911   parameters:
2912   - "throughput"
2913   - "parent"
2914   traces:
2915     hoverinfo: "x+y"
2916     boxpoints: "outliers"
2917     whiskerwidth: 0
2918   layout:
2919     title: ""  # No title
2920     layout: "plot-throughput"
2921
2922 -
2923   type: "plot"
2924   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2925   algorithm: "plot_performance_box"
2926   output-file-type: ".html"
2927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
2928   data: "plot-vpp-throughput-latency-3n-hsw"
2929   filter: "'NIC_Intel-X710' and
2930            '64B' and
2931            ('BASE' or 'SCALE') and
2932            'NDRPDR' and
2933            '1T1C' and
2934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2935            not 'VHOST' and
2936            not 'MEMIF'"
2937   parameters:
2938   - "throughput"
2939   - "parent"
2940   traces:
2941     hoverinfo: "x+y"
2942     boxpoints: "outliers"
2943     whiskerwidth: 0
2944   layout:
2945     title: ""  # No title
2946     layout: "plot-throughput"
2947
2948 -
2949   type: "plot"
2950   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2951   algorithm: "plot_performance_box"
2952   output-file-type: ".html"
2953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
2954   data: "plot-vpp-throughput-latency-3n-hsw"
2955   filter: "'NIC_Intel-X710' and
2956            '64B' and
2957            ('BASE' or 'SCALE') and
2958            'NDRPDR' and
2959            '2T2C' and
2960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2961            not 'VHOST' and
2962            not 'MEMIF'"
2963   parameters:
2964   - "throughput"
2965   - "parent"
2966   traces:
2967     hoverinfo: "x+y"
2968     boxpoints: "outliers"
2969     whiskerwidth: 0
2970   layout:
2971     title: ""  # No title
2972     layout: "plot-throughput"
2973
2974 -
2975   type: "plot"
2976   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2977   algorithm: "plot_performance_box"
2978   output-file-type: ".html"
2979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
2980   data: "plot-vpp-throughput-latency-3n-hsw"
2981   filter: "'NIC_Intel-X710' and
2982            '64B' and
2983            ('BASE' or 'SCALE') and
2984            'NDRPDR' and
2985            '2T2C' and
2986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
2987            not 'VHOST' and
2988            not 'MEMIF'"
2989   parameters:
2990   - "throughput"
2991   - "parent"
2992   traces:
2993     hoverinfo: "x+y"
2994     boxpoints: "outliers"
2995     whiskerwidth: 0
2996   layout:
2997     title: ""  # No title
2998     layout: "plot-throughput"
2999
3000 -
3001   type: "plot"
3002   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3003   algorithm: "plot_performance_box"
3004   output-file-type: ".html"
3005   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3006   data: "plot-vpp-throughput-latency-3n-hsw"
3007   filter: "'NIC_Intel-X710' and
3008            '64B' and
3009            'FEATURE' and
3010            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3011            'NDRPDR' and
3012            '1T1C' and
3013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3014            not 'VHOST' and
3015            not 'MEMIF'"
3016   parameters:
3017   - "throughput"
3018   - "parent"
3019   traces:
3020     hoverinfo: "x+y"
3021     boxpoints: "outliers"
3022     whiskerwidth: 0
3023   layout:
3024     title: ""  # No title
3025     layout: "plot-throughput"
3026
3027 -
3028   type: "plot"
3029   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3030   algorithm: "plot_performance_box"
3031   output-file-type: ".html"
3032   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3033   data: "plot-vpp-throughput-latency-3n-hsw"
3034   filter: "'NIC_Intel-X710' and
3035            '64B' and
3036            'FEATURE' and
3037            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3038            'NDRPDR' and
3039            '1T1C' and
3040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3041            not 'VHOST' and
3042            not 'MEMIF'"
3043   parameters:
3044   - "throughput"
3045   - "parent"
3046   traces:
3047     hoverinfo: "x+y"
3048     boxpoints: "outliers"
3049     whiskerwidth: 0
3050   layout:
3051     title: ""  # No title
3052     layout: "plot-throughput"
3053
3054 -
3055   type: "plot"
3056   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3057   algorithm: "plot_performance_box"
3058   output-file-type: ".html"
3059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3060   data: "plot-vpp-throughput-latency-3n-hsw"
3061   filter: "'NIC_Intel-X710' and
3062            '64B' and
3063            'FEATURE' and
3064            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3065            'NDRPDR' and
3066            '2T2C' and
3067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3068            not 'VHOST' and
3069            not 'MEMIF'"
3070   parameters:
3071   - "throughput"
3072   - "parent"
3073   traces:
3074     hoverinfo: "x+y"
3075     boxpoints: "outliers"
3076     whiskerwidth: 0
3077   layout:
3078     title: ""  # No title
3079     layout: "plot-throughput"
3080
3081 -
3082   type: "plot"
3083   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3084   algorithm: "plot_performance_box"
3085   output-file-type: ".html"
3086   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3087   data: "plot-vpp-throughput-latency-3n-hsw"
3088   filter: "'NIC_Intel-X710' and
3089            '64B' and
3090            'FEATURE' and
3091            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3092            'NDRPDR' and
3093            '2T2C' and
3094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3095            not 'VHOST' and
3096            not 'MEMIF'"
3097   parameters:
3098   - "throughput"
3099   - "parent"
3100   traces:
3101     hoverinfo: "x+y"
3102     boxpoints: "outliers"
3103     whiskerwidth: 0
3104   layout:
3105     title: ""  # No title
3106     layout: "plot-throughput"
3107
3108 # Packet Throughput - VPP L2 3n-hsw-xl710
3109 -
3110   type: "plot"
3111   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3112   algorithm: "plot_performance_box"
3113   output-file-type: ".html"
3114   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3115   data: "plot-vpp-throughput-latency-3n-hsw"
3116   filter: "'NIC_Intel-XL710' and
3117            '64B' and
3118            ('BASE' or 'SCALE') and
3119            'NDRPDR' and
3120            '1T1C' and
3121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3122            not 'VHOST' and
3123            not 'MEMIF'"
3124   parameters:
3125   - "throughput"
3126   - "parent"
3127   traces:
3128     hoverinfo: "x+y"
3129     boxpoints: "outliers"
3130     whiskerwidth: 0
3131   layout:
3132     title: ""  # No title
3133     layout: "plot-throughput"
3134
3135 -
3136   type: "plot"
3137   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3138   algorithm: "plot_performance_box"
3139   output-file-type: ".html"
3140   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3141   data: "plot-vpp-throughput-latency-3n-hsw"
3142   filter: "'NIC_Intel-XL710' and
3143            '64B' and
3144            ('BASE' or 'SCALE') and
3145            'NDRPDR' and
3146            '1T1C' and
3147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3148            not 'VHOST' and
3149            not 'MEMIF'"
3150   parameters:
3151   - "throughput"
3152   - "parent"
3153   traces:
3154     hoverinfo: "x+y"
3155     boxpoints: "outliers"
3156     whiskerwidth: 0
3157   layout:
3158     title: ""  # No title
3159     layout: "plot-throughput"
3160
3161 -
3162   type: "plot"
3163   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3164   algorithm: "plot_performance_box"
3165   output-file-type: ".html"
3166   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3167   data: "plot-vpp-throughput-latency-3n-hsw"
3168   filter: "'NIC_Intel-XL710' and
3169            '64B' and
3170            ('BASE' or 'SCALE') and
3171            'NDRPDR' and
3172            '2T2C' and
3173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3174            not 'VHOST' and
3175            not 'MEMIF'"
3176   parameters:
3177   - "throughput"
3178   - "parent"
3179   traces:
3180     hoverinfo: "x+y"
3181     boxpoints: "outliers"
3182     whiskerwidth: 0
3183   layout:
3184     title: ""  # No title
3185     layout: "plot-throughput"
3186
3187 -
3188   type: "plot"
3189   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3190   algorithm: "plot_performance_box"
3191   output-file-type: ".html"
3192   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3193   data: "plot-vpp-throughput-latency-3n-hsw"
3194   filter: "'NIC_Intel-XL710' and
3195            '64B' and
3196            ('BASE' or 'SCALE') and
3197            'NDRPDR' and
3198            '2T2C' and
3199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3200            not 'VHOST' and
3201            not 'MEMIF'"
3202   parameters:
3203   - "throughput"
3204   - "parent"
3205   traces:
3206     hoverinfo: "x+y"
3207     boxpoints: "outliers"
3208     whiskerwidth: 0
3209   layout:
3210     title: ""  # No title
3211     layout: "plot-throughput"
3212
3213 # Packet Throughput - VPP L2 3n-skx-x710
3214 -
3215   type: "plot"
3216   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3217   algorithm: "plot_performance_box"
3218   output-file-type: ".html"
3219   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3220   data: "plot-vpp-throughput-latency-3n-skx"
3221   filter: "'NIC_Intel-X710' and
3222            '64B' and
3223            ('BASE' or 'SCALE') and
3224            'NDRPDR' and
3225            '2T1C' and
3226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3227            not 'VHOST' and
3228            not 'MEMIF'"
3229   parameters:
3230   - "throughput"
3231   - "parent"
3232   traces:
3233     hoverinfo: "x+y"
3234     boxpoints: "outliers"
3235     whiskerwidth: 0
3236   layout:
3237     title: ""  # No title
3238     layout: "plot-throughput"
3239
3240 -
3241   type: "plot"
3242   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3243   algorithm: "plot_performance_box"
3244   output-file-type: ".html"
3245   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3246   data: "plot-vpp-throughput-latency-3n-skx"
3247   filter: "'NIC_Intel-X710' and
3248            '64B' and
3249            ('BASE' or 'SCALE') and
3250            'NDRPDR' and
3251            '2T1C' and
3252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3253            not 'VHOST' and
3254            not 'MEMIF'"
3255   parameters:
3256   - "throughput"
3257   - "parent"
3258   traces:
3259     hoverinfo: "x+y"
3260     boxpoints: "outliers"
3261     whiskerwidth: 0
3262   layout:
3263     title: ""  # No title
3264     layout: "plot-throughput"
3265
3266 -
3267   type: "plot"
3268   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3269   algorithm: "plot_performance_box"
3270   output-file-type: ".html"
3271   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3272   data: "plot-vpp-throughput-latency-3n-skx"
3273   filter: "'NIC_Intel-X710' and
3274            '64B' and
3275            ('BASE' or 'SCALE') and
3276            'NDRPDR' and
3277            '4T2C' and
3278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3279            not 'VHOST' and
3280            not 'MEMIF'"
3281   parameters:
3282   - "throughput"
3283   - "parent"
3284   traces:
3285     hoverinfo: "x+y"
3286     boxpoints: "outliers"
3287     whiskerwidth: 0
3288   layout:
3289     title: ""  # No title
3290     layout: "plot-throughput"
3291
3292 -
3293   type: "plot"
3294   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3295   algorithm: "plot_performance_box"
3296   output-file-type: ".html"
3297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3298   data: "plot-vpp-throughput-latency-3n-skx"
3299   filter: "'NIC_Intel-X710' and
3300            '64B' and
3301            ('BASE' or 'SCALE') and
3302            'NDRPDR' and
3303            '4T2C' and
3304            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3305            not 'VHOST' and
3306            not 'MEMIF'"
3307   parameters:
3308   - "throughput"
3309   - "parent"
3310   traces:
3311     hoverinfo: "x+y"
3312     boxpoints: "outliers"
3313     whiskerwidth: 0
3314   layout:
3315     title: ""  # No title
3316     layout: "plot-throughput"
3317
3318 -
3319   type: "plot"
3320   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3321   algorithm: "plot_performance_box"
3322   output-file-type: ".html"
3323   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3324   data: "plot-vpp-throughput-latency-3n-skx"
3325   filter: "'NIC_Intel-X710' and
3326            '64B' and
3327            'FEATURE' and
3328            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3329            'NDRPDR' and
3330            '2T1C' and
3331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3332            not 'VHOST' and
3333            not 'MEMIF'"
3334   parameters:
3335   - "throughput"
3336   - "parent"
3337   traces:
3338     hoverinfo: "x+y"
3339     boxpoints: "outliers"
3340     whiskerwidth: 0
3341   layout:
3342     title: ""  # No title
3343     layout: "plot-throughput"
3344
3345 -
3346   type: "plot"
3347   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3348   algorithm: "plot_performance_box"
3349   output-file-type: ".html"
3350   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3351   data: "plot-vpp-throughput-latency-3n-skx"
3352   filter: "'NIC_Intel-X710' and
3353            '64B' and
3354            'FEATURE' and
3355            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3356            'NDRPDR' and
3357            '2T1C' and
3358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3359            not 'VHOST' and
3360            not 'MEMIF'"
3361   parameters:
3362   - "throughput"
3363   - "parent"
3364   traces:
3365     hoverinfo: "x+y"
3366     boxpoints: "outliers"
3367     whiskerwidth: 0
3368   layout:
3369     title: ""  # No title
3370     layout: "plot-throughput"
3371
3372 -
3373   type: "plot"
3374   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3375   algorithm: "plot_performance_box"
3376   output-file-type: ".html"
3377   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3378   data: "plot-vpp-throughput-latency-3n-skx"
3379   filter: "'NIC_Intel-X710' and
3380            '64B' and
3381            'FEATURE' and
3382            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3383            'NDRPDR' and
3384            '4T2C' and
3385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3386            not 'VHOST' and
3387            not 'MEMIF'"
3388   parameters:
3389   - "throughput"
3390   - "parent"
3391   traces:
3392     hoverinfo: "x+y"
3393     boxpoints: "outliers"
3394     whiskerwidth: 0
3395   layout:
3396     title: ""  # No title
3397     layout: "plot-throughput"
3398
3399 -
3400   type: "plot"
3401   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3402   algorithm: "plot_performance_box"
3403   output-file-type: ".html"
3404   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3405   data: "plot-vpp-throughput-latency-3n-skx"
3406   filter: "'NIC_Intel-X710' and
3407            '64B' and
3408            'FEATURE' and
3409            ('ACL10' or 'ACL50') and '10k_FLOWS' and
3410            'NDRPDR' and
3411            '4T2C' and
3412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3413            not 'VHOST' and
3414            not 'MEMIF'"
3415   parameters:
3416   - "throughput"
3417   - "parent"
3418   traces:
3419     hoverinfo: "x+y"
3420     boxpoints: "outliers"
3421     whiskerwidth: 0
3422   layout:
3423     title: ""  # No title
3424     layout: "plot-throughput"
3425
3426 # Packet Throughput - VPP L2 3n-skx-xxv710
3427 -
3428   type: "plot"
3429   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3430   algorithm: "plot_performance_box"
3431   output-file-type: ".html"
3432   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3433   data: "plot-vpp-throughput-latency-3n-skx"
3434   filter: "'NIC_Intel-XXV710' and
3435            '64B' and
3436            ('BASE' or 'SCALE') and
3437            'NDRPDR' and
3438            '2T1C' and
3439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3440            not 'VHOST' and
3441            not 'MEMIF'"
3442   parameters:
3443   - "throughput"
3444   - "parent"
3445   traces:
3446     hoverinfo: "x+y"
3447     boxpoints: "outliers"
3448     whiskerwidth: 0
3449   layout:
3450     title: ""  # No title
3451     layout: "plot-throughput"
3452
3453 -
3454   type: "plot"
3455   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3456   algorithm: "plot_performance_box"
3457   output-file-type: ".html"
3458   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3459   data: "plot-vpp-throughput-latency-3n-skx"
3460   filter: "'NIC_Intel-XXV710' and
3461            '64B' and
3462            ('BASE' or 'SCALE') and
3463            'NDRPDR' and
3464            '2T1C' and
3465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3466            not 'VHOST' and
3467            not 'MEMIF'"
3468   parameters:
3469   - "throughput"
3470   - "parent"
3471   traces:
3472     hoverinfo: "x+y"
3473     boxpoints: "outliers"
3474     whiskerwidth: 0
3475   layout:
3476     title: ""  # No title
3477     layout: "plot-throughput"
3478
3479 -
3480   type: "plot"
3481   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3482   algorithm: "plot_performance_box"
3483   output-file-type: ".html"
3484   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3485   data: "plot-vpp-throughput-latency-3n-skx"
3486   filter: "'NIC_Intel-XXV710' and
3487            '64B' and
3488            ('BASE' or 'SCALE') and
3489            'NDRPDR' and
3490            '4T2C' and
3491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3492            not 'VHOST' and
3493            not 'MEMIF'"
3494   parameters:
3495   - "throughput"
3496   - "parent"
3497   traces:
3498     hoverinfo: "x+y"
3499     boxpoints: "outliers"
3500     whiskerwidth: 0
3501   layout:
3502     title: ""  # No title
3503     layout: "plot-throughput"
3504
3505 -
3506   type: "plot"
3507   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3508   algorithm: "plot_performance_box"
3509   output-file-type: ".html"
3510   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3511   data: "plot-vpp-throughput-latency-3n-skx"
3512   filter: "'NIC_Intel-XXV710' and
3513            '64B' and
3514            ('BASE' or 'SCALE') and
3515            'NDRPDR' and
3516            '4T2C' and
3517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3518            not 'VHOST' and
3519            not 'MEMIF'"
3520   parameters:
3521   - "throughput"
3522   - "parent"
3523   traces:
3524     hoverinfo: "x+y"
3525     boxpoints: "outliers"
3526     whiskerwidth: 0
3527   layout:
3528     title: ""  # No title
3529     layout: "plot-throughput"
3530
3531 # Packet Throughput - VPP L2 2n-skx-x710
3532 -
3533   type: "plot"
3534   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3535   algorithm: "plot_performance_box"
3536   output-file-type: ".html"
3537   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
3538   data: "plot-vpp-throughput-latency-2n-skx"
3539   filter: "'NIC_Intel-X710' and
3540            '64B' and
3541            ('BASE' or 'SCALE') and
3542            'NDRPDR' and
3543            '2T1C' and
3544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3545            not 'VHOST' and
3546            not 'MEMIF'"
3547   parameters:
3548   - "throughput"
3549   - "parent"
3550   traces:
3551     hoverinfo: "x+y"
3552     boxpoints: "outliers"
3553     whiskerwidth: 0
3554   layout:
3555     title: ""  # No title
3556     layout: "plot-throughput"
3557
3558 -
3559   type: "plot"
3560   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3561   algorithm: "plot_performance_box"
3562   output-file-type: ".html"
3563   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
3564   data: "plot-vpp-throughput-latency-2n-skx"
3565   filter: "'NIC_Intel-X710' and
3566            '64B' and
3567            ('BASE' or 'SCALE') and
3568            'NDRPDR' and
3569            '2T1C' and
3570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3571            not 'VHOST' and
3572            not 'MEMIF'"
3573   parameters:
3574   - "throughput"
3575   - "parent"
3576   traces:
3577     hoverinfo: "x+y"
3578     boxpoints: "outliers"
3579     whiskerwidth: 0
3580   layout:
3581     title: ""  # No title
3582     layout: "plot-throughput"
3583
3584 -
3585   type: "plot"
3586   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3587   algorithm: "plot_performance_box"
3588   output-file-type: ".html"
3589   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
3590   data: "plot-vpp-throughput-latency-2n-skx"
3591   filter: "'NIC_Intel-X710' and
3592            '64B' and
3593            ('BASE' or 'SCALE') 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 -
3611   type: "plot"
3612   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3613   algorithm: "plot_performance_box"
3614   output-file-type: ".html"
3615   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
3616   data: "plot-vpp-throughput-latency-2n-skx"
3617   filter: "'NIC_Intel-X710' and
3618            '64B' and
3619            ('BASE' or 'SCALE') and
3620            'NDRPDR' and
3621            '4T2C' and
3622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3623            not 'VHOST' and
3624            not 'MEMIF'"
3625   parameters:
3626   - "throughput"
3627   - "parent"
3628   traces:
3629     hoverinfo: "x+y"
3630     boxpoints: "outliers"
3631     whiskerwidth: 0
3632   layout:
3633     title: ""  # No title
3634     layout: "plot-throughput"
3635
3636 # Packet Throughput - VPP L2 2n-skx-xxv710
3637 -
3638   type: "plot"
3639   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3640   algorithm: "plot_performance_box"
3641   output-file-type: ".html"
3642   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3643   data: "plot-vpp-throughput-latency-2n-skx"
3644   filter: "'NIC_Intel-XXV710' 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-xxv710-64b-2t1c-base_and_scale-pdr"
3666   algorithm: "plot_performance_box"
3667   output-file-type: ".html"
3668   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3669   data: "plot-vpp-throughput-latency-2n-skx"
3670   filter: "'NIC_Intel-XXV710' and
3671            '64B' and
3672            ('BASE' or 'SCALE') and
3673            'NDRPDR' and
3674            '2T1C' 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-xxv710-64b-4t2c-base_and_scale-ndr"
3692   algorithm: "plot_performance_box"
3693   output-file-type: ".html"
3694   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
3695   data: "plot-vpp-throughput-latency-2n-skx"
3696   filter: "'NIC_Intel-XXV710' 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 -
3716   type: "plot"
3717   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3718   algorithm: "plot_performance_box"
3719   output-file-type: ".html"
3720   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
3721   data: "plot-vpp-throughput-latency-2n-skx"
3722   filter: "'NIC_Intel-XXV710' and
3723            '64B' and
3724            ('BASE' or 'SCALE') and
3725            'NDRPDR' and
3726            '4T2C' and
3727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3728            not 'VHOST' and
3729            not 'MEMIF'"
3730   parameters:
3731   - "throughput"
3732   - "parent"
3733   traces:
3734     hoverinfo: "x+y"
3735     boxpoints: "outliers"
3736     whiskerwidth: 0
3737   layout:
3738     title: ""  # No title
3739     layout: "plot-throughput"
3740
3741 ################################################################################
3742
3743 # Packet Throughput - VPP Container Memif 3n-hsw-x520
3744 -
3745   type: "plot"
3746   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3747   algorithm: "plot_performance_box"
3748   output-file-type: ".html"
3749   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3750   data: "plot-vpp-throughput-latency-3n-hsw"
3751   filter: "'NIC_Intel-X520-DA2' and
3752            '64B' and
3753            ('BASE' or 'SCALE') and
3754            'NDRPDR' and
3755            '1T1C' and
3756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3757            not 'VHOST' and
3758            'MEMIF'"
3759   parameters:
3760   - "throughput"
3761   - "parent"
3762   traces:
3763     hoverinfo: "x+y"
3764     boxpoints: "outliers"
3765     whiskerwidth: 0
3766   layout:
3767     title: ""  # No title
3768     layout: "plot-throughput"
3769
3770 -
3771   type: "plot"
3772   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3773   algorithm: "plot_performance_box"
3774   output-file-type: ".html"
3775   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3776   data: "plot-vpp-throughput-latency-3n-hsw"
3777   filter: "'NIC_Intel-X520-DA2' and
3778            '64B' and
3779            ('BASE' or 'SCALE') and
3780            'NDRPDR' and
3781            '1T1C' and
3782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3783            not 'VHOST' and
3784            'MEMIF'"
3785   parameters:
3786   - "throughput"
3787   - "parent"
3788   traces:
3789     hoverinfo: "x+y"
3790     boxpoints: "outliers"
3791     whiskerwidth: 0
3792   layout:
3793     title: ""  # No title
3794     layout: "plot-throughput"
3795
3796 -
3797   type: "plot"
3798   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3799   algorithm: "plot_performance_box"
3800   output-file-type: ".html"
3801   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3802   data: "plot-vpp-throughput-latency-3n-hsw"
3803   filter: "'NIC_Intel-X520-DA2' and
3804            '64B' and
3805            ('BASE' or 'SCALE') and
3806            'NDRPDR' and
3807            '2T2C' and
3808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3809            not 'VHOST' and
3810            'MEMIF'"
3811   parameters:
3812   - "throughput"
3813   - "parent"
3814   traces:
3815     hoverinfo: "x+y"
3816     boxpoints: "outliers"
3817     whiskerwidth: 0
3818   layout:
3819     title: ""  # No title
3820     layout: "plot-throughput"
3821
3822 -
3823   type: "plot"
3824   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3825   algorithm: "plot_performance_box"
3826   output-file-type: ".html"
3827   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3828   data: "plot-vpp-throughput-latency-3n-hsw"
3829   filter: "'NIC_Intel-X520-DA2' and
3830            '64B' and
3831            ('BASE' or 'SCALE') and
3832            'NDRPDR' and
3833            '2T2C' and
3834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3835            not 'VHOST' and
3836            'MEMIF'"
3837   parameters:
3838   - "throughput"
3839   - "parent"
3840   traces:
3841     hoverinfo: "x+y"
3842     boxpoints: "outliers"
3843     whiskerwidth: 0
3844   layout:
3845     title: ""  # No title
3846     layout: "plot-throughput"
3847
3848 # Packet Throughput - VPP Container Memif 3n-hsw-x710
3849 -
3850   type: "plot"
3851   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3852   algorithm: "plot_performance_box"
3853   output-file-type: ".html"
3854   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3855   data: "plot-vpp-throughput-latency-3n-hsw"
3856   filter: "'NIC_Intel-X710' 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-x710-64b-1t1c-base_and_scale-pdr"
3878   algorithm: "plot_performance_box"
3879   output-file-type: ".html"
3880   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3881   data: "plot-vpp-throughput-latency-3n-hsw"
3882   filter: "'NIC_Intel-X710' and
3883            '64B' and
3884            ('BASE' or 'SCALE') and
3885            'NDRPDR' and
3886            '1T1C' 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-x710-64b-2t2c-base_and_scale-ndr"
3904   algorithm: "plot_performance_box"
3905   output-file-type: ".html"
3906   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3907   data: "plot-vpp-throughput-latency-3n-hsw"
3908   filter: "'NIC_Intel-X710' 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 -
3928   type: "plot"
3929   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3930   algorithm: "plot_performance_box"
3931   output-file-type: ".html"
3932   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3933   data: "plot-vpp-throughput-latency-3n-hsw"
3934   filter: "'NIC_Intel-X710' and
3935            '64B' and
3936            ('BASE' or 'SCALE') and
3937            'NDRPDR' and
3938            '2T2C' and
3939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3940            not 'VHOST' and
3941            'MEMIF'"
3942   parameters:
3943   - "throughput"
3944   - "parent"
3945   traces:
3946     hoverinfo: "x+y"
3947     boxpoints: "outliers"
3948     whiskerwidth: 0
3949   layout:
3950     title: ""  # No title
3951     layout: "plot-throughput"
3952
3953 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
3954 -
3955   type: "plot"
3956   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3957   algorithm: "plot_performance_box"
3958   output-file-type: ".html"
3959   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3960   data: "plot-vpp-throughput-latency-3n-hsw"
3961   filter: "'NIC_Intel-XL710' 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-xl710-64b-1t1c-base_and_scale-pdr"
3983   algorithm: "plot_performance_box"
3984   output-file-type: ".html"
3985   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3986   data: "plot-vpp-throughput-latency-3n-hsw"
3987   filter: "'NIC_Intel-XL710' and
3988            '64B' and
3989            ('BASE' or 'SCALE') and
3990            'NDRPDR' and
3991            '1T1C' 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-xl710-64b-2t2c-base_and_scale-ndr"
4009   algorithm: "plot_performance_box"
4010   output-file-type: ".html"
4011   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4012   data: "plot-vpp-throughput-latency-3n-hsw"
4013   filter: "'NIC_Intel-XL710' 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 -
4033   type: "plot"
4034   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4035   algorithm: "plot_performance_box"
4036   output-file-type: ".html"
4037   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4038   data: "plot-vpp-throughput-latency-3n-hsw"
4039   filter: "'NIC_Intel-XL710' and
4040            '64B' and
4041            ('BASE' or 'SCALE') and
4042            'NDRPDR' and
4043            '2T2C' and
4044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4045            not 'VHOST' and
4046            'MEMIF'"
4047   parameters:
4048   - "throughput"
4049   - "parent"
4050   traces:
4051     hoverinfo: "x+y"
4052     boxpoints: "outliers"
4053     whiskerwidth: 0
4054   layout:
4055     title: ""  # No title
4056     layout: "plot-throughput"
4057
4058 # Packet Throughput - VPP Container Memif 3n-skx-x710
4059 -
4060   type: "plot"
4061   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4062   algorithm: "plot_performance_box"
4063   output-file-type: ".html"
4064   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4065   data: "plot-vpp-throughput-latency-3n-skx"
4066   filter: "'NIC_Intel-X710' and
4067            '64B' and
4068            ('BASE' or 'SCALE') and
4069            'NDRPDR' and
4070            '2T1C' 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-skx-x710-64b-2t1c-base_and_scale-pdr"
4088   algorithm: "plot_performance_box"
4089   output-file-type: ".html"
4090   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4091   data: "plot-vpp-throughput-latency-3n-skx"
4092   filter: "'NIC_Intel-X710' and
4093            '64B' and
4094            ('BASE' or 'SCALE') and
4095            'NDRPDR' and
4096            '2T1C' 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-skx-x710-64b-4t2c-base_and_scale-ndr"
4114   algorithm: "plot_performance_box"
4115   output-file-type: ".html"
4116   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4117   data: "plot-vpp-throughput-latency-3n-skx"
4118   filter: "'NIC_Intel-X710' and
4119            '64B' and
4120            ('BASE' or 'SCALE') and
4121            'NDRPDR' and
4122            '4T2C' 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 -
4138   type: "plot"
4139   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4140   algorithm: "plot_performance_box"
4141   output-file-type: ".html"
4142   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4143   data: "plot-vpp-throughput-latency-3n-skx"
4144   filter: "'NIC_Intel-X710' and
4145            '64B' and
4146            ('BASE' or 'SCALE') and
4147            'NDRPDR' and
4148            '4T2C' and
4149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4150            not 'VHOST' and
4151            'MEMIF'"
4152   parameters:
4153   - "throughput"
4154   - "parent"
4155   traces:
4156     hoverinfo: "x+y"
4157     boxpoints: "outliers"
4158     whiskerwidth: 0
4159   layout:
4160     title: ""  # No title
4161     layout: "plot-throughput"
4162
4163 ################################################################################
4164
4165 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520
4166 -
4167   type: "plot"
4168   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4169   algorithm: "plot_performance_box"
4170   output-file-type: ".html"
4171   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4172   data: "plot-ligato-throughput-latency-3n-hsw"
4173   filter: "'NIC_Intel-X520-DA2' and
4174            '64B' and
4175            ('BASE' or 'SCALE') and
4176            'NDRPDR' and
4177            '1T1C' and
4178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4179            not 'VHOST' and
4180            'MEMIF'"
4181   parameters:
4182   - "throughput"
4183   - "parent"
4184   traces:
4185     hoverinfo: "x+y"
4186     boxpoints: "outliers"
4187     whiskerwidth: 0
4188   layout:
4189     title: ""  # No title
4190     layout: "plot-throughput"
4191
4192 -
4193   type: "plot"
4194   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4195   algorithm: "plot_performance_box"
4196   output-file-type: ".html"
4197   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4198   data: "plot-ligato-throughput-latency-3n-hsw"
4199   filter: "'NIC_Intel-X520-DA2' and
4200            '64B' and
4201            ('BASE' or 'SCALE') and
4202            'NDRPDR' and
4203            '1T1C' and
4204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4205            not 'VHOST' and
4206            'MEMIF'"
4207   parameters:
4208   - "throughput"
4209   - "parent"
4210   traces:
4211     hoverinfo: "x+y"
4212     boxpoints: "outliers"
4213     whiskerwidth: 0
4214   layout:
4215     title: ""  # No title
4216     layout: "plot-throughput"
4217
4218 -
4219   type: "plot"
4220   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4221   algorithm: "plot_performance_box"
4222   output-file-type: ".html"
4223   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4224   data: "plot-ligato-throughput-latency-3n-hsw"
4225   filter: "'NIC_Intel-X520-DA2' and
4226            '64B' and
4227            ('BASE' or 'SCALE') and
4228            'NDRPDR' and
4229            '2T2C' and
4230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4231            not 'VHOST' and
4232            'MEMIF'"
4233   parameters:
4234   - "throughput"
4235   - "parent"
4236   traces:
4237     hoverinfo: "x+y"
4238     boxpoints: "outliers"
4239     whiskerwidth: 0
4240   layout:
4241     title: ""  # No title
4242     layout: "plot-throughput"
4243
4244 -
4245   type: "plot"
4246   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4247   algorithm: "plot_performance_box"
4248   output-file-type: ".html"
4249   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4250   data: "plot-ligato-throughput-latency-3n-hsw"
4251   filter: "'NIC_Intel-X520-DA2' and
4252            '64B' and
4253            ('BASE' or 'SCALE') and
4254            'NDRPDR' and
4255            '2T2C' and
4256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4257            not 'VHOST' and
4258            'MEMIF'"
4259   parameters:
4260   - "throughput"
4261   - "parent"
4262   traces:
4263     hoverinfo: "x+y"
4264     boxpoints: "outliers"
4265     whiskerwidth: 0
4266   layout:
4267     title: ""  # No title
4268     layout: "plot-throughput"
4269
4270 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710
4271 -
4272   type: "plot"
4273   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4274   algorithm: "plot_performance_box"
4275   output-file-type: ".html"
4276   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4277   data: "plot-ligato-throughput-latency-3n-hsw"
4278   filter: "'NIC_Intel-X710' 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-x710-64b-1t1c-base_and_scale-pdr"
4300   algorithm: "plot_performance_box"
4301   output-file-type: ".html"
4302   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4303   data: "plot-ligato-throughput-latency-3n-hsw"
4304   filter: "'NIC_Intel-X710' and
4305            '64B' and
4306            ('BASE' or 'SCALE') and
4307            'NDRPDR' and
4308            '1T1C' 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-x710-64b-2t2c-base_and_scale-ndr"
4326   algorithm: "plot_performance_box"
4327   output-file-type: ".html"
4328   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4329   data: "plot-ligato-throughput-latency-3n-hsw"
4330   filter: "'NIC_Intel-X710' 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 -
4350   type: "plot"
4351   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4352   algorithm: "plot_performance_box"
4353   output-file-type: ".html"
4354   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4355   data: "plot-ligato-throughput-latency-3n-hsw"
4356   filter: "'NIC_Intel-X710' and
4357            '64B' and
4358            ('BASE' or 'SCALE') and
4359            'NDRPDR' and
4360            '2T2C' and
4361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4362            not 'VHOST' and
4363            'MEMIF'"
4364   parameters:
4365   - "throughput"
4366   - "parent"
4367   traces:
4368     hoverinfo: "x+y"
4369     boxpoints: "outliers"
4370     whiskerwidth: 0
4371   layout:
4372     title: ""  # No title
4373     layout: "plot-throughput"
4374
4375 ################################################################################
4376
4377 # Packet Throughput - VPP IPv4 3n-hsw-x520
4378 -
4379   type: "plot"
4380   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4381   algorithm: "plot_performance_box"
4382   output-file-type: ".html"
4383   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4384   data: "plot-vpp-throughput-latency-3n-hsw"
4385   filter: "'NIC_Intel-X520-DA2' and
4386            '64B' and
4387            ('BASE' or 'SCALE') and
4388            'NDRPDR' and
4389            '1T1C' and
4390            'IP4FWD' and
4391            not 'IPSEC' and
4392            not 'VHOST'"
4393   parameters:
4394   - "throughput"
4395   - "parent"
4396   traces:
4397     hoverinfo: "x+y"
4398     boxpoints: "outliers"
4399     whiskerwidth: 0
4400   layout:
4401     title: ""  # No title
4402     layout: "plot-throughput"
4403
4404 -
4405   type: "plot"
4406   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4407   algorithm: "plot_performance_box"
4408   output-file-type: ".html"
4409   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4410   data: "plot-vpp-throughput-latency-3n-hsw"
4411   filter: "'NIC_Intel-X520-DA2' and
4412            '64B' and
4413            ('BASE' or 'SCALE') and
4414            'NDRPDR' and
4415            '1T1C' and
4416            'IP4FWD' and
4417            not 'IPSEC' and
4418            not 'VHOST'"
4419   parameters:
4420   - "throughput"
4421   - "parent"
4422   traces:
4423     hoverinfo: "x+y"
4424     boxpoints: "outliers"
4425     whiskerwidth: 0
4426   layout:
4427     title: ""  # No title
4428     layout: "plot-throughput"
4429
4430 -
4431   type: "plot"
4432   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4433   algorithm: "plot_performance_box"
4434   output-file-type: ".html"
4435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4436   data: "plot-vpp-throughput-latency-3n-hsw"
4437   filter: "'NIC_Intel-X520-DA2' and
4438            '64B' and
4439            ('BASE' or 'SCALE') and
4440            'NDRPDR' and
4441            '2T2C' and
4442            'IP4FWD' and
4443            not 'IPSEC' and
4444            not 'VHOST'"
4445   parameters:
4446   - "throughput"
4447   - "parent"
4448   traces:
4449     hoverinfo: "x+y"
4450     boxpoints: "outliers"
4451     whiskerwidth: 0
4452   layout:
4453     title: ""  # No title
4454     layout: "plot-throughput"
4455
4456 -
4457   type: "plot"
4458   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4459   algorithm: "plot_performance_box"
4460   output-file-type: ".html"
4461   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4462   data: "plot-vpp-throughput-latency-3n-hsw"
4463   filter: "'NIC_Intel-X520-DA2' and
4464            '64B' and
4465            ('BASE' or 'SCALE') and
4466            'NDRPDR' and
4467            '2T2C' and
4468            'IP4FWD' and
4469            not 'IPSEC' and
4470            not 'VHOST'"
4471   parameters:
4472   - "throughput"
4473   - "parent"
4474   traces:
4475     hoverinfo: "x+y"
4476     boxpoints: "outliers"
4477     whiskerwidth: 0
4478   layout:
4479     title: ""  # No title
4480     layout: "plot-throughput"
4481
4482 -
4483   type: "plot"
4484   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4485   algorithm: "plot_performance_box"
4486   output-file-type: ".html"
4487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
4488   data: "plot-vpp-throughput-latency-3n-hsw"
4489   filter: "'NIC_Intel-X520-DA2' and
4490            '64B' and
4491            'FEATURE' and
4492            ('ACL10' or 'ACL50') and '10k_FLOWS' 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-1t1c-features-pdr"
4512   algorithm: "plot_performance_box"
4513   output-file-type: ".html"
4514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
4515   data: "plot-vpp-throughput-latency-3n-hsw"
4516   filter: "'NIC_Intel-X520-DA2' and
4517            '64B' and
4518            'FEATURE' and
4519            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4520            'NDRPDR' and
4521            '1T1C' and
4522            'IP4FWD' and
4523            not 'IPSEC' and
4524            not 'VHOST'"
4525   parameters:
4526   - "throughput"
4527   - "parent"
4528   traces:
4529     hoverinfo: "x+y"
4530     boxpoints: "outliers"
4531     whiskerwidth: 0
4532   layout:
4533     title: ""  # No title
4534     layout: "plot-throughput"
4535
4536 -
4537   type: "plot"
4538   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4539   algorithm: "plot_performance_box"
4540   output-file-type: ".html"
4541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
4542   data: "plot-vpp-throughput-latency-3n-hsw"
4543   filter: "'NIC_Intel-X520-DA2' and
4544            '64B' and
4545            'FEATURE' and
4546            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4547            'NDRPDR' and
4548            '2T2C' and
4549            'IP4FWD' and
4550            not 'IPSEC' and
4551            not 'VHOST'"
4552   parameters:
4553   - "throughput"
4554   - "parent"
4555   traces:
4556     hoverinfo: "x+y"
4557     boxpoints: "outliers"
4558     whiskerwidth: 0
4559   layout:
4560     title: ""  # No title
4561     layout: "plot-throughput"
4562
4563 -
4564   type: "plot"
4565   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4566   algorithm: "plot_performance_box"
4567   output-file-type: ".html"
4568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
4569   data: "plot-vpp-throughput-latency-3n-hsw"
4570   filter: "'NIC_Intel-X520-DA2' and
4571            '64B' and
4572            'FEATURE' and
4573            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4574            'NDRPDR' and
4575            '2T2C' and
4576            'IP4FWD' and
4577            not 'IPSEC' and
4578            not 'VHOST'"
4579   parameters:
4580   - "throughput"
4581   - "parent"
4582   traces:
4583     hoverinfo: "x+y"
4584     boxpoints: "outliers"
4585     whiskerwidth: 0
4586   layout:
4587     title: ""  # No title
4588     layout: "plot-throughput"
4589
4590 # Packet Throughput - VPP IPv4 3n-hsw-x710
4591 -
4592   type: "plot"
4593   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4594   algorithm: "plot_performance_box"
4595   output-file-type: ".html"
4596   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4597   data: "plot-vpp-throughput-latency-3n-hsw"
4598   filter: "'NIC_Intel-X710' and
4599            '64B' and
4600            ('BASE' or 'SCALE') and
4601            'NDRPDR' and
4602            '1T1C' and
4603            'IP4FWD' and
4604            not 'IPSEC' and
4605            not 'VHOST'"
4606   parameters:
4607   - "throughput"
4608   - "parent"
4609   traces:
4610     hoverinfo: "x+y"
4611     boxpoints: "outliers"
4612     whiskerwidth: 0
4613   layout:
4614     title: ""  # No title
4615     layout: "plot-throughput"
4616
4617 -
4618   type: "plot"
4619   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4620   algorithm: "plot_performance_box"
4621   output-file-type: ".html"
4622   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4623   data: "plot-vpp-throughput-latency-3n-hsw"
4624   filter: "'NIC_Intel-X710' and
4625            '64B' and
4626            ('BASE' or 'SCALE') and
4627            'NDRPDR' and
4628            '1T1C' and
4629            'IP4FWD' and
4630            not 'IPSEC' and
4631            not 'VHOST'"
4632   parameters:
4633   - "throughput"
4634   - "parent"
4635   traces:
4636     hoverinfo: "x+y"
4637     boxpoints: "outliers"
4638     whiskerwidth: 0
4639   layout:
4640     title: ""  # No title
4641     layout: "plot-throughput"
4642
4643 -
4644   type: "plot"
4645   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4646   algorithm: "plot_performance_box"
4647   output-file-type: ".html"
4648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4649   data: "plot-vpp-throughput-latency-3n-hsw"
4650   filter: "'NIC_Intel-X710' and
4651            '64B' and
4652            ('BASE' or 'SCALE') 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 -
4670   type: "plot"
4671   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4672   algorithm: "plot_performance_box"
4673   output-file-type: ".html"
4674   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4675   data: "plot-vpp-throughput-latency-3n-hsw"
4676   filter: "'NIC_Intel-X710' and
4677            '64B' and
4678            ('BASE' or 'SCALE') and
4679            'NDRPDR' and
4680            '2T2C' and
4681            'IP4FWD' and
4682            not 'IPSEC' and
4683            not 'VHOST'"
4684   parameters:
4685   - "throughput"
4686   - "parent"
4687   traces:
4688     hoverinfo: "x+y"
4689     boxpoints: "outliers"
4690     whiskerwidth: 0
4691   layout:
4692     title: ""  # No title
4693     layout: "plot-throughput"
4694
4695 -
4696   type: "plot"
4697   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4698   algorithm: "plot_performance_box"
4699   output-file-type: ".html"
4700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
4701   data: "plot-vpp-throughput-latency-3n-hsw"
4702   filter: "'NIC_Intel-X710' and
4703            '64B' and
4704            'FEATURE' and
4705            ('ACL10' or 'ACL50') and '10k_FLOWS' 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-1t1c-features-pdr"
4725   algorithm: "plot_performance_box"
4726   output-file-type: ".html"
4727   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
4728   data: "plot-vpp-throughput-latency-3n-hsw"
4729   filter: "'NIC_Intel-X710' and
4730            '64B' and
4731            'FEATURE' and
4732            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4733            'NDRPDR' and
4734            '1T1C' and
4735            'IP4FWD' and
4736            not 'IPSEC' and
4737            not 'VHOST'"
4738   parameters:
4739   - "throughput"
4740   - "parent"
4741   traces:
4742     hoverinfo: "x+y"
4743     boxpoints: "outliers"
4744     whiskerwidth: 0
4745   layout:
4746     title: ""  # No title
4747     layout: "plot-throughput"
4748
4749 -
4750   type: "plot"
4751   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4752   algorithm: "plot_performance_box"
4753   output-file-type: ".html"
4754   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
4755   data: "plot-vpp-throughput-latency-3n-hsw"
4756   filter: "'NIC_Intel-X710' and
4757            '64B' and
4758            'FEATURE' and
4759            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4760            'NDRPDR' and
4761            '2T2C' and
4762            'IP4FWD' and
4763            not 'IPSEC' and
4764            not 'VHOST'"
4765   parameters:
4766   - "throughput"
4767   - "parent"
4768   traces:
4769     hoverinfo: "x+y"
4770     boxpoints: "outliers"
4771     whiskerwidth: 0
4772   layout:
4773     title: ""  # No title
4774     layout: "plot-throughput"
4775
4776 -
4777   type: "plot"
4778   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4779   algorithm: "plot_performance_box"
4780   output-file-type: ".html"
4781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
4782   data: "plot-vpp-throughput-latency-3n-hsw"
4783   filter: "'NIC_Intel-X710' and
4784            '64B' and
4785            'FEATURE' and
4786            ('ACL10' or 'ACL50') and '10k_FLOWS' and
4787            'NDRPDR' and
4788            '2T2C' and
4789            'IP4FWD' and
4790            not 'IPSEC' and
4791            not 'VHOST'"
4792   parameters:
4793   - "throughput"
4794   - "parent"
4795   traces:
4796     hoverinfo: "x+y"
4797     boxpoints: "outliers"
4798     whiskerwidth: 0
4799   layout:
4800     title: ""  # No title
4801     layout: "plot-throughput"
4802
4803 # Packet Throughput - VPP IPv4 3n-hsw-xl710
4804 -
4805   type: "plot"
4806   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4807   algorithm: "plot_performance_box"
4808   output-file-type: ".html"
4809   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4810   data: "plot-vpp-throughput-latency-3n-hsw"
4811   filter: "'NIC_Intel-XL710' and
4812            '64B' and
4813            ('BASE' or 'SCALE') and
4814            'NDRPDR' and
4815            '1T1C' and
4816            'IP4FWD' and
4817            not 'IPSEC' and
4818            not 'VHOST'"
4819   parameters:
4820   - "throughput"
4821   - "parent"
4822   traces:
4823     hoverinfo: "x+y"
4824     boxpoints: "outliers"
4825     whiskerwidth: 0
4826   layout:
4827     title: ""  # No title
4828     layout: "plot-throughput"
4829
4830 -
4831   type: "plot"
4832   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4833   algorithm: "plot_performance_box"
4834   output-file-type: ".html"
4835   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4836   data: "plot-vpp-throughput-latency-3n-hsw"
4837   filter: "'NIC_Intel-XL710' and
4838            '64B' and
4839            ('BASE' or 'SCALE') and
4840            'NDRPDR' and
4841            '1T1C' and
4842            'IP4FWD' and
4843            not 'IPSEC' and
4844            not 'VHOST'"
4845   parameters:
4846   - "throughput"
4847   - "parent"
4848   traces:
4849     hoverinfo: "x+y"
4850     boxpoints: "outliers"
4851     whiskerwidth: 0
4852   layout:
4853     title: ""  # No title
4854     layout: "plot-throughput"
4855
4856 -
4857   type: "plot"
4858   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4859   algorithm: "plot_performance_box"
4860   output-file-type: ".html"
4861   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4862   data: "plot-vpp-throughput-latency-3n-hsw"
4863   filter: "'NIC_Intel-XL710' and
4864            '64B' and
4865            ('BASE' or 'SCALE') 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 -
4883   type: "plot"
4884   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4885   algorithm: "plot_performance_box"
4886   output-file-type: ".html"
4887   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4888   data: "plot-vpp-throughput-latency-3n-hsw"
4889   filter: "'NIC_Intel-XL710' and
4890            '64B' and
4891            ('BASE' or 'SCALE') and
4892            'NDRPDR' and
4893            '2T2C' and
4894            'IP4FWD' and
4895            not 'IPSEC' and
4896            not 'VHOST'"
4897   parameters:
4898   - "throughput"
4899   - "parent"
4900   traces:
4901     hoverinfo: "x+y"
4902     boxpoints: "outliers"
4903     whiskerwidth: 0
4904   layout:
4905     title: ""  # No title
4906     layout: "plot-throughput"
4907
4908 # Packet Throughput - VPP IPv4 3n-skx-x710
4909 -
4910   type: "plot"
4911   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4912   algorithm: "plot_performance_box"
4913   output-file-type: ".html"
4914   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4915   data: "plot-vpp-throughput-latency-3n-skx"
4916   filter: "'NIC_Intel-X710' and
4917            '64B' and
4918            ('BASE' or 'SCALE') and
4919            'NDRPDR' and
4920            '2T1C' 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-skx-x710-64b-2t1c-base_and_scale-pdr"
4938   algorithm: "plot_performance_box"
4939   output-file-type: ".html"
4940   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4941   data: "plot-vpp-throughput-latency-3n-skx"
4942   filter: "'NIC_Intel-X710' and
4943            '64B' and
4944            ('BASE' or 'SCALE') and
4945            'NDRPDR' and
4946            '2T1C' 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-skx-x710-64b-4t2c-base_and_scale-ndr"
4964   algorithm: "plot_performance_box"
4965   output-file-type: ".html"
4966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4967   data: "plot-vpp-throughput-latency-3n-skx"
4968   filter: "'NIC_Intel-X710' and
4969            '64B' and
4970            ('BASE' or 'SCALE') and
4971            'NDRPDR' and
4972            '4T2C' 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 -
4988   type: "plot"
4989   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4990   algorithm: "plot_performance_box"
4991   output-file-type: ".html"
4992   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4993   data: "plot-vpp-throughput-latency-3n-skx"
4994   filter: "'NIC_Intel-X710' and
4995            '64B' and
4996            ('BASE' or 'SCALE') and
4997            'NDRPDR' and
4998            '4T2C' and
4999            'IP4FWD' and
5000            not 'IPSEC' and
5001            not 'VHOST'"
5002   parameters:
5003   - "throughput"
5004   - "parent"
5005   traces:
5006     hoverinfo: "x+y"
5007     boxpoints: "outliers"
5008     whiskerwidth: 0
5009   layout:
5010     title: ""  # No title
5011     layout: "plot-throughput"
5012
5013 -
5014   type: "plot"
5015   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
5016   algorithm: "plot_performance_box"
5017   output-file-type: ".html"
5018   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
5019   data: "plot-vpp-throughput-latency-3n-skx"
5020   filter: "'NIC_Intel-X710' and
5021            '64B' and
5022            'FEATURE' and
5023            ('ACL10' or 'ACL50') and '10k_FLOWS' 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-2t1c-features-pdr"
5043   algorithm: "plot_performance_box"
5044   output-file-type: ".html"
5045   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
5046   data: "plot-vpp-throughput-latency-3n-skx"
5047   filter: "'NIC_Intel-X710' and
5048            '64B' and
5049            'FEATURE' and
5050            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5051            'NDRPDR' and
5052            '2T1C' and
5053            'IP4FWD' and
5054            not 'IPSEC' and
5055            not 'VHOST'"
5056   parameters:
5057   - "throughput"
5058   - "parent"
5059   traces:
5060     hoverinfo: "x+y"
5061     boxpoints: "outliers"
5062     whiskerwidth: 0
5063   layout:
5064     title: ""  # No title
5065     layout: "plot-throughput"
5066
5067 -
5068   type: "plot"
5069   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
5070   algorithm: "plot_performance_box"
5071   output-file-type: ".html"
5072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
5073   data: "plot-vpp-throughput-latency-3n-skx"
5074   filter: "'NIC_Intel-X710' and
5075            '64B' and
5076            'FEATURE' and
5077            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5078            'NDRPDR' and
5079            '4T2C' and
5080            'IP4FWD' and
5081            not 'IPSEC' and
5082            not 'VHOST'"
5083   parameters:
5084   - "throughput"
5085   - "parent"
5086   traces:
5087     hoverinfo: "x+y"
5088     boxpoints: "outliers"
5089     whiskerwidth: 0
5090   layout:
5091     title: ""  # No title
5092     layout: "plot-throughput"
5093
5094 -
5095   type: "plot"
5096   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
5097   algorithm: "plot_performance_box"
5098   output-file-type: ".html"
5099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
5100   data: "plot-vpp-throughput-latency-3n-skx"
5101   filter: "'NIC_Intel-X710' and
5102            '64B' and
5103            'FEATURE' and
5104            ('ACL10' or 'ACL50') and '10k_FLOWS' and
5105            'NDRPDR' and
5106            '4T2C' and
5107            'IP4FWD' and
5108            not 'IPSEC' and
5109            not 'VHOST'"
5110   parameters:
5111   - "throughput"
5112   - "parent"
5113   traces:
5114     hoverinfo: "x+y"
5115     boxpoints: "outliers"
5116     whiskerwidth: 0
5117   layout:
5118     title: ""  # No title
5119     layout: "plot-throughput"
5120
5121 # Packet Throughput - VPP IPv4 2n-skx-x710
5122 -
5123   type: "plot"
5124   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5125   algorithm: "plot_performance_box"
5126   output-file-type: ".html"
5127   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5128   data: "plot-vpp-throughput-latency-2n-skx"
5129   filter: "'NIC_Intel-X710' and
5130            '64B' and
5131            ('BASE' or 'SCALE') and
5132            'NDRPDR' and
5133            '2T1C' and
5134            'IP4FWD' and
5135            not 'IPSEC' and
5136            not 'VHOST'"
5137   parameters:
5138   - "throughput"
5139   - "parent"
5140   traces:
5141     hoverinfo: "x+y"
5142     boxpoints: "outliers"
5143     whiskerwidth: 0
5144   layout:
5145     title: ""  # No title
5146     layout: "plot-throughput"
5147
5148 -
5149   type: "plot"
5150   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5151   algorithm: "plot_performance_box"
5152   output-file-type: ".html"
5153   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5154   data: "plot-vpp-throughput-latency-2n-skx"
5155   filter: "'NIC_Intel-X710' and
5156            '64B' and
5157            ('BASE' or 'SCALE') and
5158            'NDRPDR' and
5159            '2T1C' and
5160            'IP4FWD' and
5161            not 'IPSEC' and
5162            not 'VHOST'"
5163   parameters:
5164   - "throughput"
5165   - "parent"
5166   traces:
5167     hoverinfo: "x+y"
5168     boxpoints: "outliers"
5169     whiskerwidth: 0
5170   layout:
5171     title: ""  # No title
5172     layout: "plot-throughput"
5173
5174 -
5175   type: "plot"
5176   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5177   algorithm: "plot_performance_box"
5178   output-file-type: ".html"
5179   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5180   data: "plot-vpp-throughput-latency-2n-skx"
5181   filter: "'NIC_Intel-X710' and
5182            '64B' and
5183            ('BASE' or 'SCALE') 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 -
5201   type: "plot"
5202   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5203   algorithm: "plot_performance_box"
5204   output-file-type: ".html"
5205   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5206   data: "plot-vpp-throughput-latency-2n-skx"
5207   filter: "'NIC_Intel-X710' and
5208            '64B' and
5209            ('BASE' or 'SCALE') and
5210            'NDRPDR' and
5211            '4T2C' and
5212            'IP4FWD' and
5213            not 'IPSEC' and
5214            not 'VHOST'"
5215   parameters:
5216   - "throughput"
5217   - "parent"
5218   traces:
5219     hoverinfo: "x+y"
5220     boxpoints: "outliers"
5221     whiskerwidth: 0
5222   layout:
5223     title: ""  # No title
5224     layout: "plot-throughput"
5225
5226 # Packet Throughput - VPP IPv4 2n-skx-xxv710
5227 -
5228   type: "plot"
5229   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5230   algorithm: "plot_performance_box"
5231   output-file-type: ".html"
5232   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5233   data: "plot-vpp-throughput-latency-2n-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-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5256   algorithm: "plot_performance_box"
5257   output-file-type: ".html"
5258   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5259   data: "plot-vpp-throughput-latency-2n-skx"
5260   filter: "'NIC_Intel-XXV710' and
5261            '64B' and
5262            ('BASE' or 'SCALE') and
5263            'NDRPDR' and
5264            '2T1C' 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-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5282   algorithm: "plot_performance_box"
5283   output-file-type: ".html"
5284   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5285   data: "plot-vpp-throughput-latency-2n-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-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5308   algorithm: "plot_performance_box"
5309   output-file-type: ".html"
5310   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5311   data: "plot-vpp-throughput-latency-2n-skx"
5312   filter: "'NIC_Intel-XXV710' and
5313            '64B' and
5314            ('BASE' or 'SCALE') and
5315            'NDRPDR' and
5316            '4T2C' and
5317            'IP4FWD' and
5318            not 'IPSEC' and
5319            not 'VHOST'"
5320   parameters:
5321   - "throughput"
5322   - "parent"
5323   traces:
5324     hoverinfo: "x+y"
5325     boxpoints: "outliers"
5326     whiskerwidth: 0
5327   layout:
5328     title: ""  # No title
5329     layout: "plot-throughput"
5330
5331 ################################################################################
5332
5333 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520
5334 -
5335   type: "plot"
5336   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5337   algorithm: "plot_performance_box"
5338   output-file-type: ".html"
5339   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5340   data: "plot-vpp-throughput-latency-3n-hsw"
5341   filter: "'NIC_Intel-X520-DA2' and
5342            '64B' and
5343            'ENCAP' and
5344            'NDRPDR' and
5345            '1T1C' and
5346            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5347            not 'VHOST' and
5348            not 'IPSECHW'"
5349   parameters:
5350   - "throughput"
5351   - "parent"
5352   traces:
5353     hoverinfo: "x+y"
5354     boxpoints: "outliers"
5355     whiskerwidth: 0
5356   layout:
5357     title: ""  # No title
5358     layout: "plot-throughput"
5359
5360 -
5361   type: "plot"
5362   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5363   algorithm: "plot_performance_box"
5364   output-file-type: ".html"
5365   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5366   data: "plot-vpp-throughput-latency-3n-hsw"
5367   filter: "'NIC_Intel-X520-DA2' and
5368            '64B' and
5369            'ENCAP' and
5370            'NDRPDR' and
5371            '1T1C' and
5372            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5373            not 'VHOST' and
5374            not 'IPSECHW'"
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: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5389   algorithm: "plot_performance_box"
5390   output-file-type: ".html"
5391   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5392   data: "plot-vpp-throughput-latency-3n-hsw"
5393   filter: "'NIC_Intel-X520-DA2' and
5394            '64B' and
5395            'ENCAP' and
5396            'NDRPDR' and
5397            '2T2C' and
5398            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5399            not 'VHOST' and
5400            not 'IPSECHW'"
5401   parameters:
5402   - "throughput"
5403   - "parent"
5404   traces:
5405     hoverinfo: "x+y"
5406     boxpoints: "outliers"
5407     whiskerwidth: 0
5408   layout:
5409     title: ""  # No title
5410     layout: "plot-throughput"
5411
5412 -
5413   type: "plot"
5414   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5415   algorithm: "plot_performance_box"
5416   output-file-type: ".html"
5417   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5418   data: "plot-vpp-throughput-latency-3n-hsw"
5419   filter: "'NIC_Intel-X520-DA2' and
5420            '64B' and
5421            'ENCAP' and
5422            'NDRPDR' and
5423            '2T2C' and
5424            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5425            not 'VHOST' and
5426            not 'IPSECHW'"
5427   parameters:
5428   - "throughput"
5429   - "parent"
5430   traces:
5431     hoverinfo: "x+y"
5432     boxpoints: "outliers"
5433     whiskerwidth: 0
5434   layout:
5435     title: ""  # No title
5436     layout: "plot-throughput"
5437
5438 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710
5439 -
5440   type: "plot"
5441   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5442   algorithm: "plot_performance_box"
5443   output-file-type: ".html"
5444   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5445   data: "plot-vpp-throughput-latency-3n-hsw"
5446   filter: "'NIC_Intel-X710' and
5447            '64B' and
5448            'ENCAP' and
5449            'NDRPDR' and
5450            '1T1C' and
5451            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5452            not 'VHOST' and
5453            not 'IPSECHW'"
5454   parameters:
5455   - "throughput"
5456   - "parent"
5457   traces:
5458     hoverinfo: "x+y"
5459     boxpoints: "outliers"
5460     whiskerwidth: 0
5461   layout:
5462     title: ""  # No title
5463     layout: "plot-throughput"
5464
5465 -
5466   type: "plot"
5467   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5468   algorithm: "plot_performance_box"
5469   output-file-type: ".html"
5470   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5471   data: "plot-vpp-throughput-latency-3n-hsw"
5472   filter: "'NIC_Intel-X710' and
5473            '64B' and
5474            'ENCAP' and
5475            'NDRPDR' and
5476            '1T1C' and
5477            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5478            not 'VHOST' and
5479            not 'IPSECHW'"
5480   parameters:
5481   - "throughput"
5482   - "parent"
5483   traces:
5484     hoverinfo: "x+y"
5485     boxpoints: "outliers"
5486     whiskerwidth: 0
5487   layout:
5488     title: ""  # No title
5489     layout: "plot-throughput"
5490
5491 -
5492   type: "plot"
5493   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5494   algorithm: "plot_performance_box"
5495   output-file-type: ".html"
5496   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5497   data: "plot-vpp-throughput-latency-3n-hsw"
5498   filter: "'NIC_Intel-X710' and
5499            '64B' and
5500            'ENCAP' and
5501            'NDRPDR' and
5502            '2T2C' and
5503            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5504            not 'VHOST' and
5505            not 'IPSECHW'"
5506   parameters:
5507   - "throughput"
5508   - "parent"
5509   traces:
5510     hoverinfo: "x+y"
5511     boxpoints: "outliers"
5512     whiskerwidth: 0
5513   layout:
5514     title: ""  # No title
5515     layout: "plot-throughput"
5516
5517 -
5518   type: "plot"
5519   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5520   algorithm: "plot_performance_box"
5521   output-file-type: ".html"
5522   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5523   data: "plot-vpp-throughput-latency-3n-hsw"
5524   filter: "'NIC_Intel-X710' and
5525            '64B' and
5526            'ENCAP' and
5527            'NDRPDR' and
5528            '2T2C' and
5529            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5530            not 'VHOST' and
5531            not 'IPSECHW'"
5532   parameters:
5533   - "throughput"
5534   - "parent"
5535   traces:
5536     hoverinfo: "x+y"
5537     boxpoints: "outliers"
5538     whiskerwidth: 0
5539   layout:
5540     title: ""  # No title
5541     layout: "plot-throughput"
5542
5543 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710
5544 -
5545   type: "plot"
5546   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5547   algorithm: "plot_performance_box"
5548   output-file-type: ".html"
5549   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5550   data: "plot-vpp-throughput-latency-3n-skx"
5551   filter: "'NIC_Intel-X710' and
5552            '64B' and
5553            'ENCAP' and
5554            'NDRPDR' and
5555            '2T1C' and
5556            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5557            not 'VHOST' and
5558            not 'IPSECHW'"
5559   parameters:
5560   - "throughput"
5561   - "parent"
5562   traces:
5563     hoverinfo: "x+y"
5564     boxpoints: "outliers"
5565     whiskerwidth: 0
5566   layout:
5567     title: ""  # No title
5568     layout: "plot-throughput"
5569
5570 -
5571   type: "plot"
5572   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5573   algorithm: "plot_performance_box"
5574   output-file-type: ".html"
5575   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5576   data: "plot-vpp-throughput-latency-3n-skx"
5577   filter: "'NIC_Intel-X710' and
5578            '64B' and
5579            'ENCAP' and
5580            'NDRPDR' and
5581            '2T1C' and
5582            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5583            not 'VHOST' and
5584            not 'IPSECHW'"
5585   parameters:
5586   - "throughput"
5587   - "parent"
5588   traces:
5589     hoverinfo: "x+y"
5590     boxpoints: "outliers"
5591     whiskerwidth: 0
5592   layout:
5593     title: ""  # No title
5594     layout: "plot-throughput"
5595
5596 -
5597   type: "plot"
5598   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5599   algorithm: "plot_performance_box"
5600   output-file-type: ".html"
5601   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5602   data: "plot-vpp-throughput-latency-3n-skx"
5603   filter: "'NIC_Intel-X710' and
5604            '64B' and
5605            'ENCAP' and
5606            'NDRPDR' and
5607            '4T2C' and
5608            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5609            not 'VHOST' and
5610            not 'IPSECHW'"
5611   parameters:
5612   - "throughput"
5613   - "parent"
5614   traces:
5615     hoverinfo: "x+y"
5616     boxpoints: "outliers"
5617     whiskerwidth: 0
5618   layout:
5619     title: ""  # No title
5620     layout: "plot-throughput"
5621
5622 -
5623   type: "plot"
5624   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5625   algorithm: "plot_performance_box"
5626   output-file-type: ".html"
5627   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5628   data: "plot-vpp-throughput-latency-3n-skx"
5629   filter: "'NIC_Intel-X710' and
5630            '64B' and
5631            'ENCAP' and
5632            'NDRPDR' and
5633            '4T2C' and
5634            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
5635            not 'VHOST' and
5636            not 'IPSECHW'"
5637   parameters:
5638   - "throughput"
5639   - "parent"
5640   traces:
5641     hoverinfo: "x+y"
5642     boxpoints: "outliers"
5643     whiskerwidth: 0
5644   layout:
5645     title: ""  # No title
5646     layout: "plot-throughput"
5647
5648 ################################################################################
5649
5650 # Packet Throughput - VPP IPv6 3n-hsw-x520
5651 -
5652   type: "plot"
5653   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5654   algorithm: "plot_performance_box"
5655   output-file-type: ".html"
5656   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
5657   data: "plot-vpp-throughput-latency-3n-hsw"
5658   filter: "'NIC_Intel-X520-DA2' and
5659            '78B' and
5660            ('BASE' or 'SCALE') and
5661            'NDRPDR' and
5662            '1T1C' and
5663            'IP6FWD' and
5664            not 'SRv6' and
5665            not 'IPSEC' and
5666            not 'VHOST'"
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: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5681   algorithm: "plot_performance_box"
5682   output-file-type: ".html"
5683   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
5684   data: "plot-vpp-throughput-latency-3n-hsw"
5685   filter: "'NIC_Intel-X520-DA2' and
5686            '78B' and
5687            ('BASE' or 'SCALE') and
5688            'NDRPDR' and
5689            '1T1C' and
5690            'IP6FWD' and
5691            not 'SRv6' and
5692            not 'IPSEC' and
5693            not 'VHOST'"
5694   parameters:
5695   - "throughput"
5696   - "parent"
5697   traces:
5698     hoverinfo: "x+y"
5699     boxpoints: "outliers"
5700     whiskerwidth: 0
5701   layout:
5702     title: ""  # No title
5703     layout: "plot-throughput"
5704
5705 -
5706   type: "plot"
5707   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5708   algorithm: "plot_performance_box"
5709   output-file-type: ".html"
5710   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
5711   data: "plot-vpp-throughput-latency-3n-hsw"
5712   filter: "'NIC_Intel-X520-DA2' and
5713            '78B' and
5714            ('BASE' or 'SCALE') and
5715            'NDRPDR' and
5716            '2T2C' and
5717            'IP6FWD' and
5718            not 'SRv6' and
5719            not 'IPSEC' and
5720            not 'VHOST'"
5721   parameters:
5722   - "throughput"
5723   - "parent"
5724   traces:
5725     hoverinfo: "x+y"
5726     boxpoints: "outliers"
5727     whiskerwidth: 0
5728   layout:
5729     title: ""  # No title
5730     layout: "plot-throughput"
5731
5732 -
5733   type: "plot"
5734   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5735   algorithm: "plot_performance_box"
5736   output-file-type: ".html"
5737   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
5738   data: "plot-vpp-throughput-latency-3n-hsw"
5739   filter: "'NIC_Intel-X520-DA2' and
5740            '78B' and
5741            ('BASE' or 'SCALE') and
5742            'NDRPDR' and
5743            '2T2C' and
5744            'IP6FWD' and
5745            not 'SRv6' and
5746            not 'IPSEC' and
5747            not 'VHOST'"
5748   parameters:
5749   - "throughput"
5750   - "parent"
5751   traces:
5752     hoverinfo: "x+y"
5753     boxpoints: "outliers"
5754     whiskerwidth: 0
5755   layout:
5756     title: ""  # No title
5757     layout: "plot-throughput"
5758
5759 # Packet Throughput - VPP IPv6 3n-hsw-x710
5760 -
5761   type: "plot"
5762   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5763   algorithm: "plot_performance_box"
5764   output-file-type: ".html"
5765   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
5766   data: "plot-vpp-throughput-latency-3n-hsw"
5767   filter: "'NIC_Intel-X710' and
5768            '78B' and
5769            ('BASE' or 'SCALE') and
5770            'NDRPDR' and
5771            '1T1C' and
5772            'IP6FWD' and
5773            not 'SRv6' and
5774            not 'IPSEC' and
5775            not 'VHOST'"
5776   parameters:
5777   - "throughput"
5778   - "parent"
5779   traces:
5780     hoverinfo: "x+y"
5781     boxpoints: "outliers"
5782     whiskerwidth: 0
5783   layout:
5784     title: ""  # No title
5785     layout: "plot-throughput"
5786
5787 -
5788   type: "plot"
5789   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5790   algorithm: "plot_performance_box"
5791   output-file-type: ".html"
5792   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
5793   data: "plot-vpp-throughput-latency-3n-hsw"
5794   filter: "'NIC_Intel-X710' and
5795            '78B' and
5796            ('BASE' or 'SCALE') and
5797            'NDRPDR' and
5798            '1T1C' and
5799            'IP6FWD' and
5800            not 'SRv6' and
5801            not 'IPSEC' and
5802            not 'VHOST'"
5803   parameters:
5804   - "throughput"
5805   - "parent"
5806   traces:
5807     hoverinfo: "x+y"
5808     boxpoints: "outliers"
5809     whiskerwidth: 0
5810   layout:
5811     title: ""  # No title
5812     layout: "plot-throughput"
5813
5814 -
5815   type: "plot"
5816   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5817   algorithm: "plot_performance_box"
5818   output-file-type: ".html"
5819   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
5820   data: "plot-vpp-throughput-latency-3n-hsw"
5821   filter: "'NIC_Intel-X710' and
5822            '78B' and
5823            ('BASE' or 'SCALE') and
5824            'NDRPDR' and
5825            '2T2C' and
5826            'IP6FWD' and
5827            not 'SRv6' and
5828            not 'IPSEC' and
5829            not 'VHOST'"
5830   parameters:
5831   - "throughput"
5832   - "parent"
5833   traces:
5834     hoverinfo: "x+y"
5835     boxpoints: "outliers"
5836     whiskerwidth: 0
5837   layout:
5838     title: ""  # No title
5839     layout: "plot-throughput"
5840
5841 -
5842   type: "plot"
5843   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5844   algorithm: "plot_performance_box"
5845   output-file-type: ".html"
5846   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
5847   data: "plot-vpp-throughput-latency-3n-hsw"
5848   filter: "'NIC_Intel-X710' and
5849            '78B' and
5850            ('BASE' or 'SCALE') and
5851            'NDRPDR' and
5852            '2T2C' and
5853            'IP6FWD' and
5854            not 'SRv6' and
5855            not 'IPSEC' and
5856            not 'VHOST'"
5857   parameters:
5858   - "throughput"
5859   - "parent"
5860   traces:
5861     hoverinfo: "x+y"
5862     boxpoints: "outliers"
5863     whiskerwidth: 0
5864   layout:
5865     title: ""  # No title
5866     layout: "plot-throughput"
5867
5868 # Packet Throughput - VPP IPv6 3n-hsw-xl710
5869 -
5870   type: "plot"
5871   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5872   algorithm: "plot_performance_box"
5873   output-file-type: ".html"
5874   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
5875   data: "plot-vpp-throughput-latency-3n-hsw"
5876   filter: "'NIC_Intel-XL710' and
5877            '78B' and
5878            ('BASE' or 'SCALE') and
5879            'NDRPDR' and
5880            '1T1C' and
5881            'IP6FWD' and
5882            not 'SRv6' and
5883            not 'IPSEC' and
5884            not 'VHOST'"
5885   parameters:
5886   - "throughput"
5887   - "parent"
5888   traces:
5889     hoverinfo: "x+y"
5890     boxpoints: "outliers"
5891     whiskerwidth: 0
5892   layout:
5893     title: ""  # No title
5894     layout: "plot-throughput"
5895
5896 -
5897   type: "plot"
5898   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5899   algorithm: "plot_performance_box"
5900   output-file-type: ".html"
5901   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
5902   data: "plot-vpp-throughput-latency-3n-hsw"
5903   filter: "'NIC_Intel-XL710' and
5904            '78B' and
5905            ('BASE' or 'SCALE') and
5906            'NDRPDR' and
5907            '1T1C' and
5908            'IP6FWD' and
5909            not 'SRv6' and
5910            not 'IPSEC' and
5911            not 'VHOST'"
5912   parameters:
5913   - "throughput"
5914   - "parent"
5915   traces:
5916     hoverinfo: "x+y"
5917     boxpoints: "outliers"
5918     whiskerwidth: 0
5919   layout:
5920     title: ""  # No title
5921     layout: "plot-throughput"
5922
5923 -
5924   type: "plot"
5925   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5926   algorithm: "plot_performance_box"
5927   output-file-type: ".html"
5928   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
5929   data: "plot-vpp-throughput-latency-3n-hsw"
5930   filter: "'NIC_Intel-XL710' and
5931            '78B' and
5932            ('BASE' or 'SCALE') and
5933            'NDRPDR' and
5934            '2T2C' and
5935            'IP6FWD' and
5936            not 'SRv6' and
5937            not 'IPSEC' and
5938            not 'VHOST'"
5939   parameters:
5940   - "throughput"
5941   - "parent"
5942   traces:
5943     hoverinfo: "x+y"
5944     boxpoints: "outliers"
5945     whiskerwidth: 0
5946   layout:
5947     title: ""  # No title
5948     layout: "plot-throughput"
5949
5950 -
5951   type: "plot"
5952   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
5953   algorithm: "plot_performance_box"
5954   output-file-type: ".html"
5955   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
5956   data: "plot-vpp-throughput-latency-3n-hsw"
5957   filter: "'NIC_Intel-XL710' and
5958            '78B' and
5959            ('BASE' or 'SCALE') and
5960            'NDRPDR' and
5961            '2T2C' and
5962            'IP6FWD' and
5963            not 'SRv6' and
5964            not 'IPSEC' and
5965            not 'VHOST'"
5966   parameters:
5967   - "throughput"
5968   - "parent"
5969   traces:
5970     hoverinfo: "x+y"
5971     boxpoints: "outliers"
5972     whiskerwidth: 0
5973   layout:
5974     title: ""  # No title
5975     layout: "plot-throughput"
5976
5977 # Packet Throughput - VPP IPv6 3n-skx-x710
5978 -
5979   type: "plot"
5980   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
5981   algorithm: "plot_performance_box"
5982   output-file-type: ".html"
5983   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
5984   data: "plot-vpp-throughput-latency-3n-skx"
5985   filter: "'NIC_Intel-X710' and
5986            '78B' and
5987            ('BASE' or 'SCALE') and
5988            'NDRPDR' and
5989            '2T1C' and
5990            'IP6FWD' and
5991            not 'SRv6' and
5992            not 'IPSEC' and
5993            not 'VHOST'"
5994   parameters:
5995   - "throughput"
5996   - "parent"
5997   traces:
5998     hoverinfo: "x+y"
5999     boxpoints: "outliers"
6000     whiskerwidth: 0
6001   layout:
6002     title: ""  # No title
6003     layout: "plot-throughput"
6004
6005 -
6006   type: "plot"
6007   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6008   algorithm: "plot_performance_box"
6009   output-file-type: ".html"
6010   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
6011   data: "plot-vpp-throughput-latency-3n-skx"
6012   filter: "'NIC_Intel-X710' and
6013            '78B' and
6014            ('BASE' or 'SCALE') and
6015            'NDRPDR' and
6016            '2T1C' and
6017            'IP6FWD' and
6018            not 'SRv6' and
6019            not 'IPSEC' and
6020            not 'VHOST'"
6021   parameters:
6022   - "throughput"
6023   - "parent"
6024   traces:
6025     hoverinfo: "x+y"
6026     boxpoints: "outliers"
6027     whiskerwidth: 0
6028   layout:
6029     title: ""  # No title
6030     layout: "plot-throughput"
6031
6032 -
6033   type: "plot"
6034   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6035   algorithm: "plot_performance_box"
6036   output-file-type: ".html"
6037   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
6038   data: "plot-vpp-throughput-latency-3n-skx"
6039   filter: "'NIC_Intel-X710' and
6040            '78B' and
6041            ('BASE' or 'SCALE') and
6042            'NDRPDR' and
6043            '4T2C' and
6044            'IP6FWD' and
6045            not 'SRv6' and
6046            not 'IPSEC' and
6047            not 'VHOST'"
6048   parameters:
6049   - "throughput"
6050   - "parent"
6051   traces:
6052     hoverinfo: "x+y"
6053     boxpoints: "outliers"
6054     whiskerwidth: 0
6055   layout:
6056     title: ""  # No title
6057     layout: "plot-throughput"
6058
6059 -
6060   type: "plot"
6061   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6062   algorithm: "plot_performance_box"
6063   output-file-type: ".html"
6064   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
6065   data: "plot-vpp-throughput-latency-3n-skx"
6066   filter: "'NIC_Intel-X710' and
6067            '78B' and
6068            ('BASE' or 'SCALE') and
6069            'NDRPDR' and
6070            '4T2C' and
6071            'IP6FWD' and
6072            not 'SRv6' and
6073            not 'IPSEC' and
6074            not 'VHOST'"
6075   parameters:
6076   - "throughput"
6077   - "parent"
6078   traces:
6079     hoverinfo: "x+y"
6080     boxpoints: "outliers"
6081     whiskerwidth: 0
6082   layout:
6083     title: ""  # No title
6084     layout: "plot-throughput"
6085
6086 # Packet Throughput - VPP IPv6 2n-skx-x710
6087 -
6088   type: "plot"
6089   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6090   algorithm: "plot_performance_box"
6091   output-file-type: ".html"
6092   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
6093   data: "plot-vpp-throughput-latency-2n-skx"
6094   filter: "'NIC_Intel-X710' and
6095            '78B' and
6096            ('BASE' or 'SCALE') and
6097            'NDRPDR' and
6098            '2T1C' and
6099            'IP6FWD' and
6100            not 'SRv6' and
6101            not 'IPSEC' and
6102            not 'VHOST'"
6103   parameters:
6104   - "throughput"
6105   - "parent"
6106   traces:
6107     hoverinfo: "x+y"
6108     boxpoints: "outliers"
6109     whiskerwidth: 0
6110   layout:
6111     title: ""  # No title
6112     layout: "plot-throughput"
6113
6114 -
6115   type: "plot"
6116   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6117   algorithm: "plot_performance_box"
6118   output-file-type: ".html"
6119   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
6120   data: "plot-vpp-throughput-latency-2n-skx"
6121   filter: "'NIC_Intel-X710' and
6122            '78B' and
6123            ('BASE' or 'SCALE') and
6124            'NDRPDR' and
6125            '2T1C' and
6126            'IP6FWD' and
6127            not 'IPSEC' and
6128            not 'VHOST'"
6129   parameters:
6130   - "throughput"
6131   - "parent"
6132   traces:
6133     hoverinfo: "x+y"
6134     boxpoints: "outliers"
6135     whiskerwidth: 0
6136   layout:
6137     title: ""  # No title
6138     layout: "plot-throughput"
6139
6140 -
6141   type: "plot"
6142   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6143   algorithm: "plot_performance_box"
6144   output-file-type: ".html"
6145   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
6146   data: "plot-vpp-throughput-latency-2n-skx"
6147   filter: "'NIC_Intel-X710' and
6148            '78B' and
6149            ('BASE' or 'SCALE') and
6150            'NDRPDR' and
6151            '4T2C' and
6152            'IP6FWD' and
6153            not 'SRv6' and
6154            not 'IPSEC' and
6155            not 'VHOST'"
6156   parameters:
6157   - "throughput"
6158   - "parent"
6159   traces:
6160     hoverinfo: "x+y"
6161     boxpoints: "outliers"
6162     whiskerwidth: 0
6163   layout:
6164     title: ""  # No title
6165     layout: "plot-throughput"
6166
6167 -
6168   type: "plot"
6169   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6170   algorithm: "plot_performance_box"
6171   output-file-type: ".html"
6172   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
6173   data: "plot-vpp-throughput-latency-2n-skx"
6174   filter: "'NIC_Intel-X710' and
6175            '78B' and
6176            ('BASE' or 'SCALE') and
6177            'NDRPDR' and
6178            '4T2C' and
6179            'IP6FWD' and
6180            not 'SRv6' and
6181            not 'IPSEC' and
6182            not 'VHOST'"
6183   parameters:
6184   - "throughput"
6185   - "parent"
6186   traces:
6187     hoverinfo: "x+y"
6188     boxpoints: "outliers"
6189     whiskerwidth: 0
6190   layout:
6191     title: ""  # No title
6192     layout: "plot-throughput"
6193
6194 # Packet Throughput - VPP IPv6 2n-skx-xxv710
6195 -
6196   type: "plot"
6197   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6198   algorithm: "plot_performance_box"
6199   output-file-type: ".html"
6200   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
6201   data: "plot-vpp-throughput-latency-2n-skx"
6202   filter: "'NIC_Intel-XXV710' and
6203            '78B' and
6204            ('BASE' or 'SCALE') and
6205            'NDRPDR' and
6206            '2T1C' and
6207            'IP6FWD' and
6208            not 'SRv6' and
6209            not 'IPSEC' and
6210            not 'VHOST'"
6211   parameters:
6212   - "throughput"
6213   - "parent"
6214   traces:
6215     hoverinfo: "x+y"
6216     boxpoints: "outliers"
6217     whiskerwidth: 0
6218   layout:
6219     title: ""  # No title
6220     layout: "plot-throughput"
6221
6222 -
6223   type: "plot"
6224   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6225   algorithm: "plot_performance_box"
6226   output-file-type: ".html"
6227   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
6228   data: "plot-vpp-throughput-latency-2n-skx"
6229   filter: "'NIC_Intel-XXV710' and
6230            '78B' and
6231            ('BASE' or 'SCALE') and
6232            'NDRPDR' and
6233            '2T1C' and
6234            'IP6FWD' and
6235            not 'SRv6' and
6236            not 'IPSEC' and
6237            not 'VHOST'"
6238   parameters:
6239   - "throughput"
6240   - "parent"
6241   traces:
6242     hoverinfo: "x+y"
6243     boxpoints: "outliers"
6244     whiskerwidth: 0
6245   layout:
6246     title: ""  # No title
6247     layout: "plot-throughput"
6248
6249 -
6250   type: "plot"
6251   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6252   algorithm: "plot_performance_box"
6253   output-file-type: ".html"
6254   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
6255   data: "plot-vpp-throughput-latency-2n-skx"
6256   filter: "'NIC_Intel-XXV710' and
6257            '78B' and
6258            ('BASE' or 'SCALE') and
6259            'NDRPDR' and
6260            '4T2C' and
6261            'IP6FWD' and
6262            not 'SRv6' and
6263            not 'IPSEC' and
6264            not 'VHOST'"
6265   parameters:
6266   - "throughput"
6267   - "parent"
6268   traces:
6269     hoverinfo: "x+y"
6270     boxpoints: "outliers"
6271     whiskerwidth: 0
6272   layout:
6273     title: ""  # No title
6274     layout: "plot-throughput"
6275
6276 -
6277   type: "plot"
6278   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6279   algorithm: "plot_performance_box"
6280   output-file-type: ".html"
6281   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
6282   data: "plot-vpp-throughput-latency-2n-skx"
6283   filter: "'NIC_Intel-XXV710' and
6284            '78B' and
6285            ('BASE' or 'SCALE') and
6286            'NDRPDR' and
6287            '4T2C' and
6288            'IP6FWD' and
6289            not 'SRv6' and
6290            not 'IPSEC' and
6291            not 'VHOST'"
6292   parameters:
6293   - "throughput"
6294   - "parent"
6295   traces:
6296     hoverinfo: "x+y"
6297     boxpoints: "outliers"
6298     whiskerwidth: 0
6299   layout:
6300     title: ""  # No title
6301     layout: "plot-throughput"
6302
6303 ################################################################################
6304
6305 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
6306 -
6307   type: "plot"
6308   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6309   algorithm: "plot_performance_box"
6310   output-file-type: ".html"
6311   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
6312   data: "plot-vpp-throughput-latency-3n-hsw"
6313   filter: "'NIC_Intel-X520-DA2' and
6314            '78B' and
6315            'ENCAP' and
6316            'NDRPDR' and
6317            '1T1C' and
6318            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6319            not 'VHOST'"
6320   parameters:
6321   - "throughput"
6322   - "parent"
6323   traces:
6324     hoverinfo: "x+y"
6325     boxpoints: "outliers"
6326     whiskerwidth: 0
6327   layout:
6328     title: ""  # No title
6329     layout: "plot-throughput"
6330
6331 -
6332   type: "plot"
6333   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6334   algorithm: "plot_performance_box"
6335   output-file-type: ".html"
6336   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
6337   data: "plot-vpp-throughput-latency-3n-hsw"
6338   filter: "'NIC_Intel-X520-DA2' and
6339            '78B' and
6340            'ENCAP' and
6341            'NDRPDR' and
6342            '1T1C' and
6343            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') 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: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6359   algorithm: "plot_performance_box"
6360   output-file-type: ".html"
6361   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
6362   data: "plot-vpp-throughput-latency-3n-hsw"
6363   filter: "'NIC_Intel-X520-DA2' and
6364            '78B' and
6365            'ENCAP' and
6366            'NDRPDR' and
6367            '2T2C' and
6368            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6369            not 'VHOST'"
6370   parameters:
6371   - "throughput"
6372   - "parent"
6373   traces:
6374     hoverinfo: "x+y"
6375     boxpoints: "outliers"
6376     whiskerwidth: 0
6377   layout:
6378     title: ""  # No title
6379     layout: "plot-throughput"
6380
6381 -
6382   type: "plot"
6383   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6384   algorithm: "plot_performance_box"
6385   output-file-type: ".html"
6386   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
6387   data: "plot-vpp-throughput-latency-3n-hsw"
6388   filter: "'NIC_Intel-X520-DA2' and
6389            '78B' and
6390            'ENCAP' and
6391            'NDRPDR' and
6392            '2T2C' and
6393            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
6394            not 'VHOST'"
6395   parameters:
6396   - "throughput"
6397   - "parent"
6398   traces:
6399     hoverinfo: "x+y"
6400     boxpoints: "outliers"
6401     whiskerwidth: 0
6402   layout:
6403     title: ""  # No title
6404     layout: "plot-throughput"
6405
6406 ################################################################################
6407
6408 # Packet Throughput - VPP IPSec 3n-hsw-xl710
6409 -
6410   type: "plot"
6411   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6412   algorithm: "plot_performance_box"
6413   output-file-type: ".html"
6414   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6415   data: "plot-vpp-throughput-latency-3n-hsw"
6416   filter: "'NIC_Intel-XL710' and
6417            '64B' and
6418            'IP4FWD' and
6419            'NDRPDR' and
6420            '1T1C' and
6421            'IPSECHW' and
6422            ('IPSECTRAN' or 'IPSECTUN') and
6423            not 'VHOST'"
6424   parameters:
6425   - "throughput"
6426   - "parent"
6427   traces:
6428     hoverinfo: "x+y"
6429     boxpoints: "outliers"
6430     whiskerwidth: 0
6431   layout:
6432     title: ""  # No title
6433     layout: "plot-throughput"
6434
6435 -
6436   type: "plot"
6437   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6438   algorithm: "plot_performance_box"
6439   output-file-type: ".html"
6440   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6441   data: "plot-vpp-throughput-latency-3n-hsw"
6442   filter: "'NIC_Intel-XL710' and
6443            '64B' and
6444            'IP4FWD' and
6445            'NDRPDR' and
6446            '1T1C' and
6447            'IPSECHW' and
6448            ('IPSECTRAN' or 'IPSECTUN') and
6449            not 'VHOST'"
6450   parameters:
6451   - "throughput"
6452   - "parent"
6453   traces:
6454     hoverinfo: "x+y"
6455     boxpoints: "outliers"
6456     whiskerwidth: 0
6457   layout:
6458     title: ""  # No title
6459     layout: "plot-throughput"
6460
6461 -
6462   type: "plot"
6463   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6464   algorithm: "plot_performance_box"
6465   output-file-type: ".html"
6466   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6467   data: "plot-vpp-throughput-latency-3n-hsw"
6468   filter: "'NIC_Intel-XL710' and
6469            '64B' and
6470            'IP4FWD' and
6471            'NDRPDR' and
6472            '2T2C' and
6473            'IPSECHW' and
6474            ('IPSECTRAN' or 'IPSECTUN') and
6475            not 'VHOST'"
6476   parameters:
6477   - "throughput"
6478   - "parent"
6479   traces:
6480     hoverinfo: "x+y"
6481     boxpoints: "outliers"
6482     whiskerwidth: 0
6483   layout:
6484     title: ""  # No title
6485     layout: "plot-throughput"
6486
6487 -
6488   type: "plot"
6489   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6490   algorithm: "plot_performance_box"
6491   output-file-type: ".html"
6492   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6493   data: "plot-vpp-throughput-latency-3n-hsw"
6494   filter: "'NIC_Intel-XL710' and
6495            '64B' and
6496            'IP4FWD' and
6497            'NDRPDR' and
6498            '2T2C' and
6499            'IPSECHW' and
6500            ('IPSECTRAN' or 'IPSECTUN') and
6501            not 'VHOST'"
6502   parameters:
6503   - "throughput"
6504   - "parent"
6505   traces:
6506     hoverinfo: "x+y"
6507     boxpoints: "outliers"
6508     whiskerwidth: 0
6509   layout:
6510     title: ""  # No title
6511     layout: "plot-throughput"
6512
6513 ################################################################################
6514
6515 # Packet Throughput - VPP SRv6 3n-hsw-x520
6516 -
6517   type: "plot"
6518   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6519   algorithm: "plot_performance_box"
6520   output-file-type: ".html"
6521   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
6522   data: "plot-vpp-throughput-latency-3n-hsw"
6523   filter: "'NIC_Intel-X520-DA2' and
6524            '78B' and
6525            'FEATURE' and
6526            'NDRPDR' and
6527            '1T1C' and
6528            'IP6FWD' and
6529            'SRv6'"
6530   parameters:
6531   - "throughput"
6532   - "parent"
6533   traces:
6534     hoverinfo: "x+y"
6535     boxpoints: "outliers"
6536     whiskerwidth: 0
6537   layout:
6538     title: ""  # No title
6539     layout: "plot-throughput"
6540
6541 -
6542   type: "plot"
6543   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6544   algorithm: "plot_performance_box"
6545   output-file-type: ".html"
6546   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
6547   data: "plot-vpp-throughput-latency-3n-hsw"
6548   filter: "'NIC_Intel-X520-DA2' and
6549            '78B' and
6550            'FEATURE' and
6551            'NDRPDR' and
6552            '1T1C' and
6553            'IP6FWD' and
6554            'SRv6'"
6555   parameters:
6556   - "throughput"
6557   - "parent"
6558   traces:
6559     hoverinfo: "x+y"
6560     boxpoints: "outliers"
6561     whiskerwidth: 0
6562   layout:
6563     title: ""  # No title
6564     layout: "plot-throughput"
6565
6566 -
6567   type: "plot"
6568   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6569   algorithm: "plot_performance_box"
6570   output-file-type: ".html"
6571   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
6572   data: "plot-vpp-throughput-latency-3n-hsw"
6573   filter: "'NIC_Intel-X520-DA2' and
6574            '78B' and
6575            'FEATURE' and
6576            'NDRPDR' and
6577            '2T2C' and
6578            'IP6FWD' and
6579            'SRv6'"
6580   parameters:
6581   - "throughput"
6582   - "parent"
6583   traces:
6584     hoverinfo: "x+y"
6585     boxpoints: "outliers"
6586     whiskerwidth: 0
6587   layout:
6588     title: ""  # No title
6589     layout: "plot-throughput"
6590
6591 -
6592   type: "plot"
6593   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6594   algorithm: "plot_performance_box"
6595   output-file-type: ".html"
6596   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
6597   data: "plot-vpp-throughput-latency-3n-hsw"
6598   filter: "'NIC_Intel-X520-DA2' and
6599            '78B' and
6600            'FEATURE' and
6601            'NDRPDR' and
6602            '2T2C' and
6603            'IP6FWD' and
6604            'SRv6'"
6605   parameters:
6606   - "throughput"
6607   - "parent"
6608   traces:
6609     hoverinfo: "x+y"
6610     boxpoints: "outliers"
6611     whiskerwidth: 0
6612   layout:
6613     title: ""  # No title
6614     layout: "plot-throughput"
6615
6616 ################################################################################
6617
6618 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
6619 -
6620   type: "plot"
6621   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6622   algorithm: "plot_performance_box"
6623   output-file-type: ".html"
6624   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6625   data: "plot-vpp-throughput-latency-3n-hsw"
6626   filter: "'NIC_Intel-X520-DA2' and
6627            '64B' and
6628            'NDRPDR' and
6629            '1T1C' and
6630            'VHOST' and
6631            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6632   parameters:
6633   - "throughput"
6634   - "parent"
6635   traces:
6636     hoverinfo: "x+y"
6637     boxpoints: "outliers"
6638     whiskerwidth: 0
6639   layout:
6640     title: ""  # No title
6641     layout: "plot-throughput"
6642
6643 -
6644   type: "plot"
6645   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6646   algorithm: "plot_performance_box"
6647   output-file-type: ".html"
6648   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6649   data: "plot-vpp-throughput-latency-3n-hsw"
6650   filter: "'NIC_Intel-X520-DA2' and
6651            '64B' and
6652            'NDRPDR' and
6653            '2T2C' and
6654            'VHOST' and
6655            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6656   parameters:
6657   - "throughput"
6658   - "parent"
6659   traces:
6660     hoverinfo: "x+y"
6661     boxpoints: "outliers"
6662     whiskerwidth: 0
6663   layout:
6664     title: ""  # No title
6665     layout: "plot-throughput"
6666
6667 -
6668   type: "plot"
6669   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6670   algorithm: "plot_performance_box"
6671   output-file-type: ".html"
6672   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6673   data: "plot-vpp-throughput-latency-3n-hsw"
6674   filter: "'NIC_Intel-X520-DA2' and
6675            '64B' and
6676            'NDRPDR' and
6677            '1T1C' and
6678            'VHOST' and
6679            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6680   parameters:
6681   - "throughput"
6682   - "parent"
6683   traces:
6684     hoverinfo: "x+y"
6685     boxpoints: "outliers"
6686     whiskerwidth: 0
6687   layout:
6688     title: ""  # No title
6689     layout: "plot-throughput"
6690
6691 -
6692   type: "plot"
6693   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6694   algorithm: "plot_performance_box"
6695   output-file-type: ".html"
6696   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6697   data: "plot-vpp-throughput-latency-3n-hsw"
6698   filter: "'NIC_Intel-X520-DA2' and
6699            '64B' and
6700            'NDRPDR' and
6701            '2T2C' and
6702            'VHOST' and
6703            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6704   parameters:
6705   - "throughput"
6706   - "parent"
6707   traces:
6708     hoverinfo: "x+y"
6709     boxpoints: "outliers"
6710     whiskerwidth: 0
6711   layout:
6712     title: ""  # No title
6713     layout: "plot-throughput"
6714
6715 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
6716 -
6717   type: "plot"
6718   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6719   algorithm: "plot_performance_box"
6720   output-file-type: ".html"
6721   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6722   data: "plot-vpp-throughput-latency-3n-hsw"
6723   filter: "'NIC_Intel-X520-DA2' and
6724            '64B' and
6725            'NDRPDR' and
6726            '1T1C' and
6727            'VHOST' and
6728            not 'VXLAN' and
6729            not 'IP4FWD' and
6730            not 'DOT1Q' and
6731            not '2VM'"
6732   parameters:
6733   - "throughput"
6734   - "parent"
6735   traces:
6736     hoverinfo: "x+y"
6737     boxpoints: "outliers"
6738     whiskerwidth: 0
6739   layout:
6740     title: ""  # No title
6741     layout: "plot-throughput"
6742
6743 -
6744   type: "plot"
6745   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6746   algorithm: "plot_performance_box"
6747   output-file-type: ".html"
6748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6749   data: "plot-vpp-throughput-latency-3n-hsw"
6750   filter: "'NIC_Intel-X520-DA2' and
6751            '64B' and
6752            'NDRPDR' and
6753            '2T2C' and
6754            'VHOST' and
6755            not 'VXLAN' and
6756            not 'IP4FWD' and
6757            not 'DOT1Q' and
6758            not '2VM'"
6759   parameters:
6760   - "throughput"
6761   - "parent"
6762   traces:
6763     hoverinfo: "x+y"
6764     boxpoints: "outliers"
6765     whiskerwidth: 0
6766   layout:
6767     title: ""  # No title
6768     layout: "plot-throughput"
6769
6770 -
6771   type: "plot"
6772   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6773   algorithm: "plot_performance_box"
6774   output-file-type: ".html"
6775   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6776   data: "plot-vpp-throughput-latency-3n-hsw"
6777   filter: "'NIC_Intel-X520-DA2' and
6778            '64B' and
6779            'NDRPDR' and
6780            '1T1C' and
6781            'VHOST' and
6782            not 'VXLAN' and
6783            not 'IP4FWD' and
6784            not 'DOT1Q' and
6785            not '2VM'"
6786   parameters:
6787   - "throughput"
6788   - "parent"
6789   traces:
6790     hoverinfo: "x+y"
6791     boxpoints: "outliers"
6792     whiskerwidth: 0
6793   layout:
6794     title: ""  # No title
6795     layout: "plot-throughput"
6796
6797 -
6798   type: "plot"
6799   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6800   algorithm: "plot_performance_box"
6801   output-file-type: ".html"
6802   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6803   data: "plot-vpp-throughput-latency-3n-hsw"
6804   filter: "'NIC_Intel-X520-DA2' and
6805            '64B' and
6806            'NDRPDR' and
6807            '2T2C' and
6808            'VHOST' and
6809            not 'VXLAN' and
6810            not 'IP4FWD' and
6811            not 'DOT1Q' and
6812            not '2VM'"
6813   parameters:
6814   - "throughput"
6815   - "parent"
6816   traces:
6817     hoverinfo: "x+y"
6818     boxpoints: "outliers"
6819     whiskerwidth: 0
6820   layout:
6821     title: ""  # No title
6822     layout: "plot-throughput"
6823
6824 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
6825 -
6826   type: "plot"
6827   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6828   algorithm: "plot_performance_box"
6829   output-file-type: ".html"
6830   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6831   data: "plot-vpp-throughput-latency-3n-hsw"
6832   filter: "'NIC_Intel-X710' and
6833            '64B' and
6834            'NDRPDR' and
6835            '1T1C' and
6836            'VHOST' and
6837            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6838   parameters:
6839   - "throughput"
6840   - "parent"
6841   traces:
6842     hoverinfo: "x+y"
6843     boxpoints: "outliers"
6844     whiskerwidth: 0
6845   layout:
6846     title: ""  # No title
6847     layout: "plot-throughput"
6848
6849 -
6850   type: "plot"
6851   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6852   algorithm: "plot_performance_box"
6853   output-file-type: ".html"
6854   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6855   data: "plot-vpp-throughput-latency-3n-hsw"
6856   filter: "'NIC_Intel-X710' and
6857            '64B' and
6858            'NDRPDR' and
6859            '2T2C' and
6860            'VHOST' and
6861            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6862   parameters:
6863   - "throughput"
6864   - "parent"
6865   traces:
6866     hoverinfo: "x+y"
6867     boxpoints: "outliers"
6868     whiskerwidth: 0
6869   layout:
6870     title: ""  # No title
6871     layout: "plot-throughput"
6872
6873 -
6874   type: "plot"
6875   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6876   algorithm: "plot_performance_box"
6877   output-file-type: ".html"
6878   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6879   data: "plot-vpp-throughput-latency-3n-hsw"
6880   filter: "'NIC_Intel-X710' and
6881            '64B' and
6882            'NDRPDR' and
6883            '1T1C' and
6884            'VHOST' and
6885            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6886   parameters:
6887   - "throughput"
6888   - "parent"
6889   traces:
6890     hoverinfo: "x+y"
6891     boxpoints: "outliers"
6892     whiskerwidth: 0
6893   layout:
6894     title: ""  # No title
6895     layout: "plot-throughput"
6896
6897 -
6898   type: "plot"
6899   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6900   algorithm: "plot_performance_box"
6901   output-file-type: ".html"
6902   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6903   data: "plot-vpp-throughput-latency-3n-hsw"
6904   filter: "'NIC_Intel-X710' and
6905            '64B' and
6906            'NDRPDR' and
6907            '2T2C' and
6908            'VHOST' and
6909            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
6910   parameters:
6911   - "throughput"
6912   - "parent"
6913   traces:
6914     hoverinfo: "x+y"
6915     boxpoints: "outliers"
6916     whiskerwidth: 0
6917   layout:
6918     title: ""  # No title
6919     layout: "plot-throughput"
6920
6921 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
6922 -
6923   type: "plot"
6924   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6925   algorithm: "plot_performance_box"
6926   output-file-type: ".html"
6927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6928   data: "plot-vpp-throughput-latency-3n-hsw"
6929   filter: "'NIC_Intel-X710' and
6930            '64B' and
6931            'NDRPDR' and
6932            '1T1C' and
6933            'VHOST' and
6934            not 'VXLAN' and
6935            not 'IP4FWD' and
6936            not 'DOT1Q' and
6937            not '2VM'"
6938   parameters:
6939   - "throughput"
6940   - "parent"
6941   traces:
6942     hoverinfo: "x+y"
6943     boxpoints: "outliers"
6944     whiskerwidth: 0
6945   layout:
6946     title: ""  # No title
6947     layout: "plot-throughput"
6948
6949 -
6950   type: "plot"
6951   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6952   algorithm: "plot_performance_box"
6953   output-file-type: ".html"
6954   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6955   data: "plot-vpp-throughput-latency-3n-hsw"
6956   filter: "'NIC_Intel-X710' and
6957            '64B' and
6958            'NDRPDR' and
6959            '2T2C' and
6960            'VHOST' and
6961            not 'VXLAN' and
6962            not 'IP4FWD' and
6963            not 'DOT1Q' and
6964            not '2VM'"
6965   parameters:
6966   - "throughput"
6967   - "parent"
6968   traces:
6969     hoverinfo: "x+y"
6970     boxpoints: "outliers"
6971     whiskerwidth: 0
6972   layout:
6973     title: ""  # No title
6974     layout: "plot-throughput"
6975
6976 -
6977   type: "plot"
6978   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6979   algorithm: "plot_performance_box"
6980   output-file-type: ".html"
6981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6982   data: "plot-vpp-throughput-latency-3n-hsw"
6983   filter: "'NIC_Intel-X710' and
6984            '64B' and
6985            'NDRPDR' and
6986            '1T1C' and
6987            'VHOST' and
6988            not 'VXLAN' and
6989            not 'IP4FWD' and
6990            not 'DOT1Q' and
6991            not '2VM'"
6992   parameters:
6993   - "throughput"
6994   - "parent"
6995   traces:
6996     hoverinfo: "x+y"
6997     boxpoints: "outliers"
6998     whiskerwidth: 0
6999   layout:
7000     title: ""  # No title
7001     layout: "plot-throughput"
7002
7003 -
7004   type: "plot"
7005   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7006   algorithm: "plot_performance_box"
7007   output-file-type: ".html"
7008   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7009   data: "plot-vpp-throughput-latency-3n-hsw"
7010   filter: "'NIC_Intel-X710' and
7011            '64B' and
7012            'NDRPDR' and
7013            '2T2C' and
7014            'VHOST' and
7015            not 'VXLAN' and
7016            not 'IP4FWD' and
7017            not 'DOT1Q' and
7018            not '2VM'"
7019   parameters:
7020   - "throughput"
7021   - "parent"
7022   traces:
7023     hoverinfo: "x+y"
7024     boxpoints: "outliers"
7025     whiskerwidth: 0
7026   layout:
7027     title: ""  # No title
7028     layout: "plot-throughput"
7029
7030 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
7031 -
7032   type: "plot"
7033   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7034   algorithm: "plot_performance_box"
7035   output-file-type: ".html"
7036   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7037   data: "plot-vpp-throughput-latency-3n-hsw"
7038   filter: "'NIC_Intel-XL710' and
7039            '64B' and
7040            'NDRPDR' and
7041            '1T1C' and
7042            'VHOST' and
7043            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7044   parameters:
7045   - "throughput"
7046   - "parent"
7047   traces:
7048     hoverinfo: "x+y"
7049     boxpoints: "outliers"
7050     whiskerwidth: 0
7051   layout:
7052     title: ""  # No title
7053     layout: "plot-throughput"
7054
7055 -
7056   type: "plot"
7057   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7058   algorithm: "plot_performance_box"
7059   output-file-type: ".html"
7060   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7061   data: "plot-vpp-throughput-latency-3n-hsw"
7062   filter: "'NIC_Intel-XL710' and
7063            '64B' and
7064            'NDRPDR' and
7065            '2T2C' and
7066            'VHOST' and
7067            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7068   parameters:
7069   - "throughput"
7070   - "parent"
7071   traces:
7072     hoverinfo: "x+y"
7073     boxpoints: "outliers"
7074     whiskerwidth: 0
7075   layout:
7076     title: ""  # No title
7077     layout: "plot-throughput"
7078
7079 -
7080   type: "plot"
7081   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7082   algorithm: "plot_performance_box"
7083   output-file-type: ".html"
7084   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7085   data: "plot-vpp-throughput-latency-3n-hsw"
7086   filter: "'NIC_Intel-XL710' and
7087            '64B' and
7088            'NDRPDR' and
7089            '1T1C' and
7090            'VHOST' and
7091            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7092   parameters:
7093   - "throughput"
7094   - "parent"
7095   traces:
7096     hoverinfo: "x+y"
7097     boxpoints: "outliers"
7098     whiskerwidth: 0
7099   layout:
7100     title: ""  # No title
7101     layout: "plot-throughput"
7102
7103 -
7104   type: "plot"
7105   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7106   algorithm: "plot_performance_box"
7107   output-file-type: ".html"
7108   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7109   data: "plot-vpp-throughput-latency-3n-hsw"
7110   filter: "'NIC_Intel-XL710' and
7111            '64B' and
7112            'NDRPDR' and
7113            '2T2C' and
7114            'VHOST' and
7115            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
7116   parameters:
7117   - "throughput"
7118   - "parent"
7119   traces:
7120     hoverinfo: "x+y"
7121     boxpoints: "outliers"
7122     whiskerwidth: 0
7123   layout:
7124     title: ""  # No title
7125     layout: "plot-throughput"
7126
7127 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
7128 -
7129   type: "plot"
7130   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7131   algorithm: "plot_performance_box"
7132   output-file-type: ".html"
7133   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7134   data: "plot-vpp-throughput-latency-3n-hsw"
7135   filter: "'NIC_Intel-XL710' and
7136            '64B' and
7137            'NDRPDR' and
7138            '1T1C' and
7139            'VHOST' and
7140            not 'VXLAN' and
7141            not 'IP4FWD' and
7142            not 'DOT1Q' and
7143            not '2VM'"
7144   parameters:
7145   - "throughput"
7146   - "parent"
7147   traces:
7148     hoverinfo: "x+y"
7149     boxpoints: "outliers"
7150     whiskerwidth: 0
7151   layout:
7152     title: ""  # No title
7153     layout: "plot-throughput"
7154
7155 -
7156   type: "plot"
7157   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7158   algorithm: "plot_performance_box"
7159   output-file-type: ".html"
7160   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7161   data: "plot-vpp-throughput-latency-3n-hsw"
7162   filter: "'NIC_Intel-XL710' and
7163            '64B' and
7164            'NDRPDR' and
7165            '2T2C' and
7166            'VHOST' and
7167            not 'VXLAN' and
7168            not 'IP4FWD' and
7169            not 'DOT1Q' and
7170            not '2VM'"
7171   parameters:
7172   - "throughput"
7173   - "parent"
7174   traces:
7175     hoverinfo: "x+y"
7176     boxpoints: "outliers"
7177     whiskerwidth: 0
7178   layout:
7179     title: ""  # No title
7180     layout: "plot-throughput"
7181
7182 -
7183   type: "plot"
7184   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7185   algorithm: "plot_performance_box"
7186   output-file-type: ".html"
7187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7188   data: "plot-vpp-throughput-latency-3n-hsw"
7189   filter: "'NIC_Intel-XL710' and
7190            '64B' and
7191            'NDRPDR' and
7192            '1T1C' and
7193            'VHOST' and
7194            not 'VXLAN' and
7195            not 'IP4FWD' and
7196            not 'DOT1Q' and
7197            not '2VM'"
7198   parameters:
7199   - "throughput"
7200   - "parent"
7201   traces:
7202     hoverinfo: "x+y"
7203     boxpoints: "outliers"
7204     whiskerwidth: 0
7205   layout:
7206     title: ""  # No title
7207     layout: "plot-throughput"
7208
7209 -
7210   type: "plot"
7211   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7212   algorithm: "plot_performance_box"
7213   output-file-type: ".html"
7214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7215   data: "plot-vpp-throughput-latency-3n-hsw"
7216   filter: "'NIC_Intel-XL710' and
7217            '64B' and
7218            'NDRPDR' and
7219            '2T2C' and
7220            'VHOST' and
7221            not 'VXLAN' and
7222            not 'IP4FWD' and
7223            not 'DOT1Q' and
7224            not '2VM'"
7225   parameters:
7226   - "throughput"
7227   - "parent"
7228   traces:
7229     hoverinfo: "x+y"
7230     boxpoints: "outliers"
7231     whiskerwidth: 0
7232   layout:
7233     title: ""  # No title
7234     layout: "plot-throughput"
7235
7236 ################################################################################
7237
7238 # Packet Throughput - VPP VTS 3n-hsw-x520
7239 -
7240   type: "plot"
7241   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
7242   algorithm: "plot_performance_box"
7243   output-file-type: ".html"
7244   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
7245   data: "plot-vpp-throughput-latency-3n-hsw"
7246   filter: "'NIC_Intel-X520-DA2' and
7247            '114B' and
7248            'NDRPDR' and
7249            '1T1C' and
7250            'VTS'"
7251   parameters:
7252   - "throughput"
7253   - "parent"
7254   traces:
7255     hoverinfo: "x+y"
7256     boxpoints: "outliers"
7257     whiskerwidth: 0
7258   layout:
7259     title: ""  # No title
7260     layout: "plot-throughput"
7261
7262 -
7263   type: "plot"
7264   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
7265   algorithm: "plot_performance_box"
7266   output-file-type: ".html"
7267   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
7268   data: "plot-vpp-throughput-latency-3n-hsw"
7269   filter: "'NIC_Intel-X520-DA2' and
7270            '114B' and
7271            'NDRPDR' and
7272            '2T2C' and
7273            'VTS'"
7274   parameters:
7275   - "throughput"
7276   - "parent"
7277   traces:
7278     hoverinfo: "x+y"
7279     boxpoints: "outliers"
7280     whiskerwidth: 0
7281   layout:
7282     title: ""  # No title
7283     layout: "plot-throughput"
7284
7285 -
7286   type: "plot"
7287   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
7288   algorithm: "plot_performance_box"
7289   output-file-type: ".html"
7290   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
7291   data: "plot-vpp-throughput-latency-3n-hsw"
7292   filter: "'NIC_Intel-X520-DA2' and
7293            '114B' and
7294            'NDRPDR' and
7295            '1T1C' and
7296            'VTS'"
7297   parameters:
7298   - "throughput"
7299   - "parent"
7300   traces:
7301     hoverinfo: "x+y"
7302     boxpoints: "outliers"
7303     whiskerwidth: 0
7304   layout:
7305     title: ""  # No title
7306     layout: "plot-throughput"
7307
7308 -
7309   type: "plot"
7310   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
7311   algorithm: "plot_performance_box"
7312   output-file-type: ".html"
7313   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
7314   data: "plot-vpp-throughput-latency-3n-hsw"
7315   filter: "'NIC_Intel-X520-DA2' and
7316            '114B' and
7317            'NDRPDR' and
7318            '2T2C' and
7319            'VTS'"
7320   parameters:
7321   - "throughput"
7322   - "parent"
7323   traces:
7324     hoverinfo: "x+y"
7325     boxpoints: "outliers"
7326     whiskerwidth: 0
7327   layout:
7328     title: ""  # No title
7329     layout: "plot-throughput"
7330
7331 ################################################################################
7332
7333 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
7334 -
7335   type: "plot"
7336   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7337   algorithm: "plot_performance_box"
7338   output-file-type: ".html"
7339   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
7340   data: "plot-dpdk-throughput-latency-3n-hsw"
7341   filter: "'NIC_Intel-X520-DA2' and
7342            '64B' and
7343            'BASE' and
7344            'NDRPDR' and
7345            '1T1C' and
7346            'IP4FWD'"
7347   parameters:
7348   - "throughput"
7349   - "parent"
7350   traces:
7351     hoverinfo: "x+y"
7352     boxpoints: "outliers"
7353     whiskerwidth: 0
7354   layout:
7355     title: ""  # No title
7356     layout: "plot-throughput"
7357
7358 -
7359   type: "plot"
7360   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7361   algorithm: "plot_performance_box"
7362   output-file-type: ".html"
7363   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
7364   data: "plot-dpdk-throughput-latency-3n-hsw"
7365   filter: "'NIC_Intel-X520-DA2' and
7366            '64B' and
7367            'BASE' and
7368            'NDRPDR' and
7369            '2T2C' and
7370            'IP4FWD'"
7371   parameters:
7372   - "throughput"
7373   - "parent"
7374   traces:
7375     hoverinfo: "x+y"
7376     boxpoints: "outliers"
7377     whiskerwidth: 0
7378   layout:
7379     title: ""  # No title
7380     layout: "plot-throughput"
7381
7382 -
7383   type: "plot"
7384   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7385   algorithm: "plot_performance_box"
7386   output-file-type: ".html"
7387   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
7388   data: "plot-dpdk-throughput-latency-3n-hsw"
7389   filter: "'NIC_Intel-X520-DA2' and
7390            '64B' and
7391            'BASE' and
7392            'NDRPDR' and
7393            '1T1C' and
7394            'IP4FWD'"
7395   parameters:
7396   - "throughput"
7397   - "parent"
7398   traces:
7399     hoverinfo: "x+y"
7400     boxpoints: "outliers"
7401     whiskerwidth: 0
7402   layout:
7403     title: ""  # No title
7404     layout: "plot-throughput"
7405
7406 -
7407   type: "plot"
7408   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7409   algorithm: "plot_performance_box"
7410   output-file-type: ".html"
7411   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
7412   data: "plot-dpdk-throughput-latency-3n-hsw"
7413   filter: "'NIC_Intel-X520-DA2' and
7414            '64B' and
7415            'BASE' and
7416            'NDRPDR' and
7417            '2T2C' and
7418            'IP4FWD'"
7419   parameters:
7420   - "throughput"
7421   - "parent"
7422   traces:
7423     hoverinfo: "x+y"
7424     boxpoints: "outliers"
7425     whiskerwidth: 0
7426   layout:
7427     title: ""  # No title
7428     layout: "plot-throughput"
7429
7430 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
7431 -
7432   type: "plot"
7433   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7434   algorithm: "plot_performance_box"
7435   output-file-type: ".html"
7436   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
7437   data: "plot-dpdk-throughput-latency-3n-hsw"
7438   filter: "'NIC_Intel-X710' and
7439            '64B' and
7440            'BASE' and
7441            'NDRPDR' and
7442            '1T1C' and
7443            'IP4FWD'"
7444   parameters:
7445   - "throughput"
7446   - "parent"
7447   traces:
7448     hoverinfo: "x+y"
7449     boxpoints: "outliers"
7450     whiskerwidth: 0
7451   layout:
7452     title: ""  # No title
7453     layout: "plot-throughput"
7454
7455 -
7456   type: "plot"
7457   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7458   algorithm: "plot_performance_box"
7459   output-file-type: ".html"
7460   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
7461   data: "plot-dpdk-throughput-latency-3n-hsw"
7462   filter: "'NIC_Intel-X710' and
7463            '64B' and
7464            'BASE' and
7465            'NDRPDR' and
7466            '2T2C' and
7467            'IP4FWD'"
7468   parameters:
7469   - "throughput"
7470   - "parent"
7471   traces:
7472     hoverinfo: "x+y"
7473     boxpoints: "outliers"
7474     whiskerwidth: 0
7475   layout:
7476     title: ""  # No title
7477     layout: "plot-throughput"
7478
7479 -
7480   type: "plot"
7481   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7482   algorithm: "plot_performance_box"
7483   output-file-type: ".html"
7484   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
7485   data: "plot-dpdk-throughput-latency-3n-hsw"
7486   filter: "'NIC_Intel-X710' and
7487            '64B' and
7488            'BASE' and
7489            'NDRPDR' and
7490            '1T1C' and
7491            'IP4FWD'"
7492   parameters:
7493   - "throughput"
7494   - "parent"
7495   traces:
7496     hoverinfo: "x+y"
7497     boxpoints: "outliers"
7498     whiskerwidth: 0
7499   layout:
7500     title: ""  # No title
7501     layout: "plot-throughput"
7502
7503 -
7504   type: "plot"
7505   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7506   algorithm: "plot_performance_box"
7507   output-file-type: ".html"
7508   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
7509   data: "plot-dpdk-throughput-latency-3n-hsw"
7510   filter: "'NIC_Intel-X710' and
7511            '64B' and
7512            'BASE' and
7513            'NDRPDR' and
7514            '2T2C' and
7515            'IP4FWD'"
7516   parameters:
7517   - "throughput"
7518   - "parent"
7519   traces:
7520     hoverinfo: "x+y"
7521     boxpoints: "outliers"
7522     whiskerwidth: 0
7523   layout:
7524     title: ""  # No title
7525     layout: "plot-throughput"
7526
7527 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
7528 -
7529   type: "plot"
7530   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7531   algorithm: "plot_performance_box"
7532   output-file-type: ".html"
7533   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
7534   data: "plot-dpdk-throughput-latency-3n-hsw"
7535   filter: "'NIC_Intel-XL710' and
7536            '64B' and
7537            'BASE' and
7538            'NDRPDR' and
7539            '1T1C' and
7540            'IP4FWD'"
7541   parameters:
7542   - "throughput"
7543   - "parent"
7544   traces:
7545     hoverinfo: "x+y"
7546     boxpoints: "outliers"
7547     whiskerwidth: 0
7548   layout:
7549     title: ""  # No title
7550     layout: "plot-throughput"
7551
7552 -
7553   type: "plot"
7554   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7555   algorithm: "plot_performance_box"
7556   output-file-type: ".html"
7557   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
7558   data: "plot-dpdk-throughput-latency-3n-hsw"
7559   filter: "'NIC_Intel-XL710' and
7560            '64B' and
7561            'BASE' and
7562            'NDRPDR' and
7563            '2T2C' and
7564            'IP4FWD'"
7565   parameters:
7566   - "throughput"
7567   - "parent"
7568   traces:
7569     hoverinfo: "x+y"
7570     boxpoints: "outliers"
7571     whiskerwidth: 0
7572   layout:
7573     title: ""  # No title
7574     layout: "plot-throughput"
7575
7576 -
7577   type: "plot"
7578   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7579   algorithm: "plot_performance_box"
7580   output-file-type: ".html"
7581   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
7582   data: "plot-dpdk-throughput-latency-3n-hsw"
7583   filter: "'NIC_Intel-XL710' and
7584            '64B' and
7585            'BASE' and
7586            'NDRPDR' and
7587            '1T1C' and
7588            'IP4FWD'"
7589   parameters:
7590   - "throughput"
7591   - "parent"
7592   traces:
7593     hoverinfo: "x+y"
7594     boxpoints: "outliers"
7595     whiskerwidth: 0
7596   layout:
7597     title: ""  # No title
7598     layout: "plot-throughput"
7599
7600 -
7601   type: "plot"
7602   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7603   algorithm: "plot_performance_box"
7604   output-file-type: ".html"
7605   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
7606   data: "plot-dpdk-throughput-latency-3n-hsw"
7607   filter: "'NIC_Intel-XL710' and
7608            '64B' and
7609            'BASE' and
7610            'NDRPDR' and
7611            '2T2C' and
7612            'IP4FWD'"
7613   parameters:
7614   - "throughput"
7615   - "parent"
7616   traces:
7617     hoverinfo: "x+y"
7618     boxpoints: "outliers"
7619     whiskerwidth: 0
7620   layout:
7621     title: ""  # No title
7622     layout: "plot-throughput"
7623
7624 # Packet Throughput - DPDK l3fwd 3n-skx-x710
7625 -
7626   type: "plot"
7627   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7628   algorithm: "plot_performance_box"
7629   output-file-type: ".html"
7630   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
7631   data: "plot-dpdk-throughput-latency-3n-skx"
7632   filter: "'NIC_Intel-X710' and
7633            '64B' and
7634            'BASE' and
7635            'NDRPDR' and
7636            '2T1C' and
7637            'IP4FWD'"
7638   parameters:
7639   - "throughput"
7640   - "parent"
7641   traces:
7642     hoverinfo: "x+y"
7643     boxpoints: "outliers"
7644     whiskerwidth: 0
7645   layout:
7646     title: ""  # No title
7647     layout: "plot-throughput"
7648
7649 -
7650   type: "plot"
7651   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7652   algorithm: "plot_performance_box"
7653   output-file-type: ".html"
7654   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
7655   data: "plot-dpdk-throughput-latency-3n-skx"
7656   filter: "'NIC_Intel-X710' and
7657            '64B' and
7658            'BASE' and
7659            'NDRPDR' and
7660            '4T2C' and
7661            'IP4FWD'"
7662   parameters:
7663   - "throughput"
7664   - "parent"
7665   traces:
7666     hoverinfo: "x+y"
7667     boxpoints: "outliers"
7668     whiskerwidth: 0
7669   layout:
7670     title: ""  # No title
7671     layout: "plot-throughput"
7672
7673 -
7674   type: "plot"
7675   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7676   algorithm: "plot_performance_box"
7677   output-file-type: ".html"
7678   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
7679   data: "plot-dpdk-throughput-latency-3n-skx"
7680   filter: "'NIC_Intel-X710' and
7681            '64B' and
7682            'BASE' and
7683            'NDRPDR' and
7684            '2T1C' and
7685            'IP4FWD'"
7686   parameters:
7687   - "throughput"
7688   - "parent"
7689   traces:
7690     hoverinfo: "x+y"
7691     boxpoints: "outliers"
7692     whiskerwidth: 0
7693   layout:
7694     title: ""  # No title
7695     layout: "plot-throughput"
7696
7697 -
7698   type: "plot"
7699   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7700   algorithm: "plot_performance_box"
7701   output-file-type: ".html"
7702   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
7703   data: "plot-dpdk-throughput-latency-3n-skx"
7704   filter: "'NIC_Intel-X710' and
7705            '64B' and
7706            'BASE' and
7707            'NDRPDR' and
7708            '4T2C' and
7709            'IP4FWD'"
7710   parameters:
7711   - "throughput"
7712   - "parent"
7713   traces:
7714     hoverinfo: "x+y"
7715     boxpoints: "outliers"
7716     whiskerwidth: 0
7717   layout:
7718     title: ""  # No title
7719     layout: "plot-throughput"
7720
7721 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
7722 -
7723   type: "plot"
7724   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7725   algorithm: "plot_performance_box"
7726   output-file-type: ".html"
7727   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
7728   data: "plot-dpdk-throughput-latency-3n-skx"
7729   filter: "'NIC_Intel-XXV710' and
7730            '64B' and
7731            'BASE' and
7732            'NDRPDR' and
7733            '2T1C' and
7734            'IP4FWD'"
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: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7749   algorithm: "plot_performance_box"
7750   output-file-type: ".html"
7751   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
7752   data: "plot-dpdk-throughput-latency-3n-skx"
7753   filter: "'NIC_Intel-XXV710' and
7754            '64B' and
7755            'BASE' and
7756            'NDRPDR' and
7757            '4T2C' and
7758            'IP4FWD'"
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 -
7771   type: "plot"
7772   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7773   algorithm: "plot_performance_box"
7774   output-file-type: ".html"
7775   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
7776   data: "plot-dpdk-throughput-latency-3n-skx"
7777   filter: "'NIC_Intel-XXV710' and
7778            '64B' and
7779            'BASE' and
7780            'NDRPDR' and
7781            '2T1C' and
7782            'IP4FWD'"
7783   parameters:
7784   - "throughput"
7785   - "parent"
7786   traces:
7787     hoverinfo: "x+y"
7788     boxpoints: "outliers"
7789     whiskerwidth: 0
7790   layout:
7791     title: ""  # No title
7792     layout: "plot-throughput"
7793
7794 -
7795   type: "plot"
7796   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7797   algorithm: "plot_performance_box"
7798   output-file-type: ".html"
7799   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
7800   data: "plot-dpdk-throughput-latency-3n-skx"
7801   filter: "'NIC_Intel-XXV710' and
7802            '64B' and
7803            'BASE' and
7804            'NDRPDR' and
7805            '4T2C' and
7806            'IP4FWD'"
7807   parameters:
7808   - "throughput"
7809   - "parent"
7810   traces:
7811     hoverinfo: "x+y"
7812     boxpoints: "outliers"
7813     whiskerwidth: 0
7814   layout:
7815     title: ""  # No title
7816     layout: "plot-throughput"
7817
7818 # Packet Throughput - DPDK l3fwd 2n-skx-x710
7819 -
7820   type: "plot"
7821   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7822   algorithm: "plot_performance_box"
7823   output-file-type: ".html"
7824   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
7825   data: "plot-dpdk-throughput-latency-2n-skx"
7826   filter: "'NIC_Intel-X710' and
7827            '64B' and
7828            'BASE' and
7829            'NDRPDR' and
7830            '2T1C' and
7831            'IP4FWD'"
7832   parameters:
7833   - "throughput"
7834   - "parent"
7835   traces:
7836     hoverinfo: "x+y"
7837     boxpoints: "outliers"
7838     whiskerwidth: 0
7839   layout:
7840     title: ""  # No title
7841     layout: "plot-throughput"
7842
7843 -
7844   type: "plot"
7845   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7846   algorithm: "plot_performance_box"
7847   output-file-type: ".html"
7848   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
7849   data: "plot-dpdk-throughput-latency-2n-skx"
7850   filter: "'NIC_Intel-X710' and
7851            '64B' and
7852            'BASE' and
7853            'NDRPDR' and
7854            '4T2C' and
7855            'IP4FWD'"
7856   parameters:
7857   - "throughput"
7858   - "parent"
7859   traces:
7860     hoverinfo: "x+y"
7861     boxpoints: "outliers"
7862     whiskerwidth: 0
7863   layout:
7864     title: ""  # No title
7865     layout: "plot-throughput"
7866
7867 -
7868   type: "plot"
7869   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7870   algorithm: "plot_performance_box"
7871   output-file-type: ".html"
7872   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
7873   data: "plot-dpdk-throughput-latency-2n-skx"
7874   filter: "'NIC_Intel-X710' and
7875            '64B' and
7876            'BASE' and
7877            'NDRPDR' and
7878            '2T1C' and
7879            'IP4FWD'"
7880   parameters:
7881   - "throughput"
7882   - "parent"
7883   traces:
7884     hoverinfo: "x+y"
7885     boxpoints: "outliers"
7886     whiskerwidth: 0
7887   layout:
7888     title: ""  # No title
7889     layout: "plot-throughput"
7890
7891 -
7892   type: "plot"
7893   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7894   algorithm: "plot_performance_box"
7895   output-file-type: ".html"
7896   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
7897   data: "plot-dpdk-throughput-latency-2n-skx"
7898   filter: "'NIC_Intel-X710' and
7899            '64B' and
7900            'BASE' and
7901            'NDRPDR' and
7902            '4T2C' and
7903            'IP4FWD'"
7904   parameters:
7905   - "throughput"
7906   - "parent"
7907   traces:
7908     hoverinfo: "x+y"
7909     boxpoints: "outliers"
7910     whiskerwidth: 0
7911   layout:
7912     title: ""  # No title
7913     layout: "plot-throughput"
7914
7915 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
7916 -
7917   type: "plot"
7918   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7919   algorithm: "plot_performance_box"
7920   output-file-type: ".html"
7921   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
7922   data: "plot-dpdk-throughput-latency-2n-skx"
7923   filter: "'NIC_Intel-XXV710' and
7924            '64B' and
7925            'BASE' and
7926            'NDRPDR' and
7927            '2T1C' and
7928            'IP4FWD'"
7929   parameters:
7930   - "throughput"
7931   - "parent"
7932   traces:
7933     hoverinfo: "x+y"
7934     boxpoints: "outliers"
7935     whiskerwidth: 0
7936   layout:
7937     title: ""  # No title
7938     layout: "plot-throughput"
7939
7940 -
7941   type: "plot"
7942   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
7943   algorithm: "plot_performance_box"
7944   output-file-type: ".html"
7945   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
7946   data: "plot-dpdk-throughput-latency-2n-skx"
7947   filter: "'NIC_Intel-XXV710' and
7948            '64B' and
7949            'BASE' and
7950            'NDRPDR' and
7951            '4T2C' and
7952            'IP4FWD'"
7953   parameters:
7954   - "throughput"
7955   - "parent"
7956   traces:
7957     hoverinfo: "x+y"
7958     boxpoints: "outliers"
7959     whiskerwidth: 0
7960   layout:
7961     title: ""  # No title
7962     layout: "plot-throughput"
7963
7964 -
7965   type: "plot"
7966   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
7967   algorithm: "plot_performance_box"
7968   output-file-type: ".html"
7969   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
7970   data: "plot-dpdk-throughput-latency-2n-skx"
7971   filter: "'NIC_Intel-XXV710' and
7972            '64B' and
7973            'BASE' and
7974            'NDRPDR' and
7975            '2T1C' and
7976            'IP4FWD'"
7977   parameters:
7978   - "throughput"
7979   - "parent"
7980   traces:
7981     hoverinfo: "x+y"
7982     boxpoints: "outliers"
7983     whiskerwidth: 0
7984   layout:
7985     title: ""  # No title
7986     layout: "plot-throughput"
7987
7988 -
7989   type: "plot"
7990   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
7991   algorithm: "plot_performance_box"
7992   output-file-type: ".html"
7993   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
7994   data: "plot-dpdk-throughput-latency-2n-skx"
7995   filter: "'NIC_Intel-XXV710' and
7996            '64B' and
7997            'BASE' and
7998            'NDRPDR' and
7999            '4T2C' and
8000            'IP4FWD'"
8001   parameters:
8002   - "throughput"
8003   - "parent"
8004   traces:
8005     hoverinfo: "x+y"
8006     boxpoints: "outliers"
8007     whiskerwidth: 0
8008   layout:
8009     title: ""  # No title
8010     layout: "plot-throughput"
8011
8012 ################################################################################
8013
8014 # Packet Throughput - DPDK testpmd 3n-hsw-x520
8015 -
8016   type: "plot"
8017   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8018   algorithm: "plot_performance_box"
8019   output-file-type: ".html"
8020   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
8021   data: "plot-dpdk-throughput-latency-3n-hsw"
8022   filter: "'NIC_Intel-X520-DA2' and
8023            '64B' and
8024            'BASE' and
8025            'NDRPDR' and
8026            '1T1C' and
8027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8028   parameters:
8029   - "throughput"
8030   - "parent"
8031   traces:
8032     hoverinfo: "x+y"
8033     boxpoints: "outliers"
8034     whiskerwidth: 0
8035   layout:
8036     title: ""  # No title
8037     layout: "plot-throughput"
8038
8039 -
8040   type: "plot"
8041   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8042   algorithm: "plot_performance_box"
8043   output-file-type: ".html"
8044   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
8045   data: "plot-dpdk-throughput-latency-3n-hsw"
8046   filter: "'NIC_Intel-X520-DA2' and
8047            '64B' and
8048            'BASE' and
8049            'NDRPDR' and
8050            '2T2C' and
8051            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8052   parameters:
8053   - "throughput"
8054   - "parent"
8055   traces:
8056     hoverinfo: "x+y"
8057     boxpoints: "outliers"
8058     whiskerwidth: 0
8059   layout:
8060     title: ""  # No title
8061     layout: "plot-throughput"
8062
8063 -
8064   type: "plot"
8065   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8066   algorithm: "plot_performance_box"
8067   output-file-type: ".html"
8068   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
8069   data: "plot-dpdk-throughput-latency-3n-hsw"
8070   filter: "'NIC_Intel-X520-DA2' and
8071            '64B' and
8072            'BASE' and
8073            'NDRPDR' and
8074            '1T1C' and
8075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8076   parameters:
8077   - "throughput"
8078   - "parent"
8079   traces:
8080     hoverinfo: "x+y"
8081     boxpoints: "outliers"
8082     whiskerwidth: 0
8083   layout:
8084     title: ""  # No title
8085     layout: "plot-throughput"
8086
8087 -
8088   type: "plot"
8089   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8090   algorithm: "plot_performance_box"
8091   output-file-type: ".html"
8092   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
8093   data: "plot-dpdk-throughput-latency-3n-hsw"
8094   filter: "'NIC_Intel-X520-DA2' and
8095            '64B' and
8096            'BASE' and
8097            'NDRPDR' and
8098            '2T2C' and
8099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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 # Packet Throughput - DPDK testpmd 3n-hsw-x710
8112 -
8113   type: "plot"
8114   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8115   algorithm: "plot_performance_box"
8116   output-file-type: ".html"
8117   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
8118   data: "plot-dpdk-throughput-latency-3n-hsw"
8119   filter: "'NIC_Intel-X710' and
8120            '64B' and
8121            'BASE' and
8122            'NDRPDR' and
8123            '1T1C' and
8124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8125   parameters:
8126   - "throughput"
8127   - "parent"
8128   traces:
8129     hoverinfo: "x+y"
8130     boxpoints: "outliers"
8131     whiskerwidth: 0
8132   layout:
8133     title: ""  # No title
8134     layout: "plot-throughput"
8135
8136 -
8137   type: "plot"
8138   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8139   algorithm: "plot_performance_box"
8140   output-file-type: ".html"
8141   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
8142   data: "plot-dpdk-throughput-latency-3n-hsw"
8143   filter: "'NIC_Intel-X710' and
8144            '64B' and
8145            'BASE' and
8146            'NDRPDR' and
8147            '2T2C' and
8148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8149   parameters:
8150   - "throughput"
8151   - "parent"
8152   traces:
8153     hoverinfo: "x+y"
8154     boxpoints: "outliers"
8155     whiskerwidth: 0
8156   layout:
8157     title: ""  # No title
8158     layout: "plot-throughput"
8159
8160 -
8161   type: "plot"
8162   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8163   algorithm: "plot_performance_box"
8164   output-file-type: ".html"
8165   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
8166   data: "plot-dpdk-throughput-latency-3n-hsw"
8167   filter: "'NIC_Intel-X710' and
8168            '64B' and
8169            'BASE' and
8170            'NDRPDR' and
8171            '1T1C' and
8172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8173   parameters:
8174   - "throughput"
8175   - "parent"
8176   traces:
8177     hoverinfo: "x+y"
8178     boxpoints: "outliers"
8179     whiskerwidth: 0
8180   layout:
8181     title: ""  # No title
8182     layout: "plot-throughput"
8183
8184 -
8185   type: "plot"
8186   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8187   algorithm: "plot_performance_box"
8188   output-file-type: ".html"
8189   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
8190   data: "plot-dpdk-throughput-latency-3n-hsw"
8191   filter: "'NIC_Intel-X710' and
8192            '64B' and
8193            'BASE' and
8194            'NDRPDR' and
8195            '2T2C' and
8196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8197   parameters:
8198   - "throughput"
8199   - "parent"
8200   traces:
8201     hoverinfo: "x+y"
8202     boxpoints: "outliers"
8203     whiskerwidth: 0
8204   layout:
8205     title: ""  # No title
8206     layout: "plot-throughput"
8207
8208 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
8209 -
8210   type: "plot"
8211   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8212   algorithm: "plot_performance_box"
8213   output-file-type: ".html"
8214   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
8215   data: "plot-dpdk-throughput-latency-3n-hsw"
8216   filter: "'NIC_Intel-XL710' and
8217            '64B' and
8218            'BASE' and
8219            'NDRPDR' and
8220            '1T1C' and
8221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8222   parameters:
8223   - "throughput"
8224   - "parent"
8225   traces:
8226     hoverinfo: "x+y"
8227     boxpoints: "outliers"
8228     whiskerwidth: 0
8229   layout:
8230     title: ""  # No title
8231     layout: "plot-throughput"
8232
8233 -
8234   type: "plot"
8235   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8236   algorithm: "plot_performance_box"
8237   output-file-type: ".html"
8238   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
8239   data: "plot-dpdk-throughput-latency-3n-hsw"
8240   filter: "'NIC_Intel-XL710' and
8241            '64B' and
8242            'BASE' and
8243            'NDRPDR' and
8244            '2T2C' and
8245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8246   parameters:
8247   - "throughput"
8248   - "parent"
8249   traces:
8250     hoverinfo: "x+y"
8251     boxpoints: "outliers"
8252     whiskerwidth: 0
8253   layout:
8254     title: ""  # No title
8255     layout: "plot-throughput"
8256
8257 -
8258   type: "plot"
8259   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8260   algorithm: "plot_performance_box"
8261   output-file-type: ".html"
8262   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
8263   data: "plot-dpdk-throughput-latency-3n-hsw"
8264   filter: "'NIC_Intel-XL710' and
8265            '64B' and
8266            'BASE' and
8267            'NDRPDR' and
8268            '1T1C' and
8269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8270   parameters:
8271   - "throughput"
8272   - "parent"
8273   traces:
8274     hoverinfo: "x+y"
8275     boxpoints: "outliers"
8276     whiskerwidth: 0
8277   layout:
8278     title: ""  # No title
8279     layout: "plot-throughput"
8280
8281 -
8282   type: "plot"
8283   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8284   algorithm: "plot_performance_box"
8285   output-file-type: ".html"
8286   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
8287   data: "plot-dpdk-throughput-latency-3n-hsw"
8288   filter: "'NIC_Intel-XL710' and
8289            '64B' and
8290            'BASE' and
8291            'NDRPDR' and
8292            '2T2C' and
8293            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8294   parameters:
8295   - "throughput"
8296   - "parent"
8297   traces:
8298     hoverinfo: "x+y"
8299     boxpoints: "outliers"
8300     whiskerwidth: 0
8301   layout:
8302     title: ""  # No title
8303     layout: "plot-throughput"
8304
8305 # Packet Throughput - DPDK testpmd 3n-skx-x710
8306 -
8307   type: "plot"
8308   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8309   algorithm: "plot_performance_box"
8310   output-file-type: ".html"
8311   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
8312   data: "plot-dpdk-throughput-latency-3n-skx"
8313   filter: "'NIC_Intel-X710' and
8314            '64B' and
8315            'BASE' and
8316            'NDRPDR' and
8317            '2T1C' and
8318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8319   parameters:
8320   - "throughput"
8321   - "parent"
8322   traces:
8323     hoverinfo: "x+y"
8324     boxpoints: "outliers"
8325     whiskerwidth: 0
8326   layout:
8327     title: ""  # No title
8328     layout: "plot-throughput"
8329
8330 -
8331   type: "plot"
8332   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8333   algorithm: "plot_performance_box"
8334   output-file-type: ".html"
8335   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
8336   data: "plot-dpdk-throughput-latency-3n-skx"
8337   filter: "'NIC_Intel-X710' and
8338            '64B' and
8339            'BASE' and
8340            'NDRPDR' and
8341            '4T2C' and
8342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8343   parameters:
8344   - "throughput"
8345   - "parent"
8346   traces:
8347     hoverinfo: "x+y"
8348     boxpoints: "outliers"
8349     whiskerwidth: 0
8350   layout:
8351     title: ""  # No title
8352     layout: "plot-throughput"
8353
8354 -
8355   type: "plot"
8356   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8357   algorithm: "plot_performance_box"
8358   output-file-type: ".html"
8359   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
8360   data: "plot-dpdk-throughput-latency-3n-skx"
8361   filter: "'NIC_Intel-X710' and
8362            '64B' and
8363            'BASE' and
8364            'NDRPDR' and
8365            '2T1C' and
8366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8367   parameters:
8368   - "throughput"
8369   - "parent"
8370   traces:
8371     hoverinfo: "x+y"
8372     boxpoints: "outliers"
8373     whiskerwidth: 0
8374   layout:
8375     title: ""  # No title
8376     layout: "plot-throughput"
8377
8378 -
8379   type: "plot"
8380   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8381   algorithm: "plot_performance_box"
8382   output-file-type: ".html"
8383   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
8384   data: "plot-dpdk-throughput-latency-3n-skx"
8385   filter: "'NIC_Intel-X710' and
8386            '64B' and
8387            'BASE' and
8388            'NDRPDR' and
8389            '4T2C' and
8390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8391   parameters:
8392   - "throughput"
8393   - "parent"
8394   traces:
8395     hoverinfo: "x+y"
8396     boxpoints: "outliers"
8397     whiskerwidth: 0
8398   layout:
8399     title: ""  # No title
8400     layout: "plot-throughput"
8401
8402 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
8403 -
8404   type: "plot"
8405   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8406   algorithm: "plot_performance_box"
8407   output-file-type: ".html"
8408   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
8409   data: "plot-dpdk-throughput-latency-3n-skx"
8410   filter: "'NIC_Intel-XXV710' and
8411            '64B' and
8412            'BASE' and
8413            'NDRPDR' and
8414            '2T1C' and
8415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8416   parameters:
8417   - "throughput"
8418   - "parent"
8419   traces:
8420     hoverinfo: "x+y"
8421     boxpoints: "outliers"
8422     whiskerwidth: 0
8423   layout:
8424     title: ""  # No title
8425     layout: "plot-throughput"
8426
8427 -
8428   type: "plot"
8429   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8430   algorithm: "plot_performance_box"
8431   output-file-type: ".html"
8432   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
8433   data: "plot-dpdk-throughput-latency-3n-skx"
8434   filter: "'NIC_Intel-XXV710' and
8435            '64B' and
8436            'BASE' and
8437            'NDRPDR' and
8438            '4T2C' and
8439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8440   parameters:
8441   - "throughput"
8442   - "parent"
8443   traces:
8444     hoverinfo: "x+y"
8445     boxpoints: "outliers"
8446     whiskerwidth: 0
8447   layout:
8448     title: ""  # No title
8449     layout: "plot-throughput"
8450
8451 -
8452   type: "plot"
8453   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8454   algorithm: "plot_performance_box"
8455   output-file-type: ".html"
8456   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
8457   data: "plot-dpdk-throughput-latency-3n-skx"
8458   filter: "'NIC_Intel-XXV710' and
8459            '64B' and
8460            'BASE' and
8461            'NDRPDR' and
8462            '2T1C' and
8463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8464   parameters:
8465   - "throughput"
8466   - "parent"
8467   traces:
8468     hoverinfo: "x+y"
8469     boxpoints: "outliers"
8470     whiskerwidth: 0
8471   layout:
8472     title: ""  # No title
8473     layout: "plot-throughput"
8474
8475 -
8476   type: "plot"
8477   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8478   algorithm: "plot_performance_box"
8479   output-file-type: ".html"
8480   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
8481   data: "plot-dpdk-throughput-latency-3n-skx"
8482   filter: "'NIC_Intel-XXV710' and
8483            '64B' and
8484            'BASE' and
8485            'NDRPDR' and
8486            '4T2C' and
8487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8488   parameters:
8489   - "throughput"
8490   - "parent"
8491   traces:
8492     hoverinfo: "x+y"
8493     boxpoints: "outliers"
8494     whiskerwidth: 0
8495   layout:
8496     title: ""  # No title
8497     layout: "plot-throughput"
8498
8499 # Packet Throughput - DPDK testpmd 2n-skx-x710
8500 -
8501   type: "plot"
8502   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8503   algorithm: "plot_performance_box"
8504   output-file-type: ".html"
8505   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
8506   data: "plot-dpdk-throughput-latency-2n-skx"
8507   filter: "'NIC_Intel-X710' and
8508            '64B' and
8509            'BASE' and
8510            'NDRPDR' and
8511            '2T1C' and
8512            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8513   parameters:
8514   - "throughput"
8515   - "parent"
8516   traces:
8517     hoverinfo: "x+y"
8518     boxpoints: "outliers"
8519     whiskerwidth: 0
8520   layout:
8521     title: ""  # No title
8522     layout: "plot-throughput"
8523
8524 -
8525   type: "plot"
8526   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8527   algorithm: "plot_performance_box"
8528   output-file-type: ".html"
8529   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
8530   data: "plot-dpdk-throughput-latency-2n-skx"
8531   filter: "'NIC_Intel-X710' and
8532            '64B' and
8533            'BASE' and
8534            'NDRPDR' and
8535            '4T2C' and
8536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8537   parameters:
8538   - "throughput"
8539   - "parent"
8540   traces:
8541     hoverinfo: "x+y"
8542     boxpoints: "outliers"
8543     whiskerwidth: 0
8544   layout:
8545     title: ""  # No title
8546     layout: "plot-throughput"
8547
8548 -
8549   type: "plot"
8550   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8551   algorithm: "plot_performance_box"
8552   output-file-type: ".html"
8553   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
8554   data: "plot-dpdk-throughput-latency-2n-skx"
8555   filter: "'NIC_Intel-X710' and
8556            '64B' and
8557            'BASE' and
8558            'NDRPDR' and
8559            '2T1C' and
8560            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8561   parameters:
8562   - "throughput"
8563   - "parent"
8564   traces:
8565     hoverinfo: "x+y"
8566     boxpoints: "outliers"
8567     whiskerwidth: 0
8568   layout:
8569     title: ""  # No title
8570     layout: "plot-throughput"
8571
8572 -
8573   type: "plot"
8574   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8575   algorithm: "plot_performance_box"
8576   output-file-type: ".html"
8577   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
8578   data: "plot-dpdk-throughput-latency-2n-skx"
8579   filter: "'NIC_Intel-X710' and
8580            '64B' and
8581            'BASE' and
8582            'NDRPDR' and
8583            '4T2C' and
8584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8585   parameters:
8586   - "throughput"
8587   - "parent"
8588   traces:
8589     hoverinfo: "x+y"
8590     boxpoints: "outliers"
8591     whiskerwidth: 0
8592   layout:
8593     title: ""  # No title
8594     layout: "plot-throughput"
8595
8596 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
8597 -
8598   type: "plot"
8599   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8600   algorithm: "plot_performance_box"
8601   output-file-type: ".html"
8602   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
8603   data: "plot-dpdk-throughput-latency-2n-skx"
8604   filter: "'NIC_Intel-XXV710' and
8605            '64B' and
8606            'BASE' and
8607            'NDRPDR' and
8608            '2T1C' and
8609            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8610   parameters:
8611   - "throughput"
8612   - "parent"
8613   traces:
8614     hoverinfo: "x+y"
8615     boxpoints: "outliers"
8616     whiskerwidth: 0
8617   layout:
8618     title: ""  # No title
8619     layout: "plot-throughput"
8620
8621 -
8622   type: "plot"
8623   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8624   algorithm: "plot_performance_box"
8625   output-file-type: ".html"
8626   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
8627   data: "plot-dpdk-throughput-latency-2n-skx"
8628   filter: "'NIC_Intel-XXV710' and
8629            '64B' and
8630            'BASE' and
8631            'NDRPDR' and
8632            '4T2C' and
8633            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8634   parameters:
8635   - "throughput"
8636   - "parent"
8637   traces:
8638     hoverinfo: "x+y"
8639     boxpoints: "outliers"
8640     whiskerwidth: 0
8641   layout:
8642     title: ""  # No title
8643     layout: "plot-throughput"
8644
8645 -
8646   type: "plot"
8647   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8648   algorithm: "plot_performance_box"
8649   output-file-type: ".html"
8650   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
8651   data: "plot-dpdk-throughput-latency-2n-skx"
8652   filter: "'NIC_Intel-XXV710' and
8653            '64B' and
8654            'BASE' and
8655            'NDRPDR' and
8656            '2T1C' and
8657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8658   parameters:
8659   - "throughput"
8660   - "parent"
8661   traces:
8662     hoverinfo: "x+y"
8663     boxpoints: "outliers"
8664     whiskerwidth: 0
8665   layout:
8666     title: ""  # No title
8667     layout: "plot-throughput"
8668
8669 -
8670   type: "plot"
8671   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8672   algorithm: "plot_performance_box"
8673   output-file-type: ".html"
8674   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
8675   data: "plot-dpdk-throughput-latency-2n-skx"
8676   filter: "'NIC_Intel-XXV710' and
8677            '64B' and
8678            'BASE' and
8679            'NDRPDR' and
8680            '4T2C' and
8681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
8682   parameters:
8683   - "throughput"
8684   - "parent"
8685   traces:
8686     hoverinfo: "x+y"
8687     boxpoints: "outliers"
8688     whiskerwidth: 0
8689   layout:
8690     title: ""  # No title
8691     layout: "plot-throughput"
8692
8693
8694
8695
8696
8697
8698
8699
8700 ################################################################################
8701
8702 # Packet Latency - VPP L2 3n-hsw-x520
8703 -
8704   type: "plot"
8705   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8706   algorithm: "plot_latency_box"
8707   output-file-type: ".html"
8708   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
8709   data: "plot-vpp-throughput-latency-3n-hsw"
8710   filter: "'NIC_Intel-X520-DA2' and
8711            '64B' and
8712            ('BASE' or 'SCALE') and
8713            'NDRPDR' and
8714            '1T1C' and
8715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8716            not 'VHOST' and
8717            not 'MEMIF'"
8718   parameters:
8719   - "latency"
8720   - "parent"
8721   traces:
8722     boxmean: False
8723   layout:
8724     title: ""  # No title
8725     layout: "plot-latency"
8726
8727 -
8728   type: "plot"
8729   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8730   algorithm: "plot_latency_box"
8731   output-file-type: ".html"
8732   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
8733   data: "plot-vpp-throughput-latency-3n-hsw"
8734   filter: "'NIC_Intel-X520-DA2' and
8735            '64B' and
8736            ('BASE' or 'SCALE') and
8737            'NDRPDR' and
8738            '2T2C' and
8739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8740            not 'VHOST' and
8741            not 'MEMIF'"
8742   parameters:
8743   - "latency"
8744   - "parent"
8745   traces:
8746     boxmean: False
8747   layout:
8748     title: ""  # No title
8749     layout: "plot-latency"
8750
8751 -
8752   type: "plot"
8753   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8754   algorithm: "plot_latency_box"
8755   output-file-type: ".html"
8756   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
8757   data: "plot-vpp-throughput-latency-3n-hsw"
8758   filter: "'NIC_Intel-X520-DA2' and
8759            '64B' and
8760            'FEATURE' and
8761            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8762            'NDRPDR' and
8763            '1T1C' and
8764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8765            not 'VHOST' and
8766            not 'MEMIF'"
8767   parameters:
8768   - "latency"
8769   - "parent"
8770   traces:
8771     boxmean: False
8772   layout:
8773     title: ""  # No title
8774     layout: "plot-latency"
8775
8776 -
8777   type: "plot"
8778   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8779   algorithm: "plot_latency_box"
8780   output-file-type: ".html"
8781   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
8782   data: "plot-vpp-throughput-latency-3n-hsw"
8783   filter: "'NIC_Intel-X520-DA2' and
8784            '64B' and
8785            'FEATURE' and
8786            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8787            'NDRPDR' and
8788            '2T2C' and
8789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8790            not 'VHOST' and
8791            not 'MEMIF'"
8792   parameters:
8793   - "latency"
8794   - "parent"
8795   traces:
8796     boxmean: False
8797   layout:
8798     title: ""  # No title
8799     layout: "plot-latency"
8800
8801 # Packet Latency - VPP L2 3n-hsw-x710
8802 -
8803   type: "plot"
8804   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8805   algorithm: "plot_latency_box"
8806   output-file-type: ".html"
8807   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
8808   data: "plot-vpp-throughput-latency-3n-hsw"
8809   filter: "'NIC_Intel-X710' and
8810            '64B' and
8811            ('BASE' or 'SCALE') and
8812            'NDRPDR' and
8813            '1T1C' and
8814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8815            not 'VHOST' and
8816            not 'MEMIF'"
8817   parameters:
8818   - "latency"
8819   - "parent"
8820   traces:
8821     boxmean: False
8822   layout:
8823     title: ""  # No title
8824     layout: "plot-latency"
8825
8826 -
8827   type: "plot"
8828   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8829   algorithm: "plot_latency_box"
8830   output-file-type: ".html"
8831   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
8832   data: "plot-vpp-throughput-latency-3n-hsw"
8833   filter: "'NIC_Intel-X710' and
8834            '64B' and
8835            ('BASE' or 'SCALE') and
8836            'NDRPDR' and
8837            '2T2C' and
8838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8839            not 'VHOST' and
8840            not 'MEMIF'"
8841   parameters:
8842   - "latency"
8843   - "parent"
8844   traces:
8845     boxmean: False
8846   layout:
8847     title: ""  # No title
8848     layout: "plot-latency"
8849
8850 -
8851   type: "plot"
8852   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8853   algorithm: "plot_latency_box"
8854   output-file-type: ".html"
8855   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
8856   data: "plot-vpp-throughput-latency-3n-hsw"
8857   filter: "'NIC_Intel-X710' and
8858            '64B' and
8859            'FEATURE' and
8860            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8861            'NDRPDR' and
8862            '1T1C' and
8863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8864            not 'VHOST' and
8865            not 'MEMIF'"
8866   parameters:
8867   - "latency"
8868   - "parent"
8869   traces:
8870     boxmean: False
8871   layout:
8872     title: ""  # No title
8873     layout: "plot-latency"
8874
8875 -
8876   type: "plot"
8877   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8878   algorithm: "plot_latency_box"
8879   output-file-type: ".html"
8880   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
8881   data: "plot-vpp-throughput-latency-3n-hsw"
8882   filter: "'NIC_Intel-X710' and
8883            '64B' and
8884            'FEATURE' and
8885            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8886            'NDRPDR' and
8887            '2T2C' and
8888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8889            not 'VHOST' and
8890            not 'MEMIF'"
8891   parameters:
8892   - "latency"
8893   - "parent"
8894   traces:
8895     boxmean: False
8896   layout:
8897     title: ""  # No title
8898     layout: "plot-latency"
8899
8900 # Packet Latency - VPP L2 3n-hsw-xl710
8901 -
8902   type: "plot"
8903   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8904   algorithm: "plot_latency_box"
8905   output-file-type: ".html"
8906   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
8907   data: "plot-vpp-throughput-latency-3n-hsw"
8908   filter: "'NIC_Intel-XL710' and
8909            '64B' and
8910            ('BASE' or 'SCALE') and
8911            'NDRPDR' and
8912            '1T1C' and
8913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8914            not 'VHOST' and
8915            not 'MEMIF'"
8916   parameters:
8917   - "latency"
8918   - "parent"
8919   traces:
8920     boxmean: False
8921   layout:
8922     title: ""  # No title
8923     layout: "plot-latency"
8924
8925 -
8926   type: "plot"
8927   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8928   algorithm: "plot_latency_box"
8929   output-file-type: ".html"
8930   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
8931   data: "plot-vpp-throughput-latency-3n-hsw"
8932   filter: "'NIC_Intel-XL710' and
8933            '64B' and
8934            ('BASE' or 'SCALE') and
8935            'NDRPDR' and
8936            '2T2C' and
8937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8938            not 'VHOST' and
8939            not 'MEMIF'"
8940   parameters:
8941   - "latency"
8942   - "parent"
8943   traces:
8944     boxmean: False
8945   layout:
8946     title: ""  # No title
8947     layout: "plot-latency"
8948
8949 # Packet Latency - VPP L2 3n-skx-x710
8950 -
8951   type: "plot"
8952   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
8953   algorithm: "plot_latency_box"
8954   output-file-type: ".html"
8955   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
8956   data: "plot-vpp-throughput-latency-3n-skx"
8957   filter: "'NIC_Intel-X710' and
8958            '64B' and
8959            ('BASE' or 'SCALE') and
8960            'NDRPDR' and
8961            '2T1C' and
8962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8963            not 'VHOST' and
8964            not 'MEMIF'"
8965   parameters:
8966   - "latency"
8967   - "parent"
8968   traces:
8969     boxmean: False
8970   layout:
8971     title: ""  # No title
8972     layout: "plot-latency"
8973
8974 -
8975   type: "plot"
8976   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
8977   algorithm: "plot_latency_box"
8978   output-file-type: ".html"
8979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
8980   data: "plot-vpp-throughput-latency-3n-skx"
8981   filter: "'NIC_Intel-X710' and
8982            '64B' and
8983            ('BASE' or 'SCALE') and
8984            'NDRPDR' and
8985            '4T2C' and
8986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8987            not 'VHOST' and
8988            not 'MEMIF'"
8989   parameters:
8990   - "latency"
8991   - "parent"
8992   traces:
8993     boxmean: False
8994   layout:
8995     title: ""  # No title
8996     layout: "plot-latency"
8997
8998 -
8999   type: "plot"
9000   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9001   algorithm: "plot_latency_box"
9002   output-file-type: ".html"
9003   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
9004   data: "plot-vpp-throughput-latency-3n-skx"
9005   filter: "'NIC_Intel-X710' and
9006            '64B' and
9007            'FEATURE' and
9008            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9009            'NDRPDR' and
9010            '2T1C' and
9011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9012            not 'VHOST' and
9013            not 'MEMIF'"
9014   parameters:
9015   - "latency"
9016   - "parent"
9017   traces:
9018     boxmean: False
9019   layout:
9020     title: ""  # No title
9021     layout: "plot-latency"
9022
9023 -
9024   type: "plot"
9025   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9026   algorithm: "plot_latency_box"
9027   output-file-type: ".html"
9028   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
9029   data: "plot-vpp-throughput-latency-3n-skx"
9030   filter: "'NIC_Intel-X710' and
9031            '64B' and
9032            'FEATURE' and
9033            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9034            'NDRPDR' and
9035            '4T2C' and
9036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9037            not 'VHOST' and
9038            not 'MEMIF'"
9039   parameters:
9040   - "latency"
9041   - "parent"
9042   traces:
9043     boxmean: False
9044   layout:
9045     title: ""  # No title
9046     layout: "plot-latency"
9047
9048 # Packet Latency - VPP L2 3n-skx-xxv710
9049 -
9050   type: "plot"
9051   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9052   algorithm: "plot_latency_box"
9053   output-file-type: ".html"
9054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9055   data: "plot-vpp-throughput-latency-3n-skx"
9056   filter: "'NIC_Intel-XXV710' and
9057            '64B' and
9058            ('BASE' or 'SCALE') and
9059            'NDRPDR' and
9060            '2T1C' and
9061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9062            not 'VHOST' and
9063            not 'MEMIF'"
9064   parameters:
9065   - "latency"
9066   - "parent"
9067   traces:
9068     boxmean: False
9069   layout:
9070     title: ""  # No title
9071     layout: "plot-latency"
9072
9073 -
9074   type: "plot"
9075   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9076   algorithm: "plot_latency_box"
9077   output-file-type: ".html"
9078   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9079   data: "plot-vpp-throughput-latency-3n-skx"
9080   filter: "'NIC_Intel-XXV710' and
9081            '64B' and
9082            ('BASE' or 'SCALE') and
9083            'NDRPDR' and
9084            '4T2C' and
9085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9086            not 'VHOST' and
9087            not 'MEMIF'"
9088   parameters:
9089   - "latency"
9090   - "parent"
9091   traces:
9092     boxmean: False
9093   layout:
9094     title: ""  # No title
9095     layout: "plot-latency"
9096
9097 # Packet Latency - VPP L2 2n-skx-x710
9098 -
9099   type: "plot"
9100   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9101   algorithm: "plot_latency_box"
9102   output-file-type: ".html"
9103   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9104   data: "plot-vpp-throughput-latency-2n-skx"
9105   filter: "'NIC_Intel-X710' and
9106            '64B' and
9107            ('BASE' or 'SCALE') and
9108            'NDRPDR' and
9109            '2T1C' and
9110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9111            not 'VHOST' and
9112            not 'MEMIF'"
9113   parameters:
9114   - "latency"
9115   - "parent"
9116   traces:
9117     boxmean: False
9118   layout:
9119     title: ""  # No title
9120     layout: "plot-latency"
9121
9122 -
9123   type: "plot"
9124   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9125   algorithm: "plot_latency_box"
9126   output-file-type: ".html"
9127   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9128   data: "plot-vpp-throughput-latency-2n-skx"
9129   filter: "'NIC_Intel-X710' and
9130            '64B' and
9131            ('BASE' or 'SCALE') and
9132            'NDRPDR' and
9133            '4T2C' and
9134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9135            not 'VHOST' and
9136            not 'MEMIF'"
9137   parameters:
9138   - "latency"
9139   - "parent"
9140   traces:
9141     boxmean: False
9142   layout:
9143     title: ""  # No title
9144     layout: "plot-latency"
9145
9146 # Packet Latency - VPP L2 2n-skx-xxv710
9147 -
9148   type: "plot"
9149   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9150   algorithm: "plot_latency_box"
9151   output-file-type: ".html"
9152   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9153   data: "plot-vpp-throughput-latency-2n-skx"
9154   filter: "'NIC_Intel-XXV710' and
9155            '64B' and
9156            ('BASE' or 'SCALE') and
9157            'NDRPDR' and
9158            '2T1C' and
9159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9160            not 'VHOST' and
9161            not 'MEMIF'"
9162   parameters:
9163   - "latency"
9164   - "parent"
9165   traces:
9166     boxmean: False
9167   layout:
9168     title: ""  # No title
9169     layout: "plot-latency"
9170
9171 -
9172   type: "plot"
9173   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9174   algorithm: "plot_latency_box"
9175   output-file-type: ".html"
9176   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9177   data: "plot-vpp-throughput-latency-2n-skx"
9178   filter: "'NIC_Intel-XXV710' and
9179            '64B' and
9180            ('BASE' or 'SCALE') and
9181            'NDRPDR' and
9182            '4T2C' and
9183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9184            not 'VHOST' and
9185            not 'MEMIF'"
9186   parameters:
9187   - "latency"
9188   - "parent"
9189   traces:
9190     boxmean: False
9191   layout:
9192     title: ""  # No title
9193     layout: "plot-latency"
9194
9195 ################################################################################
9196
9197 # Packet Latency - VPP Container Memif 3n-hsw-x520
9198 -
9199   type: "plot"
9200   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9201   algorithm: "plot_latency_box"
9202   output-file-type: ".html"
9203   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9204   data: "plot-vpp-throughput-latency-3n-hsw"
9205   filter: "'NIC_Intel-X520-DA2' and
9206            '64B' and
9207            ('BASE' or 'SCALE') and
9208            'NDRPDR' and
9209            '1T1C' and
9210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9211            not 'VHOST' and
9212            'MEMIF'"
9213   parameters:
9214   - "latency"
9215   - "parent"
9216   traces:
9217     boxmean: False
9218   layout:
9219     title: ""  # No title
9220     layout: "plot-latency"
9221
9222 -
9223   type: "plot"
9224   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9225   algorithm: "plot_latency_box"
9226   output-file-type: ".html"
9227   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9228   data: "plot-vpp-throughput-latency-3n-hsw"
9229   filter: "'NIC_Intel-X520-DA2' and
9230            '64B' and
9231            ('BASE' or 'SCALE') and
9232            'NDRPDR' and
9233            '2T2C' and
9234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9235            not 'VHOST' and
9236            'MEMIF'"
9237   parameters:
9238   - "latency"
9239   - "parent"
9240   traces:
9241     boxmean: False
9242   layout:
9243     title: ""  # No title
9244     layout: "plot-latency"
9245
9246 # Packet Latency - VPP Container Memif 3n-hsw-x710
9247 -
9248   type: "plot"
9249   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9250   algorithm: "plot_latency_box"
9251   output-file-type: ".html"
9252   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9253   data: "plot-vpp-throughput-latency-3n-hsw"
9254   filter: "'NIC_Intel-X710' and
9255            '64B' and
9256            ('BASE' or 'SCALE') and
9257            'NDRPDR' and
9258            '1T1C' and
9259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9260            not 'VHOST' and
9261            'MEMIF'"
9262   parameters:
9263   - "latency"
9264   - "parent"
9265   traces:
9266     boxmean: False
9267   layout:
9268     title: ""  # No title
9269     layout: "plot-latency"
9270
9271 -
9272   type: "plot"
9273   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9274   algorithm: "plot_latency_box"
9275   output-file-type: ".html"
9276   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9277   data: "plot-vpp-throughput-latency-3n-hsw"
9278   filter: "'NIC_Intel-X710' and
9279            '64B' and
9280            ('BASE' or 'SCALE') and
9281            'NDRPDR' and
9282            '2T2C' and
9283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9284            not 'VHOST' and
9285            'MEMIF'"
9286   parameters:
9287   - "latency"
9288   - "parent"
9289   traces:
9290     boxmean: False
9291   layout:
9292     title: ""  # No title
9293     layout: "plot-latency"
9294
9295 # Packet Latency - VPP Container Memif 3n-hsw-xl710
9296 -
9297   type: "plot"
9298   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9299   algorithm: "plot_latency_box"
9300   output-file-type: ".html"
9301   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9302   data: "plot-vpp-throughput-latency-3n-hsw"
9303   filter: "'NIC_Intel-XL710' and
9304            '64B' and
9305            ('BASE' or 'SCALE') and
9306            'NDRPDR' and
9307            '1T1C' and
9308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9309            not 'VHOST' and
9310            'MEMIF'"
9311   parameters:
9312   - "latency"
9313   - "parent"
9314   traces:
9315     boxmean: False
9316   layout:
9317     title: ""  # No title
9318     layout: "plot-latency"
9319
9320 -
9321   type: "plot"
9322   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9323   algorithm: "plot_latency_box"
9324   output-file-type: ".html"
9325   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9326   data: "plot-vpp-throughput-latency-3n-hsw"
9327   filter: "'NIC_Intel-XL710' and
9328            '64B' and
9329            ('BASE' or 'SCALE') and
9330            'NDRPDR' and
9331            '2T2C' and
9332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9333            not 'VHOST' and
9334            'MEMIF'"
9335   parameters:
9336   - "latency"
9337   - "parent"
9338   traces:
9339     boxmean: False
9340   layout:
9341     title: ""  # No title
9342     layout: "plot-latency"
9343
9344 # Packet Latency - VPP Container Memif 3n-skx-x710
9345 -
9346   type: "plot"
9347   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9348   algorithm: "plot_latency_box"
9349   output-file-type: ".html"
9350   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9351   data: "plot-vpp-throughput-latency-3n-skx"
9352   filter: "'NIC_Intel-X710' and
9353            '64B' and
9354            ('BASE' or 'SCALE') and
9355            'NDRPDR' and
9356            '2T1C' and
9357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9358            not 'VHOST' and
9359            'MEMIF'"
9360   parameters:
9361   - "latency"
9362   - "parent"
9363   traces:
9364     boxmean: False
9365   layout:
9366     title: ""  # No title
9367     layout: "plot-latency"
9368
9369 -
9370   type: "plot"
9371   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9372   algorithm: "plot_latency_box"
9373   output-file-type: ".html"
9374   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9375   data: "plot-vpp-throughput-latency-3n-skx"
9376   filter: "'NIC_Intel-X710' and
9377            '64B' and
9378            ('BASE' or 'SCALE') and
9379            'NDRPDR' and
9380            '4T2C' and
9381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9382            not 'VHOST' and
9383            'MEMIF'"
9384   parameters:
9385   - "latency"
9386   - "parent"
9387   traces:
9388     boxmean: False
9389   layout:
9390     title: ""  # No title
9391     layout: "plot-latency"
9392
9393 ################################################################################
9394
9395 # Packet Latency - VPP Container Memif 3n-hsw-x520
9396 -
9397   type: "plot"
9398   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9399   algorithm: "plot_latency_box"
9400   output-file-type: ".html"
9401   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9402   data: "plot-ligato-throughput-latency-3n-hsw"
9403   filter: "'NIC_Intel-X520-DA2' and
9404            '64B' and
9405            ('BASE' or 'SCALE') and
9406            'NDRPDR' and
9407            '1T1C' and
9408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9409            not 'VHOST' and
9410            'MEMIF'"
9411   parameters:
9412   - "latency"
9413   - "parent"
9414   traces:
9415     boxmean: False
9416   layout:
9417     title: ""  # No title
9418     layout: "plot-latency"
9419
9420 -
9421   type: "plot"
9422   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9423   algorithm: "plot_latency_box"
9424   output-file-type: ".html"
9425   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9426   data: "plot-ligato-throughput-latency-3n-hsw"
9427   filter: "'NIC_Intel-X520-DA2' and
9428            '64B' and
9429            ('BASE' or 'SCALE') and
9430            'NDRPDR' and
9431            '2T2C' and
9432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9433            not 'VHOST' and
9434            'MEMIF'"
9435   parameters:
9436   - "latency"
9437   - "parent"
9438   traces:
9439     boxmean: False
9440   layout:
9441     title: ""  # No title
9442     layout: "plot-latency"
9443
9444 # Packet Latency - VPP Container Memif 3n-hsw-x710
9445 -
9446   type: "plot"
9447   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9448   algorithm: "plot_latency_box"
9449   output-file-type: ".html"
9450   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9451   data: "plot-ligato-throughput-latency-3n-hsw"
9452   filter: "'NIC_Intel-X710' and
9453            '64B' and
9454            ('BASE' or 'SCALE') and
9455            'NDRPDR' and
9456            '1T1C' and
9457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9458            not 'VHOST' and
9459            'MEMIF'"
9460   parameters:
9461   - "latency"
9462   - "parent"
9463   traces:
9464     boxmean: False
9465   layout:
9466     title: ""  # No title
9467     layout: "plot-latency"
9468
9469 -
9470   type: "plot"
9471   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9472   algorithm: "plot_latency_box"
9473   output-file-type: ".html"
9474   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9475   data: "plot-ligato-throughput-latency-3n-hsw"
9476   filter: "'NIC_Intel-X710' and
9477            '64B' and
9478            ('BASE' or 'SCALE') and
9479            'NDRPDR' and
9480            '2T2C' and
9481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
9482            not 'VHOST' and
9483            'MEMIF'"
9484   parameters:
9485   - "latency"
9486   - "parent"
9487   traces:
9488     boxmean: False
9489   layout:
9490     title: ""  # No title
9491     layout: "plot-latency"
9492
9493 ################################################################################
9494
9495 # Packet Latency - VPP IPv4 3n-hsw-x520
9496 -
9497   type: "plot"
9498   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9499   algorithm: "plot_latency_box"
9500   output-file-type: ".html"
9501   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9502   data: "plot-vpp-throughput-latency-3n-hsw"
9503   filter: "'NIC_Intel-X520-DA2' and
9504            '64B' and
9505            ('BASE' or 'SCALE') and
9506            'NDRPDR' and
9507            '1T1C' and
9508            'IP4FWD' and
9509            not 'IPSEC' and
9510            not 'VHOST'"
9511   parameters:
9512   - "latency"
9513   - "parent"
9514   traces:
9515     boxmean: False
9516   layout:
9517     title: ""  # No title
9518     layout: "plot-latency"
9519
9520 -
9521   type: "plot"
9522   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9523   algorithm: "plot_latency_box"
9524   output-file-type: ".html"
9525   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9526   data: "plot-vpp-throughput-latency-3n-hsw"
9527   filter: "'NIC_Intel-X520-DA2' and
9528            '64B' and
9529            ('BASE' or 'SCALE') and
9530            'NDRPDR' and
9531            '2T2C' and
9532            'IP4FWD' and
9533            not 'IPSEC' and
9534            not 'VHOST'"
9535   parameters:
9536   - "latency"
9537   - "parent"
9538   traces:
9539     boxmean: False
9540   layout:
9541     title: ""  # No title
9542     layout: "plot-latency"
9543
9544 -
9545   type: "plot"
9546   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9547   algorithm: "plot_latency_box"
9548   output-file-type: ".html"
9549   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
9550   data: "plot-vpp-throughput-latency-3n-hsw"
9551   filter: "'NIC_Intel-X520-DA2' and
9552            '64B' and
9553            'FEATURE' and
9554            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9555            'NDRPDR' and
9556            '1T1C' and
9557            'IP4FWD' and
9558            not 'IPSEC' and
9559            not 'VHOST'"
9560   parameters:
9561   - "latency"
9562   - "parent"
9563   traces:
9564     boxmean: False
9565   layout:
9566     title: ""  # No title
9567     layout: "plot-latency"
9568
9569 -
9570   type: "plot"
9571   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9572   algorithm: "plot_latency_box"
9573   output-file-type: ".html"
9574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
9575   data: "plot-vpp-throughput-latency-3n-hsw"
9576   filter: "'NIC_Intel-X520-DA2' and
9577            '64B' and
9578            'FEATURE' and
9579            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9580            'NDRPDR' and
9581            '2T2C' and
9582            'IP4FWD' and
9583            not 'IPSEC' and
9584            not 'VHOST'"
9585   parameters:
9586   - "latency"
9587   - "parent"
9588   traces:
9589     boxmean: False
9590   layout:
9591     title: ""  # No title
9592     layout: "plot-latency"
9593
9594 # Packet Latency - VPP IPv4 3n-hsw-x710
9595 -
9596   type: "plot"
9597   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9598   algorithm: "plot_latency_box"
9599   output-file-type: ".html"
9600   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9601   data: "plot-vpp-throughput-latency-3n-hsw"
9602   filter: "'NIC_Intel-X710' and
9603            '64B' and
9604            ('BASE' or 'SCALE') and
9605            'NDRPDR' and
9606            '1T1C' and
9607            'IP4FWD' and
9608            not 'IPSEC' and
9609            not 'VHOST'"
9610   parameters:
9611   - "latency"
9612   - "parent"
9613   traces:
9614     boxmean: False
9615   layout:
9616     title: ""  # No title
9617     layout: "plot-latency"
9618
9619 -
9620   type: "plot"
9621   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9622   algorithm: "plot_latency_box"
9623   output-file-type: ".html"
9624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
9625   data: "plot-vpp-throughput-latency-3n-hsw"
9626   filter: "'NIC_Intel-X710' and
9627            '64B' and
9628            ('BASE' or 'SCALE') and
9629            'NDRPDR' and
9630            '2T2C' and
9631            'IP4FWD' and
9632            not 'IPSEC' and
9633            not 'VHOST'"
9634   parameters:
9635   - "latency"
9636   - "parent"
9637   traces:
9638     boxmean: False
9639   layout:
9640     title: ""  # No title
9641     layout: "plot-latency"
9642
9643 -
9644   type: "plot"
9645   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9646   algorithm: "plot_latency_box"
9647   output-file-type: ".html"
9648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
9649   data: "plot-vpp-throughput-latency-3n-hsw"
9650   filter: "'NIC_Intel-X710' and
9651            '64B' and
9652            'FEATURE' and
9653            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9654            'NDRPDR' and
9655            '1T1C' and
9656            'IP4FWD' and
9657            not 'IPSEC' and
9658            not 'VHOST'"
9659   parameters:
9660   - "latency"
9661   - "parent"
9662   traces:
9663     boxmean: False
9664   layout:
9665     title: ""  # No title
9666     layout: "plot-latency"
9667
9668 -
9669   type: "plot"
9670   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9671   algorithm: "plot_latency_box"
9672   output-file-type: ".html"
9673   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
9674   data: "plot-vpp-throughput-latency-3n-hsw"
9675   filter: "'NIC_Intel-X710' and
9676            '64B' and
9677            'FEATURE' and
9678            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9679            'NDRPDR' and
9680            '2T2C' and
9681            'IP4FWD' and
9682            not 'IPSEC' and
9683            not 'VHOST'"
9684   parameters:
9685   - "latency"
9686   - "parent"
9687   traces:
9688     boxmean: False
9689   layout:
9690     title: ""  # No title
9691     layout: "plot-latency"
9692
9693 # Packet Latency - VPP IPv4 3n-hsw-xl710
9694 -
9695   type: "plot"
9696   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9697   algorithm: "plot_latency_box"
9698   output-file-type: ".html"
9699   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
9700   data: "plot-vpp-throughput-latency-3n-hsw"
9701   filter: "'NIC_Intel-XL710' and
9702            '64B' and
9703            ('BASE' or 'SCALE') and
9704            'NDRPDR' and
9705            '1T1C' and
9706            'IP4FWD' and
9707            not 'IPSEC' and
9708            not 'VHOST'"
9709   parameters:
9710   - "latency"
9711   - "parent"
9712   traces:
9713     boxmean: False
9714   layout:
9715     title: ""  # No title
9716     layout: "plot-latency"
9717
9718 -
9719   type: "plot"
9720   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9721   algorithm: "plot_latency_box"
9722   output-file-type: ".html"
9723   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
9724   data: "plot-vpp-throughput-latency-3n-hsw"
9725   filter: "'NIC_Intel-XL710' and
9726            '64B' and
9727            ('BASE' or 'SCALE') and
9728            'NDRPDR' and
9729            '2T2C' and
9730            'IP4FWD' and
9731            not 'IPSEC' and
9732            not 'VHOST'"
9733   parameters:
9734   - "latency"
9735   - "parent"
9736   traces:
9737     boxmean: False
9738   layout:
9739     title: ""  # No title
9740     layout: "plot-latency"
9741
9742 # Packet Latency - VPP IPv4 3n-skx-x710
9743 -
9744   type: "plot"
9745   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9746   algorithm: "plot_latency_box"
9747   output-file-type: ".html"
9748   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9749   data: "plot-vpp-throughput-latency-3n-skx"
9750   filter: "'NIC_Intel-X710' and
9751            '64B' and
9752            ('BASE' or 'SCALE') and
9753            'NDRPDR' and
9754            '2T1C' and
9755            'IP4FWD' and
9756            not 'IPSEC' and
9757            not 'VHOST'"
9758   parameters:
9759   - "latency"
9760   - "parent"
9761   traces:
9762     boxmean: False
9763   layout:
9764     title: ""  # No title
9765     layout: "plot-latency"
9766
9767 -
9768   type: "plot"
9769   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9770   algorithm: "plot_latency_box"
9771   output-file-type: ".html"
9772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9773   data: "plot-vpp-throughput-latency-3n-skx"
9774   filter: "'NIC_Intel-X710' and
9775            '64B' and
9776            ('BASE' or 'SCALE') and
9777            'NDRPDR' and
9778            '4T2C' and
9779            'IP4FWD' and
9780            not 'IPSEC' and
9781            not 'VHOST'"
9782   parameters:
9783   - "latency"
9784   - "parent"
9785   traces:
9786     boxmean: False
9787   layout:
9788     title: ""  # No title
9789     layout: "plot-latency"
9790
9791 -
9792   type: "plot"
9793   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9794   algorithm: "plot_latency_box"
9795   output-file-type: ".html"
9796   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
9797   data: "plot-vpp-throughput-latency-3n-skx"
9798   filter: "'NIC_Intel-X710' and
9799            '64B' and
9800            'FEATURE' and
9801            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9802            'NDRPDR' and
9803            '2T1C' and
9804            'IP4FWD' and
9805            not 'IPSEC' and
9806            not 'VHOST'"
9807   parameters:
9808   - "latency"
9809   - "parent"
9810   traces:
9811     boxmean: False
9812   layout:
9813     title: ""  # No title
9814     layout: "plot-latency"
9815
9816 -
9817   type: "plot"
9818   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9819   algorithm: "plot_latency_box"
9820   output-file-type: ".html"
9821   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
9822   data: "plot-vpp-throughput-latency-3n-skx"
9823   filter: "'NIC_Intel-X710' and
9824            '64B' and
9825            'FEATURE' and
9826            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9827            'NDRPDR' and
9828            '4T2C' and
9829            'IP4FWD' and
9830            not 'IPSEC' and
9831            not 'VHOST'"
9832   parameters:
9833   - "latency"
9834   - "parent"
9835   traces:
9836     boxmean: False
9837   layout:
9838     title: ""  # No title
9839     layout: "plot-latency"
9840
9841 # Packet Latency - VPP IPv4 2n-skx-x710
9842 -
9843   type: "plot"
9844   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9845   algorithm: "plot_latency_box"
9846   output-file-type: ".html"
9847   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
9848   data: "plot-vpp-throughput-latency-2n-skx"
9849   filter: "'NIC_Intel-X710' and
9850            '64B' and
9851            ('BASE' or 'SCALE') and
9852            'NDRPDR' and
9853            '2T1C' and
9854            'IP4FWD' and
9855            not 'IPSEC' and
9856            not 'VHOST'"
9857   parameters:
9858   - "latency"
9859   - "parent"
9860   traces:
9861     boxmean: False
9862   layout:
9863     title: ""  # No title
9864     layout: "plot-latency"
9865
9866 -
9867   type: "plot"
9868   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9869   algorithm: "plot_latency_box"
9870   output-file-type: ".html"
9871   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
9872   data: "plot-vpp-throughput-latency-2n-skx"
9873   filter: "'NIC_Intel-X710' and
9874            '64B' and
9875            ('BASE' or 'SCALE') and
9876            'NDRPDR' and
9877            '4T2C' and
9878            'IP4FWD' and
9879            not 'IPSEC' and
9880            not 'VHOST'"
9881   parameters:
9882   - "latency"
9883   - "parent"
9884   traces:
9885     boxmean: False
9886   layout:
9887     title: ""  # No title
9888     layout: "plot-latency"
9889
9890 # Packet Latency - VPP IPv4 2n-skx-xxv710
9891 -
9892   type: "plot"
9893   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9894   algorithm: "plot_latency_box"
9895   output-file-type: ".html"
9896   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
9897   data: "plot-vpp-throughput-latency-2n-skx"
9898   filter: "'NIC_Intel-XXV710' and
9899            '64B' and
9900            ('BASE' or 'SCALE') and
9901            'NDRPDR' and
9902            '2T1C' and
9903            'IP4FWD' and
9904            not 'IPSEC' and
9905            not 'VHOST'"
9906   parameters:
9907   - "latency"
9908   - "parent"
9909   traces:
9910     boxmean: False
9911   layout:
9912     title: ""  # No title
9913     layout: "plot-latency"
9914
9915 -
9916   type: "plot"
9917   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9918   algorithm: "plot_latency_box"
9919   output-file-type: ".html"
9920   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
9921   data: "plot-vpp-throughput-latency-2n-skx"
9922   filter: "'NIC_Intel-XXV710' and
9923            '64B' and
9924            ('BASE' or 'SCALE') and
9925            'NDRPDR' and
9926            '4T2C' and
9927            'IP4FWD' and
9928            not 'IPSEC' and
9929            not 'VHOST'"
9930   parameters:
9931   - "latency"
9932   - "parent"
9933   traces:
9934     boxmean: False
9935   layout:
9936     title: ""  # No title
9937     layout: "plot-latency"
9938
9939 ################################################################################
9940
9941 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
9942 -
9943   type: "plot"
9944   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9945   algorithm: "plot_latency_box"
9946   output-file-type: ".html"
9947   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
9948   data: "plot-vpp-throughput-latency-3n-hsw"
9949   filter: "'NIC_Intel-X520-DA2' and
9950            '64B' and
9951            'ENCAP' and
9952            'NDRPDR' and
9953            '1T1C' and
9954            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9955            not 'VHOST' and
9956            not 'IPSECHW'"
9957   parameters:
9958   - "latency"
9959   - "parent"
9960   traces:
9961     boxmean: False
9962   layout:
9963     title: ""  # No title
9964     layout: "plot-latency"
9965
9966 -
9967   type: "plot"
9968   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9969   algorithm: "plot_latency_box"
9970   output-file-type: ".html"
9971   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
9972   data: "plot-vpp-throughput-latency-3n-hsw"
9973   filter: "'NIC_Intel-X520-DA2' and
9974            '64B' and
9975            'ENCAP' and
9976            'NDRPDR' and
9977            '2T2C' and
9978            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
9979            not 'VHOST' and
9980            not 'IPSECHW'"
9981   parameters:
9982   - "latency"
9983   - "parent"
9984   traces:
9985     boxmean: False
9986   layout:
9987     title: ""  # No title
9988     layout: "plot-latency"
9989
9990 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
9991 -
9992   type: "plot"
9993   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9994   algorithm: "plot_latency_box"
9995   output-file-type: ".html"
9996   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
9997   data: "plot-vpp-throughput-latency-3n-hsw"
9998   filter: "'NIC_Intel-X710' and
9999            '64B' and
10000            'ENCAP' and
10001            'NDRPDR' and
10002            '1T1C' and
10003            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10004            not 'VHOST' and
10005            not 'IPSECHW'"
10006   parameters:
10007   - "latency"
10008   - "parent"
10009   traces:
10010     boxmean: False
10011   layout:
10012     title: ""  # No title
10013     layout: "plot-latency"
10014
10015 -
10016   type: "plot"
10017   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10018   algorithm: "plot_latency_box"
10019   output-file-type: ".html"
10020   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10021   data: "plot-vpp-throughput-latency-3n-hsw"
10022   filter: "'NIC_Intel-X710' and
10023            '64B' and
10024            'ENCAP' and
10025            'NDRPDR' and
10026            '2T2C' and
10027            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10028            not 'VHOST' and
10029            not 'IPSECHW'"
10030   parameters:
10031   - "latency"
10032   - "parent"
10033   traces:
10034     boxmean: False
10035   layout:
10036     title: ""  # No title
10037     layout: "plot-latency"
10038
10039 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
10040 -
10041   type: "plot"
10042   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10043   algorithm: "plot_latency_box"
10044   output-file-type: ".html"
10045   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
10046   data: "plot-vpp-throughput-latency-3n-skx"
10047   filter: "'NIC_Intel-X710' and
10048            '64B' and
10049            'ENCAP' and
10050            'NDRPDR' and
10051            '2T1C' and
10052            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10053            not 'VHOST' and
10054            not 'IPSECHW'"
10055   parameters:
10056   - "latency"
10057   - "parent"
10058   traces:
10059     boxmean: False
10060   layout:
10061     title: ""  # No title
10062     layout: "plot-latency"
10063
10064 -
10065   type: "plot"
10066   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10067   algorithm: "plot_latency_box"
10068   output-file-type: ".html"
10069   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
10070   data: "plot-vpp-throughput-latency-3n-skx"
10071   filter: "'NIC_Intel-X710' and
10072            '64B' and
10073            'ENCAP' and
10074            'NDRPDR' and
10075            '4T2C' and
10076            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10077            not 'VHOST' and
10078            not 'IPSECHW'"
10079   parameters:
10080   - "latency"
10081   - "parent"
10082   traces:
10083     boxmean: False
10084   layout:
10085     title: ""  # No title
10086     layout: "plot-latency"
10087
10088 ################################################################################
10089
10090 # Packet Latency - VPP IPv6 3n-hsw-x520
10091 -
10092   type: "plot"
10093   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10094   algorithm: "plot_latency_box"
10095   output-file-type: ".html"
10096   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10097   data: "plot-vpp-throughput-latency-3n-hsw"
10098   filter: "'NIC_Intel-X520-DA2' and
10099            '78B' and
10100            ('BASE' or 'SCALE') and
10101            'NDRPDR' and
10102            '1T1C' and
10103            'IP6FWD' and
10104            not 'SRv6' and
10105            not 'IPSEC' and
10106            not 'VHOST'"
10107   parameters:
10108   - "latency"
10109   - "parent"
10110   traces:
10111     boxmean: False
10112   layout:
10113     title: ""  # No title
10114     layout: "plot-latency"
10115
10116 -
10117   type: "plot"
10118   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10119   algorithm: "plot_latency_box"
10120   output-file-type: ".html"
10121   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10122   data: "plot-vpp-throughput-latency-3n-hsw"
10123   filter: "'NIC_Intel-X520-DA2' and
10124            '78B' and
10125            ('BASE' or 'SCALE') and
10126            'NDRPDR' and
10127            '2T2C' and
10128            'IP6FWD' and
10129            not 'SRv6' and
10130            not 'IPSEC' and
10131            not 'VHOST'"
10132   parameters:
10133   - "latency"
10134   - "parent"
10135   traces:
10136     boxmean: False
10137   layout:
10138     title: ""  # No title
10139     layout: "plot-latency"
10140
10141 # Packet Latency - VPP IPv6 3n-hsw-x710
10142 -
10143   type: "plot"
10144   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10145   algorithm: "plot_latency_box"
10146   output-file-type: ".html"
10147   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
10148   data: "plot-vpp-throughput-latency-3n-hsw"
10149   filter: "'NIC_Intel-X710' and
10150            '78B' and
10151            ('BASE' or 'SCALE') and
10152            'NDRPDR' and
10153            '1T1C' and
10154            'IP6FWD' and
10155            not 'SRv6' and
10156            not 'IPSEC' and
10157            not 'VHOST'"
10158   parameters:
10159   - "latency"
10160   - "parent"
10161   traces:
10162     boxmean: False
10163   layout:
10164     title: ""  # No title
10165     layout: "plot-latency"
10166
10167 -
10168   type: "plot"
10169   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10170   algorithm: "plot_latency_box"
10171   output-file-type: ".html"
10172   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
10173   data: "plot-vpp-throughput-latency-3n-hsw"
10174   filter: "'NIC_Intel-X710' and
10175            '78B' and
10176            ('BASE' or 'SCALE') and
10177            'NDRPDR' and
10178            '2T2C' and
10179            'IP6FWD' and
10180            not 'SRv6' and
10181            not 'IPSEC' and
10182            not 'VHOST'"
10183   parameters:
10184   - "latency"
10185   - "parent"
10186   traces:
10187     boxmean: False
10188   layout:
10189     title: ""  # No title
10190     layout: "plot-latency"
10191
10192 # Packet Latency - VPP IPv6 3n-hsw-xl710
10193 -
10194   type: "plot"
10195   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10196   algorithm: "plot_latency_box"
10197   output-file-type: ".html"
10198   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
10199   data: "plot-vpp-throughput-latency-3n-hsw"
10200   filter: "'NIC_Intel-XL710' and
10201            '78B' and
10202            ('BASE' or 'SCALE') and
10203            'NDRPDR' and
10204            '1T1C' and
10205            'IP6FWD' and
10206            not 'SRv6' and
10207            not 'IPSEC' and
10208            not 'VHOST'"
10209   parameters:
10210   - "latency"
10211   - "parent"
10212   traces:
10213     boxmean: False
10214   layout:
10215     title: ""  # No title
10216     layout: "plot-latency"
10217
10218 -
10219   type: "plot"
10220   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10221   algorithm: "plot_latency_box"
10222   output-file-type: ".html"
10223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
10224   data: "plot-vpp-throughput-latency-3n-hsw"
10225   filter: "'NIC_Intel-XL710' and
10226            '78B' and
10227            ('BASE' or 'SCALE') and
10228            'NDRPDR' and
10229            '2T2C' and
10230            'IP6FWD' and
10231            not 'SRv6' and
10232            not 'IPSEC' and
10233            not 'VHOST'"
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 IPv6 3n-skx-x710
10244 -
10245   type: "plot"
10246   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10247   algorithm: "plot_latency_box"
10248   output-file-type: ".html"
10249   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10250   data: "plot-vpp-throughput-latency-3n-skx"
10251   filter: "'NIC_Intel-X710' and
10252            '78B' and
10253            ('BASE' or 'SCALE') and
10254            'NDRPDR' and
10255            '2T1C' and
10256            'IP6FWD' and
10257            not 'SRv6' and
10258            not 'IPSEC' and
10259            not 'VHOST'"
10260   parameters:
10261   - "latency"
10262   - "parent"
10263   traces:
10264     boxmean: False
10265   layout:
10266     title: ""  # No title
10267     layout: "plot-latency"
10268
10269 -
10270   type: "plot"
10271   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10272   algorithm: "plot_latency_box"
10273   output-file-type: ".html"
10274   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10275   data: "plot-vpp-throughput-latency-3n-skx"
10276   filter: "'NIC_Intel-X710' and
10277            '78B' and
10278            ('BASE' or 'SCALE') and
10279            'NDRPDR' and
10280            '4T2C' and
10281            'IP6FWD' and
10282            not 'SRv6' and
10283            not 'IPSEC' and
10284            not 'VHOST'"
10285   parameters:
10286   - "latency"
10287   - "parent"
10288   traces:
10289     boxmean: False
10290   layout:
10291     title: ""  # No title
10292     layout: "plot-latency"
10293
10294 # Packet Latency - VPP IPv6 2n-skx-x710
10295 -
10296   type: "plot"
10297   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10298   algorithm: "plot_latency_box"
10299   output-file-type: ".html"
10300   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
10301   data: "plot-vpp-throughput-latency-2n-skx"
10302   filter: "'NIC_Intel-X710' and
10303            '78B' and
10304            ('BASE' or 'SCALE') and
10305            'NDRPDR' and
10306            '2T1C' and
10307            'IP6FWD' and
10308            not 'SRv6' and
10309            not 'IPSEC' and
10310            not 'VHOST'"
10311   parameters:
10312   - "latency"
10313   - "parent"
10314   traces:
10315     boxmean: False
10316   layout:
10317     title: ""  # No title
10318     layout: "plot-latency"
10319
10320 -
10321   type: "plot"
10322   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10323   algorithm: "plot_latency_box"
10324   output-file-type: ".html"
10325   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
10326   data: "plot-vpp-throughput-latency-2n-skx"
10327   filter: "'NIC_Intel-X710' and
10328            '78B' and
10329            ('BASE' or 'SCALE') and
10330            'NDRPDR' and
10331            '4T2C' and
10332            'IP6FWD' and
10333            not 'SRv6' and
10334            not 'IPSEC' and
10335            not 'VHOST'"
10336   parameters:
10337   - "latency"
10338   - "parent"
10339   traces:
10340     boxmean: False
10341   layout:
10342     title: ""  # No title
10343     layout: "plot-latency"
10344
10345 # Packet Latency - VPP IPv6 2n-skx-xxv710
10346 -
10347   type: "plot"
10348   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10349   algorithm: "plot_latency_box"
10350   output-file-type: ".html"
10351   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
10352   data: "plot-vpp-throughput-latency-2n-skx"
10353   filter: "'NIC_Intel-XXV710' and
10354            '78B' and
10355            ('BASE' or 'SCALE') and
10356            'NDRPDR' and
10357            '2T1C' and
10358            'IP6FWD' and
10359            not 'SRv6' and
10360            not 'IPSEC' and
10361            not 'VHOST'"
10362   parameters:
10363   - "latency"
10364   - "parent"
10365   traces:
10366     boxmean: False
10367   layout:
10368     title: ""  # No title
10369     layout: "plot-latency"
10370
10371 -
10372   type: "plot"
10373   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10374   algorithm: "plot_latency_box"
10375   output-file-type: ".html"
10376   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
10377   data: "plot-vpp-throughput-latency-2n-skx"
10378   filter: "'NIC_Intel-XXV710' and
10379            '78B' and
10380            ('BASE' or 'SCALE') and
10381            'NDRPDR' and
10382            '4T2C' and
10383            'IP6FWD' and
10384            not 'SRv6' and
10385            not 'IPSEC' and
10386            not 'VHOST'"
10387   parameters:
10388   - "latency"
10389   - "parent"
10390   traces:
10391     boxmean: False
10392   layout:
10393     title: ""  # No title
10394     layout: "plot-latency"
10395
10396 ################################################################################
10397
10398 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
10399 -
10400   type: "plot"
10401   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10402   algorithm: "plot_latency_box"
10403   output-file-type: ".html"
10404   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
10405   data: "plot-vpp-throughput-latency-3n-hsw"
10406   filter: "'NIC_Intel-X520-DA2' and
10407            '78B' and
10408            'ENCAP' and
10409            'NDRPDR' and
10410            '1T1C' and
10411            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10412            not 'VHOST'"
10413   parameters:
10414   - "latency"
10415   - "parent"
10416   traces:
10417     boxmean: False
10418   layout:
10419     title: ""  # No title
10420     layout: "plot-latency"
10421
10422 -
10423   type: "plot"
10424   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10425   algorithm: "plot_latency_box"
10426   output-file-type: ".html"
10427   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
10428   data: "plot-vpp-throughput-latency-3n-hsw"
10429   filter: "'NIC_Intel-X520-DA2' and
10430            '78B' and
10431            'ENCAP' and
10432            'NDRPDR' and
10433            '2T2C' and
10434            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
10435            not 'VHOST'"
10436   parameters:
10437   - "latency"
10438   - "parent"
10439   traces:
10440     boxmean: False
10441   layout:
10442     title: ""  # No title
10443     layout: "plot-latency"
10444
10445 ################################################################################
10446
10447 # Packet Latency - VPP IPSec 3n-hsw-xl710
10448 -
10449   type: "plot"
10450   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10451   algorithm: "plot_latency_box"
10452   output-file-type: ".html"
10453   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10454   data: "plot-vpp-throughput-latency-3n-hsw"
10455   filter: "'NIC_Intel-XL710' and
10456            '64B' and
10457            'IP4FWD' and
10458            'NDRPDR' and
10459            '1T1C' and
10460            'IPSECHW' and
10461            ('IPSECTRAN' or 'IPSECTUN') and
10462            not 'VHOST'"
10463   parameters:
10464   - "latency"
10465   - "parent"
10466   traces:
10467     boxmean: False
10468   layout:
10469     title: ""  # No title
10470     layout: "plot-latency"
10471
10472 -
10473   type: "plot"
10474   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10475   algorithm: "plot_latency_box"
10476   output-file-type: ".html"
10477   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10478   data: "plot-vpp-throughput-latency-3n-hsw"
10479   filter: "'NIC_Intel-XL710' and
10480            '64B' and
10481            'IP4FWD' and
10482            'NDRPDR' and
10483            '2T2C' and
10484            'IPSECHW' and
10485            ('IPSECTRAN' or 'IPSECTUN') and
10486            not 'VHOST'"
10487   parameters:
10488   - "latency"
10489   - "parent"
10490   traces:
10491     boxmean: False
10492   layout:
10493     title: ""  # No title
10494     layout: "plot-latency"
10495
10496 ################################################################################
10497
10498 # Packet Latency - VPP SRv6 3n-hsw-x520
10499 -
10500   type: "plot"
10501   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10502   algorithm: "plot_latency_box"
10503   output-file-type: ".html"
10504   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
10505   data: "plot-vpp-throughput-latency-3n-hsw"
10506   filter: "'NIC_Intel-X520-DA2' and
10507            '78B' and
10508            'FEATURE' and
10509            'NDRPDR' and
10510            '1T1C' and
10511            'IP6FWD' and
10512            'SRv6'"
10513   parameters:
10514   - "latency"
10515   - "parent"
10516   traces:
10517     boxmean: False
10518   layout:
10519     title: ""  # No title
10520     layout: "plot-latency"
10521
10522 -
10523   type: "plot"
10524   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10525   algorithm: "plot_latency_box"
10526   output-file-type: ".html"
10527   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
10528   data: "plot-vpp-throughput-latency-3n-hsw"
10529   filter: "'NIC_Intel-X520-DA2' and
10530            '78B' and
10531            'FEATURE' and
10532            'NDRPDR' and
10533            '2T2C' and
10534            'IP6FWD' and
10535            'SRv6'"
10536   parameters:
10537   - "latency"
10538   - "parent"
10539   traces:
10540     boxmean: False
10541   layout:
10542     title: ""  # No title
10543     layout: "plot-latency"
10544
10545 ################################################################################
10546
10547 # Packet Latency - VPP vhost ip4 3n-hsw-x520
10548 -
10549   type: "plot"
10550   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10551   algorithm: "plot_latency_box"
10552   output-file-type: ".html"
10553   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10554   data: "plot-vpp-throughput-latency-3n-hsw"
10555   filter: "'NIC_Intel-X520-DA2' and
10556            '64B' and
10557            'NDRPDR' and
10558            '1T1C' and
10559            'VHOST' and
10560            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10561   parameters:
10562   - "latency"
10563   - "parent"
10564   traces:
10565     boxmean: False
10566   layout:
10567     title: ""  # No title
10568     layout: "plot-latency"
10569
10570 -
10571   type: "plot"
10572   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10573   algorithm: "plot_latency_box"
10574   output-file-type: ".html"
10575   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10576   data: "plot-vpp-throughput-latency-3n-hsw"
10577   filter: "'NIC_Intel-X520-DA2' and
10578            '64B' and
10579            'NDRPDR' and
10580            '2T2C' and
10581            'VHOST' and
10582            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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 vhost l2sw 3n-hsw-x520
10593 -
10594   type: "plot"
10595   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10596   algorithm: "plot_latency_box"
10597   output-file-type: ".html"
10598   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
10599   data: "plot-vpp-throughput-latency-3n-hsw"
10600   filter: "'NIC_Intel-X520-DA2' and
10601            '64B' and
10602            'NDRPDR' and
10603            '1T1C' and
10604            'VHOST' and
10605            not 'VXLAN' and
10606            not 'IP4FWD' and
10607            not 'DOT1Q' and
10608            not '2VM'"
10609   parameters:
10610   - "latency"
10611   - "parent"
10612   traces:
10613     boxmean: False
10614   layout:
10615     title: ""  # No title
10616     layout: "plot-latency"
10617
10618 -
10619   type: "plot"
10620   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10621   algorithm: "plot_latency_box"
10622   output-file-type: ".html"
10623   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
10624   data: "plot-vpp-throughput-latency-3n-hsw"
10625   filter: "'NIC_Intel-X520-DA2' and
10626            '64B' and
10627            'NDRPDR' and
10628            '2T2C' and
10629            'VHOST' and
10630            not 'VXLAN' and
10631            not 'IP4FWD' and
10632            not 'DOT1Q' and
10633            not '2VM'"
10634   parameters:
10635   - "latency"
10636   - "parent"
10637   traces:
10638     boxmean: False
10639   layout:
10640     title: ""  # No title
10641     layout: "plot-latency"
10642
10643 # Packet Latency - VPP vhost ip4 3n-hsw-x710
10644 -
10645   type: "plot"
10646   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10647   algorithm: "plot_latency_box"
10648   output-file-type: ".html"
10649   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10650   data: "plot-vpp-throughput-latency-3n-hsw"
10651   filter: "'NIC_Intel-X710' and
10652            '64B' and
10653            'NDRPDR' and
10654            '1T1C' and
10655            'VHOST' and
10656            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
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: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10669   algorithm: "plot_latency_box"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10672   data: "plot-vpp-throughput-latency-3n-hsw"
10673   filter: "'NIC_Intel-X710' and
10674            '64B' and
10675            'NDRPDR' and
10676            '2T2C' and
10677            'VHOST' and
10678            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10679   parameters:
10680   - "latency"
10681   - "parent"
10682   traces:
10683     boxmean: False
10684   layout:
10685     title: ""  # No title
10686     layout: "plot-latency"
10687
10688 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
10689 -
10690   type: "plot"
10691   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10692   algorithm: "plot_latency_box"
10693   output-file-type: ".html"
10694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
10695   data: "plot-vpp-throughput-latency-3n-hsw"
10696   filter: "'NIC_Intel-X710' and
10697            '64B' and
10698            'NDRPDR' and
10699            '1T1C' and
10700            'VHOST' and
10701            not 'VXLAN' and
10702            not 'IP4FWD' and
10703            not 'DOT1Q' and
10704            not '2VM'"
10705   parameters:
10706   - "latency"
10707   - "parent"
10708   traces:
10709     boxmean: False
10710   layout:
10711     title: ""  # No title
10712     layout: "plot-latency"
10713
10714 -
10715   type: "plot"
10716   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10717   algorithm: "plot_latency_box"
10718   output-file-type: ".html"
10719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
10720   data: "plot-vpp-throughput-latency-3n-hsw"
10721   filter: "'NIC_Intel-X710' and
10722            '64B' and
10723            'NDRPDR' and
10724            '2T2C' and
10725            'VHOST' and
10726            not 'VXLAN' and
10727            not 'IP4FWD' and
10728            not 'DOT1Q' and
10729            not '2VM'"
10730   parameters:
10731   - "latency"
10732   - "parent"
10733   traces:
10734     boxmean: False
10735   layout:
10736     title: ""  # No title
10737     layout: "plot-latency"
10738
10739 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
10740 -
10741   type: "plot"
10742   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10743   algorithm: "plot_latency_box"
10744   output-file-type: ".html"
10745   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10746   data: "plot-vpp-throughput-latency-3n-hsw"
10747   filter: "'NIC_Intel-XL710' and
10748            '64B' and
10749            'NDRPDR' and
10750            '1T1C' and
10751            'VHOST' and
10752            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10753   parameters:
10754   - "latency"
10755   - "parent"
10756   traces:
10757     boxmean: False
10758   layout:
10759     title: ""  # No title
10760     layout: "plot-latency"
10761
10762 -
10763   type: "plot"
10764   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10765   algorithm: "plot_latency_box"
10766   output-file-type: ".html"
10767   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10768   data: "plot-vpp-throughput-latency-3n-hsw"
10769   filter: "'NIC_Intel-XL710' and
10770            '64B' and
10771            'NDRPDR' and
10772            '2T2C' and
10773            'VHOST' and
10774            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
10775   parameters:
10776   - "latency"
10777   - "parent"
10778   traces:
10779     boxmean: False
10780   layout:
10781     title: ""  # No title
10782     layout: "plot-latency"
10783
10784 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
10785 -
10786   type: "plot"
10787   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10788   algorithm: "plot_latency_box"
10789   output-file-type: ".html"
10790   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
10791   data: "plot-vpp-throughput-latency-3n-hsw"
10792   filter: "'NIC_Intel-XL710' and
10793            '64B' and
10794            'NDRPDR' and
10795            '1T1C' and
10796            'VHOST' and
10797            not 'VXLAN' and
10798            not 'IP4FWD' and
10799            not 'DOT1Q' and
10800            not '2VM'"
10801   parameters:
10802   - "latency"
10803   - "parent"
10804   traces:
10805     boxmean: False
10806   layout:
10807     title: ""  # No title
10808     layout: "plot-latency"
10809
10810 -
10811   type: "plot"
10812   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10813   algorithm: "plot_latency_box"
10814   output-file-type: ".html"
10815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
10816   data: "plot-vpp-throughput-latency-3n-hsw"
10817   filter: "'NIC_Intel-XL710' and
10818            '64B' and
10819            'NDRPDR' and
10820            '2T2C' and
10821            'VHOST' and
10822            not 'VXLAN' and
10823            not 'IP4FWD' and
10824            not 'DOT1Q' and
10825            not '2VM'"
10826   parameters:
10827   - "latency"
10828   - "parent"
10829   traces:
10830     boxmean: False
10831   layout:
10832     title: ""  # No title
10833     layout: "plot-latency"
10834
10835 ################################################################################
10836
10837 # Packet Latency - VPP VTS 3n-hsw-x520
10838 -
10839   type: "plot"
10840   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10841   algorithm: "plot_latency_box"
10842   output-file-type: ".html"
10843   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
10844   data: "plot-vpp-throughput-latency-3n-hsw"
10845   filter: "'NIC_Intel-X520-DA2' and
10846            '114B' and
10847            'NDRPDR' and
10848            '1T1C' and
10849            'VTS'"
10850   parameters:
10851   - "latency"
10852   - "parent"
10853   traces:
10854     boxmean: False
10855   layout:
10856     title: ""  # No title
10857     layout: "plot-latency"
10858
10859 -
10860   type: "plot"
10861   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10862   algorithm: "plot_latency_box"
10863   output-file-type: ".html"
10864   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
10865   data: "plot-vpp-throughput-latency-3n-hsw"
10866   filter: "'NIC_Intel-X520-DA2' and
10867            '114B' and
10868            'NDRPDR' and
10869            '2T2C' and
10870            'VTS'"
10871   parameters:
10872   - "latency"
10873   - "parent"
10874   traces:
10875     boxmean: False
10876   layout:
10877     title: ""  # No title
10878     layout: "plot-latency"
10879     
10880 ################################################################################
10881
10882 # Packet Latency - DPDK l3fwd 3n-hsw-x520
10883 -
10884   type: "plot"
10885   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10886   algorithm: "plot_latency_box"
10887   output-file-type: ".html"
10888   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
10889   data: "plot-dpdk-throughput-latency-3n-hsw"
10890   filter: "'NIC_Intel-X520-DA2' and
10891            '64B' and
10892            'BASE' and
10893            'NDRPDR' and
10894            '1T1C' and
10895            'IP4FWD'"
10896   parameters:
10897   - "latency"
10898   - "parent"
10899   traces:
10900     hoverinfo: "x+y"
10901     boxpoints: "outliers"
10902     whiskerwidth: 0
10903   layout:
10904     title: ""  # No title
10905     layout: "plot-latency"
10906
10907 -
10908   type: "plot"
10909   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10910   algorithm: "plot_latency_box"
10911   output-file-type: ".html"
10912   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
10913   data: "plot-dpdk-throughput-latency-3n-hsw"
10914   filter: "'NIC_Intel-X520-DA2' and
10915            '64B' and
10916            'BASE' and
10917            'NDRPDR' and
10918            '2T2C' and
10919            'IP4FWD'"
10920   parameters:
10921   - "latency"
10922   - "parent"
10923   traces:
10924     hoverinfo: "x+y"
10925     boxpoints: "outliers"
10926     whiskerwidth: 0
10927   layout:
10928     title: ""  # No title
10929     layout: "plot-latency"
10930
10931 # Packet Latency - DPDK l3fwd 3n-hsw-x710
10932 -
10933   type: "plot"
10934   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10935   algorithm: "plot_latency_box"
10936   output-file-type: ".html"
10937   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
10938   data: "plot-dpdk-throughput-latency-3n-hsw"
10939   filter: "'NIC_Intel-X710' and
10940            '64B' and
10941            'BASE' and
10942            'NDRPDR' and
10943            '1T1C' and
10944            'IP4FWD'"
10945   parameters:
10946   - "latency"
10947   - "parent"
10948   traces:
10949     hoverinfo: "x+y"
10950     boxpoints: "outliers"
10951     whiskerwidth: 0
10952   layout:
10953     title: ""  # No title
10954     layout: "plot-latency"
10955
10956 -
10957   type: "plot"
10958   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
10959   algorithm: "plot_latency_box"
10960   output-file-type: ".html"
10961   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
10962   data: "plot-dpdk-throughput-latency-3n-hsw"
10963   filter: "'NIC_Intel-X710' and
10964            '64B' and
10965            'BASE' and
10966            'NDRPDR' and
10967            '2T2C' and
10968            'IP4FWD'"
10969   parameters:
10970   - "latency"
10971   - "parent"
10972   traces:
10973     hoverinfo: "x+y"
10974     boxpoints: "outliers"
10975     whiskerwidth: 0
10976   layout:
10977     title: ""  # No title
10978     layout: "plot-latency"
10979
10980 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
10981 -
10982   type: "plot"
10983   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
10984   algorithm: "plot_latency_box"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
10987   data: "plot-dpdk-throughput-latency-3n-hsw"
10988   filter: "'NIC_Intel-XL710' and
10989            '64B' and
10990            'BASE' and
10991            'NDRPDR' and
10992            '1T1C' and
10993            'IP4FWD'"
10994   parameters:
10995   - "latency"
10996   - "parent"
10997   traces:
10998     hoverinfo: "x+y"
10999     boxpoints: "outliers"
11000     whiskerwidth: 0
11001   layout:
11002     title: ""  # No title
11003     layout: "plot-latency"
11004
11005 -
11006   type: "plot"
11007   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11008   algorithm: "plot_latency_box"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11011   data: "plot-dpdk-throughput-latency-3n-hsw"
11012   filter: "'NIC_Intel-XL710' and
11013            '64B' and
11014            'BASE' and
11015            'NDRPDR' and
11016            '2T2C' and
11017            'IP4FWD'"
11018   parameters:
11019   - "latency"
11020   - "parent"
11021   traces:
11022     hoverinfo: "x+y"
11023     boxpoints: "outliers"
11024     whiskerwidth: 0
11025   layout:
11026     title: ""  # No title
11027     layout: "plot-latency"
11028
11029 # Packet Latency - DPDK l3fwd 3n-skx-x710
11030 -
11031   type: "plot"
11032   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11033   algorithm: "plot_latency_box"
11034   output-file-type: ".html"
11035   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11036   data: "plot-dpdk-throughput-latency-3n-skx"
11037   filter: "'NIC_Intel-X710' and
11038            '64B' and
11039            'BASE' and
11040            'NDRPDR' and
11041            '2T1C' and
11042            'IP4FWD'"
11043   parameters:
11044   - "latency"
11045   - "parent"
11046   traces:
11047     hoverinfo: "x+y"
11048     boxpoints: "outliers"
11049     whiskerwidth: 0
11050   layout:
11051     title: ""  # No title
11052     layout: "plot-latency"
11053
11054 -
11055   type: "plot"
11056   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11057   algorithm: "plot_latency_box"
11058   output-file-type: ".html"
11059   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11060   data: "plot-dpdk-throughput-latency-3n-skx"
11061   filter: "'NIC_Intel-X710' and
11062            '64B' and
11063            'BASE' and
11064            'NDRPDR' and
11065            '4T2C' and
11066            'IP4FWD'"
11067   parameters:
11068   - "latency"
11069   - "parent"
11070   traces:
11071     hoverinfo: "x+y"
11072     boxpoints: "outliers"
11073     whiskerwidth: 0
11074   layout:
11075     title: ""  # No title
11076     layout: "plot-latency"
11077
11078 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
11079 -
11080   type: "plot"
11081   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11082   algorithm: "plot_latency_box"
11083   output-file-type: ".html"
11084   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11085   data: "plot-dpdk-throughput-latency-3n-skx"
11086   filter: "'NIC_Intel-XXV710' and
11087            '64B' and
11088            'BASE' and
11089            'NDRPDR' and
11090            '2T1C' and
11091            'IP4FWD'"
11092   parameters:
11093   - "latency"
11094   - "parent"
11095   traces:
11096     hoverinfo: "x+y"
11097     boxpoints: "outliers"
11098     whiskerwidth: 0
11099   layout:
11100     title: ""  # No title
11101     layout: "plot-latency"
11102
11103 -
11104   type: "plot"
11105   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11106   algorithm: "plot_latency_box"
11107   output-file-type: ".html"
11108   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11109   data: "plot-dpdk-throughput-latency-3n-skx"
11110   filter: "'NIC_Intel-XXV710' and
11111            '64B' and
11112            'BASE' and
11113            'NDRPDR' and
11114            '4T2C' and
11115            'IP4FWD'"
11116   parameters:
11117   - "latency"
11118   - "parent"
11119   traces:
11120     hoverinfo: "x+y"
11121     boxpoints: "outliers"
11122     whiskerwidth: 0
11123   layout:
11124     title: ""  # No title
11125     layout: "plot-latency"
11126
11127 # Packet Latency - DPDK l3fwd 2n-skx-x710
11128 -
11129   type: "plot"
11130   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11131   algorithm: "plot_latency_box"
11132   output-file-type: ".html"
11133   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11134   data: "plot-dpdk-throughput-latency-2n-skx"
11135   filter: "'NIC_Intel-X710' and
11136            '64B' and
11137            'BASE' and
11138            'NDRPDR' and
11139            '2T1C' and
11140            'IP4FWD'"
11141   parameters:
11142   - "latency"
11143   - "parent"
11144   traces:
11145     hoverinfo: "x+y"
11146     boxpoints: "outliers"
11147     whiskerwidth: 0
11148   layout:
11149     title: ""  # No title
11150     layout: "plot-latency"
11151
11152 -
11153   type: "plot"
11154   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11155   algorithm: "plot_latency_box"
11156   output-file-type: ".html"
11157   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11158   data: "plot-dpdk-throughput-latency-2n-skx"
11159   filter: "'NIC_Intel-X710' and
11160            '64B' and
11161            'BASE' and
11162            'NDRPDR' and
11163            '4T2C' and
11164            'IP4FWD'"
11165   parameters:
11166   - "latency"
11167   - "parent"
11168   traces:
11169     hoverinfo: "x+y"
11170     boxpoints: "outliers"
11171     whiskerwidth: 0
11172   layout:
11173     title: ""  # No title
11174     layout: "plot-latency"
11175
11176 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
11177 -
11178   type: "plot"
11179   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11180   algorithm: "plot_latency_box"
11181   output-file-type: ".html"
11182   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11183   data: "plot-dpdk-throughput-latency-2n-skx"
11184   filter: "'NIC_Intel-XXV710' and
11185            '64B' and
11186            'BASE' and
11187            'NDRPDR' and
11188            '2T1C' and
11189            'IP4FWD'"
11190   parameters:
11191   - "latency"
11192   - "parent"
11193   traces:
11194     hoverinfo: "x+y"
11195     boxpoints: "outliers"
11196     whiskerwidth: 0
11197   layout:
11198     title: ""  # No title
11199     layout: "plot-latency"
11200
11201 -
11202   type: "plot"
11203   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11204   algorithm: "plot_latency_box"
11205   output-file-type: ".html"
11206   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11207   data: "plot-dpdk-throughput-latency-2n-skx"
11208   filter: "'NIC_Intel-XXV710' and
11209            '64B' and
11210            'BASE' and
11211            'NDRPDR' and
11212            '4T2C' and
11213            'IP4FWD'"
11214   parameters:
11215   - "latency"
11216   - "parent"
11217   traces:
11218     hoverinfo: "x+y"
11219     boxpoints: "outliers"
11220     whiskerwidth: 0
11221   layout:
11222     title: ""  # No title
11223     layout: "plot-latency"
11224
11225 ################################################################################
11226
11227 # Packet Latency - DPDK testpmd 3n-hsw-x520
11228 -
11229   type: "plot"
11230   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11231   algorithm: "plot_latency_box"
11232   output-file-type: ".html"
11233   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
11234   data: "plot-dpdk-throughput-latency-3n-hsw"
11235   filter: "'NIC_Intel-X520-DA2' and
11236            '64B' and
11237            'BASE' and
11238            'NDRPDR' and
11239            '1T1C' and
11240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11241   parameters:
11242   - "latency"
11243   - "parent"
11244   traces:
11245     hoverinfo: "x+y"
11246     boxpoints: "outliers"
11247     whiskerwidth: 0
11248   layout:
11249     title: ""  # No title
11250     layout: "plot-latency"
11251
11252 -
11253   type: "plot"
11254   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11255   algorithm: "plot_latency_box"
11256   output-file-type: ".html"
11257   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
11258   data: "plot-dpdk-throughput-latency-3n-hsw"
11259   filter: "'NIC_Intel-X520-DA2' and
11260            '64B' and
11261            'BASE' and
11262            'NDRPDR' and
11263            '2T2C' and
11264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11265   parameters:
11266   - "latency"
11267   - "parent"
11268   traces:
11269     hoverinfo: "x+y"
11270     boxpoints: "outliers"
11271     whiskerwidth: 0
11272   layout:
11273     title: ""  # No title
11274     layout: "plot-latency"
11275
11276 # Packet Latency - DPDK testpmd 3n-hsw-x710
11277 -
11278   type: "plot"
11279   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11280   algorithm: "plot_latency_box"
11281   output-file-type: ".html"
11282   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
11283   data: "plot-dpdk-throughput-latency-3n-hsw"
11284   filter: "'NIC_Intel-X710' and
11285            '64B' and
11286            'BASE' and
11287            'NDRPDR' and
11288            '1T1C' and
11289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11290   parameters:
11291   - "latency"
11292   - "parent"
11293   traces:
11294     hoverinfo: "x+y"
11295     boxpoints: "outliers"
11296     whiskerwidth: 0
11297   layout:
11298     title: ""  # No title
11299     layout: "plot-latency"
11300
11301 -
11302   type: "plot"
11303   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11304   algorithm: "plot_latency_box"
11305   output-file-type: ".html"
11306   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
11307   data: "plot-dpdk-throughput-latency-3n-hsw"
11308   filter: "'NIC_Intel-X710' and
11309            '64B' and
11310            'BASE' and
11311            'NDRPDR' and
11312            '2T2C' and
11313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11314   parameters:
11315   - "latency"
11316   - "parent"
11317   traces:
11318     hoverinfo: "x+y"
11319     boxpoints: "outliers"
11320     whiskerwidth: 0
11321   layout:
11322     title: ""  # No title
11323     layout: "plot-latency"
11324
11325 # Packet Latency - DPDK testpmd 3n-hsw-xl710
11326 -
11327   type: "plot"
11328   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11329   algorithm: "plot_latency_box"
11330   output-file-type: ".html"
11331   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
11332   data: "plot-dpdk-throughput-latency-3n-hsw"
11333   filter: "'NIC_Intel-XL710' and
11334            '64B' and
11335            'BASE' and
11336            'NDRPDR' and
11337            '1T1C' and
11338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11339   parameters:
11340   - "latency"
11341   - "parent"
11342   traces:
11343     hoverinfo: "x+y"
11344     boxpoints: "outliers"
11345     whiskerwidth: 0
11346   layout:
11347     title: ""  # No title
11348     layout: "plot-latency"
11349
11350 -
11351   type: "plot"
11352   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11353   algorithm: "plot_latency_box"
11354   output-file-type: ".html"
11355   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
11356   data: "plot-dpdk-throughput-latency-3n-hsw"
11357   filter: "'NIC_Intel-XL710' and
11358            '64B' and
11359            'BASE' and
11360            'NDRPDR' and
11361            '2T2C' and
11362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11363   parameters:
11364   - "latency"
11365   - "parent"
11366   traces:
11367     hoverinfo: "x+y"
11368     boxpoints: "outliers"
11369     whiskerwidth: 0
11370   layout:
11371     title: ""  # No title
11372     layout: "plot-latency"
11373
11374 # Packet Latency - DPDK testpmd 3n-skx-x710
11375 -
11376   type: "plot"
11377   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11378   algorithm: "plot_latency_box"
11379   output-file-type: ".html"
11380   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
11381   data: "plot-dpdk-throughput-latency-3n-skx"
11382   filter: "'NIC_Intel-X710' and
11383            '64B' and
11384            'BASE' and
11385            'NDRPDR' and
11386            '2T1C' and
11387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11388   parameters:
11389   - "latency"
11390   - "parent"
11391   traces:
11392     hoverinfo: "x+y"
11393     boxpoints: "outliers"
11394     whiskerwidth: 0
11395   layout:
11396     title: ""  # No title
11397     layout: "plot-latency"
11398
11399 -
11400   type: "plot"
11401   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11402   algorithm: "plot_latency_box"
11403   output-file-type: ".html"
11404   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
11405   data: "plot-dpdk-throughput-latency-3n-skx"
11406   filter: "'NIC_Intel-X710' and
11407            '64B' and
11408            'BASE' and
11409            'NDRPDR' and
11410            '4T2C' and
11411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11412   parameters:
11413   - "latency"
11414   - "parent"
11415   traces:
11416     hoverinfo: "x+y"
11417     boxpoints: "outliers"
11418     whiskerwidth: 0
11419   layout:
11420     title: ""  # No title
11421     layout: "plot-latency"
11422
11423 # Packet Latency - DPDK testpmd 3n-skx-xxv710
11424 -
11425   type: "plot"
11426   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11427   algorithm: "plot_latency_box"
11428   output-file-type: ".html"
11429   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
11430   data: "plot-dpdk-throughput-latency-3n-skx"
11431   filter: "'NIC_Intel-XXV710' and
11432            '64B' and
11433            'BASE' and
11434            'NDRPDR' and
11435            '2T1C' and
11436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11437   parameters:
11438   - "latency"
11439   - "parent"
11440   traces:
11441     hoverinfo: "x+y"
11442     boxpoints: "outliers"
11443     whiskerwidth: 0
11444   layout:
11445     title: ""  # No title
11446     layout: "plot-latency"
11447
11448 -
11449   type: "plot"
11450   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11451   algorithm: "plot_latency_box"
11452   output-file-type: ".html"
11453   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
11454   data: "plot-dpdk-throughput-latency-3n-skx"
11455   filter: "'NIC_Intel-XXV710' and
11456            '64B' and
11457            'BASE' and
11458            'NDRPDR' and
11459            '4T2C' and
11460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11461   parameters:
11462   - "latency"
11463   - "parent"
11464   traces:
11465     hoverinfo: "x+y"
11466     boxpoints: "outliers"
11467     whiskerwidth: 0
11468   layout:
11469     title: ""  # No title
11470     layout: "plot-latency"
11471
11472 # Packet Latency - DPDK testpmd 2n-skx-x710
11473 -
11474   type: "plot"
11475   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11476   algorithm: "plot_latency_box"
11477   output-file-type: ".html"
11478   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
11479   data: "plot-dpdk-throughput-latency-2n-skx"
11480   filter: "'NIC_Intel-X710' and
11481            '64B' and
11482            'BASE' and
11483            'NDRPDR' and
11484            '2T1C' and
11485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11486   parameters:
11487   - "latency"
11488   - "parent"
11489   traces:
11490     hoverinfo: "x+y"
11491     boxpoints: "outliers"
11492     whiskerwidth: 0
11493   layout:
11494     title: ""  # No title
11495     layout: "plot-latency"
11496
11497 -
11498   type: "plot"
11499   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11500   algorithm: "plot_latency_box"
11501   output-file-type: ".html"
11502   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
11503   data: "plot-dpdk-throughput-latency-2n-skx"
11504   filter: "'NIC_Intel-X710' and
11505            '64B' and
11506            'BASE' and
11507            'NDRPDR' and
11508            '4T2C' and
11509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11510   parameters:
11511   - "latency"
11512   - "parent"
11513   traces:
11514     hoverinfo: "x+y"
11515     boxpoints: "outliers"
11516     whiskerwidth: 0
11517   layout:
11518     title: ""  # No title
11519     layout: "plot-latency"
11520
11521 # Packet Latency - DPDK testpmd 2n-skx-xxv710
11522 -
11523   type: "plot"
11524   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11525   algorithm: "plot_latency_box"
11526   output-file-type: ".html"
11527   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
11528   data: "plot-dpdk-throughput-latency-2n-skx"
11529   filter: "'NIC_Intel-XXV710' and
11530            '64B' and
11531            'BASE' and
11532            'NDRPDR' and
11533            '2T1C' and
11534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11535   parameters:
11536   - "latency"
11537   - "parent"
11538   traces:
11539     hoverinfo: "x+y"
11540     boxpoints: "outliers"
11541     whiskerwidth: 0
11542   layout:
11543     title: ""  # No title
11544     layout: "plot-latency"
11545
11546 -
11547   type: "plot"
11548   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11549   algorithm: "plot_latency_box"
11550   output-file-type: ".html"
11551   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
11552   data: "plot-dpdk-throughput-latency-2n-skx"
11553   filter: "'NIC_Intel-XXV710' and
11554            '64B' and
11555            'BASE' and
11556            'NDRPDR' and
11557            '4T2C' and
11558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
11559   parameters:
11560   - "latency"
11561   - "parent"
11562   traces:
11563     hoverinfo: "x+y"
11564     boxpoints: "outliers"
11565     whiskerwidth: 0
11566   layout:
11567     title: ""  # No title
11568     layout: "plot-latency"
11569
11570 ################################################################################
11571
11572 # Speedup - VPP Container Memif 3n-hsw-x520
11573 -
11574   type: "plot"
11575   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11576   algorithm: "plot_throughput_speedup_analysis"
11577   output-file-type: ".html"
11578   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11579   data: "plot-throughput-speedup-analysis-3n-hsw"
11580   filter: "'NIC_Intel-X520-DA2' and
11581            '64B' and
11582            ('BASE' or 'SCALE') and
11583            'NDRPDR' and
11584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11585            not 'VHOST' and
11586            'MEMIF'"
11587   parameters:
11588   - "throughput"
11589   - "parent"
11590   - "tags"
11591   layout:
11592     title: ""  # No title
11593     layout: "plot-throughput-speedup-analysis"
11594
11595 -
11596   type: "plot"
11597   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11598   algorithm: "plot_throughput_speedup_analysis"
11599   output-file-type: ".html"
11600   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11601   data: "plot-throughput-speedup-analysis-3n-hsw"
11602   filter: "'NIC_Intel-X520-DA2' and
11603            '64B' and
11604            ('BASE' or 'SCALE') and
11605            'NDRPDR' and
11606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11607            not 'VHOST' and
11608            'MEMIF'"
11609   parameters:
11610   - "throughput"
11611   - "parent"
11612   - "tags"
11613   layout:
11614     title: ""  # No title
11615     layout: "plot-throughput-speedup-analysis"
11616
11617 # Speedup - VPP Container Memif 3n-hsw-x710
11618 -
11619   type: "plot"
11620   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11621   algorithm: "plot_throughput_speedup_analysis"
11622   output-file-type: ".html"
11623   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11624   data: "plot-throughput-speedup-analysis-3n-hsw"
11625   filter: "'NIC_Intel-X710' and
11626            '64B' and
11627            ('BASE' or 'SCALE') and
11628            'NDRPDR' and
11629            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11630            not 'VHOST' and
11631            'MEMIF'"
11632   parameters:
11633   - "throughput"
11634   - "parent"
11635   - "tags"
11636   layout:
11637     title: ""  # No title
11638     layout: "plot-throughput-speedup-analysis"
11639
11640 -
11641   type: "plot"
11642   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11643   algorithm: "plot_throughput_speedup_analysis"
11644   output-file-type: ".html"
11645   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11646   data: "plot-throughput-speedup-analysis-3n-hsw"
11647   filter: "'NIC_Intel-X710' and
11648            '64B' and
11649            ('BASE' or 'SCALE') and
11650            'NDRPDR' and
11651            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11652            not 'VHOST' and
11653            'MEMIF'"
11654   parameters:
11655   - "throughput"
11656   - "parent"
11657   - "tags"
11658   layout:
11659     title: ""  # No title
11660     layout: "plot-throughput-speedup-analysis"
11661
11662 # Speedup - VPP Container Memif 3n-hsw-xl710
11663 -
11664   type: "plot"
11665   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11666   algorithm: "plot_throughput_speedup_analysis"
11667   output-file-type: ".html"
11668   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
11669   data: "plot-throughput-speedup-analysis-3n-hsw"
11670   filter: "'NIC_Intel-XL710' and
11671            '64B' and
11672            ('BASE' or 'SCALE') and
11673            'NDRPDR' and
11674            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11675            not 'VHOST' and
11676            'MEMIF'"
11677   parameters:
11678   - "throughput"
11679   - "parent"
11680   - "tags"
11681   layout:
11682     title: ""  # No title
11683     layout: "plot-throughput-speedup-analysis"
11684
11685 -
11686   type: "plot"
11687   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11688   algorithm: "plot_throughput_speedup_analysis"
11689   output-file-type: ".html"
11690   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
11691   data: "plot-throughput-speedup-analysis-3n-hsw"
11692   filter: "'NIC_Intel-XL710' and
11693            '64B' and
11694            ('BASE' or 'SCALE') and
11695            'NDRPDR' and
11696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11697            not 'VHOST' and
11698            'MEMIF'"
11699   parameters:
11700   - "throughput"
11701   - "parent"
11702   - "tags"
11703   layout:
11704     title: ""  # No title
11705     layout: "plot-throughput-speedup-analysis"
11706
11707 # Speedup - VPP Container Memif 3n-skx-x710
11708 -
11709   type: "plot"
11710   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11711   algorithm: "plot_throughput_speedup_analysis"
11712   output-file-type: ".html"
11713   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
11714   data: "plot-throughput-speedup-analysis-3n-skx"
11715   filter: "'NIC_Intel-X710' and
11716            '64B' and
11717            ('BASE' or 'SCALE') and
11718            'NDRPDR' and
11719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11720            not 'VHOST' and
11721            'MEMIF'"
11722   parameters:
11723   - "throughput"
11724   - "parent"
11725   - "tags"
11726   layout:
11727     title: ""  # No title
11728     layout: "plot-throughput-speedup-analysis"
11729
11730 -
11731   type: "plot"
11732   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11733   algorithm: "plot_throughput_speedup_analysis"
11734   output-file-type: ".html"
11735   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
11736   data: "plot-throughput-speedup-analysis-3n-skx"
11737   filter: "'NIC_Intel-X710' and
11738            '64B' and
11739            ('BASE' or 'SCALE') and
11740            'NDRPDR' and
11741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11742            not 'VHOST' and
11743             'MEMIF'"
11744   parameters:
11745   - "throughput"
11746   - "parent"
11747   - "tags"
11748   layout:
11749     title: ""  # No title
11750     layout: "plot-throughput-speedup-analysis"
11751
11752 ################################################################################
11753
11754 # Speedup - VPP Container k8s memif 3n-hsw-x520
11755 -
11756   type: "plot"
11757   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11758   algorithm: "plot_throughput_speedup_analysis"
11759   output-file-type: ".html"
11760   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11761   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11762   filter: "'NIC_Intel-X520-DA2' and
11763            '64B' and
11764            ('BASE' or 'SCALE') and
11765            'NDRPDR' and
11766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11767            not 'VHOST' and
11768            'MEMIF'"
11769   parameters:
11770   - "throughput"
11771   - "parent"
11772   - "tags"
11773   layout:
11774     title: ""  # No title
11775     layout: "plot-throughput-speedup-analysis"
11776
11777 -
11778   type: "plot"
11779   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11780   algorithm: "plot_throughput_speedup_analysis"
11781   output-file-type: ".html"
11782   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11783   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11784   filter: "'NIC_Intel-X520-DA2' and
11785            '64B' and
11786            ('BASE' or 'SCALE') and
11787            'NDRPDR' and
11788            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11789            not 'VHOST' and
11790            'MEMIF'"
11791   parameters:
11792   - "throughput"
11793   - "parent"
11794   - "tags"
11795   layout:
11796     title: ""  # No title
11797     layout: "plot-throughput-speedup-analysis"
11798
11799 # Speedup - VPP Container Memif 3n-hsw-x710
11800 -
11801   type: "plot"
11802   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11803   algorithm: "plot_throughput_speedup_analysis"
11804   output-file-type: ".html"
11805   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11806   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11807   filter: "'NIC_Intel-X710' and
11808            '64B' and
11809            ('BASE' or 'SCALE') and
11810            'NDRPDR' and
11811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11812            not 'VHOST' and
11813            'MEMIF'"
11814   parameters:
11815   - "throughput"
11816   - "parent"
11817   - "tags"
11818   layout:
11819     title: ""  # No title
11820     layout: "plot-throughput-speedup-analysis"
11821
11822 -
11823   type: "plot"
11824   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11825   algorithm: "plot_throughput_speedup_analysis"
11826   output-file-type: ".html"
11827   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11828   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
11829   filter: "'NIC_Intel-X710' and
11830            '64B' and
11831            ('BASE' or 'SCALE') and
11832            'NDRPDR' and
11833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
11834            not 'VHOST' and
11835            'MEMIF'"
11836   parameters:
11837   - "throughput"
11838   - "parent"
11839   - "tags"
11840   layout:
11841     title: ""  # No title
11842     layout: "plot-throughput-speedup-analysis"
11843
11844 ################################################################################
11845
11846 # Speedup - VPP IPv4 3n-hsw-x520
11847 -
11848   type: "plot"
11849   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11850   algorithm: "plot_throughput_speedup_analysis"
11851   output-file-type: ".html"
11852   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
11853   data: "plot-throughput-speedup-analysis-3n-hsw"
11854   filter: "'NIC_Intel-X520-DA2' and
11855            '64B' and
11856            ('BASE' or 'SCALE') and
11857            'NDRPDR' and
11858            'IP4FWD' and
11859            not 'IPSEC' and
11860            not 'VHOST'"
11861   parameters:
11862   - "throughput"
11863   - "parent"
11864   - "tags"
11865   layout:
11866     title: ""  # No title
11867     layout: "plot-throughput-speedup-analysis"
11868
11869 -
11870   type: "plot"
11871   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11872   algorithm: "plot_throughput_speedup_analysis"
11873   output-file-type: ".html"
11874   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
11875   data: "plot-throughput-speedup-analysis-3n-hsw"
11876   filter: "'NIC_Intel-X520-DA2' and
11877            '64B' and
11878            ('BASE' or 'SCALE') and
11879            'NDRPDR' and
11880            'IP4FWD' and
11881            not 'IPSEC' and
11882            not 'VHOST'"
11883   parameters:
11884   - "throughput"
11885   - "parent"
11886   - "tags"
11887   layout:
11888     title: ""  # No title
11889     layout: "plot-throughput-speedup-analysis"
11890
11891 -
11892   type: "plot"
11893   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
11894   algorithm: "plot_throughput_speedup_analysis"
11895   output-file-type: ".html"
11896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
11897   data: "plot-throughput-speedup-analysis-3n-hsw"
11898   filter: "'NIC_Intel-X520-DA2' and
11899            '64B' and
11900            'FEATURE' and
11901            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11902            'NDRPDR' and
11903            'IP4FWD' and
11904            not 'IPSEC' and
11905            not 'VHOST'"
11906   parameters:
11907   - "throughput"
11908   - "parent"
11909   - "tags"
11910   layout:
11911     title: ""  # No title
11912     layout: "plot-throughput-speedup-analysis"
11913
11914 -
11915   type: "plot"
11916   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
11917   algorithm: "plot_throughput_speedup_analysis"
11918   output-file-type: ".html"
11919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
11920   data: "plot-throughput-speedup-analysis-3n-hsw"
11921   filter: "'NIC_Intel-X520-DA2' and
11922            '64B' and
11923            'FEATURE' and
11924            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11925            'NDRPDR' and
11926            'IP4FWD' and
11927            not 'IPSEC' and
11928            not 'VHOST'"
11929   parameters:
11930   - "throughput"
11931   - "parent"
11932   - "tags"
11933   layout:
11934     title: ""  # No title
11935     layout: "plot-throughput-speedup-analysis"
11936
11937 # Speedup - VPP IPv4 3n-hsw-x710
11938 -
11939   type: "plot"
11940   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11941   algorithm: "plot_throughput_speedup_analysis"
11942   output-file-type: ".html"
11943   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
11944   data: "plot-throughput-speedup-analysis-3n-hsw"
11945   filter: "'NIC_Intel-X710' and
11946            '64B' and
11947            ('BASE' or 'SCALE') and
11948            'NDRPDR' and
11949            'IP4FWD' and
11950            not 'IPSEC' and
11951            not 'VHOST'"
11952   parameters:
11953   - "throughput"
11954   - "parent"
11955   - "tags"
11956   layout:
11957     title: ""  # No title
11958     layout: "plot-throughput-speedup-analysis"
11959
11960 -
11961   type: "plot"
11962   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11963   algorithm: "plot_throughput_speedup_analysis"
11964   output-file-type: ".html"
11965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
11966   data: "plot-throughput-speedup-analysis-3n-hsw"
11967   filter: "'NIC_Intel-X710' and
11968            '64B' and
11969            ('BASE' or 'SCALE') and
11970            'NDRPDR' and
11971            'IP4FWD' and
11972            not 'IPSEC' and
11973            not 'VHOST'"
11974   parameters:
11975   - "throughput"
11976   - "parent"
11977   - "tags"
11978   layout:
11979     title: ""  # No title
11980     layout: "plot-throughput-speedup-analysis"
11981
11982 -
11983   type: "plot"
11984   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
11985   algorithm: "plot_throughput_speedup_analysis"
11986   output-file-type: ".html"
11987   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
11988   data: "plot-throughput-speedup-analysis-3n-hsw"
11989   filter: "'NIC_Intel-X710' and
11990            '64B' and
11991            'FEATURE' and
11992            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11993            'NDRPDR' and
11994            'IP4FWD' and
11995            not 'IPSEC' and
11996            not 'VHOST'"
11997   parameters:
11998   - "throughput"
11999   - "parent"
12000   - "tags"
12001   layout:
12002     title: ""  # No title
12003     layout: "plot-throughput-speedup-analysis"
12004
12005 -
12006   type: "plot"
12007   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
12008   algorithm: "plot_throughput_speedup_analysis"
12009   output-file-type: ".html"
12010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
12011   data: "plot-throughput-speedup-analysis-3n-hsw"
12012   filter: "'NIC_Intel-X710' and
12013            '64B' and
12014            'FEATURE' and
12015            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12016            'NDRPDR' and
12017            'IP4FWD' and
12018            not 'IPSEC' and
12019            not 'VHOST'"
12020   parameters:
12021   - "throughput"
12022   - "parent"
12023   - "tags"
12024   layout:
12025     title: ""  # No title
12026     layout: "plot-throughput-speedup-analysis"
12027
12028 # Speedup - VPP IPv4 3n-hsw-xl710
12029 -
12030   type: "plot"
12031   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12032   algorithm: "plot_throughput_speedup_analysis"
12033   output-file-type: ".html"
12034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12035   data: "plot-throughput-speedup-analysis-3n-hsw"
12036   filter: "'NIC_Intel-XL710' and
12037            '64B' and
12038            ('BASE' or 'SCALE') and
12039            'NDRPDR' and
12040            'IP4FWD' and
12041            not 'IPSEC' and
12042            not 'VHOST'"
12043   parameters:
12044   - "throughput"
12045   - "parent"
12046   - "tags"
12047   layout:
12048     title: ""  # No title
12049     layout: "plot-throughput-speedup-analysis"
12050
12051 -
12052   type: "plot"
12053   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12054   algorithm: "plot_throughput_speedup_analysis"
12055   output-file-type: ".html"
12056   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12057   data: "plot-throughput-speedup-analysis-3n-hsw"
12058   filter: "'NIC_Intel-XL710' and
12059            '64B' and
12060            ('BASE' or 'SCALE') and
12061            'NDRPDR' and
12062            'IP4FWD' and
12063            not 'IPSEC' and
12064            not 'VHOST'"
12065   parameters:
12066   - "throughput"
12067   - "parent"
12068   - "tags"
12069   layout:
12070     title: ""  # No title
12071     layout: "plot-throughput-speedup-analysis"
12072
12073 # Speedup - VPP IPv4 3n-skx-x710
12074 -
12075   type: "plot"
12076   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12077   algorithm: "plot_throughput_speedup_analysis"
12078   output-file-type: ".html"
12079   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12080   data: "plot-throughput-speedup-analysis-3n-skx"
12081   filter: "'NIC_Intel-X710' and
12082            '64B' and
12083            ('BASE' or 'SCALE') and
12084            'NDRPDR' and
12085            'IP4FWD' and
12086            not 'IPSEC' and
12087            not 'VHOST'"
12088   parameters:
12089   - "throughput"
12090   - "parent"
12091   - "tags"
12092   layout:
12093     title: ""  # No title
12094     layout: "plot-throughput-speedup-analysis"
12095
12096 -
12097   type: "plot"
12098   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12099   algorithm: "plot_throughput_speedup_analysis"
12100   output-file-type: ".html"
12101   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12102   data: "plot-throughput-speedup-analysis-3n-skx"
12103   filter: "'NIC_Intel-X710' and
12104            '64B' and
12105            ('BASE' or 'SCALE') and
12106            'NDRPDR' and
12107            'IP4FWD' and
12108            not 'IPSEC' and
12109            not 'VHOST'"
12110   parameters:
12111   - "throughput"
12112   - "parent"
12113   - "tags"
12114   layout:
12115     title: ""  # No title
12116     layout: "plot-throughput-speedup-analysis"
12117
12118 -
12119   type: "plot"
12120   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
12121   algorithm: "plot_throughput_speedup_analysis"
12122   output-file-type: ".html"
12123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
12124   data: "plot-throughput-speedup-analysis-3n-skx"
12125   filter: "'NIC_Intel-X710' and
12126            '64B' and
12127            'FEATURE' and
12128            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12129            'NDRPDR' and
12130            'IP4FWD' and
12131            not 'IPSEC' and
12132            not 'VHOST'"
12133   parameters:
12134   - "throughput"
12135   - "parent"
12136   - "tags"
12137   layout:
12138     title: ""  # No title
12139     layout: "plot-throughput-speedup-analysis"
12140
12141 -
12142   type: "plot"
12143   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
12144   algorithm: "plot_throughput_speedup_analysis"
12145   output-file-type: ".html"
12146   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
12147   data: "plot-throughput-speedup-analysis-3n-skx"
12148   filter: "'NIC_Intel-X710' and
12149            '64B' and
12150            'FEATURE' and
12151            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12152            'NDRPDR' and
12153            'IP4FWD' and
12154            not 'IPSEC' and
12155            not 'VHOST'"
12156   parameters:
12157   - "throughput"
12158   - "parent"
12159   - "tags"
12160   layout:
12161     title: ""  # No title
12162     layout: "plot-throughput-speedup-analysis"
12163
12164 # Speedup - VPP IPv4 2n-skx-x710
12165 -
12166   type: "plot"
12167   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12168   algorithm: "plot_throughput_speedup_analysis"
12169   output-file-type: ".html"
12170   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
12171   data: "plot-throughput-speedup-analysis-2n-skx"
12172   filter: "'NIC_Intel-X710' and
12173            '64B' and
12174            ('BASE' or 'SCALE') and
12175            'NDRPDR' and
12176            'IP4FWD' and
12177            not 'IPSEC' and
12178            not 'VHOST'"
12179   parameters:
12180   - "throughput"
12181   - "parent"
12182   - "tags"
12183   layout:
12184     title: ""  # No title
12185     layout: "plot-throughput-speedup-analysis"
12186
12187 -
12188   type: "plot"
12189   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12190   algorithm: "plot_throughput_speedup_analysis"
12191   output-file-type: ".html"
12192   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
12193   data: "plot-throughput-speedup-analysis-2n-skx"
12194   filter: "'NIC_Intel-X710' and
12195            '64B' and
12196            ('BASE' or 'SCALE') and
12197            'NDRPDR' and
12198            'IP4FWD' and
12199            not 'IPSEC' and
12200            not 'VHOST'"
12201   parameters:
12202   - "throughput"
12203   - "parent"
12204   - "tags"
12205   layout:
12206     title: ""  # No title
12207     layout: "plot-throughput-speedup-analysis"
12208
12209 # Speedup - VPP IPv4 2n-skx-xxv710
12210 -
12211   type: "plot"
12212   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12213   algorithm: "plot_throughput_speedup_analysis"
12214   output-file-type: ".html"
12215   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
12216   data: "plot-throughput-speedup-analysis-2n-skx"
12217   filter: "'NIC_Intel-XXV710' and
12218            '64B' and
12219            ('BASE' or 'SCALE') and
12220            'NDRPDR' and
12221            'IP4FWD' and
12222            not 'IPSEC' and
12223            not 'VHOST'"
12224   parameters:
12225   - "throughput"
12226   - "parent"
12227   - "tags"
12228   layout:
12229     title: ""  # No title
12230     layout: "plot-throughput-speedup-analysis"
12231
12232 -
12233   type: "plot"
12234   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12235   algorithm: "plot_throughput_speedup_analysis"
12236   output-file-type: ".html"
12237   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
12238   data: "plot-throughput-speedup-analysis-2n-skx"
12239   filter: "'NIC_Intel-XXV710' and
12240            '64B' and
12241            ('BASE' or 'SCALE') and
12242            'NDRPDR' and
12243            'IP4FWD' and
12244            not 'IPSEC' and
12245            not 'VHOST'"
12246   parameters:
12247   - "throughput"
12248   - "parent"
12249   - "tags"
12250   layout:
12251     title: ""  # No title
12252     layout: "plot-throughput-speedup-analysis"
12253
12254 ################################################################################
12255
12256 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
12257 -
12258   type: "plot"
12259   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12260   algorithm: "plot_throughput_speedup_analysis"
12261   output-file-type: ".html"
12262   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12263   data: "plot-throughput-speedup-analysis-3n-hsw"
12264   filter: "'NIC_Intel-X520-DA2' and
12265            '64B' and
12266            'ENCAP' and
12267            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12268            'NDRPDR' and
12269            'IP4FWD' and
12270            not 'IPSEC' and
12271            not 'VHOST'"
12272   parameters:
12273   - "throughput"
12274   - "parent"
12275   - "tags"
12276   layout:
12277     title: ""  # No title
12278     layout: "plot-throughput-speedup-analysis"
12279
12280 -
12281   type: "plot"
12282   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12283   algorithm: "plot_throughput_speedup_analysis"
12284   output-file-type: ".html"
12285   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12286   data: "plot-throughput-speedup-analysis-3n-hsw"
12287   filter: "'NIC_Intel-X520-DA2' and
12288            '64B' and
12289            'ENCAP' and
12290            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12291            'NDRPDR' and
12292            'IP4FWD' and
12293            not 'IPSEC' and
12294            not 'VHOST'"
12295   parameters:
12296   - "throughput"
12297   - "parent"
12298   - "tags"
12299   layout:
12300     title: ""  # No title
12301     layout: "plot-throughput-speedup-analysis"
12302
12303 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
12304 -
12305   type: "plot"
12306   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12307   algorithm: "plot_throughput_speedup_analysis"
12308   output-file-type: ".html"
12309   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12310   data: "plot-throughput-speedup-analysis-3n-hsw"
12311   filter: "'NIC_Intel-X710' and
12312            '64B' and
12313            'ENCAP' and
12314            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12315            'NDRPDR' and
12316            'IP4FWD' and
12317            not 'IPSEC' and
12318            not 'VHOST'"
12319   parameters:
12320   - "throughput"
12321   - "parent"
12322   - "tags"
12323   layout:
12324     title: ""  # No title
12325     layout: "plot-throughput-speedup-analysis"
12326
12327 -
12328   type: "plot"
12329   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12330   algorithm: "plot_throughput_speedup_analysis"
12331   output-file-type: ".html"
12332   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12333   data: "plot-throughput-speedup-analysis-3n-hsw"
12334   filter: "'NIC_Intel-X710' and
12335            '64B' and
12336            'ENCAP' and
12337            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12338            'NDRPDR' and
12339            'IP4FWD' and
12340            not 'IPSEC' and
12341            not 'VHOST'"
12342   parameters:
12343   - "throughput"
12344   - "parent"
12345   - "tags"
12346   layout:
12347     title: ""  # No title
12348     layout: "plot-throughput-speedup-analysis"
12349
12350 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
12351 -
12352   type: "plot"
12353   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12354   algorithm: "plot_throughput_speedup_analysis"
12355   output-file-type: ".html"
12356   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
12357   data: "plot-throughput-speedup-analysis-3n-skx"
12358   filter: "'NIC_Intel-X710' and
12359            '64B' and
12360            'ENCAP' and
12361            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12362            'NDRPDR' and
12363            'IP4FWD' and
12364            not 'IPSEC' and
12365            not 'VHOST'"
12366   parameters:
12367   - "throughput"
12368   - "parent"
12369   - "tags"
12370   layout:
12371     title: ""  # No title
12372     layout: "plot-throughput-speedup-analysis"
12373
12374 -
12375   type: "plot"
12376   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12377   algorithm: "plot_throughput_speedup_analysis"
12378   output-file-type: ".html"
12379   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
12380   data: "plot-throughput-speedup-analysis-3n-skx"
12381   filter: "'NIC_Intel-X710' and
12382            '64B' and
12383            'ENCAP' and
12384            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12385            'NDRPDR' and
12386            'IP4FWD' and
12387            not 'IPSEC' and
12388            not 'VHOST'"
12389   parameters:
12390   - "throughput"
12391   - "parent"
12392   - "tags"
12393   layout:
12394     title: ""  # No title
12395     layout: "plot-throughput-speedup-analysis"
12396
12397 ################################################################################
12398
12399 # Speedup - VPP IPv6 3n-hsw-x520
12400 -
12401   type: "plot"
12402   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12403   algorithm: "plot_throughput_speedup_analysis"
12404   output-file-type: ".html"
12405   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12406   data: "plot-throughput-speedup-analysis-3n-hsw"
12407   filter: "'NIC_Intel-X520-DA2' and
12408            '78B' and
12409            ('BASE' or 'SCALE') and
12410            'NDRPDR' and
12411            'IP6FWD' and
12412            not 'SRv6' and
12413            not 'IPSEC' and
12414            not 'VHOST'"
12415   parameters:
12416   - "throughput"
12417   - "parent"
12418   - "tags"
12419   layout:
12420     title: ""  # No title
12421     layout: "plot-throughput-speedup-analysis"
12422
12423 -
12424   type: "plot"
12425   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12426   algorithm: "plot_throughput_speedup_analysis"
12427   output-file-type: ".html"
12428   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12429   data: "plot-throughput-speedup-analysis-3n-hsw"
12430   filter: "'NIC_Intel-X520-DA2' and
12431            '78B' and
12432            ('BASE' or 'SCALE') and
12433            'NDRPDR' and
12434            'IP6FWD' and
12435            not 'SRv6' and
12436            not 'IPSEC' and
12437            not 'VHOST'"
12438   parameters:
12439   - "throughput"
12440   - "parent"
12441   - "tags"
12442   layout:
12443     title: ""  # No title
12444     layout: "plot-throughput-speedup-analysis"
12445
12446 # Speedup - VPP IPv6 3n-hsw-x710
12447 -
12448   type: "plot"
12449   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12450   algorithm: "plot_throughput_speedup_analysis"
12451   output-file-type: ".html"
12452   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
12453   data: "plot-throughput-speedup-analysis-3n-hsw"
12454   filter: "'NIC_Intel-X710' and
12455            '78B' and
12456            ('BASE' or 'SCALE') and
12457            'NDRPDR' and
12458            'IP6FWD' and
12459            not 'SRv6' and
12460            not 'IPSEC' and
12461            not 'VHOST'"
12462   parameters:
12463   - "throughput"
12464   - "parent"
12465   - "tags"
12466   layout:
12467     title: ""  # No title
12468     layout: "plot-throughput-speedup-analysis"
12469
12470 -
12471   type: "plot"
12472   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12473   algorithm: "plot_throughput_speedup_analysis"
12474   output-file-type: ".html"
12475   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
12476   data: "plot-throughput-speedup-analysis-3n-hsw"
12477   filter: "'NIC_Intel-X710' and
12478            '78B' and
12479            ('BASE' or 'SCALE') and
12480            'NDRPDR' and
12481            'IP6FWD' and
12482            not 'SRv6' and
12483            not 'IPSEC' and
12484            not 'VHOST'"
12485   parameters:
12486   - "throughput"
12487   - "parent"
12488   - "tags"
12489   layout:
12490     title: ""  # No title
12491     layout: "plot-throughput-speedup-analysis"
12492
12493 # Speedup - VPP IPv6 3n-hsw-xl710
12494 -
12495   type: "plot"
12496   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12497   algorithm: "plot_throughput_speedup_analysis"
12498   output-file-type: ".html"
12499   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
12500   data: "plot-throughput-speedup-analysis-3n-hsw"
12501   filter: "'NIC_Intel-XL710' and
12502            '78B' and
12503            ('BASE' or 'SCALE') and
12504            'NDRPDR' and
12505            'IP6FWD' and
12506            not 'SRv6' and
12507            not 'IPSEC' and
12508            not 'VHOST'"
12509   parameters:
12510   - "throughput"
12511   - "parent"
12512   - "tags"
12513   layout:
12514     title: ""  # No title
12515     layout: "plot-throughput-speedup-analysis"
12516
12517 -
12518   type: "plot"
12519   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12520   algorithm: "plot_throughput_speedup_analysis"
12521   output-file-type: ".html"
12522   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
12523   data: "plot-throughput-speedup-analysis-3n-hsw"
12524   filter: "'NIC_Intel-XL710' and
12525            '78B' and
12526            ('BASE' or 'SCALE') and
12527            'NDRPDR' and
12528            'IP6FWD' and
12529            not 'SRv6' and
12530            not 'IPSEC' and
12531            not 'VHOST'"
12532   parameters:
12533   - "throughput"
12534   - "parent"
12535   - "tags"
12536   layout:
12537     title: ""  # No title
12538     layout: "plot-throughput-speedup-analysis"
12539
12540 # Speedup - VPP IPv6 3n-skx-x710
12541 -
12542   type: "plot"
12543   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12544   algorithm: "plot_throughput_speedup_analysis"
12545   output-file-type: ".html"
12546   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
12547   data: "plot-throughput-speedup-analysis-3n-skx"
12548   filter: "'NIC_Intel-X710' and
12549            '78B' and
12550            ('BASE' or 'SCALE') and
12551            'NDRPDR' and
12552            'IP6FWD' and
12553            not 'SRv6' and
12554            not 'IPSEC' and
12555            not 'VHOST'"
12556   parameters:
12557   - "throughput"
12558   - "parent"
12559   - "tags"
12560   layout:
12561     title: ""  # No title
12562     layout: "plot-throughput-speedup-analysis"
12563
12564 -
12565   type: "plot"
12566   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12567   algorithm: "plot_throughput_speedup_analysis"
12568   output-file-type: ".html"
12569   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
12570   data: "plot-throughput-speedup-analysis-3n-skx"
12571   filter: "'NIC_Intel-X710' and
12572            '78B' and
12573            ('BASE' or 'SCALE') and
12574            'NDRPDR' and
12575            'IP6FWD' and
12576            not 'SRv6' and
12577            not 'IPSEC' and
12578            not 'VHOST'"
12579   parameters:
12580   - "throughput"
12581   - "parent"
12582   - "tags"
12583   layout:
12584     title: ""  # No title
12585     layout: "plot-throughput-speedup-analysis"
12586
12587 # Speedup - VPP IPv6 2n-skx-x710
12588 -
12589   type: "plot"
12590   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12591   algorithm: "plot_throughput_speedup_analysis"
12592   output-file-type: ".html"
12593   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
12594   data: "plot-throughput-speedup-analysis-2n-skx"
12595   filter: "'NIC_Intel-X710' and
12596            '78B' and
12597            ('BASE' or 'SCALE') and
12598            'NDRPDR' and
12599            'IP6FWD' and
12600            not 'SRv6' and
12601            not 'IPSEC' and
12602            not 'VHOST'"
12603   parameters:
12604   - "throughput"
12605   - "parent"
12606   - "tags"
12607   layout:
12608     title: ""  # No title
12609     layout: "plot-throughput-speedup-analysis"
12610
12611 -
12612   type: "plot"
12613   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12614   algorithm: "plot_throughput_speedup_analysis"
12615   output-file-type: ".html"
12616   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
12617   data: "plot-throughput-speedup-analysis-2n-skx"
12618   filter: "'NIC_Intel-X710' and
12619            '78B' and
12620            ('BASE' or 'SCALE') and
12621            'NDRPDR' and
12622            'IP6FWD' and
12623            not 'IPSEC' and
12624            not 'VHOST'"
12625   parameters:
12626   - "throughput"
12627   - "parent"
12628   - "tags"
12629   layout:
12630     title: ""  # No title
12631     layout: "plot-throughput-speedup-analysis"
12632
12633 # Speedup - VPP IPv6 2n-skx-xxv710
12634 -
12635   type: "plot"
12636   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12637   algorithm: "plot_throughput_speedup_analysis"
12638   output-file-type: ".html"
12639   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
12640   data: "plot-throughput-speedup-analysis-2n-skx"
12641   filter: "'NIC_Intel-XXV710' and
12642            '78B' and
12643            ('BASE' or 'SCALE') and
12644            'NDRPDR' and
12645            'IP6FWD' and
12646            not 'SRv6' and
12647            not 'IPSEC' and
12648            not 'VHOST'"
12649   parameters:
12650   - "throughput"
12651   - "parent"
12652   - "tags"
12653   layout:
12654     title: ""  # No title
12655     layout: "plot-throughput-speedup-analysis"
12656
12657 -
12658   type: "plot"
12659   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12660   algorithm: "plot_throughput_speedup_analysis"
12661   output-file-type: ".html"
12662   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
12663   data: "plot-throughput-speedup-analysis-2n-skx"
12664   filter: "'NIC_Intel-XXV710' and
12665            '78B' and
12666            ('BASE' or 'SCALE') and
12667            'NDRPDR' and
12668            'IP6FWD' and
12669            not 'SRv6' and
12670            not 'IPSEC' and
12671            not 'VHOST'"
12672   parameters:
12673   - "throughput"
12674   - "parent"
12675   - "tags"
12676   layout:
12677     title: ""  # No title
12678     layout: "plot-throughput-speedup-analysis"
12679
12680 ################################################################################
12681
12682 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
12683 -
12684   type: "plot"
12685   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12686   algorithm: "plot_throughput_speedup_analysis"
12687   output-file-type: ".html"
12688   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
12689   data: "plot-throughput-speedup-analysis-3n-hsw"
12690   filter: "'NIC_Intel-X520-DA2' and
12691            '78B' and
12692            'ENCAP' and
12693            'NDRPDR' and
12694            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12695            not 'VHOST'"
12696   parameters:
12697   - "throughput"
12698   - "parent"
12699   - "tags"
12700   layout:
12701     title: ""  # No title
12702     layout: "plot-throughput-speedup-analysis"
12703
12704 -
12705   type: "plot"
12706   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12707   algorithm: "plot_throughput_speedup_analysis"
12708   output-file-type: ".html"
12709   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
12710   data: "plot-throughput-speedup-analysis-3n-hsw"
12711   filter: "'NIC_Intel-X520-DA2' and
12712            '78B' and
12713            'ENCAP' and
12714            'NDRPDR' and
12715            ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and
12716            not 'VHOST'"
12717   parameters:
12718   - "throughput"
12719   - "parent"
12720   - "tags"
12721   layout:
12722     title: ""  # No title
12723     layout: "plot-throughput-speedup-analysis"
12724
12725 ################################################################################
12726
12727 # Speedup - VPP IPSec 3n-hsw-xl710
12728 -
12729   type: "plot"
12730   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12731   algorithm: "plot_throughput_speedup_analysis"
12732   output-file-type: ".html"
12733   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
12734   data: "plot-throughput-speedup-analysis-3n-hsw"
12735   filter: "'NIC_Intel-XL710' and
12736            '64B' and
12737            'IP4FWD' and
12738            'NDRPDR' and
12739            'IPSECHW' and
12740            ('IPSECTRAN' or 'IPSECTUN') and
12741            not 'VHOST'"
12742   parameters:
12743   - "throughput"
12744   - "parent"
12745   - "tags"
12746   layout:
12747     title: ""  # No title
12748     layout: "plot-throughput-speedup-analysis"
12749
12750 -
12751   type: "plot"
12752   title: "Speedup: ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12753   algorithm: "plot_throughput_speedup_analysis"
12754   output-file-type: ".html"
12755   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
12756   data: "plot-throughput-speedup-analysis-3n-hsw"
12757   filter: "'NIC_Intel-XL710' and
12758            '64B' and
12759            'IP4FWD' and
12760            'NDRPDR' and
12761            'IPSECHW' and
12762            ('IPSECTRAN' or 'IPSECTUN') and
12763            not 'VHOST'"
12764   parameters:
12765   - "throughput"
12766   - "parent"
12767   - "tags"
12768   layout:
12769     title: ""  # No title
12770     layout: "plot-throughput-speedup-analysis"
12771
12772 ################################################################################
12773
12774 # Speedup - VPP SRv6 3n-hsw-x520
12775 -
12776   type: "plot"
12777   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
12778   algorithm: "plot_throughput_speedup_analysis"
12779   output-file-type: ".html"
12780   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
12781   data: "plot-throughput-speedup-analysis-3n-hsw"
12782   filter: "'NIC_Intel-X520-DA2' and
12783            '78B' and
12784            'FEATURE' and
12785            'NDRPDR' and
12786            'IP6FWD' and
12787            'SRv6'"
12788   parameters:
12789   - "throughput"
12790   - "parent"
12791   - "tags"
12792   layout:
12793     title: ""  # No title
12794     layout: "plot-throughput-speedup-analysis"
12795
12796 -
12797   type: "plot"
12798   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
12799   algorithm: "plot_throughput_speedup_analysis"
12800   output-file-type: ".html"
12801   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
12802   data: "plot-throughput-speedup-analysis-3n-hsw"
12803   filter: "'NIC_Intel-X520-DA2' and
12804            '78B' and
12805            'FEATURE' and
12806            'NDRPDR' and
12807            'IP6FWD' and
12808            'SRv6'"
12809   parameters:
12810   - "throughput"
12811   - "parent"
12812   - "tags"
12813   layout:
12814     title: ""  # No title
12815     layout: "plot-throughput-speedup-analysis"
12816
12817 ################################################################################
12818
12819 # Speedup - VPP L2 3n-hsw-x520
12820 -
12821   type: "plot"
12822   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12823   algorithm: "plot_throughput_speedup_analysis"
12824   output-file-type: ".html"
12825   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
12826   data: "plot-throughput-speedup-analysis-3n-hsw"
12827   filter: "'NIC_Intel-X520-DA2' and
12828            '64B' and
12829            ('BASE' or 'SCALE') and
12830            'NDRPDR' and
12831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12832            not 'VHOST' and
12833            not 'MEMIF'"
12834   parameters:
12835   - "throughput"
12836   - "parent"
12837   - "tags"
12838   layout:
12839     title: ""  # No title
12840     layout: "plot-throughput-speedup-analysis"
12841
12842 -
12843   type: "plot"
12844   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12845   algorithm: "plot_throughput_speedup_analysis"
12846   output-file-type: ".html"
12847   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
12848   data: "plot-throughput-speedup-analysis-3n-hsw"
12849   filter: "'NIC_Intel-X520-DA2' and
12850            '64B' and
12851            ('BASE' or 'SCALE') and
12852            'NDRPDR' and
12853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12854            not 'VHOST' and
12855            not 'MEMIF'"
12856   parameters:
12857   - "throughput"
12858   - "parent"
12859   - "tags"
12860   layout:
12861     title: ""  # No title
12862     layout: "plot-throughput-speedup-analysis"
12863
12864 -
12865   type: "plot"
12866   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12867   algorithm: "plot_throughput_speedup_analysis"
12868   output-file-type: ".html"
12869   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
12870   data: "plot-throughput-speedup-analysis-3n-hsw"
12871   filter: "'NIC_Intel-X520-DA2' and
12872            '64B' and
12873            'FEATURE' and
12874            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12875            'NDRPDR' and
12876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12877            not 'VHOST' and
12878            not 'MEMIF'"
12879   parameters:
12880   - "throughput"
12881   - "parent"
12882   - "tags"
12883   layout:
12884     title: ""  # No title
12885     layout: "plot-throughput-speedup-analysis"
12886
12887 -
12888   type: "plot"
12889   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12890   algorithm: "plot_throughput_speedup_analysis"
12891   output-file-type: ".html"
12892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
12893   data: "plot-throughput-speedup-analysis-3n-hsw"
12894   filter: "'NIC_Intel-X520-DA2' and
12895            '64B' and
12896            'FEATURE' and
12897            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12898            'NDRPDR' and
12899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12900            not 'VHOST' and
12901            not 'MEMIF'"
12902   parameters:
12903   - "throughput"
12904   - "parent"
12905   - "tags"
12906   layout:
12907     title: ""  # No title
12908     layout: "plot-throughput-speedup-analysis"
12909
12910 # Speedup - VPP L2 3n-hsw-x710
12911 -
12912   type: "plot"
12913   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12914   algorithm: "plot_throughput_speedup_analysis"
12915   output-file-type: ".html"
12916   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
12917   data: "plot-throughput-speedup-analysis-3n-hsw"
12918   filter: "'NIC_Intel-X710' and
12919            '64B' and
12920            ('BASE' or 'SCALE') and
12921            'NDRPDR' and
12922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12923            not 'VHOST' and
12924            not 'MEMIF'"
12925   parameters:
12926   - "throughput"
12927   - "parent"
12928   - "tags"
12929   layout:
12930     title: ""  # No title
12931     layout: "plot-throughput-speedup-analysis"
12932
12933 -
12934   type: "plot"
12935   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12936   algorithm: "plot_throughput_speedup_analysis"
12937   output-file-type: ".html"
12938   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
12939   data: "plot-throughput-speedup-analysis-3n-hsw"
12940   filter: "'NIC_Intel-X710' and
12941            '64B' and
12942            ('BASE' or 'SCALE') and
12943            'NDRPDR' and
12944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12945            not 'VHOST' and
12946            not 'MEMIF'"
12947   parameters:
12948   - "throughput"
12949   - "parent"
12950   - "tags"
12951   layout:
12952     title: ""  # No title
12953     layout: "plot-throughput-speedup-analysis"
12954
12955 -
12956   type: "plot"
12957   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
12958   algorithm: "plot_throughput_speedup_analysis"
12959   output-file-type: ".html"
12960   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
12961   data: "plot-throughput-speedup-analysis-3n-hsw"
12962   filter: "'NIC_Intel-X710' and
12963            '64B' and
12964            'FEATURE' and
12965            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12966            'NDRPDR' and
12967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12968            not 'VHOST' and
12969            not 'MEMIF'"
12970   parameters:
12971   - "throughput"
12972   - "parent"
12973   - "tags"
12974   layout:
12975     title: ""  # No title
12976     layout: "plot-throughput-speedup-analysis"
12977
12978 -
12979   type: "plot"
12980   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
12981   algorithm: "plot_throughput_speedup_analysis"
12982   output-file-type: ".html"
12983   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
12984   data: "plot-throughput-speedup-analysis-3n-hsw"
12985   filter: "'NIC_Intel-X710' and
12986            '64B' and
12987            'FEATURE' and
12988            ('ACL10' or 'ACL50') and '10k_FLOWS' and
12989            'NDRPDR' and
12990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
12991            not 'VHOST' and
12992            not 'MEMIF'"
12993   parameters:
12994   - "throughput"
12995   - "parent"
12996   - "tags"
12997   layout:
12998     title: ""  # No title
12999     layout: "plot-throughput-speedup-analysis"
13000
13001 # Speedup - VPP L2 3n-hsw-xl710
13002 -
13003   type: "plot"
13004   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13005   algorithm: "plot_throughput_speedup_analysis"
13006   output-file-type: ".html"
13007   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13008   data: "plot-throughput-speedup-analysis-3n-hsw"
13009   filter: "'NIC_Intel-XL710' and
13010            '64B' and
13011            ('BASE' or 'SCALE') and
13012            'NDRPDR' and
13013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13014            not 'VHOST' and
13015            not 'MEMIF'"
13016   parameters:
13017   - "throughput"
13018   - "parent"
13019   - "tags"
13020   layout:
13021     title: ""  # No title
13022     layout: "plot-throughput-speedup-analysis"
13023
13024 -
13025   type: "plot"
13026   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13027   algorithm: "plot_throughput_speedup_analysis"
13028   output-file-type: ".html"
13029   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13030   data: "plot-throughput-speedup-analysis-3n-hsw"
13031   filter: "'NIC_Intel-XL710' and
13032            '64B' and
13033            ('BASE' or 'SCALE') and
13034            'NDRPDR' and
13035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13036            not 'VHOST' and
13037            not 'MEMIF'"
13038   parameters:
13039   - "throughput"
13040   - "parent"
13041   - "tags"
13042   layout:
13043     title: ""  # No title
13044     layout: "plot-throughput-speedup-analysis"
13045
13046 # Speedup - VPP L2 3n-skx-x710
13047 -
13048   type: "plot"
13049   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13050   algorithm: "plot_throughput_speedup_analysis"
13051   output-file-type: ".html"
13052   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
13053   data: "plot-throughput-speedup-analysis-3n-skx"
13054   filter: "'NIC_Intel-X710' and
13055            '64B' and
13056            ('BASE' or 'SCALE') and
13057            'NDRPDR' and
13058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13059            not 'VHOST' and
13060            not 'MEMIF'"
13061   parameters:
13062   - "throughput"
13063   - "parent"
13064   - "tags"
13065   layout:
13066     title: ""  # No title
13067     layout: "plot-throughput-speedup-analysis"
13068
13069 -
13070   type: "plot"
13071   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13072   algorithm: "plot_throughput_speedup_analysis"
13073   output-file-type: ".html"
13074   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
13075   data: "plot-throughput-speedup-analysis-3n-skx"
13076   filter: "'NIC_Intel-X710' and
13077            '64B' and
13078            ('BASE' or 'SCALE') and
13079            'NDRPDR' and
13080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13081            not 'VHOST' and
13082            not 'MEMIF'"
13083   parameters:
13084   - "throughput"
13085   - "parent"
13086   - "tags"
13087   layout:
13088     title: ""  # No title
13089     layout: "plot-throughput-speedup-analysis"
13090
13091 -
13092   type: "plot"
13093   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
13094   algorithm: "plot_throughput_speedup_analysis"
13095   output-file-type: ".html"
13096   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
13097   data: "plot-throughput-speedup-analysis-3n-skx"
13098   filter: "'NIC_Intel-X710' and
13099            '64B' and
13100            'FEATURE' and
13101            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13102            'NDRPDR' and
13103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13104            not 'VHOST' and
13105            not 'MEMIF'"
13106   parameters:
13107   - "throughput"
13108   - "parent"
13109   - "tags"
13110   layout:
13111     title: ""  # No title
13112     layout: "plot-throughput-speedup-analysis"
13113
13114 -
13115   type: "plot"
13116   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
13117   algorithm: "plot_throughput_speedup_analysis"
13118   output-file-type: ".html"
13119   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
13120   data: "plot-throughput-speedup-analysis-3n-skx"
13121   filter: "'NIC_Intel-X710' and
13122            '64B' and
13123            'FEATURE' and
13124            ('ACL10' or 'ACL50') and '10k_FLOWS' and
13125            'NDRPDR' and
13126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13127            not 'VHOST' and
13128            not 'MEMIF'"
13129   parameters:
13130   - "throughput"
13131   - "parent"
13132   - "tags"
13133   layout:
13134     title: ""  # No title
13135     layout: "plot-throughput-speedup-analysis"
13136
13137 # Speedup - VPP L2 3n-skx-xxv710
13138 -
13139   type: "plot"
13140   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13141   algorithm: "plot_throughput_speedup_analysis"
13142   output-file-type: ".html"
13143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13144   data: "plot-throughput-speedup-analysis-3n-skx"
13145   filter: "'NIC_Intel-XXV710' and
13146            '64B' and
13147            ('BASE' or 'SCALE') and
13148            'NDRPDR' and
13149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13150            not 'VHOST' and
13151            not 'MEMIF'"
13152   parameters:
13153   - "throughput"
13154   - "parent"
13155   - "tags"
13156   layout:
13157     title: ""  # No title
13158     layout: "plot-throughput-speedup-analysis"
13159
13160 -
13161   type: "plot"
13162   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13163   algorithm: "plot_throughput_speedup_analysis"
13164   output-file-type: ".html"
13165   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13166   data: "plot-throughput-speedup-analysis-3n-skx"
13167   filter: "'NIC_Intel-XXV710' and
13168            '64B' and
13169            ('BASE' or 'SCALE') and
13170            'NDRPDR' and
13171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13172            not 'VHOST' and
13173            not 'MEMIF'"
13174   parameters:
13175   - "throughput"
13176   - "parent"
13177   - "tags"
13178   layout:
13179     title: ""  # No title
13180     layout: "plot-throughput-speedup-analysis"
13181
13182 # Speedup - VPP L2 2n-skx-x710
13183 -
13184   type: "plot"
13185   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13186   algorithm: "plot_throughput_speedup_analysis"
13187   output-file-type: ".html"
13188   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
13189   data: "plot-throughput-speedup-analysis-2n-skx"
13190   filter: "'NIC_Intel-X710' and
13191            '64B' and
13192            ('BASE' or 'SCALE') and
13193            'NDRPDR' and
13194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13195            not 'VHOST' and
13196            not 'MEMIF'"
13197   parameters:
13198   - "throughput"
13199   - "parent"
13200   - "tags"
13201   layout:
13202     title: ""  # No title
13203     layout: "plot-throughput-speedup-analysis"
13204
13205 -
13206   type: "plot"
13207   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13208   algorithm: "plot_throughput_speedup_analysis"
13209   output-file-type: ".html"
13210   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
13211   data: "plot-throughput-speedup-analysis-2n-skx"
13212   filter: "'NIC_Intel-X710' and
13213            '64B' and
13214            ('BASE' or 'SCALE') and
13215            'NDRPDR' and
13216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13217            not 'VHOST' and
13218            not 'MEMIF'"
13219   parameters:
13220   - "throughput"
13221   - "parent"
13222   - "tags"
13223   layout:
13224     title: ""  # No title
13225     layout: "plot-throughput-speedup-analysis"
13226
13227 # Speedup - VPP L2 2n-skx-xxv710
13228 -
13229   type: "plot"
13230   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13231   algorithm: "plot_throughput_speedup_analysis"
13232   output-file-type: ".html"
13233   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
13234   data: "plot-throughput-speedup-analysis-2n-skx"
13235   filter: "'NIC_Intel-XXV710' and
13236            '64B' and
13237            ('BASE' or 'SCALE') and
13238            'NDRPDR' and
13239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13240            not 'VHOST' and
13241            not 'MEMIF'"
13242   parameters:
13243   - "throughput"
13244   - "parent"
13245   - "tags"
13246   layout:
13247     title: ""  # No title
13248     layout: "plot-throughput-speedup-analysis"
13249
13250 -
13251   type: "plot"
13252   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13253   algorithm: "plot_throughput_speedup_analysis"
13254   output-file-type: ".html"
13255   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
13256   data: "plot-throughput-speedup-analysis-2n-skx"
13257   filter: "'NIC_Intel-XXV710' and
13258            '64B' and
13259            ('BASE' or 'SCALE') and
13260            'NDRPDR' and
13261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
13262            not 'VHOST' and
13263            not 'MEMIF'"
13264   parameters:
13265   - "throughput"
13266   - "parent"
13267   - "tags"
13268   layout:
13269     title: ""  # No title
13270     layout: "plot-throughput-speedup-analysis"
13271
13272 ################################################################################
13273
13274 # Speedup - VPP vhost ip4 3n-hsw-x520
13275 -
13276   type: "plot"
13277   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13278   algorithm: "plot_throughput_speedup_analysis"
13279   output-file-type: ".html"
13280   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13281   data: "plot-throughput-speedup-analysis-3n-hsw"
13282   filter: "'NIC_Intel-X520-DA2' and
13283            '64B' and
13284            'NDRPDR' and
13285            'VHOST' and
13286            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13287   parameters:
13288   - "throughput"
13289   - "parent"
13290   - "tags"
13291   layout:
13292     title: ""  # No title
13293     layout: "plot-throughput-speedup-analysis"
13294
13295 -
13296   type: "plot"
13297   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13298   algorithm: "plot_throughput_speedup_analysis"
13299   output-file-type: ".html"
13300   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13301   data: "plot-throughput-speedup-analysis-3n-hsw"
13302   filter: "'NIC_Intel-X520-DA2' and
13303            '64B' and
13304            'NDRPDR' and
13305            'VHOST' and
13306            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13307   parameters:
13308   - "throughput"
13309   - "parent"
13310   - "tags"
13311   layout:
13312     title: ""  # No title
13313     layout: "plot-throughput-speedup-analysis"
13314
13315 # Speedup - VPP vhost l2sw 3n-hsw-x520
13316 -
13317   type: "plot"
13318   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13319   algorithm: "plot_throughput_speedup_analysis"
13320   output-file-type: ".html"
13321   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
13322   data: "plot-throughput-speedup-analysis-3n-hsw"
13323   filter: "'NIC_Intel-X520-DA2' and
13324            '64B' and
13325            'NDRPDR' and
13326            'VHOST' and
13327            not 'VXLAN' and
13328            not 'IP4FWD' and
13329            not 'DOT1Q' and
13330            not '2VM'"
13331   parameters:
13332   - "throughput"
13333   - "parent"
13334   - "tags"
13335   layout:
13336     title: ""  # No title
13337     layout: "plot-throughput-speedup-analysis"
13338
13339 -
13340   type: "plot"
13341   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13342   algorithm: "plot_throughput_speedup_analysis"
13343   output-file-type: ".html"
13344   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
13345   data: "plot-throughput-speedup-analysis-3n-hsw"
13346   filter: "'NIC_Intel-X520-DA2' and
13347            '64B' and
13348            'NDRPDR' and
13349            'VHOST' and
13350            not 'VXLAN' and
13351            not 'IP4FWD' and
13352            not 'DOT1Q' and
13353            not '2VM'"
13354   parameters:
13355   - "throughput"
13356   - "parent"
13357   - "tags"
13358   layout:
13359     title: ""  # No title
13360     layout: "plot-throughput-speedup-analysis"
13361
13362 # Speedup - VPP vhost ip4 3n-hsw-x710
13363 -
13364   type: "plot"
13365   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13366   algorithm: "plot_throughput_speedup_analysis"
13367   output-file-type: ".html"
13368   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13369   data: "plot-throughput-speedup-analysis-3n-hsw"
13370   filter: "'NIC_Intel-X710' and
13371            '64B' and
13372            'NDRPDR' and
13373            'VHOST' and
13374            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13375   parameters:
13376   - "throughput"
13377   - "parent"
13378   - "tags"
13379   layout:
13380     title: ""  # No title
13381     layout: "plot-throughput-speedup-analysis"
13382
13383 -
13384   type: "plot"
13385   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13386   algorithm: "plot_throughput_speedup_analysis"
13387   output-file-type: ".html"
13388   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13389   data: "plot-throughput-speedup-analysis-3n-hsw"
13390   filter: "'NIC_Intel-X710' and
13391            '64B' and
13392            'NDRPDR' and
13393            'VHOST' and
13394            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13395   parameters:
13396   - "throughput"
13397   - "parent"
13398   - "tags"
13399   layout:
13400     title: ""  # No title
13401     layout: "plot-throughput-speedup-analysis"
13402
13403 # Speedup - VPP vhost l2sw 3n-hsw-x710
13404 -
13405   type: "plot"
13406   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13407   algorithm: "plot_throughput_speedup_analysis"
13408   output-file-type: ".html"
13409   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
13410   data: "plot-throughput-speedup-analysis-3n-hsw"
13411   filter: "'NIC_Intel-X710' and
13412            '64B' and
13413            'NDRPDR' and
13414            'VHOST' and
13415            not 'VXLAN' and
13416            not 'IP4FWD' and
13417            not 'DOT1Q' and
13418            not '2VM'"
13419   parameters:
13420   - "throughput"
13421   - "parent"
13422   - "tags"
13423   layout:
13424     title: ""  # No title
13425     layout: "plot-throughput-speedup-analysis"
13426
13427 -
13428   type: "plot"
13429   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13430   algorithm: "plot_throughput_speedup_analysis"
13431   output-file-type: ".html"
13432   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
13433   data: "plot-throughput-speedup-analysis-3n-hsw"
13434   filter: "'NIC_Intel-X710' and
13435            '64B' and
13436            'NDRPDR' and
13437            'VHOST' and
13438            not 'VXLAN' and
13439            not 'IP4FWD' and
13440            not 'DOT1Q' and
13441            not '2VM'"
13442   parameters:
13443   - "throughput"
13444   - "parent"
13445   - "tags"
13446   layout:
13447     title: ""  # No title
13448     layout: "plot-throughput-speedup-analysis"
13449
13450 # Speedup - VPP vhost ip4 3n-hsw-xl710
13451 -
13452   type: "plot"
13453   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13454   algorithm: "plot_throughput_speedup_analysis"
13455   output-file-type: ".html"
13456   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13457   data: "plot-throughput-speedup-analysis-3n-hsw"
13458   filter: "'NIC_Intel-XL710' and
13459            '64B' and
13460            'NDRPDR' and
13461            'VHOST' and
13462            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13463   parameters:
13464   - "throughput"
13465   - "parent"
13466   - "tags"
13467   layout:
13468     title: ""  # No title
13469     layout: "plot-throughput-speedup-analysis"
13470
13471 -
13472   type: "plot"
13473   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13474   algorithm: "plot_throughput_speedup_analysis"
13475   output-file-type: ".html"
13476   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13477   data: "plot-throughput-speedup-analysis-3n-hsw"
13478   filter: "'NIC_Intel-XL710' and
13479            '64B' and
13480            'NDRPDR' and
13481            'VHOST' and
13482            not ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13483   parameters:
13484   - "throughput"
13485   - "parent"
13486   - "tags"
13487   layout:
13488     title: ""  # No title
13489     layout: "plot-throughput-speedup-analysis"
13490
13491 # Speedup - VPP vhost l2sw 3n-hsw-xl710
13492 -
13493   type: "plot"
13494   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13495   algorithm: "plot_throughput_speedup_analysis"
13496   output-file-type: ".html"
13497   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
13498   data: "plot-throughput-speedup-analysis-3n-hsw"
13499   filter: "'NIC_Intel-XL710' and
13500            '64B' and
13501            'NDRPDR' and
13502            'VHOST' and
13503            not 'VXLAN' and
13504            not 'IP4FWD' and
13505            not 'DOT1Q' and
13506            not '2VM'"
13507   parameters:
13508   - "throughput"
13509   - "parent"
13510   - "tags"
13511   layout:
13512     title: ""  # No title
13513     layout: "plot-throughput-speedup-analysis"
13514
13515 -
13516   type: "plot"
13517   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13518   algorithm: "plot_throughput_speedup_analysis"
13519   output-file-type: ".html"
13520   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
13521   data: "plot-throughput-speedup-analysis-3n-hsw"
13522   filter: "'NIC_Intel-XL710' and
13523            '64B' and
13524            'NDRPDR' and
13525            'VHOST' and
13526            not 'VXLAN' and
13527            not 'IP4FWD' and
13528            not 'DOT1Q' and
13529            not '2VM'"
13530   parameters:
13531   - "throughput"
13532   - "parent"
13533   - "tags"
13534   layout:
13535     title: ""  # No title
13536     layout: "plot-throughput-speedup-analysis"
13537
13538 # Speedup - VPP vhost l2sw 3n-hsw-x520
13539 -
13540   type: "plot"
13541   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13542   algorithm: "plot_throughput_speedup_analysis"
13543   output-file-type: ".html"
13544   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
13545   data: "plot-throughput-speedup-analysis-3n-hsw"
13546   filter: "'NIC_Intel-X520-DA2' and
13547            '114B' and
13548            'NDRPDR' and
13549            'VTS'"
13550   parameters:
13551   - "throughput"
13552   - "parent"
13553   - "tags"
13554   layout:
13555     title: ""  # No title
13556     layout: "plot-throughput-speedup-analysis"
13557
13558 -
13559   type: "plot"
13560   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13561   algorithm: "plot_throughput_speedup_analysis"
13562   output-file-type: ".html"
13563   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
13564   data: "plot-throughput-speedup-analysis-3n-hsw"
13565   filter: "'NIC_Intel-X520-DA2' and
13566            '114B' and
13567            'NDRPDR' and
13568            'VTS'"
13569   parameters:
13570   - "throughput"
13571   - "parent"
13572   - "tags"
13573   layout:
13574     title: ""  # No title
13575     layout: "plot-throughput-speedup-analysis"